wimui 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/README.ja.md +32 -0
  2. package/README.md +32 -0
  3. package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
  4. package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
  5. package/dist/components/data-display/Badge/badge.module.cjs +1 -1
  6. package/dist/components/data-display/Badge/badge.module.js +1 -1
  7. package/dist/components/data-display/Chip/chip.module.cjs +1 -1
  8. package/dist/components/data-display/Chip/chip.module.js +2 -2
  9. package/dist/components/data-display/Stats/stats.module.cjs +1 -1
  10. package/dist/components/data-display/Stats/stats.module.js +1 -1
  11. package/dist/components/data-display/Tag/tag.module.cjs +1 -1
  12. package/dist/components/data-display/Tag/tag.module.js +1 -1
  13. package/dist/components/feedback/ErrorBoundary/errorboundary.module.cjs +1 -1
  14. package/dist/components/feedback/ErrorBoundary/errorboundary.module.js +1 -1
  15. package/dist/components/typography/Code/code.module.cjs +1 -1
  16. package/dist/components/typography/Code/code.module.js +1 -1
  17. package/dist/fonts/NOTICE.txt +43 -0
  18. package/dist/fonts/OFL-Noto-Sans-JP.txt +93 -0
  19. package/dist/fonts/OFL-Noto-Sans-Mono.txt +93 -0
  20. package/dist/fonts/OFL-Noto-Sans.txt +93 -0
  21. package/dist/icon/grid.cjs +2 -0
  22. package/dist/icon/grid.js +72 -0
  23. package/dist/icon/index.cjs +1 -1
  24. package/dist/icon/index.d.ts +5 -1
  25. package/dist/icon/index.js +98 -94
  26. package/dist/icon/menu.cjs +2 -0
  27. package/dist/icon/menu.js +36 -0
  28. package/dist/icons.cjs +1 -1
  29. package/dist/icons.js +51 -49
  30. package/dist/index.cjs +1 -1
  31. package/dist/index.js +216 -214
  32. package/dist/llms-full.txt +5 -4
  33. package/dist/llms.txt +5 -4
  34. package/dist/styles.css +2 -2
  35. package/dist/types/generated-tokens.d.ts +1 -1
  36. package/dist/wimui.umd.css +1 -1
  37. package/dist/wimui.umd.js +5 -5
  38. package/package.json +4 -1
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated by Style Dictionary.
3
3
  */
4
- export type WimColorKey = "border" | "border-inverse" | "border-secondary" | "chart-danger" | "chart-info" | "chart-primary" | "chart-secondary" | "chart-success" | "chart-warning" | "danger" | "danger-subtle" | "disabled" | "focus-outline" | "frosted-bg" | "ghost-bg" | "ghost-bg-active" | "ghost-bg-hover" | "ghost-border" | "ghost-border-active" | "ghost-border-hover" | "glass-bg" | "glass-blur" | "glass-blur-lg" | "glass-blur-sm" | "glass-border" | "info" | "overlay" | "overlay-medium" | "overlay-sidebar" | "overlay-soft" | "overlay-strong" | "primary" | "primary-active" | "primary-fill" | "primary-hover" | "primary-muted" | "primary-rgb" | "primary-soft" | "primary-subtle" | "scrollbar-thumb" | "scrollbar-track" | "secondary" | "shadow-glass" | "skeleton-bg" | "skeleton-shine" | "success" | "surface" | "surface-app" | "surface-hover" | "surface-inset" | "surface-inverse" | "surface-subtle" | "surface-subtle-alpha" | "surface-tertiary" | "surface-variant" | "surface-variant-alpha" | "surface-void" | "text-accent" | "text-danger" | "text-disabled" | "text-info" | "text-muted-on-inverse" | "text-on-chart-danger" | "text-on-chart-info" | "text-on-chart-primary" | "text-on-chart-secondary" | "text-on-chart-success" | "text-on-chart-warning" | "text-on-danger" | "text-on-disabled" | "text-on-info" | "text-on-inverse" | "text-on-overlay" | "text-on-primary" | "text-on-secondary" | "text-on-success" | "text-on-warning" | "text-placeholder" | "text-primary" | "text-secondary" | "text-success" | "text-tertiary" | "text-warning" | "warning" | "white";
4
+ export type WimColorKey = "border" | "border-inverse" | "border-secondary" | "chart-danger" | "chart-info" | "chart-primary" | "chart-secondary" | "chart-success" | "chart-warning" | "danger" | "danger-subtle" | "disabled" | "focus-outline" | "frosted-bg" | "ghost-bg" | "ghost-bg-active" | "ghost-bg-hover" | "ghost-border" | "ghost-border-active" | "ghost-border-hover" | "glass-bg" | "glass-blur" | "glass-blur-lg" | "glass-blur-sm" | "glass-border" | "info" | "neutral-fill" | "overlay" | "overlay-medium" | "overlay-sidebar" | "overlay-soft" | "overlay-strong" | "primary" | "primary-active" | "primary-fill" | "primary-hover" | "primary-muted" | "primary-rgb" | "primary-soft" | "primary-subtle" | "scrollbar-thumb" | "scrollbar-track" | "secondary" | "shadow-glass" | "skeleton-bg" | "skeleton-shine" | "success" | "surface" | "surface-app" | "surface-hover" | "surface-inset" | "surface-inverse" | "surface-subtle" | "surface-subtle-alpha" | "surface-tertiary" | "surface-variant" | "surface-variant-alpha" | "surface-void" | "text-accent" | "text-danger" | "text-disabled" | "text-info" | "text-muted-on-inverse" | "text-on-chart-danger" | "text-on-chart-info" | "text-on-chart-primary" | "text-on-chart-secondary" | "text-on-chart-success" | "text-on-chart-warning" | "text-on-danger" | "text-on-disabled" | "text-on-info" | "text-on-inverse" | "text-on-overlay" | "text-on-primary" | "text-on-secondary" | "text-on-success" | "text-on-warning" | "text-placeholder" | "text-primary" | "text-secondary" | "text-success" | "text-tertiary" | "text-warning" | "warning" | "white";
5
5
  export type WimBreakpointKey = "lg" | "md" | "sm" | "xl" | "xs";
6
6
  export type WimZIndexKey = "drawer" | "header" | "mask" | "navbar" | "overlay" | "overlay-panel" | "overlay-step" | "sidebar" | "sticky" | "toast";
7
7
  export type WimOpacityKey = "dim" | "disabled" | "ghost" | "secondary" | "subtle";