@ark-ui/solid 3.12.1 → 4.0.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.
- package/dist/cjs/index.js +101 -60
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +91 -61
- package/dist/esm/index.js.map +1 -1
- package/dist/source/components/accordion/index.js +1 -1
- package/dist/source/components/carousel/index.js +1 -1
- package/dist/source/components/checkbox/index.js +1 -1
- package/dist/source/components/clipboard/index.js +1 -1
- package/dist/source/components/collapsible/index.js +1 -1
- package/dist/source/components/collection.js +3 -0
- package/dist/source/components/color-picker/index.js +2 -1
- package/dist/source/components/color-picker/use-color-picker.js +1 -5
- package/dist/source/components/combobox/combobox-root.jsx +1 -4
- package/dist/source/components/combobox/index.js +2 -1
- package/dist/source/components/combobox/use-combobox.js +11 -13
- package/dist/source/components/date-picker/index.js +2 -1
- package/dist/source/components/date-picker/use-date-picker.js +2 -9
- package/dist/source/components/dialog/index.js +1 -1
- package/dist/source/components/editable/index.js +1 -2
- package/dist/source/components/field/index.js +2 -2
- package/dist/source/components/fieldset/index.js +1 -1
- package/dist/source/components/file-upload/file-upload-clear-trigger.jsx +8 -0
- package/dist/source/components/file-upload/file-upload.js +2 -1
- package/dist/source/components/file-upload/index.js +3 -2
- package/dist/source/components/hover-card/index.js +1 -1
- package/dist/source/components/menu/index.js +1 -1
- package/dist/source/components/number-input/index.js +1 -1
- package/dist/source/components/pagination/index.js +1 -1
- package/dist/source/components/pin-input/index.js +1 -1
- package/dist/source/components/popover/index.js +1 -1
- package/dist/source/components/progress/index.js +1 -1
- package/dist/source/components/qr-code/index.js +1 -1
- package/dist/source/components/qr-code/qr-code.js +1 -1
- package/dist/source/components/radio-group/index.js +1 -1
- package/dist/source/components/rating-group/index.js +1 -1
- package/dist/source/components/segment-group/index.js +1 -1
- package/dist/source/components/select/index.js +2 -1
- package/dist/source/components/select/select-root.jsx +2 -4
- package/dist/source/components/select/use-select.js +4 -14
- package/dist/source/components/signature-pad/index.js +2 -2
- package/dist/source/components/slider/index.js +1 -1
- package/dist/source/components/splitter/index.js +1 -1
- package/dist/source/components/switch/index.js +1 -1
- package/dist/source/components/tabs/index.js +1 -1
- package/dist/source/components/tabs/tabs-root.jsx +1 -0
- package/dist/source/components/tags-input/index.js +1 -1
- package/dist/source/components/timer/index.js +3 -2
- package/dist/source/components/timer/timer.anatomy.js +1 -0
- package/dist/source/components/toast/index.js +1 -1
- package/dist/source/components/toggle-group/index.js +1 -1
- package/dist/source/components/tooltip/index.js +1 -1
- package/dist/source/components/tree-view/index.js +1 -1
- package/dist/types/components/accordion/index.d.ts +1 -1
- package/dist/types/components/carousel/index.d.ts +11 -11
- package/dist/types/components/checkbox/index.d.ts +8 -8
- package/dist/types/components/clipboard/index.d.ts +8 -8
- package/dist/types/components/collapsible/index.d.ts +5 -5
- package/dist/types/components/collection.d.ts +3 -0
- package/dist/types/components/color-picker/color-picker.d.ts +1 -1
- package/dist/types/components/color-picker/index.d.ts +3 -2
- package/dist/types/components/color-picker/use-color-picker.d.ts +2 -6
- package/dist/types/components/combobox/combobox.d.ts +1 -1
- package/dist/types/components/combobox/index.d.ts +17 -17
- package/dist/types/components/combobox/use-combobox.d.ts +6 -2
- package/dist/types/components/date-picker/date-picker.d.ts +26 -26
- package/dist/types/components/date-picker/index.d.ts +28 -27
- package/dist/types/components/date-picker/use-date-picker.d.ts +2 -18
- package/dist/types/components/dialog/dialog.d.ts +9 -9
- package/dist/types/components/dialog/index.d.ts +10 -10
- package/dist/types/components/editable/index.d.ts +12 -15
- package/dist/types/components/field/index.d.ts +2 -2
- package/dist/types/components/fieldset/index.d.ts +1 -1
- package/dist/types/components/file-upload/file-upload-clear-trigger.d.ts +6 -0
- package/dist/types/components/file-upload/file-upload.d.ts +14 -13
- package/dist/types/components/file-upload/index.d.ts +16 -15
- package/dist/types/components/hover-card/index.d.ts +8 -8
- package/dist/types/components/menu/index.d.ts +20 -20
- package/dist/types/components/number-input/index.d.ts +1 -1
- package/dist/types/components/pagination/index.d.ts +7 -7
- package/dist/types/components/pin-input/index.d.ts +7 -7
- package/dist/types/components/popover/index.d.ts +13 -13
- package/dist/types/components/progress/index.d.ts +11 -11
- package/dist/types/components/qr-code/index.d.ts +6 -6
- package/dist/types/components/qr-code/qr-code.d.ts +1 -1
- package/dist/types/components/radio-group/index.d.ts +9 -9
- package/dist/types/components/rating-group/index.d.ts +7 -7
- package/dist/types/components/segment-group/index.d.ts +9 -9
- package/dist/types/components/select/index.d.ts +19 -19
- package/dist/types/components/select/select.d.ts +1 -1
- package/dist/types/components/select/use-select.d.ts +6 -2
- package/dist/types/components/signature-pad/index.d.ts +9 -9
- package/dist/types/components/slider/index.d.ts +12 -12
- package/dist/types/components/splitter/index.d.ts +5 -5
- package/dist/types/components/switch/index.d.ts +7 -7
- package/dist/types/components/tabs/index.d.ts +7 -7
- package/dist/types/components/tags-input/index.d.ts +13 -13
- package/dist/types/components/timer/index.d.ts +3 -2
- package/dist/types/components/timer/timer.anatomy.d.ts +1 -0
- package/dist/types/components/timer/timer.d.ts +1 -0
- package/dist/types/components/toast/index.d.ts +7 -7
- package/dist/types/components/toggle-group/index.d.ts +4 -4
- package/dist/types/components/tooltip/index.d.ts +8 -8
- package/dist/types/components/tree-view/index.d.ts +14 -14
- package/package.json +58 -57
- /package/dist/source/components/fieldset/{fieldset.jsx → fieldset.js} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export type { FocusChangeDetails as TabsFocusChangeDetails, ValueChangeDetails as TabsValueChangeDetails, } from '@zag-js/tabs';
|
|
2
|
-
export { TabContent, type
|
|
3
|
-
export { TabIndicator, type
|
|
4
|
-
export { TabList, type
|
|
5
|
-
export { TabTrigger, type
|
|
2
|
+
export { TabContent, type TabContentBaseProps, type TabContentProps, } from './tab-content';
|
|
3
|
+
export { TabIndicator, type TabIndicatorBaseProps, type TabIndicatorProps, } from './tab-indicator';
|
|
4
|
+
export { TabList, type TabListBaseProps, type TabListProps, } from './tab-list';
|
|
5
|
+
export { TabTrigger, type TabTriggerBaseProps, type TabTriggerProps, } from './tab-trigger';
|
|
6
6
|
export { TabsContext, type TabsContextProps, } from './tabs-context';
|
|
7
|
-
export { TabsRoot, type
|
|
8
|
-
export { TabsRootProvider, type
|
|
7
|
+
export { TabsRoot, type TabsRootBaseProps, type TabsRootProps, } from './tabs-root';
|
|
8
|
+
export { TabsRootProvider, type TabsRootProviderBaseProps, type TabsRootProviderProps, } from './tabs-root-provider';
|
|
9
|
+
export { tabsAnatomy } from './tabs.anatomy';
|
|
9
10
|
export { useTabs, type UseTabsProps, type UseTabsReturn } from './use-tabs';
|
|
10
11
|
export { useTabsContext, type UseTabsContext } from './use-tabs-context';
|
|
11
|
-
export { tabsAnatomy } from './tabs.anatomy';
|
|
12
12
|
export * as Tabs from './tabs';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export type { HighlightChangeDetails as TagsInputHighlightChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails, } from '@zag-js/tags-input';
|
|
2
|
-
export { TagsInputClearTrigger, type
|
|
2
|
+
export { TagsInputClearTrigger, type TagsInputClearTriggerBaseProps, type TagsInputClearTriggerProps, } from './tags-input-clear-trigger';
|
|
3
3
|
export { TagsInputContext, type TagsInputContextProps, } from './tags-input-context';
|
|
4
|
-
export { TagsInputControl, type
|
|
5
|
-
export { TagsInputHiddenInput, type
|
|
6
|
-
export { TagsInputInput, type
|
|
7
|
-
export { TagsInputItem, type
|
|
4
|
+
export { TagsInputControl, type TagsInputControlBaseProps, type TagsInputControlProps, } from './tags-input-control';
|
|
5
|
+
export { TagsInputHiddenInput, type TagsInputHiddenInputBaseProps, type TagsInputHiddenInputProps, } from './tags-input-hidden-input';
|
|
6
|
+
export { TagsInputInput, type TagsInputInputBaseProps, type TagsInputInputProps, } from './tags-input-input';
|
|
7
|
+
export { TagsInputItem, type TagsInputItemBaseProps, type TagsInputItemProps, } from './tags-input-item';
|
|
8
8
|
export { TagsInputItemContext, type TagsInputItemContextProps, } from './tags-input-item-context';
|
|
9
|
-
export { TagsInputItemDeleteTrigger, type
|
|
10
|
-
export { TagsInputItemInput, type
|
|
11
|
-
export { TagsInputItemPreview, type
|
|
12
|
-
export { TagsInputItemText, type
|
|
13
|
-
export { TagsInputLabel, type
|
|
14
|
-
export { TagsInputRoot, type
|
|
15
|
-
export { TagsInputRootProvider, type
|
|
9
|
+
export { TagsInputItemDeleteTrigger, type TagsInputItemDeleteTriggerBaseProps, type TagsInputItemDeleteTriggerProps, } from './tags-input-item-delete-trigger';
|
|
10
|
+
export { TagsInputItemInput, type TagsInputItemInputBaseProps, type TagsInputItemInputProps, } from './tags-input-item-input';
|
|
11
|
+
export { TagsInputItemPreview, type TagsInputItemPreviewBaseProps, type TagsInputItemPreviewProps, } from './tags-input-item-preview';
|
|
12
|
+
export { TagsInputItemText, type TagsInputItemTextBaseProps, type TagsInputItemTextProps, } from './tags-input-item-text';
|
|
13
|
+
export { TagsInputLabel, type TagsInputLabelBaseProps, type TagsInputLabelProps, } from './tags-input-label';
|
|
14
|
+
export { TagsInputRoot, type TagsInputRootBaseProps, type TagsInputRootProps, } from './tags-input-root';
|
|
15
|
+
export { TagsInputRootProvider, type TagsInputRootProviderBaseProps, type TagsInputRootProviderProps, } from './tags-input-root-provider';
|
|
16
|
+
export { tagsInputAnatomy } from './tags-input.anatomy';
|
|
16
17
|
export { useTagsInput, type UseTagsInputProps, type UseTagsInputReturn } from './use-tags-input';
|
|
17
18
|
export { useTagsInputContext, type UseTagsInputContext } from './use-tags-input-context';
|
|
18
19
|
export { useTagsInputItemContext, type UseTagsInputItemContext, } from './use-tags-input-item-context';
|
|
19
|
-
export { tagsInputAnatomy } from './tags-input.anatomy';
|
|
20
20
|
export * as TagsInput from './tags-input';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export { TimerActionTrigger, type TimerActionTriggerBaseProps, type TimerActionTriggerProps, } from './timer-action-trigger';
|
|
2
|
-
export { TimerArea, type TimerAreaBaseProps, type TimerAreaProps } from './timer-area';
|
|
3
2
|
export { TimerContext, type TimerContextProps } from './timer-context';
|
|
4
|
-
export { TimerControl, type TimerControlBaseProps, type TimerControlProps } from './timer-control';
|
|
5
3
|
export { TimerItem, type TimerItemBaseProps, type TimerItemProps } from './timer-item';
|
|
4
|
+
export { TimerArea, type TimerAreaBaseProps, type TimerAreaProps } from './timer-area';
|
|
5
|
+
export { TimerControl, type TimerControlBaseProps, type TimerControlProps } from './timer-control';
|
|
6
6
|
export { TimerRoot, type TimerRootBaseProps, type TimerRootProps } from './timer-root';
|
|
7
7
|
export { TimerRootProvider, type TimerRootProviderBaseProps, type TimerRootProviderProps, } from './timer-root-provider';
|
|
8
8
|
export { TimerSeparator, type TimerSeparatorBaseProps, type TimerSeparatorProps, } from './timer-separator';
|
|
9
|
+
export { timerAnatomy } from './timer.anatomy';
|
|
9
10
|
export { useTimer, type UseTimerProps, type UseTimerReturn } from './use-timer';
|
|
10
11
|
export { useTimerContext, type UseTimerContext } from './use-timer-context';
|
|
11
12
|
export * as Timer from './timer';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as timerAnatomy } from '@zag-js/timer';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export type { TickDetails } from '@zag-js/timer';
|
|
1
2
|
export { TimerActionTrigger as ActionTrigger, type TimerActionTriggerBaseProps as ActionTriggerBaseProps, type TimerActionTriggerProps as ActionTriggerProps, } from './timer-action-trigger';
|
|
2
3
|
export { TimerArea as Area, type TimerAreaBaseProps as AreaBaseProps, type TimerAreaProps as AreaProps, } from './timer-area';
|
|
3
4
|
export { TimerContext as Context, type TimerContextProps as ContextProps, } from './timer-context';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { createToaster, type CreateToasterProps, type CreateToasterReturn, } from './create-toaster';
|
|
2
|
-
export { ToastActionTrigger, type
|
|
3
|
-
export { ToastCloseTrigger, type
|
|
2
|
+
export { ToastActionTrigger, type ToastActionTriggerBaseProps, type ToastActionTriggerProps, } from './toast-action-trigger';
|
|
3
|
+
export { ToastCloseTrigger, type ToastCloseTriggerBaseProps, type ToastCloseTriggerProps, } from './toast-close-trigger';
|
|
4
4
|
export { ToastContext, type ToastContextProps, } from './toast-context';
|
|
5
|
-
export { ToastDescription, type
|
|
6
|
-
export { ToastRoot, type
|
|
7
|
-
export { ToastTitle, type
|
|
8
|
-
export { Toaster, type ToasterProps, type ToasterBaseProps, } from './toaster';
|
|
9
|
-
export { useToastContext, type UseToastContext } from './use-toast-context';
|
|
5
|
+
export { ToastDescription, type ToastDescriptionBaseProps, type ToastDescriptionProps, } from './toast-description';
|
|
6
|
+
export { ToastRoot, type ToastRootBaseProps, type ToastRootProps, } from './toast-root';
|
|
7
|
+
export { ToastTitle, type ToastTitleBaseProps, type ToastTitleProps, } from './toast-title';
|
|
10
8
|
export { toastAnatomy } from './toast.anatomy';
|
|
9
|
+
export { Toaster, type ToasterBaseProps, type ToasterProps, } from './toaster';
|
|
10
|
+
export { useToastContext, type UseToastContext } from './use-toast-context';
|
|
11
11
|
export * as Toast from './toast';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export type { ValueChangeDetails as ToggleGroupValueChangeDetails } from '@zag-js/toggle-group';
|
|
2
2
|
export { ToggleGroupContext, type ToggleGroupContextProps, } from './toggle-group-context';
|
|
3
|
-
export { ToggleGroupItem, type
|
|
4
|
-
export { ToggleGroupRoot, type
|
|
5
|
-
export { ToggleGroupRootProvider, type
|
|
3
|
+
export { ToggleGroupItem, type ToggleGroupItemBaseProps, type ToggleGroupItemProps, } from './toggle-group-item';
|
|
4
|
+
export { ToggleGroupRoot, type ToggleGroupRootBaseProps, type ToggleGroupRootProps, } from './toggle-group-root';
|
|
5
|
+
export { ToggleGroupRootProvider, type ToggleGroupRootProviderBaseProps, type ToggleGroupRootProviderProps, } from './toggle-group-root-provider';
|
|
6
|
+
export { toggleGroupAnatomy } from './toggle-group.anatomy';
|
|
6
7
|
export { useToggleGroup, type UseToggleGroupProps, type UseToggleGroupReturn, } from './use-toggle-group';
|
|
7
8
|
export { useToggleGroupContext, type UseToggleGroupContext } from './use-toggle-group-context';
|
|
8
|
-
export { toggleGroupAnatomy } from './toggle-group.anatomy';
|
|
9
9
|
export * as ToggleGroup from './toggle-group';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export type { OpenChangeDetails as TooltipOpenChangeDetails } from '@zag-js/tooltip';
|
|
2
|
-
export { TooltipArrow, type
|
|
3
|
-
export { TooltipArrowTip, type
|
|
4
|
-
export { TooltipContent, type
|
|
2
|
+
export { TooltipArrow, type TooltipArrowBaseProps, type TooltipArrowProps, } from './tooltip-arrow';
|
|
3
|
+
export { TooltipArrowTip, type TooltipArrowTipBaseProps, type TooltipArrowTipProps, } from './tooltip-arrow-tip';
|
|
4
|
+
export { TooltipContent, type TooltipContentBaseProps, type TooltipContentProps, } from './tooltip-content';
|
|
5
5
|
export { TooltipContext, type TooltipContextProps, } from './tooltip-context';
|
|
6
|
-
export { TooltipPositioner, type
|
|
7
|
-
export { TooltipRoot, type
|
|
8
|
-
export { TooltipRootProvider, type
|
|
9
|
-
export { TooltipTrigger, type
|
|
6
|
+
export { TooltipPositioner, type TooltipPositionerBaseProps, type TooltipPositionerProps, } from './tooltip-positioner';
|
|
7
|
+
export { TooltipRoot, type TooltipRootBaseProps, type TooltipRootProps, } from './tooltip-root';
|
|
8
|
+
export { TooltipRootProvider, type TooltipRootProviderBaseProps, type TooltipRootProviderProps, } from './tooltip-root-provider';
|
|
9
|
+
export { TooltipTrigger, type TooltipTriggerBaseProps, type TooltipTriggerProps, } from './tooltip-trigger';
|
|
10
|
+
export { tooltipAnatomy } from './tooltip.anatomy';
|
|
10
11
|
export { useTooltip, type UseTooltipProps, type UseTooltipReturn } from './use-tooltip';
|
|
11
12
|
export { useTooltipContext, type UseTooltipContext } from './use-tooltip-context';
|
|
12
|
-
export { tooltipAnatomy } from './tooltip.anatomy';
|
|
13
13
|
export * as Tooltip from './tooltip';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
export type { ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, } from '@zag-js/tree-view';
|
|
2
|
-
export { TreeViewBranch, type
|
|
3
|
-
export { TreeViewBranchContent, type
|
|
4
|
-
export { TreeViewBranchControl, type
|
|
5
|
-
export { TreeViewBranchIndicator, type
|
|
6
|
-
export { TreeViewBranchText, type
|
|
7
|
-
export { TreeViewBranchTrigger, type
|
|
2
|
+
export { TreeViewBranch, type TreeViewBranchBaseProps, type TreeViewBranchProps, } from './tree-view-branch';
|
|
3
|
+
export { TreeViewBranchContent, type TreeViewBranchContentBaseProps, type TreeViewBranchContentProps, } from './tree-view-branch-content';
|
|
4
|
+
export { TreeViewBranchControl, type TreeViewBranchControlBaseProps, type TreeViewBranchControlProps, } from './tree-view-branch-control';
|
|
5
|
+
export { TreeViewBranchIndicator, type TreeViewBranchIndicatorBaseProps, type TreeViewBranchIndicatorProps, } from './tree-view-branch-indicator';
|
|
6
|
+
export { TreeViewBranchText, type TreeViewBranchTextBaseProps, type TreeViewBranchTextProps, } from './tree-view-branch-text';
|
|
7
|
+
export { TreeViewBranchTrigger, type TreeViewBranchTriggerBaseProps, type TreeViewBranchTriggerProps, } from './tree-view-branch-trigger';
|
|
8
8
|
export { TreeViewContext, type TreeViewContextProps, } from './tree-view-context';
|
|
9
|
-
export { TreeViewItem, type
|
|
9
|
+
export { TreeViewItem, type TreeViewItemBaseProps, type TreeViewItemProps, } from './tree-view-item';
|
|
10
10
|
export { TreeViewItemContext, type TreeViewItemContextProps, } from './tree-view-item-context';
|
|
11
|
-
export { TreeViewItemIndicator, type
|
|
12
|
-
export { TreeViewItemText, type
|
|
13
|
-
export { TreeViewLabel, type
|
|
14
|
-
export { TreeViewRoot, type
|
|
15
|
-
export { TreeViewRootProvider, type
|
|
16
|
-
export { TreeViewTree, type
|
|
11
|
+
export { TreeViewItemIndicator, type TreeViewItemIndicatorBaseProps, type TreeViewItemIndicatorProps, } from './tree-view-item-indicator';
|
|
12
|
+
export { TreeViewItemText, type TreeViewItemTextBaseProps, type TreeViewItemTextProps, } from './tree-view-item-text';
|
|
13
|
+
export { TreeViewLabel, type TreeViewLabelBaseProps, type TreeViewLabelProps, } from './tree-view-label';
|
|
14
|
+
export { TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootProps, } from './tree-view-root';
|
|
15
|
+
export { TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderProps, } from './tree-view-root-provider';
|
|
16
|
+
export { TreeViewTree, type TreeViewTreeBaseProps, type TreeViewTreeProps, } from './tree-view-tree';
|
|
17
|
+
export { treeViewAnatomy } from './tree-view.anatomy';
|
|
17
18
|
export { useTreeView, type UseTreeViewProps, type UseTreeViewReturn } from './use-tree-view';
|
|
18
19
|
export { useTreeViewContext, type UseTreeViewContext } from './use-tree-view-context';
|
|
19
20
|
export { useTreeViewItemContext, type UseTreeViewItemContext } from './use-tree-view-item-context';
|
|
20
|
-
export { treeViewAnatomy } from './tree-view.anatomy';
|
|
21
21
|
export * as TreeView from './tree-view';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/solid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accordion",
|
|
@@ -86,76 +86,77 @@
|
|
|
86
86
|
"sideEffects": false,
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@internationalized/date": "3.5.5",
|
|
89
|
-
"@zag-js/accordion": "0.
|
|
90
|
-
"@zag-js/anatomy": "0.
|
|
91
|
-
"@zag-js/avatar": "0.
|
|
92
|
-
"@zag-js/carousel": "0.
|
|
93
|
-
"@zag-js/checkbox": "0.
|
|
94
|
-
"@zag-js/clipboard": "0.
|
|
95
|
-
"@zag-js/collapsible": "0.
|
|
96
|
-
"@zag-js/
|
|
97
|
-
"@zag-js/
|
|
98
|
-
"@zag-js/
|
|
99
|
-
"@zag-js/
|
|
100
|
-
"@zag-js/
|
|
101
|
-
"@zag-js/
|
|
102
|
-
"@zag-js/
|
|
103
|
-
"@zag-js/
|
|
104
|
-
"@zag-js/
|
|
105
|
-
"@zag-js/
|
|
106
|
-
"@zag-js/
|
|
107
|
-
"@zag-js/
|
|
108
|
-
"@zag-js/
|
|
109
|
-
"@zag-js/
|
|
110
|
-
"@zag-js/
|
|
111
|
-
"@zag-js/
|
|
112
|
-
"@zag-js/
|
|
113
|
-
"@zag-js/
|
|
114
|
-
"@zag-js/
|
|
115
|
-
"@zag-js/
|
|
116
|
-
"@zag-js/
|
|
117
|
-
"@zag-js/
|
|
118
|
-
"@zag-js/
|
|
119
|
-
"@zag-js/
|
|
120
|
-
"@zag-js/
|
|
121
|
-
"@zag-js/
|
|
122
|
-
"@zag-js/
|
|
123
|
-
"@zag-js/
|
|
124
|
-
"@zag-js/
|
|
125
|
-
"@zag-js/
|
|
126
|
-
"@zag-js/
|
|
127
|
-
"@zag-js/
|
|
128
|
-
"@zag-js/
|
|
129
|
-
"@zag-js/
|
|
130
|
-
"@zag-js/
|
|
131
|
-
"@zag-js/
|
|
132
|
-
"@zag-js/
|
|
89
|
+
"@zag-js/accordion": "0.71.0",
|
|
90
|
+
"@zag-js/anatomy": "0.71.0",
|
|
91
|
+
"@zag-js/avatar": "0.71.0",
|
|
92
|
+
"@zag-js/carousel": "0.71.0",
|
|
93
|
+
"@zag-js/checkbox": "0.71.0",
|
|
94
|
+
"@zag-js/clipboard": "0.71.0",
|
|
95
|
+
"@zag-js/collapsible": "0.71.0",
|
|
96
|
+
"@zag-js/collection": "0.71.0",
|
|
97
|
+
"@zag-js/color-picker": "0.71.0",
|
|
98
|
+
"@zag-js/combobox": "0.71.0",
|
|
99
|
+
"@zag-js/date-picker": "0.71.0",
|
|
100
|
+
"@zag-js/dialog": "0.71.0",
|
|
101
|
+
"@zag-js/dom-query": "0.71.0",
|
|
102
|
+
"@zag-js/editable": "0.71.0",
|
|
103
|
+
"@zag-js/file-upload": "0.71.0",
|
|
104
|
+
"@zag-js/highlight-word": "0.71.0",
|
|
105
|
+
"@zag-js/hover-card": "0.71.0",
|
|
106
|
+
"@zag-js/file-utils": "0.71.0",
|
|
107
|
+
"@zag-js/i18n-utils": "0.71.0",
|
|
108
|
+
"@zag-js/menu": "0.71.0",
|
|
109
|
+
"@zag-js/number-input": "0.71.0",
|
|
110
|
+
"@zag-js/pagination": "0.71.0",
|
|
111
|
+
"@zag-js/pin-input": "0.71.0",
|
|
112
|
+
"@zag-js/popover": "0.71.0",
|
|
113
|
+
"@zag-js/presence": "0.71.0",
|
|
114
|
+
"@zag-js/progress": "0.71.0",
|
|
115
|
+
"@zag-js/qr-code": "0.71.0",
|
|
116
|
+
"@zag-js/radio-group": "0.71.0",
|
|
117
|
+
"@zag-js/rating-group": "0.71.0",
|
|
118
|
+
"@zag-js/select": "0.71.0",
|
|
119
|
+
"@zag-js/signature-pad": "0.71.0",
|
|
120
|
+
"@zag-js/slider": "0.71.0",
|
|
121
|
+
"@zag-js/solid": "0.71.0",
|
|
122
|
+
"@zag-js/splitter": "0.71.0",
|
|
123
|
+
"@zag-js/steps": "0.71.0",
|
|
124
|
+
"@zag-js/switch": "0.71.0",
|
|
125
|
+
"@zag-js/tabs": "0.71.0",
|
|
126
|
+
"@zag-js/tags-input": "0.71.0",
|
|
127
|
+
"@zag-js/timer": "0.71.0",
|
|
128
|
+
"@zag-js/time-picker": "0.71.0",
|
|
129
|
+
"@zag-js/toast": "0.71.0",
|
|
130
|
+
"@zag-js/toggle-group": "0.71.0",
|
|
131
|
+
"@zag-js/tooltip": "0.71.0",
|
|
132
|
+
"@zag-js/tree-view": "0.71.0",
|
|
133
|
+
"@zag-js/types": "0.71.0"
|
|
133
134
|
},
|
|
134
135
|
"devDependencies": {
|
|
135
|
-
"@biomejs/biome": "1.9.
|
|
136
|
+
"@biomejs/biome": "1.9.2",
|
|
136
137
|
"@release-it/keep-a-changelog": "5.0.0",
|
|
137
|
-
"@solidjs/testing-library": "0.8.
|
|
138
|
-
"@storybook/addon-a11y": "8.3.
|
|
139
|
-
"@storybook/docs-tools": "8.3.
|
|
140
|
-
"@storybook/addon-essentials": "8.3.
|
|
138
|
+
"@solidjs/testing-library": "0.8.10",
|
|
139
|
+
"@storybook/addon-a11y": "8.3.3",
|
|
140
|
+
"@storybook/docs-tools": "8.3.3",
|
|
141
|
+
"@storybook/addon-essentials": "8.3.3",
|
|
141
142
|
"@testing-library/dom": "10.4.0",
|
|
142
143
|
"@testing-library/jest-dom": "6.5.0",
|
|
143
144
|
"@testing-library/user-event": "14.5.2",
|
|
144
145
|
"@types/jsdom": "21.1.7",
|
|
145
|
-
"@zag-js/stringify-state": "0.
|
|
146
|
+
"@zag-js/stringify-state": "0.71.0",
|
|
146
147
|
"globby": "14.0.2",
|
|
147
|
-
"jsdom": "25.0.
|
|
148
|
-
"lucide-solid": "0.
|
|
148
|
+
"jsdom": "25.0.1",
|
|
149
|
+
"lucide-solid": "0.446.0",
|
|
149
150
|
"release-it": "17.6.0",
|
|
150
151
|
"resize-observer-polyfill": "1.5.1",
|
|
151
|
-
"rollup": "4.
|
|
152
|
+
"rollup": "4.22.4",
|
|
152
153
|
"rollup-preset-solid": "2.0.1",
|
|
153
|
-
"solid-js": "1.
|
|
154
|
-
"storybook": "8.3.
|
|
154
|
+
"solid-js": "1.9.1",
|
|
155
|
+
"storybook": "8.3.3",
|
|
155
156
|
"storybook-solidjs": "1.0.0-beta.2",
|
|
156
157
|
"storybook-solidjs-vite": "1.0.0-beta.2",
|
|
157
158
|
"typescript": "5.6.2",
|
|
158
|
-
"vite": "5.4.
|
|
159
|
+
"vite": "5.4.8",
|
|
159
160
|
"vite-plugin-solid": "2.10.2",
|
|
160
161
|
"vitest": "2.1.1"
|
|
161
162
|
},
|
|
File without changes
|