@skeletonlabs/skeleton-react 4.12.0 → 4.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.mts +187 -187
  2. package/dist/index.mjs +11 -401
  3. package/package.json +30 -30
package/dist/index.mjs CHANGED
@@ -28,16 +28,13 @@ import { connect as connect$22, machine as machine$22, splitItemProps as splitIt
28
28
  import { connect as connect$23, machine as machine$23, splitProps as splitProps$22 } from "@zag-js/tooltip";
29
29
  import { collection as createTreeViewCollection, connect as connect$24, machine as machine$24, splitProps as splitProps$23 } from "@zag-js/tree-view";
30
30
  import { ListCollection } from "@zag-js/collection";
31
-
32
31
  //#region src/internal/create-context.ts
33
32
  function createContext$1(defaultValue) {
34
33
  return createContext(defaultValue);
35
34
  }
36
-
37
35
  //#endregion
38
36
  //#region src/components/accordion/modules/item-context.ts
39
37
  const ItemContext$7 = createContext$1();
40
-
41
38
  //#endregion
42
39
  //#region src/components/accordion/modules/provider.ts
43
40
  function useAccordion(props = {}) {
@@ -46,11 +43,9 @@ function useAccordion(props = {}) {
46
43
  ...props
47
44
  }), normalizeProps);
48
45
  }
49
-
50
46
  //#endregion
51
47
  //#region src/components/accordion/modules/root-context.ts
52
48
  const RootContext$50 = createContext$1();
53
-
54
49
  //#endregion
55
50
  //#region src/components/accordion/anatomy/item-content.tsx
56
51
  function ItemContent(props) {
@@ -63,7 +58,6 @@ function ItemContent(props) {
63
58
  children
64
59
  });
65
60
  }
66
-
67
61
  //#endregion
68
62
  //#region src/components/accordion/anatomy/item-indicator.tsx
69
63
  function ItemIndicator$3(props) {
@@ -76,7 +70,6 @@ function ItemIndicator$3(props) {
76
70
  children
77
71
  });
78
72
  }
79
-
80
73
  //#endregion
81
74
  //#region src/components/accordion/anatomy/item-trigger.tsx
82
75
  function ItemTrigger(props) {
@@ -89,7 +82,6 @@ function ItemTrigger(props) {
89
82
  children
90
83
  });
91
84
  }
92
-
93
85
  //#endregion
94
86
  //#region src/components/accordion/anatomy/item.tsx
95
87
  function Item$12(props) {
@@ -105,7 +97,6 @@ function Item$12(props) {
105
97
  })
106
98
  });
107
99
  }
108
-
109
100
  //#endregion
110
101
  //#region src/components/accordion/anatomy/root-context.tsx
111
102
  function RootContext$49(props) {
@@ -113,7 +104,6 @@ function RootContext$49(props) {
113
104
  const { children } = props;
114
105
  return children(accordion);
115
106
  }
116
-
117
107
  //#endregion
118
108
  //#region src/components/accordion/anatomy/root-provider.tsx
119
109
  function RootProvider$18(props) {
@@ -127,7 +117,6 @@ function RootProvider$18(props) {
127
117
  })
128
118
  });
129
119
  }
130
-
131
120
  //#endregion
132
121
  //#region src/components/accordion/anatomy/root.tsx
133
122
  function Root$19(props) {
@@ -143,7 +132,6 @@ function Root$19(props) {
143
132
  })
144
133
  });
145
134
  }
146
-
147
135
  //#endregion
148
136
  //#region src/components/accordion/modules/anatomy.ts
149
137
  const Accordion = Object.assign(Root$19, {
@@ -154,7 +142,6 @@ const Accordion = Object.assign(Root$19, {
154
142
  ItemIndicator: ItemIndicator$3,
155
143
  ItemContent
156
144
  });
157
-
158
145
  //#endregion
159
146
  //#region src/components/app-bar/anatomy/headline.tsx
160
147
  function AppBarHeadline(props) {
@@ -168,7 +155,6 @@ function AppBarHeadline(props) {
168
155
  children
169
156
  });
170
157
  }
171
-
172
158
  //#endregion
173
159
  //#region src/components/app-bar/anatomy/lead.tsx
174
160
  function AppBarLead(props) {
@@ -182,7 +168,6 @@ function AppBarLead(props) {
182
168
  children
183
169
  });
184
170
  }
185
-
186
171
  //#endregion
187
172
  //#region src/components/app-bar/anatomy/root.tsx
188
173
  function AppBarRoot(props) {
@@ -196,7 +181,6 @@ function AppBarRoot(props) {
196
181
  children
197
182
  });
198
183
  }
199
-
200
184
  //#endregion
201
185
  //#region src/components/app-bar/anatomy/toolbar.tsx
202
186
  function AppBarToolbar(props) {
@@ -210,7 +194,6 @@ function AppBarToolbar(props) {
210
194
  children
211
195
  });
212
196
  }
213
-
214
197
  //#endregion
215
198
  //#region src/components/app-bar/anatomy/trail.tsx
216
199
  function AppBarTrail(props) {
@@ -224,7 +207,6 @@ function AppBarTrail(props) {
224
207
  children
225
208
  });
226
209
  }
227
-
228
210
  //#endregion
229
211
  //#region src/components/app-bar/modules/anatomy.ts
230
212
  const AppBar = Object.assign(AppBarRoot, {
@@ -233,11 +215,9 @@ const AppBar = Object.assign(AppBarRoot, {
233
215
  Headline: AppBarHeadline,
234
216
  Trail: AppBarTrail
235
217
  });
236
-
237
218
  //#endregion
238
219
  //#region src/components/avatar/modules/root-context.ts
239
220
  const RootContext$48 = createContext$1();
240
-
241
221
  //#endregion
242
222
  //#region src/components/avatar/anatomy/fallback.tsx
243
223
  function Fallback(props) {
@@ -249,7 +229,6 @@ function Fallback(props) {
249
229
  children
250
230
  });
251
231
  }
252
-
253
232
  //#endregion
254
233
  //#region src/components/avatar/anatomy/image.tsx
255
234
  function Image(props) {
@@ -258,7 +237,6 @@ function Image(props) {
258
237
  const attributes = mergeProps(avatar.getImageProps(), rest);
259
238
  return element ? element(attributes) : /* @__PURE__ */ jsx("img", { ...attributes });
260
239
  }
261
-
262
240
  //#endregion
263
241
  //#region src/components/avatar/anatomy/root-context.tsx
264
242
  function RootContext$47(props) {
@@ -266,7 +244,6 @@ function RootContext$47(props) {
266
244
  const { children } = props;
267
245
  return children(avatar);
268
246
  }
269
-
270
247
  //#endregion
271
248
  //#region src/components/avatar/anatomy/root-provider.tsx
272
249
  function AvatarRootProvider(props) {
@@ -280,7 +257,6 @@ function AvatarRootProvider(props) {
280
257
  })
281
258
  });
282
259
  }
283
-
284
260
  //#endregion
285
261
  //#region src/components/avatar/modules/provider.ts
286
262
  function useAvatar(props = {}) {
@@ -289,7 +265,6 @@ function useAvatar(props = {}) {
289
265
  ...props
290
266
  }), normalizeProps);
291
267
  }
292
-
293
268
  //#endregion
294
269
  //#region src/components/avatar/anatomy/root.tsx
295
270
  function AvatarRoot(props) {
@@ -305,7 +280,6 @@ function AvatarRoot(props) {
305
280
  })
306
281
  });
307
282
  }
308
-
309
283
  //#endregion
310
284
  //#region src/components/avatar/modules/anatomy.ts
311
285
  const Avatar = Object.assign(AvatarRoot, {
@@ -314,11 +288,9 @@ const Avatar = Object.assign(AvatarRoot, {
314
288
  Image,
315
289
  Fallback
316
290
  });
317
-
318
291
  //#endregion
319
292
  //#region src/components/carousel/modules/root-context.ts
320
293
  const RootContext$46 = createContext$1();
321
-
322
294
  //#endregion
323
295
  //#region src/components/carousel/anatomy/autoplay-trigger.tsx
324
296
  function AutoplayTrigger(props) {
@@ -330,7 +302,6 @@ function AutoplayTrigger(props) {
330
302
  children
331
303
  });
332
304
  }
333
-
334
305
  //#endregion
335
306
  //#region src/components/carousel/anatomy/control.tsx
336
307
  function Control$8(props) {
@@ -342,7 +313,6 @@ function Control$8(props) {
342
313
  children
343
314
  });
344
315
  }
345
-
346
316
  //#endregion
347
317
  //#region src/components/carousel/anatomy/indicator.tsx
348
318
  function Indicator$5(props) {
@@ -355,7 +325,6 @@ function Indicator$5(props) {
355
325
  children
356
326
  });
357
327
  }
358
-
359
328
  //#endregion
360
329
  //#region src/components/carousel/anatomy/indicator-group.tsx
361
330
  function IndicatorGroup(props) {
@@ -367,7 +336,6 @@ function IndicatorGroup(props) {
367
336
  children
368
337
  });
369
338
  }
370
-
371
339
  //#endregion
372
340
  //#region src/components/carousel/anatomy/item.tsx
373
341
  function Item$11(props) {
@@ -380,7 +348,6 @@ function Item$11(props) {
380
348
  children
381
349
  });
382
350
  }
383
-
384
351
  //#endregion
385
352
  //#region src/components/carousel/anatomy/item-group.tsx
386
353
  function ItemGroup$4(props) {
@@ -392,7 +359,6 @@ function ItemGroup$4(props) {
392
359
  children
393
360
  });
394
361
  }
395
-
396
362
  //#endregion
397
363
  //#region src/components/carousel/anatomy/next-trigger.tsx
398
364
  function NextTrigger$3(props) {
@@ -404,7 +370,6 @@ function NextTrigger$3(props) {
404
370
  children
405
371
  });
406
372
  }
407
-
408
373
  //#endregion
409
374
  //#region src/components/carousel/anatomy/prev-trigger.tsx
410
375
  function PrevTrigger$3(props) {
@@ -416,7 +381,6 @@ function PrevTrigger$3(props) {
416
381
  children
417
382
  });
418
383
  }
419
-
420
384
  //#endregion
421
385
  //#region src/components/carousel/anatomy/progress-text.tsx
422
386
  function ProgressText(props) {
@@ -428,7 +392,6 @@ function ProgressText(props) {
428
392
  children
429
393
  });
430
394
  }
431
-
432
395
  //#endregion
433
396
  //#region src/components/carousel/anatomy/root-context.tsx
434
397
  function RootContext$45(props) {
@@ -436,7 +399,6 @@ function RootContext$45(props) {
436
399
  const { children } = props;
437
400
  return children(carousel);
438
401
  }
439
-
440
402
  //#endregion
441
403
  //#region src/components/carousel/anatomy/root-provider.tsx
442
404
  function RootProvider$17(props) {
@@ -450,7 +412,6 @@ function RootProvider$17(props) {
450
412
  })
451
413
  });
452
414
  }
453
-
454
415
  //#endregion
455
416
  //#region src/components/carousel/modules/provider.ts
456
417
  function useCarousel(props) {
@@ -461,7 +422,6 @@ function useCarousel(props) {
461
422
  ...rest
462
423
  }), normalizeProps);
463
424
  }
464
-
465
425
  //#endregion
466
426
  //#region src/components/carousel/anatomy/root.tsx
467
427
  function Root$18(props) {
@@ -480,7 +440,6 @@ function Root$18(props) {
480
440
  })
481
441
  });
482
442
  }
483
-
484
443
  //#endregion
485
444
  //#region src/components/carousel/modules/anatomy.ts
486
445
  const Carousel = Object.assign(Root$18, {
@@ -496,11 +455,9 @@ const Carousel = Object.assign(Root$18, {
496
455
  Indicator: Indicator$5,
497
456
  ProgressText
498
457
  });
499
-
500
458
  //#endregion
501
459
  //#region src/components/collapsible/modules/root-context.ts
502
460
  const RootContext$44 = createContext$1();
503
-
504
461
  //#endregion
505
462
  //#region src/components/collapsible/anatomy/content.tsx
506
463
  function Content$10(props) {
@@ -512,7 +469,6 @@ function Content$10(props) {
512
469
  children
513
470
  });
514
471
  }
515
-
516
472
  //#endregion
517
473
  //#region src/components/collapsible/anatomy/indicator.tsx
518
474
  function Indicator$4(props) {
@@ -524,7 +480,6 @@ function Indicator$4(props) {
524
480
  children
525
481
  });
526
482
  }
527
-
528
483
  //#endregion
529
484
  //#region src/components/collapsible/anatomy/root-context.tsx
530
485
  function RootContext$43(props) {
@@ -532,7 +487,6 @@ function RootContext$43(props) {
532
487
  const { children } = props;
533
488
  return children(collapsible);
534
489
  }
535
-
536
490
  //#endregion
537
491
  //#region src/components/collapsible/anatomy/root-provider.tsx
538
492
  function CollapsibleRootProvider(props) {
@@ -546,7 +500,6 @@ function CollapsibleRootProvider(props) {
546
500
  })
547
501
  });
548
502
  }
549
-
550
503
  //#endregion
551
504
  //#region src/components/collapsible/modules/provider.ts
552
505
  function useCollapsible(props = {}) {
@@ -555,7 +508,6 @@ function useCollapsible(props = {}) {
555
508
  ...props
556
509
  }), normalizeProps);
557
510
  }
558
-
559
511
  //#endregion
560
512
  //#region src/components/collapsible/anatomy/root.tsx
561
513
  function CollapsibleRoot(props) {
@@ -571,7 +523,6 @@ function CollapsibleRoot(props) {
571
523
  })
572
524
  });
573
525
  }
574
-
575
526
  //#endregion
576
527
  //#region src/components/collapsible/anatomy/trigger.tsx
577
528
  function Trigger$10(props) {
@@ -583,7 +534,6 @@ function Trigger$10(props) {
583
534
  children
584
535
  });
585
536
  }
586
-
587
537
  //#endregion
588
538
  //#region src/components/collapsible/modules/anatomy.ts
589
539
  const Collapsible = Object.assign(CollapsibleRoot, {
@@ -593,11 +543,9 @@ const Collapsible = Object.assign(CollapsibleRoot, {
593
543
  Indicator: Indicator$4,
594
544
  Content: Content$10
595
545
  });
596
-
597
546
  //#endregion
598
547
  //#region src/components/combobox/modules/root-context.ts
599
548
  const RootContext$42 = createContext$1();
600
-
601
549
  //#endregion
602
550
  //#region src/components/combobox/anatomy/clear-trigger.tsx
603
551
  function ClearTrigger$2(props) {
@@ -609,7 +557,6 @@ function ClearTrigger$2(props) {
609
557
  children
610
558
  });
611
559
  }
612
-
613
560
  //#endregion
614
561
  //#region src/components/combobox/anatomy/content.tsx
615
562
  function Content$9(props) {
@@ -621,7 +568,6 @@ function Content$9(props) {
621
568
  children
622
569
  });
623
570
  }
