@devalok/shilp-sutra 0.28.0 → 0.30.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 +5 -5
- 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 +125 -86
- 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.d.ts +1 -1
- package/dist/composed/index.d.ts.map +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 +73 -73
- package/dist/composed/page-header.d.ts.map +1 -1
- package/dist/composed/page-header.js +42 -35
- 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 +3 -0
- package/dist/composed/rich-text-editor.d.ts.map +1 -1
- package/dist/composed/rich-text-editor.js +295 -311
- 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 +20 -0
- package/dist/tokens/semantic.css +74 -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 +16 -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.js +134 -134
- 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/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 +4 -4
- 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 +28 -28
- 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/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/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/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 +41 -27
- 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.js +4 -4
- package/dist/ui/tooltip.js +40 -40
- 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/rich-text-editor.md +6 -0
- 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/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 +672 -40
- package/llms.txt +46 -21
- package/package.json +7 -2
package/dist/ui/menubar.js
CHANGED
|
@@ -1,203 +1,204 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as r, jsxs as l } from "react/jsx-runtime";
|
|
3
|
-
import * as
|
|
4
|
-
import { aW as p, aX as f, aY as b, aZ as y, a_ as g, a$ as
|
|
5
|
-
import { IconChevronRight as
|
|
6
|
-
import { cn as
|
|
7
|
-
import { tweens as
|
|
8
|
-
import {
|
|
9
|
-
|
|
3
|
+
import * as t from "react";
|
|
4
|
+
import { aW as p, aX as f, aY as b, aZ as y, a_ as g, a$ as h, b0 as x, b1 as N, b2 as v, b3 as M, b4 as w, b5 as C, b6 as z, b7 as G, b8 as P, b9 as T } from "../_chunks/primitives.js";
|
|
5
|
+
import { IconChevronRight as O, IconCheck as A, IconCircle as L } from "@tabler/icons-react";
|
|
6
|
+
import { cn as n } from "./lib/utils.js";
|
|
7
|
+
import { tweens as R, springs as S } from "./lib/motion.js";
|
|
8
|
+
import { Icon as I } from "./icon.js";
|
|
9
|
+
import { A as U, m as k } from "../_chunks/framer.js";
|
|
10
|
+
const _ = t.createContext(!1), W = (e) => /* @__PURE__ */ r(P, { ...e });
|
|
10
11
|
W.displayName = "MenubarMenu";
|
|
11
|
-
const
|
|
12
|
+
const te = z, ne = g, X = ({
|
|
12
13
|
open: e,
|
|
13
|
-
defaultOpen:
|
|
14
|
-
onOpenChange:
|
|
15
|
-
...
|
|
14
|
+
defaultOpen: s = !1,
|
|
15
|
+
onOpenChange: a,
|
|
16
|
+
...o
|
|
16
17
|
}) => {
|
|
17
|
-
const [
|
|
18
|
+
const [d, c] = t.useState(s), i = e !== void 0, u = i ? e : d, j = t.useCallback(
|
|
18
19
|
(m) => {
|
|
19
|
-
i || c(m),
|
|
20
|
+
i || c(m), a?.(m);
|
|
20
21
|
},
|
|
21
|
-
[i,
|
|
22
|
+
[i, a]
|
|
22
23
|
);
|
|
23
|
-
return /* @__PURE__ */ r(
|
|
24
|
+
return /* @__PURE__ */ r(_.Provider, { value: u, children: /* @__PURE__ */ r(T, { open: u, onOpenChange: j, ...o }) });
|
|
24
25
|
};
|
|
25
26
|
X.displayName = "MenubarSub";
|
|
26
|
-
const
|
|
27
|
+
const de = G, Y = t.forwardRef(({ className: e, ...s }, a) => /* @__PURE__ */ r(
|
|
27
28
|
p,
|
|
28
29
|
{
|
|
29
|
-
ref:
|
|
30
|
-
className:
|
|
30
|
+
ref: a,
|
|
31
|
+
className: n(
|
|
31
32
|
"flex h-ds-sm-plus items-center space-x-ds-02 rounded-ds-lg border border-surface-border-strong bg-surface-overlay p-ds-02 shadow-raised",
|
|
32
33
|
e
|
|
33
34
|
),
|
|
34
|
-
...
|
|
35
|
+
...s
|
|
35
36
|
}
|
|
36
37
|
));
|
|
37
38
|
Y.displayName = p.displayName;
|
|
38
|
-
const Z =
|
|
39
|
+
const Z = t.forwardRef(({ className: e, ...s }, a) => /* @__PURE__ */ r(
|
|
39
40
|
f,
|
|
40
41
|
{
|
|
41
|
-
ref:
|
|
42
|
-
className:
|
|
42
|
+
ref: a,
|
|
43
|
+
className: n(
|
|
43
44
|
"flex cursor-default select-none items-center rounded-ds-sm px-ds-04 py-ds-02 text-ds-md font-medium outline-none transition-colors hover:bg-surface-raised-hover focus-visible:bg-surface-raised-hover data-[state=open]:bg-surface-raised-hover",
|
|
44
45
|
e
|
|
45
46
|
),
|
|
46
|
-
...
|
|
47
|
+
...s
|
|
47
48
|
}
|
|
48
49
|
));
|
|
49
50
|
Z.displayName = f.displayName;
|
|
50
|
-
const $ =
|
|
51
|
+
const $ = t.forwardRef(({ className: e, inset: s, children: a, ...o }, d) => /* @__PURE__ */ l(
|
|
51
52
|
b,
|
|
52
53
|
{
|
|
53
|
-
ref:
|
|
54
|
-
className:
|
|
54
|
+
ref: d,
|
|
55
|
+
className: n(
|
|
55
56
|
"flex cursor-default select-none items-center gap-ds-03 rounded-ds-md px-ds-03 py-ds-02b text-ds-md outline-none focus:bg-surface-raised data-[state=open]:bg-surface-raised [&_svg]:pointer-events-none [&_svg]:h-ico-sm [&_svg]:w-ico-sm [&_svg]:shrink-0",
|
|
56
|
-
|
|
57
|
+
s && "pl-ds-07",
|
|
57
58
|
e
|
|
58
59
|
),
|
|
59
|
-
...
|
|
60
|
+
...o,
|
|
60
61
|
children: [
|
|
61
|
-
|
|
62
|
-
/* @__PURE__ */ r(
|
|
62
|
+
a,
|
|
63
|
+
/* @__PURE__ */ r(I, { icon: O, size: "sm", className: "ml-auto" })
|
|
63
64
|
]
|
|
64
65
|
}
|
|
65
66
|
));
|
|
66
67
|
$.displayName = b.displayName;
|
|
67
|
-
const q =
|
|
68
|
-
const
|
|
69
|
-
return /* @__PURE__ */ r(U, { children:
|
|
68
|
+
const q = t.forwardRef(({ className: e, children: s, ...a }, o) => {
|
|
69
|
+
const d = t.useContext(_);
|
|
70
|
+
return /* @__PURE__ */ r(U, { children: d && /* @__PURE__ */ r(
|
|
70
71
|
y,
|
|
71
72
|
{
|
|
72
|
-
ref:
|
|
73
|
+
ref: o,
|
|
73
74
|
forceMount: !0,
|
|
74
75
|
asChild: !0,
|
|
75
|
-
...
|
|
76
|
+
...a,
|
|
76
77
|
children: /* @__PURE__ */ r(
|
|
77
|
-
|
|
78
|
+
k.div,
|
|
78
79
|
{
|
|
79
80
|
initial: { opacity: 0, scale: 0.95 },
|
|
80
81
|
animate: { opacity: 1, scale: 1 },
|
|
81
82
|
exit: { opacity: 0, scale: 0.95 },
|
|
82
|
-
transition: { ...S.snappy, opacity:
|
|
83
|
-
className:
|
|
83
|
+
transition: { ...S.snappy, opacity: R.fade },
|
|
84
|
+
className: n(
|
|
84
85
|
"z-popover min-w-[8rem] overflow-hidden rounded-ds-lg border border-surface-border-strong bg-surface-overlay p-ds-02 text-surface-fg shadow-floating",
|
|
85
86
|
e
|
|
86
87
|
),
|
|
87
|
-
children:
|
|
88
|
+
children: s
|
|
88
89
|
}
|
|
89
90
|
)
|
|
90
91
|
}
|
|
91
92
|
) });
|
|
92
93
|
});
|
|
93
94
|
q.displayName = y.displayName;
|
|
94
|
-
const B =
|
|
95
|
-
({ className: e, align:
|
|
96
|
-
|
|
95
|
+
const B = t.forwardRef(
|
|
96
|
+
({ className: e, align: s = "start", alignOffset: a = -4, sideOffset: o = 8, children: d, ...c }, i) => /* @__PURE__ */ r(g, { children: /* @__PURE__ */ r(
|
|
97
|
+
h,
|
|
97
98
|
{
|
|
98
99
|
ref: i,
|
|
99
|
-
align:
|
|
100
|
-
alignOffset:
|
|
101
|
-
sideOffset:
|
|
100
|
+
align: s,
|
|
101
|
+
alignOffset: a,
|
|
102
|
+
sideOffset: o,
|
|
102
103
|
asChild: !0,
|
|
103
104
|
...c,
|
|
104
105
|
children: /* @__PURE__ */ r(
|
|
105
|
-
|
|
106
|
+
k.div,
|
|
106
107
|
{
|
|
107
108
|
initial: { opacity: 0, scale: 0.95 },
|
|
108
109
|
animate: { opacity: 1, scale: 1 },
|
|
109
110
|
exit: { opacity: 0, scale: 0.95 },
|
|
110
|
-
transition: { ...S.snappy, opacity:
|
|
111
|
-
className:
|
|
111
|
+
transition: { ...S.snappy, opacity: R.fade },
|
|
112
|
+
className: n(
|
|
112
113
|
"z-popover min-w-[12rem] rounded-ds-lg border border-surface-border-strong bg-surface-overlay p-ds-02 text-surface-fg shadow-floating",
|
|
113
114
|
e
|
|
114
115
|
),
|
|
115
|
-
children:
|
|
116
|
+
children: d
|
|
116
117
|
}
|
|
117
118
|
)
|
|
118
119
|
}
|
|
119
120
|
) })
|
|
120
121
|
);
|
|
121
|
-
B.displayName =
|
|
122
|
-
const D =
|
|
122
|
+
B.displayName = h.displayName;
|
|
123
|
+
const D = t.forwardRef(({ className: e, inset: s, ...a }, o) => /* @__PURE__ */ r(
|
|
123
124
|
x,
|
|
124
125
|
{
|
|
125
|
-
ref:
|
|
126
|
-
className:
|
|
126
|
+
ref: o,
|
|
127
|
+
className: n(
|
|
127
128
|
"relative flex cursor-default select-none items-center gap-ds-03 rounded-ds-md px-ds-03 py-ds-02b text-ds-md outline-none transition-colors focus:bg-surface-raised focus:text-surface-fg data-[disabled]:pointer-events-none data-[disabled]:opacity-action-disabled [&>svg]:h-ico-sm [&>svg]:w-ico-sm [&>svg]:shrink-0",
|
|
128
|
-
|
|
129
|
+
s && "pl-ds-07",
|
|
129
130
|
e
|
|
130
131
|
),
|
|
131
|
-
...
|
|
132
|
+
...a
|
|
132
133
|
}
|
|
133
134
|
));
|
|
134
135
|
D.displayName = x.displayName;
|
|
135
|
-
const E =
|
|
136
|
-
|
|
136
|
+
const E = t.forwardRef(({ className: e, children: s, checked: a, ...o }, d) => /* @__PURE__ */ l(
|
|
137
|
+
N,
|
|
137
138
|
{
|
|
138
|
-
ref:
|
|
139
|
-
className:
|
|
139
|
+
ref: d,
|
|
140
|
+
className: n(
|
|
140
141
|
"relative flex cursor-default select-none items-center rounded-ds-md py-ds-02b pl-ds-07 pr-ds-03 text-ds-md outline-none transition-colors focus:bg-surface-raised focus:text-surface-fg data-[disabled]:pointer-events-none data-[disabled]:opacity-action-disabled",
|
|
141
142
|
e
|
|
142
143
|
),
|
|
143
|
-
checked:
|
|
144
|
-
...
|
|
144
|
+
checked: a,
|
|
145
|
+
...o,
|
|
145
146
|
children: [
|
|
146
|
-
/* @__PURE__ */ r("span", { className: "absolute left-ds-03 flex h-ico-sm w-ico-sm items-center justify-center", children: /* @__PURE__ */ r(v, { children: /* @__PURE__ */ r(
|
|
147
|
-
|
|
147
|
+
/* @__PURE__ */ r("span", { className: "absolute left-ds-03 flex h-ico-sm w-ico-sm items-center justify-center", children: /* @__PURE__ */ r(v, { children: /* @__PURE__ */ r(I, { icon: A, size: "sm" }) }) }),
|
|
148
|
+
s
|
|
148
149
|
]
|
|
149
150
|
}
|
|
150
151
|
));
|
|
151
|
-
E.displayName =
|
|
152
|
-
const F =
|
|
152
|
+
E.displayName = N.displayName;
|
|
153
|
+
const F = t.forwardRef(({ className: e, children: s, ...a }, o) => /* @__PURE__ */ l(
|
|
153
154
|
M,
|
|
154
155
|
{
|
|
155
|
-
ref:
|
|
156
|
-
className:
|
|
156
|
+
ref: o,
|
|
157
|
+
className: n(
|
|
157
158
|
"relative flex cursor-default select-none items-center rounded-ds-md py-ds-02b pl-ds-07 pr-ds-03 text-ds-md outline-none transition-colors focus:bg-surface-raised focus:text-surface-fg data-[disabled]:pointer-events-none data-[disabled]:opacity-action-disabled",
|
|
158
159
|
e
|
|
159
160
|
),
|
|
160
|
-
...
|
|
161
|
+
...a,
|
|
161
162
|
children: [
|
|
162
163
|
/* @__PURE__ */ r("span", { className: "absolute left-ds-03 flex h-ico-sm w-ico-sm items-center justify-center", children: /* @__PURE__ */ r(v, { children: /* @__PURE__ */ r(L, { className: "h-2 w-2 fill-current" }) }) }),
|
|
163
|
-
|
|
164
|
+
s
|
|
164
165
|
]
|
|
165
166
|
}
|
|
166
167
|
));
|
|
167
168
|
F.displayName = M.displayName;
|
|
168
|
-
const H =
|
|
169
|
+
const H = t.forwardRef(({ className: e, inset: s, ...a }, o) => /* @__PURE__ */ r(
|
|
169
170
|
w,
|
|
170
171
|
{
|
|
171
|
-
ref:
|
|
172
|
-
className:
|
|
172
|
+
ref: o,
|
|
173
|
+
className: n(
|
|
173
174
|
"px-ds-03 py-ds-02b text-ds-md font-semibold",
|
|
174
|
-
|
|
175
|
+
s && "pl-ds-07",
|
|
175
176
|
e
|
|
176
177
|
),
|
|
177
|
-
...
|
|
178
|
+
...a
|
|
178
179
|
}
|
|
179
180
|
));
|
|
180
181
|
H.displayName = w.displayName;
|
|
181
|
-
const J =
|
|
182
|
-
|
|
182
|
+
const J = t.forwardRef(({ className: e, ...s }, a) => /* @__PURE__ */ r(
|
|
183
|
+
C,
|
|
183
184
|
{
|
|
184
|
-
ref:
|
|
185
|
-
className:
|
|
186
|
-
...
|
|
185
|
+
ref: a,
|
|
186
|
+
className: n("-mx-ds-01 my-ds-02 h-px bg-surface-border", e),
|
|
187
|
+
...s
|
|
187
188
|
}
|
|
188
189
|
));
|
|
189
|
-
J.displayName =
|
|
190
|
+
J.displayName = C.displayName;
|
|
190
191
|
const K = ({
|
|
191
192
|
className: e,
|
|
192
|
-
...
|
|
193
|
+
...s
|
|
193
194
|
}) => /* @__PURE__ */ r(
|
|
194
195
|
"span",
|
|
195
196
|
{
|
|
196
|
-
className:
|
|
197
|
+
className: n(
|
|
197
198
|
"ml-auto text-ds-sm text-surface-fg-subtle",
|
|
198
199
|
e
|
|
199
200
|
),
|
|
200
|
-
...
|
|
201
|
+
...s
|
|
201
202
|
}
|
|
202
203
|
);
|
|
203
204
|
K.displayName = "MenubarShortcut";
|
|
@@ -205,12 +206,12 @@ export {
|
|
|
205
206
|
Y as Menubar,
|
|
206
207
|
E as MenubarCheckboxItem,
|
|
207
208
|
B as MenubarContent,
|
|
208
|
-
|
|
209
|
+
te as MenubarGroup,
|
|
209
210
|
D as MenubarItem,
|
|
210
211
|
H as MenubarLabel,
|
|
211
212
|
W as MenubarMenu,
|
|
212
|
-
|
|
213
|
-
|
|
213
|
+
ne as MenubarPortal,
|
|
214
|
+
de as MenubarRadioGroup,
|
|
214
215
|
F as MenubarRadioItem,
|
|
215
216
|
J as MenubarSeparator,
|
|
216
217
|
K as MenubarShortcut,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-menu.d.ts","sourceRoot":"","sources":["../../src/ui/navigation-menu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,uBAAuB,MAAM,mCAAmC,CAAA;
|
|
1
|
+
{"version":3,"file":"navigation-menu.d.ts","sourceRoot":"","sources":["../../src/ui/navigation-menu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,uBAAuB,MAAM,mCAAmC,CAAA;AAQ5E,QAAA,MAAM,cAAc,iKAelB,CAAA;AAGF,QAAA,MAAM,kBAAkB,+KAYtB,CAAA;AAGF,QAAA,MAAM,kBAAkB,uHAA+B,CAAA;AAEvD,QAAA,MAAM,qBAAqB,oLAezB,CAAA;AAaF,QAAA,MAAM,qBAAqB,8KAqEzB,CAAA;AAGF,QAAA,MAAM,kBAAkB,2HAA+B,CAAA;AAIvD,QAAA,MAAM,sBAAsB,+KA0D1B,CAAA;AAMF,QAAA,MAAM,uBAAuB,gLAoD3B,CAAA;AAIF,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAA;AACrG,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,uBAAuB,CAAC,OAAO,CAAC,CAAA;AAE/G,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,EAClB,uBAAuB,EACvB,sBAAsB,GACvB,CAAA"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as v, jsx as c } from "react/jsx-runtime";
|
|
3
3
|
import * as a from "react";
|
|
4
|
-
import { ba as
|
|
4
|
+
import { ba as N, bb as h, bc as w, bd as x, be as R, bf as M, bg as O, bh as V } from "../_chunks/primitives.js";
|
|
5
5
|
import { IconChevronDown as E } from "@tabler/icons-react";
|
|
6
6
|
import { cn as d } from "./lib/utils.js";
|
|
7
|
-
import { tweens as y, springs as
|
|
7
|
+
import { tweens as y, springs as I } from "./lib/motion.js";
|
|
8
|
+
import { Icon as L } from "./icon.js";
|
|
8
9
|
import { m as g } from "../_chunks/framer.js";
|
|
9
|
-
const
|
|
10
|
-
|
|
10
|
+
const S = a.forwardRef(({ className: n, children: o, ...t }, r) => /* @__PURE__ */ v(
|
|
11
|
+
N,
|
|
11
12
|
{
|
|
12
13
|
ref: r,
|
|
13
14
|
className: d(
|
|
@@ -17,13 +18,13 @@ const L = a.forwardRef(({ className: n, children: o, ...t }, r) => /* @__PURE__
|
|
|
17
18
|
...t,
|
|
18
19
|
children: [
|
|
19
20
|
o,
|
|
20
|
-
/* @__PURE__ */ c(
|
|
21
|
+
/* @__PURE__ */ c(j, {})
|
|
21
22
|
]
|
|
22
23
|
}
|
|
23
24
|
));
|
|
24
|
-
|
|
25
|
-
const
|
|
26
|
-
|
|
25
|
+
S.displayName = N.displayName;
|
|
26
|
+
const W = a.forwardRef(({ className: n, ...o }, t) => /* @__PURE__ */ c(
|
|
27
|
+
h,
|
|
27
28
|
{
|
|
28
29
|
ref: t,
|
|
29
30
|
className: d(
|
|
@@ -33,8 +34,8 @@ const S = a.forwardRef(({ className: n, ...o }, t) => /* @__PURE__ */ c(
|
|
|
33
34
|
...o
|
|
34
35
|
}
|
|
35
36
|
));
|
|
36
|
-
|
|
37
|
-
const
|
|
37
|
+
W.displayName = h.displayName;
|
|
38
|
+
const P = O, z = a.forwardRef(({ className: n, children: o, ...t }, r) => /* @__PURE__ */ v(
|
|
38
39
|
w,
|
|
39
40
|
{
|
|
40
41
|
ref: r,
|
|
@@ -46,17 +47,11 @@ const J = O, W = a.forwardRef(({ className: n, children: o, ...t }, r) => /* @__
|
|
|
46
47
|
children: [
|
|
47
48
|
o,
|
|
48
49
|
" ",
|
|
49
|
-
/* @__PURE__ */ c(
|
|
50
|
-
E,
|
|
51
|
-
{
|
|
52
|
-
className: "relative top-[1px] ml-ds-02 h-ico-sm w-ico-sm transition-transform duration-moderate-02 group-data-[state=open]:rotate-180",
|
|
53
|
-
"aria-hidden": "true"
|
|
54
|
-
}
|
|
55
|
-
)
|
|
50
|
+
/* @__PURE__ */ c(L, { icon: E, size: "sm", className: "relative top-[1px] ml-ds-02 transition-transform duration-moderate-02 group-data-[state=open]:rotate-180" })
|
|
56
51
|
]
|
|
57
52
|
}
|
|
58
53
|
));
|
|
59
|
-
|
|
54
|
+
z.displayName = w.displayName;
|
|
60
55
|
const b = {
|
|
61
56
|
"from-start": { x: "-13rem", opacity: 0 },
|
|
62
57
|
"from-end": { x: "13rem", opacity: 0 },
|
|
@@ -99,7 +94,7 @@ const b = {
|
|
|
99
94
|
{
|
|
100
95
|
initial: e,
|
|
101
96
|
animate: p,
|
|
102
|
-
transition: { ...
|
|
97
|
+
transition: { ...I.smooth, opacity: y.fade },
|
|
103
98
|
style: { width: "100%" },
|
|
104
99
|
children: o.children
|
|
105
100
|
},
|
|
@@ -109,7 +104,7 @@ const b = {
|
|
|
109
104
|
);
|
|
110
105
|
});
|
|
111
106
|
D.displayName = x.displayName;
|
|
112
|
-
const
|
|
107
|
+
const Q = V, j = a.forwardRef(({ className: n, ...o }, t) => {
|
|
113
108
|
const r = a.useRef(null), m = a.useCallback(
|
|
114
109
|
(e) => {
|
|
115
110
|
r.current = e, typeof t == "function" ? t(e) : t && (t.current = e);
|
|
@@ -149,12 +144,12 @@ const K = V, I = a.forwardRef(({ className: n, ...o }, t) => {
|
|
|
149
144
|
},
|
|
150
145
|
initial: !1,
|
|
151
146
|
animate: i ? { opacity: 1, scale: 1 } : { opacity: 0, scale: 0.95 },
|
|
152
|
-
transition: { ...
|
|
147
|
+
transition: { ...I.smooth, opacity: y.fade }
|
|
153
148
|
}
|
|
154
149
|
)
|
|
155
150
|
] });
|
|
156
151
|
});
|
|
157
|
-
|
|
152
|
+
j.displayName = R.displayName;
|
|
158
153
|
const F = a.forwardRef(({ className: n, ...o }, t) => {
|
|
159
154
|
const r = a.useRef(null), m = a.useCallback(
|
|
160
155
|
(e) => {
|
|
@@ -196,12 +191,12 @@ const F = a.forwardRef(({ className: n, ...o }, t) => {
|
|
|
196
191
|
});
|
|
197
192
|
F.displayName = M.displayName;
|
|
198
193
|
export {
|
|
199
|
-
|
|
194
|
+
S as NavigationMenu,
|
|
200
195
|
D as NavigationMenuContent,
|
|
201
196
|
F as NavigationMenuIndicator,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
197
|
+
P as NavigationMenuItem,
|
|
198
|
+
Q as NavigationMenuLink,
|
|
199
|
+
W as NavigationMenuList,
|
|
200
|
+
z as NavigationMenuTrigger,
|
|
201
|
+
j as NavigationMenuViewport
|
|
207
202
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-input.d.ts","sourceRoot":"","sources":["../../src/ui/number-input.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"number-input.d.ts","sourceRoot":"","sources":["../../src/ui/number-input.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC;IACjI,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,WAAW,2FA4FhB,CAAA;AAGD,OAAO,EAAE,WAAW,EAAE,CAAA"}
|
package/dist/ui/number-input.js
CHANGED
|
@@ -1,85 +1,86 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import * as
|
|
4
|
-
import { IconMinus as
|
|
5
|
-
import { cn as
|
|
6
|
-
import { useFormField as
|
|
7
|
-
|
|
2
|
+
import { jsxs as g, jsx as a } from "react/jsx-runtime";
|
|
3
|
+
import * as w from "react";
|
|
4
|
+
import { IconMinus as y, IconPlus as E } from "@tabler/icons-react";
|
|
5
|
+
import { cn as j } from "./lib/utils.js";
|
|
6
|
+
import { useFormField as M } from "./form.js";
|
|
7
|
+
import { Icon as f } from "./icon.js";
|
|
8
|
+
const k = w.forwardRef(
|
|
8
9
|
({
|
|
9
|
-
value:
|
|
10
|
-
onValueChange:
|
|
11
|
-
min:
|
|
10
|
+
value: t = 0,
|
|
11
|
+
onValueChange: n,
|
|
12
|
+
min: r = Number.MIN_SAFE_INTEGER,
|
|
12
13
|
max: o = Number.MAX_SAFE_INTEGER,
|
|
13
|
-
step:
|
|
14
|
-
disabled:
|
|
15
|
-
className:
|
|
16
|
-
"aria-label":
|
|
17
|
-
...
|
|
18
|
-
},
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
if (
|
|
22
|
-
|
|
14
|
+
step: i = 1,
|
|
15
|
+
disabled: c = !1,
|
|
16
|
+
className: m,
|
|
17
|
+
"aria-label": b,
|
|
18
|
+
...u
|
|
19
|
+
}, p) => {
|
|
20
|
+
const d = M(), h = b ?? (u.id || d.helperTextId ? void 0 : "Numeric value"), v = (s) => {
|
|
21
|
+
const e = s.target.value.trim();
|
|
22
|
+
if (e === "" || e === "-") {
|
|
23
|
+
n?.(r >= 0 ? r : 0);
|
|
23
24
|
return;
|
|
24
25
|
}
|
|
25
|
-
const
|
|
26
|
-
if (Number.isNaN(
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
},
|
|
30
|
-
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
}, x = (
|
|
34
|
-
|
|
35
|
-
const
|
|
36
|
-
|
|
26
|
+
const l = Number(e);
|
|
27
|
+
if (Number.isNaN(l)) return;
|
|
28
|
+
const I = Math.min(Math.max(l, r), o);
|
|
29
|
+
n?.(I);
|
|
30
|
+
}, N = (s) => {
|
|
31
|
+
s.preventDefault();
|
|
32
|
+
const e = t + i;
|
|
33
|
+
e <= o && n?.(e);
|
|
34
|
+
}, x = (s) => {
|
|
35
|
+
s.preventDefault();
|
|
36
|
+
const e = t - i;
|
|
37
|
+
e >= r && n?.(e);
|
|
37
38
|
};
|
|
38
|
-
return /* @__PURE__ */
|
|
39
|
+
return /* @__PURE__ */ g(
|
|
39
40
|
"div",
|
|
40
41
|
{
|
|
41
|
-
className:
|
|
42
|
+
className: j(
|
|
42
43
|
"flex items-center justify-between rounded-ds-full border border-surface-border-strong",
|
|
43
|
-
|
|
44
|
+
m
|
|
44
45
|
),
|
|
45
46
|
children: [
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
+
/* @__PURE__ */ a(
|
|
47
48
|
"button",
|
|
48
49
|
{
|
|
49
50
|
type: "button",
|
|
50
51
|
onClick: x,
|
|
51
|
-
disabled:
|
|
52
|
+
disabled: c || t <= r,
|
|
52
53
|
"aria-label": "Decrease value",
|
|
53
54
|
className: "flex h-ds-sm w-ds-sm items-center justify-center border-0 text-surface-fg-subtle hover:bg-surface-raised-hover hover:text-surface-fg-muted active:scale-90 transition-[color,transform] duration-fast-01 ease-productive-standard",
|
|
54
|
-
children: /* @__PURE__ */
|
|
55
|
+
children: /* @__PURE__ */ a(f, { icon: y, size: "sm" })
|
|
55
56
|
}
|
|
56
57
|
),
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
+
/* @__PURE__ */ a(
|
|
58
59
|
"input",
|
|
59
60
|
{
|
|
60
|
-
ref:
|
|
61
|
+
ref: p,
|
|
61
62
|
type: "number",
|
|
62
|
-
value:
|
|
63
|
-
onChange:
|
|
64
|
-
min:
|
|
63
|
+
value: t,
|
|
64
|
+
onChange: v,
|
|
65
|
+
min: r,
|
|
65
66
|
max: o,
|
|
66
|
-
step:
|
|
67
|
-
disabled:
|
|
68
|
-
"aria-label":
|
|
69
|
-
"aria-describedby":
|
|
67
|
+
step: i,
|
|
68
|
+
disabled: c,
|
|
69
|
+
"aria-label": h,
|
|
70
|
+
"aria-describedby": u["aria-describedby"] ?? d.helperTextId,
|
|
70
71
|
className: "bg-transparent text-ds-md font-semibold w-ds-sm-plus border-0 text-center text-surface-fg-muted focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent-7 [appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none",
|
|
71
|
-
...
|
|
72
|
+
...u
|
|
72
73
|
}
|
|
73
74
|
),
|
|
74
|
-
/* @__PURE__ */
|
|
75
|
+
/* @__PURE__ */ a(
|
|
75
76
|
"button",
|
|
76
77
|
{
|
|
77
78
|
type: "button",
|
|
78
|
-
onClick:
|
|
79
|
-
disabled:
|
|
79
|
+
onClick: N,
|
|
80
|
+
disabled: c || t >= o,
|
|
80
81
|
"aria-label": "Increase value",
|
|
81
82
|
className: "flex h-ds-sm w-ds-sm items-center justify-center border-0 text-surface-fg-subtle hover:bg-surface-raised-hover hover:text-surface-fg-muted active:scale-90 transition-[color,transform] duration-fast-01 ease-productive-standard",
|
|
82
|
-
children: /* @__PURE__ */
|
|
83
|
+
children: /* @__PURE__ */ a(f, { icon: E, size: "sm" })
|
|
83
84
|
}
|
|
84
85
|
)
|
|
85
86
|
]
|
|
@@ -87,7 +88,7 @@ const D = y.forwardRef(
|
|
|
87
88
|
);
|
|
88
89
|
}
|
|
89
90
|
);
|
|
90
|
-
|
|
91
|
+
k.displayName = "NumberInput";
|
|
91
92
|
export {
|
|
92
|
-
|
|
93
|
+
k as NumberInput
|
|
93
94
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/ui/pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/ui/pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,QAAA,MAAM,cAAc,0JAWlB,CAAA;AAGF,QAAA,MAAM,iBAAiB,yKASrB,CAAA;AAGF,QAAA,MAAM,cAAc,kKAKlB,CAAA;AAGF;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,mBACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,QAAA,MAAM,cAAc,+FAkBnB,CAAA;AAGD,QAAA,MAAM,kBAAkB,+FAatB,CAAA;AAGF,QAAA,MAAM,cAAc,+FAalB,CAAA;AAGF,QAAA,MAAM,kBAAkB,sKAgBtB,CAAA;AAOF,KAAK,QAAQ,GAAG,MAAM,GAAG,UAAU,CAAA;AAEnC;;;;;GAKG;AACH,iBAAS,kBAAkB,CACzB,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,GACnB,QAAQ,EAAE,CAoCZ;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IACzC,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAA;IAClB,sCAAsC;IACtC,WAAW,EAAE,MAAM,CAAA;IACnB,qDAAqD;IACrD,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,yFAAyF;IACzF,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,QAAA,MAAM,aAAa,wFAqDlB,CAAA;AAGD,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,kBAAkB,GACnB,CAAA"}
|