wimui 0.5.0 → 0.5.2
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/ai/ChatUI/chat-ui.module.cjs +1 -1
- package/dist/components/ai/ChatUI/chat-ui.module.js +2 -2
- package/dist/components/ai/InteractiveGraph/InteractiveGraph.cjs +1 -1
- package/dist/components/ai/InteractiveGraph/InteractiveGraph.js +37 -23
- package/dist/components/ai/InteractiveGraph/interactive-graph.module.cjs +1 -1
- package/dist/components/ai/InteractiveGraph/interactive-graph.module.js +1 -1
- package/dist/components/ai/ThoughtProcess/thought-process.module.cjs +1 -1
- package/dist/components/ai/ThoughtProcess/thought-process.module.js +4 -4
- package/dist/components/charts/Heatmap/Heatmap.cjs +1 -1
- package/dist/components/charts/Heatmap/Heatmap.d.ts +1 -1
- package/dist/components/charts/Heatmap/Heatmap.js +1 -1
- package/dist/components/charts/Sparkline/Sparkline.cjs +1 -1
- package/dist/components/charts/Sparkline/Sparkline.js +1 -1
- 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/Calendar/calendar.module.cjs +1 -1
- package/dist/components/data-display/Calendar/calendar.module.js +1 -1
- package/dist/components/data-display/Card/card.module.cjs +1 -1
- package/dist/components/data-display/Card/card.module.js +12 -9
- 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/Tag/tag.module.cjs +1 -1
- package/dist/components/data-display/Tag/tag.module.js +1 -1
- package/dist/components/feedback/Alert/Alert.cjs +1 -1
- package/dist/components/feedback/Alert/Alert.d.ts +1 -1
- package/dist/components/feedback/Alert/Alert.js +3 -3
- package/dist/components/feedback/Alert/alert.module.cjs +1 -1
- package/dist/components/feedback/Alert/alert.module.js +2 -1
- package/dist/components/feedback/Banner/Banner.cjs +1 -1
- package/dist/components/feedback/Banner/Banner.d.ts +1 -1
- package/dist/components/feedback/Banner/Banner.js +46 -43
- package/dist/components/feedback/Banner/banner.module.cjs +1 -1
- package/dist/components/feedback/Banner/banner.module.js +2 -1
- package/dist/components/feedback/Notification/Notification.cjs +1 -1
- package/dist/components/feedback/Notification/Notification.d.ts +1 -0
- package/dist/components/feedback/Notification/Notification.js +16 -14
- package/dist/components/feedback/Notification/notification.module.cjs +1 -1
- package/dist/components/feedback/Notification/notification.module.js +2 -1
- package/dist/components/feedback/Result/Result.cjs +1 -1
- package/dist/components/feedback/Result/Result.d.ts +2 -1
- package/dist/components/feedback/Result/Result.js +6 -2
- package/dist/components/feedback/Result/result.module.cjs +1 -1
- package/dist/components/feedback/Result/result.module.js +1 -1
- package/dist/components/feedback/Snackbar/Snackbar.cjs +1 -1
- package/dist/components/feedback/Snackbar/Snackbar.d.ts +1 -1
- package/dist/components/feedback/Snackbar/Snackbar.js +2 -2
- package/dist/components/feedback/Snackbar/snackbar.module.cjs +1 -1
- package/dist/components/feedback/Snackbar/snackbar.module.js +7 -7
- package/dist/components/feedback/Toast/Toast.cjs +1 -1
- package/dist/components/feedback/Toast/Toast.d.ts +1 -1
- package/dist/components/feedback/Toast/Toast.js +2 -2
- package/dist/components/feedback/Toast/toast.module.cjs +1 -1
- package/dist/components/feedback/Toast/toast.module.js +8 -7
- package/dist/components/form/Cascader/cascader.module.cjs +1 -1
- package/dist/components/form/Cascader/cascader.module.js +6 -6
- package/dist/components/form/Dropzone/Dropzone.cjs +1 -1
- package/dist/components/form/Dropzone/Dropzone.js +18 -18
- package/dist/components/form/Dropzone/dropzone.module.cjs +1 -1
- package/dist/components/form/Dropzone/dropzone.module.js +1 -1
- package/dist/components/form/MultiSelect/multiselect.module.cjs +1 -1
- package/dist/components/form/MultiSelect/multiselect.module.js +1 -1
- package/dist/components/form/PasswordStrength/PasswordStrength.cjs +1 -1
- package/dist/components/form/PasswordStrength/PasswordStrength.js +2 -5
- package/dist/components/form/PasswordStrength/password-strength.module.cjs +1 -1
- package/dist/components/form/PasswordStrength/password-strength.module.js +4 -5
- package/dist/components/form/TagInput/tag-input.module.cjs +1 -1
- package/dist/components/form/TagInput/tag-input.module.js +1 -1
- package/dist/components/form/TreeSelect/tree-select.module.cjs +1 -1
- package/dist/components/form/TreeSelect/tree-select.module.js +6 -6
- package/dist/components/helpers.cjs +1 -1
- package/dist/components/helpers.d.ts +1 -0
- package/dist/components/helpers.js +12 -12
- package/dist/components/layout/InteractiveArea/InteractiveArea.cjs +1 -1
- package/dist/components/layout/InteractiveArea/InteractiveArea.js +9 -7
- package/dist/components/layout/InteractiveArea/interactive-area.module.cjs +1 -1
- package/dist/components/layout/InteractiveArea/interactive-area.module.js +9 -8
- package/dist/components/media/Icon/icon.module.cjs +1 -1
- package/dist/components/media/Icon/icon.module.js +10 -10
- package/dist/components/typography/Title/title.module.cjs +1 -1
- package/dist/components/typography/Title/title.module.js +1 -1
- package/dist/llms-full.txt +16 -14
- package/dist/llms.txt +1 -1
- package/dist/styles.css +2 -2
- package/dist/types/generated-intents.d.ts +2 -2
- package/dist/types/generated-tokens.d.ts +1 -1
- package/dist/types/tokens.d.ts +1 -1
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +3 -3
- package/package.json +127 -21
|
@@ -17,9 +17,9 @@ export type ButtonIntent = "default" | "danger" | "success";
|
|
|
17
17
|
*/
|
|
18
18
|
export type IndicatorIntent = "primary" | "secondary" | "success" | "warning" | "danger" | "info" | "neutral";
|
|
19
19
|
/**
|
|
20
|
-
* Intent values for feedback-style components (Alert, Banner, Toast, Notification).
|
|
20
|
+
* Intent values for feedback-style components (Alert, Banner, Toast, Notification, Snackbar). Includes neutral default — colored intents are opt-in.
|
|
21
21
|
*/
|
|
22
|
-
export type FeedbackIntent = "info" | "success" | "warning" | "danger";
|
|
22
|
+
export type FeedbackIntent = "default" | "info" | "success" | "warning" | "danger";
|
|
23
23
|
/**
|
|
24
24
|
* Intent values for form field components (Input, Textarea, DatePicker, RichTextEditor).
|
|
25
25
|
*/
|
|
@@ -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" | "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-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" | "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";
|
package/dist/types/tokens.d.ts
CHANGED
|
@@ -136,7 +136,7 @@ export type WimOpacity = LiteralWithAutocomplete<WimOpacityKey | WimOpacityToken
|
|
|
136
136
|
*/
|
|
137
137
|
export type IndicatorIntent = GeneratedIndicatorIntent;
|
|
138
138
|
/**
|
|
139
|
-
* Intent values for feedback-style components (Alert, Banner, Toast, Notification).
|
|
139
|
+
* Intent values for feedback-style components (Alert, Banner, Toast, Notification, Snackbar).
|
|
140
140
|
* Generated from tokens/intents.json.
|
|
141
141
|
*/
|
|
142
142
|
export type FeedbackIntent = GeneratedFeedbackIntent;
|