wimui 0.9.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.
- package/dist/components/data-display/Badge/badge.module.cjs +1 -1
- package/dist/components/data-display/Badge/badge.module.js +1 -1
- package/dist/components/data-display/Chip/chip.module.cjs +1 -1
- package/dist/components/data-display/Chip/chip.module.js +2 -2
- package/dist/components/data-display/Stats/stats.module.cjs +1 -1
- package/dist/components/data-display/Stats/stats.module.js +1 -1
- package/dist/components/data-display/Tag/tag.module.cjs +1 -1
- package/dist/components/data-display/Tag/tag.module.js +1 -1
- package/dist/icon/grid.cjs +2 -0
- package/dist/icon/grid.js +72 -0
- package/dist/icon/index.cjs +1 -1
- package/dist/icon/index.d.ts +5 -1
- package/dist/icon/index.js +98 -94
- package/dist/icon/menu.cjs +2 -0
- package/dist/icon/menu.js +36 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.js +51 -49
- package/dist/index.cjs +1 -1
- package/dist/index.js +216 -214
- package/dist/llms-full.txt +4 -4
- package/dist/llms.txt +4 -4
- package/dist/styles.css +2 -2
- package/dist/types/generated-tokens.d.ts +1 -1
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +5 -5
- package/package.json +1 -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";
|