@devalok/shilp-sutra 0.55.0 → 0.56.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/BREAKING.json +13 -0
- package/MIGRATION.md +56 -0
- package/README.md +16 -1
- package/dist/_chunks/badge-group.js +45 -45
- package/dist/_chunks/emoji-suggestion.js +32 -30
- package/dist/_chunks/emoji-suggestion.js.map +1 -1
- package/dist/_chunks/mention-suggestion.js +35 -34
- package/dist/_chunks/mention-suggestion.js.map +1 -1
- package/dist/_chunks/primitives-internal.js +437 -537
- package/dist/_chunks/primitives-internal.js.map +1 -1
- package/dist/composed/content-card.js +18 -18
- package/dist/composed/extensions/emoji-node.js +8 -7
- package/dist/composed/extensions/emoji-node.js.map +1 -1
- package/dist/composed/rich-chat-input.js +535 -526
- package/dist/composed/rich-chat-input.js.map +1 -1
- package/dist/composed/rich-text-editor.js +201 -193
- package/dist/composed/rich-text-editor.js.map +1 -1
- package/dist/tokens/primitives.css +6 -1
- package/dist/tokens/semantic.css +1 -1
- package/dist/ui/alert.js +29 -29
- package/dist/ui/avatar.js +42 -42
- package/dist/ui/banner.js +25 -25
- package/dist/ui/button.js +31 -31
- package/dist/ui/button.js.map +1 -1
- package/dist/ui/card.js +39 -39
- package/dist/ui/checkbox.d.ts.map +1 -1
- package/dist/ui/checkbox.js +1 -0
- package/dist/ui/checkbox.js.map +1 -1
- package/dist/ui/combobox.js +135 -135
- package/dist/ui/combobox.js.map +1 -1
- package/dist/ui/dot.js +13 -13
- package/dist/ui/input.js +25 -25
- package/dist/ui/lib/utils.js +2 -1
- package/dist/ui/lib/utils.js.map +1 -1
- package/dist/ui/number-input.js +36 -36
- package/dist/ui/progress.js +55 -55
- package/dist/ui/select.js +58 -58
- package/dist/ui/sheet.js +46 -46
- package/dist/ui/sidebar.js +128 -128
- package/dist/ui/sidebar.js.map +1 -1
- package/dist/ui/skeleton.js +39 -39
- package/dist/ui/slider.d.ts.map +1 -1
- package/dist/ui/slider.js +18 -17
- package/dist/ui/slider.js.map +1 -1
- package/dist/ui/surface.js +9 -9
- package/dist/ui/switch.d.ts.map +1 -1
- package/dist/ui/switch.js +1 -0
- package/dist/ui/switch.js.map +1 -1
- package/dist/ui/tabs.js +47 -47
- package/dist/ui/text.js +8 -8
- package/dist/ui/textarea.js +12 -12
- package/dist/ui/toggle.js +12 -12
- package/docs/recipes/install-astro.md +2 -2
- package/docs/recipes/install-next-app-router.md +2 -2
- package/docs/recipes/install-remix.md +2 -2
- package/docs/recipes/install-tanstack-start.md +2 -2
- package/docs/recipes/install-vite.md +2 -2
- package/docs/recipes/troubleshoot.md +26 -5
- package/llms.txt +1 -1
- package/mcp-manifest.json +24 -3
- package/package.json +39 -11
- package/skill/SKILL.md +1 -1
- package/skill/references/components.md +1 -1
- package/skill/references/setup-astro.md +2 -2
- package/skill/references/setup-next-app-router.md +2 -2
- package/skill/references/setup-remix.md +2 -2
- package/skill/references/setup-tanstack-start.md +2 -2
- package/skill/references/setup-vite.md +2 -2
- package/skill/references/troubleshoot.md +26 -5
- package/dist/_chunks/tiptap.js +0 -18809
- package/dist/_chunks/tiptap.js.map +0 -1
- package/dist/_chunks/vendor-utils.js +0 -1766
- package/dist/_chunks/vendor-utils.js.map +0 -1
- package/scripts/welcome.mjs +0 -312
package/dist/ui/select.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { springs as e, tweens as t } from "./lib/motion.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
3
|
+
import { cn as n } from "./lib/utils.js";
|
|
4
|
+
import { Icon as r } from "./icon.js";
|
|
5
|
+
import { useFormField as i } from "./form.js";
|
|
6
|
+
import { resolveFieldState as a } from "../_chunks/field-state.js";
|
|
7
|
+
import { Content2 as o, Group as s, Icon as c, Item as l, ItemIndicator as u, ItemText as d, Label as f, Portal as p, Root2 as m, ScrollDownButton as h, ScrollUpButton as g, Separator as _, Trigger as v, Value as y, Viewport as b } from "../_chunks/primitives/react-select.js";
|
|
8
|
+
import * as x from "react";
|
|
9
|
+
import { jsx as S, jsxs as C } from "react/jsx-runtime";
|
|
10
|
+
import { IconCheck as w, IconChevronDown as T, IconChevronUp as E } from "@tabler/icons-react";
|
|
11
|
+
import { motion as D } from "framer-motion";
|
|
12
|
+
import { cva as O } from "class-variance-authority";
|
|
13
13
|
//#region src/ui/select.tsx
|
|
14
|
-
var k =
|
|
14
|
+
var k = m, A = s, j = y, M = O("flex w-full items-center justify-between whitespace-nowrap rounded-control placeholder:text-surface-fg-subtle focus-visible:outline-hidden 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 [&>span]:min-w-0", {
|
|
15
15
|
variants: {
|
|
16
16
|
variant: {
|
|
17
17
|
default: "border border-surface-border-strong bg-surface-raised-hover focus-visible:border-accent-7",
|
|
@@ -36,57 +36,57 @@ var k = h, A = c, j = b, M = n("flex w-full items-center justify-between whitesp
|
|
|
36
36
|
state: "default",
|
|
37
37
|
size: "md"
|
|
38
38
|
}
|
|
39
|
-
}), N =
|
|
40
|
-
let f =
|
|
41
|
-
return /* @__PURE__ */
|
|
39
|
+
}), N = x.forwardRef(({ className: e, children: t, variant: o, state: s, size: l, ...u }, d) => {
|
|
40
|
+
let f = i(), p = a(s ?? void 0, f.state), m = u["aria-describedby"] ?? f.helperTextId, h = u["aria-required"] ?? f.required;
|
|
41
|
+
return /* @__PURE__ */ C(v, {
|
|
42
42
|
ref: d,
|
|
43
|
-
className:
|
|
44
|
-
variant:
|
|
43
|
+
className: n(M({
|
|
44
|
+
variant: o,
|
|
45
45
|
state: p ?? "default",
|
|
46
|
-
size:
|
|
46
|
+
size: l
|
|
47
47
|
}), e),
|
|
48
48
|
"aria-invalid": p === "error" || void 0,
|
|
49
49
|
"aria-describedby": m,
|
|
50
50
|
"aria-required": h || void 0,
|
|
51
51
|
...u,
|
|
52
52
|
id: u.id ?? f.inputId,
|
|
53
|
-
children: [t, /* @__PURE__ */
|
|
53
|
+
children: [t, /* @__PURE__ */ S(c, {
|
|
54
54
|
asChild: !0,
|
|
55
|
-
children: /* @__PURE__ */
|
|
56
|
-
icon:
|
|
55
|
+
children: /* @__PURE__ */ S(r, {
|
|
56
|
+
icon: T,
|
|
57
57
|
size: "sm",
|
|
58
58
|
className: "opacity-50"
|
|
59
59
|
})
|
|
60
60
|
})]
|
|
61
61
|
});
|
|
62
62
|
});
|
|
63
|
-
N.displayName =
|
|
64
|
-
var P =
|
|
65
|
-
ref:
|
|
66
|
-
className:
|
|
63
|
+
N.displayName = v.displayName;
|
|
64
|
+
var P = x.forwardRef(({ className: e, ...t }, i) => /* @__PURE__ */ S(g, {
|
|
65
|
+
ref: i,
|
|
66
|
+
className: n("flex cursor-default items-center justify-center py-ds-02", e),
|
|
67
67
|
...t,
|
|
68
|
-
children: /* @__PURE__ */
|
|
69
|
-
icon:
|
|
68
|
+
children: /* @__PURE__ */ S(r, {
|
|
69
|
+
icon: E,
|
|
70
70
|
size: "sm"
|
|
71
71
|
})
|
|
72
72
|
}));
|
|
73
|
-
P.displayName =
|
|
74
|
-
var F =
|
|
75
|
-
ref:
|
|
76
|
-
className:
|
|
73
|
+
P.displayName = g.displayName;
|
|
74
|
+
var F = x.forwardRef(({ className: e, ...t }, i) => /* @__PURE__ */ S(h, {
|
|
75
|
+
ref: i,
|
|
76
|
+
className: n("flex cursor-default items-center justify-center py-ds-02", e),
|
|
77
77
|
...t,
|
|
78
|
-
children: /* @__PURE__ */
|
|
79
|
-
icon:
|
|
78
|
+
children: /* @__PURE__ */ S(r, {
|
|
79
|
+
icon: T,
|
|
80
80
|
size: "sm"
|
|
81
81
|
})
|
|
82
82
|
}));
|
|
83
|
-
F.displayName =
|
|
84
|
-
var I =
|
|
83
|
+
F.displayName = h.displayName;
|
|
84
|
+
var I = x.forwardRef(({ className: r, children: i, position: a = "popper", ...s }, c) => /* @__PURE__ */ S(p, { children: /* @__PURE__ */ S(o, {
|
|
85
85
|
ref: c,
|
|
86
86
|
position: a,
|
|
87
87
|
asChild: !0,
|
|
88
|
-
...
|
|
89
|
-
children: /* @__PURE__ */
|
|
88
|
+
...s,
|
|
89
|
+
children: /* @__PURE__ */ C(D.div, {
|
|
90
90
|
initial: {
|
|
91
91
|
opacity: 0,
|
|
92
92
|
scale: .95
|
|
@@ -99,45 +99,45 @@ var I = S.forwardRef(({ className: n, children: i, position: a = "popper", ...o
|
|
|
99
99
|
...e.snappy,
|
|
100
100
|
opacity: t.fade
|
|
101
101
|
},
|
|
102
|
-
className:
|
|
102
|
+
className: n("relative z-popover max-h-96 min-w-[8rem] overflow-hidden rounded-overlay bg-surface-overlay text-surface-fg shadow-floating", 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", r),
|
|
103
103
|
children: [
|
|
104
|
-
/* @__PURE__ */
|
|
105
|
-
/* @__PURE__ */
|
|
106
|
-
className:
|
|
104
|
+
/* @__PURE__ */ S(P, {}),
|
|
105
|
+
/* @__PURE__ */ S(b, {
|
|
106
|
+
className: n("p-ds-02", a === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),
|
|
107
107
|
children: i
|
|
108
108
|
}),
|
|
109
|
-
/* @__PURE__ */
|
|
109
|
+
/* @__PURE__ */ S(F, {})
|
|
110
110
|
]
|
|
111
111
|
})
|
|
112
112
|
}) }));
|
|
113
|
-
I.displayName =
|
|
114
|
-
var L =
|
|
115
|
-
ref:
|
|
116
|
-
className:
|
|
113
|
+
I.displayName = o.displayName;
|
|
114
|
+
var L = x.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ S(f, {
|
|
115
|
+
ref: r,
|
|
116
|
+
className: n("px-ds-03 py-ds-02b text-body-md font-semibold", e),
|
|
117
117
|
...t
|
|
118
118
|
}));
|
|
119
|
-
L.displayName =
|
|
120
|
-
var R =
|
|
119
|
+
L.displayName = f.displayName;
|
|
120
|
+
var R = x.forwardRef(({ className: e, children: t, ...i }, a) => /* @__PURE__ */ C(l, {
|
|
121
121
|
ref: a,
|
|
122
|
-
className:
|
|
123
|
-
...
|
|
124
|
-
children: [/* @__PURE__ */
|
|
122
|
+
className: n("relative flex w-full cursor-default select-none items-center rounded-control py-ds-02b pl-ds-03 pr-ds-07 text-body-md outline-hidden 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", e),
|
|
123
|
+
...i,
|
|
124
|
+
children: [/* @__PURE__ */ S("span", {
|
|
125
125
|
className: "absolute right-ds-03 flex h-ico-sm w-ico-sm items-center justify-center",
|
|
126
|
-
children: /* @__PURE__ */
|
|
127
|
-
icon:
|
|
126
|
+
children: /* @__PURE__ */ S(u, { children: /* @__PURE__ */ S(r, {
|
|
127
|
+
icon: w,
|
|
128
128
|
size: "sm"
|
|
129
129
|
}) })
|
|
130
|
-
}), /* @__PURE__ */
|
|
130
|
+
}), /* @__PURE__ */ S(d, {
|
|
131
131
|
className: "min-w-0 line-clamp-1",
|
|
132
132
|
children: t
|
|
133
133
|
})]
|
|
134
134
|
}));
|
|
135
|
-
R.displayName =
|
|
136
|
-
var z =
|
|
137
|
-
ref:
|
|
138
|
-
className:
|
|
135
|
+
R.displayName = l.displayName;
|
|
136
|
+
var z = x.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ S(_, {
|
|
137
|
+
ref: r,
|
|
138
|
+
className: n("-mx-ds-01 my-ds-02 h-px bg-surface-border", e),
|
|
139
139
|
...t
|
|
140
140
|
}));
|
|
141
|
-
z.displayName =
|
|
141
|
+
z.displayName = _.displayName;
|
|
142
142
|
//#endregion
|
|
143
143
|
export { k as Select, I as SelectContent, A as SelectGroup, R as SelectItem, L as SelectLabel, F as SelectScrollDownButton, P as SelectScrollUpButton, z as SelectSeparator, N as SelectTrigger, j as SelectValue, M as selectTriggerVariants };
|
package/dist/ui/sheet.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { motionProps as e, springs as t, tweens as n } from "./lib/motion.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
3
|
+
import { cn as r } from "./lib/utils.js";
|
|
4
|
+
import { Icon as i } from "./icon.js";
|
|
5
|
+
import { Close as a, Content as o, Description as s, Overlay as c, Portal as l, Root as u, Title as d, Trigger as f } from "../_chunks/primitives/react-alert-dialog.js";
|
|
6
|
+
import { useIsMobile as p } from "../hooks/use-mobile.js";
|
|
7
|
+
import { useControllableOpen as m } from "../_chunks/use-controllable-open.js";
|
|
8
|
+
import * as h from "react";
|
|
9
|
+
import { jsx as g, jsxs as _ } from "react/jsx-runtime";
|
|
10
|
+
import { IconX as v } from "@tabler/icons-react";
|
|
11
|
+
import { AnimatePresence as y, motion as b, useReducedMotion as x } from "framer-motion";
|
|
12
|
+
import { cva as S } from "class-variance-authority";
|
|
13
13
|
//#region src/ui/sheet.tsx
|
|
14
|
-
var C =
|
|
14
|
+
var C = h.createContext({
|
|
15
15
|
open: !1,
|
|
16
16
|
onClose: () => {}
|
|
17
17
|
}), w = ({ open: e, defaultOpen: t = !1, onOpenChange: n, children: r, ...i }) => {
|
|
18
|
-
let { open: a, setOpen: o, close: s } =
|
|
18
|
+
let { open: a, setOpen: o, close: s } = m({
|
|
19
19
|
open: e,
|
|
20
20
|
defaultOpen: t,
|
|
21
21
|
onOpenChange: n
|
|
22
|
-
}), c =
|
|
22
|
+
}), c = h.useMemo(() => ({
|
|
23
23
|
open: a,
|
|
24
24
|
onClose: s
|
|
25
25
|
}), [a, s]);
|
|
26
|
-
return /* @__PURE__ */
|
|
26
|
+
return /* @__PURE__ */ g(C.Provider, {
|
|
27
27
|
value: c,
|
|
28
|
-
children: /* @__PURE__ */
|
|
28
|
+
children: /* @__PURE__ */ g(u, {
|
|
29
29
|
open: a,
|
|
30
30
|
onOpenChange: o,
|
|
31
31
|
...i,
|
|
@@ -34,20 +34,20 @@ var C = g.createContext({
|
|
|
34
34
|
});
|
|
35
35
|
};
|
|
36
36
|
w.displayName = "Sheet";
|
|
37
|
-
var T =
|
|
37
|
+
var T = f, E = a, D = l, O = h.forwardRef(({ className: t, ...i }, a) => /* @__PURE__ */ g(c, {
|
|
38
38
|
forceMount: !0,
|
|
39
39
|
asChild: !0,
|
|
40
|
-
children: /* @__PURE__ */
|
|
40
|
+
children: /* @__PURE__ */ g(b.div, {
|
|
41
41
|
ref: a,
|
|
42
|
-
className:
|
|
42
|
+
className: r("fixed inset-0 z-modal bg-overlay", t),
|
|
43
43
|
initial: { opacity: 0 },
|
|
44
44
|
animate: { opacity: 1 },
|
|
45
45
|
exit: { opacity: 0 },
|
|
46
46
|
transition: n.fade,
|
|
47
|
-
...e(
|
|
47
|
+
...e(i)
|
|
48
48
|
})
|
|
49
49
|
}));
|
|
50
|
-
O.displayName =
|
|
50
|
+
O.displayName = c.displayName;
|
|
51
51
|
var k = {
|
|
52
52
|
top: { y: "-100%" },
|
|
53
53
|
bottom: { y: "100%" },
|
|
@@ -58,7 +58,7 @@ var k = {
|
|
|
58
58
|
bottom: { y: 0 },
|
|
59
59
|
left: { x: 0 },
|
|
60
60
|
right: { x: 0 }
|
|
61
|
-
}, j =
|
|
61
|
+
}, j = S("fixed z-modal gap-ds-05 bg-surface-overlay p-ds-06 shadow-overlay", {
|
|
62
62
|
variants: { side: {
|
|
63
63
|
top: "inset-x-0 top-0 border-b border-surface-border-strong",
|
|
64
64
|
bottom: "inset-x-0 bottom-0 border-t border-surface-border-strong",
|
|
@@ -66,42 +66,42 @@ var k = {
|
|
|
66
66
|
right: "inset-y-0 right-0 h-full w-3/4 border-l border-surface-border-strong sm:max-w-sm"
|
|
67
67
|
} },
|
|
68
68
|
defaultVariants: { side: "right" }
|
|
69
|
-
}), M =
|
|
70
|
-
let f =
|
|
69
|
+
}), M = h.forwardRef(({ side: n = "right", responsive: s, className: c, children: l, ...u }, d) => {
|
|
70
|
+
let f = p(), m = s !== !1 && f, S = x(), { open: w, onClose: T } = h.useContext(C), E = m ? "bottom" : n ?? "right", M = h.useRef(null), N = h.useCallback((e) => {
|
|
71
71
|
M.current = e, typeof d == "function" ? d(e) : d && (d.current = e);
|
|
72
72
|
}, [d]);
|
|
73
|
-
return /* @__PURE__ */
|
|
73
|
+
return /* @__PURE__ */ g(y, { children: w && /* @__PURE__ */ _(D, {
|
|
74
74
|
forceMount: !0,
|
|
75
|
-
children: [/* @__PURE__ */
|
|
75
|
+
children: [/* @__PURE__ */ g(O, {}), /* @__PURE__ */ g(o, {
|
|
76
76
|
forceMount: !0,
|
|
77
77
|
asChild: !0,
|
|
78
|
-
children: /* @__PURE__ */
|
|
78
|
+
children: /* @__PURE__ */ _(b.div, {
|
|
79
79
|
ref: N,
|
|
80
|
-
className:
|
|
80
|
+
className: r(j({ side: E }), c),
|
|
81
81
|
initial: k[E],
|
|
82
82
|
animate: A[E],
|
|
83
83
|
exit: k[E],
|
|
84
84
|
transition: t.smooth,
|
|
85
|
-
drag:
|
|
85
|
+
drag: m && !S ? "y" : !1,
|
|
86
86
|
dragConstraints: { top: 0 },
|
|
87
87
|
dragElastic: .2,
|
|
88
|
-
onDragEnd:
|
|
88
|
+
onDragEnd: m ? (e, t) => {
|
|
89
89
|
let n = M.current?.getBoundingClientRect().height ?? 300;
|
|
90
90
|
(t.offset.y > n * .3 || t.velocity.y > 500) && T();
|
|
91
91
|
} : void 0,
|
|
92
92
|
...e(u),
|
|
93
93
|
children: [
|
|
94
|
-
|
|
94
|
+
m && /* @__PURE__ */ g("div", {
|
|
95
95
|
className: "flex justify-center pt-ds-03 pb-ds-02",
|
|
96
|
-
children: /* @__PURE__ */
|
|
96
|
+
children: /* @__PURE__ */ g("div", { className: "h-1 w-8 rounded-pill bg-surface-border" })
|
|
97
97
|
}),
|
|
98
|
-
/* @__PURE__ */
|
|
98
|
+
/* @__PURE__ */ _(a, {
|
|
99
99
|
title: "Close",
|
|
100
100
|
className: "absolute right-ds-05 top-ds-05 min-h-ds-xs min-w-ds-xs flex items-center justify-center rounded-control-inner 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-hidden focus-visible:ring-2 focus-visible:ring-accent-9 disabled:pointer-events-none",
|
|
101
|
-
children: [/* @__PURE__ */
|
|
102
|
-
icon:
|
|
101
|
+
children: [/* @__PURE__ */ g(i, {
|
|
102
|
+
icon: v,
|
|
103
103
|
size: "sm"
|
|
104
|
-
}), /* @__PURE__ */
|
|
104
|
+
}), /* @__PURE__ */ g("span", {
|
|
105
105
|
className: "sr-only",
|
|
106
106
|
children: "Close"
|
|
107
107
|
})]
|
|
@@ -112,30 +112,30 @@ var k = {
|
|
|
112
112
|
})]
|
|
113
113
|
}) });
|
|
114
114
|
});
|
|
115
|
-
M.displayName =
|
|
116
|
-
var N =
|
|
115
|
+
M.displayName = o.displayName;
|
|
116
|
+
var N = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g("div", {
|
|
117
117
|
ref: n,
|
|
118
|
-
className:
|
|
118
|
+
className: r("flex flex-col space-y-ds-03 text-center sm:text-left", e),
|
|
119
119
|
...t
|
|
120
120
|
}));
|
|
121
121
|
N.displayName = "SheetHeader";
|
|
122
|
-
var P =
|
|
122
|
+
var P = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g("div", {
|
|
123
123
|
ref: n,
|
|
124
|
-
className:
|
|
124
|
+
className: r("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-ds-03", e),
|
|
125
125
|
...t
|
|
126
126
|
}));
|
|
127
127
|
P.displayName = "SheetFooter";
|
|
128
|
-
var F =
|
|
128
|
+
var F = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(d, {
|
|
129
129
|
ref: n,
|
|
130
|
-
className:
|
|
130
|
+
className: r("text-heading-xs font-semibold text-surface-fg", e),
|
|
131
131
|
...t
|
|
132
132
|
}));
|
|
133
|
-
F.displayName =
|
|
134
|
-
var I =
|
|
133
|
+
F.displayName = d.displayName;
|
|
134
|
+
var I = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(s, {
|
|
135
135
|
ref: n,
|
|
136
|
-
className:
|
|
136
|
+
className: r("text-body-md text-surface-fg-muted", e),
|
|
137
137
|
...t
|
|
138
138
|
}));
|
|
139
|
-
I.displayName =
|
|
139
|
+
I.displayName = s.displayName;
|
|
140
140
|
//#endregion
|
|
141
141
|
export { w as Sheet, E as SheetClose, M as SheetContent, I as SheetDescription, P as SheetFooter, N as SheetHeader, O as SheetOverlay, D as SheetPortal, F as SheetTitle, T as SheetTrigger };
|