624
-
625
571
  //#endregion
626
572
  //#region src/components/combobox/anatomy/control.tsx
627
573
  function Control$7(props) {
@@ -633,7 +579,6 @@ function Control$7(props) {
633
579
  children
634
580
  });
635
581
  }
636
-
637
582
  //#endregion
638
583
  //#region src/components/combobox/anatomy/input.tsx
639
584
  function Input$3(props) {
@@ -642,11 +587,9 @@ function Input$3(props) {
642
587
  const attributes = mergeProps(combobox.getInputProps(), rest);
643
588
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
644
589
  }
645
-
646
590
  //#endregion
647
591
  //#region src/components/combobox/modules/item-group-context.ts
648
592
  const ItemGroupContext$2 = createContext$1();
649
-
650
593
  //#endregion
651
594
  //#region src/components/combobox/anatomy/item-group-label.tsx
652
595
  function ItemGroupLabel$2(props) {
@@ -662,7 +605,6 @@ function ItemGroupLabel$2(props) {
662
605
  children
663
606
  });
664
607
  }
665
-
666
608
  //#endregion
667
609
  //#region src/components/combobox/anatomy/item-group.tsx
668
610
  function ItemGroup$3(props) {
@@ -681,7 +623,6 @@ function ItemGroup$3(props) {
681
623
  })
682
624
  });
683
625
  }
684
-
685
626
  //#endregion
686
627
  //#region src/internal/components/check.tsx
687
628
  function Check(props) {
@@ -701,11 +642,9 @@ function Check(props) {
701
642
  children: /* @__PURE__ */ jsx("path", { d: "M20 6 9 17l-5-5" })
702
643
  });
703
644
  }
704
-
705
645
  //#endregion
706
646
  //#region src/components/combobox/modules/item-context.ts
707
647
  const ItemContext$6 = createContext$1();
708
-
709
648
  //#endregion
710
649
  //#region src/components/combobox/anatomy/item-indicator.tsx
711
650
  function ItemIndicator$2(props) {
@@ -718,7 +657,6 @@ function ItemIndicator$2(props) {
718
657
  children
719
658
  });
720
659
  }
721
-
722
660
  //#endregion
723
661
  //#region src/components/combobox/anatomy/item-text.tsx
724
662
  function ItemText$4(props) {
@@ -731,7 +669,6 @@ function ItemText$4(props) {
731
669
  children
732
670
  });
733
671
  }
734
-
735
672
  //#endregion
736
673
  //#region src/components/combobox/anatomy/item.tsx
737
674
  function Item$10(props) {
@@ -747,7 +684,6 @@ function Item$10(props) {
747
684
  })
748
685
  });
749
686
  }
750
-
751
687
  //#endregion
752
688
  //#region src/components/combobox/anatomy/label.tsx
753
689
  function Label$10(props) {
@@ -759,7 +695,6 @@ function Label$10(props) {
759
695
  children
760
696
  });
761
697
  }
762
-
763
698
  //#endregion
764
699
  //#region src/components/combobox/anatomy/positioner.tsx
765
700
  function Positioner$6(props) {
@@ -771,7 +706,6 @@ function Positioner$6(props) {
771
706
  children
772
707
  });
773
708
  }
774
-
775
709
  //#endregion
776
710
  //#region src/components/combobox/anatomy/root-context.tsx
777
711
  function RootContext$41(props) {
@@ -779,7 +713,6 @@ function RootContext$41(props) {
779
713
  const { children } = props;
780
714
  return children(combobox);
781
715
  }
782
-
783
716
  //#endregion
784
717
  //#region src/components/combobox/modules/provider.ts
785
718
  function useCombobox(props = {}) {
@@ -788,7 +721,6 @@ function useCombobox(props = {}) {
788
721
  ...props
789
722
  }), normalizeProps);
790
723
  }
791
-
792
724
  //#endregion
793
725
  //#region src/components/combobox/anatomy/root-provider.tsx
794
726
  function RootProvider$16(props) {
@@ -802,7 +734,6 @@ function RootProvider$16(props) {
802
734
  })
803
735
  });
804
736
  }
805
-
806
737
  //#endregion
807
738
  //#region src/components/combobox/anatomy/root.tsx
808
739
  function Root$17(props) {
@@ -818,7 +749,6 @@ function Root$17(props) {
818
749
  })
819
750
  });
820
751
  }
821
-
822
752
  //#endregion
823
753
  //#region src/internal/components/chevron-down.tsx
824
754
  function ChevronDown(props) {
@@ -838,7 +768,6 @@ function ChevronDown(props) {
838
768
  children: /* @__PURE__ */ jsx("path", { d: "m6 9 6 6 6-6" })
839
769
  });
840
770
  }
841
-
842
771
  //#endregion
843
772
  //#region src/components/combobox/anatomy/trigger.tsx
844
773
  function Trigger$9(props) {
@@ -850,7 +779,6 @@ function Trigger$9(props) {
850
779
  children
851
780
  });
852
781
  }
853
-
854
782
  //#endregion
855
783
  //#region src/components/combobox/modules/anatomy.ts
856
784
  const Combobox = Object.assign(Root$17, {
@@ -869,11 +797,9 @@ const Combobox = Object.assign(Root$17, {
869
797
  ItemText: ItemText$4,
870
798
  ItemIndicator: ItemIndicator$2
871
799
  });
872
-
873
800
  //#endregion
874
801
  //#region src/components/date-picker/modules/root-context.ts
875
802
  const RootContext$40 = createContext$1();
876
-
877
803
  //#endregion
878
804
  //#region src/components/date-picker/anatomy/content.tsx
879
805
  function Content$8(props) {
@@ -885,7 +811,6 @@ function Content$8(props) {
885
811
  children
886
812
  });
887
813
  }
888
-
889
814
  //#endregion
890
815
  //#region src/components/date-picker/anatomy/control.tsx
891
816
  function Control$6(props) {
@@ -897,7 +822,6 @@ function Control$6(props) {
897
822
  children
898
823
  });
899
824
  }
900
-
901
825
  //#endregion
902
826
  //#region src/components/date-picker/anatomy/input.tsx
903
827
  function Input$2(props) {
@@ -907,7 +831,6 @@ function Input$2(props) {
907
831
  const attributes = mergeProps(datePicker.getInputProps(inputProps), rest);
908
832
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
909
833
  }
910
-
911
834
  //#endregion
912
835
  //#region src/components/date-picker/anatomy/label.tsx
913
836
  function Label$9(props) {
@@ -919,7 +842,6 @@ function Label$9(props) {
919
842
  children
920
843
  });
921
844
  }
922
-
923
845
  //#endregion
924
846
  //#region src/components/date-picker/anatomy/month-select.tsx
925
847
  function MonthSelect(props) {
@@ -934,7 +856,6 @@ function MonthSelect(props) {
934
856
  }, i))
935
857
  });
936
858
  }
937
-
938
859
  //#endregion
939
860
  //#region src/internal/components/chevron-right.tsx
940
861
  function ChevronRight(props) {
@@ -954,11 +875,9 @@ function ChevronRight(props) {
954
875
  children: /* @__PURE__ */ jsx("path", { d: "m9 18 6-6-6-6" })
955
876
  });
956
877
  }
957
-
958
878
  //#endregion
959
879
  //#region src/components/date-picker/modules/view-context.ts
960
880
  const ViewContext = createContext$1({ view: "day" });
961
-
962
881
  //#endregion
963
882
  //#region src/components/date-picker/anatomy/next-trigger.tsx
964
883
  function NextTrigger$2(props) {
@@ -971,7 +890,6 @@ function NextTrigger$2(props) {
971
890
  children
972
891
  });
973
892
  }
974
-
975
893
  //#endregion
976
894
  //#region src/components/date-picker/anatomy/positioner.tsx
977
895
  function Positioner$5(props) {
@@ -983,7 +901,6 @@ function Positioner$5(props) {
983
901
  children
984
902
  });
985
903
  }
986
-
987
904
  //#endregion
988
905
  //#region src/components/date-picker/anatomy/preset-trigger.tsx
989
906
  function PresetTrigger(props) {
@@ -996,7 +913,6 @@ function PresetTrigger(props) {
996
913
  children
997
914
  });
998
915
  }
999
-
1000
916
  //#endregion
1001
917
  //#region src/internal/components/chevron-left.tsx
1002
918
  function ChevronLeft(props) {
@@ -1016,7 +932,6 @@ function ChevronLeft(props) {
1016
932
  children: /* @__PURE__ */ jsx("path", { d: "m15 18-6-6 6-6" })
1017
933
  });
1018
934
  }
1019
-
1020
935
  //#endregion
1021
936
  //#region src/components/date-picker/anatomy/prev-trigger.tsx
1022
937
  function PrevTrigger$2(props) {
@@ -1029,7 +944,6 @@ function PrevTrigger$2(props) {
1029
944
  children
1030
945
  });
1031
946
  }
1032
-
1033
947
  //#endregion
1034
948
  //#region src/components/date-picker/anatomy/range-text.tsx
1035
949
  function RangeText(props) {
@@ -1042,7 +956,6 @@ function RangeText(props) {
1042
956
  children
1043
957
  });
1044
958
  }
1045
-
1046
959
  //#endregion
1047
960
  //#region src/components/date-picker/anatomy/root-context.tsx
1048
961
  function RootContext$39(props) {
@@ -1050,7 +963,6 @@ function RootContext$39(props) {
1050
963
  const { children } = props;
1051
964
  return children(datePicker);
1052
965
  }
1053
-
1054
966
  //#endregion
1055
967
  //#region src/components/date-picker/modules/provider.ts
1056
968
  function useDatePicker(props = {}) {
@@ -1059,7 +971,6 @@ function useDatePicker(props = {}) {
1059
971
  ...props
1060
972
  }), normalizeProps);
1061
973
  }
1062
-
1063
974
  //#endregion
1064
975
  //#region src/components/date-picker/anatomy/root-provider.tsx
1065
976
  function RootProvider$15(props) {
@@ -1073,7 +984,6 @@ function RootProvider$15(props) {
1073
984
  })
1074
985
  });
1075
986
  }
1076
-
1077
987
  //#endregion
1078
988
  //#region src/components/date-picker/anatomy/root.tsx
1079
989
  function Root$16(props) {
@@ -1089,7 +999,6 @@ function Root$16(props) {
1089
999
  })
1090
1000
  });
1091
1001
  }
1092
-
1093
1002
  //#endregion
1094
1003
  //#region src/components/date-picker/anatomy/table-body.tsx
1095
1004
  function TableBody(props) {
@@ -1102,11 +1011,9 @@ function TableBody(props) {
1102
1011
  children
1103
1012
  });
1104
1013
  }
1105
-
1106
1014
  //#endregion
1107
1015
  //#region src/components/date-picker/modules/table-cell-context.ts
1108
1016
  const TableCellContext = createContext$1();
1109
-
1110
1017
  //#endregion
1111
1018
  //#region src/components/date-picker/anatomy/table-cell-trigger.tsx
1112
1019
  function TableCellTrigger(props) {
@@ -1114,11 +1021,11 @@ function TableCellTrigger(props) {
1114
1021
  const viewProps = use(ViewContext);
1115
1022
  const tableCellProps = use(TableCellContext);
1116
1023
  const { element, children, ...rest } = props;
1117
- function getTableCellTriggerProps(tableCellProps$1) {
1024
+ function getTableCellTriggerProps(tableCellProps) {
1118
1025
  switch (viewProps.view) {
1119
- case "day": return datePicker.getDayTableCellTriggerProps(tableCellProps$1);
1120
- case "month": return datePicker.getMonthTableCellTriggerProps(tableCellProps$1);
1121
- case "year": return datePicker.getYearTableCellTriggerProps(tableCellProps$1);
1026
+ case "day": return datePicker.getDayTableCellTriggerProps(tableCellProps);
1027
+ case "month": return datePicker.getMonthTableCellTriggerProps(tableCellProps);
1028
+ case "year": return datePicker.getYearTableCellTriggerProps(tableCellProps);
1122
1029
  }
1123
1030
  }
1124
1031
  const attributes = mergeProps(getTableCellTriggerProps(tableCellProps), rest);
@@ -1127,7 +1034,6 @@ function TableCellTrigger(props) {
1127
1034
  children
1128
1035
  });
1129
1036
  }
1130
-
1131
1037
  //#endregion
1132
1038
  //#region src/components/date-picker/anatomy/table-cell.tsx
1133
1039
  function TableCell(props) {
@@ -1135,11 +1041,11 @@ function TableCell(props) {
1135
1041
  const viewProps = use(ViewContext);
1136
1042
  const [tableCellProps, componentProps] = splitTableCellProps(props);
1137
1043
  const { element, children, ...rest } = componentProps;
1138
- function getTableCellProps(tableCellProps$1) {
1044
+ function getTableCellProps(tableCellProps) {
1139
1045
  switch (viewProps.view) {
1140
- case "day": return datePicker.getDayTableCellProps(tableCellProps$1);
1141
- case "month": return datePicker.getMonthTableCellProps(tableCellProps$1);
1142
- case "year": return datePicker.getYearTableCellProps(tableCellProps$1);
1046
+ case "day": return datePicker.getDayTableCellProps(tableCellProps);
1047
+ case "month": return datePicker.getMonthTableCellProps(tableCellProps);
1048
+ case "year": return datePicker.getYearTableCellProps(tableCellProps);
1143
1049
  }
1144
1050
  }
1145
1051
  const attributes = mergeProps(getTableCellProps(tableCellProps), rest);
@@ -1151,7 +1057,6 @@ function TableCell(props) {
1151
1057
  })
1152
1058
  });
1153
1059
  }
1154
-
1155
1060
  //#endregion
1156
1061
  //#region src/components/date-picker/anatomy/table-head.tsx
1157
1062
  function TableHead(props) {
@@ -1164,7 +1069,6 @@ function TableHead(props) {
1164
1069
  children
1165
1070
  });
1166
1071
  }
1167
-
1168
1072
  //#endregion
1169
1073
  //#region src/components/date-picker/anatomy/table-header.tsx
1170
1074
  function TableHeader(props) {
@@ -1177,7 +1081,6 @@ function TableHeader(props) {
1177
1081
  children
1178
1082
  });
1179
1083
  }
1180
-
1181
1084
  //#endregion
1182
1085
  //#region src/components/date-picker/anatomy/table-row.tsx
1183
1086
  function TableRow(props) {
@@ -1190,7 +1093,6 @@ function TableRow(props) {
1190
1093
  children
1191
1094
  });
1192
1095
  }
1193
-
1194
1096
  //#endregion
1195
1097
  //#region src/components/date-picker/anatomy/table.tsx
1196
1098
  function Table(props) {
@@ -1203,7 +1105,6 @@ function Table(props) {
1203
1105
  children
1204
1106
  });
1205
1107
  }
1206
-
1207
1108
  //#endregion
1208
1109
  //#region src/internal/components/calendar.tsx
1209
1110
  function Calendar(props) {
@@ -1234,7 +1135,6 @@ function Calendar(props) {
1234
1135
  ]
1235
1136
  });
