@devalok/shilp-sutra 0.30.0 → 0.32.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/README.md +82 -239
- package/dist/_chunks/badge-group.js +123 -171
- package/dist/_chunks/document-preview.js +92 -0
- package/dist/_chunks/file-preview.js +511 -0
- package/dist/_chunks/image-preview.js +90 -0
- package/dist/_chunks/primitives.js +109 -109
- package/dist/_chunks/stat-row.js +144 -124
- package/dist/_chunks/use-calendar.js +558 -490
- package/dist/ai/block-renderer.d.ts +2 -1
- package/dist/ai/block-renderer.d.ts.map +1 -1
- package/dist/ai/block-renderer.js +30 -29
- package/dist/ai/blocks/block-table.d.ts.map +1 -1
- package/dist/ai/blocks/confirm.d.ts.map +1 -1
- package/dist/ai/blocks/divider.d.ts.map +1 -1
- package/dist/ai/blocks/error.d.ts.map +1 -1
- package/dist/ai/blocks/info.d.ts.map +1 -1
- package/dist/ai/blocks/loading.d.ts.map +1 -1
- package/dist/ai/blocks/stat-row.d.ts.map +1 -1
- package/dist/ai/blocks/success.d.ts.map +1 -1
- package/dist/ai/blocks/text.d.ts.map +1 -1
- package/dist/ai/command-bar.d.ts +18 -0
- package/dist/ai/command-bar.d.ts.map +1 -1
- package/dist/ai/command-bar.js +126 -125
- package/dist/ai/conversation.d.ts +13 -1
- package/dist/ai/conversation.d.ts.map +1 -1
- package/dist/ai/conversation.js +78 -78
- package/dist/ai/types.d.ts +0 -1
- package/dist/ai/types.d.ts.map +1 -1
- package/dist/ai/types.js +1 -0
- package/dist/composed/bulk-action-bar.d.ts +6 -4
- package/dist/composed/bulk-action-bar.d.ts.map +1 -1
- package/dist/composed/bulk-action-bar.js +102 -58
- package/dist/composed/command-palette.d.ts +9 -0
- package/dist/composed/command-palette.d.ts.map +1 -1
- package/dist/composed/command-palette.js +68 -68
- package/dist/composed/confirm-dialog.d.ts +1 -1
- package/dist/composed/confirm-dialog.d.ts.map +1 -1
- package/dist/composed/confirm-dialog.js +10 -10
- package/dist/composed/content-card.d.ts.map +1 -1
- package/dist/composed/date-picker/date-picker.d.ts +11 -1
- package/dist/composed/date-picker/date-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/month-picker.d.ts.map +1 -1
- package/dist/composed/date-picker/year-picker.d.ts.map +1 -1
- package/dist/composed/deadline-indicator.d.ts +1 -1
- package/dist/composed/deadline-indicator.d.ts.map +1 -1
- package/dist/composed/deadline-indicator.js +39 -36
- package/dist/composed/emoji-picker.d.ts +6 -0
- package/dist/composed/emoji-picker.d.ts.map +1 -1
- package/dist/composed/emoji-picker.js +22 -20
- package/dist/composed/error-boundary.d.ts +21 -1
- package/dist/composed/error-boundary.d.ts.map +1 -1
- package/dist/composed/error-boundary.js +47 -32
- package/dist/composed/file-preview/audio-preview.d.ts +7 -0
- package/dist/composed/file-preview/audio-preview.d.ts.map +1 -0
- package/dist/composed/file-preview/document-preview.d.ts +7 -0
- package/dist/composed/file-preview/document-preview.d.ts.map +1 -0
- package/dist/composed/file-preview/embed-preview.d.ts +7 -0
- package/dist/composed/file-preview/embed-preview.d.ts.map +1 -0
- package/dist/composed/file-preview/image-preview.d.ts +7 -0
- package/dist/composed/file-preview/image-preview.d.ts.map +1 -0
- package/dist/composed/file-preview/shared.d.ts +20 -0
- package/dist/composed/file-preview/shared.d.ts.map +1 -0
- package/dist/composed/file-preview/video-preview.d.ts +6 -0
- package/dist/composed/file-preview/video-preview.d.ts.map +1 -0
- package/dist/composed/file-preview.d.ts.map +1 -1
- package/dist/composed/file-preview.js +10 -662
- package/dist/composed/filter-bar.d.ts +10 -2
- package/dist/composed/filter-bar.d.ts.map +1 -1
- package/dist/composed/filter-bar.js +42 -43
- package/dist/composed/form-section.d.ts +1 -1
- package/dist/composed/form-section.d.ts.map +1 -1
- package/dist/composed/form-section.js +22 -21
- package/dist/composed/index.d.ts +2 -2
- package/dist/composed/index.d.ts.map +1 -1
- package/dist/composed/index.js +58 -57
- package/dist/composed/inline-edit.d.ts +1 -1
- package/dist/composed/inline-edit.d.ts.map +1 -1
- package/dist/composed/inline-edit.js +33 -32
- package/dist/composed/lib/string-utils.d.ts.map +1 -1
- package/dist/composed/loading-skeleton.d.ts.map +1 -1
- package/dist/composed/markdown-viewer.d.ts +1 -1
- package/dist/composed/markdown-viewer.d.ts.map +1 -1
- package/dist/composed/markdown-viewer.js +60 -59
- package/dist/composed/master-detail.d.ts +11 -7
- package/dist/composed/master-detail.d.ts.map +1 -1
- package/dist/composed/master-detail.js +123 -84
- package/dist/composed/page-header.d.ts.map +1 -1
- package/dist/composed/page-skeletons.d.ts.map +1 -1
- package/dist/composed/priority-indicator.d.ts +1 -0
- package/dist/composed/priority-indicator.js +1 -0
- package/dist/composed/responsive-overlay.d.ts +8 -0
- package/dist/composed/responsive-overlay.d.ts.map +1 -1
- package/dist/composed/rich-text-editor.d.ts +11 -3
- package/dist/composed/rich-text-editor.d.ts.map +1 -1
- package/dist/composed/rich-text-editor.js +21 -20
- package/dist/composed/schedule-view.d.ts +9 -1
- package/dist/composed/schedule-view.d.ts.map +1 -1
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +8 -4
- package/dist/hooks/use-touch-device.d.ts +12 -0
- package/dist/hooks/use-touch-device.d.ts.map +1 -0
- package/dist/hooks/use-touch-device.js +13 -0
- package/dist/hooks/use-viewport-height.d.ts +11 -0
- package/dist/hooks/use-viewport-height.d.ts.map +1 -0
- package/dist/hooks/use-viewport-height.js +16 -0
- package/dist/shell/bottom-navbar.d.ts.map +1 -1
- package/dist/shell/bottom-navbar.js +72 -63
- package/dist/shell/command-registry.d.ts.map +1 -1
- package/dist/shell/notification-center.d.ts.map +1 -1
- package/dist/shell/notification-center.js +77 -77
- package/dist/shell/top-bar.d.ts +2 -2
- package/dist/shell/top-bar.d.ts.map +1 -1
- package/dist/shell/top-bar.js +61 -60
- package/dist/tailwind/index.cjs +51 -7
- package/dist/tailwind/preset.d.ts.map +1 -1
- package/dist/tailwind/preset.js +51 -7
- package/dist/tokens/primitives.css +3 -1
- package/dist/tokens/semantic.css +16 -13
- package/dist/tokens/typography.css +33 -4
- package/dist/ui/alert.d.ts +1 -0
- package/dist/ui/alert.d.ts.map +1 -1
- package/dist/ui/alert.js +42 -37
- package/dist/ui/autocomplete.d.ts.map +1 -1
- package/dist/ui/autocomplete.js +38 -39
- package/dist/ui/badge.d.ts +110 -2
- package/dist/ui/badge.d.ts.map +1 -1
- package/dist/ui/banner.d.ts.map +1 -1
- package/dist/ui/banner.js +8 -7
- package/dist/ui/button.d.ts +2 -2
- package/dist/ui/button.d.ts.map +1 -1
- package/dist/ui/button.js +54 -74
- package/dist/ui/card.d.ts +5 -1
- package/dist/ui/card.d.ts.map +1 -1
- package/dist/ui/card.js +111 -79
- package/dist/ui/charts/area-chart.d.ts +2 -0
- package/dist/ui/charts/area-chart.d.ts.map +1 -1
- package/dist/ui/charts/bar-chart.d.ts +2 -0
- package/dist/ui/charts/bar-chart.d.ts.map +1 -1
- package/dist/ui/charts/chart-container.d.ts +2 -0
- package/dist/ui/charts/chart-container.d.ts.map +1 -1
- package/dist/ui/charts/index.js +583 -577
- package/dist/ui/charts/line-chart.d.ts +2 -0
- package/dist/ui/charts/line-chart.d.ts.map +1 -1
- package/dist/ui/charts/pie-chart.d.ts +2 -0
- package/dist/ui/charts/pie-chart.d.ts.map +1 -1
- package/dist/ui/charts/radar-chart.d.ts +2 -0
- package/dist/ui/charts/radar-chart.d.ts.map +1 -1
- package/dist/ui/checkbox.d.ts +2 -0
- package/dist/ui/checkbox.d.ts.map +1 -1
- package/dist/ui/checkbox.js +36 -27
- package/dist/ui/code.d.ts.map +1 -1
- package/dist/ui/color-input.js +5 -5
- package/dist/ui/combobox.d.ts +6 -1
- package/dist/ui/combobox.d.ts.map +1 -1
- package/dist/ui/combobox.js +1 -1
- package/dist/ui/container.d.ts.map +1 -1
- package/dist/ui/context-menu.js +1 -1
- package/dist/ui/data-table-body.d.ts +12 -0
- package/dist/ui/data-table-body.d.ts.map +1 -0
- package/dist/ui/data-table-body.js +219 -0
- package/dist/ui/data-table-bulk-actions.d.ts +19 -0
- package/dist/ui/data-table-bulk-actions.d.ts.map +1 -0
- package/dist/ui/data-table-bulk-actions.js +61 -0
- package/dist/ui/data-table-card.d.ts +9 -0
- package/dist/ui/data-table-card.d.ts.map +1 -0
- package/dist/ui/data-table-card.js +73 -0
- package/dist/ui/data-table-context.d.ts +62 -0
- package/dist/ui/data-table-context.d.ts.map +1 -0
- package/dist/ui/data-table-context.js +48 -0
- package/dist/ui/data-table-header.d.ts +10 -0
- package/dist/ui/data-table-header.d.ts.map +1 -0
- package/dist/ui/data-table-header.js +141 -0
- package/dist/ui/data-table-pagination.d.ts +13 -0
- package/dist/ui/data-table-pagination.d.ts.map +1 -0
- package/dist/ui/data-table-pagination.js +84 -0
- package/dist/ui/data-table.d.ts +11 -9
- package/dist/ui/data-table.d.ts.map +1 -1
- package/dist/ui/data-table.js +258 -573
- package/dist/ui/dialog.d.ts +6 -2
- package/dist/ui/dialog.d.ts.map +1 -1
- package/dist/ui/dialog.js +84 -82
- package/dist/ui/dropdown-menu.js +1 -1
- package/dist/ui/hover-card.d.ts +7 -0
- package/dist/ui/hover-card.d.ts.map +1 -1
- package/dist/ui/hover-card.js +3 -3
- package/dist/ui/icon-group.d.ts +2 -4
- package/dist/ui/icon-group.d.ts.map +1 -1
- package/dist/ui/icon-group.js +22 -23
- package/dist/ui/index.d.ts +1 -2
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +94 -99
- package/dist/ui/label.js +1 -1
- package/dist/ui/lib/bottom-sheet.d.ts +16 -0
- package/dist/ui/lib/bottom-sheet.d.ts.map +1 -0
- package/dist/ui/lib/date-utils.d.ts.map +1 -1
- package/dist/ui/lib/motion.d.ts.map +1 -1
- package/dist/ui/lib/utils.d.ts.map +1 -1
- package/dist/ui/menubar.d.ts.map +1 -1
- package/dist/ui/menubar.js +64 -73
- package/dist/ui/navigation-menu.d.ts.map +1 -1
- package/dist/ui/navigation-menu.js +40 -44
- package/dist/ui/number-input.d.ts.map +1 -1
- package/dist/ui/number-input.js +19 -17
- package/dist/ui/popover.d.ts.map +1 -1
- package/dist/ui/popover.js +107 -32
- package/dist/ui/progress-ring.d.ts.map +1 -1
- package/dist/ui/progress-ring.js +80 -80
- package/dist/ui/progress.js +4 -4
- package/dist/ui/radio.d.ts +5 -2
- package/dist/ui/radio.d.ts.map +1 -1
- package/dist/ui/radio.js +29 -20
- package/dist/ui/search-input.d.ts.map +1 -1
- package/dist/ui/search-input.js +13 -12
- package/dist/ui/segmented-control.d.ts +6 -108
- package/dist/ui/segmented-control.d.ts.map +1 -1
- package/dist/ui/segmented-control.js +86 -272
- package/dist/ui/select.d.ts +3 -1
- package/dist/ui/select.d.ts.map +1 -1
- package/dist/ui/select.js +83 -71
- package/dist/ui/separator.js +5 -5
- package/dist/ui/sheet.d.ts +2 -0
- package/dist/ui/sheet.d.ts.map +1 -1
- package/dist/ui/sheet.js +102 -84
- package/dist/ui/sidebar.d.ts.map +1 -1
- package/dist/ui/sidebar.js +200 -175
- package/dist/ui/skeleton.d.ts.map +1 -1
- package/dist/ui/slider.js +14 -14
- package/dist/ui/stack.d.ts.map +1 -1
- package/dist/ui/status-dot.js +8 -8
- package/dist/ui/stepper.d.ts.map +1 -1
- package/dist/ui/stepper.js +33 -31
- package/dist/ui/switch.js +3 -3
- package/dist/ui/table.d.ts.map +1 -1
- package/dist/ui/tabs.d.ts +7 -0
- package/dist/ui/tabs.d.ts.map +1 -1
- package/dist/ui/tabs.js +102 -76
- package/dist/ui/text.d.ts.map +1 -1
- package/dist/ui/toast-types.d.ts +0 -1
- package/dist/ui/toast-types.d.ts.map +1 -1
- package/dist/ui/toast-types.js +0 -1
- package/dist/ui/toast.d.ts.map +1 -1
- package/dist/ui/toast.js +156 -150
- package/dist/ui/toggle-group.js +1 -1
- package/dist/ui/toggle.js +1 -1
- package/dist/ui/tooltip.js +3 -3
- package/dist/ui/visually-hidden.d.ts.map +1 -1
- package/docs/components/ui/alert.md +3 -0
- package/docs/components/ui/badge.md +3 -0
- package/docs/components/ui/card.md +4 -0
- package/docs/components/ui/data-table-body.md +13 -0
- package/docs/components/ui/data-table-bulk-actions.md +13 -0
- package/docs/components/ui/data-table-card.md +13 -0
- package/docs/components/ui/data-table-context.md +13 -0
- package/docs/components/ui/data-table-header.md +13 -0
- package/docs/components/ui/data-table-pagination.md +13 -0
- package/docs/components/ui/select.md +4 -0
- package/docs/components/ui/tabs.md +4 -0
- package/llms-full.txt +97 -48
- package/llms.txt +46 -1
- package/package.json +37 -7
- package/dist/ui/chip.d.ts +0 -19
- package/dist/ui/chip.d.ts.map +0 -1
- package/dist/ui/chip.js +0 -14
- package/dist/ui/lib/use-ripple.d.ts +0 -14
- package/dist/ui/lib/use-ripple.d.ts.map +0 -1
package/dist/ui/select.js
CHANGED
|
@@ -1,17 +1,28 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as c, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import * as o from "react";
|
|
4
|
-
import {
|
|
5
|
-
import { IconChevronDown as
|
|
6
|
-
import { a as
|
|
7
|
-
import { cn as
|
|
8
|
-
import { tweens as
|
|
4
|
+
import { ao as n, ap as N, aq as m, ar as p, as as S, at as f, au as I, av as u, aw as b, ax as R, ay as z, az as g, aA as C, aB as j, aC as B } from "../_chunks/primitives.js";
|
|
5
|
+
import { IconChevronDown as h, IconChevronUp as V, IconCheck as T } from "@tabler/icons-react";
|
|
6
|
+
import { a as D } from "../_chunks/vendor-utils.js";
|
|
7
|
+
import { cn as t } from "./lib/utils.js";
|
|
8
|
+
import { tweens as U, springs as G } from "./lib/motion.js";
|
|
9
9
|
import { Icon as i } from "./icon.js";
|
|
10
|
-
import { m as
|
|
11
|
-
const
|
|
12
|
-
"flex w-full items-center justify-between whitespace-nowrap rounded-ds-md
|
|
10
|
+
import { m as L } from "../_chunks/framer.js";
|
|
11
|
+
const X = C, Y = B, Z = j, k = D(
|
|
12
|
+
"flex w-full items-center justify-between whitespace-nowrap rounded-ds-md placeholder:text-surface-fg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-action-disabled [&>span]:line-clamp-1",
|
|
13
13
|
{
|
|
14
14
|
variants: {
|
|
15
|
+
variant: {
|
|
16
|
+
default: "border border-surface-border-strong bg-surface-raised-hover focus-visible:border-accent-7",
|
|
17
|
+
outline: "border border-surface-border-strong bg-transparent focus-visible:border-accent-7",
|
|
18
|
+
ghost: "border border-transparent bg-transparent hover:bg-surface-raised-hover focus-visible:border-accent-7"
|
|
19
|
+
},
|
|
20
|
+
color: {
|
|
21
|
+
default: "",
|
|
22
|
+
error: "border-error-7 text-error-11 focus-visible:ring-error-9",
|
|
23
|
+
success: "border-success-7",
|
|
24
|
+
warning: "border-warning-7"
|
|
25
|
+
},
|
|
15
26
|
size: {
|
|
16
27
|
xs: "h-ds-xs-plus text-ds-sm px-ds-02",
|
|
17
28
|
sm: "h-ds-sm text-ds-sm px-ds-03",
|
|
@@ -19,128 +30,129 @@ const Q = R, W = C, X = z, G = V(
|
|
|
19
30
|
lg: "h-ds-lg text-ds-md px-ds-05"
|
|
20
31
|
}
|
|
21
32
|
},
|
|
22
|
-
defaultVariants: { size: "md" }
|
|
33
|
+
defaultVariants: { variant: "default", color: "default", size: "md" }
|
|
23
34
|
}
|
|
24
|
-
),
|
|
35
|
+
), q = o.forwardRef(({ className: s, children: r, variant: a, color: d, size: l, ...v }, w) => /* @__PURE__ */ c(
|
|
25
36
|
n,
|
|
26
37
|
{
|
|
27
|
-
ref:
|
|
28
|
-
className:
|
|
29
|
-
|
|
38
|
+
ref: w,
|
|
39
|
+
className: t(k({ variant: a, color: d, size: l }), s),
|
|
40
|
+
"aria-invalid": d === "error" || void 0,
|
|
41
|
+
...v,
|
|
30
42
|
children: [
|
|
31
|
-
|
|
32
|
-
/* @__PURE__ */ e(
|
|
43
|
+
r,
|
|
44
|
+
/* @__PURE__ */ e(N, { asChild: !0, children: /* @__PURE__ */ e(i, { icon: h, size: "sm", className: "opacity-50" }) })
|
|
33
45
|
]
|
|
34
46
|
}
|
|
35
47
|
));
|
|
36
|
-
|
|
37
|
-
const x = o.forwardRef(({ className:
|
|
48
|
+
q.displayName = n.displayName;
|
|
49
|
+
const x = o.forwardRef(({ className: s, ...r }, a) => /* @__PURE__ */ e(
|
|
38
50
|
m,
|
|
39
51
|
{
|
|
40
|
-
ref:
|
|
41
|
-
className:
|
|
52
|
+
ref: a,
|
|
53
|
+
className: t(
|
|
42
54
|
"flex cursor-default items-center justify-center py-ds-02",
|
|
43
|
-
|
|
55
|
+
s
|
|
44
56
|
),
|
|
45
|
-
...
|
|
46
|
-
children: /* @__PURE__ */ e(i, { icon:
|
|
57
|
+
...r,
|
|
58
|
+
children: /* @__PURE__ */ e(i, { icon: V, size: "sm" })
|
|
47
59
|
}
|
|
48
60
|
));
|
|
49
61
|
x.displayName = m.displayName;
|
|
50
|
-
const
|
|
62
|
+
const y = o.forwardRef(({ className: s, ...r }, a) => /* @__PURE__ */ e(
|
|
51
63
|
p,
|
|
52
64
|
{
|
|
53
|
-
ref:
|
|
54
|
-
className:
|
|
65
|
+
ref: a,
|
|
66
|
+
className: t(
|
|
55
67
|
"flex cursor-default items-center justify-center py-ds-02",
|
|
56
|
-
|
|
68
|
+
s
|
|
57
69
|
),
|
|
58
|
-
...
|
|
59
|
-
children: /* @__PURE__ */ e(i, { icon:
|
|
70
|
+
...r,
|
|
71
|
+
children: /* @__PURE__ */ e(i, { icon: h, size: "sm" })
|
|
60
72
|
}
|
|
61
73
|
));
|
|
62
|
-
|
|
63
|
-
const
|
|
74
|
+
y.displayName = p.displayName;
|
|
75
|
+
const A = o.forwardRef(({ className: s, children: r, position: a = "popper", ...d }, l) => /* @__PURE__ */ e(S, { children: /* @__PURE__ */ e(
|
|
64
76
|
f,
|
|
65
77
|
{
|
|
66
78
|
ref: l,
|
|
67
|
-
position:
|
|
79
|
+
position: a,
|
|
68
80
|
asChild: !0,
|
|
69
81
|
...d,
|
|
70
82
|
children: /* @__PURE__ */ c(
|
|
71
|
-
|
|
83
|
+
L.div,
|
|
72
84
|
{
|
|
73
85
|
initial: { opacity: 0, scale: 0.95 },
|
|
74
86
|
animate: { opacity: 1, scale: 1 },
|
|
75
|
-
transition: { ...
|
|
76
|
-
className:
|
|
87
|
+
transition: { ...G.snappy, opacity: U.fade },
|
|
88
|
+
className: t(
|
|
77
89
|
"relative z-popover max-h-96 min-w-[8rem] overflow-hidden rounded-ds-lg border border-surface-border-strong bg-surface-overlay text-surface-fg shadow-floating",
|
|
78
|
-
|
|
79
|
-
|
|
90
|
+
a === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
91
|
+
s
|
|
80
92
|
),
|
|
81
93
|
children: [
|
|
82
94
|
/* @__PURE__ */ e(x, {}),
|
|
83
95
|
/* @__PURE__ */ e(
|
|
84
|
-
|
|
96
|
+
I,
|
|
85
97
|
{
|
|
86
|
-
className:
|
|
98
|
+
className: t(
|
|
87
99
|
"p-ds-02",
|
|
88
|
-
|
|
100
|
+
a === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
|
|
89
101
|
),
|
|
90
|
-
children:
|
|
102
|
+
children: r
|
|
91
103
|
}
|
|
92
104
|
),
|
|
93
|
-
/* @__PURE__ */ e(
|
|
105
|
+
/* @__PURE__ */ e(y, {})
|
|
94
106
|
]
|
|
95
107
|
}
|
|
96
108
|
)
|
|
97
109
|
}
|
|
98
110
|
) }));
|
|
99
|
-
|
|
100
|
-
const
|
|
111
|
+
A.displayName = f.displayName;
|
|
112
|
+
const P = o.forwardRef(({ className: s, ...r }, a) => /* @__PURE__ */ e(
|
|
101
113
|
u,
|
|
102
114
|
{
|
|
103
|
-
ref:
|
|
104
|
-
className:
|
|
105
|
-
...
|
|
115
|
+
ref: a,
|
|
116
|
+
className: t("px-ds-03 py-ds-02b text-ds-md font-semibold", s),
|
|
117
|
+
...r
|
|
106
118
|
}
|
|
107
119
|
));
|
|
108
|
-
|
|
109
|
-
const
|
|
110
|
-
|
|
120
|
+
P.displayName = u.displayName;
|
|
121
|
+
const $ = o.forwardRef(({ className: s, children: r, ...a }, d) => /* @__PURE__ */ c(
|
|
122
|
+
b,
|
|
111
123
|
{
|
|
112
124
|
ref: d,
|
|
113
|
-
className:
|
|
125
|
+
className: t(
|
|
114
126
|
"relative flex w-full cursor-default select-none items-center rounded-ds-md py-ds-02b pl-ds-03 pr-ds-07 text-ds-md outline-none transition-colors duration-fast-01 ease-productive-standard hover:bg-surface-raised focus:bg-surface-raised focus:text-surface-fg data-[disabled]:pointer-events-none data-[disabled]:opacity-action-disabled",
|
|
115
|
-
|
|
127
|
+
s
|
|
116
128
|
),
|
|
117
|
-
...
|
|
129
|
+
...a,
|
|
118
130
|
children: [
|
|
119
|
-
/* @__PURE__ */ e("span", { className: "absolute right-ds-03 flex h-ico-sm w-ico-sm items-center justify-center", children: /* @__PURE__ */ e(
|
|
120
|
-
/* @__PURE__ */ e(
|
|
131
|
+
/* @__PURE__ */ e("span", { className: "absolute right-ds-03 flex h-ico-sm w-ico-sm items-center justify-center", children: /* @__PURE__ */ e(R, { children: /* @__PURE__ */ e(i, { icon: T, size: "sm" }) }) }),
|
|
132
|
+
/* @__PURE__ */ e(z, { children: r })
|
|
121
133
|
]
|
|
122
134
|
}
|
|
123
135
|
));
|
|
124
|
-
|
|
125
|
-
const
|
|
126
|
-
|
|
136
|
+
$.displayName = b.displayName;
|
|
137
|
+
const E = o.forwardRef(({ className: s, ...r }, a) => /* @__PURE__ */ e(
|
|
138
|
+
g,
|
|
127
139
|
{
|
|
128
|
-
ref:
|
|
129
|
-
className:
|
|
130
|
-
...
|
|
140
|
+
ref: a,
|
|
141
|
+
className: t("-mx-ds-01 my-ds-02 h-px bg-surface-border", s),
|
|
142
|
+
...r
|
|
131
143
|
}
|
|
132
144
|
));
|
|
133
|
-
|
|
145
|
+
E.displayName = g.displayName;
|
|
134
146
|
export {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
147
|
+
X as Select,
|
|
148
|
+
A as SelectContent,
|
|
149
|
+
Y as SelectGroup,
|
|
150
|
+
$ as SelectItem,
|
|
151
|
+
P as SelectLabel,
|
|
152
|
+
y as SelectScrollDownButton,
|
|
141
153
|
x as SelectScrollUpButton,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
154
|
+
E as SelectSeparator,
|
|
155
|
+
q as SelectTrigger,
|
|
156
|
+
Z as SelectValue,
|
|
157
|
+
k as selectTriggerVariants
|
|
146
158
|
};
|
package/dist/ui/separator.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as g } from "react/jsx-runtime";
|
|
3
|
-
import * as
|
|
4
|
-
import {
|
|
5
|
-
import { cn as
|
|
6
|
-
const l =
|
|
3
|
+
import * as i from "react";
|
|
4
|
+
import { ai as e } from "../_chunks/primitives.js";
|
|
5
|
+
import { cn as d } from "./lib/utils.js";
|
|
6
|
+
const l = i.forwardRef(
|
|
7
7
|
({ className: t, orientation: a = "horizontal", decorative: o = !0, variant: r = "default", ...n }, s) => /* @__PURE__ */ g(
|
|
8
8
|
e,
|
|
9
9
|
{
|
|
10
10
|
ref: s,
|
|
11
11
|
decorative: o,
|
|
12
12
|
orientation: a,
|
|
13
|
-
className:
|
|
13
|
+
className: d(
|
|
14
14
|
"shrink-0",
|
|
15
15
|
r === "gradient" ? "bg-transparent bg-[image:linear-gradient(90deg,transparent,var(--color-surface-border)_15%,var(--color-surface-border)_85%,transparent)]" : r === "gradient-left" ? "bg-transparent bg-[image:linear-gradient(90deg,transparent,var(--color-surface-border)_30%)]" : r === "gradient-right" ? "bg-transparent bg-[image:linear-gradient(90deg,var(--color-surface-border)_70%,transparent)]" : "bg-surface-border",
|
|
16
16
|
a === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]",
|
package/dist/ui/sheet.d.ts
CHANGED
|
@@ -93,6 +93,8 @@ declare const sheetVariants: (props?: ({
|
|
|
93
93
|
* // These are just a few ways — feel free to combine props creatively!
|
|
94
94
|
*/
|
|
95
95
|
export interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
96
|
+
/** When true (default), Sheet slides from bottom on mobile with swipe-to-dismiss. */
|
|
97
|
+
responsive?: boolean;
|
|
96
98
|
}
|
|
97
99
|
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
98
100
|
declare const SheetHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
package/dist/ui/sheet.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../src/ui/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,0BAA0B,CAAA;AAC1D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../src/ui/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,0BAA0B,CAAA;AAC1D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAajE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CA+B/E,CAAA;AAGD,QAAA,MAAM,YAAY,6GAAyB,CAAA;AAE3C,QAAA,MAAM,UAAU,2GAAuB,CAAA;AAEvC,QAAA,MAAM,WAAW,4CAAwB,CAAA;AAEzC,QAAA,MAAM,YAAY,6JAehB,CAAA;AAmBF,QAAA,MAAM,aAAa;;8EAelB,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAM,WAAW,iBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,EACnE,YAAY,CAAC,OAAO,aAAa,CAAC;IACpC,qFAAqF;IACrF,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,QAAA,MAAM,YAAY,0FAmEhB,CAAA;AAGF,QAAA,MAAM,WAAW,6GAWhB,CAAA;AAGD,QAAA,MAAM,WAAW,6GAWhB,CAAA;AAGD,QAAA,MAAM,UAAU,mKASd,CAAA;AAGF,QAAA,MAAM,gBAAgB,6KASpB,CAAA;AAGF,OAAO,EACL,KAAK,EACL,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,gBAAgB,GACjB,CAAA"}
|
package/dist/ui/sheet.js
CHANGED
|
@@ -1,53 +1,58 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as e, jsxs as b } from "react/jsx-runtime";
|
|
3
3
|
import * as r from "react";
|
|
4
|
-
import { a6 as
|
|
5
|
-
import { a as
|
|
6
|
-
import { IconX as
|
|
7
|
-
import { cn as
|
|
8
|
-
import { tweens as
|
|
9
|
-
import { Icon as
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
4
|
+
import { a5 as v, a6 as T, a7 as N, a8 as C, a9 as w, aa as S, ab as z, ac as A } from "../_chunks/primitives.js";
|
|
5
|
+
import { a as D } from "../_chunks/vendor-utils.js";
|
|
6
|
+
import { IconX as V } from "@tabler/icons-react";
|
|
7
|
+
import { cn as l } from "./lib/utils.js";
|
|
8
|
+
import { tweens as k, motionProps as R, springs as E } from "./lib/motion.js";
|
|
9
|
+
import { Icon as F } from "./icon.js";
|
|
10
|
+
import { useIsMobile as H } from "../hooks/use-mobile.js";
|
|
11
|
+
import { m as M, u as B, A as U } from "../_chunks/framer.js";
|
|
12
|
+
const j = r.createContext({ open: !1, onClose: () => {
|
|
13
|
+
} }), X = ({
|
|
14
|
+
open: t,
|
|
15
|
+
defaultOpen: o = !1,
|
|
16
|
+
onOpenChange: s,
|
|
17
|
+
children: m,
|
|
18
|
+
...u
|
|
17
19
|
}) => {
|
|
18
|
-
const [
|
|
19
|
-
(
|
|
20
|
-
|
|
20
|
+
const [i, p] = r.useState(o), a = t !== void 0, c = a ? t : i, d = r.useCallback(
|
|
21
|
+
(n) => {
|
|
22
|
+
a || p(n), s?.(n);
|
|
21
23
|
},
|
|
22
|
-
[
|
|
24
|
+
[a, s]
|
|
25
|
+
), h = r.useMemo(
|
|
26
|
+
() => ({ open: c, onClose: () => d(!1) }),
|
|
27
|
+
[c, d]
|
|
23
28
|
);
|
|
24
|
-
return /* @__PURE__ */
|
|
29
|
+
return /* @__PURE__ */ e(j.Provider, { value: h, children: /* @__PURE__ */ e(z, { open: c, onOpenChange: d, ...u, children: m }) });
|
|
25
30
|
};
|
|
26
|
-
|
|
27
|
-
const
|
|
28
|
-
|
|
31
|
+
X.displayName = "Sheet";
|
|
32
|
+
const ie = A, ne = C, _ = T, O = r.forwardRef(({ className: t, ...o }, s) => /* @__PURE__ */ e(v, { forceMount: !0, asChild: !0, children: /* @__PURE__ */ e(
|
|
33
|
+
M.div,
|
|
29
34
|
{
|
|
30
|
-
ref:
|
|
31
|
-
className:
|
|
35
|
+
ref: s,
|
|
36
|
+
className: l("fixed inset-0 z-modal bg-overlay", t),
|
|
32
37
|
initial: { opacity: 0 },
|
|
33
38
|
animate: { opacity: 1 },
|
|
34
39
|
exit: { opacity: 0 },
|
|
35
|
-
transition:
|
|
36
|
-
...
|
|
40
|
+
transition: k.fade,
|
|
41
|
+
...R(o)
|
|
37
42
|
}
|
|
38
43
|
) }));
|
|
39
|
-
|
|
40
|
-
const
|
|
44
|
+
O.displayName = v.displayName;
|
|
45
|
+
const y = {
|
|
41
46
|
top: { y: "-100%" },
|
|
42
47
|
bottom: { y: "100%" },
|
|
43
48
|
left: { x: "-100%" },
|
|
44
49
|
right: { x: "100%" }
|
|
45
|
-
},
|
|
50
|
+
}, q = {
|
|
46
51
|
top: { y: 0 },
|
|
47
52
|
bottom: { y: 0 },
|
|
48
53
|
left: { x: 0 },
|
|
49
54
|
right: { x: 0 }
|
|
50
|
-
},
|
|
55
|
+
}, G = D(
|
|
51
56
|
"fixed z-modal gap-ds-05 bg-surface-overlay p-ds-06 shadow-overlay",
|
|
52
57
|
{
|
|
53
58
|
variants: {
|
|
@@ -62,87 +67,100 @@ const p = {
|
|
|
62
67
|
side: "right"
|
|
63
68
|
}
|
|
64
69
|
}
|
|
65
|
-
),
|
|
66
|
-
const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
70
|
+
), J = r.forwardRef(({ side: t = "right", responsive: o, className: s, children: m, ...u }, i) => {
|
|
71
|
+
const p = H(), a = o !== !1 && p, c = B(), { open: d, onClose: h } = r.useContext(j), n = a ? "bottom" : t ?? "right", g = r.useRef(null), P = r.useCallback(
|
|
72
|
+
(f) => {
|
|
73
|
+
g.current = f, typeof i == "function" ? i(f) : i && (i.current = f);
|
|
74
|
+
},
|
|
75
|
+
[i]
|
|
76
|
+
);
|
|
77
|
+
return /* @__PURE__ */ e(U, { children: d && /* @__PURE__ */ b(_, { forceMount: !0, children: [
|
|
78
|
+
/* @__PURE__ */ e(O, {}),
|
|
79
|
+
/* @__PURE__ */ e(N, { forceMount: !0, asChild: !0, children: /* @__PURE__ */ b(
|
|
80
|
+
M.div,
|
|
71
81
|
{
|
|
72
|
-
ref:
|
|
73
|
-
className:
|
|
74
|
-
initial:
|
|
75
|
-
animate:
|
|
76
|
-
exit:
|
|
77
|
-
transition:
|
|
78
|
-
|
|
82
|
+
ref: P,
|
|
83
|
+
className: l(G({ side: n }), s),
|
|
84
|
+
initial: y[n],
|
|
85
|
+
animate: q[n],
|
|
86
|
+
exit: y[n],
|
|
87
|
+
transition: E.smooth,
|
|
88
|
+
drag: a && !c ? "y" : !1,
|
|
89
|
+
dragConstraints: { top: 0 },
|
|
90
|
+
dragElastic: 0.2,
|
|
91
|
+
onDragEnd: a ? (f, x) => {
|
|
92
|
+
const I = g.current?.getBoundingClientRect().height ?? 300;
|
|
93
|
+
(x.offset.y > I * 0.3 || x.velocity.y > 500) && h();
|
|
94
|
+
} : void 0,
|
|
95
|
+
...R(u),
|
|
79
96
|
children: [
|
|
80
|
-
/* @__PURE__ */
|
|
81
|
-
|
|
82
|
-
/* @__PURE__ */
|
|
97
|
+
a && /* @__PURE__ */ e("div", { className: "flex justify-center pt-ds-03 pb-ds-02", children: /* @__PURE__ */ e("div", { className: "h-1 w-8 rounded-ds-full bg-surface-border" }) }),
|
|
98
|
+
/* @__PURE__ */ b(C, { title: "Close", className: "absolute right-ds-05 top-ds-05 min-h-ds-xs min-w-ds-xs flex items-center justify-center rounded-ds-sm text-surface-fg-subtle transition-colors ease-productive-standard hover:text-surface-fg-muted hover:bg-surface-raised-hover active:scale-90 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9 disabled:pointer-events-none", children: [
|
|
99
|
+
/* @__PURE__ */ e(F, { icon: V, size: "sm" }),
|
|
100
|
+
/* @__PURE__ */ e("span", { className: "sr-only", children: "Close" })
|
|
83
101
|
] }),
|
|
84
|
-
|
|
102
|
+
m
|
|
85
103
|
]
|
|
86
104
|
}
|
|
87
105
|
) })
|
|
88
106
|
] }) });
|
|
89
107
|
});
|
|
90
|
-
|
|
91
|
-
const
|
|
92
|
-
({ className:
|
|
108
|
+
J.displayName = N.displayName;
|
|
109
|
+
const K = r.forwardRef(
|
|
110
|
+
({ className: t, ...o }, s) => /* @__PURE__ */ e(
|
|
93
111
|
"div",
|
|
94
112
|
{
|
|
95
|
-
ref:
|
|
96
|
-
className:
|
|
113
|
+
ref: s,
|
|
114
|
+
className: l(
|
|
97
115
|
"flex flex-col space-y-ds-03 text-center sm:text-left",
|
|
98
|
-
|
|
116
|
+
t
|
|
99
117
|
),
|
|
100
|
-
...
|
|
118
|
+
...o
|
|
101
119
|
}
|
|
102
120
|
)
|
|
103
121
|
);
|
|
104
|
-
|
|
105
|
-
const
|
|
106
|
-
({ className:
|
|
122
|
+
K.displayName = "SheetHeader";
|
|
123
|
+
const L = r.forwardRef(
|
|
124
|
+
({ className: t, ...o }, s) => /* @__PURE__ */ e(
|
|
107
125
|
"div",
|
|
108
126
|
{
|
|
109
|
-
ref:
|
|
110
|
-
className:
|
|
127
|
+
ref: s,
|
|
128
|
+
className: l(
|
|
111
129
|
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-ds-03",
|
|
112
|
-
|
|
130
|
+
t
|
|
113
131
|
),
|
|
114
|
-
...
|
|
132
|
+
...o
|
|
115
133
|
}
|
|
116
134
|
)
|
|
117
135
|
);
|
|
118
|
-
|
|
119
|
-
const
|
|
120
|
-
|
|
136
|
+
L.displayName = "SheetFooter";
|
|
137
|
+
const Q = r.forwardRef(({ className: t, ...o }, s) => /* @__PURE__ */ e(
|
|
138
|
+
w,
|
|
121
139
|
{
|
|
122
|
-
ref:
|
|
123
|
-
className:
|
|
124
|
-
...
|
|
140
|
+
ref: s,
|
|
141
|
+
className: l("text-ds-lg font-semibold text-surface-fg", t),
|
|
142
|
+
...o
|
|
125
143
|
}
|
|
126
144
|
));
|
|
127
|
-
|
|
128
|
-
const
|
|
129
|
-
|
|
145
|
+
Q.displayName = w.displayName;
|
|
146
|
+
const W = r.forwardRef(({ className: t, ...o }, s) => /* @__PURE__ */ e(
|
|
147
|
+
S,
|
|
130
148
|
{
|
|
131
|
-
ref:
|
|
132
|
-
className:
|
|
133
|
-
...
|
|
149
|
+
ref: s,
|
|
150
|
+
className: l("text-ds-md text-surface-fg-muted", t),
|
|
151
|
+
...o
|
|
134
152
|
}
|
|
135
153
|
));
|
|
136
|
-
|
|
154
|
+
W.displayName = S.displayName;
|
|
137
155
|
export {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
156
|
+
X as Sheet,
|
|
157
|
+
ne as SheetClose,
|
|
158
|
+
J as SheetContent,
|
|
159
|
+
W as SheetDescription,
|
|
160
|
+
L as SheetFooter,
|
|
161
|
+
K as SheetHeader,
|
|
162
|
+
O as SheetOverlay,
|
|
163
|
+
_ as SheetPortal,
|
|
164
|
+
Q as SheetTitle,
|
|
165
|
+
ie as SheetTrigger
|
|
148
166
|
};
|
package/dist/ui/sidebar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/ui/sidebar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAA;AAa5D,OAAO,EAEL,cAAc,EAGf,MAAM,WAAW,CAAA;AAClB,OAAO,EACL,cAAc,
|
|
1
|
+
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/ui/sidebar.tsx"],"names":[],"mappings":"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"}
|