@devalok/shilp-sutra 0.17.1 → 0.18.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/avatar.js +21 -19
- package/dist/_chunks/button-group.js +27 -0
- package/dist/_chunks/button.js +53 -35
- package/dist/_chunks/card.js +41 -31
- package/dist/_chunks/checkbox.js +11 -9
- package/dist/_chunks/date-utils.js +13 -0
- package/dist/_chunks/form.js +20 -20
- package/dist/_chunks/link-context.js +19 -0
- package/dist/_chunks/motion.js +1376 -0
- package/dist/_chunks/motion2.js +35 -0
- package/dist/_chunks/primitives.js +3499 -3920
- package/dist/_chunks/sidebar.js +225 -211
- package/dist/_chunks/spinner.js +58 -28
- package/dist/_chunks/tiptap.js +1 -1
- package/dist/_chunks/tooltip.js +27 -10
- package/dist/_chunks/tree-view.js +180 -178
- package/dist/_chunks/use-calendar.js +531 -515
- package/dist/_chunks/utils.js +3 -3
- package/dist/_chunks/vendor-client.js +1792 -1049
- package/dist/_chunks/vendor-utils.js +5123 -1169
- package/dist/composed/activity-feed.d.ts.map +1 -1
- package/dist/composed/activity-feed.js +71 -74
- package/dist/composed/avatar-group.js +36 -36
- package/dist/composed/command-palette.d.ts +1 -1
- package/dist/composed/command-palette.d.ts.map +1 -1
- package/dist/composed/command-palette.js +207 -158
- package/dist/composed/confirm-dialog.d.ts +3 -5
- package/dist/composed/confirm-dialog.d.ts.map +1 -1
- package/dist/composed/confirm-dialog.js +46 -41
- package/dist/composed/content-card.d.ts +1 -1
- package/dist/composed/content-card.js +29 -29
- package/dist/composed/date-picker/calendar-grid.d.ts +1 -1
- package/dist/composed/date-picker/calendar-grid.d.ts.map +1 -1
- package/dist/composed/date-picker/date-picker.d.ts +1 -1
- package/dist/composed/date-picker/date-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/date-range-picker.d.ts +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 +1 -1
- package/dist/composed/date-picker/date-time-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/month-picker.d.ts +1 -1
- package/dist/composed/date-picker/month-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/presets.d.ts +1 -1
- package/dist/composed/date-picker/presets.d.ts.map +1 -1
- package/dist/composed/date-picker/time-picker.d.ts +1 -1
- package/dist/composed/date-picker/time-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/year-picker.d.ts +1 -1
- package/dist/composed/date-picker/year-picker.d.ts.map +1 -1
- package/dist/composed/empty-state.d.ts +1 -0
- package/dist/composed/empty-state.d.ts.map +1 -1
- package/dist/composed/empty-state.js +51 -47
- package/dist/composed/error-boundary.d.ts +1 -1
- package/dist/composed/error-boundary.d.ts.map +1 -1
- package/dist/composed/error-boundary.js +48 -48
- package/dist/composed/extensions/mention-suggestion.d.ts +1 -1
- package/dist/composed/extensions/mention-suggestion.d.ts.map +1 -1
- package/dist/composed/global-loading.d.ts +1 -1
- package/dist/composed/global-loading.d.ts.map +1 -1
- package/dist/composed/global-loading.js +23 -20
- package/dist/composed/index.d.ts +2 -4
- package/dist/composed/index.d.ts.map +1 -1
- package/dist/composed/index.js +26 -29
- package/dist/composed/loading-skeleton.d.ts +1 -1
- package/dist/composed/loading-skeleton.d.ts.map +1 -1
- package/dist/composed/loading-skeleton.js +92 -87
- package/dist/composed/member-picker.d.ts +1 -1
- package/dist/composed/member-picker.d.ts.map +1 -1
- package/dist/composed/member-picker.js +47 -43
- package/dist/composed/page-header.js +36 -36
- package/dist/composed/page-skeletons.d.ts +9 -3
- package/dist/composed/page-skeletons.d.ts.map +1 -1
- package/dist/composed/page-skeletons.js +58 -58
- package/dist/composed/priority-indicator.js +19 -19
- package/dist/composed/rich-text-editor.d.ts +3 -3
- package/dist/composed/rich-text-editor.d.ts.map +1 -1
- package/dist/composed/rich-text-editor.js +316 -309
- package/dist/composed/schedule-view.js +88 -88
- package/dist/composed/simple-tooltip.d.ts +2 -5
- package/dist/composed/simple-tooltip.d.ts.map +1 -1
- package/dist/composed/simple-tooltip.js +19 -14
- package/dist/composed/status-badge.d.ts +2 -1
- package/dist/composed/status-badge.d.ts.map +1 -1
- package/dist/composed/status-badge.js +76 -63
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +3 -4
- package/dist/hooks/use-toast.d.ts +15 -45
- package/dist/hooks/use-toast.d.ts.map +1 -1
- package/dist/hooks/use-toast.js +2 -95
- package/dist/motion/index.d.ts +4 -0
- package/dist/motion/index.d.ts.map +1 -0
- package/dist/motion/index.js +10 -0
- package/dist/motion/motion-provider.d.ts +18 -0
- package/dist/motion/motion-provider.d.ts.map +1 -0
- package/dist/motion/motion-provider.js +24 -0
- package/dist/motion/primitives-index.d.ts +3 -0
- package/dist/motion/primitives-index.d.ts.map +1 -0
- package/dist/motion/primitives-index.js +11 -0
- package/dist/motion/primitives.d.ts +38 -0
- package/dist/motion/primitives.d.ts.map +1 -0
- package/dist/motion/primitives.js +187 -0
- package/dist/shell/app-command-palette.d.ts +14 -5
- package/dist/shell/app-command-palette.d.ts.map +1 -1
- package/dist/shell/app-command-palette.js +152 -130
- package/dist/shell/bottom-navbar.d.ts.map +1 -1
- package/dist/shell/bottom-navbar.js +90 -92
- package/dist/shell/command-registry.d.ts +23 -0
- package/dist/shell/command-registry.d.ts.map +1 -0
- package/dist/shell/command-registry.js +18 -0
- package/dist/shell/index.d.ts +2 -1
- package/dist/shell/index.d.ts.map +1 -1
- package/dist/shell/index.js +14 -11
- package/dist/shell/link-context.d.ts +6 -10
- package/dist/shell/link-context.d.ts.map +1 -1
- package/dist/shell/link-context.js +3 -16
- package/dist/shell/notification-center.d.ts.map +1 -1
- package/dist/shell/notification-center.js +137 -132
- package/dist/shell/notification-preferences.d.ts +10 -5
- package/dist/shell/notification-preferences.d.ts.map +1 -1
- package/dist/shell/notification-preferences.js +168 -164
- package/dist/shell/sidebar.js +119 -119
- package/dist/shell/top-bar.js +65 -65
- package/dist/tailwind/index.cjs +118 -297
- package/dist/tailwind/preset.d.ts.map +1 -1
- package/dist/tailwind/preset.js +118 -297
- package/dist/tokens/generate-scale.d.ts +86 -0
- package/dist/tokens/generate-scale.d.ts.map +1 -0
- package/dist/tokens/primitives.css +415 -187
- package/dist/tokens/semantic.css +244 -270
- package/dist/tokens/typography.css +6 -6
- package/dist/ui/accordion.d.ts.map +1 -1
- package/dist/ui/accordion.js +32 -22
- package/dist/ui/alert-dialog.d.ts +4 -1
- package/dist/ui/alert-dialog.d.ts.map +1 -1
- package/dist/ui/alert-dialog.js +114 -73
- package/dist/ui/alert.d.ts +6 -1
- package/dist/ui/alert.d.ts.map +1 -1
- package/dist/ui/alert.js +64 -49
- package/dist/ui/aspect-ratio.d.ts +2 -1
- package/dist/ui/aspect-ratio.d.ts.map +1 -1
- package/dist/ui/aspect-ratio.js +14 -4
- package/dist/ui/autocomplete.d.ts +11 -2
- package/dist/ui/autocomplete.d.ts.map +1 -1
- package/dist/ui/autocomplete.js +82 -57
- package/dist/ui/avatar.d.ts.map +1 -1
- package/dist/ui/avatar.js +45 -34
- package/dist/ui/badge.d.ts +1 -1
- package/dist/ui/badge.d.ts.map +1 -1
- package/dist/ui/badge.js +70 -65
- package/dist/ui/banner.d.ts.map +1 -1
- package/dist/ui/banner.js +53 -39
- package/dist/ui/breadcrumb.d.ts +2 -0
- package/dist/ui/breadcrumb.d.ts.map +1 -1
- package/dist/ui/breadcrumb.js +21 -21
- package/dist/ui/button.d.ts +10 -1
- package/dist/ui/button.d.ts.map +1 -1
- package/dist/ui/button.js +103 -67
- package/dist/ui/card.d.ts +2 -2
- package/dist/ui/card.d.ts.map +1 -1
- package/dist/ui/card.js +61 -53
- package/dist/ui/charts/_internal/animation.d.ts +1 -1
- package/dist/ui/charts/_internal/animation.d.ts.map +1 -1
- package/dist/ui/charts/area-chart.d.ts +3 -5
- package/dist/ui/charts/area-chart.d.ts.map +1 -1
- package/dist/ui/charts/bar-chart.d.ts +3 -5
- package/dist/ui/charts/bar-chart.d.ts.map +1 -1
- package/dist/ui/charts/chart-container.d.ts +2 -5
- package/dist/ui/charts/chart-container.d.ts.map +1 -1
- package/dist/ui/charts/gauge-chart.d.ts +3 -5
- package/dist/ui/charts/gauge-chart.d.ts.map +1 -1
- package/dist/ui/charts/index.js +1204 -1095
- package/dist/ui/charts/line-chart.d.ts +3 -5
- package/dist/ui/charts/line-chart.d.ts.map +1 -1
- package/dist/ui/charts/pie-chart.d.ts +2 -5
- package/dist/ui/charts/pie-chart.d.ts.map +1 -1
- package/dist/ui/charts/radar-chart.d.ts +3 -5
- package/dist/ui/charts/radar-chart.d.ts.map +1 -1
- package/dist/ui/charts/sparkline.d.ts +5 -5
- package/dist/ui/charts/sparkline.d.ts.map +1 -1
- package/dist/ui/checkbox.d.ts.map +1 -1
- package/dist/ui/checkbox.js +31 -19
- package/dist/ui/chip.d.ts +3 -2
- package/dist/ui/chip.d.ts.map +1 -1
- package/dist/ui/chip.js +62 -54
- package/dist/ui/code.js +16 -16
- package/dist/ui/collapsible.d.ts.map +1 -1
- package/dist/ui/collapsible.js +23 -15
- package/dist/ui/color-input.d.ts +1 -1
- package/dist/ui/color-input.d.ts.map +1 -1
- package/dist/ui/color-input.js +27 -27
- package/dist/ui/combobox.d.ts +2 -0
- package/dist/ui/combobox.d.ts.map +1 -1
- package/dist/ui/combobox.js +177 -166
- package/dist/ui/context-menu.d.ts +4 -2
- package/dist/ui/context-menu.d.ts.map +1 -1
- package/dist/ui/context-menu.js +146 -86
- package/dist/ui/data-table-toolbar.d.ts +3 -2
- package/dist/ui/data-table-toolbar.d.ts.map +1 -1
- package/dist/ui/data-table-toolbar.js +61 -59
- package/dist/ui/data-table.d.ts.map +1 -1
- package/dist/ui/data-table.js +289 -254
- package/dist/ui/dialog.d.ts +3 -1
- package/dist/ui/dialog.d.ts.map +1 -1
- package/dist/ui/dialog.js +114 -74
- package/dist/ui/dropdown-menu.d.ts +5 -3
- package/dist/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/ui/dropdown-menu.js +150 -89
- package/dist/ui/file-upload.d.ts.map +1 -1
- package/dist/ui/file-upload.js +169 -127
- package/dist/ui/form.d.ts.map +1 -1
- package/dist/ui/form.js +29 -26
- package/dist/ui/hover-card.d.ts +1 -1
- package/dist/ui/hover-card.d.ts.map +1 -1
- package/dist/ui/hover-card.js +53 -21
- package/dist/ui/index.d.ts +18 -18
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +432 -448
- package/dist/ui/input-otp.d.ts +2 -0
- package/dist/ui/input-otp.d.ts.map +1 -1
- package/dist/ui/input-otp.js +7 -7
- package/dist/ui/input.d.ts.map +1 -1
- package/dist/ui/input.js +36 -34
- package/dist/ui/label.js +12 -12
- package/dist/ui/lib/date-utils.d.ts +6 -0
- package/dist/ui/lib/date-utils.d.ts.map +1 -0
- package/dist/ui/lib/index.d.ts +7 -0
- package/dist/ui/lib/index.d.ts.map +1 -0
- package/dist/ui/lib/link-context.d.ts +13 -0
- package/dist/ui/lib/link-context.d.ts.map +1 -0
- package/dist/ui/lib/motion.d.ts +44 -9
- package/dist/ui/lib/motion.d.ts.map +1 -1
- package/dist/ui/lib/use-ripple.d.ts.map +1 -1
- package/dist/ui/lib/utils.js +1 -1
- package/dist/ui/link.js +11 -11
- package/dist/ui/menubar.d.ts +4 -2
- package/dist/ui/menubar.d.ts.map +1 -1
- package/dist/ui/menubar.js +141 -97
- package/dist/ui/navigation-menu.d.ts +2 -0
- package/dist/ui/navigation-menu.d.ts.map +1 -1
- package/dist/ui/navigation-menu.js +176 -73
- package/dist/ui/number-input.d.ts.map +1 -1
- package/dist/ui/number-input.js +56 -49
- package/dist/ui/pagination.js +22 -22
- package/dist/ui/popover.d.ts +2 -1
- package/dist/ui/popover.d.ts.map +1 -1
- package/dist/ui/popover.js +54 -22
- package/dist/ui/progress.d.ts.map +1 -1
- package/dist/ui/progress.js +58 -42
- package/dist/ui/radio.js +19 -19
- package/dist/ui/search-input.d.ts.map +1 -1
- package/dist/ui/search-input.js +28 -33
- package/dist/ui/segmented-control.d.ts +2 -2
- package/dist/ui/segmented-control.d.ts.map +1 -1
- package/dist/ui/segmented-control.js +143 -124
- package/dist/ui/select.d.ts.map +1 -1
- package/dist/ui/select.js +72 -61
- package/dist/ui/separator.js +11 -11
- package/dist/ui/sheet.d.ts +1 -1
- package/dist/ui/sheet.d.ts.map +1 -1
- package/dist/ui/sheet.js +111 -75
- package/dist/ui/sidebar.d.ts +6 -1
- package/dist/ui/sidebar.d.ts.map +1 -1
- package/dist/ui/sidebar.js +27 -25
- package/dist/ui/skeleton.js +1 -1
- package/dist/ui/slider.d.ts +9 -0
- package/dist/ui/slider.d.ts.map +1 -1
- package/dist/ui/slider.js +33 -27
- package/dist/ui/spinner.d.ts +32 -25
- package/dist/ui/spinner.d.ts.map +1 -1
- package/dist/ui/spinner.js +199 -40
- package/dist/ui/stat-card.d.ts.map +1 -1
- package/dist/ui/stat-card.js +183 -116
- package/dist/ui/stepper.d.ts +22 -1
- package/dist/ui/stepper.d.ts.map +1 -1
- package/dist/ui/stepper.js +121 -43
- package/dist/ui/switch.d.ts.map +1 -1
- package/dist/ui/switch.js +39 -26
- package/dist/ui/table.d.ts +3 -0
- package/dist/ui/table.d.ts.map +1 -1
- package/dist/ui/table.js +47 -47
- package/dist/ui/tabs.d.ts +4 -1
- package/dist/ui/tabs.d.ts.map +1 -1
- package/dist/ui/tabs.js +94 -44
- package/dist/ui/text.d.ts +3 -3
- package/dist/ui/text.js +1 -1
- package/dist/ui/textarea.d.ts.map +1 -1
- package/dist/ui/textarea.js +29 -27
- package/dist/ui/toast-types.d.ts +43 -0
- package/dist/ui/toast-types.d.ts.map +1 -0
- package/dist/ui/toast-types.js +2 -0
- package/dist/ui/toast.d.ts +60 -26
- package/dist/ui/toast.d.ts.map +1 -1
- package/dist/ui/toast.js +535 -89
- package/dist/ui/toaster.d.ts +19 -23
- package/dist/ui/toaster.d.ts.map +1 -1
- package/dist/ui/toaster.js +31 -21
- package/dist/ui/toggle-group.d.ts +2 -2
- package/dist/ui/toggle-group.d.ts.map +1 -1
- package/dist/ui/toggle-group.js +29 -26
- package/dist/ui/toggle.d.ts +2 -2
- package/dist/ui/toggle.d.ts.map +1 -1
- package/dist/ui/toggle.js +21 -17
- package/dist/ui/tooltip.d.ts +2 -1
- package/dist/ui/tooltip.d.ts.map +1 -1
- package/dist/ui/tooltip.js +58 -21
- package/dist/ui/tree-view/tree-view.d.ts +1 -1
- package/dist/ui/tree-view/tree-view.d.ts.map +1 -1
- package/llms-full.txt +221 -102
- package/llms.txt +65 -12
- package/package.json +674 -656
- package/dist/composed/upload-progress.d.ts +0 -33
- package/dist/composed/upload-progress.d.ts.map +0 -1
- package/dist/composed/upload-progress.js +0 -386
- package/dist/ui/lib/use-reduced-motion.d.ts +0 -4
- package/dist/ui/lib/use-reduced-motion.d.ts.map +0 -1
- package/dist/ui/transitions.d.ts +0 -17
- package/dist/ui/transitions.d.ts.map +0 -1
- package/dist/ui/transitions.js +0 -111
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import * as
|
|
3
|
-
import { c as
|
|
4
|
-
import { IconChevronRight as
|
|
5
|
-
const N =
|
|
6
|
-
({ title:
|
|
7
|
-
var
|
|
8
|
-
const
|
|
9
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsxs as l, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import * as n from "react";
|
|
3
|
+
import { c as o } from "../_chunks/utils.js";
|
|
4
|
+
import { IconChevronRight as p } from "@tabler/icons-react";
|
|
5
|
+
const N = n.forwardRef(
|
|
6
|
+
({ title: d, subtitle: a, actions: r, breadcrumbs: e, titleClassName: h, className: g, ...x }, m) => {
|
|
7
|
+
var i;
|
|
8
|
+
const f = d ?? ((i = e == null ? void 0 : e[e.length - 1]) == null ? void 0 : i.label) ?? "";
|
|
9
|
+
return /* @__PURE__ */ l(
|
|
10
10
|
"div",
|
|
11
11
|
{
|
|
12
|
-
ref:
|
|
13
|
-
className:
|
|
14
|
-
"flex flex-col gap-ds-05 border-b border-border pb-ds-06",
|
|
15
|
-
|
|
12
|
+
ref: m,
|
|
13
|
+
className: o(
|
|
14
|
+
"flex flex-col gap-ds-05 border-b border-surface-border-strong pb-ds-06",
|
|
15
|
+
g
|
|
16
16
|
),
|
|
17
|
-
...
|
|
17
|
+
...x,
|
|
18
18
|
children: [
|
|
19
|
-
e && e.length > 0 && /* @__PURE__ */
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
e && e.length > 0 && /* @__PURE__ */ s("nav", { "aria-label": "Breadcrumb", className: "flex items-center gap-ds-02b", children: e.map((t, c) => /* @__PURE__ */ l(n.Fragment, { children: [
|
|
20
|
+
c > 0 && /* @__PURE__ */ s(
|
|
21
|
+
p,
|
|
22
22
|
{
|
|
23
|
-
className: "h-ico-sm w-ico-sm text-
|
|
23
|
+
className: "h-ico-sm w-ico-sm text-surface-fg-subtle",
|
|
24
24
|
stroke: 1.5
|
|
25
25
|
}
|
|
26
26
|
),
|
|
27
|
-
|
|
27
|
+
t.href ? /* @__PURE__ */ s(
|
|
28
28
|
"a",
|
|
29
29
|
{
|
|
30
|
-
href:
|
|
31
|
-
className: "text-ds-sm text-
|
|
32
|
-
children:
|
|
30
|
+
href: t.href,
|
|
31
|
+
className: "text-ds-sm text-surface-fg-subtle transition-colors hover:text-surface-fg-muted",
|
|
32
|
+
children: t.label
|
|
33
33
|
}
|
|
34
|
-
) : /* @__PURE__ */
|
|
34
|
+
) : /* @__PURE__ */ s(
|
|
35
35
|
"span",
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
37
|
+
className: o(
|
|
38
38
|
"text-ds-sm",
|
|
39
|
-
|
|
39
|
+
c === e.length - 1 ? "text-surface-fg" : "text-surface-fg-subtle"
|
|
40
40
|
),
|
|
41
|
-
children:
|
|
41
|
+
children: t.label
|
|
42
42
|
}
|
|
43
43
|
)
|
|
44
|
-
] },
|
|
45
|
-
(
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
|
|
44
|
+
] }, c)) }),
|
|
45
|
+
(f || a || r) && /* @__PURE__ */ l("div", { className: "flex items-start justify-between gap-ds-05", children: [
|
|
46
|
+
/* @__PURE__ */ l("div", { className: "flex flex-col gap-ds-02b", children: [
|
|
47
|
+
f && /* @__PURE__ */ s(
|
|
48
48
|
"h1",
|
|
49
49
|
{
|
|
50
|
-
className:
|
|
51
|
-
"text-ds-2xl text-
|
|
52
|
-
|
|
50
|
+
className: o(
|
|
51
|
+
"text-ds-2xl text-surface-fg",
|
|
52
|
+
h
|
|
53
53
|
),
|
|
54
|
-
children:
|
|
54
|
+
children: f
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
|
-
|
|
57
|
+
a && /* @__PURE__ */ s("p", { className: "text-ds-md text-surface-fg-subtle", children: a })
|
|
58
58
|
] }),
|
|
59
|
-
r && /* @__PURE__ */
|
|
59
|
+
r && /* @__PURE__ */ s("div", { className: "flex shrink-0 items-center gap-ds-03", children: r })
|
|
60
60
|
] })
|
|
61
61
|
]
|
|
62
62
|
}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare const
|
|
2
|
+
export interface DashboardSkeletonProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
declare const DashboardSkeleton: React.ForwardRefExoticComponent<DashboardSkeletonProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export interface ProjectListSkeletonProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
6
|
+
}
|
|
7
|
+
declare const ProjectListSkeleton: React.ForwardRefExoticComponent<ProjectListSkeletonProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export interface TaskDetailSkeletonProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
9
|
+
}
|
|
10
|
+
declare const TaskDetailSkeleton: React.ForwardRefExoticComponent<TaskDetailSkeletonProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
11
|
export { DashboardSkeleton, ProjectListSkeleton, TaskDetailSkeleton, };
|
|
6
12
|
//# sourceMappingURL=page-skeletons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-skeletons.d.ts","sourceRoot":"","sources":["../../src/composed/page-skeletons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,QAAA,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"page-skeletons.d.ts","sourceRoot":"","sources":["../../src/composed/page-skeletons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;CAAG;AAExF,QAAA,MAAM,iBAAiB,+FAkDtB,CAAA;AAMD,MAAM,WAAW,wBAAyB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;CAAG;AAE1F,QAAA,MAAM,mBAAmB,iGA2DxB,CAAA;AAMD,MAAM,WAAW,uBAAwB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;CAAG;AAEzF,QAAA,MAAM,kBAAkB,gGA8CvB,CAAA;AAID,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,GACnB,CAAA"}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { jsxs as a, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
3
|
-
import { Skeleton as
|
|
4
|
-
import { c as
|
|
5
|
-
const l = "bg-
|
|
6
|
-
function(
|
|
7
|
-
return /* @__PURE__ */ a("div", { ref:
|
|
2
|
+
import * as n from "react";
|
|
3
|
+
import { Skeleton as d } from "../ui/skeleton.js";
|
|
4
|
+
import { c as e } from "../_chunks/utils.js";
|
|
5
|
+
const l = "bg-surface-3", t = n.forwardRef(
|
|
6
|
+
function({ className: m, ...o }, i) {
|
|
7
|
+
return /* @__PURE__ */ a("div", { ref: i, ...o, className: e("flex flex-col gap-ds-06", m), children: [
|
|
8
8
|
/* @__PURE__ */ s("div", { className: "grid grid-cols-1 gap-ds-05 sm:grid-cols-2 lg:grid-cols-4", children: Array.from({ length: 4 }).map((c, r) => /* @__PURE__ */ a(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className: "flex flex-col gap-ds-04 rounded-ds-xl border border-border bg-
|
|
11
|
+
className: "flex flex-col gap-ds-04 rounded-ds-xl border border-surface-border-strong bg-surface-1 p-ds-05b",
|
|
12
12
|
children: [
|
|
13
13
|
/* @__PURE__ */ a("div", { className: "flex items-center justify-between", children: [
|
|
14
|
-
/* @__PURE__ */ s(
|
|
15
|
-
/* @__PURE__ */ s(
|
|
14
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-[80px]", l) }),
|
|
15
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-sm w-ds-sm rounded-ds-lg", l) })
|
|
16
16
|
] }),
|
|
17
|
-
/* @__PURE__ */ s(
|
|
18
|
-
/* @__PURE__ */ s(
|
|
17
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-xs-plus w-[64px]", l) }),
|
|
18
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-03 w-[112px]", l) })
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
21
|
`stat-${r}`
|
|
22
22
|
)) }),
|
|
23
|
-
/* @__PURE__ */ a("div", { className: "rounded-ds-xl border border-border bg-
|
|
23
|
+
/* @__PURE__ */ a("div", { className: "rounded-ds-xl border border-surface-border-strong bg-surface-1 p-ds-06", children: [
|
|
24
24
|
/* @__PURE__ */ a("div", { className: "mb-ds-06 flex items-center justify-between", children: [
|
|
25
|
-
/* @__PURE__ */ s(
|
|
25
|
+
/* @__PURE__ */ s(d, { className: e("h-[20px] w-[128px]", l) }),
|
|
26
26
|
/* @__PURE__ */ a("div", { className: "flex items-center gap-ds-03", children: [
|
|
27
|
-
/* @__PURE__ */ s(
|
|
28
|
-
/* @__PURE__ */ s(
|
|
29
|
-
/* @__PURE__ */ s(
|
|
27
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-sm w-ds-sm rounded-ds-lg", l) }),
|
|
28
|
+
/* @__PURE__ */ s(d, { className: e("h-[16px] w-[112px]", l) }),
|
|
29
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-sm w-ds-sm rounded-ds-lg", l) })
|
|
30
30
|
] })
|
|
31
31
|
] }),
|
|
32
|
-
/* @__PURE__ */ s("div", { className: "mb-ds-03 grid grid-cols-7 gap-ds-03", children: Array.from({ length: 7 }).map((c, r) => /* @__PURE__ */ s(
|
|
32
|
+
/* @__PURE__ */ s("div", { className: "mb-ds-03 grid grid-cols-7 gap-ds-03", children: Array.from({ length: 7 }).map((c, r) => /* @__PURE__ */ s(d, { className: e("mx-auto h-[12px] w-[32px]", l) }, `wh-${r}`)) }),
|
|
33
33
|
/* @__PURE__ */ s("div", { className: "grid grid-cols-7 gap-ds-03", children: Array.from({ length: 35 }).map((c, r) => /* @__PURE__ */ s(
|
|
34
|
-
|
|
34
|
+
d,
|
|
35
35
|
{
|
|
36
|
-
className:
|
|
36
|
+
className: e("mx-auto h-ds-md w-ds-md rounded-ds-full", l)
|
|
37
37
|
},
|
|
38
38
|
`cal-${r}`
|
|
39
39
|
)) })
|
|
@@ -41,44 +41,44 @@ const l = "bg-field", x = o.forwardRef(
|
|
|
41
41
|
] });
|
|
42
42
|
}
|
|
43
43
|
);
|
|
44
|
-
|
|
45
|
-
const
|
|
46
|
-
function(
|
|
47
|
-
return /* @__PURE__ */ a("div", { ref:
|
|
44
|
+
t.displayName = "DashboardSkeleton";
|
|
45
|
+
const f = n.forwardRef(
|
|
46
|
+
function({ className: m, ...o }, i) {
|
|
47
|
+
return /* @__PURE__ */ a("div", { ref: i, ...o, className: e("flex flex-col gap-ds-06", m), children: [
|
|
48
48
|
/* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-05 sm:flex-row sm:items-center sm:justify-between", children: [
|
|
49
49
|
/* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-03", children: [
|
|
50
|
-
/* @__PURE__ */ s(
|
|
51
|
-
/* @__PURE__ */ s(
|
|
50
|
+
/* @__PURE__ */ s(d, { className: e("h-[24px] w-[112px]", l) }),
|
|
51
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-04 w-[160px]", l) })
|
|
52
52
|
] }),
|
|
53
|
-
/* @__PURE__ */ s(
|
|
53
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-sm-plus w-[128px] rounded-ds-lg", l) })
|
|
54
54
|
] }),
|
|
55
55
|
/* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-04 sm:flex-row sm:items-center", children: [
|
|
56
|
-
/* @__PURE__ */ s(
|
|
57
|
-
/* @__PURE__ */ s("div", { className: "flex gap-ds-02b", children: Array.from({ length: 4 }).map((c, r) => /* @__PURE__ */ s(
|
|
56
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-sm-plus flex-1 rounded-ds-lg", l) }),
|
|
57
|
+
/* @__PURE__ */ s("div", { className: "flex gap-ds-02b", children: Array.from({ length: 4 }).map((c, r) => /* @__PURE__ */ s(d, { className: e("h-ds-sm w-[64px] rounded-ds-lg", l) }, `f-${r}`)) })
|
|
58
58
|
] }),
|
|
59
59
|
/* @__PURE__ */ s("div", { className: "grid grid-cols-1 gap-ds-05 sm:grid-cols-2 lg:grid-cols-3", children: Array.from({ length: 6 }).map((c, r) => /* @__PURE__ */ a(
|
|
60
60
|
"div",
|
|
61
61
|
{
|
|
62
|
-
className: "flex flex-col gap-ds-05 rounded-ds-xl border border-border bg-
|
|
62
|
+
className: "flex flex-col gap-ds-05 rounded-ds-xl border border-surface-border-strong bg-surface-1 p-ds-05b",
|
|
63
63
|
children: [
|
|
64
64
|
/* @__PURE__ */ a("div", { className: "flex items-center justify-between", children: [
|
|
65
|
-
/* @__PURE__ */ s(
|
|
66
|
-
/* @__PURE__ */ s(
|
|
65
|
+
/* @__PURE__ */ s(d, { className: e("h-[20px] w-[64px] rounded-ds-full", l) }),
|
|
66
|
+
/* @__PURE__ */ s(d, { className: e("h-[16px] w-[80px] rounded-ds-md", l) })
|
|
67
67
|
] }),
|
|
68
68
|
/* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-03", children: [
|
|
69
|
-
/* @__PURE__ */ s(
|
|
70
|
-
/* @__PURE__ */ s(
|
|
71
|
-
/* @__PURE__ */ s(
|
|
69
|
+
/* @__PURE__ */ s(d, { className: e("h-[16px] w-3/4", l) }),
|
|
70
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-full", l) }),
|
|
71
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-2/3", l) })
|
|
72
72
|
] }),
|
|
73
73
|
/* @__PURE__ */ a("div", { className: "flex items-center justify-between pt-ds-02", children: [
|
|
74
|
-
/* @__PURE__ */ s("div", { className: "flex -space-x-ds-03", children: Array.from({ length: 3 }).map((
|
|
75
|
-
|
|
74
|
+
/* @__PURE__ */ s("div", { className: "flex -space-x-ds-03", children: Array.from({ length: 3 }).map((N, x) => /* @__PURE__ */ s(
|
|
75
|
+
d,
|
|
76
76
|
{
|
|
77
|
-
className:
|
|
77
|
+
className: e("h-ds-xs-plus w-ds-xs-plus rounded-ds-full", l)
|
|
78
78
|
},
|
|
79
|
-
`av-${r}-${
|
|
79
|
+
`av-${r}-${x}`
|
|
80
80
|
)) }),
|
|
81
|
-
/* @__PURE__ */ s(
|
|
81
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-04 w-ds-md", l) })
|
|
82
82
|
] })
|
|
83
83
|
]
|
|
84
84
|
},
|
|
@@ -87,42 +87,42 @@ const t = o.forwardRef(
|
|
|
87
87
|
] });
|
|
88
88
|
}
|
|
89
89
|
);
|
|
90
|
-
|
|
91
|
-
const h =
|
|
92
|
-
function(
|
|
93
|
-
return /* @__PURE__ */ a("div", { ref:
|
|
94
|
-
/* @__PURE__ */ a("div", { className: "flex items-center justify-between border-b border-border px-ds-05b py-ds-05", children: [
|
|
95
|
-
/* @__PURE__ */ s(
|
|
90
|
+
f.displayName = "ProjectListSkeleton";
|
|
91
|
+
const h = n.forwardRef(
|
|
92
|
+
function({ className: m, ...o }, i) {
|
|
93
|
+
return /* @__PURE__ */ a("div", { ref: i, ...o, className: e("flex h-full flex-col gap-0 rounded-ds-xl border border-surface-border-strong bg-surface-1", m), children: [
|
|
94
|
+
/* @__PURE__ */ a("div", { className: "flex items-center justify-between border-b border-surface-border-strong px-ds-05b py-ds-05", children: [
|
|
95
|
+
/* @__PURE__ */ s(d, { className: e("h-[20px] w-[192px]", l) }),
|
|
96
96
|
/* @__PURE__ */ a("div", { className: "flex items-center gap-ds-03", children: [
|
|
97
|
-
/* @__PURE__ */ s(
|
|
98
|
-
/* @__PURE__ */ s(
|
|
97
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-xs-plus w-ds-xs-plus rounded-ds-lg", l) }),
|
|
98
|
+
/* @__PURE__ */ s(d, { className: e("h-ds-xs-plus w-ds-xs-plus rounded-ds-lg", l) })
|
|
99
99
|
] })
|
|
100
100
|
] }),
|
|
101
|
-
/* @__PURE__ */ s("div", { className: "flex flex-col gap-0 border-b border-border px-ds-05b py-ds-05", children: Array.from({ length: 5 }).map((c, r) => /* @__PURE__ */ a(
|
|
101
|
+
/* @__PURE__ */ s("div", { className: "flex flex-col gap-0 border-b border-surface-border-strong px-ds-05b py-ds-05", children: Array.from({ length: 5 }).map((c, r) => /* @__PURE__ */ a(
|
|
102
102
|
"div",
|
|
103
103
|
{
|
|
104
104
|
className: "flex items-center gap-ds-05 py-ds-03",
|
|
105
105
|
children: [
|
|
106
|
-
/* @__PURE__ */ s(
|
|
107
|
-
/* @__PURE__ */ s(
|
|
106
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-[96px] shrink-0", l) }),
|
|
107
|
+
/* @__PURE__ */ s(d, { className: e("h-[24px] w-[128px] rounded-ds-md", l) })
|
|
108
108
|
]
|
|
109
109
|
},
|
|
110
110
|
`prop-${r}`
|
|
111
111
|
)) }),
|
|
112
|
-
/* @__PURE__ */ s("div", { className: "border-b border-border px-ds-05b", children: /* @__PURE__ */ s("div", { className: "flex gap-ds-05 py-ds-04", children: Array.from({ length: 3 }).map((c, r) => /* @__PURE__ */ s(
|
|
112
|
+
/* @__PURE__ */ s("div", { className: "border-b border-surface-border-strong px-ds-05b", children: /* @__PURE__ */ s("div", { className: "flex gap-ds-05 py-ds-04", children: Array.from({ length: 3 }).map((c, r) => /* @__PURE__ */ s(d, { className: e("h-[16px] w-[64px]", l) }, `tab-${r}`)) }) }),
|
|
113
113
|
/* @__PURE__ */ a("div", { className: "flex flex-1 flex-col gap-ds-04 px-ds-05b py-ds-05", children: [
|
|
114
|
-
/* @__PURE__ */ s(
|
|
115
|
-
/* @__PURE__ */ s(
|
|
116
|
-
/* @__PURE__ */ s(
|
|
117
|
-
/* @__PURE__ */ s(
|
|
118
|
-
/* @__PURE__ */ s(
|
|
114
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-full", l) }),
|
|
115
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-4/5", l) }),
|
|
116
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-3/5", l) }),
|
|
117
|
+
/* @__PURE__ */ s(d, { className: e("mt-ds-03 h-[12px] w-full", l) }),
|
|
118
|
+
/* @__PURE__ */ s(d, { className: e("h-[12px] w-2/3", l) })
|
|
119
119
|
] })
|
|
120
120
|
] });
|
|
121
121
|
}
|
|
122
122
|
);
|
|
123
123
|
h.displayName = "TaskDetailSkeleton";
|
|
124
124
|
export {
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
t as DashboardSkeleton,
|
|
126
|
+
f as ProjectListSkeleton,
|
|
127
127
|
h as TaskDetailSkeleton
|
|
128
128
|
};
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import * as d from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { ag as g } from "../_chunks/vendor-utils.js";
|
|
4
4
|
import { c as e } from "../_chunks/utils.js";
|
|
5
|
-
import { IconAlertTriangle as
|
|
6
|
-
const
|
|
5
|
+
import { IconAlertTriangle as f, IconArrowUp as b, IconMinus as p, IconArrowDown as u } from "@tabler/icons-react";
|
|
6
|
+
const x = {
|
|
7
7
|
LOW: {
|
|
8
|
-
icon:
|
|
9
|
-
color: "text-category-slate-
|
|
10
|
-
bgColor: "bg-category-slate-
|
|
8
|
+
icon: u,
|
|
9
|
+
color: "text-category-slate-11",
|
|
10
|
+
bgColor: "bg-category-slate-3",
|
|
11
11
|
label: "Low"
|
|
12
12
|
},
|
|
13
13
|
MEDIUM: {
|
|
14
14
|
icon: p,
|
|
15
|
-
color: "text-warning-
|
|
16
|
-
bgColor: "bg-warning-
|
|
15
|
+
color: "text-warning-11",
|
|
16
|
+
bgColor: "bg-warning-3",
|
|
17
17
|
label: "Medium"
|
|
18
18
|
},
|
|
19
19
|
HIGH: {
|
|
20
20
|
icon: b,
|
|
21
|
-
color: "text-error-
|
|
22
|
-
bgColor: "bg-error-
|
|
21
|
+
color: "text-error-11",
|
|
22
|
+
bgColor: "bg-error-3",
|
|
23
23
|
label: "High"
|
|
24
24
|
},
|
|
25
25
|
URGENT: {
|
|
26
|
-
icon:
|
|
27
|
-
color: "text-error-
|
|
28
|
-
bgColor: "bg-error-
|
|
26
|
+
icon: f,
|
|
27
|
+
color: "text-error-11",
|
|
28
|
+
bgColor: "bg-error-3",
|
|
29
29
|
label: "Urgent"
|
|
30
30
|
}
|
|
31
|
-
}, y =
|
|
31
|
+
}, y = g(
|
|
32
32
|
"inline-flex items-center gap-ds-02b font-body",
|
|
33
33
|
{
|
|
34
34
|
variants: {
|
|
@@ -42,8 +42,8 @@ const u = {
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
), w = d.forwardRef(
|
|
45
|
-
({ priority:
|
|
46
|
-
const
|
|
45
|
+
({ priority: s, display: t, className: i, ...c }, n) => {
|
|
46
|
+
const a = s.toUpperCase(), o = x[a], l = o.icon;
|
|
47
47
|
return t === "compact" ? /* @__PURE__ */ r(
|
|
48
48
|
"div",
|
|
49
49
|
{
|
|
@@ -55,7 +55,7 @@ const u = {
|
|
|
55
55
|
),
|
|
56
56
|
title: o.label,
|
|
57
57
|
...c,
|
|
58
|
-
children: /* @__PURE__ */ r(
|
|
58
|
+
children: /* @__PURE__ */ r(l, { className: e("h-ico-sm w-ico-sm", o.color), stroke: 2 })
|
|
59
59
|
}
|
|
60
60
|
) : /* @__PURE__ */ m(
|
|
61
61
|
"div",
|
|
@@ -71,10 +71,10 @@ const u = {
|
|
|
71
71
|
"inline-flex items-center justify-center rounded-ds-md p-ds-01",
|
|
72
72
|
o.bgColor
|
|
73
73
|
),
|
|
74
|
-
children: /* @__PURE__ */ r(
|
|
74
|
+
children: /* @__PURE__ */ r(l, { className: e("h-ico-sm w-ico-sm", o.color), stroke: 2 })
|
|
75
75
|
}
|
|
76
76
|
),
|
|
77
|
-
/* @__PURE__ */ r("span", { className: "text-ds-sm text-
|
|
77
|
+
/* @__PURE__ */ r("span", { className: "text-ds-sm text-surface-fg-muted", children: o.label })
|
|
78
78
|
]
|
|
79
79
|
}
|
|
80
80
|
);
|
|
@@ -5,7 +5,7 @@ export interface MentionItem {
|
|
|
5
5
|
label: string;
|
|
6
6
|
avatar?: string;
|
|
7
7
|
}
|
|
8
|
-
export interface RichTextEditorProps {
|
|
8
|
+
export interface RichTextEditorProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange' | 'content'> {
|
|
9
9
|
content?: string;
|
|
10
10
|
placeholder?: string;
|
|
11
11
|
onChange?: (html: string) => void;
|
|
@@ -23,11 +23,11 @@ export interface RichTextEditorProps {
|
|
|
23
23
|
mentions?: MentionItem[];
|
|
24
24
|
/** Async mention search. Takes precedence over static list. */
|
|
25
25
|
onMentionSearch?: (query: string) => Promise<MentionItem[]>;
|
|
26
|
-
/** Called when a mention is selected */
|
|
26
|
+
/** Called when a mention is selected from the suggestion dropdown */
|
|
27
27
|
onMentionSelect?: (item: MentionItem) => void;
|
|
28
28
|
}
|
|
29
29
|
declare const RichTextEditor: React.ForwardRefExoticComponent<RichTextEditorProps & React.RefAttributes<HTMLDivElement>>;
|
|
30
|
-
export interface RichTextViewerProps {
|
|
30
|
+
export interface RichTextViewerProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'content'> {
|
|
31
31
|
content: string;
|
|
32
32
|
className?: string;
|
|
33
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich-text-editor.d.ts","sourceRoot":"","sources":["../../src/composed/rich-text-editor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAwS9B,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"rich-text-editor.d.ts","sourceRoot":"","sources":["../../src/composed/rich-text-editor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAwS9B,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9G,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,sGAAsG;IACtG,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;IAC/C,oGAAoG;IACpG,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IACnF,uCAAuC;IACvC,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAA;IACxB,+DAA+D;IAC/D,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,WAAW,EAAE,CAAC,CAAA;IAC3D,qEAAqE;IACrE,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAA;CAC9C;AAED,QAAA,MAAM,cAAc,4FAwOnB,CAAA;AAID,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC;IACjG,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,cAAc,4FAiDnB,CAAA;AAID,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAA"}
|