@typlog/ui 0.12.1 → 0.12.3

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/components.js CHANGED
@@ -1,9 +1,12 @@
1
- import { defineComponent, toRefs, createBlock, openBlock, unref, withCtx, createVNode, renderSlot, markRaw, createElementBlock, createElementVNode, computed, normalizeClass, createTextVNode, toDisplayString, createCommentVNode, mergeProps, mergeModels, useTemplateRef, useModel, withDirectives, isRef, vModelDynamic, vModelText, onMounted, normalizeStyle, normalizeProps, guardReactiveProps, Fragment, ref, watch, renderList, withModifiers, vModelRadio, effectScope, createStaticVNode, resolveDynamicComponent } from "vue";
2
- import { createContext, TooltipProvider, Primitive, useForwardProps, useEmitAsProps, AvatarRoot, AvatarImage, AvatarFallback, ScrollAreaRoot, ScrollAreaViewport, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaCorner, injectDialogRootContext, useForwardExpose, DialogPortal, DialogOverlay, DialogContent, useForwardPropsEmits, AlertDialogPortal, AlertDialogOverlay, AlertDialogContent, DropdownMenuPortal, DropdownMenuContent, DropdownMenuItem, PopoverPortal, PopoverContent, SwitchRoot, SwitchThumb, CheckboxRoot, CheckboxIndicator, Toggle, ToggleGroupRoot, ToggleGroupItem, SelectRoot, SelectPortal, SelectContent, SelectViewport, SelectTrigger, SelectValue, SelectItem, SelectItemIndicator, SelectItemText, SelectLabel, ComboboxRoot, injectComboboxRootContext as injectComboboxRootContext$1, ComboboxAnchor, ComboboxInput, ComboboxTrigger, ComboboxPortal, ComboboxContent, ComboboxViewport, ComboboxItem, ComboboxItemIndicator, ComboboxLabel, ComboboxEmpty, RadioGroupRoot, RadioGroupItem, TabsList, TabsIndicator, TabsTrigger, EditableRoot, EditableArea, EditablePreview, EditableInput, AccordionRoot, useId, AccordionItem, AccordionContent, AccordionTrigger, CollapsibleRoot, CollapsibleTrigger, CollapsibleContent, ToastRoot, ToastTitle, ToastDescription, ToastAction, ToastProvider, ToastPortal, ToastViewport, TooltipRoot, TooltipTrigger, TooltipPortal, TooltipContent, TooltipArrow, ProgressRoot, ProgressIndicator } from "reka-ui";
3
- import { AlertDialogAction, AlertDialogCancel, AlertDialogRoot, AlertDialogTrigger, CheckboxGroupRoot, ComboboxGroup, DialogClose, DialogRoot, DialogTrigger, DropdownMenuRoot, DropdownMenuTrigger, PopoverClose, PopoverRoot, PopoverTrigger, SelectGroup, TabsContent, TabsRoot } from "reka-ui";
1
+ import { defineComponent, toRefs, createBlock, openBlock, unref, withCtx, createVNode, mergeProps, renderSlot, markRaw, createElementBlock, createElementVNode, computed, normalizeClass, createTextVNode, toDisplayString, createCommentVNode, normalizeStyle, normalizeProps, guardReactiveProps, useAttrs, mergeModels, useTemplateRef, useModel, withDirectives, isRef, vModelDynamic, vModelText, onMounted, Fragment, ref, watch, renderList, withModifiers, vModelRadio, effectScope, createStaticVNode, resolveDynamicComponent } from "vue";
2
+ import { createContext, TooltipProvider, Primitive, useForwardProps, useEmitAsProps, AvatarRoot, AvatarImage, AvatarFallback, ScrollAreaRoot, ScrollAreaViewport, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaCorner, TooltipRoot, TooltipTrigger, TooltipPortal, TooltipContent, TooltipArrow, DialogClose, injectDialogRootContext, useForwardExpose, DialogPortal, DialogOverlay, DialogContent, useForwardPropsEmits, AlertDialogPortal, AlertDialogOverlay, AlertDialogContent, DropdownMenuPortal, DropdownMenuContent, DropdownMenuItem, PopoverPortal, PopoverContent, NavigationMenuRoot, NavigationMenuViewport, NavigationMenuList, NavigationMenuIndicator, NavigationMenuLink, NavigationMenuTrigger, NavigationMenuContent, SwitchRoot, SwitchThumb, CheckboxRoot, CheckboxIndicator, Toggle, ToggleGroupRoot, ToggleGroupItem, SelectRoot, SelectPortal, SelectContent, SelectViewport, SelectTrigger, SelectValue, SelectItem, SelectItemIndicator, SelectItemText, SelectLabel, ComboboxRoot, injectComboboxRootContext as injectComboboxRootContext$1, ComboboxAnchor, ComboboxInput, ComboboxTrigger, ComboboxPortal, ComboboxContent, ComboboxViewport, ComboboxItem, ComboboxItemIndicator, ComboboxLabel, ComboboxEmpty, RadioGroupRoot, RadioGroupItem, TabsList, TabsIndicator, TabsTrigger, EditableRoot, EditableArea, EditablePreview, EditableInput, AccordionRoot, useId, AccordionItem, AccordionContent, AccordionTrigger, CollapsibleRoot, CollapsibleTrigger, CollapsibleContent, ToastRoot, ToastTitle, ToastDescription, ToastAction, ToastProvider, ToastPortal, ToastViewport, ProgressRoot, ProgressIndicator } from "reka-ui";
3
+ import { AlertDialogAction, AlertDialogCancel, AlertDialogRoot, AlertDialogTrigger, CheckboxGroupRoot, ComboboxGroup, DialogClose as DialogClose2, DialogRoot, DialogTrigger, DropdownMenuRoot, DropdownMenuTrigger, NavigationMenuItem, PopoverClose, PopoverRoot, PopoverTrigger, SelectGroup, TabsContent, TabsRoot } from "reka-ui";
4
4
  import { Icon } from "@iconify/vue";
5
5
  const [injectThemeContext, provideThemeContext] = createContext("ThemeProvider");
6
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
6
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
7
+ ...{
8
+ inheritAttrs: false
9
+ },
7
10
  __name: "ThemeProvider",
8
11
  props: {
9
12
  accentColor: { default: "indigo" },
@@ -29,7 +32,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
29
32
  return (_ctx, _cache) => {
30
33
  return openBlock(), createBlock(unref(TooltipProvider), null, {
31
34
  default: withCtx(() => [
32
- createVNode(unref(Primitive), {
35
+ createVNode(unref(Primitive), mergeProps({
33
36
  class: "ui-root",
34
37
  "data-accent-color": unref(accentColor),
35
38
  "data-gray-color": unref(grayColor),
@@ -39,32 +42,32 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
39
42
  "data-has-background": unref(hasBackground),
40
43
  as: props.as,
41
44
  "as-child": props.asChild
42
- }, {
45
+ }, _ctx.$attrs), {
43
46
  default: withCtx(() => [
44
47
  renderSlot(_ctx.$slots, "default")
45
48
  ]),
46
49
  _: 3
47
- }, 8, ["data-accent-color", "data-gray-color", "data-radius", "data-scaling", "data-panel-background", "data-has-background", "as", "as-child"])
50
+ }, 16, ["data-accent-color", "data-gray-color", "data-radius", "data-scaling", "data-panel-background", "data-has-background", "as", "as-child"])
48
51
  ]),
49
52
  _: 3
50
53
  });
51
54
  };
52
55
  }
53
56
  });
54
- const _hoisted_1$v = {
57
+ const _hoisted_1$w = {
55
58
  viewBox: "0 0 24 24",
56
59
  width: "1em",
57
60
  height: "1em"
58
61
  };
59
- function render$9(_ctx, _cache) {
60
- return openBlock(), createElementBlock("svg", _hoisted_1$v, _cache[0] || (_cache[0] = [
62
+ function render$a(_ctx, _cache) {
63
+ return openBlock(), createElementBlock("svg", _hoisted_1$w, _cache[0] || (_cache[0] = [
61
64
  createElementVNode("path", {
62
65
  fill: "currentColor",
63
66
  d: "M4 22a8 8 0 1 1 16 0h-2a6 6 0 0 0-12 0zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4"
64
67
  }, null, -1)
65
68
  ]));
66
69
  }
67
- const UserIcon = markRaw({ name: "ri-user-line", render: render$9 });
70
+ const UserIcon = markRaw({ name: "ri-user-line", render: render$a });
68
71
  function useForwardPropsWithout(props, exclude) {
69
72
  const parsedProps = useForwardProps(props);
70
73
  return computed(() => ({
@@ -111,7 +114,7 @@ function kebabize(str) {
111
114
  function _kebabReplace(str, ofs) {
112
115
  return (ofs ? "-" : "") + str.toLowerCase();
113
116
  }
114
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
117
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
115
118
  __name: "Avatar",
116
119
  props: {
117
120
  alt: {},
@@ -171,7 +174,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
171
174
  };
172
175
  }
173
176
  });
174
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
177
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
175
178
  __name: "Badge",
176
179
  props: {
177
180
  variant: { default: "soft" },
@@ -201,7 +204,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
201
204
  };
202
205
  }
203
206
  });
204
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
207
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
205
208
  __name: "Card",
206
209
  props: {
207
210
  variant: { default: "surface" },
@@ -228,7 +231,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
228
231
  };
229
232
  }
230
233
  });
231
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
234
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
232
235
  __name: "Button",
233
236
  props: {
234
237
  variant: { default: "solid" },
@@ -261,7 +264,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
261
264
  };
262
265
  }
263
266
  });
264
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
267
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
265
268
  __name: "IconButton",
266
269
  props: {
267
270
  variant: { default: "solid" },
@@ -294,7 +297,56 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
294
297
  };
295
298
  }
296
299
  });
297
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
300
+ const _hoisted_1$v = {
301
+ viewBox: "0 0 15 15",
302
+ width: "1em",
303
+ height: "1em"
304
+ };
305
+ function render$9(_ctx, _cache) {
306
+ return openBlock(), createElementBlock("svg", _hoisted_1$v, _cache[0] || (_cache[0] = [
307
+ createElementVNode("path", {
308
+ fill: "currentColor",
309
+ "fill-rule": "evenodd",
310
+ d: "M11.782 4.032a.575.575 0 1 0-.813-.814L7.5 6.687L4.032 3.218a.575.575 0 0 0-.814.814L6.687 7.5l-3.469 3.468a.575.575 0 0 0 .814.814L7.5 8.313l3.469 3.469a.575.575 0 0 0 .813-.814L8.313 7.5z",
311
+ "clip-rule": "evenodd"
312
+ }, null, -1)
313
+ ]));
314
+ }
315
+ const CrossIcon = markRaw({ name: "radix-icons-cross-2", render: render$9 });
316
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
317
+ __name: "CloseButton",
318
+ props: {
319
+ variant: { default: "ghost" },
320
+ color: { default: "gray" },
321
+ radius: {},
322
+ size: { default: "2" },
323
+ highContrast: { type: Boolean, default: false },
324
+ disabled: { type: Boolean },
325
+ as: { default: "button" },
326
+ asChild: { type: Boolean }
327
+ },
328
+ setup(__props) {
329
+ const props = __props;
330
+ const resetClass = buildPropsClass(props, ["size", "variant", "highContrast"]);
331
+ return (_ctx, _cache) => {
332
+ return openBlock(), createBlock(unref(Primitive), {
333
+ class: normalizeClass(["ui-Button ui-CloseButton", unref(resetClass)]),
334
+ "as-child": props.asChild,
335
+ as: props.as,
336
+ "data-accent-color": props.color,
337
+ "data-radius": props.radius,
338
+ "data-disabled": props.disabled ? true : void 0,
339
+ disabled: props.disabled && props.as === "button" ? true : void 0
340
+ }, {
341
+ default: withCtx(() => [
342
+ createVNode(unref(CrossIcon))
343
+ ]),
344
+ _: 1
345
+ }, 8, ["class", "as-child", "as", "data-accent-color", "data-radius", "data-disabled", "disabled"]);
346
+ };
347
+ }
348
+ });
349
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
298
350
  __name: "ScrollArea",
