@skeletonlabs/skeleton-react 4.5.0 → 4.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -187,6 +187,10 @@ declare const Collapsible: typeof CollapsibleRoot & {
187
187
  Content: typeof Content$8;
188
188
  };
189
189
  //#endregion
190
+ //#region src/components/combobox/anatomy/clear-trigger.d.ts
191
+ interface ComboboxClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
192
+ declare function ClearTrigger$1(props: ComboboxClearTriggerProps): react0.JSX.Element;
193
+ //#endregion
190
194
  //#region src/components/combobox/anatomy/content.d.ts
191
195
  interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
192
196
  declare function Content$7(props: ComboboxContentProps): react0.JSX.Element;
@@ -258,6 +262,7 @@ declare const Combobox: typeof Root$16 & {
258
262
  Control: typeof Control$6;
259
263
  Input: typeof Input$3;
260
264
  Trigger: typeof Trigger$7;
265
+ ClearTrigger: typeof ClearTrigger$1;
261
266
  Positioner: typeof Positioner$5;
262
267
  Content: typeof Content$7;
263
268
  ItemGroup: typeof ItemGroup$3;
@@ -1525,5 +1530,4 @@ declare const TreeView: typeof Root & {
1525
1530
  //#region src/hooks/use-list-collection.d.ts
1526
1531
  declare function useListCollection<T extends CollectionItem = CollectionItem>(options: CollectionOptions<T>): ListCollection<T>;
1527
1532
  //#endregion
1528
- export { Accordion, type AccordionItemContentProps, type AccordionItemIndicatorProps, type AccordionItemProps, type AccordionItemTriggerProps, type AccordionRootContextProps, type AccordionRootProps, type AccordionRootProviderProps, AppBar, type AppBarHeadlineProps, type AppBarLeadProps, type AppBarRootProps, type AppBarToolbarProps, type AppBarTrailProps, Avatar, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootContextProps, type AvatarRootProps, type AvatarRootProviderProps, Collapsible, type CollapsibleContentProps, type CollapsibleIndicatorProps, type CollapsibleRootContextProps, type CollapsibleRootProps, type CollapsibleRootProviderProps, type CollapsibleTriggerProps, Combobox, type ComboboxContentProps, type ComboboxControlProps, type ComboboxInputProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, type ComboboxItemTextProps, type ComboboxLabelProps, type ComboboxPositionerProps, type ComboboxRootContextProps, type ComboboxRootProps, type ComboboxRootProviderProps, type ComboboxTriggerProps, DatePicker, type DatePickerContentProps, type DatePickerControlProps, type DatePickerInputProps, type DatePickerLabelProps, type DatePickerMonthSelectProps, type DatePickerNextTriggerProps, type DatePickerPositionerProps, type DatePickerPresetTriggerProps, type DatePickerPrevTriggerProps, type DatePickerRangeTextProps, type DatePickerRootContextProps, type DatePickerRootProps, type DatePickerRootProviderProps, type DatePickerTableBodyProps, type DatePickerTableCellProps, type DatePickerTableCellTriggerProps, type DatePickerTableHeadProps, type DatePickerTableHeaderProps, type DatePickerTableProps, type DatePickerTableRowProps, type DatePickerTriggerProps, type DatePickerViewControlProps, type DatePickerViewProps, type DatePickerViewTriggerProps, type DatePickerYearSelectProps, type DateValue, Dialog, type DialogBackdropProps, type DialogCloseTriggerProps, type DialogContentProps, type DialogDescriptionProps, type DialogPositionerProps, type DialogRootContextProps, type DialogRootProps, type DialogRootProviderProps, type DialogTitleProps, type DialogTriggerProps, FileUpload, type FileUploadDropzoneProps, type FileUploadHiddenInputProps, type FileUploadItemDeleteTriggerProps, type FileUploadItemGroupProps, type FileUploadItemNameProps, type FileUploadItemProps, type FileUploadItemSizeTextProps, type FileUploadLabelProps, type FileUploadRootContextProps, type FileUploadRootProps, type FileUploadRootProviderProps, type FileUploadTriggerProps, Listbox, type ListboxContentProps, type ListboxInputProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, type ListboxItemIndicatorProps, type ListboxItemProps, type ListboxItemTextProps, type ListboxLabelProps, type ListboxRootContextProps, type ListboxRootProps, type ListboxRootProviderProps, Menu, type MenuArrowProps, type MenuArrowTipProps, type MenuContentProps, type MenuContextTriggerProps, type MenuIndicatorProps, type MenuItemGroupLabelProps, type MenuItemGroupProps, type MenuItemIndicatorProps, type MenuItemProps, type MenuItemTextProps, type MenuOptionItemProps, type MenuPositionerProps, type MenuRootContextProps, type MenuRootProps, type MenuRootProviderProps, type MenuSeparatorProps, type MenuTriggerItemProps, type MenuTriggerProps, Navigation, type NavigationContentProps, type NavigationFooterProps, type NavigationGroupProps, type NavigationHeaderProps, type NavigationLabelProps, type NavigationMenuProps, type NavigationRootProps, Pagination, type PaginationEllipsisProps, type PaginationFirstTriggerProps, type PaginationItemProps, type PaginationLastTriggerProps, type PaginationNextTriggerProps, type PaginationPrevTriggerProps, type PaginationRootContextProps, type PaginationRootProps, type PaginationRootProviderProps, Popover, type PopoverArrowProps, type PopoverArrowTipProps, type PopoverCloseTriggerProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverPositionerProps, type PopoverRootContextProps, type PopoverRootProps, type PopoverRootProviderProps, type PopoverTitleProps, type PopoverTriggerProps, Portal, type PortalRootProps, Progress, type ProgressCircleProps, type ProgressCircleRangeProps, type ProgressCircleTrackProps, type ProgressLabelProps, type ProgressRangeProps, type ProgressRootContextProps, type ProgressRootProps, type ProgressRootProviderProps, type ProgressTrackProps, type ProgressValueTextProps, RatingGroup, type RatingGroupControlProps, type RatingGroupHiddenInputProps, type RatingGroupItemProps, type RatingGroupLabelProps, type RatingGroupRootContextProps, type RatingGroupRootProps, type RatingGroupRootProviderProps, SegmentedControl, type SegmentedControlControlProps, type SegmentedControlIndicatorProps, type SegmentedControlItemHiddenInputProps, type SegmentedControlItemProps, type SegmentedControlItemTextProps, type SegmentedControlLabelProps, type SegmentedControlRootContextProps, type SegmentedControlRootProps, type SegmentedControlRootProviderProps, Slider, type SliderControlProps, type SliderHiddenInputProps, type SliderLabelProps, type SliderMarkerGroupProps, type SliderMarkerProps, type SliderRangeProps, type SliderRootContextProps, type SliderRootProps, type SliderRootProviderProps, type SliderThumbProps, type SliderTrackProps, type SliderValueTextProps, Switch, type SwitchControlProps, type SwitchHiddenInputProps, type SwitchLabelProps, type SwitchRootContextProps, type SwitchRootProps, type SwitchRootProviderProps, type SwitchThumbProps, Tabs, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootContextProps, type TabsRootProps, type TabsRootProviderProps, type TabsTriggerProps, TagsInput, type TagsInputClearTriggerProps, type TagsInputControlProps, type TagsInputHiddenInputProps, type TagsInputInputProps, type TagsInputItemDeleteTriggerProps, type TagsInputItemInputProps, type TagsInputItemPreviewProps, type TagsInputItemProps, type TagsInputItemTextProps, type TagsInputLabelProps, type TagsInputRootContextProps, type TagsInputRootProps, type TagsInputRootProviderProps, Toast, type ToastActionTriggerProps, type ToastCloseTriggerProps, type ToastDescriptionProps, type ToastGroupProps, type ToastMessageProps, type ToastRootContextProps, type ToastRootProps, type ToastTitleProps, ToggleGroup, type ToggleGroupItemProps, type ToggleGroupRootContextProps, type ToggleGroupRootProps, type ToggleGroupRootProviderProps, Tooltip, type TooltipArrowProps, type TooltipArrowTipProps, type TooltipContentProps, type TooltipPositionerProps, type TooltipRootContextProps, type TooltipRootProps, type TooltipRootProviderProps, type TooltipTriggerProps, TreeView, type TreeViewBranchContentProps, type TreeViewBranchControlProps, type TreeViewBranchIndentGuideProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, type TreeViewBranchTextProps, type TreeViewItemProps, type TreeViewLabelProps, type TreeViewNodeContextProps, type TreeViewNodeProviderProps, type TreeViewRootContextProps, type TreeViewRootProps, type TreeViewRootProviderProps, type TreeViewTreeProps, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
1529
- //# sourceMappingURL=index.d.mts.map
1533
+ export { Accordion, type AccordionItemContentProps, type AccordionItemIndicatorProps, type AccordionItemProps, type AccordionItemTriggerProps, type AccordionRootContextProps, type AccordionRootProps, type AccordionRootProviderProps, AppBar, type AppBarHeadlineProps, type AppBarLeadProps, type AppBarRootProps, type AppBarToolbarProps, type AppBarTrailProps, Avatar, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootContextProps, type AvatarRootProps, type AvatarRootProviderProps, Collapsible, type CollapsibleContentProps, type CollapsibleIndicatorProps, type CollapsibleRootContextProps, type CollapsibleRootProps, type CollapsibleRootProviderProps, type CollapsibleTriggerProps, Combobox, type ComboboxClearTriggerProps, type ComboboxContentProps, type ComboboxControlProps, type ComboboxInputProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, type ComboboxItemTextProps, type ComboboxLabelProps, type ComboboxPositionerProps, type ComboboxRootContextProps, type ComboboxRootProps, type ComboboxRootProviderProps, type ComboboxTriggerProps, DatePicker, type DatePickerContentProps, type DatePickerControlProps, type DatePickerInputProps, type DatePickerLabelProps, type DatePickerMonthSelectProps, type DatePickerNextTriggerProps, type DatePickerPositionerProps, type DatePickerPresetTriggerProps, type DatePickerPrevTriggerProps, type DatePickerRangeTextProps, type DatePickerRootContextProps, type DatePickerRootProps, type DatePickerRootProviderProps, type DatePickerTableBodyProps, type DatePickerTableCellProps, type DatePickerTableCellTriggerProps, type DatePickerTableHeadProps, type DatePickerTableHeaderProps, type DatePickerTableProps, type DatePickerTableRowProps, type DatePickerTriggerProps, type DatePickerViewControlProps, type DatePickerViewProps, type DatePickerViewTriggerProps, type DatePickerYearSelectProps, type DateValue, Dialog, type DialogBackdropProps, type DialogCloseTriggerProps, type DialogContentProps, type DialogDescriptionProps, type DialogPositionerProps, type DialogRootContextProps, type DialogRootProps, type DialogRootProviderProps, type DialogTitleProps, type DialogTriggerProps, FileUpload, type FileUploadDropzoneProps, type FileUploadHiddenInputProps, type FileUploadItemDeleteTriggerProps, type FileUploadItemGroupProps, type FileUploadItemNameProps, type FileUploadItemProps, type FileUploadItemSizeTextProps, type FileUploadLabelProps, type FileUploadRootContextProps, type FileUploadRootProps, type FileUploadRootProviderProps, type FileUploadTriggerProps, Listbox, type ListboxContentProps, type ListboxInputProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, type ListboxItemIndicatorProps, type ListboxItemProps, type ListboxItemTextProps, type ListboxLabelProps, type ListboxRootContextProps, type ListboxRootProps, type ListboxRootProviderProps, Menu, type MenuArrowProps, type MenuArrowTipProps, type MenuContentProps, type MenuContextTriggerProps, type MenuIndicatorProps, type MenuItemGroupLabelProps, type MenuItemGroupProps, type MenuItemIndicatorProps, type MenuItemProps, type MenuItemTextProps, type MenuOptionItemProps, type MenuPositionerProps, type MenuRootContextProps, type MenuRootProps, type MenuRootProviderProps, type MenuSeparatorProps, type MenuTriggerItemProps, type MenuTriggerProps, Navigation, type NavigationContentProps, type NavigationFooterProps, type NavigationGroupProps, type NavigationHeaderProps, type NavigationLabelProps, type NavigationMenuProps, type NavigationRootProps, Pagination, type PaginationEllipsisProps, type PaginationFirstTriggerProps, type PaginationItemProps, type PaginationLastTriggerProps, type PaginationNextTriggerProps, type PaginationPrevTriggerProps, type PaginationRootContextProps, type PaginationRootProps, type PaginationRootProviderProps, Popover, type PopoverArrowProps, type PopoverArrowTipProps, type PopoverCloseTriggerProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverPositionerProps, type PopoverRootContextProps, type PopoverRootProps, type PopoverRootProviderProps, type PopoverTitleProps, type PopoverTriggerProps, Portal, type PortalRootProps, Progress, type ProgressCircleProps, type ProgressCircleRangeProps, type ProgressCircleTrackProps, type ProgressLabelProps, type ProgressRangeProps, type ProgressRootContextProps, type ProgressRootProps, type ProgressRootProviderProps, type ProgressTrackProps, type ProgressValueTextProps, RatingGroup, type RatingGroupControlProps, type RatingGroupHiddenInputProps, type RatingGroupItemProps, type RatingGroupLabelProps, type RatingGroupRootContextProps, type RatingGroupRootProps, type RatingGroupRootProviderProps, SegmentedControl, type SegmentedControlControlProps, type SegmentedControlIndicatorProps, type SegmentedControlItemHiddenInputProps, type SegmentedControlItemProps, type SegmentedControlItemTextProps, type SegmentedControlLabelProps, type SegmentedControlRootContextProps, type SegmentedControlRootProps, type SegmentedControlRootProviderProps, Slider, type SliderControlProps, type SliderHiddenInputProps, type SliderLabelProps, type SliderMarkerGroupProps, type SliderMarkerProps, type SliderRangeProps, type SliderRootContextProps, type SliderRootProps, type SliderRootProviderProps, type SliderThumbProps, type SliderTrackProps, type SliderValueTextProps, Switch, type SwitchControlProps, type SwitchHiddenInputProps, type SwitchLabelProps, type SwitchRootContextProps, type SwitchRootProps, type SwitchRootProviderProps, type SwitchThumbProps, Tabs, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootContextProps, type TabsRootProps, type TabsRootProviderProps, type TabsTriggerProps, TagsInput, type TagsInputClearTriggerProps, type TagsInputControlProps, type TagsInputHiddenInputProps, type TagsInputInputProps, type TagsInputItemDeleteTriggerProps, type TagsInputItemInputProps, type TagsInputItemPreviewProps, type TagsInputItemProps, type TagsInputItemTextProps, type TagsInputLabelProps, type TagsInputRootContextProps, type TagsInputRootProps, type TagsInputRootProviderProps, Toast, type ToastActionTriggerProps, type ToastCloseTriggerProps, type ToastDescriptionProps, type ToastGroupProps, type ToastMessageProps, type ToastRootContextProps, type ToastRootProps, type ToastTitleProps, ToggleGroup, type ToggleGroupItemProps, type ToggleGroupRootContextProps, type ToggleGroupRootProps, type ToggleGroupRootProviderProps, Tooltip, type TooltipArrowProps, type TooltipArrowTipProps, type TooltipContentProps, type TooltipPositionerProps, type TooltipRootContextProps, type TooltipRootProps, type TooltipRootProviderProps, type TooltipTriggerProps, TreeView, type TreeViewBranchContentProps, type TreeViewBranchControlProps, type TreeViewBranchIndentGuideProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, type TreeViewBranchTextProps, type TreeViewItemProps, type TreeViewLabelProps, type TreeViewNodeContextProps, type TreeViewNodeProviderProps, type TreeViewRootContextProps, type TreeViewRootProps, type TreeViewRootProviderProps, type TreeViewTreeProps, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
package/dist/index.mjs CHANGED
@@ -399,6 +399,18 @@ const Collapsible = Object.assign(CollapsibleRoot, {
399
399
  //#region src/components/combobox/modules/root-context.ts
400
400
  const RootContext$38 = createContext$1();
401
401
 
402
+ //#endregion
403
+ //#region src/components/combobox/anatomy/clear-trigger.tsx
404
+ function ClearTrigger$1(props) {
405
+ const combobox = use(RootContext$38);
406
+ const { element, children, ...rest } = props;
407
+ const attributes = mergeProps(combobox.getClearTriggerProps(), { className: classesCombobox.clearTrigger }, rest);
408
+ return element ? element(attributes) : /* @__PURE__ */ jsx("button", {
409
+ ...attributes,
410
+ children
411
+ });
412
+ }
413
+
402
414
  //#endregion
403
415
  //#region src/components/combobox/anatomy/content.tsx
404
416
  function Content$7(props) {
@@ -471,10 +483,6 @@ function ItemGroup$3(props) {
471
483
  });
472
484
  }
473
485
 
474
- //#endregion
475
- //#region src/components/combobox/modules/item-context.ts
476
- const ItemContext$5 = createContext$1();
477
-
478
486
  //#endregion
479
487
  //#region src/internal/components/check.tsx
480
488
  function Check(props) {
@@ -495,6 +503,10 @@ function Check(props) {
495
503
  });
496
504
  }
497
505
 
506
+ //#endregion
507
+ //#region src/components/combobox/modules/item-context.ts
508
+ const ItemContext$5 = createContext$1();
509
+
498
510
  //#endregion
499
511
  //#region src/components/combobox/anatomy/item-indicator.tsx
500
512
  function ItemIndicator$2(props) {
@@ -649,6 +661,7 @@ const Combobox = Object.assign(Root$16, {
649
661
  Control: Control$6,
650
662
  Input: Input$3,
651
663
  Trigger: Trigger$7,
664
+ ClearTrigger: ClearTrigger$1,
652
665
  Positioner: Positioner$5,
653
666
  Content: Content$7,
654
667
  ItemGroup: ItemGroup$3,
@@ -723,10 +736,6 @@ function MonthSelect(props) {
723
736
  });
724
737
  }
725
738
 
726
- //#endregion
727
- //#region src/components/date-picker/modules/view-context.ts
728
- const ViewContext = createContext$1({ view: "day" });
729
-
730
739
  //#endregion
731
740
  //#region src/internal/components/chevron-right.tsx
732
741
  function ChevronRight(props) {
@@ -747,6 +756,10 @@ function ChevronRight(props) {
747
756
  });
748
757
  }
749
758
 
759
+ //#endregion
760
+ //#region src/components/date-picker/modules/view-context.ts
761
+ const ViewContext = createContext$1({ view: "day" });
762
+
750
763
  //#endregion
751
764
  //#region src/components/date-picker/anatomy/next-trigger.tsx
752
765
  function NextTrigger$1(props) {
@@ -3973,5 +3986,4 @@ function useListCollection(options) {
3973
3986
  }
3974
3987
 
3975
3988
  //#endregion
3976
- export { Accordion, AppBar, Avatar, Collapsible, Combobox, DatePicker, Dialog, FileUpload, Listbox, Menu, Navigation, Pagination, Popover, Portal, Progress, RatingGroup, SegmentedControl, Slider, Switch, Tabs, TagsInput, Toast, ToggleGroup, Tooltip, TreeView, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
3977
- //# sourceMappingURL=index.mjs.map
3989
+ export { Accordion, AppBar, Avatar, Collapsible, Combobox, DatePicker, Dialog, FileUpload, Listbox, Menu, Navigation, Pagination, Popover, Portal, Progress, RatingGroup, SegmentedControl, Slider, Switch, Tabs, TagsInput, Toast, ToggleGroup, Tooltip, TreeView, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skeletonlabs/skeleton-react",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "The React package for Skeleton.",
5
5
  "author": "endigo9740 <chris@skeletonlabs.dev>",
6
6
  "repository": {
@@ -16,63 +16,41 @@
16
16
  }
17
17
  },
18
18
  "files": [
19
- "dist",
20
- "!dist/**/*.map"
19
+ "dist"
21
20
  ],
22
21
  "sideEffects": false,
23
22
  "dependencies": {
24
23
  "@internationalized/date": "3.10.0",
25
- "@zag-js/accordion": "1.29.0",
26
- "@zag-js/avatar": "1.29.0",
27
- "@zag-js/collapsible": "1.29.0",
28
- "@zag-js/collection": "1.29.0",
29
- "@zag-js/combobox": "1.29.0",
30
- "@zag-js/date-picker": "1.29.0",
31
- "@zag-js/dialog": "1.29.0",
32
- "@zag-js/file-upload": "1.29.0",
33
- "@zag-js/listbox": "1.29.0",
34
- "@zag-js/menu": "1.29.0",
35
- "@zag-js/pagination": "1.29.0",
36
- "@zag-js/popover": "1.29.0",
37
- "@zag-js/progress": "1.29.0",
38
- "@zag-js/radio-group": "1.29.0",
39
- "@zag-js/rating-group": "1.29.0",
40
- "@zag-js/react": "1.29.0",
41
- "@zag-js/slider": "1.29.0",
42
- "@zag-js/switch": "1.29.0",
43
- "@zag-js/tabs": "1.29.0",
44
- "@zag-js/tags-input": "1.29.0",
45
- "@zag-js/toast": "1.29.0",
46
- "@zag-js/toggle-group": "1.29.0",
47
- "@zag-js/tooltip": "1.29.0",
48
- "@zag-js/tree-view": "1.29.0",
49
- "@skeletonlabs/skeleton-common": "4.5.0"
24
+ "@zag-js/accordion": "1.29.1",
25
+ "@zag-js/avatar": "1.29.1",
26
+ "@zag-js/collapsible": "1.29.1",
27
+ "@zag-js/collection": "1.29.1",
28
+ "@zag-js/combobox": "1.29.1",
29
+ "@zag-js/date-picker": "1.29.1",
30
+ "@zag-js/dialog": "1.29.1",
31
+ "@zag-js/file-upload": "1.29.1",
32
+ "@zag-js/listbox": "1.29.1",
33
+ "@zag-js/menu": "1.29.1",
34
+ "@zag-js/pagination": "1.29.1",
35
+ "@zag-js/popover": "1.29.1",
36
+ "@zag-js/progress": "1.29.1",
37
+ "@zag-js/radio-group": "1.29.1",
38
+ "@zag-js/rating-group": "1.29.1",
39
+ "@zag-js/react": "1.29.1",
40
+ "@zag-js/slider": "1.29.1",
41
+ "@zag-js/switch": "1.29.1",
42
+ "@zag-js/tabs": "1.29.1",
43
+ "@zag-js/tags-input": "1.29.1",
44
+ "@zag-js/toast": "1.29.1",
45
+ "@zag-js/toggle-group": "1.29.1",
46
+ "@zag-js/tooltip": "1.29.1",
47
+ "@zag-js/tree-view": "1.29.1",
48
+ "@skeletonlabs/skeleton-common": "4.5.1"
50
49
  },
51
50
  "peerDependencies": {
52
51
  "react": "^18.0.0 || ^19.0.0",
53
52
  "react-dom": "^18.0.0 || ^19.0.0"
54
53
  },
55
- "devDependencies": {
56
- "@testing-library/jest-dom": "6.9.1",
57
- "@testing-library/react": "16.3.0",
58
- "@types/react": "19.2.5",
59
- "@types/react-dom": "19.2.3",
60
- "@vitejs/plugin-react": "5.1.1",
61
- "jsdom": "27.2.0",
62
- "react": "19.2.0",
63
- "react-dom": "19.2.0",
64
- "tsdown": "0.16.4",
65
- "typescript": "5.9.3",
66
- "vite": "7.2.2",
67
- "vitest": "4.0.9"
68
- },
69
54
  "license": "MIT",
70
- "type": "module",
71
- "scripts": {
72
- "dev": "tsdown --watch",
73
- "build": "tsdown",
74
- "test": "vitest run",
75
- "check": "tsc",
76
- "sync": "pnpm build"
77
- }
55
+ "type": "module"
78
56
  }