Releases: wangdicoder/tiny-design
Releases · wangdicoder/tiny-design
@tiny-design/tokens@1.13.3
@tiny-design/tokens@1.13.2
@tiny-design/tokens@1.13.2
@tiny-design/react@1.13.3
@tiny-design/react@1.13.2
Patch Changes
- Fix TypeScript compatibility with React 19. Component prop interfaces used the pattern
React.PropsWithRef<JSX.IntrinsicElements['x']>, which relied on a globally-augmentedJSXnamespace that@types/react@19no longer provides. The resolved prop types collapsed toany, silently dropping every intrinsic HTML attribute (onClick,type,disabled,aria-*,children, etc.) for consumers on React 19. Replaced the pattern withReact.ComponentProps<'x'>/React.ComponentPropsWithoutRef<'x'>across ~60 component type files. Works on React 18 and 19. - #121e928d14
@tiny-design/icons@1.13.3
@tiny-design/icons@1.13.3
@tiny-design/icons@1.13.2
@tiny-design/icons@1.13.2
@tiny-design/charts@1.13.3
@tiny-design/charts@1.13.3
@tiny-design/charts@1.13.2
@tiny-design/charts@1.13.2
@tiny-design/tokens@1.13.1
@tiny-design/tokens@1.13.1
@tiny-design/tokens@1.13.0
Patch Changes
- Redesign the Split component with a product-grade pane model, refreshed separator styling, updated tokens, and rewritten docs/demos. -
d6adb83