299
351
  props: {
300
352
  size: { default: "1" },
@@ -358,7 +410,159 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
358
410
  };
359
411
  }
360
412
  });
361
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
413
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
414
+ __name: "ThemeWrapper",
415
+ props: {
416
+ accentColor: {},
417
+ radius: {}
418
+ },
419
+ setup(__props) {
420
+ const props = __props;
421
+ const theme = injectThemeContext();
422
+ return (_ctx, _cache) => {
423
+ return openBlock(), createBlock(unref(Primitive), {
424
+ class: "ui-root",
425
+ "data-accent-color": props.accentColor || unref(theme).accentColor.value,
426
+ "data-gray-color": unref(theme).grayColor.value,
427
+ "data-radius": props.radius || unref(theme).radius.value,
428
+ "data-scaling": unref(theme).scaling.value,
429
+ "as-child": ""
430
+ }, {
431
+ default: withCtx(() => [
432
+ renderSlot(_ctx.$slots, "default")
433
+ ]),
434
+ _: 3
435
+ }, 8, ["data-accent-color", "data-gray-color", "data-radius", "data-scaling"]);
436
+ };
437
+ }
438
+ });
439
+ const _hoisted_1$u = ["textContent"];
440
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
441
+ ...{
442
+ inheritAttrs: false
443
+ },
444
+ __name: "Tooltip",
445
+ props: {
446
+ content: {},
447
+ maxWidth: { default: "360px" },
448
+ color: { default: "gray" },
449
+ forceMount: { type: Boolean },
450
+ ariaLabel: {},
451
+ asChild: { type: Boolean },
452
+ as: {},
453
+ side: { default: "top" },
454
+ sideOffset: { default: 4 },
455
+ align: {},
456
+ alignOffset: {},
457
+ avoidCollisions: { type: Boolean, default: true },
458
+ collisionBoundary: {},
459
+ collisionPadding: { default: 10 },
460
+ arrowPadding: {},
461
+ sticky: {},
462
+ hideWhenDetached: { type: Boolean },
463
+ positionStrategy: {},
464
+ updatePositionStrategy: {}
465
+ },
466
+ setup(__props) {
467
+ const props = __props;
468
+ return (_ctx, _cache) => {
469
+ return openBlock(), createBlock(unref(TooltipRoot), null, {
470
+ default: withCtx(() => [
471
+ createVNode(unref(TooltipTrigger), mergeProps({
472
+ as: props.as,
473
+ "as-child": props.asChild
474
+ }, _ctx.$attrs), {
475
+ default: withCtx(() => [
476
+ renderSlot(_ctx.$slots, "default")
477
+ ]),
478
+ _: 3
479
+ }, 16, ["as", "as-child"]),
480
+ createVNode(unref(TooltipPortal), null, {
481
+ default: withCtx(() => [
482
+ createVNode(_sfc_main$_, null, {
483
+ default: withCtx(() => [
484
+ createVNode(unref(TooltipContent), {
485
+ class: "ui-Tooltip",
486
+ align: props.align,
487
+ "align-offset": props.alignOffset,
488
+ "aria-label": props.ariaLabel,
489
+ "arrow-padding": props.arrowPadding,
490
+ "avoid-collisions": props.avoidCollisions,
491
+ "collision-boundary": props.collisionBoundary,
492
+ "collision-padding": props.collisionPadding,
493
+ "hide-when-detached": props.hideWhenDetached,
494
+ side: props.side,
495
+ "side-offset": props.sideOffset,
496
+ sticky: props.sticky,
497
+ "data-accent-color": props.color,
498
+ style: normalizeStyle({ maxWidth: props.maxWidth })
499
+ }, {
500
+ default: withCtx(() => [
501
+ renderSlot(_ctx.$slots, "content", {}, () => [
502
+ createElementVNode("p", {
503
+ class: "ui-TooltipText",
504
+ textContent: toDisplayString(props.content)
505
+ }, null, 8, _hoisted_1$u)
506
+ ]),
507
+ createVNode(unref(TooltipArrow), { class: "ui-TooltipArrow" })
508
+ ]),
509
+ _: 3
510
+ }, 8, ["align", "align-offset", "aria-label", "arrow-padding", "avoid-collisions", "collision-boundary", "collision-padding", "hide-when-detached", "side", "side-offset", "sticky", "data-accent-color", "style"])
511
+ ]),
512
+ _: 3
513
+ })
514
+ ]),
515
+ _: 3
516
+ })
517
+ ]),
518
+ _: 3
519
+ });
520
+ };
521
+ }
522
+ });
523
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
524
+ __name: "DialogCloseButton",
525
+ props: {
526
+ tooltip: { default: "Close" },
527
+ variant: { default: "ghost" },
528
+ color: { default: "gray" },
529
+ radius: {},
530
+ size: { default: "2" },
531
+ highContrast: { type: Boolean, default: false },
532
+ disabled: { type: Boolean },
533
+ as: { default: "button" },
534
+ asChild: { type: Boolean }
535
+ },
536
+ setup(__props) {
537
+ const props = __props;
538
+ const forwarded = useForwardPropsWithout(props, ["tooltip"]);
539
+ return (_ctx, _cache) => {
540
+ return openBlock(), createBlock(_sfc_main$Z, {
541
+ content: props.tooltip,
542
+ "as-child": ""
543
+ }, {
544
+ default: withCtx(() => [
545
+ createVNode(unref(DialogClose), {
546
+ class: "ui-DialogCloseButton",
547
+ "as-child": ""
548
+ }, {
549
+ default: withCtx(() => [
550
+ createVNode(_sfc_main$11, normalizeProps(guardReactiveProps(unref(forwarded))), {
551
+ default: withCtx(() => [
552
+ createVNode(unref(CrossIcon))
553
+ ]),
554
+ _: 1
555
+ }, 16)
556
+ ]),
557
+ _: 1
558
+ })
559
+ ]),
560
+ _: 1
561
+ }, 8, ["content"]);
562
+ };
563
+ }
564
+ });
565
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
362
566
  __name: "DialogTitle",
363
567
  props: {
364
568
  asChild: { type: Boolean },
@@ -381,7 +585,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
381
585
  };
382
586
  }
383
587
  });
384
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
588
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
385
589
  __name: "DialogDescription",
386
590
  props: {
387
591
  asChild: { type: Boolean },
@@ -404,35 +608,9 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
404
608
  };
405
609
  }
406
610
  });
407
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
408
- __name: "ThemeWrapper",
409
- props: {
410
- accentColor: {},
411
- radius: {}
412
- },
413
- setup(__props) {
414
- const props = __props;
415
- const theme = injectThemeContext();
416
- return (_ctx, _cache) => {
417
- return openBlock(), createBlock(unref(Primitive), {
418
- class: "ui-root",
419
- "data-accent-color": props.accentColor || unref(theme).accentColor.value,
420
- "data-gray-color": unref(theme).grayColor.value,
421
- "data-radius": props.radius || unref(theme).radius.value,
422
- "data-scaling": unref(theme).scaling.value,
423
- "as-child": ""
424
- }, {
425
- default: withCtx(() => [
426
- renderSlot(_ctx.$slots, "default")
427
- ]),
428
- _: 3
429
- }, 8, ["data-accent-color", "data-gray-color", "data-radius", "data-scaling"]);
430
- };
431
- }
432
- });
433
- const _hoisted_1$u = { class: "ui-DialogWrapper" };
611
+ const _hoisted_1$t = { class: "ui-DialogWrapper" };
434
612
  const _hoisted_2$8 = { class: "ui-DialogContainer" };
435
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
613
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
436
614
  ...{
437
615
  inheritAttrs: false
438
616
  },
