@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.
Files changed (74) hide show
  1. package/BREAKING.json +13 -0
  2. package/MIGRATION.md +56 -0
  3. package/README.md +16 -1
  4. package/dist/_chunks/badge-group.js +45 -45
  5. package/dist/_chunks/emoji-suggestion.js +32 -30
  6. package/dist/_chunks/emoji-suggestion.js.map +1 -1
  7. package/dist/_chunks/mention-suggestion.js +35 -34
  8. package/dist/_chunks/mention-suggestion.js.map +1 -1
  9. package/dist/_chunks/primitives-internal.js +437 -537
  10. package/dist/_chunks/primitives-internal.js.map +1 -1
  11. package/dist/composed/content-card.js +18 -18
  12. package/dist/composed/extensions/emoji-node.js +8 -7
  13. package/dist/composed/extensions/emoji-node.js.map +1 -1
  14. package/dist/composed/rich-chat-input.js +535 -526
  15. package/dist/composed/rich-chat-input.js.map +1 -1
  16. package/dist/composed/rich-text-editor.js +201 -193
  17. package/dist/composed/rich-text-editor.js.map +1 -1
  18. package/dist/tokens/primitives.css +6 -1
  19. package/dist/tokens/semantic.css +1 -1
  20. package/dist/ui/alert.js +29 -29
  21. package/dist/ui/avatar.js +42 -42
  22. package/dist/ui/banner.js +25 -25
  23. package/dist/ui/button.js +31 -31
  24. package/dist/ui/button.js.map +1 -1
  25. package/dist/ui/card.js +39 -39
  26. package/dist/ui/checkbox.d.ts.map +1 -1
  27. package/dist/ui/checkbox.js +1 -0
  28. package/dist/ui/checkbox.js.map +1 -1
  29. package/dist/ui/combobox.js +135 -135
  30. package/dist/ui/combobox.js.map +1 -1
  31. package/dist/ui/dot.js +13 -13
  32. package/dist/ui/input.js +25 -25
  33. package/dist/ui/lib/utils.js +2 -1
  34. package/dist/ui/lib/utils.js.map +1 -1
  35. package/dist/ui/number-input.js +36 -36
  36. package/dist/ui/progress.js +55 -55
  37. package/dist/ui/select.js +58 -58
  38. package/dist/ui/sheet.js +46 -46
  39. package/dist/ui/sidebar.js +128 -128
  40. package/dist/ui/sidebar.js.map +1 -1
  41. package/dist/ui/skeleton.js +39 -39
  42. package/dist/ui/slider.d.ts.map +1 -1
  43. package/dist/ui/slider.js +18 -17
  44. package/dist/ui/slider.js.map +1 -1
  45. package/dist/ui/surface.js +9 -9
  46. package/dist/ui/switch.d.ts.map +1 -1
  47. package/dist/ui/switch.js +1 -0
  48. package/dist/ui/switch.js.map +1 -1
  49. package/dist/ui/tabs.js +47 -47
  50. package/dist/ui/text.js +8 -8
  51. package/dist/ui/textarea.js +12 -12
  52. package/dist/ui/toggle.js +12 -12
  53. package/docs/recipes/install-astro.md +2 -2
  54. package/docs/recipes/install-next-app-router.md +2 -2
  55. package/docs/recipes/install-remix.md +2 -2
  56. package/docs/recipes/install-tanstack-start.md +2 -2
  57. package/docs/recipes/install-vite.md +2 -2
  58. package/docs/recipes/troubleshoot.md +26 -5
  59. package/llms.txt +1 -1
  60. package/mcp-manifest.json +24 -3
  61. package/package.json +39 -11
  62. package/skill/SKILL.md +1 -1
  63. package/skill/references/components.md +1 -1
  64. package/skill/references/setup-astro.md +2 -2
  65. package/skill/references/setup-next-app-router.md +2 -2
  66. package/skill/references/setup-remix.md +2 -2
  67. package/skill/references/setup-tanstack-start.md +2 -2
  68. package/skill/references/setup-vite.md +2 -2
  69. package/skill/references/troubleshoot.md +26 -5
  70. package/dist/_chunks/tiptap.js +0 -18809
  71. package/dist/_chunks/tiptap.js.map +0 -1
  72. package/dist/_chunks/vendor-utils.js +0 -1766
  73. package/dist/_chunks/vendor-utils.js.map +0 -1
  74. 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 { cva as n } from "../_chunks/vendor-utils.js";
4
- import { cn as r } from "./lib/utils.js";
5
- import { Icon as i } from "./icon.js";
6
- import { useFormField as a } from "./form.js";
7
- import { resolveFieldState as o } from "../_chunks/field-state.js";
8
- import { Content2 as s, Group as c, Icon as l, Item as u, ItemIndicator as d, ItemText as f, Label as p, Portal as m, Root2 as h, ScrollDownButton as g, ScrollUpButton as _, Separator as v, Trigger as y, Value as b, Viewport as x } from "../_chunks/primitives/react-select.js";
9
- import * as S from "react";
10
- import { jsx as C, jsxs as w } from "react/jsx-runtime";
11
- import { IconCheck as T, IconChevronDown as E, IconChevronUp as D } from "@tabler/icons-react";
12
- import { motion as O } from "framer-motion";
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 = h, A = c, j = b, M = n("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", {
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 = S.forwardRef(({ className: e, children: t, variant: n, state: s, size: c, ...u }, d) => {
40
- let f = a(), p = o(s ?? void 0, f.state), m = u["aria-describedby"] ?? f.helperTextId, h = u["aria-required"] ?? f.required;
41
- return /* @__PURE__ */ w(y, {
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: r(M({
44
- variant: n,
43
+ className: n(M({
44
+ variant: o,
45
45
  state: p ?? "default",
46
- size: c
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__ */ C(l, {
53
+ children: [t, /* @__PURE__ */ S(c, {
54
54
  asChild: !0,
55
- children: /* @__PURE__ */ C(i, {
56
- icon: E,
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 = y.displayName;
64
- var P = S.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ C(_, {
65
- ref: n,
66
- className: r("flex cursor-default items-center justify-center py-ds-02", e),
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__ */ C(i, {
69
- icon: D,
68
+ children: /* @__PURE__ */ S(r, {
69
+ icon: E,
70
70
  size: "sm"
71
71
  })
72
72
  }));
73
- P.displayName = _.displayName;
74
- var F = S.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ C(g, {
75
- ref: n,
76
- className: r("flex cursor-default items-center justify-center py-ds-02", e),
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__ */ C(i, {
79
- icon: E,
78
+ children: /* @__PURE__ */ S(r, {
79
+ icon: T,
80
80
  size: "sm"
81
81
  })
82
82
  }));
83
- F.displayName = g.displayName;
84
- var I = S.forwardRef(({ className: n, children: i, position: a = "popper", ...o }, c) => /* @__PURE__ */ C(m, { children: /* @__PURE__ */ C(s, {
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
- ...o,
89
- children: /* @__PURE__ */ w(O.div, {
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: r("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", n),
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__ */ C(P, {}),
105
- /* @__PURE__ */ C(x, {
106
- className: r("p-ds-02", a === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),
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__ */ C(F, {})
109
+ /* @__PURE__ */ S(F, {})
110
110
  ]
111
111
  })
112
112
  }) }));
113
- I.displayName = s.displayName;
114
- var L = S.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ C(p, {
115
- ref: n,
116
- className: r("px-ds-03 py-ds-02b text-body-md font-semibold", e),
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 = p.displayName;
120
- var R = S.forwardRef(({ className: e, children: t, ...n }, a) => /* @__PURE__ */ w(u, {
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: r("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
- ...n,
124
- children: [/* @__PURE__ */ C("span", {
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__ */ C(d, { children: /* @__PURE__ */ C(i, {
127
- icon: T,
126
+ children: /* @__PURE__ */ S(u, { children: /* @__PURE__ */ S(r, {
127
+ icon: w,
128
128
  size: "sm"
129
129
  }) })
130
- }), /* @__PURE__ */ C(f, {
130
+ }), /* @__PURE__ */ S(d, {
131
131
  className: "min-w-0 line-clamp-1",
132
132
  children: t
133
133
  })]
134
134
  }));
135
- R.displayName = u.displayName;
136
- var z = S.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ C(v, {
137
- ref: n,
138
- className: r("-mx-ds-01 my-ds-02 h-px bg-surface-border", e),
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 = v.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 { cva as r } from "../_chunks/vendor-utils.js";
4
- import { cn as i } from "./lib/utils.js";
5
- import { Icon as a } from "./icon.js";
6
- import { Close as o, Content as s, Description as c, Overlay as l, Portal as u, Root as d, Title as f, Trigger as p } from "../_chunks/primitives/react-alert-dialog.js";
7
- import { useIsMobile as m } from "../hooks/use-mobile.js";
8
- import { useControllableOpen as h } from "../_chunks/use-controllable-open.js";
9
- import * as g from "react";
10
- import { jsx as _, jsxs as v } from "react/jsx-runtime";
11
- import { IconX as y } from "@tabler/icons-react";
12
- import { AnimatePresence as b, motion as x, useReducedMotion as S } from "framer-motion";
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 = g.createContext({
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 } = h({
18
+ let { open: a, setOpen: o, close: s } = m({
19
19
  open: e,
20
20
  defaultOpen: t,
21
21
  onOpenChange: n
22
- }), c = g.useMemo(() => ({
22
+ }), c = h.useMemo(() => ({
23
23
  open: a,
24
24
  onClose: s
25
25
  }), [a, s]);
26
- return /* @__PURE__ */ _(C.Provider, {
26
+ return /* @__PURE__ */ g(C.Provider, {
27
27
  value: c,
28
- children: /* @__PURE__ */ _(d, {
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 = p, E = o, D = u, O = g.forwardRef(({ className: t, ...r }, a) => /* @__PURE__ */ _(l, {
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__ */ _(x.div, {
40
+ children: /* @__PURE__ */ g(b.div, {
41
41
  ref: a,
42
- className: i("fixed inset-0 z-modal bg-overlay", t),
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(r)
47
+ ...e(i)
48
48
  })
49
49
  }));
50
- O.displayName = l.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 = r("fixed z-modal gap-ds-05 bg-surface-overlay p-ds-06 shadow-overlay", {
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 = g.forwardRef(({ side: n = "right", responsive: r, className: c, children: l, ...u }, d) => {
70
- let f = m(), p = r !== !1 && f, h = S(), { open: w, onClose: T } = g.useContext(C), E = p ? "bottom" : n ?? "right", M = g.useRef(null), N = g.useCallback((e) => {
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__ */ _(b, { children: w && /* @__PURE__ */ v(D, {
73
+ return /* @__PURE__ */ g(y, { children: w && /* @__PURE__ */ _(D, {
74
74
  forceMount: !0,
75
- children: [/* @__PURE__ */ _(O, {}), /* @__PURE__ */ _(s, {
75
+ children: [/* @__PURE__ */ g(O, {}), /* @__PURE__ */ g(o, {
76
76
  forceMount: !0,
77
77
  asChild: !0,
78
- children: /* @__PURE__ */ v(x.div, {
78
+ children: /* @__PURE__ */ _(b.div, {
79
79
  ref: N,
80
- className: i(j({ side: E }), c),
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: p && !h ? "y" : !1,
85
+ drag: m && !S ? "y" : !1,
86
86
  dragConstraints: { top: 0 },
87
87
  dragElastic: .2,
88
- onDragEnd: p ? (e, t) => {
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
- p && /* @__PURE__ */ _("div", {
94
+ m && /* @__PURE__ */ g("div", {
95
95
  className: "flex justify-center pt-ds-03 pb-ds-02",
96
- children: /* @__PURE__ */ _("div", { className: "h-1 w-8 rounded-pill bg-surface-border" })
96
+ children: /* @__PURE__ */ g("div", { className: "h-1 w-8 rounded-pill bg-surface-border" })
97
97
  }),
98
- /* @__PURE__ */ v(o, {
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__ */ _(a, {
102
- icon: y,
101
+ children: [/* @__PURE__ */ g(i, {
102
+ icon: v,
103
103
  size: "sm"
104
- }), /* @__PURE__ */ _("span", {
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 = s.displayName;
116
- var N = g.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ _("div", {
115
+ M.displayName = o.displayName;
116
+ var N = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g("div", {
117
117
  ref: n,
118
- className: i("flex flex-col space-y-ds-03 text-center sm:text-left", e),
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 = g.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ _("div", {
122
+ var P = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g("div", {
123
123
  ref: n,
124
- className: i("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-ds-03", e),
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 = g.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ _(f, {
128
+ var F = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(d, {
129
129
  ref: n,
130
- className: i("text-heading-xs font-semibold text-surface-fg", e),
130
+ className: r("text-heading-xs font-semibold text-surface-fg", e),
131
131
  ...t
132
132
  }));
133
- F.displayName = f.displayName;
134
- var I = g.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ _(c, {
133
+ F.displayName = d.displayName;
134
+ var I = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(s, {
135
135
  ref: n,
136
- className: i("text-body-md text-surface-fg-muted", e),
136
+ className: r("text-body-md text-surface-fg-muted", e),
137
137
  ...t
138
138
  }));
139
- I.displayName = c.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 };