1236
1137
  }
1237
-
1238
1138
  //#endregion
1239
1139
  //#region src/components/date-picker/anatomy/trigger.tsx
1240
1140
  function Trigger$8(props) {
@@ -1246,7 +1146,6 @@ function Trigger$8(props) {
1246
1146
  children
1247
1147
  });
1248
1148
  }
1249
-
1250
1149
  //#endregion
1251
1150
  //#region src/components/date-picker/anatomy/view-control.tsx
1252
1151
  function ViewControl(props) {
@@ -1259,7 +1158,6 @@ function ViewControl(props) {
1259
1158
  children
1260
1159
  });
1261
1160
  }
1262
-
1263
1161
  //#endregion
1264
1162
  //#region src/components/date-picker/anatomy/view-trigger.tsx
1265
1163
  function ViewTrigger(props) {
@@ -1272,7 +1170,6 @@ function ViewTrigger(props) {
1272
1170
  children
1273
1171
  });
1274
1172
  }
1275
-
1276
1173
  //#endregion
1277
1174
  //#region src/components/date-picker/anatomy/view.tsx
1278
1175
  function View(props) {
@@ -1288,7 +1185,6 @@ function View(props) {
1288
1185
  })
1289
1186
  });
1290
1187
  }
1291
-
1292
1188
  //#endregion
1293
1189
  //#region src/components/date-picker/anatomy/year-select.tsx
1294
1190
  function YearSelect(props) {
@@ -1303,7 +1199,6 @@ function YearSelect(props) {
1303
1199
  }, i))
1304
1200
  });
1305
1201
  }
1306
-
1307
1202
  //#endregion
1308
1203
  //#region src/components/date-picker/modules/anatomy.ts
1309
1204
  const DatePicker = Object.assign(Root$16, {
@@ -1332,11 +1227,9 @@ const DatePicker = Object.assign(Root$16, {
1332
1227
  TableCell,
1333
1228
  TableCellTrigger
1334
1229
  });
1335
-
1336
1230
  //#endregion
1337
1231
  //#region src/components/dialog/modules/root-context.ts
1338
1232
  const RootContext$38 = createContext$1();
1339
-
1340
1233
  //#endregion
1341
1234
  //#region src/components/dialog/anatomy/backdrop.tsx
1342
1235
  function Backdrop(props) {
@@ -1345,7 +1238,6 @@ function Backdrop(props) {
1345
1238
  const attributes = mergeProps(dialog.getBackdropProps(), rest);
1346
1239
  return element ? element(attributes) : /* @__PURE__ */ jsx("div", { ...attributes });
1347
1240
  }
1348
-
1349
1241
  //#endregion
1350
1242
  //#region src/components/dialog/anatomy/close-trigger.tsx
1351
1243
  function CloseTrigger$3(props) {
@@ -1357,7 +1249,6 @@ function CloseTrigger$3(props) {
1357
1249
  children
1358
1250
  });
1359
1251
  }
1360
-
1361
1252
  //#endregion
1362
1253
  //#region src/components/dialog/anatomy/content.tsx
1363
1254
  function Content$7(props) {
@@ -1369,7 +1260,6 @@ function Content$7(props) {
1369
1260
  children
1370
1261
  });
1371
1262
  }
1372
-
1373
1263
  //#endregion
1374
1264
  //#region src/components/dialog/anatomy/description.tsx
1375
1265
  function Description$2(props) {
@@ -1381,7 +1271,6 @@ function Description$2(props) {
1381
1271
  children
1382
1272
  });
1383
1273
  }
1384
-
1385
1274
  //#endregion
1386
1275
  //#region src/components/dialog/anatomy/positioner.tsx
1387
1276
  function Positioner$4(props) {
@@ -1393,7 +1282,6 @@ function Positioner$4(props) {
1393
1282
  children
1394
1283
  });
1395
1284
  }
1396
-
1397
1285
  //#endregion
1398
1286
  //#region src/components/dialog/anatomy/root-context.tsx
1399
1287
  function RootContext$37(props) {
@@ -1401,7 +1289,6 @@ function RootContext$37(props) {
1401
1289
  const { children } = props;
1402
1290
  return children(dialog);
1403
1291
  }
1404
-
1405
1292
  //#endregion
1406
1293
  //#region src/components/dialog/anatomy/root-provider.tsx
1407
1294
  function RootProvider$14(props) {
@@ -1411,7 +1298,6 @@ function RootProvider$14(props) {
1411
1298
  children
1412
1299
  });
1413
1300
  }
1414
-
1415
1301
  //#endregion
1416
1302
  //#region src/components/dialog/modules/provider.ts
1417
1303
  function useDialog(props = {}) {
@@ -1420,7 +1306,6 @@ function useDialog(props = {}) {
1420
1306
  ...props
1421
1307
  }), normalizeProps);
1422
1308
  }
1423
-
1424
1309
  //#endregion
1425
1310
  //#region src/components/dialog/anatomy/root.tsx
1426
1311
  function Root$15(props) {
@@ -1432,7 +1317,6 @@ function Root$15(props) {
1432
1317
  children
1433
1318
  });
1434
1319
  }
1435
-
1436
1320
  //#endregion
1437
1321
  //#region src/components/dialog/anatomy/title.tsx
1438
1322
  function Title$3(props) {
@@ -1444,7 +1328,6 @@ function Title$3(props) {
1444
1328
  children
1445
1329
  });
1446
1330
  }
1447
-
1448
1331
  //#endregion
1449
1332
  //#region src/components/dialog/anatomy/trigger.tsx
1450
1333
  function Trigger$7(props) {
@@ -1456,7 +1339,6 @@ function Trigger$7(props) {
1456
1339
  children
1457
1340
  });
1458
1341
  }
1459
-
1460
1342
  //#endregion
1461
1343
  //#region src/components/dialog/modules/anatomy.ts
1462
1344
  const Dialog = Object.assign(Root$15, {
@@ -1470,11 +1352,9 @@ const Dialog = Object.assign(Root$15, {
1470
1352
  Description: Description$2,
1471
1353
  CloseTrigger: CloseTrigger$3
1472
1354
  });
1473
-
1474
1355
  //#endregion
1475
1356
  //#region src/components/file-upload/modules/root-context.ts
1476
1357
  const RootContext$36 = createContext$1();
1477
-
1478
1358
  //#endregion
1479
1359
  //#region src/components/file-upload/anatomy/clear-trigger.tsx
1480
1360
  function ClearTrigger$1(props) {
@@ -1486,7 +1366,6 @@ function ClearTrigger$1(props) {
1486
1366
  children
1487
1367
  });
1488
1368
  }
1489
-
1490
1369
  //#endregion
1491
1370
  //#region src/components/file-upload/anatomy/dropzone.tsx
1492
1371
  function Dropzone(props) {
@@ -1498,7 +1377,6 @@ function Dropzone(props) {
1498
1377
  children
1499
1378
  });
1500
1379
  }
1501
-
1502
1380
  //#endregion
1503
1381
  //#region src/components/file-upload/anatomy/hidden-input.tsx
1504
1382
  function HiddenInput$4(props) {
@@ -1507,11 +1385,9 @@ function HiddenInput$4(props) {
1507
1385
  const attributes = mergeProps(fileUpload.getHiddenInputProps(), rest);
1508
1386
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
1509
1387
  }
1510
-
1511
1388
  //#endregion
1512
1389
  //#region src/components/file-upload/modules/item-context.ts
1513
1390
  const ItemContext$5 = createContext$1();
1514
-
1515
1391
  //#endregion
1516
1392
  //#region src/components/file-upload/anatomy/item-delete-trigger.tsx
1517
1393
  function ItemDeleteTrigger$1(props) {
@@ -1524,7 +1400,6 @@ function ItemDeleteTrigger$1(props) {
1524
1400
  children
1525
1401
  });
1526
1402
  }
1527
-
1528
1403
  //#endregion
1529
1404
  //#region src/components/file-upload/anatomy/item-group.tsx
1530
1405
  function ItemGroup$2(props) {
@@ -1536,7 +1411,6 @@ function ItemGroup$2(props) {
1536
1411
  children
1537
1412
  });
1538
1413
  }
1539
-
1540
1414
  //#endregion
1541
1415
  //#region src/components/file-upload/anatomy/item-name.tsx
1542
1416
  function ItemName(props) {
@@ -1549,7 +1423,6 @@ function ItemName(props) {
1549
1423
  children
1550
1424
  });
1551
1425
  }
1552
-
1553
1426
  //#endregion
1554
1427
  //#region src/components/file-upload/anatomy/item-size-text.tsx
1555
1428
  function ItemSizeText(props) {
@@ -1562,7 +1435,6 @@ function ItemSizeText(props) {
1562
1435
  children
1563
1436
  });
1564
1437
  }
1565
-
1566
1438
  //#endregion
1567
1439
  //#region src/components/file-upload/anatomy/item.tsx
1568
1440
  function Item$9(props) {
@@ -1578,7 +1450,6 @@ function Item$9(props) {
1578
1450
  })
1579
1451
  });
1580
1452
  }
1581
-
1582
1453
  //#endregion
1583
1454
  //#region src/components/file-upload/anatomy/label.tsx
1584
1455
  function Label$8(props) {
@@ -1590,7 +1461,6 @@ function Label$8(props) {
1590
1461
  children
1591
1462
  });
1592
1463
  }
1593
-
1594
1464
  //#endregion
1595
1465
  //#region src/components/file-upload/anatomy/root-context.tsx
1596
1466
  function RootContext$35(props) {
@@ -1598,7 +1468,6 @@ function RootContext$35(props) {
1598
1468
  const { children } = props;
1599
1469
  return children(fileUpload);
1600
1470
  }
1601
-
1602
1471
  //#endregion
1603
1472
  //#region src/components/file-upload/anatomy/root-provider.tsx
1604
1473
  function RootProvider$13(props) {
@@ -1612,7 +1481,6 @@ function RootProvider$13(props) {
1612
1481
  })
1613
1482
  });
1614
1483
  }
1615
-
1616
1484
  //#endregion
1617
1485
  //#region src/components/file-upload/modules/provider.ts
1618
1486
  function useFileUpload(props = {}) {
@@ -1621,7 +1489,6 @@ function useFileUpload(props = {}) {
1621
1489
  ...props
1622
1490
  }), normalizeProps);
1623
1491
  }
1624
-
1625
1492
  //#endregion
1626
1493
  //#region src/components/file-upload/anatomy/root.tsx
1627
1494
  function Root$14(props) {
@@ -1637,7 +1504,6 @@ function Root$14(props) {
1637
1504
  })
1638
1505
  });
1639
1506
  }
1640
-
1641
1507
  //#endregion
1642
1508
  //#region src/components/file-upload/anatomy/trigger.tsx
1643
1509
  function Trigger$6(props) {
@@ -1649,7 +1515,6 @@ function Trigger$6(props) {
1649
1515
  children
1650
1516
  });
1651
1517
  }
1652
-
1653
1518
  //#endregion
1654
1519
  //#region src/components/file-upload/modules/anatomy.ts
1655
1520
  const FileUpload = Object.assign(Root$14, {
@@ -1666,11 +1531,9 @@ const FileUpload = Object.assign(Root$14, {
1666
1531
  ItemSizeText,
1667
1532
  ItemDeleteTrigger: ItemDeleteTrigger$1
1668
1533
  });
1669
-
1670
1534
  //#endregion
1671
1535
  //#region src/components/floating-panel/modules/root-context.ts
1672
1536
  const RootContext$34 = createContext$1();
1673
-
1674
1537
  //#endregion
1675
1538
  //#region src/components/floating-panel/anatomy/body.tsx
1676
1539
  function Body(props) {
@@ -1682,7 +1545,6 @@ function Body(props) {
1682
1545
  children
1683
1546
  });
1684
1547
  }
1685
-
1686
1548
  //#endregion
1687
1549
  //#region src/components/floating-panel/anatomy/close-trigger.tsx
1688
1550
  function CloseTrigger$2(props) {
@@ -1694,7 +1556,6 @@ function CloseTrigger$2(props) {
1694
1556
  children
1695
1557
  });
1696
1558
  }
1697
-
1698
1559
  //#endregion
1699
1560
  //#region src/components/floating-panel/anatomy/content.tsx
1700
1561
  function Content$6(props) {
@@ -1706,7 +1567,6 @@ function Content$6(props) {
1706
1567
  children
1707
1568
  });
1708
1569
  }
1709
-
1710
1570
  //#endregion
1711
1571
  //#region src/components/floating-panel/anatomy/control.tsx
1712
1572
  function Control$5(props) {
@@ -1718,7 +1578,6 @@ function Control$5(props) {
1718
1578
  children
1719
1579
  });
1720
1580
  }
1721
-
1722
1581
  //#endregion
1723
1582
  //#region src/components/floating-panel/anatomy/drag-trigger.tsx
1724
1583
  function DragTrigger(props) {
@@ -1730,7 +1589,6 @@ function DragTrigger(props) {
1730
1589
  children
1731
1590
  });
1732
1591
  }
1733
-
1734
1592
  //#endregion
1735
1593
  //#region src/components/floating-panel/anatomy/header.tsx
1736
1594
  function Header(props) {
@@ -1742,7 +1600,6 @@ function Header(props) {
1742
1600
  children
1743
1601
  });
1744
1602
  }
1745
-
1746
1603
  //#endregion
1747
1604
  //#region src/components/floating-panel/anatomy/positioner.tsx
1748
1605
  function Positioner$3(props) {
@@ -1754,7 +1611,6 @@ function Positioner$3(props) {
1754
1611
  children
1755
1612
  });
1756
1613
  }
1757
-
1758
1614
  //#endregion
1759
1615
  //#region src/components/floating-panel/anatomy/resize-trigger.tsx
1760
1616
  function ResizeTrigger(props) {
@@ -1767,7 +1623,6 @@ function ResizeTrigger(props) {
1767
1623
  children
1768
1624
  });
1769
1625
  }
1770
-
1771
1626
  //#endregion
1772
1627
  //#region src/components/floating-panel/anatomy/root-context.tsx
1773
1628
  function RootContext$33(props) {
@@ -1775,7 +1630,6 @@ function RootContext$33(props) {
1775
1630
  const { children } = props;
1776
1631
  return children(floatingPanel);
1777
1632
  }
1778
-
1779
1633
  //#endregion
1780
1634
  //#region src/components/floating-panel/anatomy/root-provider.tsx
1781
1635
  function RootProvider$12(props) {
@@ -1785,7 +1639,6 @@ function RootProvider$12(props) {
1785
1639
  children
1786
1640
  });
1787
1641
  }
1788
-
1789
1642
  //#endregion
1790
1643
  //#region src/components/floating-panel/modules/provider.ts
1791
1644
  function useFloatingPanel(props = {}) {
@@ -1794,7 +1647,6 @@ function useFloatingPanel(props = {}) {
1794
1647
  ...props
1795
1648
  }), normalizeProps);
1796
1649
  }
1797
-
1798
1650
  //#endregion