@@ -452,11 +630,11 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
452
630
  return (_ctx, _cache) => {
453
631
  return openBlock(), createBlock(unref(DialogPortal), null, {
454
632
  default: withCtx(() => [
455
- createVNode(_sfc_main$S, null, {
633
+ createVNode(_sfc_main$_, null, {
456
634
  default: withCtx(() => [
457
635
  createVNode(unref(DialogOverlay), { class: "ui-DialogOverlay" }, {
458
636
  default: withCtx(() => [
459
- createElementVNode("div", _hoisted_1$u, [
637
+ createElementVNode("div", _hoisted_1$t, [
460
638
  createElementVNode("div", _hoisted_2$8, [
461
639
  createVNode(unref(DialogContent), mergeProps({
462
640
  class: ["ui-DialogPopup", `r-size-${props.size}`]
@@ -483,9 +661,9 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
483
661
  };
484
662
  }
485
663
  });
486
- const _hoisted_1$t = { class: "ui-DialogWrapper" };
664
+ const _hoisted_1$s = { class: "ui-DialogWrapper" };
487
665
  const _hoisted_2$7 = { class: "ui-DialogContainer" };
488
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
666
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
489
667
  ...{
490
668
  inheritAttrs: false
491
669
  },
@@ -504,11 +682,11 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
504
682
  return (_ctx, _cache) => {
505
683
  return openBlock(), createBlock(unref(AlertDialogPortal), null, {
506
684
  default: withCtx(() => [
507
- createVNode(_sfc_main$S, null, {
685
+ createVNode(_sfc_main$_, null, {
508
686
  default: withCtx(() => [
509
687
  createVNode(unref(AlertDialogOverlay), { class: "ui-DialogOverlay" }, {
510
688
  default: withCtx(() => [
511
- createElementVNode("div", _hoisted_1$t, [
689
+ createElementVNode("div", _hoisted_1$s, [
512
690
  createElementVNode("div", _hoisted_2$7, [
513
691
  createVNode(unref(AlertDialogContent), mergeProps({ class: "ui-DialogPopup ui-AlertPopup r-size-3" }, {
514
692
  ..._ctx.$attrs,
@@ -533,9 +711,9 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
533
711
  };
534
712
  }
535
713
  });
536
- const _hoisted_1$s = { class: "ui-MenuViewport" };
714
+ const _hoisted_1$r = { class: "ui-MenuViewport" };
537
715
  const [injectDropdownMenuContentContext, provideDropdownMenuContentContext] = createContext("ui:DropdownMenuContent");
538
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
716
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
539
717
  ...{
540
718
  inheritAttrs: false
541
719
  },
@@ -585,7 +763,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
585
763
  return (_ctx, _cache) => {
586
764
  return openBlock(), createBlock(unref(DropdownMenuPortal), null, {
587
765
  default: withCtx(() => [
588
- createVNode(_sfc_main$S, {
766
+ createVNode(_sfc_main$_, {
589
767
  "accent-color": props.color
590
768
  }, {
591
769
  default: withCtx(() => [
@@ -597,9 +775,9 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
597
775
  class: ["ui-PopperContent ui-MenuContent", unref(resetClass)]
598
776
  }), {
599
777
  default: withCtx(() => [
600
- createVNode(_sfc_main$V, { type: "auto" }, {
778
+ createVNode(_sfc_main$$, { type: "auto" }, {
601
779
  default: withCtx(() => [
602
- createElementVNode("div", _hoisted_1$s, [
780
+ createElementVNode("div", _hoisted_1$r, [
603
781
  renderSlot(_ctx.$slots, "default")
604
782
  ])
605
783
  ]),
@@ -617,8 +795,8 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
617
795
  };
618
796
  }
619
797
  });
620
- const _hoisted_1$r = ["textContent"];
621
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
798
+ const _hoisted_1$q = ["textContent"];
799
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
622
800
  __name: "DropdownMenuItem",
623
801
  props: {
624
802
  color: {},
@@ -638,7 +816,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
638
816
  return (_ctx, _cache) => {
639
817
  return openBlock(), createBlock(unref(DropdownMenuItem), mergeProps({
640
818
  class: "ui-MenuItem",
641
- "data-accent-color": props.color,
819
+ "data-accent-color": props.color || unref(rootContext).color.value,
642
820
  "data-variant": unref(rootContext).variant.value,
643
821
  "data-high-contrast": unref(rootContext).highContrast?.value || void 0
644
822
  }, unref(forwarded)), {
@@ -648,7 +826,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
648
826
  key: 0,
649
827
  class: "ui-MenuShortcut",
650
828
  textContent: toDisplayString(props.shortcut)
651
- }, null, 8, _hoisted_1$r)) : createCommentVNode("", true)
829
+ }, null, 8, _hoisted_1$q)) : createCommentVNode("", true)
652
830
  ]),
653
831
  _: 3
654
832
  }, 16, ["data-accent-color", "data-variant", "data-high-contrast"]);
@@ -662,72 +840,255 @@ const _export_sfc = (sfc, props) => {
662
840
  }
663
841
  return target;
664
842
  };
665
- const _sfc_main$N = {};
666
- const _hoisted_1$q = {
843
+ const _sfc_main$R = {};
844
+ const _hoisted_1$p = {
667
845
  class: "ui-DropdownMenuSeparator",
668
846
  "aria-hidden": "true"
669
847
  };
670
848
  function _sfc_render$2(_ctx, _cache) {
671
- return openBlock(), createElementBlock("div", _hoisted_1$q);
849
+ return openBlock(), createElementBlock("div", _hoisted_1$p);
672
850
  }
673
- const DropdownMenuSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$2]]);
674
- const _sfc_main$M = /* @__PURE__ */ defineComponent({
851
+ const DropdownMenuSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$2]]);
852
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
675
853
  ...{
676
854
  inheritAttrs: false
677
855
  },
678
856
  __name: "PopoverPopup",
679
857
  props: {
680
- size: { default: "1" },
858
+ size: { default: "1" },
859
+ forceMount: { type: Boolean },
860
+ side: { default: "bottom" },
861
+ sideOffset: { default: 4 },
862
+ sideFlip: { type: Boolean },
863
+ align: { default: "start" },
864
+ alignOffset: {},
865
+ alignFlip: { type: Boolean },
866
+ avoidCollisions: { type: Boolean },
867
+ collisionBoundary: {},
868
+ collisionPadding: {},
869
+ arrowPadding: {},
870
+ sticky: {},
871
+ hideWhenDetached: { type: Boolean },
872
+ positionStrategy: {},
873
+ updatePositionStrategy: {},
874
+ disableUpdateOnLayoutShift: { type: Boolean },
875
+ prioritizePosition: { type: Boolean },
876
+ reference: {},
877
+ asChild: { type: Boolean },
878
+ as: {},
879
+ disableOutsidePointerEvents: { type: Boolean }
880
+ },
881
+ emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
882
+ setup(__props, { emit: __emit }) {
883
+ const props = __props;
884
+ const emits = __emit;
885
+ const forwarded = useForwardPropsEmitsWithout(props, emits, ["to", "size"]);
886
+ return (_ctx, _cache) => {
887
+ return openBlock(), createBlock(unref(PopoverPortal), null, {
888
+ default: withCtx(() => [
889
+ createVNode(_sfc_main$_, null, {
890
+ default: withCtx(() => [
891
+ createVNode(unref(PopoverContent), mergeProps({ ..._ctx.$attrs, ...unref(forwarded) }, {
892
+ class: ["ui-PopoverPopup ui-PopperContent", `r-size-${props.size}`]
893
+ }), {
894
+ default: withCtx(() => [
895
+ renderSlot(_ctx.$slots, "default")
896
+ ]),
897
+ _: 3
898
+ }, 16, ["class"])
899
+ ]),
900
+ _: 3
901
+ })
902
+ ]),
903
+ _: 3
904
+ });
905
+ };
906
+ }
907
+ });
908
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
909
+ __name: "NavigationMenuRoot",
910
+ props: {
911
+ modelValue: {},
912
+ defaultValue: {},
913
+ dir: {},
914
+ orientation: {},
915
+ delayDuration: {},
916
+ skipDelayDuration: {},
917
+ disableClickTrigger: { type: Boolean },
918
+ disableHoverTrigger: { type: Boolean },
919
+ disablePointerLeaveClose: { type: Boolean },
920
+ unmountOnHide: { type: Boolean },
921
+ asChild: { type: Boolean },
922
+ as: {}
923
+ },
924
+ emits: ["update:modelValue"],
925
+ setup(__props, { emit: __emit }) {
926
+ const props = __props;
927
+ const emits = __emit;
928
+ const forwarded = useForwardPropsEmits(props, emits);
929
+ return (_ctx, _cache) => {
930
+ return openBlock(), createBlock(unref(NavigationMenuRoot), mergeProps(unref(forwarded), { class: "ui-NavigationMenuRoot" }), {
931
+ default: withCtx(() => [
932
+ renderSlot(_ctx.$slots, "default"),
933
+ createVNode(unref(NavigationMenuViewport), { class: "ui-NavigationMenuViewport" })
934
+ ]),
935
+ _: 3
936
+ }, 16);
937
+ };
938
+ }
939
+ });
940
+ const [injectNavigationMenuListContext, provideNavigationMenuListContext] = createContext("ui:NavigationMenuList");
941
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
942
+ __name: "NavigationMenuList",
943
+ props: {
944
+ color: {},
945
+ size: { default: "2" },
946
+ radius: {},
947
+ asChild: { type: Boolean },
948
+ as: {}
949
+ },
950
+ setup(__props) {
951
+ const props = __props;
952
+ const forwarded = useForwardPropsWithout(props, ["color", "size", "radius"]);
953
+ const resetClass = buildPropsClass(props, ["size"]);
954
+ const { color, radius, size } = toRefs(props);
955
+ provideNavigationMenuListContext({
956
+ color,
957
+ radius,
958
+ size
959
+ });
960
+ return (_ctx, _cache) => {
961
+ return openBlock(), createBlock(unref(NavigationMenuList), mergeProps(unref(forwarded), {
962
+ class: ["ui-NavigationMenuList", unref(resetClass)]
963
+ }), {
964
+ default: withCtx(() => [
965
+ renderSlot(_ctx.$slots, "default"),
966
+ createVNode(unref(NavigationMenuIndicator), { class: "ui-NavigationMenuIndicator" })
967
+ ]),
968
+ _: 3
969
+ }, 16, ["class"]);
970
+ };
971
+ }
972
+ });
973
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
974
+ __name: "NavigationMenuLink",
975
+ props: {
976
+ color: {},
977
+ size: { default: "2" },
978
+ radius: {},
979
+ active: { type: Boolean },
980
+ asChild: { type: Boolean },
981
+ as: {}
982
+ },
983
+ emits: ["select"],
984
+ setup(__props, { emit: __emit }) {
985
+ const props = __props;
986
+ const emits = __emit;
987
+ const ctx = injectNavigationMenuListContext(null);
988
+ const forwarded = useForwardPropsEmitsWithout(props, emits, ["color", "size", "radius"]);
989
+ const resetClass = computed(() => {
990
+ const size = props.size || ctx?.size.value || "2";
991
+ return `r-size-${size}`;
992
+ });
993
+ return (_ctx, _cache) => {
994
+ return openBlock(), createBlock(unref(NavigationMenuLink), mergeProps({ class: "ui-NavigationMenuLink" }, unref(forwarded), {
995
+ class: resetClass.value,
996
+ "data-accent-color": props.color || unref(ctx)?.color.value,
997
+ "data-radius": props.radius || unref(ctx)?.radius.value
998
+ }), {
999
+ default: withCtx(() => [
1000
+ renderSlot(_ctx.$slots, "default")
1001
+ ]),
1002
+ _: 3
1003
+ }, 16, ["class", "data-accent-color", "data-radius"]);
1004
+ };
1005
+ }
1006
+ });
1007
+ const _hoisted_1$o = {
1008
+ viewBox: "0 0 15 15",
1009
+ width: "1em",
1010
+ height: "1em"
1011
+ };
1012
+ function render$8(_ctx, _cache) {
1013
+ return openBlock(), createElementBlock("svg", _hoisted_1$o, _cache[0] || (_cache[0] = [
1014
+ createElementVNode("path", {
1015
+ fill: "currentColor",
1016
+ "fill-rule": "evenodd",
1017
+ d: "M4.182 6.182a.45.45 0 0 1 .636 0L7.5 8.864l2.682-2.682a.45.45 0 0 1 .636.636l-3 3a.45.45 0 0 1-.636 0l-3-3a.45.45 0 0 1 0-.636",
1018
+ "clip-rule": "evenodd"
1019
+ }, null, -1)
1020
+ ]));
1021
+ }
1022
+ const CaretDownIcon = markRaw({ name: "radix-icons-caret-down", render: render$8 });
1023
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
1024
+ __name: "NavigationMenuTrigger",
1025
+ props: {
1026
+ color: {},
1027
+ size: {},
1028
+ radius: {},
1029
+ disabled: { type: Boolean },
1030
+ asChild: { type: Boolean },
1031
+ as: {}
1032
+ },
1033
+ setup(__props) {
1034
+ const props = __props;
1035
+ const ctx = injectNavigationMenuListContext(null);
1036
+ const forwarded = useForwardPropsWithout(props, ["color", "size", "radius"]);
1037
+ const attrs = useAttrs();
1038
+ const defaultAs = computed(() => {
1039
+ if (props.as) {
1040
+ return props.as;
1041
+ }
1042
+ if (attrs.href) {
1043
+ return "a";
1044
+ } else {
1045
+ return forwarded.value.as;
1046
+ }
1047
+ });
1048
+ const resetClass = computed(() => {
1049
+ const size = props.size || ctx?.size.value || "2";
1050
+ return `r-size-${size}`;
1051
+ });
1052
+ return (_ctx, _cache) => {
1053
+ return openBlock(), createBlock(unref(NavigationMenuTrigger), mergeProps({ class: "ui-NavigationMenuTrigger" }, unref(forwarded), {
1054
+ as: defaultAs.value,
1055
+ class: resetClass.value,
1056
+ "data-accent-color": props.color || unref(ctx)?.color.value,
1057
+ "data-radius": props.radius || unref(ctx)?.radius.value
1058
+ }), {
1059
+ default: withCtx(() => [
1060
+ renderSlot(_ctx.$slots, "default"),
1061
+ createVNode(unref(CaretDownIcon), { class: "ui-NavigationMenuTriggerArrow" })
1062
+ ]),
1063
+ _: 3
1064
+ }, 16, ["as", "class", "data-accent-color", "data-radius"]);
1065
+ };
1066
+ }
1067
+ });
1068
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
1069
+ __name: "NavigationMenuContent",
1070
+ props: {
681
1071
  forceMount: { type: Boolean },
682
- side: { default: "bottom" },
683
- sideOffset: { default: 4 },
684
- sideFlip: { type: Boolean },
685
- align: { default: "start" },
686
- alignOffset: {},
687
- alignFlip: { type: Boolean },
688
- avoidCollisions: { type: Boolean },
689
- collisionBoundary: {},
690
- collisionPadding: {},
691
- arrowPadding: {},
692
- sticky: {},
693
- hideWhenDetached: { type: Boolean },
694
- positionStrategy: {},
695
- updatePositionStrategy: {},
696
- disableUpdateOnLayoutShift: { type: Boolean },
697
- prioritizePosition: { type: Boolean },
698
- reference: {},
1072
+ disableOutsidePointerEvents: { type: Boolean },
699
1073
  asChild: { type: Boolean },
700
- as: {},
701
- disableOutsidePointerEvents: { type: Boolean }
1074
+ as: {}
702
1075
  },
703
- emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
1076
+ emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside"],
704
1077
  setup(__props, { emit: __emit }) {
705
1078
  const props = __props;
706
1079
  const emits = __emit;
707
- const forwarded = useForwardPropsEmitsWithout(props, emits, ["to", "size"]);
1080
+ const forwarded = useForwardPropsEmits(props, emits);
708
1081
  return (_ctx, _cache) => {
709
- return openBlock(), createBlock(unref(PopoverPortal), null, {
1082
+ return openBlock(), createBlock(unref(NavigationMenuContent), mergeProps(unref(forwarded), { class: "ui-NavigationMenuContent" }), {
710
1083
  default: withCtx(() => [
711
- createVNode(_sfc_main$S, null, {
712
- default: withCtx(() => [
713
- createVNode(unref(PopoverContent), mergeProps({ ..._ctx.$attrs, ...unref(forwarded) }, {
714
- class: ["ui-PopoverPopup ui-PopperContent", `r-size-${props.size}`]
715
- }), {
716
- default: withCtx(() => [
717
- renderSlot(_ctx.$slots, "default")
718
- ]),
719
- _: 3
720
- }, 16, ["class"])
721
- ]),
722
- _: 3
723
- })
1084
+ renderSlot(_ctx.$slots, "default")
724
1085
  ]),
725
1086
  _: 3
726
- });
1087
+ }, 16);
727
1088
  };
728
1089
  }
729
1090
  });
730
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
1091
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
731
1092
  __name: "Switch",
732
1093
  props: {
733
1094
  color: {},
@@ -765,7 +1126,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
765
1126
  };
766
1127
  }
767
1128
  });
768
- const _hoisted_1$p = {
1129
+ const _hoisted_1$n = {
769
1130
  width: "9",
770
1131
  height: "9",
771
1132
  viewBox: "0 0 9 9",
@@ -784,7 +1145,7 @@ const _hoisted_3$2 = {
784
1145
  clipRule: "evenodd",
785
1146
  d: "M8.53547 0.62293C8.88226 0.849446 8.97976 1.3142 8.75325 1.66099L4.5083 8.1599C4.38833 8.34356 4.19397 8.4655 3.9764 8.49358C3.75883 8.52167 3.53987 8.45309 3.3772 8.30591L0.616113 5.80777C0.308959 5.52987 0.285246 5.05559 0.563148 4.74844C0.84105 4.44128 1.31533 4.41757 1.62249 4.69547L3.73256 6.60459L7.49741 0.840706C7.72393 0.493916 8.18868 0.396414 8.53547 0.62293Z"
786
1147
  };
787
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
1148
+ const _sfc_main$J = /* @__PURE__ */ defineComponent({
788
1149
  __name: "Checkbox",
789
1150
  props: {
790
1151
  color: {},
@@ -818,7 +1179,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
818
1179
  "as-child": ""
819
1180
  }, {
820
1181
  default: withCtx(() => [
821
- (openBlock(), createElementBlock("svg", _hoisted_1$p, [
1182
+ (openBlock(), createElementBlock("svg", _hoisted_1$n, [
822
1183
  state === "indeterminate" ? (openBlock(), createElementBlock("path", _hoisted_2$6)) : (openBlock(), createElementBlock("path", _hoisted_3$2))
823
1184
  ]))
824
1185
  ]),
@@ -830,7 +1191,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
830
1191
  };
831
1192
  }
832
1193
  });
833
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
1194
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
834
1195
  __name: "Toggle",
835
1196
  props: {
836
1197
  variant: { default: "soft" },
@@ -866,7 +1227,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
866
1227
  };
867
1228
  }
868
1229
  });
869
- const _sfc_main$I = /* @__PURE__ */ defineComponent({
1230
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
870
1231
  __name: "ToggleGroupRoot",
871
1232
  props: {
872
1233
  variant: { default: "solid" },
@@ -907,7 +1268,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
907
1268
  };
908
1269
  }
909
1270
  });
910
- const _sfc_main$H = /* @__PURE__ */ defineComponent({
1271
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
911
1272
  __name: "ToggleGroupItem",
912
1273
  props: {
913
1274
  value: {},
@@ -928,7 +1289,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
928
1289
  };
929
1290
  }
930
1291
  });
931
- const _hoisted_1$o = ["data-radius", "data-accent-color"];
1292
+ const _hoisted_1$m = ["data-radius", "data-accent-color"];
932
1293
  const _hoisted_2$5 = ["id", "type"];
933
1294
  const _hoisted_3$1 = ["id", "type"];
934
1295
  const _hoisted_4 = {
@@ -941,7 +1302,7 @@ const _hoisted_5 = {
941
1302
  class: "ui-TextFieldSlot",
942
1303
  "data-side": "right"
943
1304
  };
944
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
1305
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
945
1306
  ...{
946
1307
  inheritAttrs: false
947
1308
  },
@@ -1021,12 +1382,12 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
1021
1382
  _ctx.$slots.right ? (openBlock(), createElementBlock("div", _hoisted_5, [
1022
1383
  renderSlot(_ctx.$slots, "right")
1023
1384
  ])) : createCommentVNode("", true)
1024
- ], 42, _hoisted_1$o);
1385
+ ], 42, _hoisted_1$m);
1025
1386
  };
1026
1387
  }
1027
1388
  });
1028
- const _hoisted_1$n = ["data-accent-color", "data-radius"];
1029
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
1389
+ const _hoisted_1$l = ["data-accent-color", "data-radius"];
1390
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
1030
1391
  ...{
1031
1392
  inheritAttrs: false
1032
1393
  },
@@ -1060,12 +1421,12 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
1060
1421
  }, _ctx.$attrs, { class: "ui-TextAreaInput" }), null, 16), [
1061
1422
  [vModelText, modelValue.value]
1062
1423
  ])
1063
- ], 10, _hoisted_1$n);
1424
+ ], 10, _hoisted_1$l);
1064
1425
  };
1065
1426
  }
1066
1427
  });
1067
- const _hoisted_1$m = ["id"];
1068
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
1428
+ const _hoisted_1$k = ["id"];
1429
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
1069
1430
  __name: "ColorField",
1070
1431
  props: /* @__PURE__ */ mergeModels({
1071
1432
  id: {},
@@ -1101,7 +1462,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
1101
1462
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modelValue.value = $event),
1102
1463
  class: "ui-ColorFieldInput",
1103
1464
  type: "color"
1104
- }, null, 8, _hoisted_1$m), [
1465
+ }, null, 8, _hoisted_1$k), [
1105
1466
  [vModelText, modelValue.value]
1106
1467
  ])
1107
1468
  ]),
@@ -1111,7 +1472,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
1111
1472
  }
1112
1473
  });
1113
1474
  const [injectSelectRootContext, provideSelectRootContext] = createContext("ui:SelectRoot");
1114
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
1475
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
1115
1476
  __name: "SelectRoot",
1116
1477
  props: {
1117
1478
  size: { default: "2" },
@@ -1150,7 +1511,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
1150
1511
  };
1151
1512
  }
