@ark-ui/react 5.32.0 → 5.33.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/components/color-picker/color-picker.anatomy.d.cts +1 -1
- package/dist/components/color-picker/color-picker.anatomy.d.ts +1 -1
- package/dist/components/combobox/combobox.anatomy.d.cts +1 -1
- package/dist/components/combobox/combobox.anatomy.d.ts +1 -1
- package/dist/components/date-picker/date-picker-root.cjs +1 -0
- package/dist/components/date-picker/date-picker-root.js +1 -0
- package/dist/components/date-picker/date-picker.anatomy.d.cts +1 -1
- package/dist/components/date-picker/date-picker.anatomy.d.ts +1 -1
- package/dist/components/listbox/listbox-label.cjs +1 -1
- package/dist/components/listbox/listbox-label.d.cts +2 -2
- package/dist/components/listbox/listbox-label.d.ts +2 -2
- package/dist/components/listbox/listbox-label.js +1 -1
- package/dist/components/progress/progress-label.cjs +1 -1
- package/dist/components/progress/progress-label.d.cts +2 -2
- package/dist/components/progress/progress-label.d.ts +2 -2
- package/dist/components/progress/progress-label.js +1 -1
- package/dist/components/radio-group/radio-group-label.cjs +1 -1
- package/dist/components/radio-group/radio-group-label.d.cts +2 -2
- package/dist/components/radio-group/radio-group-label.d.ts +2 -2
- package/dist/components/radio-group/radio-group-label.js +1 -1
- package/dist/components/segment-group/segment-group-label.cjs +1 -1
- package/dist/components/segment-group/segment-group-label.d.cts +2 -2
- package/dist/components/segment-group/segment-group-label.d.ts +2 -2
- package/dist/components/segment-group/segment-group-label.js +1 -1
- package/dist/components/tour/tour.anatomy.d.cts +1 -1
- package/dist/components/tour/tour.anatomy.d.ts +1 -1
- package/package.json +67 -67
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const colorPickerAnatomy: AnatomyInstance<"root" | "control" | "label" | "
|
|
2
|
+
export declare const colorPickerAnatomy: AnatomyInstance<"root" | "control" | "label" | "trigger" | "positioner" | "content" | "area" | "areaThumb" | "valueText" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view">;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const colorPickerAnatomy: AnatomyInstance<"root" | "control" | "label" | "
|
|
2
|
+
export declare const colorPickerAnatomy: AnatomyInstance<"root" | "control" | "label" | "trigger" | "positioner" | "content" | "area" | "areaThumb" | "valueText" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view">;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const comboboxAnatomy: AnatomyInstance<"root" | "itemGroup" | "item" | "control" | "label" | "
|
|
2
|
+
export declare const comboboxAnatomy: AnatomyInstance<"root" | "itemGroup" | "item" | "control" | "label" | "trigger" | "positioner" | "content" | "clearTrigger" | "input" | "itemGroupLabel" | "itemIndicator" | "itemText" | "list" | "empty">;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const comboboxAnatomy: AnatomyInstance<"root" | "itemGroup" | "item" | "control" | "label" | "
|
|
2
|
+
export declare const comboboxAnatomy: AnatomyInstance<"root" | "itemGroup" | "item" | "control" | "label" | "trigger" | "positioner" | "content" | "clearTrigger" | "input" | "itemGroupLabel" | "itemIndicator" | "itemText" | "list" | "empty">;
|
|
@@ -19,6 +19,7 @@ const DatePickerRoot = react.forwardRef((props, ref) => {
|
|
|
19
19
|
const [presenceProps, datePickerProps] = splitPresenceProps.splitPresenceProps(props);
|
|
20
20
|
const [useDatePickerProps, localProps] = splitRootProps(datePickerProps, [
|
|
21
21
|
"closeOnSelect",
|
|
22
|
+
"createCalendar",
|
|
22
23
|
"defaultFocusedValue",
|
|
23
24
|
"defaultOpen",
|
|
24
25
|
"defaultValue",
|
|
@@ -15,6 +15,7 @@ const DatePickerRoot = forwardRef((props, ref) => {
|
|
|
15
15
|
const [presenceProps, datePickerProps] = splitPresenceProps(props);
|
|
16
16
|
const [useDatePickerProps, localProps] = splitRootProps(datePickerProps, [
|
|
17
17
|
"closeOnSelect",
|
|
18
|
+
"createCalendar",
|
|
18
19
|
"defaultFocusedValue",
|
|
19
20
|
"defaultOpen",
|
|
20
21
|
"defaultValue",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const datePickerAnatomy: AnatomyInstance<"root" | "control" | "nextTrigger" | "prevTrigger" | "label" | "
|
|
2
|
+
export declare const datePickerAnatomy: AnatomyInstance<"root" | "control" | "nextTrigger" | "prevTrigger" | "label" | "trigger" | "positioner" | "content" | "valueText" | "view" | "clearTrigger" | "input" | "monthSelect" | "presetTrigger" | "rangeText" | "table" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const datePickerAnatomy: AnatomyInstance<"root" | "control" | "nextTrigger" | "prevTrigger" | "label" | "
|
|
2
|
+
export declare const datePickerAnatomy: AnatomyInstance<"root" | "control" | "nextTrigger" | "prevTrigger" | "label" | "trigger" | "positioner" | "content" | "valueText" | "view" | "clearTrigger" | "input" | "monthSelect" | "presetTrigger" | "rangeText" | "table" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
@@ -12,7 +12,7 @@ const useListboxContext = require('./use-listbox-context.cjs');
|
|
|
12
12
|
const ListboxLabel = react.forwardRef((props, ref) => {
|
|
13
13
|
const listbox = useListboxContext.useListboxContext();
|
|
14
14
|
const mergedProps = react$1.mergeProps(listbox.getLabelProps(), props);
|
|
15
|
-
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.
|
|
15
|
+
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.span, { ...mergedProps, ref });
|
|
16
16
|
});
|
|
17
17
|
ListboxLabel.displayName = "ListboxLabel";
|
|
18
18
|
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface ListboxLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface ListboxLabelProps extends HTMLProps<'
|
|
5
|
+
export interface ListboxLabelProps extends HTMLProps<'span'>, ListboxLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const ListboxLabel: ForwardRefExoticComponent<ListboxLabelProps & RefAttributes<
|
|
7
|
+
export declare const ListboxLabel: ForwardRefExoticComponent<ListboxLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface ListboxLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface ListboxLabelProps extends HTMLProps<'
|
|
5
|
+
export interface ListboxLabelProps extends HTMLProps<'span'>, ListboxLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const ListboxLabel: ForwardRefExoticComponent<ListboxLabelProps & RefAttributes<
|
|
7
|
+
export declare const ListboxLabel: ForwardRefExoticComponent<ListboxLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -8,7 +8,7 @@ import { useListboxContext } from './use-listbox-context.js';
|
|
|
8
8
|
const ListboxLabel = forwardRef((props, ref) => {
|
|
9
9
|
const listbox = useListboxContext();
|
|
10
10
|
const mergedProps = mergeProps(listbox.getLabelProps(), props);
|
|
11
|
-
return /* @__PURE__ */ jsx(ark.
|
|
11
|
+
return /* @__PURE__ */ jsx(ark.span, { ...mergedProps, ref });
|
|
12
12
|
});
|
|
13
13
|
ListboxLabel.displayName = "ListboxLabel";
|
|
14
14
|
|
|
@@ -12,7 +12,7 @@ const useProgressContext = require('./use-progress-context.cjs');
|
|
|
12
12
|
const ProgressLabel = react.forwardRef((props, ref) => {
|
|
13
13
|
const progress = useProgressContext.useProgressContext();
|
|
14
14
|
const mergedProps = react$1.mergeProps(progress.getLabelProps(), props);
|
|
15
|
-
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.
|
|
15
|
+
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.span, { ...mergedProps, ref });
|
|
16
16
|
});
|
|
17
17
|
ProgressLabel.displayName = "ProgressLabel";
|
|
18
18
|
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface ProgressLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface ProgressLabelProps extends HTMLProps<'
|
|
5
|
+
export interface ProgressLabelProps extends HTMLProps<'span'>, ProgressLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const ProgressLabel: ForwardRefExoticComponent<ProgressLabelProps & RefAttributes<
|
|
7
|
+
export declare const ProgressLabel: ForwardRefExoticComponent<ProgressLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface ProgressLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface ProgressLabelProps extends HTMLProps<'
|
|
5
|
+
export interface ProgressLabelProps extends HTMLProps<'span'>, ProgressLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const ProgressLabel: ForwardRefExoticComponent<ProgressLabelProps & RefAttributes<
|
|
7
|
+
export declare const ProgressLabel: ForwardRefExoticComponent<ProgressLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -8,7 +8,7 @@ import { useProgressContext } from './use-progress-context.js';
|
|
|
8
8
|
const ProgressLabel = forwardRef((props, ref) => {
|
|
9
9
|
const progress = useProgressContext();
|
|
10
10
|
const mergedProps = mergeProps(progress.getLabelProps(), props);
|
|
11
|
-
return /* @__PURE__ */ jsx(ark.
|
|
11
|
+
return /* @__PURE__ */ jsx(ark.span, { ...mergedProps, ref });
|
|
12
12
|
});
|
|
13
13
|
ProgressLabel.displayName = "ProgressLabel";
|
|
14
14
|
|
|
@@ -12,7 +12,7 @@ const useRadioGroupContext = require('./use-radio-group-context.cjs');
|
|
|
12
12
|
const RadioGroupLabel = react.forwardRef((props, ref) => {
|
|
13
13
|
const radioGroup = useRadioGroupContext.useRadioGroupContext();
|
|
14
14
|
const mergedProps = react$1.mergeProps(radioGroup.getLabelProps(), props);
|
|
15
|
-
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.
|
|
15
|
+
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.span, { ...mergedProps, ref });
|
|
16
16
|
});
|
|
17
17
|
RadioGroupLabel.displayName = "RadioGroupLabel";
|
|
18
18
|
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface RadioGroupLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface RadioGroupLabelProps extends HTMLProps<'
|
|
5
|
+
export interface RadioGroupLabelProps extends HTMLProps<'span'>, RadioGroupLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const RadioGroupLabel: ForwardRefExoticComponent<RadioGroupLabelProps & RefAttributes<
|
|
7
|
+
export declare const RadioGroupLabel: ForwardRefExoticComponent<RadioGroupLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface RadioGroupLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface RadioGroupLabelProps extends HTMLProps<'
|
|
5
|
+
export interface RadioGroupLabelProps extends HTMLProps<'span'>, RadioGroupLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const RadioGroupLabel: ForwardRefExoticComponent<RadioGroupLabelProps & RefAttributes<
|
|
7
|
+
export declare const RadioGroupLabel: ForwardRefExoticComponent<RadioGroupLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -8,7 +8,7 @@ import { useRadioGroupContext } from './use-radio-group-context.js';
|
|
|
8
8
|
const RadioGroupLabel = forwardRef((props, ref) => {
|
|
9
9
|
const radioGroup = useRadioGroupContext();
|
|
10
10
|
const mergedProps = mergeProps(radioGroup.getLabelProps(), props);
|
|
11
|
-
return /* @__PURE__ */ jsx(ark.
|
|
11
|
+
return /* @__PURE__ */ jsx(ark.span, { ...mergedProps, ref });
|
|
12
12
|
});
|
|
13
13
|
RadioGroupLabel.displayName = "RadioGroupLabel";
|
|
14
14
|
|
|
@@ -13,7 +13,7 @@ const useSegmentGroupContext = require('./use-segment-group-context.cjs');
|
|
|
13
13
|
const SegmentGroupLabel = react.forwardRef((props, ref) => {
|
|
14
14
|
const segmentGroup = useSegmentGroupContext.useSegmentGroupContext();
|
|
15
15
|
const mergedProps = react$1.mergeProps(segmentGroup.getLabelProps(), segmentGroup_anatomy.parts.label.attrs, props);
|
|
16
|
-
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.
|
|
16
|
+
return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.span, { ...mergedProps, ref });
|
|
17
17
|
});
|
|
18
18
|
SegmentGroupLabel.displayName = "SegmentGroupLabel";
|
|
19
19
|
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface SegmentGroupLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface SegmentGroupLabelProps extends HTMLProps<'
|
|
5
|
+
export interface SegmentGroupLabelProps extends HTMLProps<'span'>, SegmentGroupLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const SegmentGroupLabel: ForwardRefExoticComponent<SegmentGroupLabelProps & RefAttributes<
|
|
7
|
+
export declare const SegmentGroupLabel: ForwardRefExoticComponent<SegmentGroupLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -2,6 +2,6 @@ import { HTMLProps, PolymorphicProps } from '../factory';
|
|
|
2
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
3
|
export interface SegmentGroupLabelBaseProps extends PolymorphicProps {
|
|
4
4
|
}
|
|
5
|
-
export interface SegmentGroupLabelProps extends HTMLProps<'
|
|
5
|
+
export interface SegmentGroupLabelProps extends HTMLProps<'span'>, SegmentGroupLabelBaseProps {
|
|
6
6
|
}
|
|
7
|
-
export declare const SegmentGroupLabel: ForwardRefExoticComponent<SegmentGroupLabelProps & RefAttributes<
|
|
7
|
+
export declare const SegmentGroupLabel: ForwardRefExoticComponent<SegmentGroupLabelProps & RefAttributes<HTMLSpanElement>>;
|
|
@@ -9,7 +9,7 @@ import { useSegmentGroupContext } from './use-segment-group-context.js';
|
|
|
9
9
|
const SegmentGroupLabel = forwardRef((props, ref) => {
|
|
10
10
|
const segmentGroup = useSegmentGroupContext();
|
|
11
11
|
const mergedProps = mergeProps(segmentGroup.getLabelProps(), parts.label.attrs, props);
|
|
12
|
-
return /* @__PURE__ */ jsx(ark.
|
|
12
|
+
return /* @__PURE__ */ jsx(ark.span, { ...mergedProps, ref });
|
|
13
13
|
});
|
|
14
14
|
SegmentGroupLabel.displayName = "SegmentGroupLabel";
|
|
15
15
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const tourAnatomy: AnatomyInstance<"control" | "progressText" | "
|
|
2
|
+
export declare const tourAnatomy: AnatomyInstance<"control" | "progressText" | "positioner" | "content" | "title" | "actionTrigger" | "closeTrigger" | "description" | "arrow" | "arrowTip" | "backdrop" | "spotlight">;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const tourAnatomy: AnatomyInstance<"control" | "progressText" | "
|
|
2
|
+
export declare const tourAnatomy: AnatomyInstance<"control" | "progressText" | "positioner" | "content" | "title" | "actionTrigger" | "closeTrigger" | "description" | "arrow" | "arrowTip" | "backdrop" | "spotlight">;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.33.0",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -150,70 +150,70 @@
|
|
|
150
150
|
"sideEffects": false,
|
|
151
151
|
"dependencies": {
|
|
152
152
|
"@internationalized/date": "3.11.0",
|
|
153
|
-
"@zag-js/accordion": "1.
|
|
154
|
-
"@zag-js/anatomy": "1.
|
|
155
|
-
"@zag-js/angle-slider": "1.
|
|
156
|
-
"@zag-js/async-list": "1.
|
|
157
|
-
"@zag-js/auto-resize": "1.
|
|
158
|
-
"@zag-js/avatar": "1.
|
|
159
|
-
"@zag-js/carousel": "1.
|
|
160
|
-
"@zag-js/cascade-select": "1.
|
|
161
|
-
"@zag-js/checkbox": "1.
|
|
162
|
-
"@zag-js/clipboard": "1.
|
|
163
|
-
"@zag-js/collapsible": "1.
|
|
164
|
-
"@zag-js/collection": "1.
|
|
165
|
-
"@zag-js/color-picker": "1.
|
|
166
|
-
"@zag-js/color-utils": "1.
|
|
167
|
-
"@zag-js/combobox": "1.
|
|
168
|
-
"@zag-js/core": "1.
|
|
169
|
-
"@zag-js/date-picker": "1.
|
|
170
|
-
"@zag-js/date-utils": "1.
|
|
171
|
-
"@zag-js/dialog": "1.
|
|
172
|
-
"@zag-js/dom-query": "1.
|
|
173
|
-
"@zag-js/drawer": "1.
|
|
174
|
-
"@zag-js/editable": "1.
|
|
175
|
-
"@zag-js/file-upload": "1.
|
|
176
|
-
"@zag-js/file-utils": "1.
|
|
177
|
-
"@zag-js/floating-panel": "1.
|
|
178
|
-
"@zag-js/focus-trap": "1.
|
|
179
|
-
"@zag-js/highlight-word": "1.
|
|
180
|
-
"@zag-js/hover-card": "1.
|
|
181
|
-
"@zag-js/i18n-utils": "1.
|
|
182
|
-
"@zag-js/image-cropper": "1.
|
|
183
|
-
"@zag-js/json-tree-utils": "1.
|
|
184
|
-
"@zag-js/listbox": "1.
|
|
185
|
-
"@zag-js/marquee": "1.
|
|
186
|
-
"@zag-js/menu": "1.
|
|
187
|
-
"@zag-js/navigation-menu": "1.
|
|
188
|
-
"@zag-js/number-input": "1.
|
|
189
|
-
"@zag-js/pagination": "1.
|
|
190
|
-
"@zag-js/password-input": "1.
|
|
191
|
-
"@zag-js/pin-input": "1.
|
|
192
|
-
"@zag-js/popover": "1.
|
|
193
|
-
"@zag-js/presence": "1.
|
|
194
|
-
"@zag-js/progress": "1.
|
|
195
|
-
"@zag-js/qr-code": "1.
|
|
196
|
-
"@zag-js/radio-group": "1.
|
|
197
|
-
"@zag-js/rating-group": "1.
|
|
198
|
-
"@zag-js/react": "1.
|
|
199
|
-
"@zag-js/scroll-area": "1.
|
|
200
|
-
"@zag-js/select": "1.
|
|
201
|
-
"@zag-js/signature-pad": "1.
|
|
202
|
-
"@zag-js/slider": "1.
|
|
203
|
-
"@zag-js/splitter": "1.
|
|
204
|
-
"@zag-js/steps": "1.
|
|
205
|
-
"@zag-js/switch": "1.
|
|
206
|
-
"@zag-js/tabs": "1.
|
|
207
|
-
"@zag-js/tags-input": "1.
|
|
208
|
-
"@zag-js/timer": "1.
|
|
209
|
-
"@zag-js/toast": "1.
|
|
210
|
-
"@zag-js/toggle": "1.
|
|
211
|
-
"@zag-js/toggle-group": "1.
|
|
212
|
-
"@zag-js/tooltip": "1.
|
|
213
|
-
"@zag-js/tour": "1.
|
|
214
|
-
"@zag-js/tree-view": "1.
|
|
215
|
-
"@zag-js/types": "1.
|
|
216
|
-
"@zag-js/utils": "1.
|
|
153
|
+
"@zag-js/accordion": "1.35.1",
|
|
154
|
+
"@zag-js/anatomy": "1.35.1",
|
|
155
|
+
"@zag-js/angle-slider": "1.35.1",
|
|
156
|
+
"@zag-js/async-list": "1.35.1",
|
|
157
|
+
"@zag-js/auto-resize": "1.35.1",
|
|
158
|
+
"@zag-js/avatar": "1.35.1",
|
|
159
|
+
"@zag-js/carousel": "1.35.1",
|
|
160
|
+
"@zag-js/cascade-select": "1.35.1",
|
|
161
|
+
"@zag-js/checkbox": "1.35.1",
|
|
162
|
+
"@zag-js/clipboard": "1.35.1",
|
|
163
|
+
"@zag-js/collapsible": "1.35.1",
|
|
164
|
+
"@zag-js/collection": "1.35.1",
|
|
165
|
+
"@zag-js/color-picker": "1.35.1",
|
|
166
|
+
"@zag-js/color-utils": "1.35.1",
|
|
167
|
+
"@zag-js/combobox": "1.35.1",
|
|
168
|
+
"@zag-js/core": "1.35.1",
|
|
169
|
+
"@zag-js/date-picker": "1.35.1",
|
|
170
|
+
"@zag-js/date-utils": "1.35.1",
|
|
171
|
+
"@zag-js/dialog": "1.35.1",
|
|
172
|
+
"@zag-js/dom-query": "1.35.1",
|
|
173
|
+
"@zag-js/drawer": "1.35.1",
|
|
174
|
+
"@zag-js/editable": "1.35.1",
|
|
175
|
+
"@zag-js/file-upload": "1.35.1",
|
|
176
|
+
"@zag-js/file-utils": "1.35.1",
|
|
177
|
+
"@zag-js/floating-panel": "1.35.1",
|
|
178
|
+
"@zag-js/focus-trap": "1.35.1",
|
|
179
|
+
"@zag-js/highlight-word": "1.35.1",
|
|
180
|
+
"@zag-js/hover-card": "1.35.1",
|
|
181
|
+
"@zag-js/i18n-utils": "1.35.1",
|
|
182
|
+
"@zag-js/image-cropper": "1.35.1",
|
|
183
|
+
"@zag-js/json-tree-utils": "1.35.1",
|
|
184
|
+
"@zag-js/listbox": "1.35.1",
|
|
185
|
+
"@zag-js/marquee": "1.35.1",
|
|
186
|
+
"@zag-js/menu": "1.35.1",
|
|
187
|
+
"@zag-js/navigation-menu": "1.35.1",
|
|
188
|
+
"@zag-js/number-input": "1.35.1",
|
|
189
|
+
"@zag-js/pagination": "1.35.1",
|
|
190
|
+
"@zag-js/password-input": "1.35.1",
|
|
191
|
+
"@zag-js/pin-input": "1.35.1",
|
|
192
|
+
"@zag-js/popover": "1.35.1",
|
|
193
|
+
"@zag-js/presence": "1.35.1",
|
|
194
|
+
"@zag-js/progress": "1.35.1",
|
|
195
|
+
"@zag-js/qr-code": "1.35.1",
|
|
196
|
+
"@zag-js/radio-group": "1.35.1",
|
|
197
|
+
"@zag-js/rating-group": "1.35.1",
|
|
198
|
+
"@zag-js/react": "1.35.1",
|
|
199
|
+
"@zag-js/scroll-area": "1.35.1",
|
|
200
|
+
"@zag-js/select": "1.35.1",
|
|
201
|
+
"@zag-js/signature-pad": "1.35.1",
|
|
202
|
+
"@zag-js/slider": "1.35.1",
|
|
203
|
+
"@zag-js/splitter": "1.35.1",
|
|
204
|
+
"@zag-js/steps": "1.35.1",
|
|
205
|
+
"@zag-js/switch": "1.35.1",
|
|
206
|
+
"@zag-js/tabs": "1.35.1",
|
|
207
|
+
"@zag-js/tags-input": "1.35.1",
|
|
208
|
+
"@zag-js/timer": "1.35.1",
|
|
209
|
+
"@zag-js/toast": "1.35.1",
|
|
210
|
+
"@zag-js/toggle": "1.35.1",
|
|
211
|
+
"@zag-js/toggle-group": "1.35.1",
|
|
212
|
+
"@zag-js/tooltip": "1.35.1",
|
|
213
|
+
"@zag-js/tour": "1.35.1",
|
|
214
|
+
"@zag-js/tree-view": "1.35.1",
|
|
215
|
+
"@zag-js/types": "1.35.1",
|
|
216
|
+
"@zag-js/utils": "1.35.1"
|
|
217
217
|
},
|
|
218
218
|
"devDependencies": {
|
|
219
219
|
"@biomejs/biome": "2.4.4",
|
|
@@ -244,9 +244,9 @@
|
|
|
244
244
|
"resize-observer-polyfill": "1.5.1",
|
|
245
245
|
"storybook": "10.2.10",
|
|
246
246
|
"typescript": "5.9.3",
|
|
247
|
-
"vite": "7.3.
|
|
247
|
+
"vite": "7.3.1",
|
|
248
248
|
"vite-plugin-dts": "4.5.4",
|
|
249
|
-
"vitest": "^4.0.
|
|
249
|
+
"vitest": "^4.0.18",
|
|
250
250
|
"vitest-axe": "1.0.0-pre.5"
|
|
251
251
|
},
|
|
252
252
|
"peerDependencies": {
|