1799
1651
  //#region src/components/floating-panel/anatomy/root.tsx
1800
1652
  function Root$13(props) {
@@ -1806,7 +1658,6 @@ function Root$13(props) {
1806
1658
  children
1807
1659
  });
1808
1660
  }
1809
-
1810
1661
  //#endregion
1811
1662
  //#region src/components/floating-panel/anatomy/stage-trigger.tsx
1812
1663
  function StageTrigger(props) {
@@ -1818,7 +1669,6 @@ function StageTrigger(props) {
1818
1669
  children
1819
1670
  });
1820
1671
  }
1821
-
1822
1672
  //#endregion
1823
1673
  //#region src/components/floating-panel/anatomy/title.tsx
1824
1674
  function Title$2(props) {
@@ -1830,7 +1680,6 @@ function Title$2(props) {
1830
1680
  children
1831
1681
  });
1832
1682
  }
1833
-
1834
1683
  //#endregion
1835
1684
  //#region src/components/floating-panel/anatomy/trigger.tsx
1836
1685
  function Trigger$5(props) {
@@ -1842,7 +1691,6 @@ function Trigger$5(props) {
1842
1691
  children
1843
1692
  });
1844
1693
  }
1845
-
1846
1694
  //#endregion
1847
1695
  //#region src/components/floating-panel/modules/anatomy.ts
1848
1696
  const FloatingPanel = Object.assign(Root$13, {
@@ -1860,11 +1708,9 @@ const FloatingPanel = Object.assign(Root$13, {
1860
1708
  Body,
1861
1709
  ResizeTrigger
1862
1710
  });
1863
-
1864
1711
  //#endregion
1865
1712
  //#region src/components/listbox/modules/root-context.ts
1866
1713
  const RootContext$32 = createContext$1();
1867
-
1868
1714
  //#endregion
1869
1715
  //#region src/components/listbox/anatomy/content.tsx
1870
1716
  function Content$5(props) {
@@ -1876,7 +1722,6 @@ function Content$5(props) {
1876
1722
  children
1877
1723
  });
1878
1724
  }
1879
-
1880
1725
  //#endregion
1881
1726
  //#region src/components/listbox/anatomy/input.tsx
1882
1727
  function Input$1(props) {
@@ -1885,11 +1730,9 @@ function Input$1(props) {
1885
1730
  const attributes = mergeProps(listbox.getInputProps(), rest);
1886
1731
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
1887
1732
  }
1888
-
1889
1733
  //#endregion
1890
1734
  //#region src/components/listbox/modules/item-group-context.ts
1891
1735
  const ItemGroupContext$1 = createContext$1();
1892
-
1893
1736
  //#endregion
1894
1737
  //#region src/components/listbox/anatomy/item-group-label.tsx
1895
1738
  function ItemGroupLabel$1(props) {
@@ -1905,7 +1748,6 @@ function ItemGroupLabel$1(props) {
1905
1748
  children
1906
1749
  });
1907
1750
  }
1908
-
1909
1751
  //#endregion
1910
1752
  //#region src/components/listbox/anatomy/item-group.tsx
1911
1753
  function ItemGroup$1(props) {
@@ -1924,11 +1766,9 @@ function ItemGroup$1(props) {
1924
1766
  })
1925
1767
  });
1926
1768
  }
1927
-
1928
1769
  //#endregion
1929
1770
  //#region src/components/listbox/modules/item-context.ts
1930
1771
  const ItemContext$4 = createContext$1();
1931
-
1932
1772
  //#endregion
1933
1773
  //#region src/components/listbox/anatomy/item-indicator.tsx
1934
1774
  function ItemIndicator$1(props) {
@@ -1941,7 +1781,6 @@ function ItemIndicator$1(props) {
1941
1781
  children
1942
1782
  });
1943
1783
  }
1944
-
1945
1784
  //#endregion
1946
1785
  //#region src/components/listbox/anatomy/item-text.tsx
1947
1786
  function ItemText$3(props) {
@@ -1954,7 +1793,6 @@ function ItemText$3(props) {
1954
1793
  children
1955
1794
  });
1956
1795
  }
1957
-
1958
1796
  //#endregion
1959
1797
  //#region src/components/listbox/anatomy/item.tsx
1960
1798
  function Item$8(props) {
@@ -1970,7 +1808,6 @@ function Item$8(props) {
1970
1808
  })
1971
1809
  });
1972
1810
  }
1973
-
1974
1811
  //#endregion
1975
1812
  //#region src/components/listbox/anatomy/label.tsx
1976
1813
  function Label$7(props) {
@@ -1982,7 +1819,6 @@ function Label$7(props) {
1982
1819
  children
1983
1820
  });
1984
1821
  }
1985
-
1986
1822
  //#endregion
1987
1823
  //#region src/components/listbox/anatomy/root-context.tsx
1988
1824
  function RootContext$31(props) {
@@ -1990,7 +1826,6 @@ function RootContext$31(props) {
1990
1826
  const { children } = props;
1991
1827
  return children(listbox);
1992
1828
  }
1993
-
1994
1829
  //#endregion
1995
1830
  //#region src/components/listbox/modules/provider.ts
1996
1831
  function useListbox(props) {
@@ -1999,7 +1834,6 @@ function useListbox(props) {
1999
1834
  ...props
2000
1835
  }), normalizeProps);
2001
1836
  }
2002
-
2003
1837
  //#endregion
2004
1838
  //#region src/components/listbox/anatomy/root-provider.tsx
2005
1839
  function RootProvider$11(props) {
@@ -2013,7 +1847,6 @@ function RootProvider$11(props) {
2013
1847
  })
2014
1848
  });
2015
1849
  }
2016
-
2017
1850
  //#endregion
2018
1851
  //#region src/components/listbox/anatomy/root.tsx
2019
1852
  function Root$12(props) {
@@ -2029,7 +1862,6 @@ function Root$12(props) {
2029
1862
  })
2030
1863
  });
2031
1864
  }
2032
-
2033
1865
  //#endregion
2034
1866
  //#region src/components/listbox/modules/anatomy.ts
2035
1867
  const Listbox = Object.assign(Root$12, {
@@ -2044,11 +1876,9 @@ const Listbox = Object.assign(Root$12, {
2044
1876
  ItemText: ItemText$3,
2045
1877
  ItemIndicator: ItemIndicator$1
2046
1878
  });
2047
-
2048
1879
  //#endregion
2049
1880
  //#region src/components/menu/modules/root-context.ts
2050
1881
  const RootContext$30 = createContext$1();
2051
-
2052
1882
  //#endregion
2053
1883
  //#region src/components/menu/anatomy/arrow-tip.tsx
2054
1884
  function ArrowTip$2(props) {
@@ -2060,7 +1890,6 @@ function ArrowTip$2(props) {
2060
1890
  children
2061
1891
  });
2062
1892
  }
2063
-
2064
1893
  //#endregion
2065
1894
  //#region src/components/menu/anatomy/arrow.tsx
2066
1895
  function Arrow$2(props) {
@@ -2072,7 +1901,6 @@ function Arrow$2(props) {
2072
1901
  children
2073
1902
  });
2074
1903
  }
2075
-
2076
1904
  //#endregion
2077
1905
  //#region src/components/menu/anatomy/content.tsx
2078
1906
  function Content$4(props) {
@@ -2084,7 +1912,6 @@ function Content$4(props) {
2084
1912
  children
2085
1913
  });
2086
1914
  }
2087
-
2088
1915
  //#endregion
2089
1916
  //#region src/components/menu/anatomy/context-trigger.tsx
2090
1917
  function ContextTrigger(props) {
@@ -2096,7 +1923,6 @@ function ContextTrigger(props) {
2096
1923
  children
2097
1924
  });
2098
1925
  }
2099
-
2100
1926
  //#endregion
2101
1927
  //#region src/components/menu/anatomy/indicator.tsx
2102
1928
  function Indicator$3(props) {
@@ -2108,11 +1934,9 @@ function Indicator$3(props) {
2108
1934
  children
2109
1935
  });
2110
1936
  }
2111
-
2112
1937
  //#endregion
2113
1938
  //#region src/components/menu/modules/item-group-context.ts
2114
1939
  const ItemGroupContext = createContext$1();
2115
-
2116
1940
  //#endregion
2117
1941
  //#region src/components/menu/anatomy/item-group-label.tsx
2118
1942
  function ItemGroupLabel(props) {
@@ -2128,7 +1952,6 @@ function ItemGroupLabel(props) {
2128
1952
  children
2129
1953
  });
2130
1954
  }
2131
-
2132
1955
  //#endregion
2133
1956
  //#region src/components/menu/anatomy/item-group.tsx
2134
1957
  function ItemGroup(props) {
@@ -2147,11 +1970,9 @@ function ItemGroup(props) {
2147
1970
  })
2148
1971
  });
2149
1972
  }
2150
-
2151
1973
  //#endregion
2152
1974
  //#region src/components/menu/modules/item-context.ts
2153
1975
  const ItemContext$3 = createContext$1();
2154
-
2155
1976
  //#endregion
2156
1977
  //#region src/components/menu/anatomy/item-indicator.tsx
2157
1978
  function ItemIndicator(props) {
@@ -2164,7 +1985,6 @@ function ItemIndicator(props) {
2164
1985
  children
2165
1986
  });
2166
1987
  }
2167
-
2168
1988
  //#endregion
2169
1989
  //#region src/components/menu/anatomy/item-text.tsx
2170
1990
  function ItemText$2(props) {
@@ -2177,7 +1997,6 @@ function ItemText$2(props) {
2177
1997
  children
2178
1998
  });
2179
1999
  }
2180
-
2181
2000
  //#endregion
2182
2001
  //#region src/components/menu/anatomy/item.tsx
2183
2002
  function Item$7(props) {
@@ -2193,7 +2012,6 @@ function Item$7(props) {
2193
2012
  })
2194
2013
  });
2195
2014
  }
2196
-
2197
2015
  //#endregion
2198
2016
  //#region src/components/menu/anatomy/option-item.tsx
2199
2017
  function OptionItem(props) {
@@ -2209,7 +2027,6 @@ function OptionItem(props) {
2209
2027
  })
2210
2028
  });
2211
2029
  }
2212
-
2213
2030
  //#endregion
2214
2031
  //#region src/components/menu/anatomy/positioner.tsx
2215
2032
  function Positioner$2(props) {
@@ -2221,7 +2038,6 @@ function Positioner$2(props) {
2221
2038
  children
2222
2039
  });
2223
2040
  }
2224
-
2225
2041
  //#endregion
2226
2042
  //#region src/components/menu/anatomy/root-context.tsx
2227
2043
  function RootContext$29(props) {
@@ -2229,11 +2045,9 @@ function RootContext$29(props) {
2229
2045
  const { children } = props;
2230
2046
  return children(menu);
2231
2047
  }
2232
-
2233
2048
  //#endregion
2234
2049
  //#region src/components/menu/modules/trigger-item-context.ts
2235
2050
  const TriggerItemContext = createContext$1();
2236
-
2237
2051
  //#endregion
2238
2052
  //#region src/components/menu/anatomy/root-provider.tsx
2239
2053
  function RootProvider$10(props) {
@@ -2252,7 +2066,6 @@ function RootProvider$10(props) {
2252
2066
  })
2253
2067
  });
2254
2068
  }
2255
-
2256
2069
  //#endregion
2257
2070
  //#region src/components/menu/modules/provider.ts
2258
2071
  function useMenu(props = {}) {
@@ -2265,7 +2078,6 @@ function useMenu(props = {}) {
2265
2078
  service
2266
2079
  };
2267
2080
  }
2268
-
2269
2081
  //#endregion
2270
2082
  //#region src/components/menu/anatomy/root.tsx
2271
2083
  function Root$11(props) {
@@ -2286,7 +2098,6 @@ function Root$11(props) {
2286
2098
  })
2287
2099
  });
2288
2100
  }
2289
-
2290
2101
  //#endregion
2291
2102
  //#region src/components/menu/anatomy/separator.tsx
2292
2103
  function Separator$1(props) {
@@ -2295,7 +2106,6 @@ function Separator$1(props) {
2295
2106
  const attributes = mergeProps(menu.getSeparatorProps(), rest);
2296
2107
  return element ? element(attributes) : /* @__PURE__ */ jsx("hr", { ...attributes });
2297
2108
  }
2298
-
2299
2109
  //#endregion
2300
2110
  //#region src/components/menu/anatomy/trigger-item.tsx
2301
2111
  function TriggerItem(props) {
@@ -2311,7 +2121,6 @@ function TriggerItem(props) {
2311
2121
  })
2312
2122
  });
2313
2123
  }
2314
-
2315
2124
  //#endregion
2316
2125
  //#region src/components/menu/anatomy/trigger.tsx
2317
2126
  function Trigger$4(props) {
@@ -2323,7 +2132,6 @@ function Trigger$4(props) {
2323
2132
  children
2324
2133
  });
2325
2134
  }
2326
-
2327
2135
  //#endregion
2328
2136
  //#region src/components/menu/modules/anatomy.ts
2329
2137
  const Menu = Object.assign(Root$11, {
@@ -2345,11 +2153,9 @@ const Menu = Object.assign(Root$11, {
2345
2153
  Arrow: Arrow$2,
2346
2154
  ArrowTip: ArrowTip$2
2347
2155
  });
2348
-
2349
2156
  //#endregion
2350
2157
  //#region src/components/navigation/modules/root-context.ts
2351
2158
  const RootContext$28 = createContext$1();
2352
-
2353
2159
  //#endregion
2354
2160
  //#region src/components/navigation/anatomy/content.tsx
2355
2161
  function NavigationContent(props) {
@@ -2365,7 +2171,6 @@ function NavigationContent(props) {
2365
2171
  children
2366
2172
  });
2367
2173
  }
2368
-
2369
2174
  //#endregion
2370
2175
  //#region src/components/navigation/anatomy/footer.tsx
2371
2176
  function NavigationFooter(props) {
@@ -2381,7 +2186,6 @@ function NavigationFooter(props) {
2381
2186
  children
2382
2187
  });
2383
2188
  }
2384
-
2385
2189
  //#endregion
2386
2190
  //#region src/components/navigation/anatomy/group.tsx
2387
2191
  function NavigationGroup(props) {
@@ -2397,7 +2201,6 @@ function NavigationGroup(props) {
2397
2201
  children
2398
2202
  });
2399
2203
  }
2400
-
2401
2204
  //#endregion
2402
2205
  //#region src/components/navigation/anatomy/header.tsx
2403
2206
  function NavigationHeader(props) {
@@ -2413,7 +2216,6 @@ function NavigationHeader(props) {
2413
2216
  children
2414
2217
  });
2415
2218
  }
2416
-
2417
2219
  //#endregion
2418
2220
  //#region src/components/navigation/anatomy/label.tsx
2419
2221
  function NavigationLabel(props) {
@@ -2429,7 +2231,6 @@ function NavigationLabel(props) {
2429
2231
  children
2430
2232
  });
2431
2233
  }
2432
-
2433
2234
  //#endregion
