@ark-ui/solid 3.4.1 → 3.5.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 +169 -26
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +77 -23
- package/dist/esm/index.js.map +1 -1
- package/dist/source/components/accordion/accordion.anatomy.js +1 -0
- package/dist/source/components/accordion/index.js +1 -0
- package/dist/source/components/avatar/avatar.anatomy.js +1 -0
- package/dist/source/components/avatar/index.js +1 -0
- package/dist/source/components/carousel/carousel-control.jsx +1 -1
- package/dist/source/components/carousel/carousel.anatomy.js +2 -0
- package/dist/source/components/carousel/index.js +1 -0
- package/dist/source/components/checkbox/checkbox-group.jsx +1 -1
- package/dist/source/components/checkbox/checkbox.anatomy.js +2 -0
- package/dist/source/components/checkbox/index.js +1 -0
- package/dist/source/components/clipboard/clipboard.anatomy.js +1 -0
- package/dist/source/components/clipboard/index.js +1 -0
- package/dist/source/components/collapsible/collapsible.anatomy.js +1 -0
- package/dist/source/components/collapsible/index.js +1 -0
- package/dist/source/components/color-picker/color-picker-value-text.jsx +3 -4
- package/dist/source/components/color-picker/color-picker-view.jsx +1 -1
- package/dist/source/components/color-picker/color-picker.anatomy.js +2 -0
- package/dist/source/components/color-picker/index.js +1 -0
- package/dist/source/components/combobox/combobox.anatomy.js +1 -0
- package/dist/source/components/combobox/index.js +1 -0
- package/dist/source/components/date-picker/date-picker-view.jsx +1 -1
- package/dist/source/components/date-picker/date-picker.anatomy.js +2 -0
- package/dist/source/components/date-picker/index.js +1 -0
- package/dist/source/components/dialog/dialog.anatomy.js +1 -0
- package/dist/source/components/dialog/index.js +1 -0
- package/dist/source/components/editable/editable.anatomy.js +1 -0
- package/dist/source/components/editable/index.js +1 -0
- package/dist/source/components/field/field.anatomy.js +3 -0
- package/dist/source/components/field/index.js +1 -0
- package/dist/source/components/field/use-field.js +1 -2
- package/dist/source/components/file-upload/file-upload.anatomy.js +1 -0
- package/dist/source/components/file-upload/index.js +1 -0
- package/dist/source/components/hover-card/hover-card.anatomy.js +1 -0
- package/dist/source/components/hover-card/index.js +1 -0
- package/dist/source/components/menu/index.js +1 -0
- package/dist/source/components/menu/menu.anatomy.js +1 -0
- package/dist/source/components/number-input/index.js +2 -0
- package/dist/source/components/number-input/number-input-value-text.jsx +8 -0
- package/dist/source/components/number-input/number-input.anatomy.js +1 -0
- package/dist/source/components/number-input/number-input.js +1 -0
- package/dist/source/components/pagination/index.js +1 -0
- package/dist/source/components/pagination/pagination.anatomy.js +1 -0
- package/dist/source/components/pin-input/index.js +1 -0
- package/dist/source/components/pin-input/pin-input.anatomy.js +1 -0
- package/dist/source/components/popover/index.js +1 -0
- package/dist/source/components/popover/popover.anatomy.js +1 -0
- package/dist/source/components/progress/index.js +1 -0
- package/dist/source/components/progress/progress.anatomy.js +1 -0
- package/dist/source/components/qr-code/index.js +1 -0
- package/dist/source/components/qr-code/qr-code.anatomy.js +1 -0
- package/dist/source/components/radio-group/index.js +1 -0
- package/dist/source/components/radio-group/radio-group.anatomy.js +1 -0
- package/dist/source/components/rating-group/index.js +1 -0
- package/dist/source/components/rating-group/rating-group.anatomy.js +1 -0
- package/dist/source/components/segment-group/index.js +1 -0
- package/dist/source/components/segment-group/segment-group-indicator.jsx +2 -2
- package/dist/source/components/segment-group/segment-group-item-control.jsx +2 -2
- package/dist/source/components/segment-group/segment-group-item-text.jsx +2 -2
- package/dist/source/components/segment-group/segment-group-item.jsx +2 -2
- package/dist/source/components/segment-group/segment-group-label.jsx +2 -2
- package/dist/source/components/segment-group/segment-group-root-provider.jsx +2 -2
- package/dist/source/components/segment-group/segment-group-root.jsx +2 -2
- package/dist/source/components/segment-group/segment-group.anatomy.js +3 -0
- package/dist/source/components/select/index.js +1 -0
- package/dist/source/components/select/select-hidden-select.jsx +1 -1
- package/dist/source/components/select/select-value-text.jsx +1 -2
- package/dist/source/components/select/select.anatomy.js +1 -0
- package/dist/source/components/signature-pad/index.js +1 -0
- package/dist/source/components/signature-pad/signature-pad.anatomy.js +1 -0
- package/dist/source/components/slider/index.js +1 -0
- package/dist/source/components/slider/slider.anatomy.js +1 -0
- package/dist/source/components/splitter/index.js +1 -0
- package/dist/source/components/splitter/splitter.anatomy.js +1 -0
- package/dist/source/components/switch/index.js +1 -0
- package/dist/source/components/switch/switch.anatomy.js +1 -0
- package/dist/source/components/tabs/index.js +1 -0
- package/dist/source/components/tabs/tabs.anatomy.js +1 -0
- package/dist/source/components/tags-input/index.js +1 -0
- package/dist/source/components/tags-input/tags-input.anatomy.js +1 -0
- package/dist/source/components/toast/index.js +1 -0
- package/dist/source/components/toast/toast.anatomy.js +1 -0
- package/dist/source/components/toggle-group/index.js +1 -0
- package/dist/source/components/toggle-group/toggle-group.anatomy.js +1 -0
- package/dist/source/components/tooltip/index.js +1 -0
- package/dist/source/components/tooltip/tooltip.anatomy.js +1 -0
- package/dist/source/components/tree-view/index.js +1 -0
- package/dist/source/components/tree-view/tree-view.anatomy.js +1 -0
- package/dist/types/components/accordion/accordion.anatomy.d.ts +1 -0
- package/dist/types/components/accordion/index.d.ts +7 -6
- package/dist/types/components/avatar/avatar.anatomy.d.ts +1 -0
- package/dist/types/components/avatar/index.d.ts +1 -0
- package/dist/types/components/carousel/carousel.anatomy.d.ts +1 -0
- package/dist/types/components/carousel/index.d.ts +1 -0
- package/dist/types/components/checkbox/checkbox.anatomy.d.ts +1 -0
- package/dist/types/components/checkbox/index.d.ts +1 -0
- package/dist/types/components/clipboard/clipboard.anatomy.d.ts +1 -0
- package/dist/types/components/clipboard/index.d.ts +1 -0
- package/dist/types/components/collapsible/collapsible.anatomy.d.ts +1 -0
- package/dist/types/components/collapsible/index.d.ts +1 -0
- package/dist/types/components/color-picker/color-picker.anatomy.d.ts +1 -0
- package/dist/types/components/color-picker/index.d.ts +1 -0
- package/dist/types/components/combobox/combobox.anatomy.d.ts +1 -0
- package/dist/types/components/combobox/index.d.ts +1 -0
- package/dist/types/components/date-picker/date-picker.anatomy.d.ts +1 -0
- package/dist/types/components/date-picker/index.d.ts +1 -0
- package/dist/types/components/dialog/dialog.anatomy.d.ts +1 -0
- package/dist/types/components/dialog/index.d.ts +1 -0
- package/dist/types/components/editable/editable.anatomy.d.ts +1 -0
- package/dist/types/components/editable/index.d.ts +1 -0
- package/dist/types/components/field/field.anatomy.d.ts +2 -0
- package/dist/types/components/field/index.d.ts +1 -0
- package/dist/types/components/file-upload/file-upload.anatomy.d.ts +1 -0
- package/dist/types/components/file-upload/index.d.ts +1 -0
- package/dist/types/components/hover-card/hover-card.anatomy.d.ts +1 -0
- package/dist/types/components/hover-card/index.d.ts +1 -0
- package/dist/types/components/menu/index.d.ts +1 -0
- package/dist/types/components/menu/menu.anatomy.d.ts +1 -0
- package/dist/types/components/number-input/index.d.ts +10 -8
- package/dist/types/components/number-input/number-input-value-text.d.ts +6 -0
- package/dist/types/components/number-input/number-input.anatomy.d.ts +1 -0
- package/dist/types/components/number-input/number-input.d.ts +9 -8
- package/dist/types/components/pagination/index.d.ts +1 -0
- package/dist/types/components/pagination/pagination.anatomy.d.ts +1 -0
- package/dist/types/components/pin-input/index.d.ts +1 -0
- package/dist/types/components/pin-input/pin-input.anatomy.d.ts +1 -0
- package/dist/types/components/popover/index.d.ts +1 -0
- package/dist/types/components/popover/popover.anatomy.d.ts +1 -0
- package/dist/types/components/progress/index.d.ts +1 -0
- package/dist/types/components/progress/progress.anatomy.d.ts +1 -0
- package/dist/types/components/qr-code/index.d.ts +1 -0
- package/dist/types/components/qr-code/qr-code.anatomy.d.ts +1 -0
- package/dist/types/components/radio-group/index.d.ts +1 -0
- package/dist/types/components/radio-group/radio-group.anatomy.d.ts +1 -0
- package/dist/types/components/rating-group/index.d.ts +1 -0
- package/dist/types/components/rating-group/rating-group.anatomy.d.ts +1 -0
- package/dist/types/components/segment-group/index.d.ts +1 -0
- package/dist/types/components/segment-group/segment-group.anatomy.d.ts +2 -0
- package/dist/types/components/select/index.d.ts +1 -0
- package/dist/types/components/select/select.anatomy.d.ts +1 -0
- package/dist/types/components/signature-pad/index.d.ts +1 -0
- package/dist/types/components/signature-pad/signature-pad.anatomy.d.ts +1 -0
- package/dist/types/components/slider/index.d.ts +1 -0
- package/dist/types/components/slider/slider.anatomy.d.ts +1 -0
- package/dist/types/components/splitter/index.d.ts +1 -0
- package/dist/types/components/splitter/splitter.anatomy.d.ts +1 -0
- package/dist/types/components/switch/index.d.ts +1 -0
- package/dist/types/components/switch/switch.anatomy.d.ts +1 -0
- package/dist/types/components/tabs/index.d.ts +1 -0
- package/dist/types/components/tabs/tabs.anatomy.d.ts +1 -0
- package/dist/types/components/tags-input/index.d.ts +1 -0
- package/dist/types/components/tags-input/tags-input.anatomy.d.ts +1 -0
- package/dist/types/components/toast/index.d.ts +1 -0
- package/dist/types/components/toast/toast.anatomy.d.ts +1 -0
- package/dist/types/components/toggle-group/index.d.ts +1 -0
- package/dist/types/components/toggle-group/toggle-group.anatomy.d.ts +1 -0
- package/dist/types/components/tooltip/index.d.ts +1 -0
- package/dist/types/components/tooltip/tooltip.anatomy.d.ts +1 -0
- package/dist/types/components/tree-view/index.d.ts +1 -0
- package/dist/types/components/tree-view/tree-view.anatomy.d.ts +1 -0
- package/package.json +41 -41
|
@@ -16,4 +16,5 @@ export { TreeViewTree, } from './tree-view-tree';
|
|
|
16
16
|
export { useTreeView } from './use-tree-view';
|
|
17
17
|
export { useTreeViewContext } from './use-tree-view-context';
|
|
18
18
|
export { useTreeViewItemContext } from './use-tree-view-item-context';
|
|
19
|
+
export { treeViewAnatomy } from './tree-view.anatomy';
|
|
19
20
|
export * as TreeView from './tree-view';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as treeViewAnatomy } from '@zag-js/tree-view';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as accordionAnatomy } from '@zag-js/accordion';
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
export type { FocusChangeDetails as AccordionFocusChangeDetails, ValueChangeDetails as AccordionValueChangeDetails, } from '@zag-js/accordion';
|
|
2
2
|
export { AccordionContext, type AccordionContextProps, } from './accordion-context';
|
|
3
|
-
export { AccordionItem, type
|
|
4
|
-
export { AccordionItemContent, type
|
|
3
|
+
export { AccordionItem, type AccordionItemBaseProps, type AccordionItemProps, } from './accordion-item';
|
|
4
|
+
export { AccordionItemContent, type AccordionItemContentBaseProps, type AccordionItemContentProps, } from './accordion-item-content';
|
|
5
5
|
export { AccordionItemContext, type AccordionItemContextProps, } from './accordion-item-context';
|
|
6
|
-
export { AccordionItemIndicator, type
|
|
7
|
-
export { AccordionItemTrigger, type
|
|
8
|
-
export { AccordionRoot, type
|
|
9
|
-
export { AccordionRootProvider, type
|
|
6
|
+
export { AccordionItemIndicator, type AccordionItemIndicatorBaseProps, type AccordionItemIndicatorProps, } from './accordion-item-indicator';
|
|
7
|
+
export { AccordionItemTrigger, type AccordionItemTriggerBaseProps, type AccordionItemTriggerProps, } from './accordion-item-trigger';
|
|
8
|
+
export { AccordionRoot, type AccordionRootBaseProps, type AccordionRootProps, } from './accordion-root';
|
|
9
|
+
export { AccordionRootProvider, type AccordionRootProviderBaseProps, type AccordionRootProviderProps, } from './accordion-root-provider';
|
|
10
10
|
export { useAccordion, type UseAccordionProps, type UseAccordionReturn } from './use-accordion';
|
|
11
11
|
export { useAccordionContext, type UseAccordionContext } from './use-accordion-context';
|
|
12
12
|
export { useAccordionItemContext, type UseAccordionItemContext } from './use-accordion-item-context';
|
|
13
|
+
export { accordionAnatomy } from './accordion.anatomy';
|
|
13
14
|
export * as Accordion from './accordion';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as avatarAnatomy } from '@zag-js/avatar';
|
|
@@ -6,4 +6,5 @@ export { AvatarRoot, type AvatarRootProps, type AvatarRootBaseProps, } from './a
|
|
|
6
6
|
export { AvatarRootProvider, type AvatarRootProviderProps, type AvatarRootProviderBaseProps, } from './avatar-root-provider';
|
|
7
7
|
export { useAvatar, type UseAvatarProps, type UseAvatarReturn } from './use-avatar';
|
|
8
8
|
export { useAvatarContext, type UseAvatarContext } from './use-avatar-context';
|
|
9
|
+
export { avatarAnatomy } from './avatar.anatomy';
|
|
9
10
|
export * as Avatar from './avatar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const carouselAnatomy: import("@zag-js/anatomy").AnatomyInstance<"item" | "root" | "viewport" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "indicator" | "control">;
|
|
@@ -12,4 +12,5 @@ export { CarouselRootProvider, type CarouselRootProviderProps, type CarouselRoot
|
|
|
12
12
|
export { CarouselViewport, type CarouselViewportProps, type CarouselViewportBaseProps, } from './carousel-viewport';
|
|
13
13
|
export { useCarousel, type UseCarouselProps, type UseCarouselReturn } from './use-carousel';
|
|
14
14
|
export { useCarouselContext, type UseCarouselContext } from './use-carousel-context';
|
|
15
|
+
export { carouselAnatomy } from './carousel.anatomy';
|
|
15
16
|
export * as Carousel from './carousel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const checkboxAnatomy: import("@zag-js/anatomy").AnatomyInstance<"label" | "group" | "root" | "indicator" | "control">;
|
|
@@ -11,4 +11,5 @@ export { useCheckbox, type UseCheckboxProps, type UseCheckboxReturn } from './us
|
|
|
11
11
|
export { useCheckboxContext, type UseCheckboxContext } from './use-checkbox-context';
|
|
12
12
|
export { useCheckboxGroup, type UseCheckboxGroupProps, type UseCheckboxGroupReturn, } from './use-checkbox-group';
|
|
13
13
|
export { useCheckboxGroupContext, type UseCheckboxGroupContext } from './use-checkbox-group-context';
|
|
14
|
+
export { checkboxAnatomy } from './checkbox.anatomy';
|
|
14
15
|
export * as Checkbox from './checkbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as clipboardAnatomy } from '@zag-js/clipboard';
|
|
@@ -9,4 +9,5 @@ export { ClipboardRootProvider, type ClipboardRootProviderProps, type ClipboardR
|
|
|
9
9
|
export { ClipboardTrigger, type ClipboardTriggerProps, type ClipboardTriggerBaseProps, } from './clipboard-trigger';
|
|
10
10
|
export { useClipboard, type UseClipboardProps, type UseClipboardReturn } from './use-clipboard';
|
|
11
11
|
export { useClipboardContext, type UseClipboardContext } from './use-clipboard-context';
|
|
12
|
+
export { clipboardAnatomy } from './clipboard.anatomy';
|
|
12
13
|
export * as Clipboard from './clipboard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as collapsibleAnatomy } from '@zag-js/collapsible';
|
|
@@ -6,4 +6,5 @@ export { CollapsibleRootProvider, type CollapsibleRootProviderProps, type Collap
|
|
|
6
6
|
export { CollapsibleTrigger, type CollapsibleTriggerProps, type CollapsibleTriggerBaseProps, } from './collapsible-trigger';
|
|
7
7
|
export { useCollapsible, type UseCollapsibleProps, type UseCollapsibleReturn, } from './use-collapsible';
|
|
8
8
|
export { useCollapsibleContext, type UseCollapsibleContext } from './use-collapsible-context';
|
|
9
|
+
export { collapsibleAnatomy } from './collapsible.anatomy';
|
|
9
10
|
export * as Collapsible from './collapsible';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const colorPickerAnatomy: import("@zag-js/anatomy").AnatomyInstance<"view" | "content" | "area" | "label" | "root" | "trigger" | "control" | "positioner" | "areaThumb" | "valueText" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
@@ -30,4 +30,5 @@ export { ColorPickerValueText, type ColorPickerValueTextBaseProps, type ColorPic
|
|
|
30
30
|
export { ColorPickerView, type ColorPickerViewBaseProps, type ColorPickerViewProps, } from './color-picker-view';
|
|
31
31
|
export { useColorPicker, type UseColorPickerProps, type UseColorPickerReturn, } from './use-color-picker';
|
|
32
32
|
export { useColorPickerContext, type UseColorPickerContext } from './use-color-picker-context';
|
|
33
|
+
export { colorPickerAnatomy } from './color-picker.anatomy';
|
|
33
34
|
export * as ColorPicker from './color-picker';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as comboboxAnatomy } from '@zag-js/combobox';
|
|
@@ -20,4 +20,5 @@ export { ComboboxTrigger, type ComboboxTriggerProps, type ComboboxTriggerBasePro
|
|
|
20
20
|
export { useCombobox, type UseComboboxProps, type UseComboboxReturn } from './use-combobox';
|
|
21
21
|
export { useComboboxContext, type UseComboboxContext } from './use-combobox-context';
|
|
22
22
|
export { useComboboxItemContext, type UseComboboxItemContext } from './use-combobox-item-context';
|
|
23
|
+
export { comboboxAnatomy } from './combobox.anatomy';
|
|
23
24
|
export * as Combobox from './combobox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const datePickerAnatomy: import("@zag-js/anatomy").AnatomyInstance<"input" | "view" | "content" | "label" | "table" | "root" | "trigger" | "nextTrigger" | "prevTrigger" | "control" | "positioner" | "clearTrigger" | "monthSelect" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewTrigger" | "viewControl" | "yearSelect" | "presetTrigger">;
|
|
@@ -27,4 +27,5 @@ export { DatePickerViewTrigger, type DatePickerViewTriggerProps, type DatePicker
|
|
|
27
27
|
export { DatePickerYearSelect, type DatePickerYearSelectProps, type DatePickerYearSelectBaseProps, } from './date-picker-year-select';
|
|
28
28
|
export { useDatePicker, type UseDatePickerProps, type UseDatePickerReturn } from './use-date-picker';
|
|
29
29
|
export { useDatePickerContext, type UseDatePickerContext } from './use-date-picker-context';
|
|
30
|
+
export { datePickerAnatomy } from './date-picker.anatomy';
|
|
30
31
|
export * as DatePicker from './date-picker';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as dialogAnatomy } from '@zag-js/dialog';
|
|
@@ -11,4 +11,5 @@ export { DialogTitle, type DialogTitleProps, type DialogTitleBaseProps, } from '
|
|
|
11
11
|
export { DialogTrigger, type DialogTriggerProps, type DialogTriggerBaseProps, } from './dialog-trigger';
|
|
12
12
|
export { useDialog, type UseDialogProps, type UseDialogReturn } from './use-dialog';
|
|
13
13
|
export { useDialogContext, type UseDialogContext } from './use-dialog-context';
|
|
14
|
+
export { dialogAnatomy } from './dialog.anatomy';
|
|
14
15
|
export * as Dialog from './dialog';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as editableAnatomy } from '@zag-js/editable';
|
|
@@ -12,4 +12,5 @@ export { EditableRootProvider, type EditableRootProviderProps, type EditableRoot
|
|
|
12
12
|
export { EditableSubmitTrigger, type EditableSubmitTriggerProps, type EditableSubmitTriggerBaseProps, } from './editable-submit-trigger';
|
|
13
13
|
export { useEditable, type UseEditableProps, type UseEditableReturn } from './use-editable';
|
|
14
14
|
export { useEditableContext, type UseEditableContext } from './use-editable-context';
|
|
15
|
+
export { editableAnatomy } from './editable.anatomy';
|
|
15
16
|
export * as Editable from './editable';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const fieldAnatomy: import("@zag-js/anatomy").AnatomyInstance<"input" | "errorText" | "label" | "select" | "textarea" | "root" | "helperText">;
|
|
2
|
+
export declare const parts: Record<"input" | "errorText" | "label" | "select" | "textarea" | "root" | "helperText", import("@zag-js/anatomy").AnatomyPart>;
|
|
@@ -8,4 +8,5 @@ export { FieldRoot, type FieldRootBaseProps, type FieldRootProps } from './field
|
|
|
8
8
|
export { FieldRootProvider, type FieldRootProviderBaseProps, type FieldRootProviderProps, } from './field-root-provider';
|
|
9
9
|
export { FieldTextarea, type FieldTextareaBaseProps, type FieldTextareaProps, } from './field-textarea';
|
|
10
10
|
export { useFieldContext, type UseFieldContext } from './use-field-context';
|
|
11
|
+
export { fieldAnatomy } from './field.anatomy';
|
|
11
12
|
export * as Field from './field';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as fileUploadAnatomy } from '@zag-js/file-upload';
|
|
@@ -15,4 +15,5 @@ export { FileUploadRootProvider, type FileUploadRootProviderProps, type FileUplo
|
|
|
15
15
|
export { FileUploadTrigger, type FileUploadTriggerProps, type FileUploadTriggerBaseProps, } from './file-upload-trigger';
|
|
16
16
|
export { useFileUpload, type UseFileUploadProps, type UseFileUploadReturn } from './use-file-upload';
|
|
17
17
|
export { useFileUploadContext, type UseFileUploadContext } from './use-file-upload-context';
|
|
18
|
+
export { fileUploadAnatomy } from './file-upload.anatomy';
|
|
18
19
|
export * as FileUpload from './file-upload';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as hoverCardAnatomy } from '@zag-js/hover-card';
|
|
@@ -9,4 +9,5 @@ export { HoverCardRootProvider, type HoverCardRootProviderProps, type HoverCardR
|
|
|
9
9
|
export { HoverCardTrigger, type HoverCardTriggerProps, type HoverCardTriggerBaseProps, } from './hover-card-trigger';
|
|
10
10
|
export { useHoverCard, type UseHoverCardProps, type UseHoverCardReturn } from './use-hover-card';
|
|
11
11
|
export { useHoverCardContext, type UseHoverCardContext } from './use-hover-card-context';
|
|
12
|
+
export { hoverCardAnatomy } from './hover-card.anatomy';
|
|
12
13
|
export * as HoverCard from './hover-card';
|
|
@@ -24,4 +24,5 @@ export { useMenu, type UseMenuProps, type UseMenuReturn } from './use-menu';
|
|
|
24
24
|
export { useMenuContext, type UseMenuContext } from './use-menu-context';
|
|
25
25
|
export { useMenuItemContext, type UseMenuItemContext } from './use-menu-item-context';
|
|
26
26
|
export type { ValueChangeDetails as MenuValueChangeDetails } from './use-menu-item-group-context';
|
|
27
|
+
export { menuAnatomy } from './menu.anatomy';
|
|
27
28
|
export * as Menu from './menu';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as menuAnatomy } from '@zag-js/menu';
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
export type { FocusChangeDetails as NumberInputFocusChangeDetails, ValueChangeDetails as NumberInputValueChangeDetails, ValueInvalidDetails as NumberInputValueInvalidDetails, } from '@zag-js/number-input';
|
|
2
2
|
export { NumberInputContext, type NumberInputContextProps, } from './number-input-context';
|
|
3
|
-
export { NumberInputControl, type
|
|
4
|
-
export { NumberInputDecrementTrigger, type
|
|
5
|
-
export { NumberInputIncrementTrigger, type
|
|
6
|
-
export { NumberInputInput, type
|
|
7
|
-
export { NumberInputLabel, type
|
|
8
|
-
export { NumberInputRoot, type
|
|
9
|
-
export { NumberInputRootProvider, type
|
|
10
|
-
export { NumberInputScrubber, type
|
|
3
|
+
export { NumberInputControl, type NumberInputControlBaseProps, type NumberInputControlProps, } from './number-input-control';
|
|
4
|
+
export { NumberInputDecrementTrigger, type NumberInputDecrementTriggerBaseProps, type NumberInputDecrementTriggerProps, } from './number-input-decrement-trigger';
|
|
5
|
+
export { NumberInputIncrementTrigger, type NumberInputIncrementTriggerBaseProps, type NumberInputIncrementTriggerProps, } from './number-input-increment-trigger';
|
|
6
|
+
export { NumberInputInput, type NumberInputInputBaseProps, type NumberInputInputProps, } from './number-input-input';
|
|
7
|
+
export { NumberInputLabel, type NumberInputLabelBaseProps, type NumberInputLabelProps, } from './number-input-label';
|
|
8
|
+
export { NumberInputRoot, type NumberInputRootBaseProps, type NumberInputRootProps, } from './number-input-root';
|
|
9
|
+
export { NumberInputRootProvider, type NumberInputRootProviderBaseProps, type NumberInputRootProviderProps, } from './number-input-root-provider';
|
|
10
|
+
export { NumberInputScrubber, type NumberInputScrubberBaseProps, type NumberInputScrubberProps, } from './number-input-scrubber';
|
|
11
|
+
export { NumberInputValueText, type NumberInputValueTextBaseProps, type NumberInputValueTextProps, } from './number-input-value-text';
|
|
11
12
|
export { useNumberInput, type UseNumberInputProps, type UseNumberInputReturn, } from './use-number-input';
|
|
12
13
|
export { useNumberInputContext, type UseNumberInputContext } from './use-number-input-context';
|
|
14
|
+
export { numberInputAnatomy } from './number-input.anatomy';
|
|
13
15
|
export * as NumberInput from './number-input';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type HTMLProps, type PolymorphicProps } from '../factory';
|
|
2
|
+
export interface NumberInputValueTextBaseProps extends PolymorphicProps<'span'> {
|
|
3
|
+
}
|
|
4
|
+
export interface NumberInputValueTextProps extends HTMLProps<'span'>, NumberInputValueTextBaseProps {
|
|
5
|
+
}
|
|
6
|
+
export declare const NumberInputValueText: (props: NumberInputValueTextProps) => import("solid-js").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as numberInputAnatomy } from '@zag-js/number-input';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export type { FocusChangeDetails, ValueChangeDetails, ValueInvalidDetails, } from '@zag-js/number-input';
|
|
2
2
|
export { NumberInputContext as Context, type NumberInputContextProps as ContextProps, } from './number-input-context';
|
|
3
|
-
export { NumberInputControl as Control, type
|
|
4
|
-
export { NumberInputDecrementTrigger as DecrementTrigger, type
|
|
5
|
-
export { NumberInputIncrementTrigger as IncrementTrigger, type
|
|
6
|
-
export { NumberInputInput as Input, type
|
|
7
|
-
export { NumberInputLabel as Label, type
|
|
8
|
-
export { NumberInputRoot as Root, type
|
|
9
|
-
export { NumberInputRootProvider as RootProvider, type
|
|
10
|
-
export { NumberInputScrubber as Scrubber, type
|
|
3
|
+
export { NumberInputControl as Control, type NumberInputControlBaseProps as ControlBaseProps, type NumberInputControlProps as ControlProps, } from './number-input-control';
|
|
4
|
+
export { NumberInputDecrementTrigger as DecrementTrigger, type NumberInputDecrementTriggerBaseProps as DecrementTriggerBaseProps, type NumberInputDecrementTriggerProps as DecrementTriggerProps, } from './number-input-decrement-trigger';
|
|
5
|
+
export { NumberInputIncrementTrigger as IncrementTrigger, type NumberInputIncrementTriggerBaseProps as IncrementTriggerBaseProps, type NumberInputIncrementTriggerProps as IncrementTriggerProps, } from './number-input-increment-trigger';
|
|
6
|
+
export { NumberInputInput as Input, type NumberInputInputBaseProps as InputBaseProps, type NumberInputInputProps as InputProps, } from './number-input-input';
|
|
7
|
+
export { NumberInputLabel as Label, type NumberInputLabelBaseProps as LabelBaseProps, type NumberInputLabelProps as LabelProps, } from './number-input-label';
|
|
8
|
+
export { NumberInputRoot as Root, type NumberInputRootBaseProps as RootBaseProps, type NumberInputRootProps as RootProps, } from './number-input-root';
|
|
9
|
+
export { NumberInputRootProvider as RootProvider, type NumberInputRootProviderBaseProps as RootProviderBaseProps, type NumberInputRootProviderProps as RootProviderProps, } from './number-input-root-provider';
|
|
10
|
+
export { NumberInputScrubber as Scrubber, type NumberInputScrubberBaseProps as ScrubberBaseProps, type NumberInputScrubberProps as ScrubberProps, } from './number-input-scrubber';
|
|
11
|
+
export { NumberInputValueText as ValueText, type NumberInputValueTextBaseProps as ValueTextBaseProps, type NumberInputValueTextProps as ValueTextProps, } from './number-input-value-text';
|
|
@@ -8,4 +8,5 @@ export { PaginationRoot, type PaginationRootProps, type PaginationRootBaseProps,
|
|
|
8
8
|
export { PaginationRootProvider, type PaginationRootProviderProps, type PaginationRootProviderBaseProps, } from './pagination-root-provider';
|
|
9
9
|
export { usePagination, type UsePaginationProps, type UsePaginationReturn } from './use-pagination';
|
|
10
10
|
export { usePaginationContext, type UsePaginationContext } from './use-pagination-context';
|
|
11
|
+
export { paginationAnatomy } from './pagination.anatomy';
|
|
11
12
|
export * as Pagination from './pagination';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as paginationAnatomy } from '@zag-js/pagination';
|
|
@@ -8,4 +8,5 @@ export { PinInputRoot, type PinInputRootProps, type PinInputRootBaseProps, } fro
|
|
|
8
8
|
export { PinInputRootProvider, type PinInputRootProviderProps, type PinInputRootProviderBaseProps, } from './pin-input-root-provider';
|
|
9
9
|
export { usePinInput, type UsePinInputProps, type UsePinInputReturn } from './use-pin-input';
|
|
10
10
|
export { usePinInputContext, type UsePinInputContext } from './use-pin-input-context';
|
|
11
|
+
export { pinInputAnatomy } from './pin-input.anatomy';
|
|
11
12
|
export * as PinInput from './pin-input';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as pinInputAnatomy } from '@zag-js/pin-input';
|
|
@@ -14,4 +14,5 @@ export { PopoverTitle, type PopoverTitleProps, type PopoverTitleBaseProps, } fro
|
|
|
14
14
|
export { PopoverTrigger, type PopoverTriggerProps, type PopoverTriggerBaseProps, } from './popover-trigger';
|
|
15
15
|
export { usePopover, type UsePopoverProps, type UsePopoverReturn } from './use-popover';
|
|
16
16
|
export { usePopoverContext, type UsePopoverContext } from './use-popover-context';
|
|
17
|
+
export { popoverAnatomy } from './popover.anatomy';
|
|
17
18
|
export * as Popover from './popover';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as popoverAnatomy } from '@zag-js/popover';
|
|
@@ -11,4 +11,5 @@ export { ProgressValueText, type ProgressValueTextProps, type ProgressValueTextB
|
|
|
11
11
|
export { ProgressView, type ProgressViewProps, type ProgressViewBaseProps, } from './progress-view';
|
|
12
12
|
export { useProgress, type UseProgressProps, type UseProgressReturn } from './use-progress';
|
|
13
13
|
export { useProgressContext, type UseProgressContext } from './use-progress-context';
|
|
14
|
+
export { progressAnatomy } from './progress.anatomy';
|
|
14
15
|
export * as Progress from './progress';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as progressAnatomy } from '@zag-js/progress';
|
|
@@ -7,4 +7,5 @@ export { QrCodeRoot, type QrCodeRootProps, type QrCodeRootBaseProps, } from './q
|
|
|
7
7
|
export { QrCodeRootProvider, type QrCodeRootProviderProps, type QrCodeRootProviderBaseProps, } from './qr-code-root-provider';
|
|
8
8
|
export { useQrCode, type UseQrCodeProps, type UseQrCodeReturn } from './use-qr-code';
|
|
9
9
|
export { useQrCodeContext, type UseQrCodeContext } from './use-qr-code-context';
|
|
10
|
+
export { qrCodeAnatomy } from './qr-code.anatomy';
|
|
10
11
|
export * as QrCode from './qr-code';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as qrCodeAnatomy } from '@zag-js/qr-code';
|
|
@@ -12,4 +12,5 @@ export { RadioGroupRootProvider, type RadioGroupRootProviderProps, type RadioGro
|
|
|
12
12
|
export { useRadioGroup, type UseRadioGroupProps, type UseRadioGroupReturn } from './use-radio-group';
|
|
13
13
|
export { useRadioGroupContext, type UseRadioGroupContext } from './use-radio-group-context';
|
|
14
14
|
export { useRadioGroupItemContext, type UseRadioGroupItemContext, } from './use-radio-group-item-context';
|
|
15
|
+
export { radioGroupAnatomy } from './radio-group.anatomy';
|
|
15
16
|
export * as RadioGroup from './radio-group';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as radioGroupAnatomy } from '@zag-js/radio-group';
|
|
@@ -10,4 +10,5 @@ export { RatingGroupRootProvider, type RatingGroupRootProviderProps, type Rating
|
|
|
10
10
|
export { useRatingGroup, type UseRatingGroupProps, type UseRatingGroupReturn, } from './use-rating-group';
|
|
11
11
|
export { useRatingGroupContext, type UseRatingGroupContext } from './use-rating-group-context';
|
|
12
12
|
export { useRatingGroupItemContext, type UseRatingGroupItemContext, } from './use-rating-group-item-context';
|
|
13
|
+
export { ratingGroupAnatomy } from './rating-group.anatomy';
|
|
13
14
|
export * as RatingGroup from './rating-group';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as ratingGroupAnatomy } from '@zag-js/rating-group';
|
|
@@ -12,4 +12,5 @@ export { SegmentGroupRootProvider, type SegmentGroupRootProviderProps, type Segm
|
|
|
12
12
|
export { useSegmentGroup, type UseSegmentGroupProps, type UseSegmentGroupReturn, } from './use-segment-group';
|
|
13
13
|
export { useSegmentGroupContext, type UseSegmentGroupContext } from './use-segment-group-context';
|
|
14
14
|
export { useSegmentGroupItemContext, type UseSegmentGroupItemContext, } from './use-segment-group-item-context';
|
|
15
|
+
export { segmentGroupAnatomy } from './segment-group.anatomy';
|
|
15
16
|
export * as SegmentGroup from './segment-group';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const segmentGroupAnatomy: import("@zag-js/anatomy").Anatomy<"item" | "label" | "root" | "indicator" | "itemText" | "itemControl">;
|
|
2
|
+
export declare const parts: Record<"item" | "label" | "root" | "indicator" | "itemText" | "itemControl", import("@zag-js/anatomy").AnatomyPart>;
|
|
@@ -22,4 +22,5 @@ export { SelectValueText, type SelectValueTextProps, type SelectValueTextBasePro
|
|
|
22
22
|
export { useSelect, type UseSelectProps, type UseSelectReturn } from './use-select';
|
|
23
23
|
export { useSelectContext, type UseSelectContext } from './use-select-context';
|
|
24
24
|
export { useSelectItemContext, type UseSelectItemContext } from './use-select-item-context';
|
|
25
|
+
export { selectAnatomy } from './select.anatomy';
|
|
25
26
|
export * as Select from './select';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as selectAnatomy } from '@zag-js/select';
|
|
@@ -10,4 +10,5 @@ export { SignaturePadRootProvider, type SignaturePadRootProviderProps, type Sign
|
|
|
10
10
|
export { SignaturePadSegment, type SignaturePadSegmentProps, type SignaturePadSegmentBaseProps, } from './signature-pad-segment';
|
|
11
11
|
export { useSignaturePad, type UseSignaturePadProps, type UseSignaturePadReturn, } from './use-signature-pad';
|
|
12
12
|
export { useSignaturePadContext, type UseSignaturePadContext } from './use-signature-pad-context';
|
|
13
|
+
export { signaturePadAnatomy } from './signature-pad.anatomy';
|
|
13
14
|
export * as SignaturePad from './signature-pad';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as signaturePadAnatomy } from '@zag-js/signature-pad';
|
|
@@ -13,4 +13,5 @@ export { SliderTrack, type SliderTrackProps, type SliderTrackBaseProps, } from '
|
|
|
13
13
|
export { SliderValueText, type SliderValueTextProps, type SliderValueTextBaseProps, } from './slider-value-text';
|
|
14
14
|
export { useSlider, type UseSliderProps, type UseSliderReturn } from './use-slider';
|
|
15
15
|
export { useSliderContext, type UseSliderContext } from './use-slider-context';
|
|
16
|
+
export { sliderAnatomy } from './slider.anatomy';
|
|
16
17
|
export * as Slider from './slider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as sliderAnatomy } from '@zag-js/slider';
|
|
@@ -6,4 +6,5 @@ export { SplitterRoot, type SplitterRootProps, type SplitterRootBaseProps, } fro
|
|
|
6
6
|
export { SplitterRootProvider, type SplitterRootProviderProps, type SplitterRootProviderBaseProps, } from './splitter-root-provider';
|
|
7
7
|
export { useSplitter, type UseSplitterProps, type UseSplitterReturn } from './use-splitter';
|
|
8
8
|
export { useSplitterContext, type UseSplitterContext } from './use-splitter-context';
|
|
9
|
+
export { splitterAnatomy } from './splitter.anatomy';
|
|
9
10
|
export * as Splitter from './splitter';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as splitterAnatomy } from '@zag-js/splitter';
|
|
@@ -8,4 +8,5 @@ export { SwitchRootProvider, type SwitchRootProviderProps, type SwitchRootProvid
|
|
|
8
8
|
export { SwitchThumb, type SwitchThumbProps, type SwitchThumbBaseProps, } from './switch-thumb';
|
|
9
9
|
export { useSwitch, type UseSwitchProps, type UseSwitchReturn } from './use-switch';
|
|
10
10
|
export { useSwitchContext, type UseSwitchContext } from './use-switch-context';
|
|
11
|
+
export { switchAnatomy } from './switch.anatomy';
|
|
11
12
|
export * as Switch from './switch';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as switchAnatomy } from '@zag-js/switch';
|
|
@@ -8,4 +8,5 @@ export { TabsRoot, type TabsRootProps, type TabsRootBaseProps, } from './tabs-ro
|
|
|
8
8
|
export { TabsRootProvider, type TabsRootProviderProps, type TabsRootProviderBaseProps, } from './tabs-root-provider';
|
|
9
9
|
export { useTabs, type UseTabsProps, type UseTabsReturn } from './use-tabs';
|
|
10
10
|
export { useTabsContext, type UseTabsContext } from './use-tabs-context';
|
|
11
|
+
export { tabsAnatomy } from './tabs.anatomy';
|
|
11
12
|
export * as Tabs from './tabs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as tabsAnatomy } from '@zag-js/tabs';
|
|
@@ -16,4 +16,5 @@ export { TagsInputRootProvider, type TagsInputRootProviderProps, type TagsInputR
|
|
|
16
16
|
export { useTagsInput, type UseTagsInputProps, type UseTagsInputReturn } from './use-tags-input';
|
|
17
17
|
export { useTagsInputContext, type UseTagsInputContext } from './use-tags-input-context';
|
|
18
18
|
export { useTagsInputItemContext, type UseTagsInputItemContext, } from './use-tags-input-item-context';
|
|
19
|
+
export { tagsInputAnatomy } from './tags-input.anatomy';
|
|
19
20
|
export * as TagsInput from './tags-input';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as tagsInputAnatomy } from '@zag-js/tags-input';
|
|
@@ -7,4 +7,5 @@ export { ToastRoot, type ToastRootProps, type ToastRootBaseProps, } from './toas
|
|
|
7
7
|
export { ToastTitle, type ToastTitleProps, type ToastTitleBaseProps, } from './toast-title';
|
|
8
8
|
export { Toaster, type ToasterProps, type ToasterBaseProps, } from './toaster';
|
|
9
9
|
export { useToastContext, type UseToastContext } from './use-toast-context';
|
|
10
|
+
export { toastAnatomy } from './toast.anatomy';
|
|
10
11
|
export * as Toast from './toast';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as toastAnatomy } from '@zag-js/toast';
|
|
@@ -5,4 +5,5 @@ export { ToggleGroupRoot, type ToggleGroupRootProps, type ToggleGroupRootBasePro
|
|
|
5
5
|
export { ToggleGroupRootProvider, type ToggleGroupRootProviderProps, type ToggleGroupRootProviderBaseProps, } from './toggle-group-root-provider';
|
|
6
6
|
export { useToggleGroup, type UseToggleGroupProps, type UseToggleGroupReturn, } from './use-toggle-group';
|
|
7
7
|
export { useToggleGroupContext, type UseToggleGroupContext } from './use-toggle-group-context';
|
|
8
|
+
export { toggleGroupAnatomy } from './toggle-group.anatomy';
|
|
8
9
|
export * as ToggleGroup from './toggle-group';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as toggleGroupAnatomy } from '@zag-js/toggle-group';
|
|
@@ -9,4 +9,5 @@ export { TooltipRootProvider, type TooltipRootProviderProps, type TooltipRootPro
|
|
|
9
9
|
export { TooltipTrigger, type TooltipTriggerProps, type TooltipTriggerBaseProps, } from './tooltip-trigger';
|
|
10
10
|
export { useTooltip, type UseTooltipProps, type UseTooltipReturn } from './use-tooltip';
|
|
11
11
|
export { useTooltipContext, type UseTooltipContext } from './use-tooltip-context';
|
|
12
|
+
export { tooltipAnatomy } from './tooltip.anatomy';
|
|
12
13
|
export * as Tooltip from './tooltip';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as tooltipAnatomy } from '@zag-js/tooltip';
|
|
@@ -17,4 +17,5 @@ export { TreeViewTree, type TreeViewTreeProps, type TreeViewTreeBaseProps, } fro
|
|
|
17
17
|
export { useTreeView, type UseTreeViewProps, type UseTreeViewReturn } from './use-tree-view';
|
|
18
18
|
export { useTreeViewContext, type UseTreeViewContext } from './use-tree-view-context';
|
|
19
19
|
export { useTreeViewItemContext, type UseTreeViewItemContext } from './use-tree-view-item-context';
|
|
20
|
+
export { treeViewAnatomy } from './tree-view.anatomy';
|
|
20
21
|
export * as TreeView from './tree-view';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { anatomy as treeViewAnatomy } from '@zag-js/tree-view';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/solid",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.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",
|
|
@@ -81,46 +81,46 @@
|
|
|
81
81
|
},
|
|
82
82
|
"sideEffects": false,
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@
|
|
85
|
-
"@zag-js/
|
|
86
|
-
"@zag-js/avatar": "0.
|
|
87
|
-
"@zag-js/carousel": "0.
|
|
88
|
-
"@zag-js/checkbox": "0.
|
|
89
|
-
"@zag-js/clipboard": "0.
|
|
90
|
-
"@zag-js/collapsible": "0.
|
|
91
|
-
"@zag-js/color-picker": "0.
|
|
92
|
-
"@zag-js/combobox": "0.
|
|
93
|
-
"@zag-js/date-picker": "0.
|
|
94
|
-
"@zag-js/dialog": "0.
|
|
95
|
-
"@zag-js/dom-query": "0.
|
|
96
|
-
"@zag-js/editable": "0.
|
|
97
|
-
"@zag-js/file-upload": "0.
|
|
98
|
-
"@zag-js/hover-card": "0.
|
|
99
|
-
"@zag-js/file-utils": "0.
|
|
100
|
-
"@zag-js/i18n-utils": "0.
|
|
101
|
-
"@zag-js/menu": "0.
|
|
102
|
-
"@zag-js/number-input": "0.
|
|
103
|
-
"@zag-js/pagination": "0.
|
|
104
|
-
"@zag-js/pin-input": "0.
|
|
105
|
-
"@zag-js/popover": "0.
|
|
106
|
-
"@zag-js/presence": "0.
|
|
107
|
-
"@zag-js/progress": "0.
|
|
108
|
-
"@zag-js/qr-code": "0.
|
|
109
|
-
"@zag-js/radio-group": "0.
|
|
110
|
-
"@zag-js/rating-group": "0.
|
|
111
|
-
"@zag-js/select": "0.
|
|
112
|
-
"@zag-js/signature-pad": "0.
|
|
113
|
-
"@zag-js/slider": "0.
|
|
114
|
-
"@zag-js/solid": "0.
|
|
115
|
-
"@zag-js/splitter": "0.
|
|
116
|
-
"@zag-js/switch": "0.
|
|
117
|
-
"@zag-js/tabs": "0.
|
|
118
|
-
"@zag-js/tags-input": "0.
|
|
119
|
-
"@zag-js/toast": "0.
|
|
120
|
-
"@zag-js/toggle-group": "0.
|
|
121
|
-
"@zag-js/tooltip": "0.
|
|
122
|
-
"@zag-js/tree-view": "0.
|
|
123
|
-
"@zag-js/types": "0.
|
|
84
|
+
"@zag-js/accordion": "0.59.0",
|
|
85
|
+
"@zag-js/anatomy": "0.59.0",
|
|
86
|
+
"@zag-js/avatar": "0.59.0",
|
|
87
|
+
"@zag-js/carousel": "0.59.0",
|
|
88
|
+
"@zag-js/checkbox": "0.59.0",
|
|
89
|
+
"@zag-js/clipboard": "0.59.0",
|
|
90
|
+
"@zag-js/collapsible": "0.59.0",
|
|
91
|
+
"@zag-js/color-picker": "0.59.0",
|
|
92
|
+
"@zag-js/combobox": "0.59.0",
|
|
93
|
+
"@zag-js/date-picker": "0.59.0",
|
|
94
|
+
"@zag-js/dialog": "0.59.0",
|
|
95
|
+
"@zag-js/dom-query": "0.59.0",
|
|
96
|
+
"@zag-js/editable": "0.59.0",
|
|
97
|
+
"@zag-js/file-upload": "0.59.0",
|
|
98
|
+
"@zag-js/hover-card": "0.59.0",
|
|
99
|
+
"@zag-js/file-utils": "0.59.0",
|
|
100
|
+
"@zag-js/i18n-utils": "0.59.0",
|
|
101
|
+
"@zag-js/menu": "0.59.0",
|
|
102
|
+
"@zag-js/number-input": "0.59.0",
|
|
103
|
+
"@zag-js/pagination": "0.59.0",
|
|
104
|
+
"@zag-js/pin-input": "0.59.0",
|
|
105
|
+
"@zag-js/popover": "0.59.0",
|
|
106
|
+
"@zag-js/presence": "0.59.0",
|
|
107
|
+
"@zag-js/progress": "0.59.0",
|
|
108
|
+
"@zag-js/qr-code": "0.59.0",
|
|
109
|
+
"@zag-js/radio-group": "0.59.0",
|
|
110
|
+
"@zag-js/rating-group": "0.59.0",
|
|
111
|
+
"@zag-js/select": "0.59.0",
|
|
112
|
+
"@zag-js/signature-pad": "0.59.0",
|
|
113
|
+
"@zag-js/slider": "0.59.0",
|
|
114
|
+
"@zag-js/solid": "0.59.0",
|
|
115
|
+
"@zag-js/splitter": "0.59.0",
|
|
116
|
+
"@zag-js/switch": "0.59.0",
|
|
117
|
+
"@zag-js/tabs": "0.59.0",
|
|
118
|
+
"@zag-js/tags-input": "0.59.0",
|
|
119
|
+
"@zag-js/toast": "0.59.0",
|
|
120
|
+
"@zag-js/toggle-group": "0.59.0",
|
|
121
|
+
"@zag-js/tooltip": "0.59.0",
|
|
122
|
+
"@zag-js/tree-view": "0.59.0",
|
|
123
|
+
"@zag-js/types": "0.59.0"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@biomejs/biome": "1.8.2",
|