@ark-ui/react 5.27.1 → 5.28.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/anatomy.cjs +7 -5
- package/dist/components/anatomy.d.cts +1 -0
- package/dist/components/anatomy.d.ts +1 -0
- package/dist/components/anatomy.js +2 -1
- package/dist/components/carousel/carousel-autoplay-indicator.cjs +20 -0
- package/dist/components/carousel/carousel-autoplay-indicator.d.cts +11 -0
- package/dist/components/carousel/carousel-autoplay-indicator.d.ts +11 -0
- package/dist/components/carousel/carousel-autoplay-indicator.js +16 -0
- package/dist/components/carousel/carousel-progress-text.cjs +24 -0
- package/dist/components/carousel/carousel-progress-text.d.cts +7 -0
- package/dist/components/carousel/carousel-progress-text.d.ts +7 -0
- package/dist/components/carousel/carousel-progress-text.js +20 -0
- package/dist/components/carousel/carousel.anatomy.cjs +10 -0
- package/dist/components/carousel/carousel.anatomy.d.cts +2 -1
- package/dist/components/carousel/carousel.anatomy.d.ts +2 -1
- package/dist/components/carousel/carousel.anatomy.js +6 -0
- package/dist/components/carousel/carousel.cjs +4 -0
- package/dist/components/carousel/carousel.d.cts +2 -0
- package/dist/components/carousel/carousel.d.ts +2 -0
- package/dist/components/carousel/carousel.js +2 -0
- package/dist/components/carousel/index.cjs +8 -7
- package/dist/components/carousel/index.d.cts +2 -0
- package/dist/components/carousel/index.d.ts +2 -0
- package/dist/components/carousel/index.js +3 -1
- package/dist/components/checkbox/checkbox.anatomy.d.cts +1 -1
- package/dist/components/checkbox/checkbox.anatomy.d.ts +1 -1
- package/dist/components/collection/use-list-collection.d.cts +1 -1
- package/dist/components/collection/use-list-collection.d.ts +1 -1
- 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/color-picker/color-picker.d.cts +1 -1
- package/dist/components/color-picker/color-picker.d.ts +1 -1
- package/dist/components/color-picker/index.d.cts +1 -1
- package/dist/components/color-picker/index.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/combobox/combobox.d.cts +1 -1
- package/dist/components/combobox/combobox.d.ts +1 -1
- package/dist/components/combobox/index.d.cts +1 -1
- package/dist/components/combobox/index.d.ts +1 -1
- 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/dialog/dialog.d.cts +1 -1
- package/dist/components/dialog/dialog.d.ts +1 -1
- package/dist/components/dialog/index.d.cts +1 -1
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/editable/editable.d.cts +1 -1
- package/dist/components/editable/editable.d.ts +1 -1
- package/dist/components/editable/index.d.cts +1 -1
- package/dist/components/editable/index.d.ts +1 -1
- package/dist/components/hover-card/hover-card.d.cts +1 -1
- package/dist/components/hover-card/hover-card.d.ts +1 -1
- package/dist/components/hover-card/index.d.cts +1 -1
- package/dist/components/hover-card/index.d.ts +1 -1
- package/dist/components/image-cropper/image-cropper-context.cjs +10 -0
- package/dist/components/image-cropper/image-cropper-context.d.cts +6 -0
- package/dist/components/image-cropper/image-cropper-context.d.ts +6 -0
- package/dist/components/image-cropper/image-cropper-context.js +6 -0
- package/dist/components/image-cropper/image-cropper-grid.cjs +20 -0
- package/dist/components/image-cropper/image-cropper-grid.d.cts +8 -0
- package/dist/components/image-cropper/image-cropper-grid.d.ts +8 -0
- package/dist/components/image-cropper/image-cropper-grid.js +16 -0
- package/dist/components/image-cropper/image-cropper-handle.cjs +20 -0
- package/dist/components/image-cropper/image-cropper-handle.d.cts +8 -0
- package/dist/components/image-cropper/image-cropper-handle.d.ts +8 -0
- package/dist/components/image-cropper/image-cropper-handle.js +16 -0
- package/dist/components/image-cropper/image-cropper-image.cjs +19 -0
- package/dist/components/image-cropper/image-cropper-image.d.cts +7 -0
- package/dist/components/image-cropper/image-cropper-image.d.ts +7 -0
- package/dist/components/image-cropper/image-cropper-image.js +15 -0
- package/dist/components/image-cropper/image-cropper-root-provider.cjs +20 -0
- package/dist/components/image-cropper/image-cropper-root-provider.d.cts +12 -0
- package/dist/components/image-cropper/image-cropper-root-provider.d.ts +12 -0
- package/dist/components/image-cropper/image-cropper-root-provider.js +16 -0
- package/dist/components/image-cropper/image-cropper-root.cjs +51 -0
- package/dist/components/image-cropper/image-cropper-root.d.cts +8 -0
- package/dist/components/image-cropper/image-cropper-root.d.ts +8 -0
- package/dist/components/image-cropper/image-cropper-root.js +47 -0
- package/dist/components/image-cropper/image-cropper-selection.cjs +19 -0
- package/dist/components/image-cropper/image-cropper-selection.d.cts +7 -0
- package/dist/components/image-cropper/image-cropper-selection.d.ts +7 -0
- package/dist/components/image-cropper/image-cropper-selection.js +15 -0
- package/dist/components/image-cropper/image-cropper-viewport.cjs +19 -0
- package/dist/components/image-cropper/image-cropper-viewport.d.cts +7 -0
- package/dist/components/image-cropper/image-cropper-viewport.d.ts +7 -0
- package/dist/components/image-cropper/image-cropper-viewport.js +15 -0
- package/dist/components/image-cropper/image-cropper.anatomy.d.cts +1 -0
- package/dist/components/image-cropper/image-cropper.anatomy.d.ts +1 -0
- package/dist/components/image-cropper/image-cropper.cjs +28 -0
- package/dist/components/image-cropper/image-cropper.d.cts +10 -0
- package/dist/components/image-cropper/image-cropper.d.ts +10 -0
- package/dist/components/image-cropper/image-cropper.js +9 -0
- package/dist/components/image-cropper/index.cjs +34 -0
- package/dist/components/image-cropper/index.d.cts +13 -0
- package/dist/components/image-cropper/index.d.ts +13 -0
- package/dist/components/image-cropper/index.js +13 -0
- package/dist/components/image-cropper/use-image-cropper-context.cjs +15 -0
- package/dist/components/image-cropper/use-image-cropper-context.d.cts +5 -0
- package/dist/components/image-cropper/use-image-cropper-context.d.ts +5 -0
- package/dist/components/image-cropper/use-image-cropper-context.js +10 -0
- package/dist/components/image-cropper/use-image-cropper.cjs +45 -0
- package/dist/components/image-cropper/use-image-cropper.d.cts +8 -0
- package/dist/components/image-cropper/use-image-cropper.d.ts +8 -0
- package/dist/components/image-cropper/use-image-cropper.js +22 -0
- package/dist/components/index.cjs +35 -7
- package/dist/components/index.d.cts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +16 -1
- package/dist/components/listbox/listbox.anatomy.d.cts +1 -1
- package/dist/components/listbox/listbox.anatomy.d.ts +1 -1
- package/dist/components/menu/index.d.cts +1 -1
- package/dist/components/menu/index.d.ts +1 -1
- package/dist/components/menu/menu.d.cts +1 -1
- package/dist/components/menu/menu.d.ts +1 -1
- package/dist/components/popover/index.d.cts +1 -1
- package/dist/components/popover/index.d.ts +1 -1
- package/dist/components/popover/popover.d.cts +1 -1
- package/dist/components/popover/popover.d.ts +1 -1
- package/dist/components/segment-group/segment-group.anatomy.d.cts +2 -2
- package/dist/components/segment-group/segment-group.anatomy.d.ts +2 -2
- package/dist/components/select/index.d.cts +1 -1
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/select.d.cts +1 -1
- package/dist/components/select/select.d.ts +1 -1
- package/dist/components/tags-input/index.d.cts +1 -1
- package/dist/components/tags-input/index.d.ts +1 -1
- package/dist/components/tags-input/tags-input.d.cts +1 -1
- package/dist/components/tags-input/tags-input.d.ts +1 -1
- package/dist/components/toast/index.d.cts +2 -2
- package/dist/components/toast/index.d.ts +2 -2
- package/dist/components/toast/toast.d.cts +2 -0
- package/dist/components/toast/toast.d.ts +2 -0
- package/dist/components/toast/toaster.d.cts +2 -1
- package/dist/components/toast/toaster.d.ts +2 -1
- package/dist/components/tour/index.d.cts +1 -1
- package/dist/components/tour/index.d.ts +1 -1
- package/dist/components/tour/tour.anatomy.d.cts +1 -1
- package/dist/components/tour/tour.anatomy.d.ts +1 -1
- package/dist/components/tour/tour.d.cts +1 -1
- package/dist/components/tour/tour.d.ts +1 -1
- package/dist/index.cjs +35 -7
- package/dist/index.js +16 -1
- package/package.json +71 -70
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { StepDetails as TourStepDetails } from '@zag-js/tour';
|
|
1
|
+
export type { FocusOutsideEvent as TourFocusOutsideEvent, InteractOutsideEvent as TourInteractOutsideEvent, PointerDownOutsideEvent as TourPointerDownOutsideEvent, StepDetails as TourStepDetails, } from '@zag-js/tour';
|
|
2
2
|
export { TourActionTrigger, type TourActionTriggerBaseProps, type TourActionTriggerProps } from './tour-action-trigger';
|
|
3
3
|
export { TourActions, type TourActionsProps } from './tour-actions';
|
|
4
4
|
export { TourArrow, type TourArrowBaseProps, type TourArrowProps } from './tour-arrow';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AnatomyInstance } from '@zag-js/anatomy';
|
|
2
|
-
export declare const tourAnatomy: AnatomyInstance<"control" | "content" | "positioner" | "title" | "actionTrigger" | "closeTrigger" | "
|
|
2
|
+
export declare const tourAnatomy: AnatomyInstance<"control" | "progressText" | "content" | "positioner" | "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" | "content" | "positioner" | "title" | "actionTrigger" | "closeTrigger" | "
|
|
2
|
+
export declare const tourAnatomy: AnatomyInstance<"control" | "progressText" | "content" | "positioner" | "title" | "actionTrigger" | "closeTrigger" | "description" | "arrow" | "arrowTip" | "backdrop" | "spotlight">;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type { WaitForOptions as WaitOptions } from '@zag-js/dom-query';
|
|
2
|
-
export type { Point, ProgressTextDetails, StatusChangeDetails, StepAction, StepActionMap, StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, } from '@zag-js/tour';
|
|
2
|
+
export type { FocusOutsideEvent, InteractOutsideEvent, Point, PointerDownOutsideEvent, ProgressTextDetails, StatusChangeDetails, StepAction, StepActionMap, StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, } from '@zag-js/tour';
|
|
3
3
|
export { TourActionTrigger as ActionTrigger, type TourActionTriggerBaseProps as ActionTriggerBaseProps, type TourActionTriggerProps as ActionTriggerProps, } from './tour-action-trigger';
|
|
4
4
|
export { TourActions as Actions, type TourActionsProps as ActionsProps } from './tour-actions';
|
|
5
5
|
export { TourArrow as Arrow, type TourArrowBaseProps as ArrowBaseProps, type TourArrowProps as ArrowProps, } from './tour-arrow';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type { WaitForOptions as WaitOptions } from '@zag-js/dom-query';
|
|
2
|
-
export type { Point, ProgressTextDetails, StatusChangeDetails, StepAction, StepActionMap, StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, } from '@zag-js/tour';
|
|
2
|
+
export type { FocusOutsideEvent, InteractOutsideEvent, Point, PointerDownOutsideEvent, ProgressTextDetails, StatusChangeDetails, StepAction, StepActionMap, StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, } from '@zag-js/tour';
|
|
3
3
|
export { TourActionTrigger as ActionTrigger, type TourActionTriggerBaseProps as ActionTriggerBaseProps, type TourActionTriggerProps as ActionTriggerProps, } from './tour-action-trigger';
|
|
4
4
|
export { TourActions as Actions, type TourActionsProps as ActionsProps } from './tour-actions';
|
|
5
5
|
export { TourArrow as Arrow, type TourArrowBaseProps as ArrowBaseProps, type TourArrowProps as ArrowProps, } from './tour-arrow';
|
package/dist/index.cjs
CHANGED
|
@@ -48,6 +48,8 @@ const bottomSheetTrigger = require('./components/bottom-sheet/bottom-sheet-trigg
|
|
|
48
48
|
const useBottomSheet = require('./components/bottom-sheet/use-bottom-sheet.cjs');
|
|
49
49
|
const useBottomSheetContext = require('./components/bottom-sheet/use-bottom-sheet-context.cjs');
|
|
50
50
|
const bottomSheet$1 = require('./components/bottom-sheet/bottom-sheet.cjs');
|
|
51
|
+
const carouselAutoplayIndicator = require('./components/carousel/carousel-autoplay-indicator.cjs');
|
|
52
|
+
const carouselProgressText = require('./components/carousel/carousel-progress-text.cjs');
|
|
51
53
|
const carouselAutoplayTrigger = require('./components/carousel/carousel-autoplay-trigger.cjs');
|
|
52
54
|
const carouselContext = require('./components/carousel/carousel-context.cjs');
|
|
53
55
|
const carouselControl = require('./components/carousel/carousel-control.cjs');
|
|
@@ -59,9 +61,10 @@ const carouselNextTrigger = require('./components/carousel/carousel-next-trigger
|
|
|
59
61
|
const carouselPrevTrigger = require('./components/carousel/carousel-prev-trigger.cjs');
|
|
60
62
|
const carouselRoot = require('./components/carousel/carousel-root.cjs');
|
|
61
63
|
const carouselRootProvider = require('./components/carousel/carousel-root-provider.cjs');
|
|
64
|
+
const carousel_anatomy = require('./components/carousel/carousel.anatomy.cjs');
|
|
62
65
|
const useCarousel = require('./components/carousel/use-carousel.cjs');
|
|
63
66
|
const useCarouselContext = require('./components/carousel/use-carousel-context.cjs');
|
|
64
|
-
const carousel
|
|
67
|
+
const carousel = require('./components/carousel/carousel.cjs');
|
|
65
68
|
const checkboxContext = require('./components/checkbox/checkbox-context.cjs');
|
|
66
69
|
const checkboxControl = require('./components/checkbox/checkbox-control.cjs');
|
|
67
70
|
const checkboxGroup = require('./components/checkbox/checkbox-group.cjs');
|
|
@@ -297,6 +300,17 @@ const hoverCardTrigger = require('./components/hover-card/hover-card-trigger.cjs
|
|
|
297
300
|
const useHoverCard = require('./components/hover-card/use-hover-card.cjs');
|
|
298
301
|
const useHoverCardContext = require('./components/hover-card/use-hover-card-context.cjs');
|
|
299
302
|
const hoverCard$1 = require('./components/hover-card/hover-card.cjs');
|
|
303
|
+
const imageCropperContext = require('./components/image-cropper/image-cropper-context.cjs');
|
|
304
|
+
const imageCropperGrid = require('./components/image-cropper/image-cropper-grid.cjs');
|
|
305
|
+
const imageCropperHandle = require('./components/image-cropper/image-cropper-handle.cjs');
|
|
306
|
+
const imageCropperImage = require('./components/image-cropper/image-cropper-image.cjs');
|
|
307
|
+
const imageCropperRoot = require('./components/image-cropper/image-cropper-root.cjs');
|
|
308
|
+
const imageCropperRootProvider = require('./components/image-cropper/image-cropper-root-provider.cjs');
|
|
309
|
+
const imageCropperSelection = require('./components/image-cropper/image-cropper-selection.cjs');
|
|
310
|
+
const imageCropperViewport = require('./components/image-cropper/image-cropper-viewport.cjs');
|
|
311
|
+
const useImageCropper = require('./components/image-cropper/use-image-cropper.cjs');
|
|
312
|
+
const useImageCropperContext = require('./components/image-cropper/use-image-cropper-context.cjs');
|
|
313
|
+
const imageCropper$1 = require('./components/image-cropper/image-cropper.cjs');
|
|
300
314
|
const jsonTreeViewRoot = require('./components/json-tree-view/json-tree-view-root.cjs');
|
|
301
315
|
const jsonTreeViewRootProvider = require('./components/json-tree-view/json-tree-view-root-provider.cjs');
|
|
302
316
|
const jsonTreeViewTree = require('./components/json-tree-view/json-tree-view-tree.cjs');
|
|
@@ -713,7 +727,6 @@ const accordion = require('@zag-js/accordion');
|
|
|
713
727
|
const angleSlider = require('@zag-js/angle-slider');
|
|
714
728
|
const avatar = require('@zag-js/avatar');
|
|
715
729
|
const bottomSheet = require('@zag-js/bottom-sheet');
|
|
716
|
-
const carousel = require('@zag-js/carousel');
|
|
717
730
|
const clipboard = require('@zag-js/clipboard');
|
|
718
731
|
const collapsible = require('@zag-js/collapsible');
|
|
719
732
|
const dialog = require('@zag-js/dialog');
|
|
@@ -721,6 +734,7 @@ const editable = require('@zag-js/editable');
|
|
|
721
734
|
const fileUpload = require('@zag-js/file-upload');
|
|
722
735
|
const floatingPanel = require('@zag-js/floating-panel');
|
|
723
736
|
const hoverCard = require('@zag-js/hover-card');
|
|
737
|
+
const imageCropper = require('@zag-js/image-cropper');
|
|
724
738
|
const marquee = require('@zag-js/marquee');
|
|
725
739
|
const menu = require('@zag-js/menu');
|
|
726
740
|
const numberInput = require('@zag-js/number-input');
|
|
@@ -795,6 +809,8 @@ exports.BottomSheetTrigger = bottomSheetTrigger.BottomSheetTrigger;
|
|
|
795
809
|
exports.useBottomSheet = useBottomSheet.useBottomSheet;
|
|
796
810
|
exports.useBottomSheetContext = useBottomSheetContext.useBottomSheetContext;
|
|
797
811
|
exports.BottomSheet = bottomSheet$1;
|
|
812
|
+
exports.CarouselAutoplayIndicator = carouselAutoplayIndicator.CarouselAutoplayIndicator;
|
|
813
|
+
exports.CarouselProgressText = carouselProgressText.CarouselProgressText;
|
|
798
814
|
exports.CarouselAutoplayTrigger = carouselAutoplayTrigger.CarouselAutoplayTrigger;
|
|
799
815
|
exports.CarouselContext = carouselContext.CarouselContext;
|
|
800
816
|
exports.CarouselControl = carouselControl.CarouselControl;
|
|
@@ -806,9 +822,10 @@ exports.CarouselNextTrigger = carouselNextTrigger.CarouselNextTrigger;
|
|
|
806
822
|
exports.CarouselPrevTrigger = carouselPrevTrigger.CarouselPrevTrigger;
|
|
807
823
|
exports.CarouselRoot = carouselRoot.CarouselRoot;
|
|
808
824
|
exports.CarouselRootProvider = carouselRootProvider.CarouselRootProvider;
|
|
825
|
+
exports.carouselAnatomy = carousel_anatomy.carouselAnatomy;
|
|
809
826
|
exports.useCarousel = useCarousel.useCarousel;
|
|
810
827
|
exports.useCarouselContext = useCarouselContext.useCarouselContext;
|
|
811
|
-
exports.Carousel = carousel
|
|
828
|
+
exports.Carousel = carousel;
|
|
812
829
|
exports.CheckboxContext = checkboxContext.CheckboxContext;
|
|
813
830
|
exports.CheckboxControl = checkboxControl.CheckboxControl;
|
|
814
831
|
exports.CheckboxGroup = checkboxGroup.CheckboxGroup;
|
|
@@ -1052,6 +1069,17 @@ exports.HoverCardTrigger = hoverCardTrigger.HoverCardTrigger;
|
|
|
1052
1069
|
exports.useHoverCard = useHoverCard.useHoverCard;
|
|
1053
1070
|
exports.useHoverCardContext = useHoverCardContext.useHoverCardContext;
|
|
1054
1071
|
exports.HoverCard = hoverCard$1;
|
|
1072
|
+
exports.ImageCropperContext = imageCropperContext.ImageCropperContext;
|
|
1073
|
+
exports.ImageCropperGrid = imageCropperGrid.ImageCropperGrid;
|
|
1074
|
+
exports.ImageCropperHandle = imageCropperHandle.ImageCropperHandle;
|
|
1075
|
+
exports.ImageCropperImage = imageCropperImage.ImageCropperImage;
|
|
1076
|
+
exports.ImageCropperRoot = imageCropperRoot.ImageCropperRoot;
|
|
1077
|
+
exports.ImageCropperRootProvider = imageCropperRootProvider.ImageCropperRootProvider;
|
|
1078
|
+
exports.ImageCropperSelection = imageCropperSelection.ImageCropperSelection;
|
|
1079
|
+
exports.ImageCropperViewport = imageCropperViewport.ImageCropperViewport;
|
|
1080
|
+
exports.useImageCropper = useImageCropper.useImageCropper;
|
|
1081
|
+
exports.useImageCropperContext = useImageCropperContext.useImageCropperContext;
|
|
1082
|
+
exports.ImageCropper = imageCropper$1;
|
|
1055
1083
|
exports.JsonTreeViewRoot = jsonTreeViewRoot.JsonTreeViewRoot;
|
|
1056
1084
|
exports.JsonTreeViewRootProvider = jsonTreeViewRootProvider.JsonTreeViewRootProvider;
|
|
1057
1085
|
exports.JsonTreeViewTree = jsonTreeViewTree.JsonTreeViewTree;
|
|
@@ -1484,10 +1512,6 @@ Object.defineProperty(exports, "bottomSheetAnatomy", {
|
|
|
1484
1512
|
enumerable: true,
|
|
1485
1513
|
get: () => bottomSheet.anatomy
|
|
1486
1514
|
});
|
|
1487
|
-
Object.defineProperty(exports, "carouselAnatomy", {
|
|
1488
|
-
enumerable: true,
|
|
1489
|
-
get: () => carousel.anatomy
|
|
1490
|
-
});
|
|
1491
1515
|
Object.defineProperty(exports, "clipboardAnatomy", {
|
|
1492
1516
|
enumerable: true,
|
|
1493
1517
|
get: () => clipboard.anatomy
|
|
@@ -1516,6 +1540,10 @@ Object.defineProperty(exports, "hoverCardAnatomy", {
|
|
|
1516
1540
|
enumerable: true,
|
|
1517
1541
|
get: () => hoverCard.anatomy
|
|
1518
1542
|
});
|
|
1543
|
+
Object.defineProperty(exports, "imageCropperAnatomy", {
|
|
1544
|
+
enumerable: true,
|
|
1545
|
+
get: () => imageCropper.anatomy
|
|
1546
|
+
});
|
|
1519
1547
|
Object.defineProperty(exports, "marqueeAnatomy", {
|
|
1520
1548
|
enumerable: true,
|
|
1521
1549
|
get: () => marquee.anatomy
|
package/dist/index.js
CHANGED
|
@@ -48,6 +48,8 @@ export { useBottomSheet } from './components/bottom-sheet/use-bottom-sheet.js';
|
|
|
48
48
|
export { useBottomSheetContext } from './components/bottom-sheet/use-bottom-sheet-context.js';
|
|
49
49
|
import * as bottomSheet from './components/bottom-sheet/bottom-sheet.js';
|
|
50
50
|
export { bottomSheet as BottomSheet };
|
|
51
|
+
export { CarouselAutoplayIndicator } from './components/carousel/carousel-autoplay-indicator.js';
|
|
52
|
+
export { CarouselProgressText } from './components/carousel/carousel-progress-text.js';
|
|
51
53
|
export { CarouselAutoplayTrigger } from './components/carousel/carousel-autoplay-trigger.js';
|
|
52
54
|
export { CarouselContext } from './components/carousel/carousel-context.js';
|
|
53
55
|
export { CarouselControl } from './components/carousel/carousel-control.js';
|
|
@@ -59,6 +61,7 @@ export { CarouselNextTrigger } from './components/carousel/carousel-next-trigger
|
|
|
59
61
|
export { CarouselPrevTrigger } from './components/carousel/carousel-prev-trigger.js';
|
|
60
62
|
export { CarouselRoot } from './components/carousel/carousel-root.js';
|
|
61
63
|
export { CarouselRootProvider } from './components/carousel/carousel-root-provider.js';
|
|
64
|
+
export { carouselAnatomy } from './components/carousel/carousel.anatomy.js';
|
|
62
65
|
export { useCarousel } from './components/carousel/use-carousel.js';
|
|
63
66
|
export { useCarouselContext } from './components/carousel/use-carousel-context.js';
|
|
64
67
|
import * as carousel from './components/carousel/carousel.js';
|
|
@@ -312,6 +315,18 @@ export { useHoverCard } from './components/hover-card/use-hover-card.js';
|
|
|
312
315
|
export { useHoverCardContext } from './components/hover-card/use-hover-card-context.js';
|
|
313
316
|
import * as hoverCard from './components/hover-card/hover-card.js';
|
|
314
317
|
export { hoverCard as HoverCard };
|
|
318
|
+
export { ImageCropperContext } from './components/image-cropper/image-cropper-context.js';
|
|
319
|
+
export { ImageCropperGrid } from './components/image-cropper/image-cropper-grid.js';
|
|
320
|
+
export { ImageCropperHandle } from './components/image-cropper/image-cropper-handle.js';
|
|
321
|
+
export { ImageCropperImage } from './components/image-cropper/image-cropper-image.js';
|
|
322
|
+
export { ImageCropperRoot } from './components/image-cropper/image-cropper-root.js';
|
|
323
|
+
export { ImageCropperRootProvider } from './components/image-cropper/image-cropper-root-provider.js';
|
|
324
|
+
export { ImageCropperSelection } from './components/image-cropper/image-cropper-selection.js';
|
|
325
|
+
export { ImageCropperViewport } from './components/image-cropper/image-cropper-viewport.js';
|
|
326
|
+
export { useImageCropper } from './components/image-cropper/use-image-cropper.js';
|
|
327
|
+
export { useImageCropperContext } from './components/image-cropper/use-image-cropper-context.js';
|
|
328
|
+
import * as imageCropper from './components/image-cropper/image-cropper.js';
|
|
329
|
+
export { imageCropper as ImageCropper };
|
|
315
330
|
export { JsonTreeViewRoot } from './components/json-tree-view/json-tree-view-root.js';
|
|
316
331
|
export { JsonTreeViewRootProvider } from './components/json-tree-view/json-tree-view-root-provider.js';
|
|
317
332
|
export { JsonTreeViewTree } from './components/json-tree-view/json-tree-view-tree.js';
|
|
@@ -758,7 +773,6 @@ export { anatomy as accordionAnatomy } from '@zag-js/accordion';
|
|
|
758
773
|
export { anatomy as angleSliderAnatomy } from '@zag-js/angle-slider';
|
|
759
774
|
export { anatomy as avatarAnatomy } from '@zag-js/avatar';
|
|
760
775
|
export { anatomy as bottomSheetAnatomy } from '@zag-js/bottom-sheet';
|
|
761
|
-
export { anatomy as carouselAnatomy } from '@zag-js/carousel';
|
|
762
776
|
export { anatomy as clipboardAnatomy } from '@zag-js/clipboard';
|
|
763
777
|
export { anatomy as collapsibleAnatomy } from '@zag-js/collapsible';
|
|
764
778
|
export { anatomy as dialogAnatomy } from '@zag-js/dialog';
|
|
@@ -766,6 +780,7 @@ export { anatomy as editableAnatomy } from '@zag-js/editable';
|
|
|
766
780
|
export { anatomy as fileUploadAnatomy } from '@zag-js/file-upload';
|
|
767
781
|
export { anatomy as floatingPanelAnatomy } from '@zag-js/floating-panel';
|
|
768
782
|
export { anatomy as hoverCardAnatomy } from '@zag-js/hover-card';
|
|
783
|
+
export { anatomy as imageCropperAnatomy } from '@zag-js/image-cropper';
|
|
769
784
|
export { anatomy as marqueeAnatomy } from '@zag-js/marquee';
|
|
770
785
|
export { anatomy as menuAnatomy } from '@zag-js/menu';
|
|
771
786
|
export { anatomy as numberInputAnatomy } from '@zag-js/number-input';
|
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.28.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,73 +150,74 @@
|
|
|
150
150
|
"sideEffects": false,
|
|
151
151
|
"dependencies": {
|
|
152
152
|
"@internationalized/date": "3.10.0",
|
|
153
|
-
"@zag-js/accordion": "1.27.
|
|
154
|
-
"@zag-js/anatomy": "1.27.
|
|
155
|
-
"@zag-js/angle-slider": "1.27.
|
|
156
|
-
"@zag-js/async-list": "1.27.
|
|
157
|
-
"@zag-js/auto-resize": "1.27.
|
|
158
|
-
"@zag-js/avatar": "1.27.
|
|
159
|
-
"@zag-js/bottom-sheet": "1.27.
|
|
160
|
-
"@zag-js/carousel": "1.27.
|
|
161
|
-
"@zag-js/checkbox": "1.27.
|
|
162
|
-
"@zag-js/clipboard": "1.27.
|
|
163
|
-
"@zag-js/collapsible": "1.27.
|
|
164
|
-
"@zag-js/collection": "1.27.
|
|
165
|
-
"@zag-js/color-picker": "1.27.
|
|
166
|
-
"@zag-js/color-utils": "1.27.
|
|
167
|
-
"@zag-js/combobox": "1.27.
|
|
168
|
-
"@zag-js/core": "1.27.
|
|
169
|
-
"@zag-js/date-picker": "1.27.
|
|
170
|
-
"@zag-js/date-utils": "1.27.
|
|
171
|
-
"@zag-js/dialog": "1.27.
|
|
172
|
-
"@zag-js/dom-query": "1.27.
|
|
173
|
-
"@zag-js/editable": "1.27.
|
|
174
|
-
"@zag-js/file-upload": "1.27.
|
|
175
|
-
"@zag-js/file-utils": "1.27.
|
|
176
|
-
"@zag-js/floating-panel": "1.27.
|
|
177
|
-
"@zag-js/focus-trap": "1.27.
|
|
178
|
-
"@zag-js/highlight-word": "1.27.
|
|
179
|
-
"@zag-js/hover-card": "1.27.
|
|
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/
|
|
205
|
-
"@zag-js/
|
|
206
|
-
"@zag-js/
|
|
207
|
-
"@zag-js/
|
|
208
|
-
"@zag-js/toggle
|
|
209
|
-
"@zag-js/
|
|
210
|
-
"@zag-js/
|
|
211
|
-
"@zag-js/
|
|
212
|
-
"@zag-js/
|
|
213
|
-
"@zag-js/
|
|
153
|
+
"@zag-js/accordion": "1.27.1",
|
|
154
|
+
"@zag-js/anatomy": "1.27.1",
|
|
155
|
+
"@zag-js/angle-slider": "1.27.1",
|
|
156
|
+
"@zag-js/async-list": "1.27.1",
|
|
157
|
+
"@zag-js/auto-resize": "1.27.1",
|
|
158
|
+
"@zag-js/avatar": "1.27.1",
|
|
159
|
+
"@zag-js/bottom-sheet": "1.27.1",
|
|
160
|
+
"@zag-js/carousel": "1.27.1",
|
|
161
|
+
"@zag-js/checkbox": "1.27.1",
|
|
162
|
+
"@zag-js/clipboard": "1.27.1",
|
|
163
|
+
"@zag-js/collapsible": "1.27.1",
|
|
164
|
+
"@zag-js/collection": "1.27.1",
|
|
165
|
+
"@zag-js/color-picker": "1.27.1",
|
|
166
|
+
"@zag-js/color-utils": "1.27.1",
|
|
167
|
+
"@zag-js/combobox": "1.27.1",
|
|
168
|
+
"@zag-js/core": "1.27.1",
|
|
169
|
+
"@zag-js/date-picker": "1.27.1",
|
|
170
|
+
"@zag-js/date-utils": "1.27.1",
|
|
171
|
+
"@zag-js/dialog": "1.27.1",
|
|
172
|
+
"@zag-js/dom-query": "1.27.1",
|
|
173
|
+
"@zag-js/editable": "1.27.1",
|
|
174
|
+
"@zag-js/file-upload": "1.27.1",
|
|
175
|
+
"@zag-js/file-utils": "1.27.1",
|
|
176
|
+
"@zag-js/floating-panel": "1.27.1",
|
|
177
|
+
"@zag-js/focus-trap": "1.27.1",
|
|
178
|
+
"@zag-js/highlight-word": "1.27.1",
|
|
179
|
+
"@zag-js/hover-card": "1.27.1",
|
|
180
|
+
"@zag-js/image-cropper": "1.27.1",
|
|
181
|
+
"@zag-js/i18n-utils": "1.27.1",
|
|
182
|
+
"@zag-js/json-tree-utils": "1.27.1",
|
|
183
|
+
"@zag-js/listbox": "1.27.1",
|
|
184
|
+
"@zag-js/marquee": "1.27.1",
|
|
185
|
+
"@zag-js/menu": "1.27.1",
|
|
186
|
+
"@zag-js/number-input": "1.27.1",
|
|
187
|
+
"@zag-js/pagination": "1.27.1",
|
|
188
|
+
"@zag-js/password-input": "1.27.1",
|
|
189
|
+
"@zag-js/pin-input": "1.27.1",
|
|
190
|
+
"@zag-js/popover": "1.27.1",
|
|
191
|
+
"@zag-js/presence": "1.27.1",
|
|
192
|
+
"@zag-js/progress": "1.27.1",
|
|
193
|
+
"@zag-js/qr-code": "1.27.1",
|
|
194
|
+
"@zag-js/radio-group": "1.27.1",
|
|
195
|
+
"@zag-js/rating-group": "1.27.1",
|
|
196
|
+
"@zag-js/react": "1.27.1",
|
|
197
|
+
"@zag-js/scroll-area": "1.27.1",
|
|
198
|
+
"@zag-js/select": "1.27.1",
|
|
199
|
+
"@zag-js/signature-pad": "1.27.1",
|
|
200
|
+
"@zag-js/slider": "1.27.1",
|
|
201
|
+
"@zag-js/splitter": "1.27.1",
|
|
202
|
+
"@zag-js/steps": "1.27.1",
|
|
203
|
+
"@zag-js/switch": "1.27.1",
|
|
204
|
+
"@zag-js/tabs": "1.27.1",
|
|
205
|
+
"@zag-js/tags-input": "1.27.1",
|
|
206
|
+
"@zag-js/timer": "1.27.1",
|
|
207
|
+
"@zag-js/toast": "1.27.1",
|
|
208
|
+
"@zag-js/toggle": "1.27.1",
|
|
209
|
+
"@zag-js/toggle-group": "1.27.1",
|
|
210
|
+
"@zag-js/tooltip": "1.27.1",
|
|
211
|
+
"@zag-js/tour": "1.27.1",
|
|
212
|
+
"@zag-js/tree-view": "1.27.1",
|
|
213
|
+
"@zag-js/types": "1.27.1",
|
|
214
|
+
"@zag-js/utils": "1.27.1"
|
|
214
215
|
},
|
|
215
216
|
"devDependencies": {
|
|
216
217
|
"check-password-strength": "3.0.0",
|
|
217
|
-
"@biomejs/biome": "2.3.
|
|
218
|
-
"@storybook/addon-a11y": "9.1.
|
|
219
|
-
"@storybook/react-vite": "9.1.
|
|
218
|
+
"@biomejs/biome": "2.3.4",
|
|
219
|
+
"@storybook/addon-a11y": "9.1.16",
|
|
220
|
+
"@storybook/react-vite": "9.1.16",
|
|
220
221
|
"@testing-library/dom": "10.4.1",
|
|
221
222
|
"@testing-library/jest-dom": "6.9.1",
|
|
222
223
|
"@testing-library/react": "16.3.0",
|
|
@@ -228,18 +229,18 @@
|
|
|
228
229
|
"clean-package": "2.2.0",
|
|
229
230
|
"image-conversion": "2.1.1",
|
|
230
231
|
"globby": "15.0.0",
|
|
231
|
-
"happy-dom": "20.0.
|
|
232
|
-
"lucide-react": "0.
|
|
232
|
+
"happy-dom": "20.0.10",
|
|
233
|
+
"lucide-react": "0.553.0",
|
|
233
234
|
"react": "19.2.0",
|
|
234
235
|
"react-dom": "19.2.0",
|
|
235
236
|
"react-shadow": "20.6.0",
|
|
236
237
|
"react-use": "17.6.0",
|
|
237
238
|
"react-frame-component": "5.2.7",
|
|
238
|
-
"react-hook-form": "7.
|
|
239
|
+
"react-hook-form": "7.66.0",
|
|
239
240
|
"resize-observer-polyfill": "1.5.1",
|
|
240
|
-
"storybook": "9.1.
|
|
241
|
+
"storybook": "9.1.16",
|
|
241
242
|
"typescript": "5.9.3",
|
|
242
|
-
"vite": "7.
|
|
243
|
+
"vite": "7.2.2",
|
|
243
244
|
"vite-plugin-dts": "4.5.4",
|
|
244
245
|
"vitest": "3.2.4",
|
|
245
246
|
"@vitest/coverage-v8": "3.2.4",
|