@ark-ui/svelte 5.8.0 → 5.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/anatomy.d.ts +45 -0
- package/dist/components/anatomy.js +45 -0
- package/dist/components/combobox/combobox-root.svelte +1 -0
- package/dist/components/fieldset/fieldset-legend.svelte +3 -3
- package/dist/components/fieldset/fieldset-legend.svelte.d.ts +2 -2
- package/dist/components/file-upload/file-upload-item-group.svelte +9 -2
- package/dist/components/file-upload/file-upload-item-group.svelte.d.ts +2 -1
- package/dist/components/file-upload/file-upload-item.svelte +10 -4
- package/dist/components/file-upload/file-upload-item.svelte.d.ts +2 -1
- package/dist/components/file-upload/use-file-upload-item-group-props-context.d.ts +5 -0
- package/dist/components/file-upload/use-file-upload-item-group-props-context.js +6 -0
- package/dist/components/frame/frame.svelte +8 -6
- package/dist/lucide-optimize.js +2 -1
- package/package.json +70 -71
|
@@ -1 +1,46 @@
|
|
|
1
1
|
export * from '@zag-js/anatomy';
|
|
2
|
+
export { accordionAnatomy } from './accordion/accordion.anatomy';
|
|
3
|
+
export { angleSliderAnatomy } from './angle-slider/angle-slider.anatomy';
|
|
4
|
+
export { avatarAnatomy } from './avatar/avatar.anatomy';
|
|
5
|
+
export { carouselAnatomy } from './carousel/carousel.anatomy';
|
|
6
|
+
export { checkboxAnatomy } from './checkbox/checkbox.anatomy';
|
|
7
|
+
export { clipboardAnatomy } from './clipboard/clipboard.anatomy';
|
|
8
|
+
export { collapsibleAnatomy } from './collapsible/collapsible.anatomy';
|
|
9
|
+
export { colorPickerAnatomy } from './color-picker/color-picker.anatomy';
|
|
10
|
+
export { comboboxAnatomy } from './combobox/combobox.anatomy';
|
|
11
|
+
export { datePickerAnatomy } from './date-picker/date-picker.anatomy';
|
|
12
|
+
export { dialogAnatomy } from './dialog/dialog.anatomy';
|
|
13
|
+
export { editableAnatomy } from './editable/editable.anatomy';
|
|
14
|
+
export { fieldAnatomy } from './field/field.anatomy';
|
|
15
|
+
export { fieldsetAnatomy } from './fieldset/fieldset.anatomy';
|
|
16
|
+
export { fileUploadAnatomy } from './file-upload/file-upload.anatomy';
|
|
17
|
+
export { floatingPanelAnatomy } from './floating-panel/floating-panel.anatomy';
|
|
18
|
+
export { hoverCardAnatomy } from './hover-card/hover-card.anatomy';
|
|
19
|
+
export { listboxAnatomy } from './listbox/listbox.anatomy';
|
|
20
|
+
export { menuAnatomy } from './menu/menu.anatomy';
|
|
21
|
+
export { numberInputAnatomy } from './number-input/number-input.anatomy';
|
|
22
|
+
export { paginationAnatomy } from './pagination/pagination.anatomy';
|
|
23
|
+
export { passwordInputAnatomy } from './password-input/password-input.anatomy';
|
|
24
|
+
export { pinInputAnatomy } from './pin-input/pin-input.anatomy';
|
|
25
|
+
export { popoverAnatomy } from './popover/popover.anatomy';
|
|
26
|
+
export { progressAnatomy } from './progress/progress.anatomy';
|
|
27
|
+
export { qrCodeAnatomy } from './qr-code/qr-code.anatomy';
|
|
28
|
+
export { radioGroupAnatomy } from './radio-group/radio-group.anatomy';
|
|
29
|
+
export { ratingGroupAnatomy } from './rating-group/rating-group.anatomy';
|
|
30
|
+
export { scrollAreaAnatomy } from './scroll-area/scroll-area.anatomy';
|
|
31
|
+
export { segmentGroupAnatomy } from './segment-group/segment-group.anatomy';
|
|
32
|
+
export { selectAnatomy } from './select/select.anatomy';
|
|
33
|
+
export { signaturePadAnatomy } from './signature-pad/signature-pad.anatomy';
|
|
34
|
+
export { sliderAnatomy } from './slider/slider.anatomy';
|
|
35
|
+
export { splitterAnatomy } from './splitter/splitter.anatomy';
|
|
36
|
+
export { stepsAnatomy } from './steps/steps.anatomy';
|
|
37
|
+
export { switchAnatomy } from './switch/switch.anatomy';
|
|
38
|
+
export { tabsAnatomy } from './tabs/tabs.anatomy';
|
|
39
|
+
export { tagsInputAnatomy } from './tags-input/tags-input.anatomy';
|
|
40
|
+
export { timerAnatomy } from './timer/timer.anatomy';
|
|
41
|
+
export { toastAnatomy } from './toast/toast.anatomy';
|
|
42
|
+
export { toggleAnatomy } from './toggle/toggle.anatomy';
|
|
43
|
+
export { toggleGroupAnatomy } from './toggle-group/toggle-group.anatomy';
|
|
44
|
+
export { tooltipAnatomy } from './tooltip/tooltip.anatomy';
|
|
45
|
+
export { tourAnatomy } from './tour/tour.anatomy';
|
|
46
|
+
export { treeViewAnatomy } from './tree-view/tree-view.anatomy';
|
|
@@ -1 +1,46 @@
|
|
|
1
1
|
export * from '@zag-js/anatomy';
|
|
2
|
+
export { accordionAnatomy } from './accordion/accordion.anatomy';
|
|
3
|
+
export { angleSliderAnatomy } from './angle-slider/angle-slider.anatomy';
|
|
4
|
+
export { avatarAnatomy } from './avatar/avatar.anatomy';
|
|
5
|
+
export { carouselAnatomy } from './carousel/carousel.anatomy';
|
|
6
|
+
export { checkboxAnatomy } from './checkbox/checkbox.anatomy';
|
|
7
|
+
export { clipboardAnatomy } from './clipboard/clipboard.anatomy';
|
|
8
|
+
export { collapsibleAnatomy } from './collapsible/collapsible.anatomy';
|
|
9
|
+
export { colorPickerAnatomy } from './color-picker/color-picker.anatomy';
|
|
10
|
+
export { comboboxAnatomy } from './combobox/combobox.anatomy';
|
|
11
|
+
export { datePickerAnatomy } from './date-picker/date-picker.anatomy';
|
|
12
|
+
export { dialogAnatomy } from './dialog/dialog.anatomy';
|
|
13
|
+
export { editableAnatomy } from './editable/editable.anatomy';
|
|
14
|
+
export { fieldAnatomy } from './field/field.anatomy';
|
|
15
|
+
export { fieldsetAnatomy } from './fieldset/fieldset.anatomy';
|
|
16
|
+
export { fileUploadAnatomy } from './file-upload/file-upload.anatomy';
|
|
17
|
+
export { floatingPanelAnatomy } from './floating-panel/floating-panel.anatomy';
|
|
18
|
+
export { hoverCardAnatomy } from './hover-card/hover-card.anatomy';
|
|
19
|
+
export { listboxAnatomy } from './listbox/listbox.anatomy';
|
|
20
|
+
export { menuAnatomy } from './menu/menu.anatomy';
|
|
21
|
+
export { numberInputAnatomy } from './number-input/number-input.anatomy';
|
|
22
|
+
export { paginationAnatomy } from './pagination/pagination.anatomy';
|
|
23
|
+
export { passwordInputAnatomy } from './password-input/password-input.anatomy';
|
|
24
|
+
export { pinInputAnatomy } from './pin-input/pin-input.anatomy';
|
|
25
|
+
export { popoverAnatomy } from './popover/popover.anatomy';
|
|
26
|
+
export { progressAnatomy } from './progress/progress.anatomy';
|
|
27
|
+
export { qrCodeAnatomy } from './qr-code/qr-code.anatomy';
|
|
28
|
+
export { radioGroupAnatomy } from './radio-group/radio-group.anatomy';
|
|
29
|
+
export { ratingGroupAnatomy } from './rating-group/rating-group.anatomy';
|
|
30
|
+
export { scrollAreaAnatomy } from './scroll-area/scroll-area.anatomy';
|
|
31
|
+
export { segmentGroupAnatomy } from './segment-group/segment-group.anatomy';
|
|
32
|
+
export { selectAnatomy } from './select/select.anatomy';
|
|
33
|
+
export { signaturePadAnatomy } from './signature-pad/signature-pad.anatomy';
|
|
34
|
+
export { sliderAnatomy } from './slider/slider.anatomy';
|
|
35
|
+
export { splitterAnatomy } from './splitter/splitter.anatomy';
|
|
36
|
+
export { stepsAnatomy } from './steps/steps.anatomy';
|
|
37
|
+
export { switchAnatomy } from './switch/switch.anatomy';
|
|
38
|
+
export { tabsAnatomy } from './tabs/tabs.anatomy';
|
|
39
|
+
export { tagsInputAnatomy } from './tags-input/tags-input.anatomy';
|
|
40
|
+
export { timerAnatomy } from './timer/timer.anatomy';
|
|
41
|
+
export { toastAnatomy } from './toast/toast.anatomy';
|
|
42
|
+
export { toggleAnatomy } from './toggle/toggle.anatomy';
|
|
43
|
+
export { toggleGroupAnatomy } from './toggle-group/toggle-group.anatomy';
|
|
44
|
+
export { tooltipAnatomy } from './tooltip/tooltip.anatomy';
|
|
45
|
+
export { tourAnatomy } from './tour/tour.anatomy';
|
|
46
|
+
export { treeViewAnatomy } from './tree-view/tree-view.anatomy';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<script module lang="ts">
|
|
2
2
|
import type { Assign, HTMLProps, PolymorphicProps, RefAttribute } from '../../types'
|
|
3
3
|
|
|
4
|
-
export interface FieldsetLegendBaseProps extends PolymorphicProps<'
|
|
5
|
-
export interface FieldsetLegendProps extends Assign<HTMLProps<'
|
|
4
|
+
export interface FieldsetLegendBaseProps extends PolymorphicProps<'legend'>, RefAttribute {}
|
|
5
|
+
export interface FieldsetLegendProps extends Assign<HTMLProps<'legend'>, FieldsetLegendBaseProps> {}
|
|
6
6
|
</script>
|
|
7
7
|
|
|
8
8
|
<script lang="ts">
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
const mergedProps = $derived(mergeProps(fieldset?.().getLegendProps(), props))
|
|
16
16
|
</script>
|
|
17
17
|
|
|
18
|
-
<Ark as="
|
|
18
|
+
<Ark as="legend" bind:ref {...mergedProps} />
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Assign, HTMLProps, PolymorphicProps, RefAttribute } from '../../types';
|
|
2
|
-
export interface FieldsetLegendBaseProps extends PolymorphicProps<'
|
|
2
|
+
export interface FieldsetLegendBaseProps extends PolymorphicProps<'legend'>, RefAttribute {
|
|
3
3
|
}
|
|
4
|
-
export interface FieldsetLegendProps extends Assign<HTMLProps<'
|
|
4
|
+
export interface FieldsetLegendProps extends Assign<HTMLProps<'legend'>, FieldsetLegendBaseProps> {
|
|
5
5
|
}
|
|
6
6
|
declare const FieldsetLegend: import("svelte").Component<FieldsetLegendProps, {}, "ref">;
|
|
7
7
|
type FieldsetLegend = ReturnType<typeof FieldsetLegend>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<script module lang="ts">
|
|
2
|
+
import type { ItemGroupProps } from '@zag-js/file-upload'
|
|
2
3
|
import type { Assign, HTMLProps, PolymorphicProps, RefAttribute } from '../../types'
|
|
3
4
|
|
|
4
|
-
export interface FileUploadItemGroupBaseProps extends PolymorphicProps<'div'>, RefAttribute {}
|
|
5
|
+
export interface FileUploadItemGroupBaseProps extends PolymorphicProps<'div'>, RefAttribute, ItemGroupProps {}
|
|
5
6
|
export interface FileUploadItemGroupProps extends Assign<HTMLProps<'div'>, FileUploadItemGroupBaseProps> {}
|
|
6
7
|
</script>
|
|
7
8
|
|
|
@@ -9,10 +10,16 @@
|
|
|
9
10
|
import { mergeProps } from '@zag-js/svelte'
|
|
10
11
|
import { Ark } from '../factory'
|
|
11
12
|
import { useFileUploadContext } from './use-file-upload-context'
|
|
13
|
+
import { FileUploadItemGroupPropsProvider } from './use-file-upload-item-group-props-context'
|
|
14
|
+
import { createSplitProps } from '../../utils/create-split-props'
|
|
12
15
|
|
|
13
16
|
let { ref = $bindable(null), ...props }: FileUploadItemGroupProps = $props()
|
|
14
17
|
const fileUpload = useFileUploadContext()
|
|
15
|
-
|
|
18
|
+
|
|
19
|
+
const [itemGroupProps, localProps] = $derived(createSplitProps<ItemGroupProps>()(props, ['type']))
|
|
20
|
+
const mergedProps = $derived(mergeProps(fileUpload().getItemGroupProps(itemGroupProps), localProps))
|
|
21
|
+
|
|
22
|
+
FileUploadItemGroupPropsProvider(() => itemGroupProps)
|
|
16
23
|
</script>
|
|
17
24
|
|
|
18
25
|
<Ark as="div" bind:ref {...mergedProps} />
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import type { ItemGroupProps } from '@zag-js/file-upload';
|
|
1
2
|
import type { Assign, HTMLProps, PolymorphicProps, RefAttribute } from '../../types';
|
|
2
|
-
export interface FileUploadItemGroupBaseProps extends PolymorphicProps<'div'>, RefAttribute {
|
|
3
|
+
export interface FileUploadItemGroupBaseProps extends PolymorphicProps<'div'>, RefAttribute, ItemGroupProps {
|
|
3
4
|
}
|
|
4
5
|
export interface FileUploadItemGroupProps extends Assign<HTMLProps<'div'>, FileUploadItemGroupBaseProps> {
|
|
5
6
|
}
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
import type { ItemProps } from '@zag-js/file-upload'
|
|
3
3
|
import type { Assign, HTMLProps, PolymorphicProps, RefAttribute } from '../../types'
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
type ItemBaseProps = Omit<ItemProps, 'type'>
|
|
6
|
+
|
|
7
|
+
export interface FileUploadItemBaseProps extends ItemBaseProps, PolymorphicProps<'li'>, RefAttribute {}
|
|
6
8
|
export interface FileUploadItemProps extends Assign<HTMLProps<'li'>, FileUploadItemBaseProps> {}
|
|
7
9
|
</script>
|
|
8
10
|
|
|
@@ -12,15 +14,19 @@
|
|
|
12
14
|
import { Ark } from '../factory'
|
|
13
15
|
import { useFileUploadContext } from './use-file-upload-context'
|
|
14
16
|
import { FileUploadItemPropsProvider } from './use-file-upload-item-props-context'
|
|
17
|
+
import { useFileUploadItemGroupPropsContext } from './use-file-upload-item-group-props-context'
|
|
15
18
|
|
|
16
19
|
let { ref = $bindable(null), ...props }: FileUploadItemProps = $props()
|
|
17
20
|
const fileUpload = useFileUploadContext()
|
|
18
21
|
|
|
19
|
-
const [itemProps, localProps] = $derived(createSplitProps<
|
|
22
|
+
const [itemProps, localProps] = $derived(createSplitProps<ItemBaseProps>()(props, ['file']))
|
|
23
|
+
|
|
24
|
+
const itemGroupProps = useFileUploadItemGroupPropsContext()
|
|
25
|
+
const itemPropsWithType = $derived({ ...itemProps, type: itemGroupProps().type })
|
|
20
26
|
|
|
21
|
-
const mergedProps = $derived(mergeProps(fileUpload().getItemProps(
|
|
27
|
+
const mergedProps = $derived(mergeProps(fileUpload().getItemProps(itemPropsWithType), localProps))
|
|
22
28
|
|
|
23
|
-
FileUploadItemPropsProvider(() =>
|
|
29
|
+
FileUploadItemPropsProvider(() => itemPropsWithType)
|
|
24
30
|
</script>
|
|
25
31
|
|
|
26
32
|
<Ark as="li" bind:ref {...mergedProps} />
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { ItemProps } from '@zag-js/file-upload';
|
|
2
2
|
import type { Assign, HTMLProps, PolymorphicProps, RefAttribute } from '../../types';
|
|
3
|
-
|
|
3
|
+
type ItemBaseProps = Omit<ItemProps, 'type'>;
|
|
4
|
+
export interface FileUploadItemBaseProps extends ItemBaseProps, PolymorphicProps<'li'>, RefAttribute {
|
|
4
5
|
}
|
|
5
6
|
export interface FileUploadItemProps extends Assign<HTMLProps<'li'>, FileUploadItemBaseProps> {
|
|
6
7
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ItemGroupProps } from '@zag-js/file-upload';
|
|
2
|
+
import type { Accessor } from '../../types';
|
|
3
|
+
export interface UseFileUploadItemGroupPropsContext extends Accessor<ItemGroupProps> {
|
|
4
|
+
}
|
|
5
|
+
export declare const FileUploadItemGroupPropsProvider: (opts: UseFileUploadItemGroupPropsContext) => void, useFileUploadItemGroupPropsContext: (fallback?: UseFileUploadItemGroupPropsContext | undefined) => UseFileUploadItemGroupPropsContext;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { createContext } from '../../utils/create-context';
|
|
2
|
+
export const [FileUploadItemGroupPropsProvider, useFileUploadItemGroupPropsContext] = createContext({
|
|
3
|
+
name: 'FileUploadItemGroupPropsContext',
|
|
4
|
+
hookName: 'useFileUploadItemGroupPropsContext',
|
|
5
|
+
providerName: '<FileUploadItemGroupPropsProvider />',
|
|
6
|
+
});
|
|
@@ -60,12 +60,14 @@
|
|
|
60
60
|
if (!win || !mountNode) return
|
|
61
61
|
|
|
62
62
|
const exec = () => {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
63
|
+
win.requestAnimationFrame(() => {
|
|
64
|
+
if (!(mountNode && frameRef && frameRef.contentDocument)) return
|
|
65
|
+
|
|
66
|
+
const rootEl = frameRef.contentDocument?.documentElement
|
|
67
|
+
if (!rootEl) return
|
|
68
|
+
frameRef.style.setProperty('--width', `${mountNode.scrollWidth}px`)
|
|
69
|
+
frameRef.style.setProperty('--height', `${mountNode.scrollHeight}px`)
|
|
70
|
+
})
|
|
69
71
|
}
|
|
70
72
|
|
|
71
73
|
const resizeObserver = new win.ResizeObserver(exec)
|
package/dist/lucide-optimize.js
CHANGED
|
@@ -77,7 +77,8 @@ function convertToIndividualImports(importNames, indentation, withSemicolon) {
|
|
|
77
77
|
function convertToKebabCase(str) {
|
|
78
78
|
return str
|
|
79
79
|
.replace(/Icon$/, '') // Remove 'Icon' suffix
|
|
80
|
-
.replace(/([a-z])([A-Z])/g, '$1-$2')
|
|
80
|
+
.replace(/([a-z])([A-Z])/g, '$1-$2') // Add hyphen between lowercase and uppercase letters
|
|
81
|
+
.replace(/([a-zA-Z])(\d)/g, '$1-$2') // Add hyphen before numbers
|
|
81
82
|
.toLowerCase();
|
|
82
83
|
}
|
|
83
84
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/svelte",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.9.1",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for Svelte",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -119,76 +119,75 @@
|
|
|
119
119
|
},
|
|
120
120
|
"sideEffects": false,
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@internationalized/date": "3.
|
|
123
|
-
"@zag-js/accordion": "1.
|
|
124
|
-
"@zag-js/anatomy": "1.
|
|
125
|
-
"@zag-js/angle-slider": "1.
|
|
126
|
-
"@zag-js/async-list": "1.
|
|
127
|
-
"@zag-js/auto-resize": "1.
|
|
128
|
-
"@zag-js/avatar": "1.
|
|
129
|
-
"@zag-js/carousel": "1.
|
|
130
|
-
"@zag-js/checkbox": "1.
|
|
131
|
-
"@zag-js/clipboard": "1.
|
|
132
|
-
"@zag-js/collapsible": "1.
|
|
133
|
-
"@zag-js/collection": "1.
|
|
134
|
-
"@zag-js/color-picker": "1.
|
|
135
|
-
"@zag-js/color-utils": "1.
|
|
136
|
-
"@zag-js/combobox": "1.
|
|
137
|
-
"@zag-js/core": "1.
|
|
138
|
-
"@zag-js/date-picker": "1.
|
|
139
|
-
"@zag-js/date-utils": "1.
|
|
140
|
-
"@zag-js/dialog": "1.
|
|
141
|
-
"@zag-js/dom-query": "1.
|
|
142
|
-
"@zag-js/editable": "1.
|
|
143
|
-
"@zag-js/file-upload": "1.
|
|
144
|
-
"@zag-js/file-utils": "1.
|
|
145
|
-
"@zag-js/floating-panel": "1.
|
|
146
|
-
"@zag-js/focus-trap": "1.
|
|
147
|
-
"@zag-js/highlight-word": "1.
|
|
148
|
-
"@zag-js/hover-card": "1.
|
|
149
|
-
"@zag-js/i18n-utils": "1.
|
|
150
|
-
"@zag-js/json-tree-utils": "1.
|
|
151
|
-
"@zag-js/listbox": "1.
|
|
152
|
-
"@zag-js/menu": "1.
|
|
153
|
-
"@zag-js/number-input": "1.
|
|
154
|
-
"@zag-js/pagination": "1.
|
|
155
|
-
"@zag-js/password-input": "1.
|
|
156
|
-
"@zag-js/pin-input": "1.
|
|
157
|
-
"@zag-js/popover": "1.
|
|
158
|
-
"@zag-js/presence": "1.
|
|
159
|
-
"@zag-js/progress": "1.
|
|
160
|
-
"@zag-js/qr-code": "1.
|
|
161
|
-
"@zag-js/radio-group": "1.
|
|
162
|
-
"@zag-js/rating-group": "1.
|
|
163
|
-
"@zag-js/scroll-area": "1.
|
|
164
|
-
"@zag-js/select": "1.
|
|
165
|
-
"@zag-js/signature-pad": "1.
|
|
166
|
-
"@zag-js/slider": "1.
|
|
167
|
-
"@zag-js/splitter": "1.
|
|
168
|
-
"@zag-js/steps": "1.
|
|
169
|
-
"@zag-js/svelte": "1.
|
|
170
|
-
"@zag-js/switch": "1.
|
|
171
|
-
"@zag-js/tabs": "1.
|
|
172
|
-
"@zag-js/tags-input": "1.
|
|
173
|
-
"@zag-js/
|
|
174
|
-
"@zag-js/
|
|
175
|
-
"@zag-js/
|
|
176
|
-
"@zag-js/toggle": "1.
|
|
177
|
-
"@zag-js/
|
|
178
|
-
"@zag-js/
|
|
179
|
-
"@zag-js/
|
|
180
|
-
"@zag-js/
|
|
181
|
-
"@zag-js/
|
|
182
|
-
"@zag-js/utils": "1.22.1"
|
|
122
|
+
"@internationalized/date": "3.9.0",
|
|
123
|
+
"@zag-js/accordion": "1.24.1",
|
|
124
|
+
"@zag-js/anatomy": "1.24.1",
|
|
125
|
+
"@zag-js/angle-slider": "1.24.1",
|
|
126
|
+
"@zag-js/async-list": "1.24.1",
|
|
127
|
+
"@zag-js/auto-resize": "1.24.1",
|
|
128
|
+
"@zag-js/avatar": "1.24.1",
|
|
129
|
+
"@zag-js/carousel": "1.24.1",
|
|
130
|
+
"@zag-js/checkbox": "1.24.1",
|
|
131
|
+
"@zag-js/clipboard": "1.24.1",
|
|
132
|
+
"@zag-js/collapsible": "1.24.1",
|
|
133
|
+
"@zag-js/collection": "1.24.1",
|
|
134
|
+
"@zag-js/color-picker": "1.24.1",
|
|
135
|
+
"@zag-js/color-utils": "1.24.1",
|
|
136
|
+
"@zag-js/combobox": "1.24.1",
|
|
137
|
+
"@zag-js/core": "1.24.1",
|
|
138
|
+
"@zag-js/date-picker": "1.24.1",
|
|
139
|
+
"@zag-js/date-utils": "1.24.1",
|
|
140
|
+
"@zag-js/dialog": "1.24.1",
|
|
141
|
+
"@zag-js/dom-query": "1.24.1",
|
|
142
|
+
"@zag-js/editable": "1.24.1",
|
|
143
|
+
"@zag-js/file-upload": "1.24.1",
|
|
144
|
+
"@zag-js/file-utils": "1.24.1",
|
|
145
|
+
"@zag-js/floating-panel": "1.24.1",
|
|
146
|
+
"@zag-js/focus-trap": "1.24.1",
|
|
147
|
+
"@zag-js/highlight-word": "1.24.1",
|
|
148
|
+
"@zag-js/hover-card": "1.24.1",
|
|
149
|
+
"@zag-js/i18n-utils": "1.24.1",
|
|
150
|
+
"@zag-js/json-tree-utils": "1.24.1",
|
|
151
|
+
"@zag-js/listbox": "1.24.1",
|
|
152
|
+
"@zag-js/menu": "1.24.1",
|
|
153
|
+
"@zag-js/number-input": "1.24.1",
|
|
154
|
+
"@zag-js/pagination": "1.24.1",
|
|
155
|
+
"@zag-js/password-input": "1.24.1",
|
|
156
|
+
"@zag-js/pin-input": "1.24.1",
|
|
157
|
+
"@zag-js/popover": "1.24.1",
|
|
158
|
+
"@zag-js/presence": "1.24.1",
|
|
159
|
+
"@zag-js/progress": "1.24.1",
|
|
160
|
+
"@zag-js/qr-code": "1.24.1",
|
|
161
|
+
"@zag-js/radio-group": "1.24.1",
|
|
162
|
+
"@zag-js/rating-group": "1.24.1",
|
|
163
|
+
"@zag-js/scroll-area": "1.24.1",
|
|
164
|
+
"@zag-js/select": "1.24.1",
|
|
165
|
+
"@zag-js/signature-pad": "1.24.1",
|
|
166
|
+
"@zag-js/slider": "1.24.1",
|
|
167
|
+
"@zag-js/splitter": "1.24.1",
|
|
168
|
+
"@zag-js/steps": "1.24.1",
|
|
169
|
+
"@zag-js/svelte": "1.24.1",
|
|
170
|
+
"@zag-js/switch": "1.24.1",
|
|
171
|
+
"@zag-js/tabs": "1.24.1",
|
|
172
|
+
"@zag-js/tags-input": "1.24.1",
|
|
173
|
+
"@zag-js/timer": "1.24.1",
|
|
174
|
+
"@zag-js/toast": "1.24.1",
|
|
175
|
+
"@zag-js/toggle": "1.24.1",
|
|
176
|
+
"@zag-js/toggle-group": "1.24.1",
|
|
177
|
+
"@zag-js/tooltip": "1.24.1",
|
|
178
|
+
"@zag-js/tour": "1.24.1",
|
|
179
|
+
"@zag-js/tree-view": "1.24.1",
|
|
180
|
+
"@zag-js/types": "1.24.1",
|
|
181
|
+
"@zag-js/utils": "1.24.1"
|
|
183
182
|
},
|
|
184
183
|
"devDependencies": {
|
|
185
|
-
"@storybook/addon-a11y": "9.1.
|
|
186
|
-
"@storybook/sveltekit": "9.1.
|
|
184
|
+
"@storybook/addon-a11y": "9.1.5",
|
|
185
|
+
"@storybook/sveltekit": "9.1.5",
|
|
187
186
|
"@sveltejs/adapter-auto": "6.1.0",
|
|
188
|
-
"@sveltejs/kit": "2.
|
|
187
|
+
"@sveltejs/kit": "2.39.0",
|
|
189
188
|
"@sveltejs/package": "2.5.0",
|
|
190
|
-
"@sveltejs/vite-plugin-svelte": "6.
|
|
191
|
-
"@tanstack/svelte-form": "1.19.
|
|
189
|
+
"@sveltejs/vite-plugin-svelte": "6.2.0",
|
|
190
|
+
"@tanstack/svelte-form": "1.19.5",
|
|
192
191
|
"@testing-library/dom": "10.4.1",
|
|
193
192
|
"@testing-library/jest-dom": "6.8.0",
|
|
194
193
|
"@testing-library/svelte": "5.2.8",
|
|
@@ -197,13 +196,13 @@
|
|
|
197
196
|
"clean-package": "2.2.0",
|
|
198
197
|
"image-conversion": "2.1.1",
|
|
199
198
|
"jsdom": "26.1.0",
|
|
200
|
-
"lucide-svelte": "0.
|
|
201
|
-
"storybook": "9.1.
|
|
202
|
-
"svelte": "5.38.
|
|
199
|
+
"lucide-svelte": "0.544.0",
|
|
200
|
+
"storybook": "9.1.5",
|
|
201
|
+
"svelte": "5.38.10",
|
|
203
202
|
"svelte-check": "4.3.1",
|
|
204
203
|
"tslib": "2.8.1",
|
|
205
204
|
"typescript": "5.9.2",
|
|
206
|
-
"vite": "7.1.
|
|
205
|
+
"vite": "7.1.5",
|
|
207
206
|
"vitest": "3.2.4",
|
|
208
207
|
"vitest-axe": "1.0.0-pre.5"
|
|
209
208
|
},
|