1152
1513
  });
1153
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
1514
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
1154
1515
  ...{
1155
1516
  inheritAttrs: false
1156
1517
  },
@@ -1198,7 +1559,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
1198
1559
  return (_ctx, _cache) => {
1199
1560
  return openBlock(), createBlock(unref(SelectPortal), null, {
1200
1561
  default: withCtx(() => [
1201
- createVNode(_sfc_main$S, {
1562
+ createVNode(_sfc_main$_, {
1202
1563
  "accent-color": unref(context).color.value
1203
1564
  }, {
1204
1565
  default: withCtx(() => [
@@ -1256,13 +1617,13 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
1256
1617
  };
1257
1618
  }
1258
1619
  });
1259
- const _hoisted_1$l = {
1620
+ const _hoisted_1$j = {
1260
1621
  viewBox: "0 0 15 15",
1261
1622
  width: "1em",
1262
1623
  height: "1em"
1263
1624
  };
1264
- function render$8(_ctx, _cache) {
1265
- return openBlock(), createElementBlock("svg", _hoisted_1$l, _cache[0] || (_cache[0] = [
1625
+ function render$7(_ctx, _cache) {
1626
+ return openBlock(), createElementBlock("svg", _hoisted_1$j, _cache[0] || (_cache[0] = [
1266
1627
  createElementVNode("path", {
1267
1628
  fill: "currentColor",
1268
1629
  "fill-rule": "evenodd",
@@ -1271,9 +1632,9 @@ function render$8(_ctx, _cache) {
1271
1632
  }, null, -1)
1272
1633
  ]));
1273
1634
  }
1274
- const ChevronDownIcon = markRaw({ name: "radix-icons-chevron-down", render: render$8 });
1275
- const _hoisted_1$k = { class: "ui-SelectTriggerInner" };
1276
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
1635
+ const ChevronDownIcon = markRaw({ name: "radix-icons-chevron-down", render: render$7 });
1636
+ const _hoisted_1$i = { class: "ui-SelectTriggerInner" };
1637
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
1277
1638
  __name: "SelectTrigger",
1278
1639
  props: {
1279
1640
  variant: { default: "surface" },
@@ -1298,7 +1659,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
1298
1659
  "data-radius": props.radius
1299
1660
  }, {
1300
1661
  default: withCtx(() => [
1301
- createElementVNode("span", _hoisted_1$k, [
1662
+ createElementVNode("span", _hoisted_1$i, [
1302
1663
  createVNode(unref(SelectValue), {
1303
1664
  placeholder: props.placeholder
1304
1665
  }, {
@@ -1323,13 +1684,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
1323
1684
  };
1324
1685
  }
1325
1686
  });
1326
- const _hoisted_1$j = {
1687
+ const _hoisted_1$h = {
1327
1688
  viewBox: "0 0 15 15",
1328
1689
  width: "1em",
1329
1690
  height: "1em"
1330
1691
  };
1331
- function render$7(_ctx, _cache) {
1332
- return openBlock(), createElementBlock("svg", _hoisted_1$j, _cache[0] || (_cache[0] = [
1692
+ function render$6(_ctx, _cache) {
1693
+ return openBlock(), createElementBlock("svg", _hoisted_1$h, _cache[0] || (_cache[0] = [
1333
1694
  createElementVNode("path", {
1334
1695
  fill: "currentColor",
1335
1696
  "fill-rule": "evenodd",
@@ -1338,8 +1699,8 @@ function render$7(_ctx, _cache) {
1338
1699
  }, null, -1)
1339
1700
  ]));
1340
1701
  }
1341
- const CheckIcon$1 = markRaw({ name: "radix-icons-check", render: render$7 });
1342
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
1702
+ const CheckIcon$1 = markRaw({ name: "radix-icons-check", render: render$6 });
1703
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
1343
1704
  __name: "SelectItem",
1344
1705
  props: {
1345
1706
  value: {},
@@ -1373,7 +1734,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
1373
1734
  };
1374
1735
  }
1375
1736
  });
1376
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
1737
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
1377
1738
  __name: "SelectLabel",
1378
1739
  props: {
1379
1740
  for: {},
@@ -1394,17 +1755,17 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
1394
1755
  };
1395
1756
  }
1396
1757
  });
1397
- const _sfc_main$y = {};
1398
- const _hoisted_1$i = {
1758
+ const _sfc_main$x = {};
1759
+ const _hoisted_1$g = {
1399
1760
  class: "ui-SelectSeparator",
1400
1761
  "aria-hidden": "true"
1401
1762
  };
1402
1763
  function _sfc_render$1(_ctx, _cache) {
1403
- return openBlock(), createElementBlock("div", _hoisted_1$i);
1764
+ return openBlock(), createElementBlock("div", _hoisted_1$g);
1404
1765
  }
1405
- const SelectSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$1]]);
1766
+ const SelectSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$1]]);
1406
1767
  const [injectComboboxRootContext, provideComboboxRootContext] = createContext("ui:ComboboxRoot");
1407
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
1768
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
1408
1769
  __name: "ComboboxRoot",
1409
1770
  props: {
1410
1771
  size: { default: "2" },
@@ -1453,29 +1814,13 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
1453
1814
  };
1454
1815
  }
1455
1816
  });
1456
- const _hoisted_1$h = {
1457
- viewBox: "0 0 15 15",
1458
- width: "1em",
1459
- height: "1em"
1460
- };
1461
- function render$6(_ctx, _cache) {
1462
- return openBlock(), createElementBlock("svg", _hoisted_1$h, _cache[0] || (_cache[0] = [
1463
- createElementVNode("path", {
1464
- fill: "currentColor",
1465
- "fill-rule": "evenodd",
1466
- d: "M11.782 4.032a.575.575 0 1 0-.813-.814L7.5 6.687L4.032 3.218a.575.575 0 0 0-.814.814L6.687 7.5l-3.469 3.468a.575.575 0 0 0 .814.814L7.5 8.313l3.469 3.469a.575.575 0 0 0 .813-.814L8.313 7.5z",
1467
- "clip-rule": "evenodd"
1468
- }, null, -1)
1469
- ]));
1470
- }
1471
- const CrossIcon = markRaw({ name: "radix-icons-cross-2", render: render$6 });
1472
- const _hoisted_1$g = {
1817
+ const _hoisted_1$f = {
1473
1818
  key: 0,
1474
1819
  class: "ui-ComboboxValues"
1475
1820
  };
1476
1821
  const _hoisted_2$4 = ["aria-current", "value"];
1477
1822
  const _hoisted_3 = ["onClick"];
1478
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
1823
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
1479
1824
  ...{
1480
1825
  inheritAttrs: false
1481
1826
  },
@@ -1541,7 +1886,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
1541
1886
  "data-multiple": unref(context).multiple.value || void 0
1542
1887
  }, {
1543
1888
  default: withCtx(() => [
1544
- unref(context).multiple.value ? (openBlock(), createElementBlock("div", _hoisted_1$g, [
1889
+ unref(context).multiple.value ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
1545
1890
  (openBlock(true), createElementBlock(Fragment, null, renderList(values.value, (item, index) => {
1546
1891
  return openBlock(), createElementBlock("div", {
1547
1892
  key: displayValue(item),
@@ -1591,7 +1936,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
1591
1936
  };
1592
1937
  }
1593
1938
  });
1594
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
1939
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
1595
1940
  ...{
1596
1941
  inheritAttrs: false
1597
1942
  },
@@ -1639,7 +1984,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
1639
1984
  return (_ctx, _cache) => {
1640
1985
  return openBlock(), createBlock(unref(ComboboxPortal), null, {
1641
1986
  default: withCtx(() => [
1642
- createVNode(_sfc_main$S, {
1987
+ createVNode(_sfc_main$_, {
1643
1988
  "accent-color": unref(context).color.value
1644
1989
  }, {
1645
1990
  default: withCtx(() => [
@@ -1699,7 +2044,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
1699
2044
  };
1700
2045
  }
1701
2046
  });
1702
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
2047
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
1703
2048
  __name: "ComboboxItem",
1704
2049
  props: {
1705
2050
  textValue: {},
@@ -1727,7 +2072,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
1727
2072
  };
1728
2073
  }
1729
2074
  });
1730
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
2075
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
1731
2076
  __name: "ComboboxLabel",
1732
2077
  props: {
1733
2078
  for: {},
@@ -1748,7 +2093,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
1748
2093
  };
1749
2094
  }
1750
2095
  });
1751
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
2096
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
1752
2097
  __name: "ComboboxEmpty",
1753
2098
  setup(__props) {
1754
2099
  return (_ctx, _cache) => {
@@ -1761,8 +2106,8 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
1761
2106
  };
1762
2107
  }
1763
2108
  });
1764
- const _hoisted_1$f = ["data-accent-color"];
1765
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
2109
+ const _hoisted_1$e = ["data-accent-color"];
2110
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
1766
2111
  __name: "Radio",
1767
2112
  props: /* @__PURE__ */ mergeModels({
1768
2113
  variant: { default: "surface" },
@@ -1796,13 +2141,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
1796
2141
  class: normalizeClass(["ui-RadioBase ui-Radio", unref(resetClass)]),
1797
2142
  type: "radio",
1798
2143
  "data-accent-color": props.color
1799
- }, null, 10, _hoisted_1$f)), [
2144
+ }, null, 10, _hoisted_1$e)), [
1800
2145
  [vModelRadio, unref(modelValue)]
1801
2146
  ]);
1802
2147
  };
1803
2148
  }
1804
2149
  });
1805
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
2150
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
1806
2151
  __name: "RadioGroupRoot",
1807
2152
  props: {
1808
2153
  variant: { default: "surface" },
@@ -1839,8 +2184,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
1839
2184
  };
1840
2185
  }
1841
2186
  });
1842
- const _hoisted_1$e = { class: "ui-RadioGroupItem" };
1843
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
2187
+ const _hoisted_1$d = { class: "ui-RadioGroupItem" };
2188
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
1844
2189
  __name: "RadioGroupItem",
1845
2190
  props: {
1846
2191
  color: {},
@@ -1860,7 +2205,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
1860
2205
  const forwarded = useForwardPropsWithout(props, ["color", "size", "variant", "highContrast"]);
1861
2206
  const resetClass = buildPropsClass(props, ["size", "variant", "highContrast"]);
1862
2207
  return (_ctx, _cache) => {
1863
- return openBlock(), createElementBlock("label", _hoisted_1$e, [
2208
+ return openBlock(), createElementBlock("label", _hoisted_1$d, [
1864
2209
  createVNode(unref(RadioGroupItem), mergeProps({
1865
2210
  class: ["ui-RadioBase ui-RadioGroupItemIndicator", unref(resetClass)],
1866
2211
  "data-accent-color": props.color
@@ -1870,7 +2215,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
1870
2215
  };
1871
2216
  }
1872
2217
  });
1873
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
2218
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
1874
2219
  __name: "RadioCardsRoot",
1875
2220
  props: {
1876
2221
  variant: { default: "surface" },
@@ -1907,7 +2252,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
1907
2252
  };
1908
2253
  }
1909
2254
  });
1910
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
2255
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
1911
2256
  __name: "RadioCardsItem",
1912
2257
  props: {
1913
2258
  id: {},
@@ -1932,7 +2277,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
1932
2277
  };
1933
2278
  }
1934
2279
  });
1935
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
2280
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
1936
2281
  __name: "RadioTabsRoot",
1937
2282
  props: {
1938
2283
  variant: { default: "classic" },
@@ -1970,7 +2315,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
1970
2315
  };
1971
2316
  }
1972
2317
  });
1973
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
2318
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
1974
2319
  __name: "RadioTabsItem",
1975
2320
  props: {
1976
2321
  id: {},
@@ -1994,7 +2339,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
1994
2339
  };
1995
2340
  }
1996
2341
  });