2434
2235
  //#region src/components/navigation/anatomy/menu.tsx
2435
2236
  function NavigationMenu(props) {
@@ -2445,7 +2246,6 @@ function NavigationMenu(props) {
2445
2246
  children
2446
2247
  });
2447
2248
  }
2448
-
2449
2249
  //#endregion
2450
2250
  //#region src/components/navigation/anatomy/trigger.tsx
2451
2251
  function NavigationTrigger(props) {
@@ -2462,7 +2262,6 @@ function NavigationTrigger(props) {
2462
2262
  children
2463
2263
  });
2464
2264
  }
2465
-
2466
2265
  //#endregion
2467
2266
  //#region src/components/navigation/anatomy/trigger-anchor.tsx
2468
2267
  function NavigationTriggerAnchor(props) {
@@ -2478,7 +2277,6 @@ function NavigationTriggerAnchor(props) {
2478
2277
  children
2479
2278
  });
2480
2279
  }
2481
-
2482
2280
  //#endregion
2483
2281
  //#region src/components/navigation/anatomy/trigger-text.tsx
2484
2282
  function NavigationTriggerText(props) {
@@ -2494,7 +2292,6 @@ function NavigationTriggerText(props) {
2494
2292
  children
2495
2293
  });
2496
2294
  }
2497
-
2498
2295
  //#endregion
2499
2296
  //#region src/components/navigation/anatomy/root.tsx
2500
2297
  function NavigationRoot(props) {
@@ -2512,7 +2309,6 @@ function NavigationRoot(props) {
2512
2309
  })
2513
2310
  });
2514
2311
  }
2515
-
2516
2312
  //#endregion
2517
2313
  //#region src/components/navigation/modules/anatomy.ts
2518
2314
  const Navigation = Object.assign(NavigationRoot, {
@@ -2526,11 +2322,9 @@ const Navigation = Object.assign(NavigationRoot, {
2526
2322
  TriggerText: NavigationTriggerText,
2527
2323
  Footer: NavigationFooter
2528
2324
  });
2529
-
2530
2325
  //#endregion
2531
2326
  //#region src/components/pagination/modules/root-context.ts
2532
2327
  const RootContext$27 = createContext$1();
2533
-
2534
2328
  //#endregion
2535
2329
  //#region src/components/pagination/anatomy/ellipsis.tsx
2536
2330
  function Ellipsis(props) {
@@ -2543,7 +2337,6 @@ function Ellipsis(props) {
2543
2337
  children
2544
2338
  });
2545
2339
  }
2546
-
2547
2340
  //#endregion
2548
2341
  //#region src/components/pagination/anatomy/first-trigger.tsx
2549
2342
  function FirstTrigger(props) {
@@ -2555,7 +2348,6 @@ function FirstTrigger(props) {
2555
2348
  children
2556
2349
  });
2557
2350
  }
2558
-
2559
2351
  //#endregion
2560
2352
  //#region src/components/pagination/anatomy/item.tsx
2561
2353
  function Item$6(props) {
@@ -2568,7 +2360,6 @@ function Item$6(props) {
2568
2360
  children
2569
2361
  });
2570
2362
  }
2571
-
2572
2363
  //#endregion
2573
2364
  //#region src/components/pagination/anatomy/last-trigger.tsx
2574
2365
  function LastTrigger(props) {
@@ -2580,7 +2371,6 @@ function LastTrigger(props) {
2580
2371
  children
2581
2372
  });
2582
2373
  }
2583
-
2584
2374
  //#endregion
2585
2375
  //#region src/components/pagination/anatomy/next-trigger.tsx
2586
2376
  function NextTrigger$1(props) {
@@ -2592,7 +2382,6 @@ function NextTrigger$1(props) {
2592
2382
  children
2593
2383
  });
2594
2384
  }
2595
-
2596
2385
  //#endregion
2597
2386
  //#region src/components/pagination/anatomy/prev-trigger.tsx
2598
2387
  function PrevTrigger$1(props) {
@@ -2604,7 +2393,6 @@ function PrevTrigger$1(props) {
2604
2393
  children
2605
2394
  });
2606
2395
  }
2607
-
2608
2396
  //#endregion
2609
2397
  //#region src/components/pagination/anatomy/root-context.tsx
2610
2398
  function RootContext$26(props) {
@@ -2612,7 +2400,6 @@ function RootContext$26(props) {
2612
2400
  const { children } = props;
2613
2401
  return children(pagination);
2614
2402
  }
2615
-
2616
2403
  //#endregion
2617
2404
  //#region src/components/pagination/anatomy/root-provider.tsx
2618
2405
  function PaginationRootProvider(props) {
@@ -2626,7 +2413,6 @@ function PaginationRootProvider(props) {
2626
2413
  })
2627
2414
  });
2628
2415
  }
2629
-
2630
2416
  //#endregion
2631
2417
  //#region src/components/pagination/modules/provider.ts
2632
2418
  function usePagination(props = {}) {
@@ -2635,7 +2421,6 @@ function usePagination(props = {}) {
2635
2421
  ...props
2636
2422
  }), normalizeProps);
2637
2423
  }
2638
-
2639
2424
  //#endregion
2640
2425
  //#region src/components/pagination/anatomy/root.tsx
2641
2426
  function PaginationRoot(props) {
@@ -2651,7 +2436,6 @@ function PaginationRoot(props) {
2651
2436
  })
2652
2437
  });
2653
2438
  }
2654
-
2655
2439
  //#endregion
2656
2440
  //#region src/components/pagination/modules/anatomy.ts
2657
2441
  const Pagination = Object.assign(PaginationRoot, {
@@ -2664,11 +2448,9 @@ const Pagination = Object.assign(PaginationRoot, {
2664
2448
  NextTrigger: NextTrigger$1,
2665
2449
  LastTrigger
2666
2450
  });
2667
-
2668
2451
  //#endregion
2669
2452
  //#region src/components/popover/modules/root-context.ts
2670
2453
  const RootContext$25 = createContext$1();
2671
-
2672
2454
  //#endregion
2673
2455
  //#region src/components/popover/anatomy/anchor.tsx
2674
2456
  function Anchor(props) {
@@ -2680,7 +2462,6 @@ function Anchor(props) {
2680
2462
  children
2681
2463
  });
2682
2464
  }
2683
-
2684
2465
  //#endregion
2685
2466
  //#region src/components/popover/anatomy/arrow-tip.tsx
2686
2467
  function ArrowTip$1(props) {
@@ -2692,7 +2473,6 @@ function ArrowTip$1(props) {
2692
2473
  children
2693
2474
  });
2694
2475
  }
2695
-
2696
2476
  //#endregion
2697
2477
  //#region src/components/popover/anatomy/arrow.tsx
2698
2478
  function Arrow$1(props) {
@@ -2704,7 +2484,6 @@ function Arrow$1(props) {
2704
2484
  children
2705
2485
  });
2706
2486
  }
2707
-
2708
2487
  //#endregion
2709
2488
  //#region src/components/popover/anatomy/close-trigger.tsx
2710
2489
  function CloseTrigger$1(props) {
@@ -2716,7 +2495,6 @@ function CloseTrigger$1(props) {
2716
2495
  children
2717
2496
  });
2718
2497
  }
2719
-
2720
2498
  //#endregion
2721
2499
  //#region src/components/popover/anatomy/content.tsx
2722
2500
  function Content$3(props) {
@@ -2728,7 +2506,6 @@ function Content$3(props) {
2728
2506
  children
2729
2507
  });
2730
2508
  }
2731
-
2732
2509
  //#endregion
2733
2510
  //#region src/components/popover/anatomy/description.tsx
2734
2511
  function Description$1(props) {
@@ -2740,7 +2517,6 @@ function Description$1(props) {
2740
2517
  children
2741
2518
  });
2742
2519
  }
2743
-
2744
2520
  //#endregion
2745
2521
  //#region src/components/popover/anatomy/positioner.tsx
2746
2522
  function Positioner$1(props) {
@@ -2752,7 +2528,6 @@ function Positioner$1(props) {
2752
2528
  children
2753
2529
  });
2754
2530
  }
2755
-
2756
2531
  //#endregion
2757
2532
  //#region src/components/popover/anatomy/root-context.tsx
2758
2533
  function RootContext$24(props) {
@@ -2760,7 +2535,6 @@ function RootContext$24(props) {
2760
2535
  const { children } = props;
2761
2536
  return children(popover);
2762
2537
  }
2763
-
2764
2538
  //#endregion
2765
2539
  //#region src/components/popover/anatomy/root-provider.tsx
2766
2540
  function RootProvider$9(props) {
@@ -2770,7 +2544,6 @@ function RootProvider$9(props) {
2770
2544
  children
2771
2545
  });
2772
2546
  }
2773
-
2774
2547
  //#endregion
2775
2548
  //#region src/components/popover/modules/provider.ts
2776
2549
  function usePopover(props = {}) {
@@ -2779,7 +2552,6 @@ function usePopover(props = {}) {
2779
2552
  ...props
2780
2553
  }), normalizeProps);
2781
2554
  }
2782
-
2783
2555
  //#endregion
2784
2556
  //#region src/components/popover/anatomy/root.tsx
2785
2557
  function Root$10(props) {
@@ -2791,7 +2563,6 @@ function Root$10(props) {
2791
2563
  children
2792
2564
  });
2793
2565
  }
2794
-
2795
2566
  //#endregion
2796
2567
  //#region src/components/popover/anatomy/title.tsx
2797
2568
  function Title$1(props) {
@@ -2803,7 +2574,6 @@ function Title$1(props) {
2803
2574
  children
2804
2575
  });
2805
2576
  }
2806
-
2807
2577
  //#endregion
2808
2578
  //#region src/components/popover/anatomy/trigger.tsx
2809
2579
  function Trigger$3(props) {
@@ -2815,7 +2585,6 @@ function Trigger$3(props) {
2815
2585
  children
2816
2586
  });
2817
2587
  }
2818
-
2819
2588
  //#endregion
2820
2589
  //#region src/components/popover/modules/anatomy.ts
2821
2590
  const Popover = Object.assign(Root$10, {
@@ -2831,7 +2600,6 @@ const Popover = Object.assign(Root$10, {
2831
2600
  Description: Description$1,
2832
2601
  CloseTrigger: CloseTrigger$1
2833
2602
  });
2834
-
2835
2603
  //#endregion
2836
2604
  //#region src/components/portal/anatomy/root.tsx
2837
2605
  function Root$9(props) {
@@ -2839,15 +2607,12 @@ function Root$9(props) {
2839
2607
  if (disabled || !target) return /* @__PURE__ */ jsx(Fragment, { children });
2840
2608
  return /* @__PURE__ */ jsx(Fragment, { children: Children.map(children, (child) => createPortal(child, target)) });
2841
2609
  }
2842
-
2843
2610
  //#endregion
2844
2611
  //#region src/components/portal/modules/anatomy.ts
2845
2612
  const Portal = Root$9;
2846
-
2847
2613
  //#endregion
2848
2614
  //#region src/components/progress/modules/root-context.ts
2849
2615
  const RootContext$23 = createContext$1();
2850
-
2851
2616
  //#endregion
2852
2617
  //#region src/components/progress/anatomy/circle-range.tsx
2853
2618
  function CircleRange(props) {
@@ -2856,7 +2621,6 @@ function CircleRange(props) {
2856
2621
  const attributes = mergeProps(progress.getCircleRangeProps(), { strokeLinecap: "round" }, rest);
2857
2622
  return element ? element(attributes) : /* @__PURE__ */ jsx("circle", { ...attributes });
2858
2623
  }
2859
-
2860
2624
  //#endregion
2861
2625
  //#region src/components/progress/anatomy/circle-track.tsx
2862
2626
  function CircleTrack(props) {
@@ -2865,7 +2629,6 @@ function CircleTrack(props) {
2865
2629
  const attributes = mergeProps(progress.getCircleTrackProps(), rest);
2866
2630
  return element ? element(attributes) : /* @__PURE__ */ jsx("circle", { ...attributes });
2867
2631
  }
2868
-
2869
2632
  //#endregion
2870
2633
  //#region src/components/progress/anatomy/circle.tsx
2871
2634
  function Circle(props) {
@@ -2877,7 +2640,6 @@ function Circle(props) {
2877
2640
  children
2878
2641
  });
2879
2642
  }
2880
-
2881
2643
  //#endregion
2882
2644
  //#region src/components/progress/anatomy/label.tsx
2883
2645
  function Label$6(props) {
@@ -2889,7 +2651,6 @@ function Label$6(props) {
2889
2651
  children
2890
2652
  });
2891
2653
  }
2892
-
2893
2654
  //#endregion
2894
2655
  //#region src/components/progress/anatomy/range.tsx
2895
2656
  function Range$1(props) {
@@ -2898,7 +2659,6 @@ function Range$1(props) {
2898
2659
  const attributes = mergeProps(progress.getRangeProps(), rest);
2899
2660
  return element ? element(attributes) : /* @__PURE__ */ jsx("div", { ...attributes });
2900
2661
  }
2901
-
2902
2662
  //#endregion
2903
2663
  //#region src/components/progress/anatomy/root-context.tsx
2904
2664
  function RootContext$22(props) {
@@ -2906,7 +2666,6 @@ function RootContext$22(props) {
2906
2666
  const { children } = props;
2907
2667
  return children(progress);
2908
2668
  }
2909
-
2910
2669
  //#endregion
2911
2670
  //#region src/components/progress/anatomy/root-provider.tsx
2912
2671
  function RootProvider$8(props) {
@@ -2920,7 +2679,6 @@ function RootProvider$8(props) {
2920
2679
  })
2921
2680
  });
2922
2681
  }
2923
-
2924
2682
  //#endregion
2925
2683
  //#region src/components/progress/modules/provider.ts
2926
2684
  function useProgress(props = {}) {
@@ -2929,7 +2687,6 @@ function useProgress(props = {}) {
2929
2687
  ...props
2930
2688
  }), normalizeProps);
2931
2689
  }
2932
-
2933
2690
  //#endregion
2934
2691
  //#region src/components/progress/anatomy/root.tsx
2935
2692
  function Root$8(props) {
@@ -2945,7 +2702,6 @@ function Root$8(props) {
2945
2702
  })
2946
2703
  });
2947
2704
  }
2948
-
2949
2705
  //#endregion
2950
2706
  //#region src/components/progress/anatomy/track.tsx
2951
2707
  function Track$1(props) {
@@ -2957,7 +2713,6 @@ function Track$1(props) {
2957
2713
  children
2958
2714
  });
2959
2715
  }
2960
-
2961
2716
  //#endregion
2962
2717
  //#region src/components/progress/anatomy/value-text.tsx
2963
2718
  function ValueText$1(props) {
@@ -2969,7 +2724,6 @@ function ValueText$1(props) {
2969
2724
  children: children ?? progress.percentAsString
2970
2725
  });
2971
2726
  }
2972
-
2973
2727
  //#endregion
2974
2728
  //#region src/components/progress/modules/anatomy.ts
