Skip to content

v4.53.1

Choose a tag to compare

@github-actions github-actions released this 25 Feb 02:00
· 31 commits to main since this release
30a027e

Patch Changes

  • b8215bd: fix(exports): add missing subpath exports and types condition for
    tsgo compatibility
    • Add EAlignment re-export from Positioner index (alongside existing
      EPositionerAlignment)
    • Add useRadioContext export from Radio index
    • Add BadgeProps type export from Badge index
    • Add SprinklesColumnWidth type export from Columns index
    • Add ProviderProps type export from OverdriveProvider index
    • Create public HintText component re-export (previously only available via
      private path)
    • Add ./themes and ./utils barrel exports to package.json exports field
    • Add explicit ./themes/base, ./themes/flat_red, ./themes/neutral
      directory exports
    • Add ./package.json self-reference export for tooling compatibility
    • Add types condition to ./dist/* catch-all for strict TypeScript
      resolvers (tsgo)