1997
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
2342
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
1998
2343
  __name: "TabsList",
1999
2344
  props: {
2000
2345
  size: { default: "2" },
@@ -2008,7 +2353,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
2008
2353
  const resetClass = buildPropsClass(props, ["variant", "size", "highContrast"]);
2009
2354
  return (_ctx, _cache) => {
2010
2355
  return openBlock(), createBlock(unref(TabsList), {
2011
- class: normalizeClass(["ui-TabList", unref(resetClass)]),
2356
+ class: normalizeClass(["ui-TabsList", unref(resetClass)]),
2012
2357
  "data-radius": props.radius,
2013
2358
  "data-accent-color": props.color
2014
2359
  }, {
@@ -2021,9 +2366,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
2021
2366
  };
2022
2367
  }
2023
2368
  });
2024
- const _hoisted_1$d = { class: "ui-TabTriggerInner" };
2369
+ const _hoisted_1$c = { class: "ui-TabTriggerInner" };
2025
2370
  const _hoisted_2$3 = { class: "ui-TabTriggerInnerHidden" };
2026
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
2371
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
2027
2372
  __name: "TabsTrigger",
2028
2373
  props: {
2029
2374
  value: {},
@@ -2037,7 +2382,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
2037
2382
  return (_ctx, _cache) => {
2038
2383
  return openBlock(), createBlock(unref(TabsTrigger), mergeProps(unref(forwarded), { class: "ui-TabTrigger" }), {
2039
2384
  default: withCtx(() => [
2040
- createElementVNode("span", _hoisted_1$d, [
2385
+ createElementVNode("span", _hoisted_1$c, [
2041
2386
  renderSlot(_ctx.$slots, "default")
2042
2387
  ]),
2043
2388
  createElementVNode("span", _hoisted_2$3, [
@@ -2049,7 +2394,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
2049
2394
  };
2050
2395
  }
2051
2396
  });
2052
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
2397
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
2053
2398
  ...{
2054
2399
  inheritAttrs: false
2055
2400
  },
@@ -2102,7 +2447,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
2102
2447
  }
2103
2448
  });
2104
2449
  const [injectAccordionRootContext, provideAccordionRootContext] = createContext("ui:AccordionRoot");
2105
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
2450
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
2106
2451
  __name: "AccordionRoot",
2107
2452
  props: {
2108
2453
  size: { default: "1" },
@@ -2142,7 +2487,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
2142
2487
  };
2143
2488
  }
2144
2489
  });