2975
2729
  const Progress = Object.assign(Root$8, {
@@ -2983,11 +2737,9 @@ const Progress = Object.assign(Root$8, {
2983
2737
  CircleTrack,
2984
2738
  CircleRange
2985
2739
  });
2986
-
2987
2740
  //#endregion
2988
2741
  //#region src/components/rating-group/modules/root-context.ts
2989
2742
  const RootContext$21 = createContext$1();
2990
-
2991
2743
  //#endregion
2992
2744
  //#region src/components/rating-group/anatomy/control.tsx
2993
2745
  function Control$4(props) {
@@ -2999,7 +2751,6 @@ function Control$4(props) {
2999
2751
  children
3000
2752
  });
3001
2753
  }
3002
-
3003
2754
  //#endregion
3004
2755
  //#region src/components/rating-group/anatomy/hidden-input.tsx
3005
2756
  function HiddenInput$3(props) {
@@ -3008,7 +2759,6 @@ function HiddenInput$3(props) {
3008
2759
  const attributes = mergeProps(ratingGroup.getHiddenInputProps(), rest);
3009
2760
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
3010
2761
  }
3011
-
3012
2762
  //#endregion
3013
2763
  //#region src/internal/components/star-empty.tsx
3014
2764
  function StarEmpty(props) {
@@ -3030,7 +2780,6 @@ function StarEmpty(props) {
3030
2780
  })
3031
2781
  });
3032
2782
  }
3033
-
3034
2783
  //#endregion
3035
2784
  //#region src/internal/components/star-full.tsx
3036
2785
  function StarFull(props) {
@@ -3050,7 +2799,6 @@ function StarFull(props) {
3050
2799
  })
3051
2800
  });
3052
2801
  }
3053
-
3054
2802
  //#endregion
3055
2803
  //#region src/internal/components/star-half.tsx
3056
2804
  function StarHalf(props) {
@@ -3086,7 +2834,6 @@ function StarHalf(props) {
3086
2834
  })]
3087
2835
  });
3088
2836
  }
3089
-
3090
2837
  //#endregion
3091
2838
  //#region src/components/rating-group/anatomy/item.tsx
3092
2839
  function Item$5(props) {
@@ -3100,7 +2847,6 @@ function Item$5(props) {
3100
2847
  children: children ? children : !itemState.highlighted ? empty : itemState.half ? half : full
3101
2848
  });
3102
2849
  }
3103
-
3104
2850
  //#endregion
3105
2851
  //#region src/components/rating-group/anatomy/label.tsx
3106
2852
  function Label$5(props) {
@@ -3112,7 +2858,6 @@ function Label$5(props) {
3112
2858
  children
3113
2859
  });
3114
2860
  }
3115
-
3116
2861
  //#endregion
3117
2862
  //#region src/components/rating-group/anatomy/root-context.tsx
3118
2863
  function RootContext$20(props) {
@@ -3120,7 +2865,6 @@ function RootContext$20(props) {
3120
2865
  const { children } = props;
3121
2866
  return children(ratingGroup);
3122
2867
  }
3123
-
3124
2868
  //#endregion
3125
2869
  //#region src/components/rating-group/anatomy/root-provider.tsx
3126
2870
  function RootProvider$7(props) {
@@ -3134,7 +2878,6 @@ function RootProvider$7(props) {
3134
2878
  })
3135
2879
  });
3136
2880
  }
3137
-
3138
2881
  //#endregion
3139
2882
  //#region src/components/rating-group/modules/provider.ts
3140
2883
  function useRatingGroup(props = {}) {
@@ -3143,7 +2886,6 @@ function useRatingGroup(props = {}) {
3143
2886
  ...props
3144
2887
  }), normalizeProps);
3145
2888
  }
3146
-
3147
2889
  //#endregion
3148
2890
  //#region src/components/rating-group/anatomy/root.tsx
3149
2891
  function Root$7(props) {
@@ -3159,7 +2901,6 @@ function Root$7(props) {
3159
2901
  })
3160
2902
  });
3161
2903
  }
3162
-
3163
2904
  //#endregion
3164
2905
  //#region src/components/rating-group/modules/anatomy.ts
3165
2906
  const RatingGroup = Object.assign(Root$7, {
@@ -3170,7 +2911,6 @@ const RatingGroup = Object.assign(Root$7, {
3170
2911
  Item: Item$5,
3171
2912
  HiddenInput: HiddenInput$3
3172
2913
  });
3173
-
3174
2914
  //#endregion
3175
2915
  //#region src/components/segmented-control/anatomy/control.tsx
3176
2916
  function Control$3(props) {
@@ -3184,11 +2924,9 @@ function Control$3(props) {
3184
2924
  children
3185
2925
  });
3186
2926
  }
3187
-
3188
2927
  //#endregion
3189
2928
  //#region src/components/segmented-control/modules/root-context.ts
3190
2929
  const RootContext$19 = createContext$1();
3191
-
3192
2930
  //#endregion
3193
2931
  //#region src/components/segmented-control/anatomy/indicator.tsx
3194
2932
  function Indicator$2(props) {
@@ -3197,11 +2935,9 @@ function Indicator$2(props) {
3197
2935
  const attributes = mergeProps(segmentedControl.getIndicatorProps(), rest);
3198
2936
  return element ? element(attributes) : /* @__PURE__ */ jsx("div", { ...attributes });
3199
2937
  }
3200
-
3201
2938
  //#endregion
3202
2939
  //#region src/components/segmented-control/modules/item-context.ts
3203
2940
  const ItemContext$2 = createContext$1();
3204
-
3205
2941
  //#endregion
3206
2942
  //#region src/components/segmented-control/anatomy/item-hidden-input.tsx
3207
2943
  function ItemHiddenInput(props) {
@@ -3211,7 +2947,6 @@ function ItemHiddenInput(props) {
3211
2947
  const attributes = mergeProps(segmentedControl.getItemHiddenInputProps(itemProps), rest);
3212
2948
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
3213
2949
  }
3214
-
3215
2950
  //#endregion
3216
2951
  //#region src/components/segmented-control/anatomy/item-text.tsx
3217
2952
  function ItemText$1(props) {
@@ -3224,7 +2959,6 @@ function ItemText$1(props) {
3224
2959
  children
3225
2960
  });
3226
2961
  }
3227
-
3228
2962
  //#endregion
3229
2963
  //#region src/components/segmented-control/anatomy/item.tsx
3230
2964
  function Item$4(props) {
@@ -3240,7 +2974,6 @@ function Item$4(props) {
3240
2974
  })
3241
2975
  });
3242
2976
  }
3243
-
3244
2977
  //#endregion
3245
2978
  //#region src/components/segmented-control/anatomy/label.tsx
3246
2979
  function Label$4(props) {
@@ -3252,7 +2985,6 @@ function Label$4(props) {
3252
2985
  children
3253
2986
  });
3254
2987
  }
3255
-
3256
2988
  //#endregion
3257
2989
  //#region src/components/segmented-control/anatomy/root-context.tsx
3258
2990
  function RootContext$18(props) {
@@ -3260,7 +2992,6 @@ function RootContext$18(props) {
3260
2992
  const { children } = props;
3261
2993
  return children(segmentedControl);
3262
2994
  }
3263
-
3264
2995
  //#endregion
3265
2996
  //#region src/components/segmented-control/anatomy/root-provider.tsx
3266
2997
  function RootProvider$6(props) {
@@ -3274,7 +3005,6 @@ function RootProvider$6(props) {
3274
3005
  })
3275
3006
  });
3276
3007
  }
3277
-
3278
3008
  //#endregion
3279
3009
  //#region src/components/segmented-control/modules/provider.ts
3280
3010
  function useSegmentedControl(props = {}) {
@@ -3284,7 +3014,6 @@ function useSegmentedControl(props = {}) {
3284
3014
  ...props
3285
3015
  }), normalizeProps);
3286
3016
  }
3287
-
3288
3017
  //#endregion
3289
3018
  //#region src/components/segmented-control/anatomy/root.tsx
3290
3019
  function Root$6(props) {
@@ -3300,7 +3029,6 @@ function Root$6(props) {
3300
3029
  })
3301
3030
  });
3302
3031
  }
3303
-
3304
3032
  //#endregion
3305
3033
  //#region src/components/segmented-control/modules/anatomy.ts
3306
3034
  const SegmentedControl = Object.assign(Root$6, {
@@ -3313,11 +3041,9 @@ const SegmentedControl = Object.assign(Root$6, {
3313
3041
  ItemText: ItemText$1,
3314
3042
  ItemHiddenInput
3315
3043
  });
3316
-
3317
3044
  //#endregion
3318
3045
  //#region src/components/slider/modules/root-context.ts
3319
3046
  const RootContext$17 = createContext$1();
3320
-
3321
3047
  //#endregion
3322
3048
  //#region src/components/slider/anatomy/control.tsx
3323
3049
  function Control$2(props) {
@@ -3329,11 +3055,9 @@ function Control$2(props) {
3329
3055
  children
3330
3056
  });
3331
3057
  }
3332
-
3333
3058
  //#endregion
3334
3059
  //#region src/components/slider/modules/thumb-context.ts
3335
3060
  const ThumbContext = createContext$1();
3336
-
3337
3061
  //#endregion
3338
3062
  //#region src/components/slider/anatomy/hidden-input.tsx
3339
3063
  function HiddenInput$2(props) {
@@ -3343,7 +3067,6 @@ function HiddenInput$2(props) {
3343
3067
  const attributes = mergeProps(slider.getHiddenInputProps(thumbProps), rest);
3344
3068
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
3345
3069
  }
3346
-
3347
3070
  //#endregion
3348
3071
  //#region src/components/slider/anatomy/label.tsx
3349
3072
  function Label$3(props) {
@@ -3355,7 +3078,6 @@ function Label$3(props) {
3355
3078
  children
3356
3079
  });
3357
3080
  }
3358
-
3359
3081
  //#endregion
3360
3082
  //#region src/components/slider/anatomy/marker-group.tsx
3361
3083
  function MarkerGroup(props) {
@@ -3367,7 +3089,6 @@ function MarkerGroup(props) {
3367
3089
  children
3368
3090
  });
3369
3091
  }
3370
-
3371
3092
  //#endregion
3372
3093
  //#region src/components/slider/anatomy/marker.tsx
3373
3094
  function Marker(props) {
@@ -3379,7 +3100,6 @@ function Marker(props) {
3379
3100
  children: children ?? value
3380
3101
  });
3381
3102
  }
3382
-
3383
3103
  //#endregion
3384
3104
  //#region src/components/slider/anatomy/range.tsx
3385
3105
  function Range(props) {
@@ -3391,7 +3111,6 @@ function Range(props) {
3391
3111
  children
3392
3112
  });
3393
3113
  }
3394
-
3395
3114
  //#endregion
3396
3115
  //#region src/components/slider/anatomy/root-context.tsx
3397
3116
  function RootContext$16(props) {
@@ -3399,7 +3118,6 @@ function RootContext$16(props) {
3399
3118
  const { children } = props;
3400
3119
  return children(slider);
3401
3120
  }
3402
-
3403
3121
  //#endregion
3404
3122
  //#region src/components/slider/anatomy/root-provider.tsx
3405
3123
  function SliderRootProvider(props) {
@@ -3413,7 +3131,6 @@ function SliderRootProvider(props) {
3413
3131
  })
3414
3132
  });
3415
3133
  }
3416
-
3417
3134
  //#endregion
3418
3135
  //#region src/components/slider/modules/provider.ts
3419
3136
  function useSlider(props = {}) {
@@ -3422,7 +3139,6 @@ function useSlider(props = {}) {
3422
3139
  ...props
3423
3140
  }), normalizeProps);
3424
3141
  }
3425
-
3426
3142
  //#endregion
3427
3143
  //#region src/components/slider/anatomy/root.tsx
3428
3144
  function SliderRoot$1(props) {
@@ -3438,7 +3154,6 @@ function SliderRoot$1(props) {
3438
3154
  })
3439
3155
  });
3440
3156
  }
3441
-
3442
3157
  //#endregion
3443
3158
  //#region src/components/slider/anatomy/thumb.tsx
3444
3159
  function Thumb$1(props) {
@@ -3454,7 +3169,6 @@ function Thumb$1(props) {
3454
3169
  })
3455
3170
  });
3456
3171
  }
3457
-
3458
3172
  //#endregion
3459
3173
  //#region src/components/slider/anatomy/track.tsx
3460
3174
  function Track(props) {
@@ -3466,7 +3180,6 @@ function Track(props) {
3466
3180
  children
3467
3181
  });
3468
3182
  }
3469
-
3470
3183
  //#endregion
3471
3184
  //#region src/components/slider/anatomy/value-text.tsx
3472
3185
  function ValueText(props) {
@@ -3478,7 +3191,6 @@ function ValueText(props) {
3478
3191
  children
3479
3192
  });
3480
3193
  }
3481
-
3482
3194
  //#endregion
3483
3195
  //#region src/components/slider/modules/anatomy.ts
3484
3196
  const Slider = Object.assign(SliderRoot$1, {
@@ -3494,11 +3206,9 @@ const Slider = Object.assign(SliderRoot$1, {
3494
3206
  MarkerGroup,
3495
3207
  Marker
3496
3208
  });
3497
-
3498
3209
  //#endregion
3499
3210
  //#region src/components/steps/modules/root-context.ts
3500
3211
  const RootContext$15 = createContext$1();
3501
-
3502
3212
  //#endregion
3503
3213
  //#region src/components/steps/anatomy/content.tsx
3504
3214
  function Content$2(props) {
@@ -3510,11 +3220,9 @@ function Content$2(props) {
3510
3220
  children
3511
3221
  });
3512
3222
  }
3513
-
3514
3223
  //#endregion
3515
3224
  //#region src/components/steps/modules/item-context.ts
3516
3225
  const ItemContext$1 = createContext$1();
3517
-
3518
3226
  //#endregion
3519
3227
  //#region src/components/steps/anatomy/indicator.tsx
3520
3228
  function Indicator$1(props) {
@@ -3527,7 +3235,6 @@ function Indicator$1(props) {
3527
3235
  children
3528
3236
  });
3529
3237
  }
3530
-
3531
3238
  //#endregion
3532
3239
  //#region src/components/steps/anatomy/item.tsx
3533
3240
  function Item$3(props) {
@@ -3543,7 +3250,6 @@ function Item$3(props) {
3543
3250
  })
3544
3251
  });
3545
3252
  }
3546
-
3547
3253
  //#endregion
3548
3254
  //#region src/components/steps/anatomy/list.tsx
3549
3255
  function List$1(props) {
@@ -3555,7 +3261,6 @@ function List$1(props) {
3555
3261
  children
3556
3262
  });
3557
3263
  }
3558
-
3559
3264
  //#endregion
3560
3265
  //#region src/components/steps/anatomy/next-trigger.tsx
3561
3266
  function NextTrigger(props) {
@@ -3567,7 +3272,6 @@ function NextTrigger(props) {
3567
3272
  children
3568
3273
  });
3569
3274
  }
3570
-
3571
3275
  //#endregion
