Releases: wangdicoder/tiny-design
@tiny-design/tokens@1.14.0
Minor Changes
-
Add seed-driven token foundations to
@tiny-design/tokenswith an internalprimitive -> semantic -> componentmodel, a sharedcompile-brand-themeruntime export, stricter build validation, and richer registry metadata including resolved token values for downstream tooling. - #1284444b58Fix
@tiny-design/mcptoken extraction so MCP clients receive concrete resolved token values instead of unresolved token references.
@tiny-design/react@1.14.0
@tiny-design/react@1.14.0
@tiny-design/mcp@1.6.2
Patch Changes
-
Add seed-driven token foundations to
@tiny-design/tokenswith an internalprimitive -> semantic -> componentmodel, a sharedcompile-brand-themeruntime export, stricter build validation, and richer registry metadata including resolved token values for downstream tooling. - #1284444b58Fix
@tiny-design/mcptoken extraction so MCP clients receive concrete resolved token values instead of unresolved token references.
@tiny-design/icons@1.14.0
@tiny-design/icons@1.14.0
@tiny-design/charts@1.14.0
@tiny-design/charts@1.14.0
@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