2145
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
2490
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
2146
2491
  __name: "AccordionItem",
2147
2492
  props: {
2148
2493
  value: {},
@@ -2172,7 +2517,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
2172
2517
  };
2173
2518
  }
2174
2519
  });
2175
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
2520
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
2176
2521
  ...{
2177
2522
  inheritAttrs: false
2178
2523
  },
@@ -2197,13 +2542,13 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
2197
2542
  };
2198
2543
  }
2199
2544
  });
2200
- const _hoisted_1$c = {
2545
+ const _hoisted_1$b = {
2201
2546
  viewBox: "0 0 15 15",
2202
2547
  width: "1em",
2203
2548
  height: "1em"
2204
2549
  };
2205
2550
  function render$5(_ctx, _cache) {
2206
- return openBlock(), createElementBlock("svg", _hoisted_1$c, _cache[0] || (_cache[0] = [
2551
+ return openBlock(), createElementBlock("svg", _hoisted_1$b, _cache[0] || (_cache[0] = [
2207
2552
  createElementVNode("path", {
2208
2553
  fill: "currentColor",
2209
2554
  "fill-rule": "evenodd",
@@ -2213,19 +2558,19 @@ function render$5(_ctx, _cache) {
2213
2558
  ]));
2214
2559
  }
2215
2560
  const ChevronIcon = markRaw({ name: "radix-icons-chevron-right", render: render$5 });
2216
- const _hoisted_1$b = { class: "ui-AccordionIndicator" };
2561
+ const _hoisted_1$a = { class: "ui-AccordionIndicator" };
2217
2562
  const _hoisted_2$2 = {
2218
2563
  key: 1,
2219
2564
  class: "ui-AccordionIndicator-plus"
2220
2565
  };
2221
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
2566
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
2222
2567
  __name: "AccordionIndicator",
2223
2568
  props: {
2224
2569
  variant: { default: "chevron" }
2225
2570
  },
2226
2571
  setup(__props) {
2227
2572
  return (_ctx, _cache) => {
2228
- return openBlock(), createElementBlock("div", _hoisted_1$b, [
2573
+ return openBlock(), createElementBlock("div", _hoisted_1$a, [
2229
2574
  _ctx.variant == "chevron" ? (openBlock(), createBlock(unref(ChevronIcon), {
2230
2575
  key: 0,
2231
2576
  class: "ui-AccordionIndicator-chevron"
@@ -2238,8 +2583,8 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
2238
2583
  };
2239
2584
  }
2240
2585
  });
2241
- const _hoisted_1$a = { class: "ui-AccordionTriggerText" };
2242
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
2586
+ const _hoisted_1$9 = { class: "ui-AccordionTriggerText" };
2587
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
2243
2588
  __name: "AccordionTrigger",
2244
2589
  props: {
2245
2590
  indicatorSide: {},
@@ -2260,10 +2605,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
2260
2605
  return (_ctx, _cache) => {
2261
2606
  return openBlock(), createBlock(unref(AccordionTrigger), mergeProps({ class: "ui-AccordionTrigger" }, unref(forwarded)), {
2262
2607
  default: withCtx(() => [
2263
- createElementVNode("div", _hoisted_1$a, [
2608
+ createElementVNode("div", _hoisted_1$9, [
2264
2609
  renderSlot(_ctx.$slots, "default")
2265
2610
  ]),
2266
- indicatorIcon.value !== "none" ? (openBlock(), createBlock(_sfc_main$e, {
2611
+ indicatorIcon.value !== "none" ? (openBlock(), createBlock(_sfc_main$d, {
2267
2612
  key: 0,
2268
2613
  "data-side": indicatorSide.value,
2269
2614
  variant: indicatorIcon.value
@@ -2274,7 +2619,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
2274
2619
  };
2275
2620
  }
2276
2621
  });
2277
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
2622
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
2278
2623
  __name: "CollapsibleRoot",
2279
2624
  props: {
2280
2625
  color: {},
@@ -2309,7 +2654,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
2309
2654
  };
2310
2655
  }
2311
2656
  });
2312
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
2657
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
2313
2658
  __name: "CollapsibleIndicator",
2314
2659
  setup(__props) {
2315
2660
  return (_ctx, _cache) => {
@@ -2317,8 +2662,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
2317
2662
  };
2318
2663
  }
2319
2664
  });
2320
- const _hoisted_1$9 = { class: "ui-CollapsibleTriggerText" };
2321
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
2665
+ const _hoisted_1$8 = { class: "ui-CollapsibleTriggerText" };
2666
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
2322
2667
  __name: "CollapsibleTrigger",
2323
2668
  props: {
2324
2669
  indicator: { default: "right" },
@@ -2331,10 +2676,10 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
2331
2676
  return (_ctx, _cache) => {
2332
2677
  return openBlock(), createBlock(unref(CollapsibleTrigger), mergeProps({ class: "ui-CollapsibleTrigger" }, unref(forwarded)), {
2333
2678
  default: withCtx(() => [
2334
- createElementVNode("span", _hoisted_1$9, [
2679
+ createElementVNode("span", _hoisted_1$8, [
2335
2680
  renderSlot(_ctx.$slots, "default")
2336
2681
  ]),
2337
- _ctx.indicator !== "none" ? (openBlock(), createBlock(_sfc_main$b, {
2682
+ _ctx.indicator !== "none" ? (openBlock(), createBlock(_sfc_main$a, {
2338
2683
  key: 0,
2339
2684
  "data-side": _ctx.indicator
2340
2685
  }, null, 8, ["data-side"])) : createCommentVNode("", true)
@@ -2344,10 +2689,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
2344
2689
  };
2345
2690
  }
2346
2691
  });
2347
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
2348
- ...{
2349
- inheritAttrs: false
2350
- },
2692
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2351
2693
  __name: "CollapsibleContent",
2352
2694
  props: {
2353
2695
  forceMount: { type: Boolean },
@@ -2360,16 +2702,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
2360
2702
  return (_ctx, _cache) => {
2361
2703
  return openBlock(), createBlock(unref(CollapsibleContent), mergeProps(unref(forwardedProps), { class: "ui-CollapsibleContent" }), {
2362
2704
  default: withCtx(() => [
2363
- createElementVNode("div", mergeProps({ class: "ui-CollapsibleContentInner" }, _ctx.$attrs), [
2364
- renderSlot(_ctx.$slots, "default")
2365
- ], 16)
2705
+ renderSlot(_ctx.$slots, "default")
2366
2706
  ]),
2367
2707
  _: 3
2368
2708
  }, 16);
2369
2709
  };
2370
2710
  }
2371
2711
  });
2372
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2712
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
2373
2713
  __name: "Pagination",
2374
2714
  props: /* @__PURE__ */ mergeModels({
2375
2715
  total: {},
@@ -2444,7 +2784,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2444
2784
  return openBlock(), createElementBlock("div", {
2445
2785
  class: normalizeClass(["ui-Pagination", unref(resetClass)])
2446
2786
  }, [
2447
- pagination.value.prev ? (openBlock(), createBlock(_sfc_main$W, mergeProps({ key: 0 }, buttonProps.value, {
2787
+ pagination.value.prev ? (openBlock(), createBlock(_sfc_main$11, mergeProps({ key: 0 }, buttonProps.value, {
2448
2788
  "aria-label": "Previous",
2449
2789
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => selectPage(pagination.value.prev), ["prevent"]))
2450
2790
  }), {
@@ -2457,7 +2797,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2457
2797
  ]),
2458
2798
  _: 3
2459
2799
  }, 16)) : createCommentVNode("", true),
2460
- createVNode(_sfc_main$X, mergeProps(buttonProps.value, {
2800
+ createVNode(_sfc_main$12, mergeProps(buttonProps.value, {
2461
2801
  disabled: page.value === 1,
2462
2802
  "aria-current": "page",
2463
2803
  onClick: _cache[1] || (_cache[1] = withModifiers(($event) => selectPage(1), ["prevent"]))
@@ -2469,7 +2809,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2469
2809
  ]),
2470
2810
  _: 3
2471
2811
  }, 16, ["disabled"]),
2472
- pagination.value.hasLeftEdge ? (openBlock(), createBlock(_sfc_main$W, mergeProps({ key: 1 }, buttonProps.value, {
2812
+ pagination.value.hasLeftEdge ? (openBlock(), createBlock(_sfc_main$11, mergeProps({ key: 1 }, buttonProps.value, {
2473
2813
  onClick: withModifiers(selectLeft, ["prevent"])
2474
2814
  }), {
2475
2815
  default: withCtx(() => [
@@ -2482,7 +2822,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2482
2822
  _: 3
2483
2823
  }, 16)) : createCommentVNode("", true),
2484
2824
  (openBlock(true), createElementBlock(Fragment, null, renderList(pagination.value.pageList, (p) => {
2485
- return openBlock(), createBlock(_sfc_main$X, mergeProps({ key: p }, { ref_for: true }, buttonProps.value, {
2825
+ return openBlock(), createBlock(_sfc_main$12, mergeProps({ key: p }, { ref_for: true }, buttonProps.value, {
2486
2826
  disabled: p === page.value,
2487
2827
  "aria-current": "page",
2488
2828
  onClick: withModifiers(($event) => selectPage(p), ["prevent"])
@@ -2495,7 +2835,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2495
2835
  _: 2
2496
2836
  }, 1040, ["disabled", "onClick"]);
2497
2837
  }), 128)),
2498
- pagination.value.hasRightEdge ? (openBlock(), createBlock(_sfc_main$W, mergeProps({ key: 2 }, buttonProps.value, {
2838
+ pagination.value.hasRightEdge ? (openBlock(), createBlock(_sfc_main$11, mergeProps({ key: 2 }, buttonProps.value, {
2499
2839
  onClick: withModifiers(selectRight, ["prevent"])
2500
2840
  }), {
2501
2841
  default: withCtx(() => [
@@ -2507,7 +2847,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2507
2847
  ]),
2508
2848
  _: 3
2509
2849
  }, 16)) : createCommentVNode("", true),
2510
- pagination.value.totalPages > 1 ? (openBlock(), createBlock(_sfc_main$X, mergeProps({ key: 3 }, buttonProps.value, {
2850
+ pagination.value.totalPages > 1 ? (openBlock(), createBlock(_sfc_main$12, mergeProps({ key: 3 }, buttonProps.value, {
2511
2851
  disabled: pagination.value.totalPages === page.value,
2512
2852
  "aria-current": "page",
2513
2853
  onClick: _cache[2] || (_cache[2] = withModifiers(($event) => selectPage(pagination.value.totalPages), ["prevent"]))
@@ -2521,7 +2861,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2521
2861
  ]),
2522
2862
  _: 3
2523
2863
  }, 16, ["disabled"])) : createCommentVNode("", true),
2524
- pagination.value.next ? (openBlock(), createBlock(_sfc_main$W, mergeProps({ key: 4 }, buttonProps.value, {
2864
+ pagination.value.next ? (openBlock(), createBlock(_sfc_main$11, mergeProps({ key: 4 }, buttonProps.value, {
2525
2865
  "aria-label": "Next",
2526
2866
  onClick: _cache[3] || (_cache[3] = withModifiers(($event) => selectPage(pagination.value.next), ["prevent"]))
2527
2867
  }), {
@@ -2538,6 +2878,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
2538
2878
  };
2539
2879
  }
2540
2880
  });
2881
+ // @__NO_SIDE_EFFECTS__
2541
2882
  function createGlobalState(stateFactory) {
2542
2883
  let initialized = false;
2543
2884
  let state;
@@ -2552,7 +2893,7 @@ function createGlobalState(stateFactory) {
2552
2893
  }
2553
2894
  typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
2554
2895
  let count = 0;
2555
- const useToastManager = createGlobalState(() => {
2896
+ const useToastManager = /* @__PURE__ */ createGlobalState(() => {
2556
2897
  const messages = ref([]);
2557
2898
  const add = (msg, category) => {
2558
2899
  const id = count++;
@@ -2625,21 +2966,21 @@ const useToastManager = createGlobalState(() => {
2625
2966
  promise
2626
2967
  };
2627
2968
  });
2628
- const _sfc_main$7 = {};
2629
- const _hoisted_1$8 = { class: "ui-SpinnerIcon" };
2969
+ const _sfc_main$6 = {};
2970
+ const _hoisted_1$7 = { class: "ui-SpinnerIcon" };
2630
2971
  function _sfc_render(_ctx, _cache) {
2631
- return openBlock(), createElementBlock("span", _hoisted_1$8, _cache[0] || (_cache[0] = [
2972
+ return openBlock(), createElementBlock("span", _hoisted_1$7, _cache[0] || (_cache[0] = [
2632
2973
  createStaticVNode('<span class="ui-SpinnerLeaf"></span><span class="ui-SpinnerLeaf"></span><span class="ui-SpinnerLeaf"></span><span class="ui-SpinnerLeaf"></span><span class="ui-SpinnerLeaf"></span><span class="ui-SpinnerLeaf"></span><span class="ui-SpinnerLeaf"></span><span class="ui-SpinnerLeaf"></span>', 8)
2633
2974
  ]));
2634
2975
  }
2635
- const SpinnerIcon = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render]]);
2636
- const _hoisted_1$7 = {
2976
+ const SpinnerIcon = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]);
2977
+ const _hoisted_1$6 = {
2637
2978
  viewBox: "0 0 24 24",
2638
2979
  width: "1em",
2639
2980
  height: "1em"
2640
2981
  };
2641
2982
  function render$4(_ctx, _cache) {
2642
- return openBlock(), createElementBlock("svg", _hoisted_1$7, _cache[0] || (_cache[0] = [
2983
+ return openBlock(), createElementBlock("svg", _hoisted_1$6, _cache[0] || (_cache[0] = [
2643
2984
  createElementVNode("path", {
2644
2985
  fill: "currentColor",
2645
2986
  d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-12.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m2 5.5h-1v-4.5h-3v2h1V15h-1v2h4z"
@@ -2647,13 +2988,13 @@ function render$4(_ctx, _cache) {
2647
2988
  ]));
2648
2989
  }
2649
2990
  const InfoIcon = markRaw({ name: "ri-information-2-fill", render: render$4 });
2650
- const _hoisted_1$6 = {
2991
+ const _hoisted_1$5 = {
2651
2992
  viewBox: "0 0 24 24",
2652
2993
  width: "1em",
2653
2994
  height: "1em"
2654
2995
  };
2655
2996
  function render$3(_ctx, _cache) {
2656
- return openBlock(), createElementBlock("svg", _hoisted_1$6, _cache[0] || (_cache[0] = [
2997
+ return openBlock(), createElementBlock("svg", _hoisted_1$5, _cache[0] || (_cache[0] = [
2657
2998
  createElementVNode("path", {
2658
2999
  fill: "currentColor",
2659
3000
  d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m5.457-12.543L11 15.914l-4.207-4.207l1.414-1.414L11 13.086l5.043-5.043z"
@@ -2661,13 +3002,13 @@ function render$3(_ctx, _cache) {
2661
3002
  ]));
2662
3003
  }
2663
3004
  const SuccessIcon = markRaw({ name: "ri-checkbox-circle-fill", render: render$3 });
2664
- const _hoisted_1$5 = {
3005
+ const _hoisted_1$4 = {
2665
3006
  viewBox: "0 0 24 24",
2666
3007
  width: "1em",
2667
3008
  height: "1em"
2668
3009
  };
2669
3010
  function render$2(_ctx, _cache) {
2670
- return openBlock(), createElementBlock("svg", _hoisted_1$5, _cache[0] || (_cache[0] = [
3011
+ return openBlock(), createElementBlock("svg", _hoisted_1$4, _cache[0] || (_cache[0] = [
2671
3012
  createElementVNode("path", {
2672
3013
  fill: "currentColor",
2673
3014
  d: "m12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0M11 16v2h2v-2zm0-7v5h2V9z"
@@ -2675,13 +3016,13 @@ function render$2(_ctx, _cache) {
2675
3016
  ]));
2676
3017
  }
2677
3018
  const WarningIcon = markRaw({ name: "ri-alert-fill", render: render$2 });
2678
- const _hoisted_1$4 = {
3019
+ const _hoisted_1$3 = {
2679
3020
  viewBox: "0 0 24 24",
2680
3021
  width: "1em",
2681
3022
  height: "1em"
2682
3023
  };
2683
3024
  function render$1(_ctx, _cache) {
2684
- return openBlock(), createElementBlock("svg", _hoisted_1$4, _cache[0] || (_cache[0] = [
3025
+ return openBlock(), createElementBlock("svg", _hoisted_1$3, _cache[0] || (_cache[0] = [
2685
3026
  createElementVNode("path", {
2686
3027
  fill: "currentColor",
2687
3028
  d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m-1-7v2h2v-2zm0-8v6h2V7z"
@@ -2689,7 +3030,7 @@ function render$1(_ctx, _cache) {
2689
3030
  ]));
2690
3031
  }
2691
3032
  const ErrorIcon = markRaw({ name: "ri-error-warning-fill", render: render$1 });
2692
- const _hoisted_1$3 = ["data-accent-color"];
3033
+ const _hoisted_1$2 = ["data-accent-color"];
2693
3034
  const _hoisted_2$1 = { class: "ui-ToastContent" };
2694
3035
  const CATEGORY_ICONS = {
2695
3036
  loading: SpinnerIcon,
@@ -2705,7 +3046,7 @@ const CATEGORY_COLORS = {
2705
3046
  warning: "orange",
2706
3047
  error: "red"
2707
3048
  };
2708
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
3049
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
2709
3050
  __name: "ToastItem",
2710
3051
  props: {
2711
3052
  yPosition: {},
@@ -2775,7 +3116,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
2775
3116
  "data-accent-color": categoryColor.value
2776
3117
  }, [
2777
3118
  (openBlock(), createBlock(resolveDynamicComponent(categoryIcon.value)))
2778
- ], 8, _hoisted_1$3)) : createCommentVNode("", true),
3119
+ ], 8, _hoisted_1$2)) : createCommentVNode("", true),
2779
3120
  createElementVNode("div", _hoisted_2$1, [
2780
3121
  createVNode(unref(ToastTitle), { class: "ui-ToastTitle" }, {
2781
3122
  default: withCtx(() => [
@@ -2801,7 +3142,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
2801
3142
  onClick: _ctx.message.action.onClick
2802
3143
  }, {
2803
3144
  default: withCtx(() => [
2804
- createVNode(_sfc_main$X, {
3145
+ createVNode(_sfc_main$12, {
2805
3146
  variant: _ctx.message.action.variant || "soft",
2806
3147
  radius: _ctx.message.action.radius,
2807
3148
  size: _ctx.message.action.size || "1",
@@ -2821,7 +3162,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
2821
3162
  };
2822
3163
  }
2823
3164
  });
2824
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
3165
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
2825
3166
  ...{
2826
3167
  inheritAttrs: false
2827
3168
  },
@@ -2860,7 +3201,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
2860
3201
  message: msg,
2861
3202
  index
2862
3203
  }, () => [
2863
- (openBlock(), createBlock(_sfc_main$6, {
3204
+ (openBlock(), createBlock(_sfc_main$5, {
2864
3205
  key: msg.id,
2865
3206
  message: msg,
2866
3207
  index,
@@ -2871,7 +3212,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
2871
3212
  }), 128)),
2872
3213
  createVNode(unref(ToastPortal), null, {
2873
3214
  default: withCtx(() => [
2874
- createVNode(_sfc_main$S, null, {
3215
+ createVNode(_sfc_main$_, null, {
2875
3216
  default: withCtx(() => [
2876
3217
  createVNode(unref(ToastViewport), mergeProps({ class: "ui-ToastViewport" }, _ctx.$attrs, {
2877
3218
  class: `r-size-${_ctx.size}`,
@@ -2903,9 +3244,9 @@ const toast = Object.assign(
2903
3244
  promise: toastManager.promise
2904
3245
  }
2905
3246
  );
2906
- const _hoisted_1$2 = ["data-size", "data-variant"];
3247
+ const _hoisted_1$1 = ["data-size", "data-variant"];
2907
3248
  const _hoisted_2 = ["data-layout"];
2908
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
3249
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
2909
3250
  __name: "Table",
2910
3251
  props: {
2911
3252
  size: { default: "2" },
@@ -2920,7 +3261,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
2920
3261
  "data-size": props.size,
2921
3262
  "data-variant": props.variant
2922
3263
  }, [
2923
- createVNode(_sfc_main$V, null, {
3264
+ createVNode(_sfc_main$$, null, {
2924
3265
  default: withCtx(() => [
2925
3266
  createElementVNode("table", {
2926
3267
  class: "ui-TableContent",
@@ -2931,11 +3272,11 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
2931
3272
  ]),
2932
3273
  _: 3
2933
3274
  })
2934
- ], 8, _hoisted_1$2);
3275
+ ], 8, _hoisted_1$1);
2935
3276
  };
2936
3277
  }
2937
3278
  });
2938
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
3279
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
2939
3280
  __name: "Separator",
2940
3281
  props: {
2941
3282
  as: { default: "span" },
@@ -2956,90 +3297,6 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
2956
3297
  };
2957
3298
  }
2958
3299
  });
2959
- const _hoisted_1$1 = ["textContent"];
2960
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
2961
- ...{
2962
- inheritAttrs: false
2963
- },
2964
- __name: "Tooltip",
2965
- props: {
2966
- content: {},
2967
- maxWidth: { default: "360px" },
2968
- color: { default: "gray" },
2969
- forceMount: { type: Boolean },
2970
- ariaLabel: {},
2971
- asChild: { type: Boolean },
2972
- as: {},
2973
- side: { default: "top" },
2974
- sideOffset: { default: 4 },
2975
- align: {},
2976
- alignOffset: {},
2977
- avoidCollisions: { type: Boolean, default: true },
2978
- collisionBoundary: {},
2979
- collisionPadding: { default: 10 },
2980
- arrowPadding: {},
2981
- sticky: {},
2982
- hideWhenDetached: { type: Boolean },
2983
- positionStrategy: {},
2984
- updatePositionStrategy: {}
2985
- },
2986
- setup(__props) {
2987
- const props = __props;
2988
- return (_ctx, _cache) => {
2989
- return openBlock(), createBlock(unref(TooltipRoot), null, {
2990
- default: withCtx(() => [
2991
- createVNode(unref(TooltipTrigger), mergeProps({
2992
- as: props.as,
2993
- "as-child": props.asChild
2994
- }, _ctx.$attrs), {
2995
- default: withCtx(() => [
2996
- renderSlot(_ctx.$slots, "default")
2997
- ]),
2998
- _: 3
2999
- }, 16, ["as", "as-child"]),
3000
- createVNode(unref(TooltipPortal), null, {
3001
- default: withCtx(() => [
3002
- createVNode(_sfc_main$S, null, {
3003
- default: withCtx(() => [
3004
- createVNode(unref(TooltipContent), {
3005
- class: "ui-Tooltip",
3006
- align: props.align,
3007
- "align-offset": props.alignOffset,
3008
- "aria-label": props.ariaLabel,
3009
- "arrow-padding": props.arrowPadding,
3010
- "avoid-collisions": props.avoidCollisions,
3011
- "collision-boundary": props.collisionBoundary,
3012
- "collision-padding": props.collisionPadding,
3013
- "hide-when-detached": props.hideWhenDetached,
3014
- side: props.side,
3015
- "side-offset": props.sideOffset,
3016
- sticky: props.sticky,
3017
- "data-accent-color": props.color,
3018
- style: normalizeStyle({ maxWidth: props.maxWidth })
3019
- }, {
3020
- default: withCtx(() => [
3021
- renderSlot(_ctx.$slots, "content", {}, () => [
3022
- createElementVNode("p", {
3023
- class: "ui-TooltipText",
3024
- textContent: toDisplayString(props.content)
3025
- }, null, 8, _hoisted_1$1)
3026
- ]),
3027
- createVNode(unref(TooltipArrow), { class: "ui-TooltipArrow" })
3028
- ]),
3029
- _: 3
3030
- }, 8, ["align", "align-offset", "aria-label", "arrow-padding", "avoid-collisions", "collision-boundary", "collision-padding", "hide-when-detached", "side", "side-offset", "sticky", "data-accent-color", "style"])
3031
- ]),
3032
- _: 3
3033
- })
3034
- ]),
3035
- _: 3
3036
- })
3037
- ]),
3038
- _: 3
3039
- });
3040
- };
3041
- }
3042
- });
3043
3300
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
3044
3301
  __name: "Quota",
3045
3302
  props: {
@@ -3127,87 +3384,96 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
3127
3384
  }
3128
3385
  });
3129
3386
  export {
3130
- _sfc_main$f as AccordionContent,
3131
- _sfc_main$e as AccordionIndicator,
3132
- _sfc_main$g as AccordionItem,
3133
- _sfc_main$h as AccordionRoot,
3134
- _sfc_main$d as AccordionTrigger,
3387
+ _sfc_main$e as AccordionContent,
3388
+ _sfc_main$d as AccordionIndicator,
3389
+ _sfc_main$f as AccordionItem,
3390
+ _sfc_main$g as AccordionRoot,
3391
+ _sfc_main$c as AccordionTrigger,
3135
3392
  AlertDialogAction,
3136
3393
  AlertDialogCancel,
3137
- _sfc_main$T as AlertDialogDescription,
3138
- _sfc_main$Q as AlertDialogPopup,
3394
+ _sfc_main$Y as AlertDialogCancelButton,
3395
+ _sfc_main$W as AlertDialogDescription,
3396
+ _sfc_main$U as AlertDialogPopup,
3139
3397
  AlertDialogRoot,
3140
- _sfc_main$U as AlertDialogTitle,
3398
+ _sfc_main$X as AlertDialogTitle,
3141
3399
  AlertDialogTrigger,
3142
- _sfc_main$_ as Avatar,
3143
- _sfc_main$Z as Badge,
3144
- _sfc_main$X as Button,
3145
- _sfc_main$Y as Card,
3146
- _sfc_main$K as Checkbox,
3400
+ _sfc_main$15 as Avatar,
3401
+ _sfc_main$14 as Badge,
3402
+ _sfc_main$12 as Button,
3403
+ _sfc_main$13 as Card,
3404
+ _sfc_main$J as Checkbox,
3147
3405
  CheckboxGroupRoot as CheckboxGroup,
3148
- _sfc_main$9 as CollapsibleContent,
3149
- _sfc_main$b as CollapsibleIndicator,
3150
- _sfc_main$c as CollapsibleRoot,
3151
- _sfc_main$a as CollapsibleTrigger,
3152
- _sfc_main$E as ColorField,
3153
- _sfc_main$v as ComboboxContent,
3154
- _sfc_main$s as ComboboxEmpty,
3406
+ _sfc_main$10 as CloseButton,
3407
+ _sfc_main$8 as CollapsibleContent,
3408
+ _sfc_main$a as CollapsibleIndicator,
3409
+ _sfc_main$b as CollapsibleRoot,
3410
+ _sfc_main$9 as CollapsibleTrigger,
3411
+ _sfc_main$D as ColorField,
3412
+ _sfc_main$u as ComboboxContent,
3413
+ _sfc_main$r as ComboboxEmpty,
3155
3414
  ComboboxGroup,
3156
- _sfc_main$w as ComboboxInput,
3157
- _sfc_main$u as ComboboxItem,
3158
- _sfc_main$t as ComboboxLabel,
3159
- _sfc_main$x as ComboboxRoot,
3160
- DialogClose,
3161
- _sfc_main$T as DialogDescription,
3162
- _sfc_main$R as DialogPopup,
3415
+ _sfc_main$v as ComboboxInput,
3416
+ _sfc_main$t as ComboboxItem,
3417
+ _sfc_main$s as ComboboxLabel,
3418
+ _sfc_main$w as ComboboxRoot,
3419
+ DialogClose2 as DialogClose,
3420
+ _sfc_main$Y as DialogCloseButton,
3421
+ _sfc_main$W as DialogDescription,
3422
+ _sfc_main$V as DialogPopup,
3163
3423
  DialogRoot,
3164
- _sfc_main$U as DialogTitle,
3424
+ _sfc_main$X as DialogTitle,
3165
3425
  DialogTrigger,
3166
- _sfc_main$P as DropdownMenuContent,
3167
- _sfc_main$O as DropdownMenuItem,
3426
+ _sfc_main$T as DropdownMenuContent,
3427
+ _sfc_main$S as DropdownMenuItem,
3168
3428
  DropdownMenuRoot,
3169
3429
  DropdownMenuSeparator,
3170
3430
  DropdownMenuTrigger,
3171
- _sfc_main$i as Editable,
3172
- _sfc_main$W as IconButton,
3173
- _sfc_main$8 as Pagination,
3431
+ _sfc_main$h as Editable,
3432
+ _sfc_main$11 as IconButton,
3433
+ _sfc_main$L as NavigationMenuContent,
3434
+ NavigationMenuItem,
3435
+ _sfc_main$N as NavigationMenuLink,
3436
+ _sfc_main$O as NavigationMenuList,
3437
+ _sfc_main$P as NavigationMenuRoot,
3438
+ _sfc_main$M as NavigationMenuTrigger,
3439
+ _sfc_main$7 as Pagination,
3174
3440
  PopoverClose,
3175
- _sfc_main$M as PopoverPopup,
3441
+ _sfc_main$Q as PopoverPopup,
3176
3442
  PopoverRoot,
3177
3443
  PopoverTrigger,
3178
3444
  _sfc_main$1 as Quota,
3179
- _sfc_main$r as Radio,
3180
- _sfc_main$n as RadioCardsItem,
3181
- _sfc_main$o as RadioCardsRoot,
3182
- _sfc_main$p as RadioGroupItem,
3183
- _sfc_main$q as RadioGroupRoot,
3184
- _sfc_main$l as RadioTabsItem,
3185
- _sfc_main$m as RadioTabsRoot,
3445
+ _sfc_main$q as Radio,
3446
+ _sfc_main$m as RadioCardsItem,
3447
+ _sfc_main$n as RadioCardsRoot,
3448
+ _sfc_main$o as RadioGroupItem,
3449
+ _sfc_main$p as RadioGroupRoot,
3450
+ _sfc_main$k as RadioTabsItem,
3451
+ _sfc_main$l as RadioTabsRoot,
3186
3452
  _sfc_main as SavingIndicator,
3187
- _sfc_main$V as ScrollArea,
3188
- _sfc_main$C as SelectContent,
3453
+ _sfc_main$$ as ScrollArea,
3454
+ _sfc_main$B as SelectContent,
3189
3455
  SelectGroup,
3190
- _sfc_main$A as SelectItem,
3191
- _sfc_main$z as SelectLabel,
3192
- _sfc_main$D as SelectRoot,
3456
+ _sfc_main$z as SelectItem,
3457
+ _sfc_main$y as SelectLabel,
3458
+ _sfc_main$C as SelectRoot,
3193
3459
  SelectSeparator,
3194
- _sfc_main$B as SelectTrigger,
3195
- _sfc_main$3 as Separator,
3460
+ _sfc_main$A as SelectTrigger,
3461
+ _sfc_main$2 as Separator,
3196
3462
  SpinnerIcon,
3197
- _sfc_main$L as Switch,
3198
- _sfc_main$4 as Table,
3463
+ _sfc_main$K as Switch,
3464
+ _sfc_main$3 as Table,
3199
3465
  TabsContent,
3200
- _sfc_main$k as TabsList,
3466
+ _sfc_main$j as TabsList,
3201
3467
  TabsRoot,
3202
- _sfc_main$j as TabsTrigger,
3203
- _sfc_main$F as TextArea,
3204
- _sfc_main$G as TextField,
3205
- _sfc_main$$ as ThemeProvider,
3206
- _sfc_main$5 as ToastProvider,
3207
- _sfc_main$J as Toggle,
3208
- _sfc_main$H as ToggleGroupItem,
3209
- _sfc_main$I as ToggleGroupRoot,
3210
- _sfc_main$2 as Tooltip,
3468
+ _sfc_main$i as TabsTrigger,
3469
+ _sfc_main$E as TextArea,
3470
+ _sfc_main$F as TextField,
3471
+ _sfc_main$16 as ThemeProvider,
3472
+ _sfc_main$4 as ToastProvider,
3473
+ _sfc_main$I as Toggle,
3474
+ _sfc_main$G as ToggleGroupItem,
3475
+ _sfc_main$H as ToggleGroupRoot,
3476
+ _sfc_main$Z as Tooltip,
3211
3477
  buildPropsClass,
3212
3478
  injectThemeContext,
3213
3479
  provideThemeContext,