3572
3276
  //#region src/components/steps/anatomy/prev-trigger.tsx
3573
3277
  function PrevTrigger(props) {
@@ -3579,7 +3283,6 @@ function PrevTrigger(props) {
3579
3283
  children
3580
3284
  });
3581
3285
  }
3582
-
3583
3286
  //#endregion
3584
3287
  //#region src/components/steps/anatomy/root-context.tsx
3585
3288
  function RootContext$14(props) {
@@ -3587,7 +3290,6 @@ function RootContext$14(props) {
3587
3290
  const { children } = props;
3588
3291
  return children(steps);
3589
3292
  }
3590
-
3591
3293
  //#endregion
3592
3294
  //#region src/components/steps/anatomy/root-provider.tsx
3593
3295
  function RootProvider$5(props) {
@@ -3601,7 +3303,6 @@ function RootProvider$5(props) {
3601
3303
  })
3602
3304
  });
3603
3305
  }
3604
-
3605
3306
  //#endregion
3606
3307
  //#region src/components/steps/modules/provider.ts
3607
3308
  function useSteps(props = {}) {
@@ -3610,7 +3311,6 @@ function useSteps(props = {}) {
3610
3311
  ...props
3611
3312
  }), normalizeProps);
3612
3313
  }
3613
-
3614
3314
  //#endregion
3615
3315
  //#region src/components/steps/anatomy/root.tsx
3616
3316
  function SliderRoot(props) {
@@ -3626,7 +3326,6 @@ function SliderRoot(props) {
3626
3326
  })
3627
3327
  });
3628
3328
  }
3629
-
3630
3329
  //#endregion
3631
3330
  //#region src/components/steps/anatomy/separator.tsx
3632
3331
  function Separator(props) {
@@ -3639,7 +3338,6 @@ function Separator(props) {
3639
3338
  children
3640
3339
  });
3641
3340
  }
3642
-
3643
3341
  //#endregion
3644
3342
  //#region src/components/steps/anatomy/trigger.tsx
3645
3343
  function Trigger$2(props) {
@@ -3652,7 +3350,6 @@ function Trigger$2(props) {
3652
3350
  children
3653
3351
  });
3654
3352
  }
3655
-
3656
3353
  //#endregion
3657
3354
  //#region src/components/steps/modules/anatomy.ts
3658
3355
  const Steps = Object.assign(SliderRoot, {
@@ -3667,11 +3364,9 @@ const Steps = Object.assign(SliderRoot, {
3667
3364
  PrevTrigger,
3668
3365
  NextTrigger
3669
3366
  });
3670
-
3671
3367
  //#endregion
3672
3368
  //#region src/components/switch/modules/root-context.ts
3673
3369
  const RootContext$13 = createContext$1();
3674
-
3675
3370
  //#endregion
3676
3371
  //#region src/components/switch/anatomy/control.tsx
3677
3372
  function Control$1(props) {
@@ -3683,7 +3378,6 @@ function Control$1(props) {
3683
3378
  children
3684
3379
  });
3685
3380
  }
3686
-
3687
3381
  //#endregion
3688
3382
  //#region src/components/switch/anatomy/hidden-input.tsx
3689
3383
  function HiddenInput$1(props) {
@@ -3692,7 +3386,6 @@ function HiddenInput$1(props) {
3692
3386
  const attributes = mergeProps(switch_.getHiddenInputProps(), rest);
3693
3387
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
3694
3388
  }
3695
-
3696
3389
  //#endregion
3697
3390
  //#region src/components/switch/anatomy/label.tsx
3698
3391
  function Label$2(props) {
@@ -3704,7 +3397,6 @@ function Label$2(props) {
3704
3397
  children
3705
3398
  });
3706
3399
  }
3707
-
3708
3400
  //#endregion
3709
3401
  //#region src/components/switch/anatomy/root-context.tsx
3710
3402
  function RootContext$12(props) {
@@ -3712,7 +3404,6 @@ function RootContext$12(props) {
3712
3404
  const { children } = props;
3713
3405
  return children(switch_);
3714
3406
  }
3715
-
3716
3407
  //#endregion
3717
3408
  //#region src/components/switch/anatomy/root-provider.tsx
3718
3409
  function RootProvider$4(props) {
@@ -3726,7 +3417,6 @@ function RootProvider$4(props) {
3726
3417
  })
3727
3418
  });
3728
3419
  }
3729
-
3730
3420
  //#endregion
3731
3421
  //#region src/components/switch/modules/provider.ts
3732
3422
  function useSwitch(props = {}) {
@@ -3735,7 +3425,6 @@ function useSwitch(props = {}) {
3735
3425
  ...props
3736
3426
  }), normalizeProps);
3737
3427
  }
3738
-
3739
3428
  //#endregion
3740
3429
  //#region src/components/switch/anatomy/root.tsx
3741
3430
  function Root$5(props) {
@@ -3751,7 +3440,6 @@ function Root$5(props) {
3751
3440
  })
3752
3441
  });
3753
3442
  }
3754
-
3755
3443
  //#endregion
3756
3444
  //#region src/components/switch/anatomy/thumb.tsx
3757
3445
  function Thumb(props) {
@@ -3763,7 +3451,6 @@ function Thumb(props) {
3763
3451
  children
3764
3452
  });
3765
3453
  }
3766
-
3767
3454
  //#endregion
3768
3455
  //#region src/components/switch/modules/anatomy.ts
3769
3456
  const Switch = Object.assign(Root$5, {
@@ -3774,11 +3461,9 @@ const Switch = Object.assign(Root$5, {
3774
3461
  Label: Label$2,
3775
3462
  HiddenInput: HiddenInput$1
3776
3463
  });
3777
-
3778
3464
  //#endregion
3779
3465
  //#region src/components/tabs/modules/root-context.ts
3780
3466
  const RootContext$11 = createContext$1();
3781
-
3782
3467
  //#endregion
3783
3468
  //#region src/components/tabs/anatomy/content.tsx
3784
3469
  function Content$1(props) {
@@ -3791,7 +3476,6 @@ function Content$1(props) {
3791
3476
  children
3792
3477
  });
3793
3478
  }
3794
-
3795
3479
  //#endregion
3796
3480
  //#region src/components/tabs/anatomy/indicator.tsx
3797
3481
  function Indicator(props) {
@@ -3800,7 +3484,6 @@ function Indicator(props) {
3800
3484
  const attributes = mergeProps(tabs.getIndicatorProps(), rest);
3801
3485
  return element ? element(attributes) : /* @__PURE__ */ jsx("div", { ...attributes });
3802
3486
  }
3803
-
3804
3487
  //#endregion
3805
3488
  //#region src/components/tabs/anatomy/list.tsx
3806
3489
  function List(props) {
@@ -3812,7 +3495,6 @@ function List(props) {
3812
3495
  children
3813
3496
  });
3814
3497
  }
3815
-
3816
3498
  //#endregion
3817
3499
  //#region src/components/tabs/anatomy/root-context.tsx
3818
3500
  function RootContext$10(props) {
@@ -3820,7 +3502,6 @@ function RootContext$10(props) {
3820
3502
  const { children } = props;
3821
3503
  return children(tabs);
3822
3504
  }
3823
-
3824
3505
  //#endregion
3825
3506
  //#region src/components/tabs/anatomy/root-provider.tsx
3826
3507
  function RootProvider$3(props) {
@@ -3834,7 +3515,6 @@ function RootProvider$3(props) {
3834
3515
  })
3835
3516
  });
3836
3517
  }
3837
-
3838
3518
  //#endregion
3839
3519
  //#region src/components/tabs/modules/provider.ts
3840
3520
  function useTabs(props = {}) {
@@ -3843,7 +3523,6 @@ function useTabs(props = {}) {
3843
3523
  ...props
3844
3524
  }), normalizeProps);
3845
3525
  }
3846
-
3847
3526
  //#endregion
3848
3527
  //#region src/components/tabs/anatomy/root.tsx
3849
3528
  function Root$4(props) {
@@ -3859,7 +3538,6 @@ function Root$4(props) {
3859
3538
  })
3860
3539
  });
3861
3540
  }
3862
-
3863
3541
  //#endregion
3864
3542
  //#region src/components/tabs/anatomy/trigger.tsx
3865
3543
  function Trigger$1(props) {
@@ -3872,7 +3550,6 @@ function Trigger$1(props) {
3872
3550
  children
3873
3551
  });
3874
3552
  }
3875
-
3876
3553
  //#endregion
3877
3554
  //#region src/components/tabs/modules/anatomy.ts
3878
3555
  const Tabs = Object.assign(Root$4, {
@@ -3883,11 +3560,9 @@ const Tabs = Object.assign(Root$4, {
3883
3560
  Indicator,
3884
3561
  Content: Content$1
3885
3562
  });
3886
-
3887
3563
  //#endregion
3888
3564
  //#region src/components/tags-input/modules/root-context.ts
3889
3565
  const RootContext$9 = createContext$1();
3890
-
3891
3566
  //#endregion
3892
3567
  //#region src/components/tags-input/anatomy/clear-trigger.tsx
3893
3568
  function ClearTrigger(props) {
@@ -3899,7 +3574,6 @@ function ClearTrigger(props) {
3899
3574
  children
3900
3575
  });
3901
3576
  }
3902
-
3903
3577
  //#endregion
3904
3578
  //#region src/components/tags-input/anatomy/control.tsx
3905
3579
  function Control(props) {
@@ -3911,7 +3585,6 @@ function Control(props) {
3911
3585
  children
3912
3586
  });
3913
3587
  }
3914
-
3915
3588
  //#endregion
3916
3589
  //#region src/components/tags-input/anatomy/hidden-input.tsx
3917
3590
  function HiddenInput(props) {
@@ -3920,7 +3593,6 @@ function HiddenInput(props) {
3920
3593
  const attributes = mergeProps(tagsInput.getHiddenInputProps(), rest);
3921
3594
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
3922
3595
  }
3923
-
3924
3596
  //#endregion
3925
3597
  //#region src/components/tags-input/anatomy/input.tsx
3926
3598
  function Input(props) {
@@ -3929,11 +3601,9 @@ function Input(props) {
3929
3601
  const attributes = mergeProps(tagsInput.getInputProps(), rest);
3930
3602
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
3931
3603
  }
3932
-
3933
3604
  //#endregion
3934
3605
  //#region src/components/tags-input/modules/item-context.ts
3935
3606
  const ItemContext = createContext$1();
3936
-
3937
3607
  //#endregion
3938
3608
  //#region src/components/tags-input/anatomy/item-delete-trigger.tsx
3939
3609
  function ItemDeleteTrigger(props) {
@@ -3946,7 +3616,6 @@ function ItemDeleteTrigger(props) {
3946
3616
  children
3947
3617
  });
3948
3618
  }
3949
-
3950
3619
  //#endregion
3951
3620
  //#region src/components/tags-input/anatomy/item-input.tsx
3952
3621
  function ItemInput(props) {
@@ -3956,7 +3625,6 @@ function ItemInput(props) {
3956
3625
  const attributes = mergeProps(tagsInput.getItemInputProps(itemProps), rest);
3957
3626
  return element ? element(attributes) : /* @__PURE__ */ jsx("input", { ...attributes });
3958
3627
  }
3959
-
3960
3628
  //#endregion
3961
3629
  //#region src/components/tags-input/anatomy/item-preview.tsx
3962
3630
  function ItemPreview(props) {
@@ -3969,7 +3637,6 @@ function ItemPreview(props) {
3969
3637
  children
3970
3638
  });
3971
3639
  }
3972
-
3973
3640
  //#endregion
3974
3641
  //#region src/components/tags-input/anatomy/item-text.tsx
3975
3642
  function ItemText(props) {
@@ -3982,7 +3649,6 @@ function ItemText(props) {
3982
3649
  children
3983
3650
  });
3984
3651
  }
3985
-
3986
3652
  //#endregion
3987
3653
  //#region src/components/tags-input/anatomy/item.tsx
3988
3654
  function Item$2(props) {
@@ -3998,7 +3664,6 @@ function Item$2(props) {
3998
3664
  })
3999
3665
  });
4000
3666
  }
4001
-
4002
3667
  //#endregion
4003
3668
  //#region src/components/tags-input/anatomy/label.tsx
4004
3669
  function Label$1(props) {
@@ -4010,7 +3675,6 @@ function Label$1(props) {
4010
3675
  children
4011
3676
  });
4012
3677
  }
4013
-
4014
3678
  //#endregion
4015
3679
  //#region src/components/tags-input/anatomy/root-context.tsx
4016
3680
  function RootContext$8(props) {
@@ -4018,7 +3682,6 @@ function RootContext$8(props) {
4018
3682
  const { children } = props;
4019
3683
  return children(tagsInput);
4020
3684
  }
4021
-
4022
3685
  //#endregion
4023
3686
  //#region src/components/tags-input/anatomy/root-provider.tsx
4024
3687
  function RootProvider$2(props) {
@@ -4032,7 +3695,6 @@ function RootProvider$2(props) {
4032
3695
  })
4033
3696
  });
4034
3697
  }
4035
-
4036
3698
  //#endregion
4037
3699
  //#region src/components/tags-input/modules/provider.ts
4038
3700
  function useTagsInput(props = {}) {
@@ -4041,7 +3703,6 @@ function useTagsInput(props = {}) {
4041
3703
  ...props
4042
3704
  }), normalizeProps);
4043
3705
  }
4044
-
4045
3706
  //#endregion
4046
3707
  //#region src/components/tags-input/anatomy/root.tsx
4047
3708
  function Root$3(props) {
@@ -4057,7 +3718,6 @@ function Root$3(props) {
4057
3718
  })
4058
3719
  });
4059
3720
  }
4060
-
4061
3721
  //#endregion
4062
3722
  //#region src/components/tags-input/modules/anatomy.ts
4063
3723
  const TagsInput = Object.assign(Root$3, {
@@ -4074,11 +3734,9 @@ const TagsInput = Object.assign(Root$3, {
4074
3734
  ClearTrigger,
4075
3735
  HiddenInput
4076
3736
  });
4077
-
4078
3737
  //#endregion
4079
3738
  //#region src/components/toast/modules/root-context.ts
4080
3739
  const RootContext$7 = createContext$1();
4081
-
4082
3740
  //#endregion
4083
3741
  //#region src/components/toast/anatomy/action-trigger.tsx
4084
3742
  function ActionTrigger(props) {
@@ -4090,7 +3748,6 @@ function ActionTrigger(props) {
4090
3748
  children
4091
3749
  });
4092
3750
  }
4093
-
4094
3751
  //#endregion
4095
3752
  //#region src/internal/components/x.tsx
4096
3753
  function X(props) {
@@ -4110,7 +3767,6 @@ function X(props) {
4110
3767
  children: [/* @__PURE__ */ jsx("path", { d: "M18 6 6 18" }), /* @__PURE__ */ jsx("path", { d: "m6 6 12 12" })]
4111
3768
  });
4112
3769
  }
4113
-
4114
3770
  //#endregion
4115
3771
  //#region src/components/toast/anatomy/close-trigger.tsx
