@ark-ui/vue 5.25.0 → 5.25.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.cjs +5 -0
- package/dist/components/anatomy.d.cts +1 -0
- package/dist/components/anatomy.d.ts +1 -0
- package/dist/components/anatomy.js +1 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.cjs +35 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.js +31 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.cjs +44 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.d.cts +22 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.d.ts +22 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.js +40 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.cjs +18 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.d.cts +17 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.d.ts +17 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.js +14 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.cjs +34 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.js +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.cjs +70 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.d.cts +39 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.d.ts +39 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.js +66 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet.anatomy.d.cts +1 -0
- package/dist/components/bottom-sheet/bottom-sheet.anatomy.d.ts +1 -0
- package/dist/components/bottom-sheet/bottom-sheet.cjs +27 -0
- package/dist/components/bottom-sheet/bottom-sheet.d.cts +11 -0
- package/dist/components/bottom-sheet/bottom-sheet.d.ts +11 -0
- package/dist/components/bottom-sheet/bottom-sheet.js +10 -0
- package/dist/components/bottom-sheet/bottom-sheet.types.d.cts +110 -0
- package/dist/components/bottom-sheet/bottom-sheet.types.d.ts +110 -0
- package/dist/components/bottom-sheet/index.cjs +38 -0
- package/dist/components/bottom-sheet/index.d.cts +15 -0
- package/dist/components/bottom-sheet/index.d.ts +15 -0
- package/dist/components/bottom-sheet/index.js +15 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.cjs +11 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.d.cts +4 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.d.ts +4 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.js +6 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.cjs +56 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.d.cts +10 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.d.ts +10 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.js +33 -0
- package/dist/components/dialog/dialog-root.vue.d.cts +4 -4
- package/dist/components/dialog/dialog-root.vue.d.ts +4 -4
- package/dist/components/format/format-byte.vue.cjs +1 -0
- package/dist/components/format/format-byte.vue.d.cts +4 -0
- package/dist/components/format/format-byte.vue.d.ts +4 -0
- package/dist/components/format/format-byte.vue.js +1 -0
- package/dist/components/index.cjs +31 -0
- package/dist/components/index.d.cts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +15 -0
- package/dist/components/popover/popover-root.vue.d.cts +2 -2
- package/dist/components/popover/popover-root.vue.d.ts +2 -2
- package/dist/index.cjs +31 -0
- package/dist/index.js +15 -0
- package/package.json +62 -61
|
@@ -35,6 +35,19 @@ const useAvatarContext = require('./avatar/use-avatar-context.cjs');
|
|
|
35
35
|
const useAvatar = require('./avatar/use-avatar.cjs');
|
|
36
36
|
const avatarRootProvider_vue_vue_type_script_setup_true_lang = require('./avatar/avatar-root-provider.vue.cjs');
|
|
37
37
|
const avatar$1 = require('./avatar/avatar.cjs');
|
|
38
|
+
const bottomSheetBackdrop_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-backdrop.vue.cjs');
|
|
39
|
+
const bottomSheetCloseTrigger_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-close-trigger.vue.cjs');
|
|
40
|
+
const bottomSheetContent_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-content.vue.cjs');
|
|
41
|
+
const bottomSheetContext_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-context.vue.cjs');
|
|
42
|
+
const bottomSheetGrabber_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-grabber.vue.cjs');
|
|
43
|
+
const bottomSheetGrabberIndicator_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-grabber-indicator.vue.cjs');
|
|
44
|
+
const bottomSheetRoot_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-root.vue.cjs');
|
|
45
|
+
const bottomSheetRootProvider_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-root-provider.vue.cjs');
|
|
46
|
+
const bottomSheetTitle_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-title.vue.cjs');
|
|
47
|
+
const bottomSheetTrigger_vue_vue_type_script_setup_true_lang = require('./bottom-sheet/bottom-sheet-trigger.vue.cjs');
|
|
48
|
+
const useBottomSheet = require('./bottom-sheet/use-bottom-sheet.cjs');
|
|
49
|
+
const useBottomSheetContext = require('./bottom-sheet/use-bottom-sheet-context.cjs');
|
|
50
|
+
const bottomSheet$1 = require('./bottom-sheet/bottom-sheet.cjs');
|
|
38
51
|
const carouselAutoplayTrigger_vue_vue_type_script_setup_true_lang = require('./carousel/carousel-autoplay-trigger.vue.cjs');
|
|
39
52
|
const carouselContext_vue_vue_type_script_setup_true_lang = require('./carousel/carousel-context.vue.cjs');
|
|
40
53
|
const carouselControl_vue_vue_type_script_setup_true_lang = require('./carousel/carousel-control.vue.cjs');
|
|
@@ -681,6 +694,7 @@ const treeView$1 = require('./tree-view/tree-view.cjs');
|
|
|
681
694
|
const accordion = require('@zag-js/accordion');
|
|
682
695
|
const angleSlider = require('@zag-js/angle-slider');
|
|
683
696
|
const avatar = require('@zag-js/avatar');
|
|
697
|
+
const bottomSheet = require('@zag-js/bottom-sheet');
|
|
684
698
|
const carousel = require('@zag-js/carousel');
|
|
685
699
|
const clipboard = require('@zag-js/clipboard');
|
|
686
700
|
const collapsible = require('@zag-js/collapsible');
|
|
@@ -749,6 +763,19 @@ exports.useAvatarContext = useAvatarContext.useAvatarContext;
|
|
|
749
763
|
exports.useAvatar = useAvatar.useAvatar;
|
|
750
764
|
exports.AvatarRootProvider = avatarRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
751
765
|
exports.Avatar = avatar$1;
|
|
766
|
+
exports.BottomSheetBackdrop = bottomSheetBackdrop_vue_vue_type_script_setup_true_lang.default;
|
|
767
|
+
exports.BottomSheetCloseTrigger = bottomSheetCloseTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
768
|
+
exports.BottomSheetContent = bottomSheetContent_vue_vue_type_script_setup_true_lang.default;
|
|
769
|
+
exports.BottomSheetContext = bottomSheetContext_vue_vue_type_script_setup_true_lang.default;
|
|
770
|
+
exports.BottomSheetGrabber = bottomSheetGrabber_vue_vue_type_script_setup_true_lang.default;
|
|
771
|
+
exports.BottomSheetGrabberIndicator = bottomSheetGrabberIndicator_vue_vue_type_script_setup_true_lang.default;
|
|
772
|
+
exports.BottomSheetRoot = bottomSheetRoot_vue_vue_type_script_setup_true_lang.default;
|
|
773
|
+
exports.BottomSheetRootProvider = bottomSheetRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
774
|
+
exports.BottomSheetTitle = bottomSheetTitle_vue_vue_type_script_setup_true_lang.default;
|
|
775
|
+
exports.BottomSheetTrigger = bottomSheetTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
776
|
+
exports.useBottomSheet = useBottomSheet.useBottomSheet;
|
|
777
|
+
exports.useBottomSheetContext = useBottomSheetContext.useBottomSheetContext;
|
|
778
|
+
exports.BottomSheet = bottomSheet$1;
|
|
752
779
|
exports.CarouselAutoplayTrigger = carouselAutoplayTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
753
780
|
exports.CarouselContext = carouselContext_vue_vue_type_script_setup_true_lang.default;
|
|
754
781
|
exports.CarouselControl = carouselControl_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1413,6 +1440,10 @@ Object.defineProperty(exports, "avatarAnatomy", {
|
|
|
1413
1440
|
enumerable: true,
|
|
1414
1441
|
get: () => avatar.anatomy
|
|
1415
1442
|
});
|
|
1443
|
+
Object.defineProperty(exports, "bottomSheetAnatomy", {
|
|
1444
|
+
enumerable: true,
|
|
1445
|
+
get: () => bottomSheet.anatomy
|
|
1446
|
+
});
|
|
1416
1447
|
Object.defineProperty(exports, "carouselAnatomy", {
|
|
1417
1448
|
enumerable: true,
|
|
1418
1449
|
get: () => carousel.anatomy
|
package/dist/components/index.js
CHANGED
|
@@ -34,6 +34,20 @@ export { useAvatar } from './avatar/use-avatar.js';
|
|
|
34
34
|
export { default as AvatarRootProvider } from './avatar/avatar-root-provider.vue.js';
|
|
35
35
|
import * as avatar from './avatar/avatar.js';
|
|
36
36
|
export { avatar as Avatar };
|
|
37
|
+
export { default as BottomSheetBackdrop } from './bottom-sheet/bottom-sheet-backdrop.vue.js';
|
|
38
|
+
export { default as BottomSheetCloseTrigger } from './bottom-sheet/bottom-sheet-close-trigger.vue.js';
|
|
39
|
+
export { default as BottomSheetContent } from './bottom-sheet/bottom-sheet-content.vue.js';
|
|
40
|
+
export { default as BottomSheetContext } from './bottom-sheet/bottom-sheet-context.vue.js';
|
|
41
|
+
export { default as BottomSheetGrabber } from './bottom-sheet/bottom-sheet-grabber.vue.js';
|
|
42
|
+
export { default as BottomSheetGrabberIndicator } from './bottom-sheet/bottom-sheet-grabber-indicator.vue.js';
|
|
43
|
+
export { default as BottomSheetRoot } from './bottom-sheet/bottom-sheet-root.vue.js';
|
|
44
|
+
export { default as BottomSheetRootProvider } from './bottom-sheet/bottom-sheet-root-provider.vue.js';
|
|
45
|
+
export { default as BottomSheetTitle } from './bottom-sheet/bottom-sheet-title.vue.js';
|
|
46
|
+
export { default as BottomSheetTrigger } from './bottom-sheet/bottom-sheet-trigger.vue.js';
|
|
47
|
+
export { useBottomSheet } from './bottom-sheet/use-bottom-sheet.js';
|
|
48
|
+
export { useBottomSheetContext } from './bottom-sheet/use-bottom-sheet-context.js';
|
|
49
|
+
import * as bottomSheet from './bottom-sheet/bottom-sheet.js';
|
|
50
|
+
export { bottomSheet as BottomSheet };
|
|
37
51
|
export { default as CarouselAutoplayTrigger } from './carousel/carousel-autoplay-trigger.vue.js';
|
|
38
52
|
export { default as CarouselContext } from './carousel/carousel-context.vue.js';
|
|
39
53
|
export { default as CarouselControl } from './carousel/carousel-control.vue.js';
|
|
@@ -724,6 +738,7 @@ export { treeView as TreeView };
|
|
|
724
738
|
export { anatomy as accordionAnatomy } from '@zag-js/accordion';
|
|
725
739
|
export { anatomy as angleSliderAnatomy } from '@zag-js/angle-slider';
|
|
726
740
|
export { anatomy as avatarAnatomy } from '@zag-js/avatar';
|
|
741
|
+
export { anatomy as bottomSheetAnatomy } from '@zag-js/bottom-sheet';
|
|
727
742
|
export { anatomy as carouselAnatomy } from '@zag-js/carousel';
|
|
728
743
|
export { anatomy as clipboardAnatomy } from '@zag-js/clipboard';
|
|
729
744
|
export { anatomy as collapsibleAnatomy } from '@zag-js/collapsible';
|
|
@@ -39,9 +39,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PopoverRootProp
|
|
|
39
39
|
open: boolean;
|
|
40
40
|
autoFocus: boolean;
|
|
41
41
|
defaultOpen: boolean;
|
|
42
|
-
closeOnEscape: boolean;
|
|
43
|
-
closeOnInteractOutside: boolean;
|
|
44
42
|
modal: boolean;
|
|
43
|
+
closeOnInteractOutside: boolean;
|
|
44
|
+
closeOnEscape: boolean;
|
|
45
45
|
portalled: boolean;
|
|
46
46
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
47
47
|
default?(_: {}): any;
|
|
@@ -39,9 +39,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PopoverRootProp
|
|
|
39
39
|
open: boolean;
|
|
40
40
|
autoFocus: boolean;
|
|
41
41
|
defaultOpen: boolean;
|
|
42
|
-
closeOnEscape: boolean;
|
|
43
|
-
closeOnInteractOutside: boolean;
|
|
44
42
|
modal: boolean;
|
|
43
|
+
closeOnInteractOutside: boolean;
|
|
44
|
+
closeOnEscape: boolean;
|
|
45
45
|
portalled: boolean;
|
|
46
46
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
47
47
|
default?(_: {}): any;
|
package/dist/index.cjs
CHANGED
|
@@ -35,6 +35,19 @@ const useAvatarContext = require('./components/avatar/use-avatar-context.cjs');
|
|
|
35
35
|
const useAvatar = require('./components/avatar/use-avatar.cjs');
|
|
36
36
|
const avatarRootProvider_vue_vue_type_script_setup_true_lang = require('./components/avatar/avatar-root-provider.vue.cjs');
|
|
37
37
|
const avatar$1 = require('./components/avatar/avatar.cjs');
|
|
38
|
+
const bottomSheetBackdrop_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-backdrop.vue.cjs');
|
|
39
|
+
const bottomSheetCloseTrigger_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-close-trigger.vue.cjs');
|
|
40
|
+
const bottomSheetContent_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-content.vue.cjs');
|
|
41
|
+
const bottomSheetContext_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-context.vue.cjs');
|
|
42
|
+
const bottomSheetGrabber_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-grabber.vue.cjs');
|
|
43
|
+
const bottomSheetGrabberIndicator_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-grabber-indicator.vue.cjs');
|
|
44
|
+
const bottomSheetRoot_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-root.vue.cjs');
|
|
45
|
+
const bottomSheetRootProvider_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-root-provider.vue.cjs');
|
|
46
|
+
const bottomSheetTitle_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-title.vue.cjs');
|
|
47
|
+
const bottomSheetTrigger_vue_vue_type_script_setup_true_lang = require('./components/bottom-sheet/bottom-sheet-trigger.vue.cjs');
|
|
48
|
+
const useBottomSheet = require('./components/bottom-sheet/use-bottom-sheet.cjs');
|
|
49
|
+
const useBottomSheetContext = require('./components/bottom-sheet/use-bottom-sheet-context.cjs');
|
|
50
|
+
const bottomSheet$1 = require('./components/bottom-sheet/bottom-sheet.cjs');
|
|
38
51
|
const carouselAutoplayTrigger_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-autoplay-trigger.vue.cjs');
|
|
39
52
|
const carouselContext_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-context.vue.cjs');
|
|
40
53
|
const carouselControl_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-control.vue.cjs');
|
|
@@ -693,6 +706,7 @@ const useForwardPropsEmits = require('./utils/use-forward-props-emits.cjs');
|
|
|
693
706
|
const accordion = require('@zag-js/accordion');
|
|
694
707
|
const angleSlider = require('@zag-js/angle-slider');
|
|
695
708
|
const avatar = require('@zag-js/avatar');
|
|
709
|
+
const bottomSheet = require('@zag-js/bottom-sheet');
|
|
696
710
|
const carousel = require('@zag-js/carousel');
|
|
697
711
|
const clipboard = require('@zag-js/clipboard');
|
|
698
712
|
const collapsible = require('@zag-js/collapsible');
|
|
@@ -761,6 +775,19 @@ exports.useAvatarContext = useAvatarContext.useAvatarContext;
|
|
|
761
775
|
exports.useAvatar = useAvatar.useAvatar;
|
|
762
776
|
exports.AvatarRootProvider = avatarRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
763
777
|
exports.Avatar = avatar$1;
|
|
778
|
+
exports.BottomSheetBackdrop = bottomSheetBackdrop_vue_vue_type_script_setup_true_lang.default;
|
|
779
|
+
exports.BottomSheetCloseTrigger = bottomSheetCloseTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
780
|
+
exports.BottomSheetContent = bottomSheetContent_vue_vue_type_script_setup_true_lang.default;
|
|
781
|
+
exports.BottomSheetContext = bottomSheetContext_vue_vue_type_script_setup_true_lang.default;
|
|
782
|
+
exports.BottomSheetGrabber = bottomSheetGrabber_vue_vue_type_script_setup_true_lang.default;
|
|
783
|
+
exports.BottomSheetGrabberIndicator = bottomSheetGrabberIndicator_vue_vue_type_script_setup_true_lang.default;
|
|
784
|
+
exports.BottomSheetRoot = bottomSheetRoot_vue_vue_type_script_setup_true_lang.default;
|
|
785
|
+
exports.BottomSheetRootProvider = bottomSheetRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
786
|
+
exports.BottomSheetTitle = bottomSheetTitle_vue_vue_type_script_setup_true_lang.default;
|
|
787
|
+
exports.BottomSheetTrigger = bottomSheetTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
788
|
+
exports.useBottomSheet = useBottomSheet.useBottomSheet;
|
|
789
|
+
exports.useBottomSheetContext = useBottomSheetContext.useBottomSheetContext;
|
|
790
|
+
exports.BottomSheet = bottomSheet$1;
|
|
764
791
|
exports.CarouselAutoplayTrigger = carouselAutoplayTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
765
792
|
exports.CarouselContext = carouselContext_vue_vue_type_script_setup_true_lang.default;
|
|
766
793
|
exports.CarouselControl = carouselControl_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1442,6 +1469,10 @@ Object.defineProperty(exports, "avatarAnatomy", {
|
|
|
1442
1469
|
enumerable: true,
|
|
1443
1470
|
get: () => avatar.anatomy
|
|
1444
1471
|
});
|
|
1472
|
+
Object.defineProperty(exports, "bottomSheetAnatomy", {
|
|
1473
|
+
enumerable: true,
|
|
1474
|
+
get: () => bottomSheet.anatomy
|
|
1475
|
+
});
|
|
1445
1476
|
Object.defineProperty(exports, "carouselAnatomy", {
|
|
1446
1477
|
enumerable: true,
|
|
1447
1478
|
get: () => carousel.anatomy
|
package/dist/index.js
CHANGED
|
@@ -34,6 +34,20 @@ export { useAvatar } from './components/avatar/use-avatar.js';
|
|
|
34
34
|
export { default as AvatarRootProvider } from './components/avatar/avatar-root-provider.vue.js';
|
|
35
35
|
import * as avatar from './components/avatar/avatar.js';
|
|
36
36
|
export { avatar as Avatar };
|
|
37
|
+
export { default as BottomSheetBackdrop } from './components/bottom-sheet/bottom-sheet-backdrop.vue.js';
|
|
38
|
+
export { default as BottomSheetCloseTrigger } from './components/bottom-sheet/bottom-sheet-close-trigger.vue.js';
|
|
39
|
+
export { default as BottomSheetContent } from './components/bottom-sheet/bottom-sheet-content.vue.js';
|
|
40
|
+
export { default as BottomSheetContext } from './components/bottom-sheet/bottom-sheet-context.vue.js';
|
|
41
|
+
export { default as BottomSheetGrabber } from './components/bottom-sheet/bottom-sheet-grabber.vue.js';
|
|
42
|
+
export { default as BottomSheetGrabberIndicator } from './components/bottom-sheet/bottom-sheet-grabber-indicator.vue.js';
|
|
43
|
+
export { default as BottomSheetRoot } from './components/bottom-sheet/bottom-sheet-root.vue.js';
|
|
44
|
+
export { default as BottomSheetRootProvider } from './components/bottom-sheet/bottom-sheet-root-provider.vue.js';
|
|
45
|
+
export { default as BottomSheetTitle } from './components/bottom-sheet/bottom-sheet-title.vue.js';
|
|
46
|
+
export { default as BottomSheetTrigger } from './components/bottom-sheet/bottom-sheet-trigger.vue.js';
|
|
47
|
+
export { useBottomSheet } from './components/bottom-sheet/use-bottom-sheet.js';
|
|
48
|
+
export { useBottomSheetContext } from './components/bottom-sheet/use-bottom-sheet-context.js';
|
|
49
|
+
import * as bottomSheet from './components/bottom-sheet/bottom-sheet.js';
|
|
50
|
+
export { bottomSheet as BottomSheet };
|
|
37
51
|
export { default as CarouselAutoplayTrigger } from './components/carousel/carousel-autoplay-trigger.vue.js';
|
|
38
52
|
export { default as CarouselContext } from './components/carousel/carousel-context.vue.js';
|
|
39
53
|
export { default as CarouselControl } from './components/carousel/carousel-control.vue.js';
|
|
@@ -736,6 +750,7 @@ export { useForwardPropsEmits } from './utils/use-forward-props-emits.js';
|
|
|
736
750
|
export { anatomy as accordionAnatomy } from '@zag-js/accordion';
|
|
737
751
|
export { anatomy as angleSliderAnatomy } from '@zag-js/angle-slider';
|
|
738
752
|
export { anatomy as avatarAnatomy } from '@zag-js/avatar';
|
|
753
|
+
export { anatomy as bottomSheetAnatomy } from '@zag-js/bottom-sheet';
|
|
739
754
|
export { anatomy as carouselAnatomy } from '@zag-js/carousel';
|
|
740
755
|
export { anatomy as clipboardAnatomy } from '@zag-js/clipboard';
|
|
741
756
|
export { anatomy as collapsibleAnatomy } from '@zag-js/collapsible';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.25.
|
|
4
|
+
"version": "5.25.1",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -149,65 +149,66 @@
|
|
|
149
149
|
"sideEffects": false,
|
|
150
150
|
"dependencies": {
|
|
151
151
|
"@internationalized/date": "3.9.0",
|
|
152
|
-
"@zag-js/accordion": "1.24.
|
|
153
|
-
"@zag-js/anatomy": "1.24.
|
|
154
|
-
"@zag-js/angle-slider": "1.24.
|
|
155
|
-
"@zag-js/async-list": "1.24.
|
|
156
|
-
"@zag-js/auto-resize": "1.24.
|
|
157
|
-
"@zag-js/avatar": "1.24.
|
|
158
|
-
"@zag-js/
|
|
159
|
-
"@zag-js/
|
|
160
|
-
"@zag-js/
|
|
161
|
-
"@zag-js/
|
|
162
|
-
"@zag-js/
|
|
163
|
-
"@zag-js/
|
|
164
|
-
"@zag-js/color-
|
|
165
|
-
"@zag-js/
|
|
166
|
-
"@zag-js/
|
|
167
|
-
"@zag-js/
|
|
168
|
-
"@zag-js/date-
|
|
169
|
-
"@zag-js/
|
|
170
|
-
"@zag-js/
|
|
171
|
-
"@zag-js/
|
|
172
|
-
"@zag-js/
|
|
173
|
-
"@zag-js/file-
|
|
174
|
-
"@zag-js/
|
|
175
|
-
"@zag-js/
|
|
176
|
-
"@zag-js/
|
|
177
|
-
"@zag-js/
|
|
178
|
-
"@zag-js/
|
|
179
|
-
"@zag-js/
|
|
180
|
-
"@zag-js/
|
|
181
|
-
"@zag-js/
|
|
182
|
-
"@zag-js/
|
|
183
|
-
"@zag-js/
|
|
184
|
-
"@zag-js/
|
|
185
|
-
"@zag-js/
|
|
186
|
-
"@zag-js/
|
|
187
|
-
"@zag-js/
|
|
188
|
-
"@zag-js/
|
|
189
|
-
"@zag-js/
|
|
190
|
-
"@zag-js/
|
|
191
|
-
"@zag-js/
|
|
192
|
-
"@zag-js/
|
|
193
|
-
"@zag-js/
|
|
194
|
-
"@zag-js/
|
|
195
|
-
"@zag-js/
|
|
196
|
-
"@zag-js/
|
|
197
|
-
"@zag-js/
|
|
198
|
-
"@zag-js/
|
|
199
|
-
"@zag-js/
|
|
200
|
-
"@zag-js/
|
|
201
|
-
"@zag-js/
|
|
202
|
-
"@zag-js/
|
|
203
|
-
"@zag-js/
|
|
204
|
-
"@zag-js/toggle
|
|
205
|
-
"@zag-js/
|
|
206
|
-
"@zag-js/
|
|
207
|
-
"@zag-js/
|
|
208
|
-
"@zag-js/
|
|
209
|
-
"@zag-js/
|
|
210
|
-
"@zag-js/
|
|
152
|
+
"@zag-js/accordion": "1.24.2",
|
|
153
|
+
"@zag-js/anatomy": "1.24.2",
|
|
154
|
+
"@zag-js/angle-slider": "1.24.2",
|
|
155
|
+
"@zag-js/async-list": "1.24.2",
|
|
156
|
+
"@zag-js/auto-resize": "1.24.2",
|
|
157
|
+
"@zag-js/avatar": "1.24.2",
|
|
158
|
+
"@zag-js/bottom-sheet": "1.24.2",
|
|
159
|
+
"@zag-js/carousel": "1.24.2",
|
|
160
|
+
"@zag-js/checkbox": "1.24.2",
|
|
161
|
+
"@zag-js/clipboard": "1.24.2",
|
|
162
|
+
"@zag-js/collapsible": "1.24.2",
|
|
163
|
+
"@zag-js/collection": "1.24.2",
|
|
164
|
+
"@zag-js/color-picker": "1.24.2",
|
|
165
|
+
"@zag-js/color-utils": "1.24.2",
|
|
166
|
+
"@zag-js/combobox": "1.24.2",
|
|
167
|
+
"@zag-js/core": "1.24.2",
|
|
168
|
+
"@zag-js/date-picker": "1.24.2",
|
|
169
|
+
"@zag-js/date-utils": "1.24.2",
|
|
170
|
+
"@zag-js/dialog": "1.24.2",
|
|
171
|
+
"@zag-js/dom-query": "1.24.2",
|
|
172
|
+
"@zag-js/editable": "1.24.2",
|
|
173
|
+
"@zag-js/file-upload": "1.24.2",
|
|
174
|
+
"@zag-js/file-utils": "1.24.2",
|
|
175
|
+
"@zag-js/floating-panel": "1.24.2",
|
|
176
|
+
"@zag-js/focus-trap": "1.24.2",
|
|
177
|
+
"@zag-js/highlight-word": "1.24.2",
|
|
178
|
+
"@zag-js/hover-card": "1.24.2",
|
|
179
|
+
"@zag-js/i18n-utils": "1.24.2",
|
|
180
|
+
"@zag-js/json-tree-utils": "1.24.2",
|
|
181
|
+
"@zag-js/listbox": "1.24.2",
|
|
182
|
+
"@zag-js/menu": "1.24.2",
|
|
183
|
+
"@zag-js/number-input": "1.24.2",
|
|
184
|
+
"@zag-js/pagination": "1.24.2",
|
|
185
|
+
"@zag-js/password-input": "1.24.2",
|
|
186
|
+
"@zag-js/pin-input": "1.24.2",
|
|
187
|
+
"@zag-js/popover": "1.24.2",
|
|
188
|
+
"@zag-js/presence": "1.24.2",
|
|
189
|
+
"@zag-js/progress": "1.24.2",
|
|
190
|
+
"@zag-js/qr-code": "1.24.2",
|
|
191
|
+
"@zag-js/radio-group": "1.24.2",
|
|
192
|
+
"@zag-js/rating-group": "1.24.2",
|
|
193
|
+
"@zag-js/scroll-area": "1.24.2",
|
|
194
|
+
"@zag-js/select": "1.24.2",
|
|
195
|
+
"@zag-js/signature-pad": "1.24.2",
|
|
196
|
+
"@zag-js/slider": "1.24.2",
|
|
197
|
+
"@zag-js/splitter": "1.24.2",
|
|
198
|
+
"@zag-js/steps": "1.24.2",
|
|
199
|
+
"@zag-js/switch": "1.24.2",
|
|
200
|
+
"@zag-js/tabs": "1.24.2",
|
|
201
|
+
"@zag-js/tags-input": "1.24.2",
|
|
202
|
+
"@zag-js/timer": "1.24.2",
|
|
203
|
+
"@zag-js/toast": "1.24.2",
|
|
204
|
+
"@zag-js/toggle": "1.24.2",
|
|
205
|
+
"@zag-js/toggle-group": "1.24.2",
|
|
206
|
+
"@zag-js/tooltip": "1.24.2",
|
|
207
|
+
"@zag-js/tour": "1.24.2",
|
|
208
|
+
"@zag-js/tree-view": "1.24.2",
|
|
209
|
+
"@zag-js/types": "1.24.2",
|
|
210
|
+
"@zag-js/utils": "1.24.2",
|
|
211
|
+
"@zag-js/vue": "1.24.2"
|
|
211
212
|
},
|
|
212
213
|
"devDependencies": {
|
|
213
214
|
"@biomejs/biome": "2.2.4",
|
|
@@ -228,7 +229,7 @@
|
|
|
228
229
|
"lucide-vue-next": "0.544.0",
|
|
229
230
|
"resize-observer-polyfill": "1.5.1",
|
|
230
231
|
"typescript": "5.9.2",
|
|
231
|
-
"vite": "7.1.
|
|
232
|
+
"vite": "7.1.6",
|
|
232
233
|
"vite-plugin-dts": "4.5.4",
|
|
233
234
|
"vitest": "3.2.4",
|
|
234
235
|
"@vitest/coverage-v8": "3.2.4",
|