@devalok/shilp-sutra 0.18.0 → 0.18.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/_chunks/motion-provider.js +24 -0
- package/dist/_chunks/primitives.js +101 -101
- package/dist/_chunks/tree-view.js +12 -12
- package/dist/_chunks/use-calendar.js +1 -1
- package/dist/_chunks/vendor-utils.js +2 -2
- package/dist/composed/activity-feed.js +21 -21
- package/dist/composed/avatar-group.js +25 -25
- package/dist/composed/command-palette.js +3 -3
- package/dist/composed/confirm-dialog.js +1 -1
- package/dist/composed/content-card.js +1 -1
- package/dist/composed/empty-state.js +2 -2
- package/dist/composed/error-boundary.js +2 -2
- package/dist/composed/global-loading.js +10 -10
- package/dist/composed/lib/string-utils.d.ts +0 -1
- package/dist/composed/lib/string-utils.js +0 -1
- package/dist/composed/loading-skeleton.js +1 -1
- package/dist/composed/member-picker.js +6 -6
- package/dist/composed/page-header.js +1 -1
- package/dist/composed/page-skeletons.js +1 -1
- package/dist/composed/priority-indicator.js +6 -6
- package/dist/composed/rich-text-editor.js +1 -1
- package/dist/composed/schedule-view.js +15 -15
- package/dist/composed/simple-tooltip.js +8 -8
- package/dist/composed/status-badge.js +12 -12
- package/dist/motion/index.d.ts +1 -1
- package/dist/motion/index.d.ts.map +1 -1
- package/dist/motion/index.js +8 -6
- package/dist/motion/primitives-index.js +184 -8
- package/dist/shell/app-command-palette.js +1 -1
- package/dist/shell/bottom-navbar.js +3 -3
- package/dist/shell/notification-center.js +35 -35
- package/dist/shell/notification-preferences.js +29 -28
- package/dist/shell/sidebar.js +56 -56
- package/dist/shell/top-bar.js +25 -25
- package/dist/ui/accordion.js +11 -11
- package/dist/ui/alert-dialog.js +41 -41
- package/dist/ui/alert.js +10 -10
- package/dist/ui/aspect-ratio.js +5 -5
- package/dist/ui/autocomplete.js +15 -15
- package/dist/ui/avatar.js +4 -4
- package/dist/ui/badge.js +11 -11
- package/dist/ui/banner.js +3 -3
- package/dist/ui/breadcrumb.js +8 -8
- package/dist/ui/button-group.js +4 -4
- package/dist/ui/button.js +25 -25
- package/dist/ui/card.js +5 -5
- package/dist/ui/charts/index.js +4 -4
- package/dist/ui/checkbox.js +4 -4
- package/dist/ui/chip.js +14 -14
- package/dist/ui/code.js +1 -1
- package/dist/ui/collapsible.js +7 -7
- package/dist/ui/color-input.js +1 -1
- package/dist/ui/combobox.js +5 -5
- package/dist/ui/container.js +4 -4
- package/dist/ui/context-menu.js +4 -4
- package/dist/ui/data-table-toolbar.js +18 -18
- package/dist/ui/data-table.js +55 -55
- package/dist/ui/dialog.js +3 -3
- package/dist/ui/dropdown-menu.js +3 -3
- package/dist/ui/file-upload.js +10 -10
- package/dist/ui/form.js +1 -1
- package/dist/ui/hover-card.js +12 -12
- package/dist/ui/icon-button.js +9 -9
- package/dist/ui/index.js +322 -516
- package/dist/ui/input-otp.js +4 -4
- package/dist/ui/input.js +9 -9
- package/dist/ui/label.js +9 -9
- package/dist/ui/lib/date-utils.d.ts +0 -1
- package/dist/{_chunks → ui/lib}/date-utils.js +1 -2
- package/dist/{_chunks/motion2.js → ui/lib/motion.js} +13 -14
- package/dist/ui/lib/use-ripple.d.ts.map +1 -1
- package/dist/ui/lib/utils.js +1 -1
- package/dist/ui/link.js +1 -1
- package/dist/ui/menubar.js +66 -66
- package/dist/ui/navigation-menu.js +4 -4
- package/dist/ui/number-input.js +9 -9
- package/dist/ui/pagination.js +1 -1
- package/dist/ui/popover.js +18 -18
- package/dist/ui/progress.js +4 -4
- package/dist/ui/radio.js +11 -11
- package/dist/ui/search-input.js +2 -2
- package/dist/ui/segmented-control.d.ts +2 -0
- package/dist/ui/segmented-control.d.ts.map +1 -1
- package/dist/ui/segmented-control.js +59 -55
- package/dist/ui/select.js +19 -19
- package/dist/ui/separator.js +5 -5
- package/dist/ui/sheet.js +10 -10
- package/dist/ui/sidebar.js +574 -38
- package/dist/ui/skeleton.js +1 -1
- package/dist/ui/slider.js +9 -9
- package/dist/ui/spinner.js +2 -2
- package/dist/ui/stack.js +1 -1
- package/dist/ui/stat-card.js +35 -35
- package/dist/ui/stepper.d.ts +1 -3
- package/dist/ui/stepper.d.ts.map +1 -1
- package/dist/ui/stepper.js +74 -74
- package/dist/ui/switch.js +7 -7
- package/dist/ui/table.js +28 -28
- package/dist/ui/tabs.js +10 -10
- package/dist/ui/text.js +1 -1
- package/dist/ui/textarea.js +10 -10
- package/dist/ui/toast.js +12 -12
- package/dist/ui/toaster.js +11 -11
- package/dist/ui/toggle-group.js +2 -2
- package/dist/ui/toggle.js +8 -8
- package/dist/ui/tooltip.js +21 -21
- package/dist/ui/visually-hidden.js +3 -3
- package/docs/components/_header.md +83 -0
- package/docs/components/composed/activity-feed.md +43 -0
- package/docs/components/composed/avatar-group.md +32 -0
- package/docs/components/composed/command-palette.md +40 -0
- package/docs/components/composed/confirm-dialog.md +46 -0
- package/docs/components/composed/content-card.md +36 -0
- package/docs/components/composed/date-picker.md +130 -0
- package/docs/components/composed/empty-state.md +53 -0
- package/docs/components/composed/error-boundary.md +29 -0
- package/docs/components/composed/global-loading.md +27 -0
- package/docs/components/composed/loading-skeleton.md +51 -0
- package/docs/components/composed/member-picker.md +35 -0
- package/docs/components/composed/page-header.md +41 -0
- package/docs/components/composed/page-skeletons.md +32 -0
- package/docs/components/composed/priority-indicator.md +32 -0
- package/docs/components/composed/rich-text-editor.md +71 -0
- package/docs/components/composed/schedule-view.md +39 -0
- package/docs/components/composed/simple-tooltip.md +33 -0
- package/docs/components/composed/status-badge.md +41 -0
- package/docs/components/shell/app-command-palette.md +44 -0
- package/docs/components/shell/bottom-navbar.md +48 -0
- package/docs/components/shell/command-registry.md +48 -0
- package/docs/components/shell/link-context.md +41 -0
- package/docs/components/shell/notification-center.md +63 -0
- package/docs/components/shell/notification-preferences.md +42 -0
- package/docs/components/shell/sidebar.md +88 -0
- package/docs/components/shell/top-bar.md +63 -0
- package/docs/components/ui/accordion.md +48 -0
- package/docs/components/ui/alert-dialog.md +58 -0
- package/docs/components/ui/alert.md +43 -0
- package/docs/components/ui/aspect-ratio.md +25 -0
- package/docs/components/ui/autocomplete.md +48 -0
- package/docs/components/ui/avatar.md +34 -0
- package/docs/components/ui/badge.md +48 -0
- package/docs/components/ui/banner.md +35 -0
- package/docs/components/ui/breadcrumb.md +37 -0
- package/docs/components/ui/button-group.md +32 -0
- package/docs/components/ui/button.md +55 -0
- package/docs/components/ui/card.md +48 -0
- package/docs/components/ui/charts.md +43 -0
- package/docs/components/ui/checkbox.md +31 -0
- package/docs/components/ui/chip.md +43 -0
- package/docs/components/ui/code.md +28 -0
- package/docs/components/ui/collapsible.md +40 -0
- package/docs/components/ui/color-input.md +37 -0
- package/docs/components/ui/combobox.md +54 -0
- package/docs/components/ui/container.md +26 -0
- package/docs/components/ui/context-menu.md +43 -0
- package/docs/components/ui/data-table-toolbar.md +44 -0
- package/docs/components/ui/data-table.md +91 -0
- package/docs/components/ui/dialog.md +51 -0
- package/docs/components/ui/dropdown-menu.md +45 -0
- package/docs/components/ui/file-upload.md +41 -0
- package/docs/components/ui/form.md +51 -0
- package/docs/components/ui/hover-card.md +32 -0
- package/docs/components/ui/icon-button.md +33 -0
- package/docs/components/ui/input-otp.md +44 -0
- package/docs/components/ui/input.md +48 -0
- package/docs/components/ui/label.md +25 -0
- package/docs/components/ui/link.md +29 -0
- package/docs/components/ui/menubar.md +44 -0
- package/docs/components/ui/navigation-menu.md +46 -0
- package/docs/components/ui/number-input.md +44 -0
- package/docs/components/ui/pagination.md +48 -0
- package/docs/components/ui/popover.md +30 -0
- package/docs/components/ui/progress.md +29 -0
- package/docs/components/ui/radio.md +34 -0
- package/docs/components/ui/search-input.md +43 -0
- package/docs/components/ui/segmented-control.md +50 -0
- package/docs/components/ui/select.md +49 -0
- package/docs/components/ui/separator.md +29 -0
- package/docs/components/ui/sheet.md +47 -0
- package/docs/components/ui/sidebar.md +72 -0
- package/docs/components/ui/skeleton.md +77 -0
- package/docs/components/ui/slider.md +29 -0
- package/docs/components/ui/spinner.md +50 -0
- package/docs/components/ui/stack.md +39 -0
- package/docs/components/ui/stat-card.md +61 -0
- package/docs/components/ui/stepper.md +49 -0
- package/docs/components/ui/switch.md +34 -0
- package/docs/components/ui/table.md +47 -0
- package/docs/components/ui/tabs.md +56 -0
- package/docs/components/ui/text.md +37 -0
- package/docs/components/ui/textarea.md +39 -0
- package/docs/components/ui/toast.md +65 -0
- package/docs/components/ui/toaster.md +47 -0
- package/docs/components/ui/toggle-group.md +43 -0
- package/docs/components/ui/toggle.md +37 -0
- package/docs/components/ui/tooltip.md +33 -0
- package/docs/components/ui/tree-view.md +65 -0
- package/docs/components/ui/visually-hidden.md +21 -0
- package/llms-full.txt +3384 -1591
- package/llms.txt +4 -4
- package/package.json +28 -3
- package/dist/_chunks/avatar.js +0 -52
- package/dist/_chunks/button-group.js +0 -27
- package/dist/_chunks/button.js +0 -113
- package/dist/_chunks/card.js +0 -50
- package/dist/_chunks/checkbox.js +0 -16
- package/dist/_chunks/form.js +0 -27
- package/dist/_chunks/sidebar.js +0 -606
- package/dist/_chunks/spinner.js +0 -64
- package/dist/_chunks/tooltip.js +0 -30
- package/dist/_chunks/utils.js +0 -17
- package/dist/motion/motion-provider.js +0 -24
- package/dist/motion/primitives.js +0 -187
- /package/dist/_chunks/{motion.js → framer.js} +0 -0
package/dist/ui/index.js
CHANGED
|
@@ -1,519 +1,325 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import { IconButton as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { ColorInput as
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
const B = a.forwardRef(({ className: r, required: o, children: t, ...s }, n) => u(x, { ref: n, className: g("font-sans text-ds-md font-medium text-surface-fg leading-none peer-disabled:opacity-action-disabled", r), ...s, children: [t, o && e("span", { className: "text-error-11 ml-ds-01", "aria-hidden": "true", children: "*" })] }));
|
|
67
|
-
B.displayName = x.displayName;
|
|
68
|
-
const G = m("relative flex gap-ds-04 rounded-ds-lg border p-ds-05", {
|
|
69
|
-
variants: {
|
|
70
|
-
variant: {
|
|
71
|
-
subtle: "",
|
|
72
|
-
filled: "",
|
|
73
|
-
outline: ""
|
|
74
|
-
},
|
|
75
|
-
color: {
|
|
76
|
-
info: "",
|
|
77
|
-
success: "",
|
|
78
|
-
warning: "",
|
|
79
|
-
error: "",
|
|
80
|
-
neutral: ""
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
compoundVariants: [
|
|
84
|
-
// subtle (surface bg) — default, matches previous behavior
|
|
85
|
-
{ variant: "subtle", color: "info", className: "bg-info-3 border-info-7 text-info-11" },
|
|
86
|
-
{ variant: "subtle", color: "success", className: "bg-success-3 border-success-7 text-success-11" },
|
|
87
|
-
{ variant: "subtle", color: "warning", className: "bg-warning-3 border-warning-7 text-warning-11" },
|
|
88
|
-
{ variant: "subtle", color: "error", className: "bg-error-3 border-error-7 text-error-11" },
|
|
89
|
-
{ variant: "subtle", color: "neutral", className: "bg-surface-2 border-surface-border-strong text-surface-fg [&>svg]:text-surface-fg-muted" },
|
|
90
|
-
// filled (solid bg, white text)
|
|
91
|
-
{ variant: "filled", color: "info", className: "bg-info-9 text-accent-fg border-transparent [&>svg]:text-accent-fg" },
|
|
92
|
-
{ variant: "filled", color: "success", className: "bg-success-9 text-accent-fg border-transparent [&>svg]:text-accent-fg" },
|
|
93
|
-
{ variant: "filled", color: "warning", className: "bg-warning-9 text-accent-fg border-transparent [&>svg]:text-accent-fg" },
|
|
94
|
-
{ variant: "filled", color: "error", className: "bg-error-9 text-accent-fg border-transparent [&>svg]:text-accent-fg" },
|
|
95
|
-
{ variant: "filled", color: "neutral", className: "bg-surface-3 text-surface-fg border-transparent [&>svg]:text-surface-fg-muted" },
|
|
96
|
-
// outline (transparent bg, colored border)
|
|
97
|
-
{ variant: "outline", color: "info", className: "bg-transparent border-info-7 text-info-11" },
|
|
98
|
-
{ variant: "outline", color: "success", className: "bg-transparent border-success-7 text-success-11" },
|
|
99
|
-
{ variant: "outline", color: "warning", className: "bg-transparent border-warning-7 text-warning-11" },
|
|
100
|
-
{ variant: "outline", color: "error", className: "bg-transparent border-error-7 text-error-11" },
|
|
101
|
-
{ variant: "outline", color: "neutral", className: "bg-transparent border-surface-border-strong text-surface-fg [&>svg]:text-surface-fg-muted" }
|
|
102
|
-
],
|
|
103
|
-
defaultVariants: { variant: "subtle", color: "info" }
|
|
104
|
-
}), L = {
|
|
105
|
-
info: p,
|
|
106
|
-
success: k,
|
|
107
|
-
warning: A,
|
|
108
|
-
error: D,
|
|
109
|
-
neutral: p
|
|
110
|
-
}, F = a.forwardRef(({ className: r, variant: o = "subtle", color: t = "info", title: s, onDismiss: n, children: i, ...c }, l) => {
|
|
111
|
-
const d = L[t ?? "info"], [M, T] = a.useState(!0), w = a.useCallback(() => {
|
|
112
|
-
T(!1);
|
|
113
|
-
}, []);
|
|
114
|
-
return e(P, { onExitComplete: n, children: M && u(b.div, { ref: l, initial: { opacity: 1, y: 0 }, animate: { opacity: 1, y: 0 }, exit: { opacity: 0, y: -8 }, transition: f.snappy, className: g(G({ variant: o, color: t }), r), role: "alert", ...V(c), children: [e(d, { className: "mt-ds-01 h-ico-md w-ico-md shrink-0", "aria-hidden": "true" }), u("div", { className: "flex-1 min-w-0", children: [s && e("p", { className: "text-ds-md font-semibold mb-ds-01", children: s }), e("div", { className: "text-ds-md opacity-[0.9]", children: i })] }), n && e("button", { type: "button", onClick: w, className: "shrink-0 min-h-ds-xs min-w-ds-xs flex items-center justify-center rounded-ds-sm text-surface-fg-subtle transition-colors hover:text-surface-fg-muted hover:bg-surface-3 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9", "aria-label": "Dismiss", children: e(S, { className: "h-ico-sm w-ico-sm" }) })] }) });
|
|
115
|
-
});
|
|
116
|
-
F.displayName = "Alert";
|
|
117
|
-
const H = m("inline-flex items-center gap-ds-02b font-sans font-medium rounded-ds-full border", {
|
|
118
|
-
variants: {
|
|
119
|
-
variant: {
|
|
120
|
-
subtle: "",
|
|
121
|
-
secondary: "",
|
|
122
|
-
// alias → subtle
|
|
123
|
-
solid: "",
|
|
124
|
-
outline: "",
|
|
125
|
-
destructive: ""
|
|
126
|
-
// alias → solid + error
|
|
127
|
-
},
|
|
128
|
-
color: {
|
|
129
|
-
default: "",
|
|
130
|
-
info: "",
|
|
131
|
-
success: "",
|
|
132
|
-
error: "",
|
|
133
|
-
warning: "",
|
|
134
|
-
brand: "",
|
|
135
|
-
accent: "",
|
|
136
|
-
teal: "",
|
|
137
|
-
amber: "",
|
|
138
|
-
slate: "",
|
|
139
|
-
indigo: "",
|
|
140
|
-
cyan: "",
|
|
141
|
-
orange: "",
|
|
142
|
-
emerald: ""
|
|
143
|
-
},
|
|
144
|
-
size: {
|
|
145
|
-
xs: "h-[16px] px-ds-02b text-ds-xs",
|
|
146
|
-
sm: "h-[20px] px-ds-03 text-ds-xs",
|
|
147
|
-
md: "h-ds-xs px-ds-03 text-ds-sm",
|
|
148
|
-
lg: "h-ds-xs-plus px-ds-04 text-ds-md"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
compoundVariants: [
|
|
152
|
-
// subtle (surface bg)
|
|
153
|
-
{ variant: "subtle", color: "default", className: "bg-surface-3 text-surface-fg-muted border-surface-border-strong" },
|
|
154
|
-
// "secondary" alias → same as subtle + default
|
|
155
|
-
{ variant: "secondary", color: "default", className: "bg-surface-3 text-surface-fg-muted border-surface-border-strong" },
|
|
156
|
-
// "destructive" alias → solid + error
|
|
157
|
-
{ variant: "destructive", color: "default", className: "bg-error-9 text-accent-fg border-transparent" },
|
|
158
|
-
{ variant: "destructive", color: "error", className: "bg-error-9 text-accent-fg border-transparent" },
|
|
159
|
-
{ variant: "subtle", color: "info", className: "bg-info-3 text-info-11 border-info-7" },
|
|
160
|
-
{ variant: "subtle", color: "success", className: "bg-success-3 text-success-11 border-success-7" },
|
|
161
|
-
{ variant: "subtle", color: "error", className: "bg-error-3 text-error-11 border-error-7" },
|
|
162
|
-
{ variant: "subtle", color: "warning", className: "bg-warning-3 text-warning-11 border-warning-7" },
|
|
163
|
-
{ variant: "subtle", color: "brand", className: "bg-accent-2 text-accent-11 border-accent-7" },
|
|
164
|
-
{ variant: "subtle", color: "accent", className: "bg-accent-2 text-accent-11 border-accent-7" },
|
|
165
|
-
{ variant: "subtle", color: "teal", className: "bg-category-teal-3 text-category-teal-11 border-category-teal-7" },
|
|
166
|
-
{ variant: "subtle", color: "amber", className: "bg-category-amber-3 text-category-amber-11 border-category-amber-7" },
|
|
167
|
-
{ variant: "subtle", color: "slate", className: "bg-category-slate-3 text-category-slate-11 border-category-slate-7" },
|
|
168
|
-
{ variant: "subtle", color: "indigo", className: "bg-category-indigo-3 text-category-indigo-11 border-category-indigo-7" },
|
|
169
|
-
{ variant: "subtle", color: "cyan", className: "bg-category-cyan-3 text-category-cyan-11 border-category-cyan-7" },
|
|
170
|
-
{ variant: "subtle", color: "orange", className: "bg-category-orange-3 text-category-orange-11 border-category-orange-7" },
|
|
171
|
-
{ variant: "subtle", color: "emerald", className: "bg-category-emerald-3 text-category-emerald-11 border-category-emerald-7" },
|
|
172
|
-
// solid (filled bg)
|
|
173
|
-
{ variant: "solid", color: "default", className: "bg-accent-9 text-accent-fg border-transparent" },
|
|
174
|
-
{ variant: "solid", color: "info", className: "bg-info-9 text-accent-fg border-transparent" },
|
|
175
|
-
{ variant: "solid", color: "success", className: "bg-success-9 text-accent-fg border-transparent" },
|
|
176
|
-
{ variant: "solid", color: "error", className: "bg-error-9 text-accent-fg border-transparent" },
|
|
177
|
-
{ variant: "solid", color: "warning", className: "bg-warning-9 text-accent-fg border-transparent" },
|
|
178
|
-
{ variant: "solid", color: "brand", className: "bg-accent-9 text-accent-fg border-transparent" },
|
|
179
|
-
{ variant: "solid", color: "accent", className: "bg-accent-9 text-accent-fg border-transparent" },
|
|
180
|
-
{ variant: "solid", color: "teal", className: "bg-category-teal-9 text-accent-fg border-transparent" },
|
|
181
|
-
{ variant: "solid", color: "amber", className: "bg-category-amber-9 text-accent-fg border-transparent" },
|
|
182
|
-
{ variant: "solid", color: "slate", className: "bg-category-slate-9 text-accent-fg border-transparent" },
|
|
183
|
-
{ variant: "solid", color: "indigo", className: "bg-category-indigo-9 text-accent-fg border-transparent" },
|
|
184
|
-
{ variant: "solid", color: "cyan", className: "bg-category-cyan-9 text-accent-fg border-transparent" },
|
|
185
|
-
{ variant: "solid", color: "orange", className: "bg-category-orange-9 text-accent-fg border-transparent" },
|
|
186
|
-
{ variant: "solid", color: "emerald", className: "bg-category-emerald-9 text-accent-fg border-transparent" },
|
|
187
|
-
// outline (border only)
|
|
188
|
-
{ variant: "outline", color: "default", className: "bg-transparent text-surface-fg-muted border-surface-border-strong" },
|
|
189
|
-
{ variant: "outline", color: "info", className: "bg-transparent text-info-11 border-info-7" },
|
|
190
|
-
{ variant: "outline", color: "success", className: "bg-transparent text-success-11 border-success-7" },
|
|
191
|
-
{ variant: "outline", color: "error", className: "bg-transparent text-error-11 border-error-7" },
|
|
192
|
-
{ variant: "outline", color: "warning", className: "bg-transparent text-warning-11 border-warning-7" },
|
|
193
|
-
{ variant: "outline", color: "brand", className: "bg-transparent text-accent-11 border-accent-7" },
|
|
194
|
-
{ variant: "outline", color: "accent", className: "bg-transparent text-accent-11 border-accent-7" },
|
|
195
|
-
{ variant: "outline", color: "teal", className: "bg-transparent text-category-teal-11 border-category-teal-7" },
|
|
196
|
-
{ variant: "outline", color: "amber", className: "bg-transparent text-category-amber-11 border-category-amber-7" },
|
|
197
|
-
{ variant: "outline", color: "slate", className: "bg-transparent text-category-slate-11 border-category-slate-7" },
|
|
198
|
-
{ variant: "outline", color: "indigo", className: "bg-transparent text-category-indigo-11 border-category-indigo-7" },
|
|
199
|
-
{ variant: "outline", color: "cyan", className: "bg-transparent text-category-cyan-11 border-category-cyan-7" },
|
|
200
|
-
{ variant: "outline", color: "orange", className: "bg-transparent text-category-orange-11 border-category-orange-7" },
|
|
201
|
-
{ variant: "outline", color: "emerald", className: "bg-transparent text-category-emerald-11 border-category-emerald-7" }
|
|
202
|
-
],
|
|
203
|
-
defaultVariants: {
|
|
204
|
-
variant: "subtle",
|
|
205
|
-
color: "default",
|
|
206
|
-
size: "md"
|
|
207
|
-
}
|
|
208
|
-
}), O = a.forwardRef(({ className: r, variant: o, color: t, size: s, dot: n, onDismiss: i, children: c, ...l }, d) => u("span", { ref: d, className: g(H({ variant: o, color: t, size: s }), r), ...l, children: [n && u("span", { className: "relative inline-flex h-ds-02b w-ds-02b shrink-0", "aria-hidden": "true", children: [e(b.span, { className: "absolute inset-0 rounded-ds-full bg-current", animate: { scale: [1, 2.5], opacity: [0.4, 0] }, transition: { repeat: 1 / 0, duration: 1.5, ease: "easeOut" } }), e("span", { className: "relative h-ds-02b w-ds-02b rounded-ds-full bg-current" })] }), c, i && e("button", { type: "button", onClick: i, className: "ml-ds-01 min-h-ds-xs min-w-ds-xs flex items-center justify-center rounded-ds-full text-surface-fg-subtle hover:rotate-90 transition-[color,transform] duration-fast-02 hover:text-surface-fg-muted hover:bg-surface-3 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9", "aria-label": "Remove", children: e(S, { className: "h-ico-sm w-ico-sm" }) })] }));
|
|
209
|
-
O.displayName = "Badge";
|
|
210
|
-
const C = a.createContext(void 0), j = a.forwardRef(({ value: r, defaultValue: o, onValueChange: t, ...s }, n) => {
|
|
211
|
-
const [i, c] = a.useState(r ?? o ?? "");
|
|
212
|
-
a.useEffect(() => {
|
|
213
|
-
r !== void 0 && c(r);
|
|
214
|
-
}, [r]);
|
|
215
|
-
const l = a.useCallback((d) => {
|
|
216
|
-
c(d), t == null || t(d);
|
|
217
|
-
}, [t]);
|
|
218
|
-
return e(C.Provider, { value: i, children: e(I, { ref: n, value: r, defaultValue: r === void 0 ? o : void 0, onValueChange: l, ...s }) });
|
|
219
|
-
});
|
|
220
|
-
j.displayName = "Tabs";
|
|
221
|
-
const h = a.createContext({
|
|
222
|
-
variant: "line",
|
|
223
|
-
layoutId: "tab-indicator"
|
|
224
|
-
}), E = m("inline-flex items-center", {
|
|
225
|
-
variants: {
|
|
226
|
-
variant: {
|
|
227
|
-
line: "border-b border-surface-border-strong w-full gap-0",
|
|
228
|
-
contained: "bg-surface-2 p-ds-02 rounded-ds-lg gap-ds-02"
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
defaultVariants: { variant: "line" }
|
|
232
|
-
}), z = m("relative inline-flex items-center justify-center gap-ds-02 whitespace-nowrap font-sans text-ds-md font-medium transition-colors duration-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-1 disabled:pointer-events-none disabled:opacity-action-disabled", {
|
|
233
|
-
variants: {
|
|
234
|
-
variant: {
|
|
235
|
-
line: [
|
|
236
|
-
"px-ds-05 py-ds-03 -mb-px",
|
|
237
|
-
"text-surface-fg-muted hover:text-surface-fg",
|
|
238
|
-
"data-[state=active]:text-accent-11"
|
|
239
|
-
],
|
|
240
|
-
contained: [
|
|
241
|
-
"px-ds-05 py-ds-02b rounded-ds-md",
|
|
242
|
-
"text-surface-fg-muted hover:text-surface-fg",
|
|
243
|
-
"data-[state=active]:text-surface-fg"
|
|
244
|
-
]
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
defaultVariants: { variant: "line" }
|
|
248
|
-
}), $ = a.forwardRef(({ className: r, variant: o, ...t }, s) => {
|
|
249
|
-
const n = o ?? "line", i = a.useId(), c = a.useMemo(() => ({ variant: n, layoutId: `tab-indicator-${i}` }), [n, i]);
|
|
250
|
-
return e(h.Provider, { value: c, children: e(R, { children: e(N, { ref: s, className: g(E({ variant: n }), r), ...t }) }) });
|
|
251
|
-
});
|
|
252
|
-
$.displayName = N.displayName;
|
|
253
|
-
const U = a.forwardRef(({ className: r, variant: o, children: t, ...s }, n) => {
|
|
254
|
-
const i = a.useContext(h), c = a.useContext(C), l = o ?? i.variant, d = s.value === c;
|
|
255
|
-
return u(y, { ref: n, className: g(z({ variant: l }), r), ...s, children: [l === "contained" && d && e(b.span, { layoutId: `${i.layoutId}-contained`, className: "absolute inset-0 rounded-ds-md bg-surface-1 shadow-01", transition: f.smooth }), e("span", { className: "relative z-[1] inline-flex items-center gap-ds-02", children: t }), l === "line" && d && e(b.span, { layoutId: `${i.layoutId}-line`, className: "absolute bottom-0 left-0 right-0 h-0.5 bg-accent-9", transition: f.smooth })] });
|
|
256
|
-
});
|
|
257
|
-
U.displayName = y.displayName;
|
|
258
|
-
const q = a.forwardRef(({ className: r, ...o }, t) => e(v, { ref: t, className: g("mt-ds-05 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-2", r), ...o }));
|
|
259
|
-
q.displayName = v.displayName;
|
|
2
|
+
import { Button as r, buttonVariants as t } from "./button.js";
|
|
3
|
+
import { IconButton as n } from "./icon-button.js";
|
|
4
|
+
import { ButtonGroup as p, useButtonGroup as u } from "./button-group.js";
|
|
5
|
+
import { Input as m, inputVariants as g } from "./input.js";
|
|
6
|
+
import { ColorInput as b } from "./color-input.js";
|
|
7
|
+
import { Label as S } from "./label.js";
|
|
8
|
+
import { Separator as f } from "./separator.js";
|
|
9
|
+
import { VisuallyHidden as s } from "./visually-hidden.js";
|
|
10
|
+
import { Autocomplete as T } from "./autocomplete.js";
|
|
11
|
+
import { Combobox as I } from "./combobox.js";
|
|
12
|
+
import { FileUpload as P } from "./file-upload.js";
|
|
13
|
+
import { Checkbox as h } from "./checkbox.js";
|
|
14
|
+
import { RadioGroup as k, RadioGroupItem as B } from "./radio.js";
|
|
15
|
+
import { Switch as G } from "./switch.js";
|
|
16
|
+
import { Select as F, SelectContent as L, SelectGroup as H, SelectItem as N, SelectLabel as O, SelectScrollDownButton as y, SelectScrollUpButton as E, SelectSeparator as U, SelectTrigger as z, SelectValue as j, selectTriggerVariants as q } from "./select.js";
|
|
17
|
+
import { Textarea as K, textareaVariants as Q } from "./textarea.js";
|
|
18
|
+
import { NumberInput as X } from "./number-input.js";
|
|
19
|
+
import { SearchInput as Z } from "./search-input.js";
|
|
20
|
+
import { InputOTP as $, InputOTPGroup as ee, InputOTPSeparator as oe, InputOTPSlot as re } from "./input-otp.js";
|
|
21
|
+
import { FormField as ae, FormHelperText as ne, useFormField as ie } from "./form.js";
|
|
22
|
+
import { Slider as ue } from "./slider.js";
|
|
23
|
+
import { Toggle as me, toggleVariants as ge } from "./toggle.js";
|
|
24
|
+
import { ToggleGroup as be, ToggleGroupItem as xe } from "./toggle-group.js";
|
|
25
|
+
import { AlertDialog as Ce, AlertDialogAction as fe, AlertDialogCancel as Me, AlertDialogContent as se, AlertDialogDescription as ce, AlertDialogFooter as Te, AlertDialogHeader as De, AlertDialogOverlay as Ie, AlertDialogPortal as ve, AlertDialogTitle as Pe, AlertDialogTrigger as Ae } from "./alert-dialog.js";
|
|
26
|
+
import { Dialog as we, DialogClose as ke, DialogContent as Be, DialogContentRaw as Ve, DialogDescription as Ge, DialogFooter as Re, DialogHeader as Fe, DialogOverlay as Le, DialogPortal as He, DialogTitle as Ne, DialogTrigger as Oe } from "./dialog.js";
|
|
27
|
+
import { Sheet as Ee, SheetClose as Ue, SheetContent as ze, SheetDescription as je, SheetFooter as qe, SheetHeader as Je, SheetOverlay as Ke, SheetPortal as Qe, SheetTitle as We, SheetTrigger as Xe } from "./sheet.js";
|
|
28
|
+
import { formatFileSize as Ze, toast as _e } from "./toast.js";
|
|
29
|
+
import { Toaster as eo } from "./toaster.js";
|
|
30
|
+
import { Tooltip as ro, TooltipContent as to, TooltipProvider as ao, TooltipTrigger as no } from "./tooltip.js";
|
|
31
|
+
import { Popover as po, PopoverAnchor as uo, PopoverContent as lo, PopoverTrigger as mo } from "./popover.js";
|
|
32
|
+
import { HoverCard as bo, HoverCardContent as xo, HoverCardTrigger as So } from "./hover-card.js";
|
|
33
|
+
import { Collapsible as fo, CollapsibleContent as Mo, CollapsibleTrigger as so } from "./collapsible.js";
|
|
34
|
+
import { Alert as To, alertVariants as Do } from "./alert.js";
|
|
35
|
+
import { Banner as vo, bannerVariants as Po } from "./banner.js";
|
|
36
|
+
import { Spinner as ho } from "./spinner.js";
|
|
37
|
+
import { Card as ko, CardContent as Bo, CardDescription as Vo, CardFooter as Go, CardHeader as Ro, CardTitle as Fo, cardVariants as Lo } from "./card.js";
|
|
38
|
+
import { Badge as No, badgeVariants as Oo } from "./badge.js";
|
|
39
|
+
import { Avatar as Eo, AvatarFallback as Uo, AvatarImage as zo, avatarVariants as jo } from "./avatar.js";
|
|
40
|
+
import { Table as Jo, TableBody as Ko, TableCaption as Qo, TableCell as Wo, TableFooter as Xo, TableHead as Yo, TableHeader as Zo, TableRow as _o } from "./table.js";
|
|
41
|
+
import { Progress as er, progressIndicatorVariants as or, progressTrackVariants as rr } from "./progress.js";
|
|
42
|
+
import { Skeleton as ar, SkeletonAvatar as nr, SkeletonButton as ir, SkeletonChart as pr, SkeletonGroup as ur, SkeletonImage as lr, SkeletonInput as mr, SkeletonText as gr, skeletonVariants as dr } from "./skeleton.js";
|
|
43
|
+
import { StatCard as xr } from "./stat-card.js";
|
|
44
|
+
import { Code as Cr } from "./code.js";
|
|
45
|
+
import { AspectRatio as Mr } from "./aspect-ratio.js";
|
|
46
|
+
import { Accordion as cr, AccordionContent as Tr, AccordionItem as Dr, AccordionTrigger as Ir } from "./accordion.js";
|
|
47
|
+
import { Tabs as Pr, TabsContent as Ar, TabsList as hr, TabsTrigger as wr } from "./tabs.js";
|
|
48
|
+
import { Breadcrumb as Br, BreadcrumbEllipsis as Vr, BreadcrumbItem as Gr, BreadcrumbLink as Rr, BreadcrumbList as Fr, BreadcrumbPage as Lr, BreadcrumbSeparator as Hr } from "./breadcrumb.js";
|
|
49
|
+
import { DropdownMenu as Or, DropdownMenuCheckboxItem as yr, DropdownMenuContent as Er, DropdownMenuGroup as Ur, DropdownMenuItem as zr, DropdownMenuLabel as jr, DropdownMenuPortal as qr, DropdownMenuRadioGroup as Jr, DropdownMenuRadioItem as Kr, DropdownMenuSeparator as Qr, DropdownMenuShortcut as Wr, DropdownMenuSub as Xr, DropdownMenuSubContent as Yr, DropdownMenuSubTrigger as Zr, DropdownMenuTrigger as _r } from "./dropdown-menu.js";
|
|
50
|
+
import { ContextMenu as et, ContextMenuCheckboxItem as ot, ContextMenuContent as rt, ContextMenuGroup as tt, ContextMenuItem as at, ContextMenuLabel as nt, ContextMenuPortal as it, ContextMenuRadioGroup as pt, ContextMenuRadioItem as ut, ContextMenuSeparator as lt, ContextMenuShortcut as mt, ContextMenuSub as gt, ContextMenuSubContent as dt, ContextMenuSubTrigger as bt, ContextMenuTrigger as xt } from "./context-menu.js";
|
|
51
|
+
import { Menubar as Ct, MenubarCheckboxItem as ft, MenubarContent as Mt, MenubarGroup as st, MenubarItem as ct, MenubarLabel as Tt, MenubarMenu as Dt, MenubarPortal as It, MenubarRadioGroup as vt, MenubarRadioItem as Pt, MenubarSeparator as At, MenubarShortcut as ht, MenubarSub as wt, MenubarSubContent as kt, MenubarSubTrigger as Bt, MenubarTrigger as Vt } from "./menubar.js";
|
|
52
|
+
import { PaginationContent as Rt, PaginationEllipsis as Ft, PaginationItem as Lt, PaginationLink as Ht, PaginationNav as Nt, PaginationNext as Ot, PaginationPrevious as yt, PaginationRoot as Et, generatePagination as Ut } from "./pagination.js";
|
|
53
|
+
import { NavigationMenu as jt, NavigationMenuContent as qt, NavigationMenuIndicator as Jt, NavigationMenuItem as Kt, NavigationMenuLink as Qt, NavigationMenuList as Wt, NavigationMenuTrigger as Xt, NavigationMenuViewport as Yt } from "./navigation-menu.js";
|
|
54
|
+
import { Sidebar as _t, SidebarContent as $t, SidebarFooter as ea, SidebarGroup as oa, SidebarGroupAction as ra, SidebarGroupContent as ta, SidebarGroupLabel as aa, SidebarHeader as na, SidebarInput as ia, SidebarInset as pa, SidebarMenu as ua, SidebarMenuAction as la, SidebarMenuBadge as ma, SidebarMenuButton as ga, SidebarMenuItem as da, SidebarMenuSkeleton as ba, SidebarMenuSub as xa, SidebarMenuSubButton as Sa, SidebarMenuSubItem as Ca, SidebarProvider as fa, SidebarRail as Ma, SidebarSeparator as sa, SidebarTrigger as ca, useSidebar as Ta } from "./sidebar.js";
|
|
55
|
+
import { Step as Ia, Stepper as va } from "./stepper.js";
|
|
56
|
+
import { Chip as Aa, chipVariants as ha } from "./chip.js";
|
|
57
|
+
import { Text as ka, textVariants as Ba } from "./text.js";
|
|
58
|
+
import { Stack as Ga } from "./stack.js";
|
|
59
|
+
import { Container as Fa } from "./container.js";
|
|
60
|
+
import { T as Ha, a as Na, u as Oa } from "../_chunks/tree-view.js";
|
|
61
|
+
import { SegmentedControl as Ea, SegmentedControlItem as Ua, segmentedControlItemVariants as za } from "./segmented-control.js";
|
|
62
|
+
import { Link as qa } from "./link.js";
|
|
63
|
+
import { cn as Ka } from "./lib/utils.js";
|
|
64
|
+
import { formatRelativeTime as Wa } from "./lib/date-utils.js";
|
|
65
|
+
import { springs as Ya, stagger as Za, tweens as _a, withReducedMotion as $a } from "./lib/motion.js";
|
|
260
66
|
export {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
67
|
+
cr as Accordion,
|
|
68
|
+
Tr as AccordionContent,
|
|
69
|
+
Dr as AccordionItem,
|
|
70
|
+
Ir as AccordionTrigger,
|
|
71
|
+
To as Alert,
|
|
72
|
+
Ce as AlertDialog,
|
|
73
|
+
fe as AlertDialogAction,
|
|
74
|
+
Me as AlertDialogCancel,
|
|
75
|
+
se as AlertDialogContent,
|
|
76
|
+
ce as AlertDialogDescription,
|
|
77
|
+
Te as AlertDialogFooter,
|
|
78
|
+
De as AlertDialogHeader,
|
|
79
|
+
Ie as AlertDialogOverlay,
|
|
80
|
+
ve as AlertDialogPortal,
|
|
81
|
+
Pe as AlertDialogTitle,
|
|
82
|
+
Ae as AlertDialogTrigger,
|
|
83
|
+
Mr as AspectRatio,
|
|
84
|
+
T as Autocomplete,
|
|
85
|
+
Eo as Avatar,
|
|
86
|
+
Uo as AvatarFallback,
|
|
87
|
+
zo as AvatarImage,
|
|
88
|
+
No as Badge,
|
|
89
|
+
vo as Banner,
|
|
90
|
+
Br as Breadcrumb,
|
|
91
|
+
Vr as BreadcrumbEllipsis,
|
|
92
|
+
Gr as BreadcrumbItem,
|
|
93
|
+
Rr as BreadcrumbLink,
|
|
94
|
+
Fr as BreadcrumbList,
|
|
95
|
+
Lr as BreadcrumbPage,
|
|
96
|
+
Hr as BreadcrumbSeparator,
|
|
97
|
+
r as Button,
|
|
98
|
+
p as ButtonGroup,
|
|
99
|
+
ko as Card,
|
|
100
|
+
Bo as CardContent,
|
|
101
|
+
Vo as CardDescription,
|
|
102
|
+
Go as CardFooter,
|
|
103
|
+
Ro as CardHeader,
|
|
104
|
+
Fo as CardTitle,
|
|
105
|
+
h as Checkbox,
|
|
106
|
+
Aa as Chip,
|
|
107
|
+
Cr as Code,
|
|
108
|
+
fo as Collapsible,
|
|
109
|
+
Mo as CollapsibleContent,
|
|
110
|
+
so as CollapsibleTrigger,
|
|
111
|
+
b as ColorInput,
|
|
112
|
+
I as Combobox,
|
|
113
|
+
Fa as Container,
|
|
114
|
+
et as ContextMenu,
|
|
115
|
+
ot as ContextMenuCheckboxItem,
|
|
116
|
+
rt as ContextMenuContent,
|
|
117
|
+
tt as ContextMenuGroup,
|
|
118
|
+
at as ContextMenuItem,
|
|
119
|
+
nt as ContextMenuLabel,
|
|
120
|
+
it as ContextMenuPortal,
|
|
121
|
+
pt as ContextMenuRadioGroup,
|
|
122
|
+
ut as ContextMenuRadioItem,
|
|
123
|
+
lt as ContextMenuSeparator,
|
|
124
|
+
mt as ContextMenuShortcut,
|
|
125
|
+
gt as ContextMenuSub,
|
|
126
|
+
dt as ContextMenuSubContent,
|
|
127
|
+
bt as ContextMenuSubTrigger,
|
|
128
|
+
xt as ContextMenuTrigger,
|
|
129
|
+
we as Dialog,
|
|
130
|
+
ke as DialogClose,
|
|
131
|
+
Be as DialogContent,
|
|
132
|
+
Ve as DialogContentRaw,
|
|
133
|
+
Ge as DialogDescription,
|
|
134
|
+
Re as DialogFooter,
|
|
135
|
+
Fe as DialogHeader,
|
|
136
|
+
Le as DialogOverlay,
|
|
137
|
+
He as DialogPortal,
|
|
138
|
+
Ne as DialogTitle,
|
|
139
|
+
Oe as DialogTrigger,
|
|
140
|
+
Or as DropdownMenu,
|
|
141
|
+
yr as DropdownMenuCheckboxItem,
|
|
142
|
+
Er as DropdownMenuContent,
|
|
143
|
+
Ur as DropdownMenuGroup,
|
|
144
|
+
zr as DropdownMenuItem,
|
|
145
|
+
jr as DropdownMenuLabel,
|
|
146
|
+
qr as DropdownMenuPortal,
|
|
147
|
+
Jr as DropdownMenuRadioGroup,
|
|
148
|
+
Kr as DropdownMenuRadioItem,
|
|
149
|
+
Qr as DropdownMenuSeparator,
|
|
150
|
+
Wr as DropdownMenuShortcut,
|
|
151
|
+
Xr as DropdownMenuSub,
|
|
152
|
+
Yr as DropdownMenuSubContent,
|
|
153
|
+
Zr as DropdownMenuSubTrigger,
|
|
154
|
+
_r as DropdownMenuTrigger,
|
|
155
|
+
P as FileUpload,
|
|
156
|
+
ae as FormField,
|
|
157
|
+
ne as FormHelperText,
|
|
158
|
+
bo as HoverCard,
|
|
159
|
+
xo as HoverCardContent,
|
|
160
|
+
So as HoverCardTrigger,
|
|
161
|
+
n as IconButton,
|
|
162
|
+
m as Input,
|
|
163
|
+
$ as InputOTP,
|
|
164
|
+
ee as InputOTPGroup,
|
|
165
|
+
oe as InputOTPSeparator,
|
|
166
|
+
re as InputOTPSlot,
|
|
167
|
+
S as Label,
|
|
168
|
+
qa as Link,
|
|
169
|
+
Ct as Menubar,
|
|
170
|
+
ft as MenubarCheckboxItem,
|
|
171
|
+
Mt as MenubarContent,
|
|
172
|
+
st as MenubarGroup,
|
|
173
|
+
ct as MenubarItem,
|
|
174
|
+
Tt as MenubarLabel,
|
|
175
|
+
Dt as MenubarMenu,
|
|
176
|
+
It as MenubarPortal,
|
|
177
|
+
vt as MenubarRadioGroup,
|
|
178
|
+
Pt as MenubarRadioItem,
|
|
179
|
+
At as MenubarSeparator,
|
|
180
|
+
ht as MenubarShortcut,
|
|
181
|
+
wt as MenubarSub,
|
|
182
|
+
kt as MenubarSubContent,
|
|
183
|
+
Bt as MenubarSubTrigger,
|
|
184
|
+
Vt as MenubarTrigger,
|
|
185
|
+
jt as NavigationMenu,
|
|
186
|
+
qt as NavigationMenuContent,
|
|
187
|
+
Jt as NavigationMenuIndicator,
|
|
188
|
+
Kt as NavigationMenuItem,
|
|
189
|
+
Qt as NavigationMenuLink,
|
|
190
|
+
Wt as NavigationMenuList,
|
|
191
|
+
Xt as NavigationMenuTrigger,
|
|
192
|
+
Yt as NavigationMenuViewport,
|
|
193
|
+
X as NumberInput,
|
|
194
|
+
Rt as PaginationContent,
|
|
195
|
+
Ft as PaginationEllipsis,
|
|
196
|
+
Lt as PaginationItem,
|
|
197
|
+
Ht as PaginationLink,
|
|
198
|
+
Nt as PaginationNav,
|
|
199
|
+
Ot as PaginationNext,
|
|
200
|
+
yt as PaginationPrevious,
|
|
201
|
+
Et as PaginationRoot,
|
|
202
|
+
po as Popover,
|
|
203
|
+
uo as PopoverAnchor,
|
|
204
|
+
lo as PopoverContent,
|
|
205
|
+
mo as PopoverTrigger,
|
|
206
|
+
er as Progress,
|
|
207
|
+
k as RadioGroup,
|
|
208
|
+
B as RadioGroupItem,
|
|
209
|
+
Z as SearchInput,
|
|
210
|
+
Ea as SegmentedControl,
|
|
211
|
+
Ua as SegmentedControlItem,
|
|
212
|
+
F as Select,
|
|
213
|
+
L as SelectContent,
|
|
214
|
+
H as SelectGroup,
|
|
215
|
+
N as SelectItem,
|
|
216
|
+
O as SelectLabel,
|
|
217
|
+
y as SelectScrollDownButton,
|
|
218
|
+
E as SelectScrollUpButton,
|
|
219
|
+
U as SelectSeparator,
|
|
220
|
+
z as SelectTrigger,
|
|
221
|
+
j as SelectValue,
|
|
222
|
+
f as Separator,
|
|
223
|
+
Ee as Sheet,
|
|
224
|
+
Ue as SheetClose,
|
|
225
|
+
ze as SheetContent,
|
|
226
|
+
je as SheetDescription,
|
|
227
|
+
qe as SheetFooter,
|
|
228
|
+
Je as SheetHeader,
|
|
229
|
+
Ke as SheetOverlay,
|
|
230
|
+
Qe as SheetPortal,
|
|
231
|
+
We as SheetTitle,
|
|
232
|
+
Xe as SheetTrigger,
|
|
233
|
+
_t as Sidebar,
|
|
234
|
+
$t as SidebarContent,
|
|
235
|
+
ea as SidebarFooter,
|
|
236
|
+
oa as SidebarGroup,
|
|
237
|
+
ra as SidebarGroupAction,
|
|
238
|
+
ta as SidebarGroupContent,
|
|
239
|
+
aa as SidebarGroupLabel,
|
|
240
|
+
na as SidebarHeader,
|
|
241
|
+
ia as SidebarInput,
|
|
242
|
+
pa as SidebarInset,
|
|
243
|
+
ua as SidebarMenu,
|
|
244
|
+
la as SidebarMenuAction,
|
|
245
|
+
ma as SidebarMenuBadge,
|
|
246
|
+
ga as SidebarMenuButton,
|
|
247
|
+
da as SidebarMenuItem,
|
|
248
|
+
ba as SidebarMenuSkeleton,
|
|
249
|
+
xa as SidebarMenuSub,
|
|
250
|
+
Sa as SidebarMenuSubButton,
|
|
251
|
+
Ca as SidebarMenuSubItem,
|
|
252
|
+
fa as SidebarProvider,
|
|
253
|
+
Ma as SidebarRail,
|
|
254
|
+
sa as SidebarSeparator,
|
|
255
|
+
ca as SidebarTrigger,
|
|
256
|
+
ar as Skeleton,
|
|
257
|
+
nr as SkeletonAvatar,
|
|
258
|
+
ir as SkeletonButton,
|
|
259
|
+
pr as SkeletonChart,
|
|
260
|
+
ur as SkeletonGroup,
|
|
261
|
+
lr as SkeletonImage,
|
|
262
|
+
mr as SkeletonInput,
|
|
263
|
+
gr as SkeletonText,
|
|
264
|
+
ue as Slider,
|
|
265
|
+
ho as Spinner,
|
|
266
|
+
Ga as Stack,
|
|
267
|
+
xr as StatCard,
|
|
268
|
+
Ia as Step,
|
|
269
|
+
va as Stepper,
|
|
270
|
+
G as Switch,
|
|
271
|
+
Jo as Table,
|
|
272
|
+
Ko as TableBody,
|
|
273
|
+
Qo as TableCaption,
|
|
274
|
+
Wo as TableCell,
|
|
275
|
+
Xo as TableFooter,
|
|
276
|
+
Yo as TableHead,
|
|
277
|
+
Zo as TableHeader,
|
|
278
|
+
_o as TableRow,
|
|
279
|
+
Pr as Tabs,
|
|
280
|
+
Ar as TabsContent,
|
|
281
|
+
hr as TabsList,
|
|
282
|
+
wr as TabsTrigger,
|
|
283
|
+
ka as Text,
|
|
284
|
+
K as Textarea,
|
|
285
|
+
eo as Toaster,
|
|
286
|
+
me as Toggle,
|
|
287
|
+
be as ToggleGroup,
|
|
288
|
+
xe as ToggleGroupItem,
|
|
289
|
+
ro as Tooltip,
|
|
290
|
+
to as TooltipContent,
|
|
291
|
+
ao as TooltipProvider,
|
|
292
|
+
no as TooltipTrigger,
|
|
293
|
+
Ha as TreeItem,
|
|
294
|
+
Na as TreeView,
|
|
295
|
+
s as VisuallyHidden,
|
|
296
|
+
Do as alertVariants,
|
|
297
|
+
jo as avatarVariants,
|
|
298
|
+
Oo as badgeVariants,
|
|
299
|
+
Po as bannerVariants,
|
|
300
|
+
t as buttonVariants,
|
|
301
|
+
Lo as cardVariants,
|
|
302
|
+
ha as chipVariants,
|
|
303
|
+
Ka as cn,
|
|
304
|
+
Ze as formatFileSize,
|
|
305
|
+
Wa as formatRelativeTime,
|
|
306
|
+
Ut as generatePagination,
|
|
307
|
+
g as inputVariants,
|
|
308
|
+
or as progressIndicatorVariants,
|
|
309
|
+
rr as progressTrackVariants,
|
|
310
|
+
za as segmentedControlItemVariants,
|
|
311
|
+
q as selectTriggerVariants,
|
|
312
|
+
dr as skeletonVariants,
|
|
313
|
+
Ya as springs,
|
|
314
|
+
Za as stagger,
|
|
315
|
+
Ba as textVariants,
|
|
316
|
+
Q as textareaVariants,
|
|
317
|
+
_e as toast,
|
|
318
|
+
ge as toggleVariants,
|
|
319
|
+
_a as tweens,
|
|
320
|
+
u as useButtonGroup,
|
|
321
|
+
ie as useFormField,
|
|
322
|
+
Ta as useSidebar,
|
|
323
|
+
Oa as useTree,
|
|
324
|
+
$a as withReducedMotion
|
|
519
325
|
};
|