4116
3772
  function CloseTrigger(props) {
@@ -4122,7 +3778,6 @@ function CloseTrigger(props) {
4122
3778
  children
4123
3779
  });
4124
3780
  }
4125
-
4126
3781
  //#endregion
4127
3782
  //#region src/components/toast/anatomy/description.tsx
4128
3783
  function Description(props) {
@@ -4134,11 +3789,9 @@ function Description(props) {
4134
3789
  children
4135
3790
  });
4136
3791
  }
4137
-
4138
3792
  //#endregion
4139
3793
  //#region src/components/toast/modules/group-context.ts
4140
3794
  const GroupContext = createContext$1();
4141
-
4142
3795
  //#endregion
4143
3796
  //#region src/components/toast/anatomy/group.tsx
4144
3797
  function Group(props) {
@@ -4160,7 +3813,6 @@ function Group(props) {
4160
3813
  })
4161
3814
  });
4162
3815
  }
4163
-
4164
3816
  //#endregion
4165
3817
  //#region src/components/toast/anatomy/message.tsx
4166
3818
  function Message(props) {
@@ -4174,7 +3826,6 @@ function Message(props) {
4174
3826
  children
4175
3827
  });
4176
3828
  }
4177
-
4178
3829
  //#endregion
4179
3830
  //#region src/components/toast/anatomy/root-context.tsx
4180
3831
  function RootContext$6(props) {
@@ -4182,15 +3833,14 @@ function RootContext$6(props) {
4182
3833
  const { children } = props;
4183
3834
  return children(toast);
4184
3835
  }
4185
-
4186
3836
  //#endregion
4187
3837
  //#region src/components/toast/anatomy/root.tsx
4188
3838
  function Root$2(props) {
4189
- const group$1 = use(GroupContext);
3839
+ const group = use(GroupContext);
4190
3840
  const { element, children, toast: toastProps, ...rest } = props;
4191
3841
  const toast = connect$21(useMachine(machine$21, {
4192
3842
  ...toastProps,
4193
- parent: group$1
3843
+ parent: group
4194
3844
  }), normalizeProps);
4195
3845
  const attributes = mergeProps(toast.getRootProps(), rest);
4196
3846
  return /* @__PURE__ */ jsx(RootContext$7.Provider, {
@@ -4205,7 +3855,6 @@ function Root$2(props) {
4205
3855
  })
4206
3856
  });
4207
3857
  }
4208
-
4209
3858
  //#endregion
4210
3859
  //#region src/components/toast/anatomy/title.tsx
4211
3860
  function Title(props) {
@@ -4217,7 +3866,6 @@ function Title(props) {
4217
3866
  children
4218
3867
  });
4219
3868
  }
4220
-
4221
3869
  //#endregion
4222
3870
  //#region src/components/toast/modules/anatomy.ts
4223
3871
  const Toast = Object.assign(Root$2, {
@@ -4229,11 +3877,9 @@ const Toast = Object.assign(Root$2, {
4229
3877
  ActionTrigger,
4230
3878
  CloseTrigger
4231
3879
  });
4232
-
4233
3880
  //#endregion
4234
3881
  //#region src/components/toggle-group/modules/root-context.ts
4235
3882
  const RootContext$5 = createContext$1();
4236
-
4237
3883
  //#endregion
4238
3884
  //#region src/components/toggle-group/anatomy/item.tsx
4239
3885
  function Item$1(props) {
@@ -4246,7 +3892,6 @@ function Item$1(props) {
4246
3892
  children
4247
3893
  });
4248
3894
  }
4249
-
4250
3895
  //#endregion
4251
3896
  //#region src/components/toggle-group/anatomy/root-context.tsx
4252
3897
  function RootContext$4(props) {
@@ -4254,7 +3899,6 @@ function RootContext$4(props) {
4254
3899
  const { children } = props;
4255
3900
  return children(toggleGroup);
4256
3901
  }
4257
-
4258
3902
  //#endregion
4259
3903
  //#region src/components/toggle-group/anatomy/root-provider.tsx
4260
3904
  function ToggleGroupRootProvider(props) {
@@ -4268,7 +3912,6 @@ function ToggleGroupRootProvider(props) {
4268
3912
  })
4269
3913
  });
4270
3914
  }
4271
-
4272
3915
  //#endregion
4273
3916
  //#region src/components/toggle-group/modules/provider.ts
4274
3917
  function useToggleGroup(props = {}) {
@@ -4277,7 +3920,6 @@ function useToggleGroup(props = {}) {
4277
3920
  ...props
4278
3921
  }), normalizeProps);
4279
3922
  }
4280
-
4281
3923
  //#endregion
4282
3924
  //#region src/components/toggle-group/anatomy/root.tsx
4283
3925
  function ToggleGroupRoot(props) {
@@ -4293,7 +3935,6 @@ function ToggleGroupRoot(props) {
4293
3935
  })
4294
3936
  });
4295
3937
  }
4296
-
4297
3938
  //#endregion
4298
3939
  //#region src/components/toggle-group/modules/anatomy.ts
4299
3940
  const ToggleGroup = Object.assign(ToggleGroupRoot, {
@@ -4301,11 +3942,9 @@ const ToggleGroup = Object.assign(ToggleGroupRoot, {
4301
3942
  Context: RootContext$4,
4302
3943
  Item: Item$1
4303
3944
  });
4304
-
4305
3945
  //#endregion
4306
3946
  //#region src/components/tooltip/modules/root-context.ts
4307
3947
  const RootContext$3 = createContext$1();
4308
-
4309
3948
  //#endregion
4310
3949
  //#region src/components/tooltip/anatomy/arrow-tip.tsx
4311
3950
  function ArrowTip(props) {
@@ -4317,7 +3956,6 @@ function ArrowTip(props) {
4317
3956
  children
4318
3957
  });
4319
3958
  }
4320
-
4321
3959
  //#endregion
4322
3960
  //#region src/components/tooltip/anatomy/arrow.tsx
4323
3961
  function Arrow(props) {
@@ -4329,7 +3967,6 @@ function Arrow(props) {
4329
3967
  children
4330
3968
  });
4331
3969
  }
4332
-
4333
3970
  //#endregion
4334
3971
  //#region src/components/tooltip/anatomy/content.tsx
4335
3972
  function Content(props) {
@@ -4341,7 +3978,6 @@ function Content(props) {
4341
3978
  children
4342
3979
  });
4343
3980
  }
4344
-
4345
3981
  //#endregion
4346
3982
  //#region src/components/tooltip/anatomy/positioner.tsx
4347
3983
  function Positioner(props) {
@@ -4353,7 +3989,6 @@ function Positioner(props) {
4353
3989
  children
4354
3990
  }) });
4355
3991
  }
4356
-
4357
3992
  //#endregion
4358
3993
  //#region src/components/tooltip/anatomy/root-context.tsx
4359
3994
  function RootContext$2(props) {
@@ -4361,7 +3996,6 @@ function RootContext$2(props) {
4361
3996
  const { children } = props;
4362
3997
  return children(tooltip);
4363
3998
  }
4364
-
4365
3999
  //#endregion
4366
4000
  //#region src/components/tooltip/anatomy/root-provider.tsx
4367
4001
  function RootProvider$1(props) {
@@ -4371,7 +4005,6 @@ function RootProvider$1(props) {
4371
4005
  children
4372
4006
  });
4373
4007
  }
4374
-
4375
4008
  //#endregion
4376
4009
  //#region src/components/tooltip/modules/provider.ts
4377
4010
  function useTooltip(props = {}) {
@@ -4380,7 +4013,6 @@ function useTooltip(props = {}) {
4380
4013
  ...props
4381
4014
  }), normalizeProps);
4382
4015
  }
4383
-
4384
4016
  //#endregion
4385
4017
  //#region src/components/tooltip/anatomy/root.tsx
4386
4018
  function Root$1(props) {
@@ -4392,7 +4024,6 @@ function Root$1(props) {
4392
4024
  children
4393
4025
  });
4394
4026
  }
4395
-
4396
4027
  //#endregion
4397
4028
  //#region src/components/tooltip/anatomy/trigger.tsx
4398
4029
  function Trigger(props) {
@@ -4404,7 +4035,6 @@ function Trigger(props) {
4404
4035
  children
4405
4036
  });
4406
4037
  }
4407
-
4408
4038
  //#endregion
4409
4039
  //#region src/components/tooltip/modules/anatomy.ts
4410
4040
  const Tooltip = Object.assign(Root$1, {
@@ -4416,15 +4046,12 @@ const Tooltip = Object.assign(Root$1, {
4416
4046
  Arrow,
4417
4047
  ArrowTip
4418
4048
  });
4419
-
4420
4049
  //#endregion
4421
4050
  //#region src/components/tree-view/modules/node-context.ts
4422
4051
  const NodeContext$1 = createContext$1();
4423
-
4424
4052
  //#endregion
4425
4053
  //#region src/components/tree-view/modules/root-context.ts
4426
4054
  const RootContext$1 = createContext$1();
4427
-
4428
4055
  //#endregion
4429
4056
  //#region src/components/tree-view/anatomy/branch-content.tsx
4430
4057
  function BranchContent(props) {
@@ -4437,7 +4064,6 @@ function BranchContent(props) {
4437
4064
  children
4438
4065
  });
4439
4066
  }
4440
-
4441
4067
  //#endregion
4442
4068
  //#region src/components/tree-view/anatomy/branch-control.tsx
4443
4069
  function BranchControl(props) {
@@ -4450,7 +4076,6 @@ function BranchControl(props) {
4450
4076
  children
4451
4077
  });
4452
4078
  }
4453
-
4454
4079
  //#endregion
4455
4080
  //#region src/components/tree-view/anatomy/branch-indent-guide.tsx
4456
4081
  function BranchIndentGuide(props) {
@@ -4463,7 +4088,6 @@ function BranchIndentGuide(props) {
4463
4088
  children
4464
4089
  });
4465
4090
  }
4466
-
4467
4091
  //#endregion
4468
4092
  //#region src/components/tree-view/anatomy/branch-indicator.tsx
4469
4093
  function BranchIndicator(props) {
@@ -4476,7 +4100,6 @@ function BranchIndicator(props) {
4476
4100
  children
4477
4101
  });
4478
4102
  }
4479
-
4480
4103
  //#endregion
4481
4104
  //#region src/components/tree-view/anatomy/branch-text.tsx
4482
4105
  function BranchText(props) {
@@ -4489,7 +4112,6 @@ function BranchText(props) {
4489
4112
  children
4490
4113
  });
4491
4114
  }
4492
-
4493
4115
  //#endregion
4494
4116
  //#region src/components/tree-view/anatomy/branch.tsx
4495
4117
  function Branch(props) {
@@ -4502,7 +4124,6 @@ function Branch(props) {
4502
4124
  children
4503
4125
  });
4504
4126
  }
4505
-
4506
4127
  //#endregion
4507
4128
  //#region src/components/tree-view/anatomy/item.tsx
4508
4129
  function Item(props) {
@@ -4515,7 +4136,6 @@ function Item(props) {
4515
4136
  children
4516
4137
  });
4517
4138
  }
4518
-
4519
4139
  //#endregion
4520
4140
  //#region src/components/tree-view/anatomy/label.tsx
4521
4141
  function Label(props) {
@@ -4528,7 +4148,6 @@ function Label(props) {
4528
4148
  children
4529
4149
  });
4530
4150
  }
4531
-
4532
4151
  //#endregion
4533
4152
  //#region src/components/tree-view/anatomy/node-context.tsx
4534
4153
  function NodeContext(props) {
@@ -4536,7 +4155,6 @@ function NodeContext(props) {
4536
4155
  const { children } = props;
4537
4156
  return children(treeView);
4538
4157
  }
4539
-
4540
4158
  //#endregion
4541
4159
  //#region src/components/tree-view/anatomy/node-provider.tsx
4542
4160
  function NodeProvider(props) {
@@ -4546,7 +4164,6 @@ function NodeProvider(props) {
4546
4164
  children
4547
4165
  });
4548
4166
  }
4549
-
4550
4167
  //#endregion
4551
4168
  //#region src/components/tree-view/anatomy/root-context.tsx
4552
4169
  function RootContext(props) {
@@ -4554,7 +4171,6 @@ function RootContext(props) {
4554
4171
  const { children } = props;
4555
4172
  return children(treeView);
4556
4173
  }
4557
-
4558
4174
  //#endregion
4559
4175
  //#region src/components/tree-view/anatomy/root-provider.tsx
4560
4176
  function RootProvider(props) {
@@ -4568,7 +4184,6 @@ function RootProvider(props) {
4568
4184
  })
4569
4185
  });
4570
4186
  }
4571
-
4572
4187
  //#endregion
4573
4188
  //#region src/components/tree-view/modules/provider.ts
4574
4189
  function useTreeView(props = {}) {
@@ -4577,7 +4192,6 @@ function useTreeView(props = {}) {
4577
4192
  ...props
4578
4193
  }), normalizeProps);
4579
4194
  }
4580
-
4581
4195
  //#endregion
4582
4196
  //#region src/components/tree-view/anatomy/root.tsx
4583
4197
  function Root(props) {
@@ -4593,7 +4207,6 @@ function Root(props) {
4593
4207
  })
4594
4208
  });
4595
4209
  }
4596
-
4597
4210
  //#endregion
4598
4211
  //#region src/components/tree-view/anatomy/tree.tsx
4599
4212
  function Tree(props) {
@@ -4605,7 +4218,6 @@ function Tree(props) {
4605
4218
  children
4606
4219
  });
4607
4220
  }
4608
-
4609
4221
  //#endregion
4610
4222
  //#region src/components/tree-view/modules/anatomy.ts
4611
4223
  const TreeView = Object.assign(Root, {
@@ -4623,12 +4235,10 @@ const TreeView = Object.assign(Root, {
4623
4235
  BranchIndentGuide,
4624
4236
  Item
4625
4237
  });
4626
-
4627
4238
  //#endregion
4628
4239
  //#region src/hooks/use-list-collection.ts
4629
4240
  function useListCollection(options) {
4630
4241
  return new ListCollection(options);
4631
4242
  }
4632
-
4633
4243
  //#endregion
4634
- export { Accordion, AppBar, Avatar, Carousel, Collapsible, Combobox, DatePicker, Dialog, FileUpload, FloatingPanel, Listbox, Menu, Navigation, Pagination, Popover, Portal, Progress, RatingGroup, SegmentedControl, Slider, Steps, Switch, Tabs, TagsInput, Toast, ToggleGroup, Tooltip, TreeView, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCarousel, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useFloatingPanel, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSteps, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
4244
+ export { Accordion, AppBar, Avatar, Carousel, Collapsible, Combobox, DatePicker, Dialog, FileUpload, FloatingPanel, Listbox, Menu, Navigation, Pagination, Popover, Portal, Progress, RatingGroup, SegmentedControl, Slider, Steps, Switch, Tabs, TagsInput, Toast, ToggleGroup, Tooltip, TreeView, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCarousel, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useFloatingPanel, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSteps, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };