@devalok/shilp-sutra 0.27.2 → 0.29.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/_chunks/badge-group.js +299 -0
- package/dist/_chunks/framer.js +1915 -1980
- package/dist/_chunks/keybinding.js +4 -5
- package/dist/_chunks/primitives.js +3198 -3272
- package/dist/_chunks/sonner.js +29 -31
- package/dist/_chunks/stat-row.js +110 -131
- package/dist/_chunks/tiptap.js +42 -78
- package/dist/_chunks/tree-view.js +138 -149
- package/dist/_chunks/typing-indicator.js +565 -0
- package/dist/_chunks/use-calendar.js +416 -439
- package/dist/_chunks/vendor-client.js +977 -814
- package/dist/_chunks/vendor-utils.js +5 -5
- package/dist/ai/block-renderer.js +22 -22
- package/dist/ai/blocks/loading.d.ts.map +1 -1
- package/dist/ai/command-bar.d.ts.map +1 -1
- package/dist/ai/command-bar.js +241 -263
- package/dist/ai/conversation.d.ts.map +1 -1
- package/dist/ai/conversation.js +87 -107
- package/dist/composed/activity-feed.d.ts +2 -0
- package/dist/composed/activity-feed.d.ts.map +1 -1
- package/dist/composed/activity-feed.js +118 -90
- package/dist/composed/avatar-group.d.ts +1 -0
- package/dist/composed/avatar-group.d.ts.map +1 -1
- package/dist/composed/avatar-group.js +91 -67
- package/dist/composed/bulk-action-bar.d.ts.map +1 -1
- package/dist/composed/bulk-action-bar.js +29 -28
- package/dist/composed/command-palette.d.ts.map +1 -1
- package/dist/composed/command-palette.js +99 -113
- package/dist/composed/content-card.js +1 -1
- package/dist/composed/date-picker/calendar-grid.d.ts.map +1 -1
- package/dist/composed/date-picker/date-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/date-range-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/date-time-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/time-picker.d.ts.map +1 -1
- package/dist/composed/deadline-indicator.d.ts.map +1 -1
- package/dist/composed/deadline-indicator.js +29 -28
- package/dist/composed/error-boundary.d.ts.map +1 -1
- package/dist/composed/error-boundary.js +30 -27
- package/dist/composed/extensions/file-attachment.d.ts.map +1 -1
- package/dist/composed/file-preview.d.ts.map +1 -1
- package/dist/composed/file-preview.js +261 -271
- package/dist/composed/filter-bar.d.ts.map +1 -1
- package/dist/composed/filter-bar.js +49 -48
- package/dist/composed/form-section.d.ts.map +1 -1
- package/dist/composed/form-section.js +12 -11
- package/dist/composed/global-loading.js +1 -1
- package/dist/composed/index.js +63 -63
- package/dist/composed/inline-edit.d.ts.map +1 -1
- package/dist/composed/inline-edit.js +55 -54
- package/dist/composed/markdown-viewer.d.ts.map +1 -1
- package/dist/composed/markdown-viewer.js +44 -43
- package/dist/composed/master-detail.d.ts.map +1 -1
- package/dist/composed/master-detail.js +35 -34
- package/dist/composed/multi-select-popover.d.ts.map +1 -1
- package/dist/composed/multi-select-popover.js +64 -64
- package/dist/composed/page-header.d.ts.map +1 -1
- package/dist/composed/page-header.js +31 -37
- package/dist/composed/priority-indicator.d.ts.map +1 -1
- package/dist/composed/priority-indicator.js +37 -36
- package/dist/composed/rich-text-editor.d.ts.map +1 -1
- package/dist/composed/rich-text-editor.js +287 -306
- package/dist/composed/schedule-view.js +62 -62
- package/dist/composed/status-badge.d.ts +4 -2
- package/dist/composed/status-badge.d.ts.map +1 -1
- package/dist/composed/status-badge.js +58 -45
- package/dist/shell/app-command-palette.d.ts.map +1 -1
- package/dist/shell/app-command-palette.js +93 -93
- package/dist/shell/bottom-navbar.d.ts.map +1 -1
- package/dist/shell/bottom-navbar.js +21 -20
- package/dist/shell/index.js +18 -18
- package/dist/shell/notification-center.d.ts.map +1 -1
- package/dist/shell/notification-center.js +96 -95
- package/dist/shell/notification-preferences.d.ts.map +1 -1
- package/dist/shell/notification-preferences.js +82 -85
- package/dist/shell/sidebar.js +59 -60
- package/dist/shell/top-bar.d.ts.map +1 -1
- package/dist/shell/top-bar.js +103 -103
- package/dist/tailwind/index.cjs +37 -4
- package/dist/tailwind/preset.d.ts.map +1 -1
- package/dist/tailwind/preset.js +38 -5
- package/dist/tokens/primitives.css +10 -0
- package/dist/tokens/semantic.css +70 -7
- package/dist/ui/accordion.d.ts +5 -2
- package/dist/ui/accordion.d.ts.map +1 -1
- package/dist/ui/accordion.js +44 -39
- package/dist/ui/alert-dialog.js +57 -57
- package/dist/ui/alert.d.ts +1 -1
- package/dist/ui/alert.d.ts.map +1 -1
- package/dist/ui/alert.js +30 -29
- package/dist/ui/aspect-ratio.js +4 -4
- package/dist/ui/autocomplete.js +56 -56
- package/dist/ui/avatar.js +2 -2
- package/dist/ui/badge-group.d.ts +22 -0
- package/dist/ui/badge-group.d.ts.map +1 -0
- package/dist/ui/badge-group.js +8 -0
- package/dist/ui/badge-indicator.d.ts +32 -0
- package/dist/ui/badge-indicator.d.ts.map +1 -0
- package/dist/ui/badge-indicator.js +54 -0
- package/dist/ui/badge.d.ts +27 -24
- package/dist/ui/badge.d.ts.map +1 -1
- package/dist/ui/badge.js +13 -129
- package/dist/ui/banner.d.ts +1 -1
- package/dist/ui/banner.d.ts.map +1 -1
- package/dist/ui/banner.js +27 -26
- package/dist/ui/breadcrumb.d.ts.map +1 -1
- package/dist/ui/breadcrumb.js +37 -36
- package/dist/ui/button-group.d.ts +12 -6
- package/dist/ui/button-group.d.ts.map +1 -1
- package/dist/ui/button-group.js +18 -18
- package/dist/ui/button-processing.d.ts +15 -0
- package/dist/ui/button-processing.d.ts.map +1 -0
- package/dist/ui/button-processing.js +77 -0
- package/dist/ui/button.d.ts +50 -25
- package/dist/ui/button.d.ts.map +1 -1
- package/dist/ui/button.js +243 -127
- package/dist/ui/card.js +20 -21
- package/dist/ui/charts/index.js +499 -508
- package/dist/ui/chat/date-separator.d.ts +12 -0
- package/dist/ui/chat/date-separator.d.ts.map +1 -0
- package/dist/ui/chat/index.d.ts +9 -0
- package/dist/ui/chat/index.d.ts.map +1 -0
- package/dist/ui/chat/index.js +12 -0
- package/dist/ui/chat/message-input.d.ts +16 -0
- package/dist/ui/chat/message-input.d.ts.map +1 -0
- package/dist/ui/chat/message-list.d.ts +24 -0
- package/dist/ui/chat/message-list.d.ts.map +1 -0
- package/dist/ui/chat/message.d.ts +108 -0
- package/dist/ui/chat/message.d.ts.map +1 -0
- package/dist/ui/chat/system-message.d.ts +11 -0
- package/dist/ui/chat/system-message.d.ts.map +1 -0
- package/dist/ui/chat/typing-indicator.d.ts +14 -0
- package/dist/ui/chat/typing-indicator.d.ts.map +1 -0
- package/dist/ui/chat/unread-separator.d.ts +12 -0
- package/dist/ui/chat/unread-separator.d.ts.map +1 -0
- package/dist/ui/checkbox.js +18 -18
- package/dist/ui/chip.d.ts +13 -62
- package/dist/ui/chip.d.ts.map +1 -1
- package/dist/ui/chip.js +10 -109
- package/dist/ui/collapsible.js +4 -4
- package/dist/ui/color-input.d.ts +19 -5
- package/dist/ui/color-input.d.ts.map +1 -1
- package/dist/ui/color-input.js +371 -79
- package/dist/ui/color-swatch.js +11 -11
- package/dist/ui/combobox.d.ts.map +1 -1
- package/dist/ui/combobox.js +74 -80
- package/dist/ui/context-menu.d.ts.map +1 -1
- package/dist/ui/context-menu.js +86 -85
- package/dist/ui/data-table-toolbar.d.ts.map +1 -1
- package/dist/ui/data-table-toolbar.js +51 -57
- package/dist/ui/data-table.d.ts.map +1 -1
- package/dist/ui/data-table.js +268 -296
- package/dist/ui/devalok-grain.d.ts +81 -0
- package/dist/ui/devalok-grain.d.ts.map +1 -0
- package/dist/ui/devalok-grain.js +69 -0
- package/dist/ui/dialog.d.ts.map +1 -1
- package/dist/ui/dialog.js +73 -72
- package/dist/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/ui/dropdown-menu.js +93 -92
- package/dist/ui/file-upload.d.ts.map +1 -1
- package/dist/ui/file-upload.js +82 -82
- package/dist/ui/hover-card.js +29 -29
- package/dist/ui/icon-button.d.ts +7 -7
- package/dist/ui/icon-button.d.ts.map +1 -1
- package/dist/ui/icon-context.d.ts +15 -0
- package/dist/ui/icon-context.d.ts.map +1 -0
- package/dist/ui/icon-context.js +20 -0
- package/dist/ui/icon-group.d.ts +22 -0
- package/dist/ui/icon-group.d.ts.map +1 -0
- package/dist/ui/icon-group.js +32 -0
- package/dist/ui/icon.d.ts +57 -0
- package/dist/ui/icon.d.ts.map +1 -0
- package/dist/ui/icon.js +122 -0
- package/dist/ui/index.d.ts +8 -1
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +351 -329
- package/dist/ui/input-otp.d.ts.map +1 -1
- package/dist/ui/input-otp.js +21 -20
- package/dist/ui/input.d.ts +32 -11
- package/dist/ui/input.d.ts.map +1 -1
- package/dist/ui/input.js +149 -44
- package/dist/ui/label.js +1 -1
- package/dist/ui/lib/motion.d.ts +2 -0
- package/dist/ui/lib/motion.d.ts.map +1 -1
- package/dist/ui/lib/motion.js +13 -11
- package/dist/ui/lib/utils.js +1 -1
- package/dist/ui/menubar.d.ts.map +1 -1
- package/dist/ui/menubar.js +87 -86
- package/dist/ui/navigation-menu.d.ts.map +1 -1
- package/dist/ui/navigation-menu.js +23 -28
- package/dist/ui/number-input.d.ts.map +1 -1
- package/dist/ui/number-input.js +54 -53
- package/dist/ui/pagination.d.ts.map +1 -1
- package/dist/ui/pagination.js +45 -44
- package/dist/ui/popover.js +30 -30
- package/dist/ui/progress.d.ts +3 -1
- package/dist/ui/progress.d.ts.map +1 -1
- package/dist/ui/progress.js +43 -39
- package/dist/ui/radio.js +1 -1
- package/dist/ui/search-input.d.ts.map +1 -1
- package/dist/ui/search-input.js +47 -60
- package/dist/ui/segmented-control.js +1 -1
- package/dist/ui/select.d.ts.map +1 -1
- package/dist/ui/select.js +54 -53
- package/dist/ui/separator.js +5 -5
- package/dist/ui/sheet.d.ts.map +1 -1
- package/dist/ui/sheet.js +46 -45
- package/dist/ui/sidebar.d.ts.map +1 -1
- package/dist/ui/sidebar.js +196 -193
- package/dist/ui/skeleton.js +1 -1
- package/dist/ui/slider.js +1 -1
- package/dist/ui/spinner.js +74 -74
- package/dist/ui/stat-card.d.ts.map +1 -1
- package/dist/ui/stat-card.js +85 -86
- package/dist/ui/switch.d.ts +3 -0
- package/dist/ui/switch.d.ts.map +1 -1
- package/dist/ui/switch.js +40 -26
- package/dist/ui/tabs.js +43 -43
- package/dist/ui/text.js +1 -1
- package/dist/ui/textarea.js +10 -10
- package/dist/ui/toast.d.ts.map +1 -1
- package/dist/ui/toast.js +169 -169
- package/dist/ui/toggle-group.js +1 -1
- package/dist/ui/toggle.js +5 -5
- package/dist/ui/tooltip.js +41 -41
- package/dist/ui/tree-view/tree-item.d.ts.map +1 -1
- package/docs/components/_header.md +4 -4
- package/docs/components/composed/activity-feed.md +7 -0
- package/docs/components/composed/avatar-group.md +8 -5
- package/docs/components/composed/status-badge.md +14 -1
- package/docs/components/ui/accordion.md +5 -2
- package/docs/components/ui/badge-group.md +38 -0
- package/docs/components/ui/badge-indicator.md +40 -0
- package/docs/components/ui/badge.md +36 -5
- package/docs/components/ui/button-processing.md +15 -0
- package/docs/components/ui/button.md +40 -11
- package/docs/components/ui/chat.md +214 -0
- package/docs/components/ui/color-input.md +58 -4
- package/docs/components/ui/data-table.md +3 -0
- package/docs/components/ui/devalok-grain.md +55 -0
- package/docs/components/ui/icon-button.md +12 -5
- package/docs/components/ui/icon-context.md +38 -0
- package/docs/components/ui/icon-group.md +36 -0
- package/docs/components/ui/icon.md +47 -0
- package/docs/components/ui/input.md +32 -6
- package/docs/components/ui/progress.md +5 -0
- package/docs/components/ui/spinner.md +3 -0
- package/docs/components/ui/switch.md +13 -0
- package/llms-full.txt +724 -44
- package/llms.txt +38 -19
- package/package.json +8 -2
package/dist/ui/alert-dialog.js
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as s, jsxs as
|
|
2
|
+
import { jsx as s, jsxs as w } from "react/jsx-runtime";
|
|
3
3
|
import * as o from "react";
|
|
4
|
-
import { O as p,
|
|
4
|
+
import { O as p, P as C, a as g, b as u, D as y, A as x, c as b, d as R, e as O } from "../_chunks/primitives.js";
|
|
5
5
|
import { cn as i } from "./lib/utils.js";
|
|
6
|
-
import { tweens as f, springs as
|
|
7
|
-
import { A as
|
|
8
|
-
const v = o.createContext({ open: !1 }),
|
|
9
|
-
open:
|
|
6
|
+
import { tweens as f, springs as j } from "./lib/motion.js";
|
|
7
|
+
import { A as M, m } from "../_chunks/framer.js";
|
|
8
|
+
const v = o.createContext({ open: !1 }), P = () => o.useContext(v), T = ({
|
|
9
|
+
open: e,
|
|
10
10
|
defaultOpen: a,
|
|
11
|
-
onOpenChange:
|
|
11
|
+
onOpenChange: t,
|
|
12
12
|
...r
|
|
13
13
|
}) => {
|
|
14
|
-
const [l, A] = o.useState(a ?? !1), n =
|
|
14
|
+
const [l, A] = o.useState(a ?? !1), n = e !== void 0, d = n ? e : l, D = o.useCallback(
|
|
15
15
|
(c) => {
|
|
16
|
-
n || A(c),
|
|
16
|
+
n || A(c), t?.(c);
|
|
17
17
|
},
|
|
18
|
-
[n,
|
|
19
|
-
),
|
|
20
|
-
return /* @__PURE__ */ s(v.Provider, { value:
|
|
18
|
+
[n, t]
|
|
19
|
+
), h = o.useMemo(() => ({ open: d }), [d]);
|
|
20
|
+
return /* @__PURE__ */ s(v.Provider, { value: h, children: /* @__PURE__ */ s(R, { open: d, onOpenChange: D, ...r }) });
|
|
21
21
|
};
|
|
22
|
-
|
|
23
|
-
const L =
|
|
22
|
+
T.displayName = "AlertDialog";
|
|
23
|
+
const L = O, z = C, N = o.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ s(
|
|
24
24
|
p,
|
|
25
25
|
{
|
|
26
|
-
ref:
|
|
26
|
+
ref: t,
|
|
27
27
|
forceMount: !0,
|
|
28
28
|
className: i(
|
|
29
29
|
"fixed inset-0 z-modal bg-overlay",
|
|
30
|
-
|
|
30
|
+
e
|
|
31
31
|
),
|
|
32
32
|
...a
|
|
33
33
|
}
|
|
34
34
|
));
|
|
35
35
|
N.displayName = p.displayName;
|
|
36
|
-
const
|
|
37
|
-
const { open: l } =
|
|
38
|
-
return /* @__PURE__ */ s(
|
|
36
|
+
const F = o.forwardRef(({ className: e, children: a, ...t }, r) => {
|
|
37
|
+
const { open: l } = P();
|
|
38
|
+
return /* @__PURE__ */ s(M, { children: l && /* @__PURE__ */ w(z, { forceMount: !0, children: [
|
|
39
39
|
/* @__PURE__ */ s(N, { asChild: !0, children: /* @__PURE__ */ s(
|
|
40
40
|
m.div,
|
|
41
41
|
{
|
|
@@ -46,22 +46,22 @@ const H = o.forwardRef(({ className: t, children: a, ...e }, r) => {
|
|
|
46
46
|
}
|
|
47
47
|
) }),
|
|
48
48
|
/* @__PURE__ */ s(
|
|
49
|
-
|
|
49
|
+
g,
|
|
50
50
|
{
|
|
51
51
|
ref: r,
|
|
52
52
|
forceMount: !0,
|
|
53
53
|
asChild: !0,
|
|
54
|
-
...
|
|
54
|
+
...t,
|
|
55
55
|
children: /* @__PURE__ */ s(
|
|
56
56
|
m.div,
|
|
57
57
|
{
|
|
58
58
|
initial: { opacity: 0, scale: 0.95, x: "-50%", y: "-50%" },
|
|
59
59
|
animate: { opacity: 1, scale: 1, x: "-50%", y: "-50%" },
|
|
60
60
|
exit: { opacity: 0, scale: 0.95, x: "-50%", y: "-50%" },
|
|
61
|
-
transition: { ...
|
|
61
|
+
transition: { ...j.smooth, opacity: f.fade },
|
|
62
62
|
className: i(
|
|
63
63
|
"fixed left-[50%] top-[50%] z-modal grid w-full max-w-lg gap-ds-05 border border-surface-border-strong bg-surface-overlay p-ds-06 shadow-overlay rounded-ds-xl",
|
|
64
|
-
|
|
64
|
+
e
|
|
65
65
|
),
|
|
66
66
|
children: a
|
|
67
67
|
}
|
|
@@ -70,90 +70,90 @@ const H = o.forwardRef(({ className: t, children: a, ...e }, r) => {
|
|
|
70
70
|
)
|
|
71
71
|
] }) });
|
|
72
72
|
});
|
|
73
|
-
|
|
74
|
-
const
|
|
75
|
-
({ className:
|
|
73
|
+
F.displayName = g.displayName;
|
|
74
|
+
const H = o.forwardRef(
|
|
75
|
+
({ className: e, ...a }, t) => /* @__PURE__ */ s(
|
|
76
76
|
"div",
|
|
77
77
|
{
|
|
78
|
-
ref:
|
|
78
|
+
ref: t,
|
|
79
79
|
className: i(
|
|
80
80
|
"flex flex-col space-y-ds-02b text-center sm:text-left",
|
|
81
|
-
|
|
81
|
+
e
|
|
82
82
|
),
|
|
83
83
|
...a
|
|
84
84
|
}
|
|
85
85
|
)
|
|
86
86
|
);
|
|
87
|
-
|
|
87
|
+
H.displayName = "AlertDialogHeader";
|
|
88
88
|
const k = o.forwardRef(
|
|
89
|
-
({ className:
|
|
89
|
+
({ className: e, ...a }, t) => /* @__PURE__ */ s(
|
|
90
90
|
"div",
|
|
91
91
|
{
|
|
92
|
-
ref:
|
|
92
|
+
ref: t,
|
|
93
93
|
className: i(
|
|
94
94
|
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-ds-03",
|
|
95
|
-
|
|
95
|
+
e
|
|
96
96
|
),
|
|
97
97
|
...a
|
|
98
98
|
}
|
|
99
99
|
)
|
|
100
100
|
);
|
|
101
101
|
k.displayName = "AlertDialogFooter";
|
|
102
|
-
const
|
|
103
|
-
|
|
102
|
+
const I = o.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ s(
|
|
103
|
+
u,
|
|
104
104
|
{
|
|
105
|
-
ref:
|
|
105
|
+
ref: t,
|
|
106
106
|
className: i(
|
|
107
107
|
"text-ds-lg font-semibold",
|
|
108
|
-
|
|
108
|
+
e
|
|
109
109
|
),
|
|
110
110
|
...a
|
|
111
111
|
}
|
|
112
112
|
));
|
|
113
|
-
|
|
114
|
-
const
|
|
113
|
+
I.displayName = u.displayName;
|
|
114
|
+
const S = o.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ s(
|
|
115
115
|
y,
|
|
116
116
|
{
|
|
117
|
-
ref:
|
|
118
|
-
className: i("text-ds-md text-surface-fg-muted",
|
|
117
|
+
ref: t,
|
|
118
|
+
className: i("text-ds-md text-surface-fg-muted", e),
|
|
119
119
|
...a
|
|
120
120
|
}
|
|
121
121
|
));
|
|
122
|
-
|
|
123
|
-
const
|
|
122
|
+
S.displayName = y.displayName;
|
|
123
|
+
const V = o.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ s(
|
|
124
124
|
x,
|
|
125
125
|
{
|
|
126
|
-
ref:
|
|
126
|
+
ref: t,
|
|
127
127
|
className: i(
|
|
128
128
|
"inline-flex h-ds-md items-center justify-center rounded-ds-md px-ds-05 text-ds-md font-semibold transition-colors bg-accent-9 text-accent-fg hover:bg-accent-10 active:bg-accent-10 shadow-raised focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-action-disabled",
|
|
129
|
-
|
|
129
|
+
e
|
|
130
130
|
),
|
|
131
131
|
...a
|
|
132
132
|
}
|
|
133
133
|
));
|
|
134
|
-
|
|
135
|
-
const
|
|
134
|
+
V.displayName = x.displayName;
|
|
135
|
+
const q = o.forwardRef(({ className: e, ...a }, t) => /* @__PURE__ */ s(
|
|
136
136
|
b,
|
|
137
137
|
{
|
|
138
|
-
ref:
|
|
138
|
+
ref: t,
|
|
139
139
|
className: i(
|
|
140
140
|
"inline-flex h-ds-md items-center justify-center rounded-ds-md px-ds-05 text-ds-md font-semibold transition-colors bg-transparent text-surface-fg-muted border border-surface-border-strong hover:bg-surface-raised hover:text-surface-fg focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-action-disabled",
|
|
141
|
-
|
|
141
|
+
e
|
|
142
142
|
),
|
|
143
143
|
...a
|
|
144
144
|
}
|
|
145
145
|
));
|
|
146
|
-
|
|
146
|
+
q.displayName = b.displayName;
|
|
147
147
|
export {
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
148
|
+
T as AlertDialog,
|
|
149
|
+
V as AlertDialogAction,
|
|
150
|
+
q as AlertDialogCancel,
|
|
151
|
+
F as AlertDialogContent,
|
|
152
|
+
S as AlertDialogDescription,
|
|
153
153
|
k as AlertDialogFooter,
|
|
154
|
-
|
|
154
|
+
H as AlertDialogHeader,
|
|
155
155
|
N as AlertDialogOverlay,
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
z as AlertDialogPortal,
|
|
157
|
+
I as AlertDialogTitle,
|
|
158
158
|
L as AlertDialogTrigger
|
|
159
159
|
};
|
package/dist/ui/alert.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { VariantProps } from 'class-variance-authority';
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
declare const alertVariants: (props?: ({
|
|
5
5
|
variant?: "outline" | "filled" | "subtle" | null | undefined;
|
|
6
|
-
color?: "
|
|
6
|
+
color?: "success" | "error" | "info" | "warning" | "neutral" | null | undefined;
|
|
7
7
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
8
|
/**
|
|
9
9
|
* Props for Alert — an inline message block with a colored icon, optional title, optional body,
|
package/dist/ui/alert.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/ui/alert.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/ui/alert.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAMjE,QAAA,MAAM,aAAa;;;8EAuClB,CAAA;AAUD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC,EACzD,YAAY,CAAC,OAAO,aAAa,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;CACvB;AAED,QAAA,MAAM,KAAK,mFA0CV,CAAA;AAGD,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAA"}
|
package/dist/ui/alert.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as e, jsxs as n } from "react/jsx-runtime";
|
|
3
|
-
import { IconInfoCircle as o, IconAlertCircle as
|
|
3
|
+
import { IconInfoCircle as o, IconAlertCircle as x, IconAlertTriangle as p, IconCircleCheck as N, IconX as h } from "@tabler/icons-react";
|
|
4
4
|
import * as r from "react";
|
|
5
|
-
import {
|
|
6
|
-
import { cn as
|
|
7
|
-
import { springs as
|
|
8
|
-
import {
|
|
9
|
-
|
|
5
|
+
import { a as w } from "../_chunks/vendor-utils.js";
|
|
6
|
+
import { cn as y } from "./lib/utils.js";
|
|
7
|
+
import { springs as I, motionProps as A } from "./lib/motion.js";
|
|
8
|
+
import { Icon as c } from "./icon.js";
|
|
9
|
+
import { A as C, m as k } from "../_chunks/framer.js";
|
|
10
|
+
const V = w(
|
|
10
11
|
"relative flex gap-ds-04 rounded-ds-lg border p-ds-05",
|
|
11
12
|
{
|
|
12
13
|
variants: {
|
|
@@ -45,42 +46,42 @@ const k = h(
|
|
|
45
46
|
],
|
|
46
47
|
defaultVariants: { variant: "subtle", color: "info" }
|
|
47
48
|
}
|
|
48
|
-
),
|
|
49
|
+
), j = {
|
|
49
50
|
info: o,
|
|
50
|
-
success:
|
|
51
|
-
warning:
|
|
52
|
-
error:
|
|
51
|
+
success: N,
|
|
52
|
+
warning: p,
|
|
53
|
+
error: x,
|
|
53
54
|
neutral: o
|
|
54
|
-
},
|
|
55
|
-
({ className:
|
|
56
|
-
const
|
|
57
|
-
|
|
55
|
+
}, R = r.forwardRef(
|
|
56
|
+
({ className: i, variant: l = "subtle", color: t = "info", title: s, onDismiss: a, children: f, ...d }, u) => {
|
|
57
|
+
const m = j[t ?? "info"], [g, b] = r.useState(!0), v = r.useCallback(() => {
|
|
58
|
+
b(!1);
|
|
58
59
|
}, []);
|
|
59
|
-
return /* @__PURE__ */ e(C, { onExitComplete:
|
|
60
|
-
|
|
60
|
+
return /* @__PURE__ */ e(C, { onExitComplete: a, children: g && /* @__PURE__ */ n(
|
|
61
|
+
k.div,
|
|
61
62
|
{
|
|
62
|
-
ref:
|
|
63
|
+
ref: u,
|
|
63
64
|
initial: { opacity: 1, y: 0 },
|
|
64
65
|
animate: { opacity: 1, y: 0 },
|
|
65
66
|
exit: { opacity: 0, y: -8 },
|
|
66
|
-
transition:
|
|
67
|
-
className:
|
|
67
|
+
transition: I.snappy,
|
|
68
|
+
className: y(V({ variant: l, color: t }), i),
|
|
68
69
|
role: "alert",
|
|
69
|
-
...
|
|
70
|
+
...A(d),
|
|
70
71
|
children: [
|
|
71
|
-
/* @__PURE__ */ e(
|
|
72
|
+
/* @__PURE__ */ e(c, { icon: m, size: "md", className: "mt-ds-01 shrink-0" }),
|
|
72
73
|
/* @__PURE__ */ n("div", { className: "flex-1 min-w-0", children: [
|
|
73
|
-
|
|
74
|
-
/* @__PURE__ */ e("div", { className: "text-ds-md text-surface-fg-muted", children:
|
|
74
|
+
s && /* @__PURE__ */ e("p", { className: "text-ds-md font-semibold mb-ds-01", children: s }),
|
|
75
|
+
/* @__PURE__ */ e("div", { className: "text-ds-md text-surface-fg-muted", children: f })
|
|
75
76
|
] }),
|
|
76
|
-
|
|
77
|
+
a && /* @__PURE__ */ e(
|
|
77
78
|
"button",
|
|
78
79
|
{
|
|
79
80
|
type: "button",
|
|
80
|
-
onClick:
|
|
81
|
+
onClick: v,
|
|
81
82
|
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 duration-fast-01 ease-productive-standard hover:text-surface-fg-muted hover:bg-surface-raised-hover active:scale-95 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9",
|
|
82
83
|
"aria-label": "Dismiss",
|
|
83
|
-
children: /* @__PURE__ */ e(
|
|
84
|
+
children: /* @__PURE__ */ e(c, { icon: h, size: "sm" })
|
|
84
85
|
}
|
|
85
86
|
)
|
|
86
87
|
]
|
|
@@ -88,8 +89,8 @@ const k = h(
|
|
|
88
89
|
) });
|
|
89
90
|
}
|
|
90
91
|
);
|
|
91
|
-
|
|
92
|
+
R.displayName = "Alert";
|
|
92
93
|
export {
|
|
93
|
-
|
|
94
|
-
|
|
94
|
+
R as Alert,
|
|
95
|
+
V as alertVariants
|
|
95
96
|
};
|
package/dist/ui/aspect-ratio.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
3
3
|
import * as m from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { f as s } from "../_chunks/primitives.js";
|
|
5
5
|
import { cn as p } from "./lib/utils.js";
|
|
6
|
-
const e = m.forwardRef(({ className: o, ...t },
|
|
6
|
+
const e = m.forwardRef(({ className: o, ...t }, r) => /* @__PURE__ */ a(
|
|
7
7
|
s,
|
|
8
8
|
{
|
|
9
|
-
ref:
|
|
9
|
+
ref: r,
|
|
10
10
|
className: p(o),
|
|
11
11
|
...t
|
|
12
12
|
}
|
package/dist/ui/autocomplete.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as T, jsx as
|
|
2
|
+
import { jsxs as T, jsx as d } from "react/jsx-runtime";
|
|
3
3
|
import * as t from "react";
|
|
4
|
-
import { cn as
|
|
4
|
+
import { cn as p } from "./lib/utils.js";
|
|
5
5
|
import { tweens as j, springs as L } from "./lib/motion.js";
|
|
6
|
-
import { A as P, m as
|
|
6
|
+
import { A as P, m as y } from "../_chunks/framer.js";
|
|
7
7
|
const q = {
|
|
8
8
|
hidden: {},
|
|
9
9
|
visible: { transition: { staggerChildren: 0.03 } }
|
|
@@ -12,104 +12,104 @@ const q = {
|
|
|
12
12
|
visible: { opacity: 1, y: 0, transition: L.snappy }
|
|
13
13
|
}, B = t.forwardRef(
|
|
14
14
|
({
|
|
15
|
-
options:
|
|
16
|
-
value:
|
|
17
|
-
onValueChange:
|
|
15
|
+
options: b,
|
|
16
|
+
value: u,
|
|
17
|
+
onValueChange: g,
|
|
18
18
|
placeholder: I,
|
|
19
19
|
emptyText: R = "No options",
|
|
20
|
-
disabled:
|
|
20
|
+
disabled: x,
|
|
21
21
|
className: A,
|
|
22
|
-
id:
|
|
23
|
-
...
|
|
24
|
-
},
|
|
25
|
-
const
|
|
22
|
+
id: C,
|
|
23
|
+
...E
|
|
24
|
+
}, i) => {
|
|
25
|
+
const N = t.useId(), w = C || N, k = `${w}-listbox`, D = `${w}-option`, [f, h] = t.useState(u?.label ?? ""), [l, a] = t.useState(!1), [s, o] = t.useState(-1), $ = t.useRef(null), M = t.useRef(null), v = t.useRef(void 0), S = t.useCallback(
|
|
26
26
|
(e) => {
|
|
27
|
-
|
|
27
|
+
$.current = e, typeof i == "function" ? i(e) : i && (i.current = e);
|
|
28
28
|
},
|
|
29
|
-
[
|
|
29
|
+
[i]
|
|
30
30
|
);
|
|
31
31
|
t.useEffect(() => {
|
|
32
|
-
|
|
33
|
-
}, [
|
|
34
|
-
|
|
32
|
+
h(u?.label ?? "");
|
|
33
|
+
}, [u]), t.useEffect(() => () => {
|
|
34
|
+
v.current && clearTimeout(v.current);
|
|
35
35
|
}, []);
|
|
36
36
|
const n = t.useMemo(
|
|
37
|
-
() =>
|
|
38
|
-
[
|
|
39
|
-
),
|
|
37
|
+
() => f ? b.filter((e) => e.label.toLowerCase().includes(f.toLowerCase())) : b,
|
|
38
|
+
[b, f]
|
|
39
|
+
), m = t.useCallback(
|
|
40
40
|
(e) => {
|
|
41
|
-
|
|
41
|
+
h(e.label), a(!1), o(-1), g?.(e);
|
|
42
42
|
},
|
|
43
|
-
[
|
|
43
|
+
[g]
|
|
44
44
|
), K = t.useCallback(
|
|
45
45
|
(e) => {
|
|
46
46
|
if (!l) {
|
|
47
|
-
(e.key === "ArrowDown" || e.key === "Enter") &&
|
|
47
|
+
(e.key === "ArrowDown" || e.key === "Enter") && a(!0);
|
|
48
48
|
return;
|
|
49
49
|
}
|
|
50
50
|
switch (e.key) {
|
|
51
51
|
case "ArrowDown":
|
|
52
|
-
e.preventDefault(),
|
|
52
|
+
e.preventDefault(), o((r) => Math.min(r + 1, n.length - 1));
|
|
53
53
|
break;
|
|
54
54
|
case "ArrowUp":
|
|
55
|
-
e.preventDefault(),
|
|
55
|
+
e.preventDefault(), o((r) => Math.max(r - 1, 0));
|
|
56
56
|
break;
|
|
57
57
|
case "Enter":
|
|
58
|
-
e.preventDefault(),
|
|
58
|
+
e.preventDefault(), s >= 0 && n[s] && m(n[s]);
|
|
59
59
|
break;
|
|
60
60
|
case "Escape":
|
|
61
|
-
|
|
61
|
+
a(!1), o(-1);
|
|
62
62
|
break;
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
[l, n,
|
|
66
|
-
), O =
|
|
67
|
-
return /* @__PURE__ */ T("div", { className:
|
|
68
|
-
/* @__PURE__ */
|
|
65
|
+
[l, n, s, m]
|
|
66
|
+
), O = s >= 0 ? `${D}-${s}` : void 0;
|
|
67
|
+
return /* @__PURE__ */ T("div", { className: p("relative", A), ...E, children: [
|
|
68
|
+
/* @__PURE__ */ d(
|
|
69
69
|
"input",
|
|
70
70
|
{
|
|
71
|
-
ref:
|
|
71
|
+
ref: S,
|
|
72
72
|
type: "text",
|
|
73
73
|
role: "combobox",
|
|
74
74
|
"aria-expanded": l,
|
|
75
75
|
"aria-autocomplete": "list",
|
|
76
76
|
"aria-controls": l ? k : void 0,
|
|
77
77
|
"aria-activedescendant": O,
|
|
78
|
-
value:
|
|
78
|
+
value: f,
|
|
79
79
|
placeholder: I,
|
|
80
|
-
disabled:
|
|
81
|
-
className:
|
|
80
|
+
disabled: x,
|
|
81
|
+
className: p(
|
|
82
82
|
"flex h-ds-md w-full rounded-ds-md border border-surface-border-strong bg-surface-raised-hover px-ds-04 py-ds-03 font-sans text-ds-md text-surface-fg placeholder:text-surface-fg-subtle",
|
|
83
83
|
"outline-none focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-[var(--border-focus-offset)]",
|
|
84
84
|
"transition-colors duration-fast-01",
|
|
85
|
-
|
|
85
|
+
x && "opacity-action-disabled cursor-not-allowed"
|
|
86
86
|
),
|
|
87
87
|
onChange: (e) => {
|
|
88
|
-
|
|
88
|
+
h(e.target.value), a(!0), o(-1);
|
|
89
89
|
},
|
|
90
|
-
onFocus: () =>
|
|
90
|
+
onFocus: () => a(!0),
|
|
91
91
|
onBlur: () => {
|
|
92
|
-
|
|
92
|
+
v.current = setTimeout(() => a(!1), 150);
|
|
93
93
|
},
|
|
94
94
|
onKeyDown: K
|
|
95
95
|
}
|
|
96
96
|
),
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
|
|
97
|
+
/* @__PURE__ */ d(P, { children: l && /* @__PURE__ */ d(
|
|
98
|
+
y.ul,
|
|
99
99
|
{
|
|
100
100
|
id: k,
|
|
101
|
-
ref:
|
|
101
|
+
ref: M,
|
|
102
102
|
role: "listbox",
|
|
103
103
|
initial: "hidden",
|
|
104
104
|
animate: "visible",
|
|
105
105
|
exit: "hidden",
|
|
106
106
|
variants: q,
|
|
107
|
-
className:
|
|
107
|
+
className: p(
|
|
108
108
|
"absolute z-popover mt-ds-02 w-full overflow-auto rounded-ds-md border border-surface-border-strong bg-surface-overlay shadow-raised-hover",
|
|
109
109
|
"max-h-60"
|
|
110
110
|
),
|
|
111
|
-
children: n.length === 0 ? /* @__PURE__ */
|
|
112
|
-
|
|
111
|
+
children: n.length === 0 ? /* @__PURE__ */ d(
|
|
112
|
+
y.li,
|
|
113
113
|
{
|
|
114
114
|
initial: { opacity: 0 },
|
|
115
115
|
animate: { opacity: 1 },
|
|
@@ -117,24 +117,24 @@ const q = {
|
|
|
117
117
|
className: "px-ds-04 py-ds-03 text-ds-md text-surface-fg-muted",
|
|
118
118
|
children: R
|
|
119
119
|
}
|
|
120
|
-
) : n.map((e,
|
|
121
|
-
|
|
120
|
+
) : n.map((e, r) => /* @__PURE__ */ d(
|
|
121
|
+
y.li,
|
|
122
122
|
{
|
|
123
|
-
id: `${D}-${
|
|
123
|
+
id: `${D}-${r}`,
|
|
124
124
|
role: "option",
|
|
125
|
-
"aria-selected":
|
|
125
|
+
"aria-selected": s === r,
|
|
126
126
|
variants: z,
|
|
127
|
-
className:
|
|
127
|
+
className: p(
|
|
128
128
|
"cursor-pointer px-ds-04 py-ds-03 text-ds-md text-surface-fg transition-colors duration-fast-01",
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
s === r && "bg-accent-3",
|
|
130
|
+
u?.value === e.value && "font-semibold"
|
|
131
131
|
),
|
|
132
|
-
onMouseDown: (
|
|
133
|
-
onClick: () =>
|
|
134
|
-
onKeyDown: (
|
|
135
|
-
(
|
|
132
|
+
onMouseDown: (c) => c.preventDefault(),
|
|
133
|
+
onClick: () => m(e),
|
|
134
|
+
onKeyDown: (c) => {
|
|
135
|
+
(c.key === "Enter" || c.key === " ") && (c.preventDefault(), m(e));
|
|
136
136
|
},
|
|
137
|
-
onMouseEnter: () =>
|
|
137
|
+
onMouseEnter: () => o(r),
|
|
138
138
|
children: e.label
|
|
139
139
|
},
|
|
140
140
|
e.value
|
package/dist/ui/avatar.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as a, jsxs as R } from "react/jsx-runtime";
|
|
3
3
|
import * as l from "react";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { g as v, h as N, F as C } from "../_chunks/primitives.js";
|
|
5
|
+
import { a as F } from "../_chunks/vendor-utils.js";
|
|
6
6
|
import { springs as k } from "./lib/motion.js";
|
|
7
7
|
import { cn as n } from "./lib/utils.js";
|
|
8
8
|
import { m as f } from "../_chunks/framer.js";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { BadgeProps } from './badge';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
declare const GAP_CLASSES: {
|
|
5
|
+
readonly tight: "gap-1";
|
|
6
|
+
readonly default: "gap-1.5";
|
|
7
|
+
readonly loose: "gap-2";
|
|
8
|
+
};
|
|
9
|
+
export interface BadgeGroupProps {
|
|
10
|
+
max?: number;
|
|
11
|
+
gap?: keyof typeof GAP_CLASSES;
|
|
12
|
+
size?: BadgeProps['size'];
|
|
13
|
+
onOverflowClick?: () => void;
|
|
14
|
+
className?: string;
|
|
15
|
+
children: React.ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export declare function BadgeGroup({ max, gap, size, onOverflowClick, className, children, }: BadgeGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare namespace BadgeGroup {
|
|
19
|
+
var displayName: string;
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=badge-group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge-group.d.ts","sourceRoot":"","sources":["../../src/ui/badge-group.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,SAAS,CAAA;AAEhD,QAAA,MAAM,WAAW;;;;CAIP,CAAA;AAEV,MAAM,WAAW,eAAe;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,OAAO,WAAW,CAAA;IAC9B,IAAI,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IACzB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,wBAAgB,UAAU,CAAC,EACzB,GAAG,EACH,GAAe,EACf,IAAI,EACJ,eAAe,EACf,SAAS,EACT,QAAQ,GACT,EAAE,eAAe,2CAsBjB;yBA7Be,UAAU"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
declare const PLACEMENT_CLASSES: {
|
|
4
|
+
readonly 'top-right': "-top-1 -right-1";
|
|
5
|
+
readonly 'top-left': "-top-1 -left-1";
|
|
6
|
+
readonly 'bottom-right': "-bottom-1 -right-1";
|
|
7
|
+
readonly 'bottom-left': "-bottom-1 -left-1";
|
|
8
|
+
};
|
|
9
|
+
declare const COLOR_CLASSES: {
|
|
10
|
+
readonly error: "bg-error-9 text-error-fg";
|
|
11
|
+
readonly success: "bg-success-9 text-success-fg";
|
|
12
|
+
readonly warning: "bg-warning-9 text-warning-fg";
|
|
13
|
+
readonly accent: "bg-accent-9 text-accent-fg";
|
|
14
|
+
readonly info: "bg-info-9 text-info-fg";
|
|
15
|
+
};
|
|
16
|
+
export interface BadgeIndicatorProps {
|
|
17
|
+
count?: number;
|
|
18
|
+
max?: number;
|
|
19
|
+
dot?: boolean;
|
|
20
|
+
color?: keyof typeof COLOR_CLASSES;
|
|
21
|
+
invisible?: boolean;
|
|
22
|
+
showZero?: boolean;
|
|
23
|
+
placement?: keyof typeof PLACEMENT_CLASSES;
|
|
24
|
+
className?: string;
|
|
25
|
+
children: React.ReactNode;
|
|
26
|
+
}
|
|
27
|
+
export declare function BadgeIndicator({ count, max, dot, color, invisible, showZero, placement, className, children, }: BadgeIndicatorProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare namespace BadgeIndicator {
|
|
29
|
+
var displayName: string;
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=badge-indicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge-indicator.d.ts","sourceRoot":"","sources":["../../src/ui/badge-indicator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAAM,iBAAiB;;;;;CAKb,CAAA;AAEV,QAAA,MAAM,aAAa;;;;;;CAMT,CAAA;AAEV,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,OAAO,aAAa,CAAA;IAClC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,OAAO,iBAAiB,CAAA;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,wBAAgB,cAAc,CAAC,EAC7B,KAAK,EACL,GAAQ,EACR,GAAW,EACX,KAAe,EACf,SAAiB,EACjB,QAAgB,EAChB,SAAuB,EACvB,SAAS,EACT,QAAQ,GACT,EAAE,mBAAmB,2CA+BrB;yBAzCe,cAAc"}
|