@clasing/ui 0.1.123 → 0.1.124

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 (137) hide show
  1. package/dist/badge-BnerQ2lF.js +85 -0
  2. package/dist/badge-Czof3oqL.cjs +1 -0
  3. package/dist/button-Cegl49Yi.cjs +1 -0
  4. package/dist/button-DddHyyHa.js +504 -0
  5. package/dist/calendar-BAQkzm4v.js +117 -0
  6. package/dist/calendar-DL8gqdRp.cjs +1 -0
  7. package/dist/card-BCgtou88.cjs +1 -0
  8. package/dist/card-BfBXE5Kq.js +90 -0
  9. package/dist/chip-A32aAc-8.cjs +1 -0
  10. package/dist/chip-ZZHZ8i1Q.js +127 -0
  11. package/dist/command-BGCSJ9vX.js +506 -0
  12. package/dist/command-D9M8dk1M.cjs +1 -0
  13. package/dist/components/accordion.cjs.js +1 -0
  14. package/dist/components/accordion.es.js +70 -0
  15. package/dist/components/alert-dialog.cjs.js +1 -0
  16. package/dist/components/alert-dialog.es.js +146 -0
  17. package/dist/components/alert.cjs.js +1 -0
  18. package/dist/components/alert.es.js +97 -0
  19. package/dist/components/avatar.cjs.js +1 -0
  20. package/dist/components/avatar.es.js +53 -0
  21. package/dist/components/badge.cjs.js +1 -0
  22. package/dist/components/badge.es.js +4 -0
  23. package/dist/components/blocks/date-picker.cjs.js +1 -0
  24. package/dist/components/blocks/date-picker.es.js +181 -0
  25. package/dist/components/blocks/date-range-picker.cjs.js +1 -0
  26. package/dist/components/blocks/date-range-picker.es.js +238 -0
  27. package/dist/components/blocks/interactive-card.cjs.js +1 -0
  28. package/dist/components/blocks/interactive-card.es.js +138 -0
  29. package/dist/components/blocks/selectable-chips.cjs.js +1 -0
  30. package/dist/components/blocks/selectable-chips.es.js +57 -0
  31. package/dist/components/breadcrumb.cjs.js +1 -0
  32. package/dist/components/breadcrumb.es.js +106 -0
  33. package/dist/components/button.cjs.js +1 -0
  34. package/dist/components/button.es.js +7 -0
  35. package/dist/components/calendar.cjs.js +1 -0
  36. package/dist/components/calendar.es.js +4 -0
  37. package/dist/components/card.cjs.js +1 -0
  38. package/dist/components/card.es.js +10 -0
  39. package/dist/components/chart.cjs.js +7 -0
  40. package/dist/components/chart.es.js +213 -0
  41. package/dist/components/checkbox.cjs.js +1 -0
  42. package/dist/components/checkbox.es.js +31 -0
  43. package/dist/components/chip.cjs.js +1 -0
  44. package/dist/components/chip.es.js +5 -0
  45. package/dist/components/collapsible.cjs.js +1 -0
  46. package/dist/components/collapsible.es.js +34 -0
  47. package/dist/components/command.cjs.js +1 -0
  48. package/dist/components/command.es.js +12 -0
  49. package/dist/components/context-menu.cjs.js +1 -0
  50. package/dist/components/context-menu.es.js +229 -0
  51. package/dist/components/dialog.cjs.js +1 -0
  52. package/dist/components/dialog.es.js +13 -0
  53. package/dist/components/divider.cjs.js +1 -0
  54. package/dist/components/divider.es.js +21 -0
  55. package/dist/components/drawer.cjs.js +3 -0
  56. package/dist/components/drawer.es.js +1161 -0
  57. package/dist/components/dropdown-menu.cjs.js +1 -0
  58. package/dist/components/dropdown-menu.es.js +237 -0
  59. package/dist/components/hover-card.cjs.js +1 -0
  60. package/dist/components/hover-card.es.js +38 -0
  61. package/dist/components/icon-component.cjs.js +1 -0
  62. package/dist/components/icon-component.es.js +4 -0
  63. package/dist/components/input-otp.cjs.js +20 -0
  64. package/dist/components/input-otp.es.js +253 -0
  65. package/dist/components/input.cjs.js +1 -0
  66. package/dist/components/input.es.js +4 -0
  67. package/dist/components/label.cjs.js +1 -0
  68. package/dist/components/label.es.js +4 -0
  69. package/dist/components/menubar.cjs.js +1 -0
  70. package/dist/components/menubar.es.js +257 -0
  71. package/dist/components/multi-select.cjs.js +1 -0
  72. package/dist/components/multi-select.es.js +233 -0
  73. package/dist/components/navigation-menu.cjs.js +1 -0
  74. package/dist/components/navigation-menu.es.js +171 -0
  75. package/dist/components/phone-input.cjs.js +1 -0
  76. package/dist/components/phone-input.es.js +253 -0
  77. package/dist/components/popover.cjs.js +1 -0
  78. package/dist/components/popover.es.js +7 -0
  79. package/dist/components/progress.cjs.js +1 -0
  80. package/dist/components/progress.es.js +31 -0
  81. package/dist/components/resizable.cjs.js +1 -0
  82. package/dist/components/resizable.es.js +1551 -0
  83. package/dist/components/scroll-area.cjs.js +1 -0
  84. package/dist/components/scroll-area.es.js +5 -0
  85. package/dist/components/select.cjs.js +1 -0
  86. package/dist/components/select.es.js +179 -0
  87. package/dist/components/sheet.cjs.js +1 -0
  88. package/dist/components/sheet.es.js +126 -0
  89. package/dist/components/skeleton.cjs.js +1 -0
  90. package/dist/components/skeleton.es.js +15 -0
  91. package/dist/components/slider.cjs.js +1 -0
  92. package/dist/components/slider.es.js +63 -0
  93. package/dist/components/sonner.cjs.js +1 -0
  94. package/dist/components/sonner.es.js +68 -0
  95. package/dist/components/switch.cjs.js +1 -0
  96. package/dist/components/switch.es.js +82 -0
  97. package/dist/components/table.cjs.js +1 -0
  98. package/dist/components/table.es.js +114 -0
  99. package/dist/components/toggle-group.cjs.js +1 -0
  100. package/dist/components/toggle-group.es.js +62 -0
  101. package/dist/components/toggle.cjs.js +1 -0
  102. package/dist/components/toggle.es.js +5 -0
  103. package/dist/components/tooltip.cjs.js +1 -0
  104. package/dist/components/tooltip.es.js +7 -0
  105. package/dist/dialog-BKm2PZl2.cjs +1 -0
  106. package/dist/dialog-DZpF7OXg.js +136 -0
  107. package/dist/hooks/useOutsideClick.cjs.js +1 -0
  108. package/dist/hooks/useOutsideClick.es.js +14 -0
  109. package/dist/icon-component-BZ-4FDV6.js +49 -0
  110. package/dist/icon-component-LY_vGYHZ.cjs +1 -0
  111. package/dist/index-BqtVL8d-.js +34 -0
  112. package/dist/index-C8P6Mn4U.cjs +1 -0
  113. package/dist/index-CRiPKpXj.js +2743 -0
  114. package/dist/index-DoxiiusW.cjs +1 -0
  115. package/dist/input-DFPJ_mtM.cjs +1 -0
  116. package/dist/input-DwPDvbRE.js +174 -0
  117. package/dist/jsx-runtime-C5mzlN2N.js +284 -0
  118. package/dist/jsx-runtime-DUiatUiq.cjs +22 -0
  119. package/dist/label-BpDUqtrC.js +22 -0
  120. package/dist/label-CbzkBbPT.cjs +1 -0
  121. package/dist/popover-B8wp2cHF.cjs +1 -0
  122. package/dist/popover-BoDRCUh2.js +44 -0
  123. package/dist/scroll-area-CNsThIs_.js +60 -0
  124. package/dist/scroll-area-Dr-7opp_.cjs +1 -0
  125. package/dist/style-BNIXVvBA.js +1172 -0
  126. package/dist/style-CA5976Oh.cjs +1 -0
  127. package/dist/toggle-Dgd7L2Mq.cjs +1 -0
  128. package/dist/toggle-DjbiWYXD.js +44 -0
  129. package/dist/tooltip-Btr9ROSo.js +55 -0
  130. package/dist/tooltip-W9iE1O--.cjs +1 -0
  131. package/dist/ui.css +427 -16
  132. package/dist/utils/types.cjs.js +1 -0
  133. package/dist/utils/types.es.js +1 -0
  134. package/package.json +299 -37
  135. package/dist/index.d.ts +0 -566
  136. package/dist/index.es.js +0 -7538
  137. package/dist/index.umd.js +0 -22
@@ -0,0 +1,257 @@
1
+ import { j as t } from "../jsx-runtime-C5mzlN2N.js";
2
+ import * as n from "@radix-ui/react-menubar";
3
+ import { c as r } from "../index-CRiPKpXj.js";
4
+ import { I as d } from "../icon-component-BZ-4FDV6.js";
5
+ function f({
6
+ className: e,
7
+ ...a
8
+ }) {
9
+ return /* @__PURE__ */ t.jsx(
10
+ n.Root,
11
+ {
12
+ "data-slot": "menubar",
13
+ className: r(
14
+ "bg-background flex h-9 items-center gap-1 rounded-md border p-1 shadow-xs",
15
+ e
16
+ ),
17
+ ...a
18
+ }
19
+ );
20
+ }
21
+ function b({
22
+ ...e
23
+ }) {
24
+ return /* @__PURE__ */ t.jsx(n.Menu, { "data-slot": "menubar-menu", ...e });
25
+ }
26
+ function p({
27
+ ...e
28
+ }) {
29
+ return /* @__PURE__ */ t.jsx(n.Group, { "data-slot": "menubar-group", ...e });
30
+ }
31
+ function u({
32
+ ...e
33
+ }) {
34
+ return /* @__PURE__ */ t.jsx(n.Portal, { "data-slot": "menubar-portal", ...e });
35
+ }
36
+ function x({
37
+ ...e
38
+ }) {
39
+ return /* @__PURE__ */ t.jsx(n.RadioGroup, { "data-slot": "menubar-radio-group", ...e });
40
+ }
41
+ function g({
42
+ className: e,
43
+ ...a
44
+ }) {
45
+ return /* @__PURE__ */ t.jsx(
46
+ n.Trigger,
47
+ {
48
+ "data-slot": "menubar-trigger",
49
+ className: r(
50
+ "focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex items-center rounded-sm px-2 py-1 text-sm font-medium outline-hidden select-none",
51
+ e
52
+ ),
53
+ ...a
54
+ }
55
+ );
56
+ }
57
+ function v({
58
+ className: e,
59
+ align: a = "start",
60
+ alignOffset: o = -4,
61
+ sideOffset: s = 8,
62
+ ...i
63
+ }) {
64
+ return /* @__PURE__ */ t.jsx(u, { children: /* @__PURE__ */ t.jsx(
65
+ n.Content,
66
+ {
67
+ "data-slot": "menubar-content",
68
+ align: a,
69
+ alignOffset: o,
70
+ sideOffset: s,
71
+ className: r(
72
+ "bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[12rem] origin-(--radix-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-md",
73
+ e
74
+ ),
75
+ ...i
76
+ }
77
+ ) });
78
+ }
79
+ function h({
80
+ className: e,
81
+ inset: a,
82
+ variant: o = "default",
83
+ ...s
84
+ }) {
85
+ return /* @__PURE__ */ t.jsx(
86
+ n.Item,
87
+ {
88
+ "data-slot": "menubar-item",
89
+ "data-inset": a,
90
+ "data-variant": o,
91
+ className: r(
92
+ "focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
93
+ e
94
+ ),
95
+ ...s
96
+ }
97
+ );
98
+ }
99
+ function j({
100
+ className: e,
101
+ children: a,
102
+ checked: o,
103
+ ...s
104
+ }) {
105
+ return /* @__PURE__ */ t.jsxs(
106
+ n.CheckboxItem,
107
+ {
108
+ "data-slot": "menubar-checkbox-item",
109
+ className: r(
110
+ "focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
111
+ e
112
+ ),
113
+ checked: o,
114
+ ...s,
115
+ children: [
116
+ /* @__PURE__ */ t.jsx("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ t.jsx(n.ItemIndicator, { children: /* @__PURE__ */ t.jsx(d, { iconName: "IconCheck", className: "size-4" }) }) }),
117
+ a
118
+ ]
119
+ }
120
+ );
121
+ }
122
+ function M({
123
+ className: e,
124
+ children: a,
125
+ ...o
126
+ }) {
127
+ return /* @__PURE__ */ t.jsxs(
128
+ n.RadioItem,
129
+ {
130
+ "data-slot": "menubar-radio-item",
131
+ className: r(
132
+ "focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
133
+ e
134
+ ),
135
+ ...o,
136
+ children: [
137
+ /* @__PURE__ */ t.jsx("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ t.jsx(n.ItemIndicator, { children: /* @__PURE__ */ t.jsx(
138
+ d,
139
+ {
140
+ iconName: "IconCircle",
141
+ className: "size-2 fill-current"
142
+ }
143
+ ) }) }),
144
+ a
145
+ ]
146
+ }
147
+ );
148
+ }
149
+ function N({
150
+ className: e,
151
+ inset: a,
152
+ ...o
153
+ }) {
154
+ return /* @__PURE__ */ t.jsx(
155
+ n.Label,
156
+ {
157
+ "data-slot": "menubar-label",
158
+ "data-inset": a,
159
+ className: r(
160
+ "px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",
161
+ e
162
+ ),
163
+ ...o
164
+ }
165
+ );
166
+ }
167
+ function z({
168
+ className: e,
169
+ ...a
170
+ }) {
171
+ return /* @__PURE__ */ t.jsx(
172
+ n.Separator,
173
+ {
174
+ "data-slot": "menubar-separator",
175
+ className: r("bg-border -mx-1 my-1 h-px", e),
176
+ ...a
177
+ }
178
+ );
179
+ }
180
+ function I({
181
+ className: e,
182
+ ...a
183
+ }) {
184
+ return /* @__PURE__ */ t.jsx(
185
+ "span",
186
+ {
187
+ "data-slot": "menubar-shortcut",
188
+ className: r(
189
+ "text-muted-foreground ml-auto text-xs tracking-widest",
190
+ e
191
+ ),
192
+ ...a
193
+ }
194
+ );
195
+ }
196
+ function y({
197
+ ...e
198
+ }) {
199
+ return /* @__PURE__ */ t.jsx(n.Sub, { "data-slot": "menubar-sub", ...e });
200
+ }
201
+ function k({
202
+ className: e,
203
+ inset: a,
204
+ children: o,
205
+ ...s
206
+ }) {
207
+ return /* @__PURE__ */ t.jsxs(
208
+ n.SubTrigger,
209
+ {
210
+ "data-slot": "menubar-sub-trigger",
211
+ "data-inset": a,
212
+ className: r(
213
+ "focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-none select-none data-[inset]:pl-8",
214
+ e
215
+ ),
216
+ ...s,
217
+ children: [
218
+ o,
219
+ /* @__PURE__ */ t.jsx(d, { iconName: "IconChevronRight", className: "ml-auto h-4 w-4" })
220
+ ]
221
+ }
222
+ );
223
+ }
224
+ function C({
225
+ className: e,
226
+ ...a
227
+ }) {
228
+ return /* @__PURE__ */ t.jsx(
229
+ n.SubContent,
230
+ {
231
+ "data-slot": "menubar-sub-content",
232
+ className: r(
233
+ "bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--radix-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",
234
+ e
235
+ ),
236
+ ...a
237
+ }
238
+ );
239
+ }
240
+ export {
241
+ f as Menubar,
242
+ j as MenubarCheckboxItem,
243
+ v as MenubarContent,
244
+ p as MenubarGroup,
245
+ h as MenubarItem,
246
+ N as MenubarLabel,
247
+ b as MenubarMenu,
248
+ u as MenubarPortal,
249
+ x as MenubarRadioGroup,
250
+ M as MenubarRadioItem,
251
+ z as MenubarSeparator,
252
+ I as MenubarShortcut,
253
+ y as MenubarSub,
254
+ C as MenubarSubContent,
255
+ k as MenubarSubTrigger,
256
+ g as MenubarTrigger
257
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../jsx-runtime-DUiatUiq.cjs"),M=require("../badge-Czof3oqL.cjs"),x=require("../command-D9M8dk1M.cjs"),y=require("../popover-B8wp2cHF.cjs"),R=require("../index-DoxiiusW.cjs"),r=require("react"),v=require("../icon-component-LY_vGYHZ.cjs"),I=r.createContext(null);function k({children:e,values:n,defaultValues:i,onValuesChange:u}){const[g,m]=r.useState(!1),[h,p]=r.useState(new Set(n??i)),[E,f]=r.useState(new Map);function w(c){const s=l=>{const a=new Set(l);return a.has(c)?a.delete(c):a.add(c),a};p(s),u?.([...s(h)])}const j=r.useCallback((c,s)=>{f(l=>l.get(c)===s?l:new Map(l).set(c,s))},[]);return t.jsxRuntimeExports.jsx(I,{value:{open:g,setOpen:m,selectedValues:n?new Set(n):h,toggleValue:w,items:E,onItemAdded:j},children:t.jsxRuntimeExports.jsx(y.Popover,{open:g,onOpenChange:m,children:e})})}function V({className:e,children:n,...i}){const{open:u}=b();return t.jsxRuntimeExports.jsx(y.PopoverTrigger,{asChild:!0,children:t.jsxRuntimeExports.jsxs("button",{...i,role:i.role??"combobox","aria-expanded":i["aria-expanded"]??u,className:R.cn("border-input focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[placeholder]:text-muted-foreground dark:bg-input/30 dark:hover:bg-input/50 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='text-'])]:text-muted-foreground flex h-auto min-h-9 w-fit items-center justify-between gap-2 overflow-hidden rounded-md border bg-transparent px-3 py-1.5 text-sm whitespace-nowrap transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),children:[n,t.jsxRuntimeExports.jsx(v.IconComponent,{iconName:"IconSelector",className:"size-4 shrink-0 opacity-50"})]})})}function z({placeholder:e,clickToRemove:n=!0,className:i,overflowBehavior:u="wrap-when-open",...g}){const{selectedValues:m,toggleValue:h,items:p,open:E}=b(),[f,w]=r.useState(0),j=r.useRef(null),c=r.useRef(null),s=r.useRef(new Set),l=u==="wrap"||u==="wrap-when-open"&&E;r.useEffect(()=>{l&&s.current.forEach(o=>o.style.removeProperty("display"))},[l]);const a=r.useCallback(()=>{if(j.current==null)return;const o=j.current,d=c.current;d!=null&&(d.style.display="none"),s.current.forEach(S=>S.style.removeProperty("display"));let C=0;for(let S=s.current.size-1;S>=0;S--){const N=[...s.current][S];if(o.scrollWidth<=o.clientWidth)break;C=s.current.size-S,N.style.display="none",d?.style.removeProperty("display")}w(C)},[]);return r.useEffect(()=>{if(j.current==null)return;const o=new ResizeObserver(a);return o.observe(j.current),()=>o.disconnect()},[a]),r.useLayoutEffect(()=>{a()},[m,a]),m.size===0&&e?t.jsxRuntimeExports.jsx("span",{className:"text-muted-foreground font-normal",children:e}):t.jsxRuntimeExports.jsxs("div",{...g,ref:j,className:R.cn("flex w-full gap-1.5 overflow-hidden",l&&"h-full flex-wrap",i),children:[[...m].filter(o=>p.has(o)).map(o=>t.jsxRuntimeExports.jsxs(M.Badge,{ref:d=>{if(d!=null)return s.current.add(d),()=>{s.current.delete(d)}},variant:"outline",className:"group flex items-center gap-1",onClick:n?d=>{d.stopPropagation(),h(o)}:void 0,children:[p.get(o),n&&t.jsxRuntimeExports.jsx(v.IconComponent,{iconName:"IconX",className:"text-muted-foreground group-hover:text-destructive size-2"})]},o)),t.jsxRuntimeExports.jsxs(M.Badge,{style:{display:f>0&&!l?"block":"none"},variant:"outline",ref:c,children:["+",f]})]})}function P({search:e=!0,children:n,...i}){const u=typeof e=="object"?!0:e;return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx("div",{style:{display:"none"},children:t.jsxRuntimeExports.jsx(x.Command,{children:t.jsxRuntimeExports.jsx(x.CommandList,{children:n})})}),t.jsxRuntimeExports.jsx(y.PopoverContent,{className:"min-w-[var(--radix-popover-trigger-width)] p-0",children:t.jsxRuntimeExports.jsxs(x.Command,{...i,children:[u?t.jsxRuntimeExports.jsx(x.CommandInput,{placeholder:typeof e=="object"?e.placeholder:void 0}):t.jsxRuntimeExports.jsx("button",{autoFocus:!0,"aria-hidden":"true",className:"sr-only"}),t.jsxRuntimeExports.jsxs(x.CommandList,{children:[u&&t.jsxRuntimeExports.jsx(x.CommandEmpty,{children:typeof e=="object"?e.emptyMessage:void 0}),n]})]})})]})}function q({value:e,children:n,badgeLabel:i,onSelect:u,...g}){const{toggleValue:m,selectedValues:h,onItemAdded:p}=b(),E=h.has(e);return r.useEffect(()=>{p(e,i??n)},[e,n,p,i]),t.jsxRuntimeExports.jsxs(x.CommandItem,{...g,value:e,onSelect:f=>{m(f),u?.(f)},children:[t.jsxRuntimeExports.jsx(v.IconComponent,{iconName:"IconCheck",className:R.cn("mr-2 size-4",E?"opacity-100":"opacity-0")}),n]})}function O(e){return t.jsxRuntimeExports.jsx(x.CommandGroup,{...e})}function A(e){return t.jsxRuntimeExports.jsx(x.CommandSeparator,{...e})}function b(){const e=r.useContext(I);if(e==null)throw new Error("useMultiSelectContext must be used within a MultiSelectContext");return e}exports.MultiSelect=k;exports.MultiSelectContent=P;exports.MultiSelectGroup=O;exports.MultiSelectItem=q;exports.MultiSelectSeparator=A;exports.MultiSelectTrigger=V;exports.MultiSelectValue=z;
@@ -0,0 +1,233 @@
1
+ import { j as t } from "../jsx-runtime-C5mzlN2N.js";
2
+ import { B as I } from "../badge-BnerQ2lF.js";
3
+ import { C as k, f as z, d as O, b as R, c as A, e as _, g as W } from "../command-BGCSJ9vX.js";
4
+ import { P as F, b as G, c as B } from "../popover-BoDRCUh2.js";
5
+ import { c as S } from "../index-CRiPKpXj.js";
6
+ import { createContext as L, useState as j, useCallback as E, useEffect as b, useRef as v, useLayoutEffect as T, useContext as X } from "react";
7
+ import { I as C } from "../icon-component-BZ-4FDV6.js";
8
+ const V = L(null);
9
+ function Y({
10
+ children: e,
11
+ values: n,
12
+ defaultValues: s,
13
+ onValuesChange: i
14
+ }) {
15
+ const [x, d] = j(!1), [g, m] = j(
16
+ new Set(n ?? s)
17
+ ), [w, p] = j(/* @__PURE__ */ new Map());
18
+ function y(c) {
19
+ const r = (l) => {
20
+ const a = new Set(l);
21
+ return a.has(c) ? a.delete(c) : a.add(c), a;
22
+ };
23
+ m(r), i?.([...r(g)]);
24
+ }
25
+ const f = E((c, r) => {
26
+ p((l) => l.get(c) === r ? l : new Map(l).set(c, r));
27
+ }, []);
28
+ return /* @__PURE__ */ t.jsx(
29
+ V,
30
+ {
31
+ value: {
32
+ open: x,
33
+ setOpen: d,
34
+ selectedValues: n ? new Set(n) : g,
35
+ toggleValue: y,
36
+ items: w,
37
+ onItemAdded: f
38
+ },
39
+ children: /* @__PURE__ */ t.jsx(F, { open: x, onOpenChange: d, children: e })
40
+ }
41
+ );
42
+ }
43
+ function Z({
44
+ className: e,
45
+ children: n,
46
+ ...s
47
+ }) {
48
+ const { open: i } = M();
49
+ return /* @__PURE__ */ t.jsx(B, { asChild: !0, children: /* @__PURE__ */ t.jsxs(
50
+ "button",
51
+ {
52
+ ...s,
53
+ role: s.role ?? "combobox",
54
+ "aria-expanded": s["aria-expanded"] ?? i,
55
+ className: S(
56
+ "border-input focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[placeholder]:text-muted-foreground dark:bg-input/30 dark:hover:bg-input/50 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='text-'])]:text-muted-foreground flex h-auto min-h-9 w-fit items-center justify-between gap-2 overflow-hidden rounded-md border bg-transparent px-3 py-1.5 text-sm whitespace-nowrap transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
57
+ e
58
+ ),
59
+ children: [
60
+ n,
61
+ /* @__PURE__ */ t.jsx(
62
+ C,
63
+ {
64
+ iconName: "IconSelector",
65
+ className: "size-4 shrink-0 opacity-50"
66
+ }
67
+ )
68
+ ]
69
+ }
70
+ ) });
71
+ }
72
+ function $({
73
+ placeholder: e,
74
+ clickToRemove: n = !0,
75
+ className: s,
76
+ overflowBehavior: i = "wrap-when-open",
77
+ ...x
78
+ }) {
79
+ const { selectedValues: d, toggleValue: g, items: m, open: w } = M(), [p, y] = j(0), f = v(null), c = v(null), r = v(/* @__PURE__ */ new Set()), l = i === "wrap" || i === "wrap-when-open" && w;
80
+ b(() => {
81
+ l && r.current.forEach((o) => o.style.removeProperty("display"));
82
+ }, [l]);
83
+ const a = E(() => {
84
+ if (f.current == null) return;
85
+ const o = f.current, u = c.current;
86
+ u != null && (u.style.display = "none"), r.current.forEach((h) => h.style.removeProperty("display"));
87
+ let N = 0;
88
+ for (let h = r.current.size - 1; h >= 0; h--) {
89
+ const P = [...r.current][h];
90
+ if (o.scrollWidth <= o.clientWidth)
91
+ break;
92
+ N = r.current.size - h, P.style.display = "none", u?.style.removeProperty("display");
93
+ }
94
+ y(N);
95
+ }, []);
96
+ return b(() => {
97
+ if (f.current == null) return;
98
+ const o = new ResizeObserver(a);
99
+ return o.observe(f.current), () => o.disconnect();
100
+ }, [a]), T(() => {
101
+ a();
102
+ }, [d, a]), d.size === 0 && e ? /* @__PURE__ */ t.jsx("span", { className: "text-muted-foreground font-normal", children: e }) : /* @__PURE__ */ t.jsxs(
103
+ "div",
104
+ {
105
+ ...x,
106
+ ref: f,
107
+ className: S(
108
+ "flex w-full gap-1.5 overflow-hidden",
109
+ l && "h-full flex-wrap",
110
+ s
111
+ ),
112
+ children: [
113
+ [...d].filter((o) => m.has(o)).map((o) => /* @__PURE__ */ t.jsxs(
114
+ I,
115
+ {
116
+ ref: (u) => {
117
+ if (u != null)
118
+ return r.current.add(u), () => {
119
+ r.current.delete(u);
120
+ };
121
+ },
122
+ variant: "outline",
123
+ className: "group flex items-center gap-1",
124
+ onClick: n ? (u) => {
125
+ u.stopPropagation(), g(o);
126
+ } : void 0,
127
+ children: [
128
+ m.get(o),
129
+ n && /* @__PURE__ */ t.jsx(
130
+ C,
131
+ {
132
+ iconName: "IconX",
133
+ className: "text-muted-foreground group-hover:text-destructive size-2"
134
+ }
135
+ )
136
+ ]
137
+ },
138
+ o
139
+ )),
140
+ /* @__PURE__ */ t.jsxs(
141
+ I,
142
+ {
143
+ style: {
144
+ display: p > 0 && !l ? "block" : "none"
145
+ },
146
+ variant: "outline",
147
+ ref: c,
148
+ children: [
149
+ "+",
150
+ p
151
+ ]
152
+ }
153
+ )
154
+ ]
155
+ }
156
+ );
157
+ }
158
+ function ee({
159
+ search: e = !0,
160
+ children: n,
161
+ ...s
162
+ }) {
163
+ const i = typeof e == "object" ? !0 : e;
164
+ return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
165
+ /* @__PURE__ */ t.jsx("div", { style: { display: "none" }, children: /* @__PURE__ */ t.jsx(k, { children: /* @__PURE__ */ t.jsx(z, { children: n }) }) }),
166
+ /* @__PURE__ */ t.jsx(G, { className: "min-w-[var(--radix-popover-trigger-width)] p-0", children: /* @__PURE__ */ t.jsxs(k, { ...s, children: [
167
+ i ? /* @__PURE__ */ t.jsx(
168
+ O,
169
+ {
170
+ placeholder: typeof e == "object" ? e.placeholder : void 0
171
+ }
172
+ ) : /* @__PURE__ */ t.jsx("button", { autoFocus: !0, "aria-hidden": "true", className: "sr-only" }),
173
+ /* @__PURE__ */ t.jsxs(z, { children: [
174
+ i && /* @__PURE__ */ t.jsx(R, { children: typeof e == "object" ? e.emptyMessage : void 0 }),
175
+ n
176
+ ] })
177
+ ] }) })
178
+ ] });
179
+ }
180
+ function te({
181
+ value: e,
182
+ children: n,
183
+ badgeLabel: s,
184
+ onSelect: i,
185
+ ...x
186
+ }) {
187
+ const { toggleValue: d, selectedValues: g, onItemAdded: m } = M(), w = g.has(e);
188
+ return b(() => {
189
+ m(e, s ?? n);
190
+ }, [e, n, m, s]), /* @__PURE__ */ t.jsxs(
191
+ _,
192
+ {
193
+ ...x,
194
+ value: e,
195
+ onSelect: (p) => {
196
+ d(p), i?.(p);
197
+ },
198
+ children: [
199
+ /* @__PURE__ */ t.jsx(
200
+ C,
201
+ {
202
+ iconName: "IconCheck",
203
+ className: S("mr-2 size-4", w ? "opacity-100" : "opacity-0")
204
+ }
205
+ ),
206
+ n
207
+ ]
208
+ }
209
+ );
210
+ }
211
+ function ne(e) {
212
+ return /* @__PURE__ */ t.jsx(A, { ...e });
213
+ }
214
+ function re(e) {
215
+ return /* @__PURE__ */ t.jsx(W, { ...e });
216
+ }
217
+ function M() {
218
+ const e = X(V);
219
+ if (e == null)
220
+ throw new Error(
221
+ "useMultiSelectContext must be used within a MultiSelectContext"
222
+ );
223
+ return e;
224
+ }
225
+ export {
226
+ Y as MultiSelect,
227
+ ee as MultiSelectContent,
228
+ ne as MultiSelectGroup,
229
+ te as MultiSelectItem,
230
+ re as MultiSelectSeparator,
231
+ Z as MultiSelectTrigger,
232
+ $ as MultiSelectValue
233
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("../jsx-runtime-DUiatUiq.cjs"),d=require("@radix-ui/react-navigation-menu"),c=require("../index-C8P6Mn4U.cjs"),o=require("../index-DoxiiusW.cjs"),g=require("../icon-component-LY_vGYHZ.cjs");function l(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}const i=l(d);function m({className:t,children:e,viewport:n=!0,...r}){return a.jsxRuntimeExports.jsxs(i.Root,{"data-slot":"navigation-menu","data-viewport":n,className:o.cn("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",t),...r,children:[e,n&&a.jsxRuntimeExports.jsx(u,{})]})}function v({className:t,...e}){return a.jsxRuntimeExports.jsx(i.List,{"data-slot":"navigation-menu-list",className:o.cn("group flex flex-1 list-none items-center justify-center gap-1",t),...e})}function p({className:t,...e}){return a.jsxRuntimeExports.jsx(i.Item,{"data-slot":"navigation-menu-item",className:o.cn("relative",t),...e})}const s=c.cva("group bg-background hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground data-[state=open]:hover:bg-accent data-[state=open]:text-accent-foreground data-[state=open]:focus:bg-accent data-[state=open]:bg-accent/50 focus-visible:ring-ring/50 inline-flex h-9 w-max items-center justify-center rounded-md px-4 py-2 text-sm font-medium transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50");function f({className:t,children:e,...n}){return a.jsxRuntimeExports.jsxs(i.Trigger,{"data-slot":"navigation-menu-trigger",className:o.cn(s(),"group",t),...n,children:[e," ",a.jsxRuntimeExports.jsx(g.IconComponent,{iconName:"IconChevronDown",className:"relative top-[1px] ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180","aria-hidden":"true"})]})}function x({className:t,...e}){return a.jsxRuntimeExports.jsx(i.Content,{"data-slot":"navigation-menu-content",className:o.cn("data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 top-0 left-0 w-full p-2 pr-2.5 md:absolute md:w-auto","group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:data-[state=open]:animate-in group-data-[viewport=false]/navigation-menu:data-[state=closed]:animate-out group-data-[viewport=false]/navigation-menu:data-[state=closed]:zoom-out-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:fade-in-0 group-data-[viewport=false]/navigation-menu:data-[state=closed]:fade-out-0 group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded-md group-data-[viewport=false]/navigation-menu:border group-data-[viewport=false]/navigation-menu:shadow group-data-[viewport=false]/navigation-menu:duration-200 **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none",t),...e})}function u({className:t,...e}){return a.jsxRuntimeExports.jsx("div",{className:o.cn("absolute top-full left-0 isolate z-50 flex justify-center"),children:a.jsxRuntimeExports.jsx(i.Viewport,{"data-slot":"navigation-menu-viewport",className:o.cn("origin-top-center bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border shadow md:w-[var(--radix-navigation-menu-viewport-width)]",t),...e})})}function b({className:t,...e}){return a.jsxRuntimeExports.jsx(i.Link,{"data-slot":"navigation-menu-link",className:o.cn("data-[active=true]:focus:bg-accent data-[active=true]:hover:bg-accent data-[active=true]:bg-accent/50 data-[active=true]:text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:ring-ring/50 [&_svg:not([class*='text-'])]:text-muted-foreground flex flex-col gap-1 rounded-sm p-2 text-sm transition-all outline-none focus-visible:ring-[3px] focus-visible:outline-1 [&_svg:not([class*='size-'])]:size-4",t),...e})}function w({className:t,...e}){return a.jsxRuntimeExports.jsx(i.Indicator,{"data-slot":"navigation-menu-indicator",className:o.cn("data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden",t),...e,children:a.jsxRuntimeExports.jsx("div",{className:"bg-border relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm shadow-md"})})}exports.NavigationMenu=m;exports.NavigationMenuContent=x;exports.NavigationMenuIndicator=w;exports.NavigationMenuItem=p;exports.NavigationMenuLink=b;exports.NavigationMenuList=v;exports.NavigationMenuTrigger=f;exports.NavigationMenuViewport=u;exports.navigationMenuTriggerStyle=s;
@@ -0,0 +1,171 @@
1
+ import { j as e } from "../jsx-runtime-C5mzlN2N.js";
2
+ import * as n from "@radix-ui/react-navigation-menu";
3
+ import { c as s } from "../index-BqtVL8d-.js";
4
+ import { c as o } from "../index-CRiPKpXj.js";
5
+ import { I as u } from "../icon-component-BZ-4FDV6.js";
6
+ function f({
7
+ className: t,
8
+ children: a,
9
+ viewport: i = !0,
10
+ ...r
11
+ }) {
12
+ return /* @__PURE__ */ e.jsxs(
13
+ n.Root,
14
+ {
15
+ "data-slot": "navigation-menu",
16
+ "data-viewport": i,
17
+ className: o(
18
+ "group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",
19
+ t
20
+ ),
21
+ ...r,
22
+ children: [
23
+ a,
24
+ i && /* @__PURE__ */ e.jsx(l, {})
25
+ ]
26
+ }
27
+ );
28
+ }
29
+ function p({
30
+ className: t,
31
+ ...a
32
+ }) {
33
+ return /* @__PURE__ */ e.jsx(
34
+ n.List,
35
+ {
36
+ "data-slot": "navigation-menu-list",
37
+ className: o(
38
+ "group flex flex-1 list-none items-center justify-center gap-1",
39
+ t
40
+ ),
41
+ ...a
42
+ }
43
+ );
44
+ }
45
+ function x({
46
+ className: t,
47
+ ...a
48
+ }) {
49
+ return /* @__PURE__ */ e.jsx(
50
+ n.Item,
51
+ {
52
+ "data-slot": "navigation-menu-item",
53
+ className: o("relative", t),
54
+ ...a
55
+ }
56
+ );
57
+ }
58
+ const d = s(
59
+ "group bg-background hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground data-[state=open]:hover:bg-accent data-[state=open]:text-accent-foreground data-[state=open]:focus:bg-accent data-[state=open]:bg-accent/50 focus-visible:ring-ring/50 inline-flex h-9 w-max items-center justify-center rounded-md px-4 py-2 text-sm font-medium transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50"
60
+ );
61
+ function w({
62
+ className: t,
63
+ children: a,
64
+ ...i
65
+ }) {
66
+ return /* @__PURE__ */ e.jsxs(
67
+ n.Trigger,
68
+ {
69
+ "data-slot": "navigation-menu-trigger",
70
+ className: o(d(), "group", t),
71
+ ...i,
72
+ children: [
73
+ a,
74
+ " ",
75
+ /* @__PURE__ */ e.jsx(
76
+ u,
77
+ {
78
+ iconName: "IconChevronDown",
79
+ className: "relative top-[1px] ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180",
80
+ "aria-hidden": "true"
81
+ }
82
+ )
83
+ ]
84
+ }
85
+ );
86
+ }
87
+ function b({
88
+ className: t,
89
+ ...a
90
+ }) {
91
+ return /* @__PURE__ */ e.jsx(
92
+ n.Content,
93
+ {
94
+ "data-slot": "navigation-menu-content",
95
+ className: o(
96
+ "data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 top-0 left-0 w-full p-2 pr-2.5 md:absolute md:w-auto",
97
+ "group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:data-[state=open]:animate-in group-data-[viewport=false]/navigation-menu:data-[state=closed]:animate-out group-data-[viewport=false]/navigation-menu:data-[state=closed]:zoom-out-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:fade-in-0 group-data-[viewport=false]/navigation-menu:data-[state=closed]:fade-out-0 group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded-md group-data-[viewport=false]/navigation-menu:border group-data-[viewport=false]/navigation-menu:shadow group-data-[viewport=false]/navigation-menu:duration-200 **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none",
98
+ t
99
+ ),
100
+ ...a
101
+ }
102
+ );
103
+ }
104
+ function l({
105
+ className: t,
106
+ ...a
107
+ }) {
108
+ return /* @__PURE__ */ e.jsx(
109
+ "div",
110
+ {
111
+ className: o(
112
+ "absolute top-full left-0 isolate z-50 flex justify-center"
113
+ ),
114
+ children: /* @__PURE__ */ e.jsx(
115
+ n.Viewport,
116
+ {
117
+ "data-slot": "navigation-menu-viewport",
118
+ className: o(
119
+ "origin-top-center bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border shadow md:w-[var(--radix-navigation-menu-viewport-width)]",
120
+ t
121
+ ),
122
+ ...a
123
+ }
124
+ )
125
+ }
126
+ );
127
+ }
128
+ function h({
129
+ className: t,
130
+ ...a
131
+ }) {
132
+ return /* @__PURE__ */ e.jsx(
133
+ n.Link,
134
+ {
135
+ "data-slot": "navigation-menu-link",
136
+ className: o(
137
+ "data-[active=true]:focus:bg-accent data-[active=true]:hover:bg-accent data-[active=true]:bg-accent/50 data-[active=true]:text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:ring-ring/50 [&_svg:not([class*='text-'])]:text-muted-foreground flex flex-col gap-1 rounded-sm p-2 text-sm transition-all outline-none focus-visible:ring-[3px] focus-visible:outline-1 [&_svg:not([class*='size-'])]:size-4",
138
+ t
139
+ ),
140
+ ...a
141
+ }
142
+ );
143
+ }
144
+ function N({
145
+ className: t,
146
+ ...a
147
+ }) {
148
+ return /* @__PURE__ */ e.jsx(
149
+ n.Indicator,
150
+ {
151
+ "data-slot": "navigation-menu-indicator",
152
+ className: o(
153
+ "data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden",
154
+ t
155
+ ),
156
+ ...a,
157
+ children: /* @__PURE__ */ e.jsx("div", { className: "bg-border relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm shadow-md" })
158
+ }
159
+ );
160
+ }
161
+ export {
162
+ f as NavigationMenu,
163
+ b as NavigationMenuContent,
164
+ N as NavigationMenuIndicator,
165
+ x as NavigationMenuItem,
166
+ h as NavigationMenuLink,
167
+ p as NavigationMenuList,
168
+ w as NavigationMenuTrigger,
169
+ l as NavigationMenuViewport,
170
+ d as navigationMenuTriggerStyle
171
+ };