@yamada-ui/react 2.2.5-dev-20260720092031 → 2.2.5-dev-20260721065212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/accordion/accordion.cjs +39 -35
- package/dist/cjs/components/accordion/accordion.cjs.map +1 -1
- package/dist/cjs/components/action-bar/action-bar.cjs +14 -13
- package/dist/cjs/components/action-bar/action-bar.cjs.map +1 -1
- package/dist/cjs/components/alert/alert.cjs +2 -1
- package/dist/cjs/components/alert/alert.cjs.map +1 -1
- package/dist/cjs/components/alpha-slider/alpha-slider.cjs +12 -11
- package/dist/cjs/components/alpha-slider/alpha-slider.cjs.map +1 -1
- package/dist/cjs/components/autocomplete/use-autocomplete.cjs +4 -1
- package/dist/cjs/components/autocomplete/use-autocomplete.cjs.map +1 -1
- package/dist/cjs/components/blockquote/blockquote.cjs +5 -4
- package/dist/cjs/components/blockquote/blockquote.cjs.map +1 -1
- package/dist/cjs/components/breadcrumb/breadcrumb.cjs +5 -4
- package/dist/cjs/components/breadcrumb/breadcrumb.cjs.map +1 -1
- package/dist/cjs/components/button/button.cjs +14 -13
- package/dist/cjs/components/button/button.cjs.map +1 -1
- package/dist/cjs/components/calendar/calendar.cjs +102 -100
- package/dist/cjs/components/calendar/calendar.cjs.map +1 -1
- package/dist/cjs/components/calendar/use-calendar.cjs +8 -2
- package/dist/cjs/components/calendar/use-calendar.cjs.map +1 -1
- package/dist/cjs/components/carousel/use-carousel.cjs +2 -1
- package/dist/cjs/components/carousel/use-carousel.cjs.map +1 -1
- package/dist/cjs/components/chart/cartesian-chart.cjs +18 -17
- package/dist/cjs/components/chart/cartesian-chart.cjs.map +1 -1
- package/dist/cjs/components/chart/chart.cjs +13 -10
- package/dist/cjs/components/chart/chart.cjs.map +1 -1
- package/dist/cjs/components/chart/polar-chart.cjs +22 -20
- package/dist/cjs/components/chart/polar-chart.cjs.map +1 -1
- package/dist/cjs/components/color-picker/color-picker.cjs +12 -11
- package/dist/cjs/components/color-picker/color-picker.cjs.map +1 -1
- package/dist/cjs/components/color-selector/color-selector.cjs +41 -40
- package/dist/cjs/components/color-selector/color-selector.cjs.map +1 -1
- package/dist/cjs/components/data-list/data-list.cjs +5 -4
- package/dist/cjs/components/data-list/data-list.cjs.map +1 -1
- package/dist/cjs/components/date-picker/use-date-picker.cjs +3 -1
- package/dist/cjs/components/date-picker/use-date-picker.cjs.map +1 -1
- package/dist/cjs/components/drawer/drawer.cjs +16 -15
- package/dist/cjs/components/drawer/drawer.cjs.map +1 -1
- package/dist/cjs/components/dropzone/dropzone.cjs +12 -11
- package/dist/cjs/components/dropzone/dropzone.cjs.map +1 -1
- package/dist/cjs/components/field/field.cjs +26 -25
- package/dist/cjs/components/field/field.cjs.map +1 -1
- package/dist/cjs/components/fieldset/fieldset.cjs +14 -13
- package/dist/cjs/components/fieldset/fieldset.cjs.map +1 -1
- package/dist/cjs/components/focus-lock/focus-lock.cjs +15 -12
- package/dist/cjs/components/focus-lock/focus-lock.cjs.map +1 -1
- package/dist/cjs/components/form/form.cjs +32 -31
- package/dist/cjs/components/form/form.cjs.map +1 -1
- package/dist/cjs/components/format/use-format-byte.cjs +2 -1
- package/dist/cjs/components/format/use-format-byte.cjs.map +1 -1
- package/dist/cjs/components/icon/icons/circle-euro-sign-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/circle-euro-sign-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/index.cjs +3 -0
- package/dist/cjs/components/icon/icons/index.cjs.map +1 -1
- package/dist/cjs/components/icon/index.cjs +2 -0
- package/dist/cjs/components/link-box/link-box.cjs +2 -1
- package/dist/cjs/components/link-box/link-box.cjs.map +1 -1
- package/dist/cjs/components/loading/loading-provider.cjs +6 -5
- package/dist/cjs/components/loading/loading-provider.cjs.map +1 -1
- package/dist/cjs/components/menu/menu.cjs +44 -41
- package/dist/cjs/components/menu/menu.cjs.map +1 -1
- package/dist/cjs/components/menu/use-menu.cjs +28 -14
- package/dist/cjs/components/menu/use-menu.cjs.map +1 -1
- package/dist/cjs/components/modal/modal.cjs +14 -13
- package/dist/cjs/components/modal/modal.cjs.map +1 -1
- package/dist/cjs/components/motion/motion.cjs +2 -1
- package/dist/cjs/components/motion/motion.cjs.map +1 -1
- package/dist/cjs/components/native-accordion/native-accordion.cjs +21 -18
- package/dist/cjs/components/native-accordion/native-accordion.cjs.map +1 -1
- package/dist/cjs/components/native-popover/native-popover.cjs +20 -19
- package/dist/cjs/components/native-popover/native-popover.cjs.map +1 -1
- package/dist/cjs/components/native-popover/use-native-popover.cjs +2 -1
- package/dist/cjs/components/native-popover/use-native-popover.cjs.map +1 -1
- package/dist/cjs/components/notice/notice-provider.cjs +14 -12
- package/dist/cjs/components/notice/notice-provider.cjs.map +1 -1
- package/dist/cjs/components/pagination/use-pagination.cjs +8 -5
- package/dist/cjs/components/pagination/use-pagination.cjs.map +1 -1
- package/dist/cjs/components/pin-input/pin-input.cjs +10 -9
- package/dist/cjs/components/pin-input/pin-input.cjs.map +1 -1
- package/dist/cjs/components/popover/popover.cjs +26 -25
- package/dist/cjs/components/popover/popover.cjs.map +1 -1
- package/dist/cjs/components/qr-code/qr-code.cjs +12 -11
- package/dist/cjs/components/qr-code/qr-code.cjs.map +1 -1
- package/dist/cjs/components/rating/rating.cjs +62 -60
- package/dist/cjs/components/rating/rating.cjs.map +1 -1
- package/dist/cjs/components/rating/use-rating.cjs +6 -3
- package/dist/cjs/components/rating/use-rating.cjs.map +1 -1
- package/dist/cjs/components/saturation-slider/saturation-slider.cjs +5 -4
- package/dist/cjs/components/saturation-slider/saturation-slider.cjs.map +1 -1
- package/dist/cjs/components/saturation-slider/use-saturation-slider.cjs +2 -1
- package/dist/cjs/components/saturation-slider/use-saturation-slider.cjs.map +1 -1
- package/dist/cjs/components/segmented-control/segmented-control.cjs +23 -21
- package/dist/cjs/components/segmented-control/segmented-control.cjs.map +1 -1
- package/dist/cjs/components/sidebar/sidebar.cjs +151 -145
- package/dist/cjs/components/sidebar/sidebar.cjs.map +1 -1
- package/dist/cjs/components/sidebar/use-sidebar.cjs +4 -2
- package/dist/cjs/components/sidebar/use-sidebar.cjs.map +1 -1
- package/dist/cjs/components/slider/slider.cjs +16 -15
- package/dist/cjs/components/slider/slider.cjs.map +1 -1
- package/dist/cjs/components/slider/use-slider.cjs +2 -1
- package/dist/cjs/components/slider/use-slider.cjs.map +1 -1
- package/dist/cjs/components/tag/tag.cjs +2 -1
- package/dist/cjs/components/tag/tag.cjs.map +1 -1
- package/dist/cjs/components/tree/tree.cjs +123 -118
- package/dist/cjs/components/tree/tree.cjs.map +1 -1
- package/dist/cjs/components/tree/use-tree.cjs +20 -9
- package/dist/cjs/components/tree/use-tree.cjs.map +1 -1
- package/dist/cjs/core/components/create-component.cjs +12 -6
- package/dist/cjs/core/components/create-component.cjs.map +1 -1
- package/dist/cjs/core/css/color-mix.cjs +2 -1
- package/dist/cjs/core/css/color-mix.cjs.map +1 -1
- package/dist/cjs/core/system/color-mode-provider.cjs +16 -14
- package/dist/cjs/core/system/color-mode-provider.cjs.map +1 -1
- package/dist/cjs/core/system/create-system.cjs +2 -1
- package/dist/cjs/core/system/create-system.cjs.map +1 -1
- package/dist/cjs/core/system/environment-provider.cjs +15 -14
- package/dist/cjs/core/system/environment-provider.cjs.map +1 -1
- package/dist/cjs/core/system/system-provider.cjs +6 -5
- package/dist/cjs/core/system/system-provider.cjs.map +1 -1
- package/dist/cjs/core/system/theme-provider.cjs +2 -1
- package/dist/cjs/core/system/theme-provider.cjs.map +1 -1
- package/dist/cjs/hooks/use-clipboard/index.cjs +2 -1
- package/dist/cjs/hooks/use-clipboard/index.cjs.map +1 -1
- package/dist/cjs/hooks/use-combobox/index.cjs +2 -1
- package/dist/cjs/hooks/use-combobox/index.cjs.map +1 -1
- package/dist/cjs/hooks/use-counter/index.cjs +2 -1
- package/dist/cjs/hooks/use-counter/index.cjs.map +1 -1
- package/dist/cjs/hooks/use-descendants/index.cjs +4 -2
- package/dist/cjs/hooks/use-descendants/index.cjs.map +1 -1
- package/dist/cjs/hooks/use-pan-event/index.cjs +6 -2
- package/dist/cjs/hooks/use-pan-event/index.cjs.map +1 -1
- package/dist/cjs/index.cjs +3 -0
- package/dist/cjs/utils/store.cjs.map +1 -1
- package/dist/esm/components/accordion/accordion.js +39 -35
- package/dist/esm/components/accordion/accordion.js.map +1 -1
- package/dist/esm/components/action-bar/action-bar.js +14 -13
- package/dist/esm/components/action-bar/action-bar.js.map +1 -1
- package/dist/esm/components/alert/alert.js +2 -1
- package/dist/esm/components/alert/alert.js.map +1 -1
- package/dist/esm/components/alpha-slider/alpha-slider.js +12 -11
- package/dist/esm/components/alpha-slider/alpha-slider.js.map +1 -1
- package/dist/esm/components/autocomplete/use-autocomplete.js +4 -1
- package/dist/esm/components/autocomplete/use-autocomplete.js.map +1 -1
- package/dist/esm/components/blockquote/blockquote.js +5 -4
- package/dist/esm/components/blockquote/blockquote.js.map +1 -1
- package/dist/esm/components/breadcrumb/breadcrumb.js +5 -4
- package/dist/esm/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/esm/components/button/button.js +14 -13
- package/dist/esm/components/button/button.js.map +1 -1
- package/dist/esm/components/calendar/calendar.js +102 -100
- package/dist/esm/components/calendar/calendar.js.map +1 -1
- package/dist/esm/components/calendar/use-calendar.js +8 -2
- package/dist/esm/components/calendar/use-calendar.js.map +1 -1
- package/dist/esm/components/carousel/use-carousel.js +2 -1
- package/dist/esm/components/carousel/use-carousel.js.map +1 -1
- package/dist/esm/components/chart/cartesian-chart.js +18 -17
- package/dist/esm/components/chart/cartesian-chart.js.map +1 -1
- package/dist/esm/components/chart/chart.js +13 -10
- package/dist/esm/components/chart/chart.js.map +1 -1
- package/dist/esm/components/chart/polar-chart.js +22 -20
- package/dist/esm/components/chart/polar-chart.js.map +1 -1
- package/dist/esm/components/color-picker/color-picker.js +12 -11
- package/dist/esm/components/color-picker/color-picker.js.map +1 -1
- package/dist/esm/components/color-selector/color-selector.js +41 -40
- package/dist/esm/components/color-selector/color-selector.js.map +1 -1
- package/dist/esm/components/data-list/data-list.js +5 -4
- package/dist/esm/components/data-list/data-list.js.map +1 -1
- package/dist/esm/components/date-picker/use-date-picker.js +3 -1
- package/dist/esm/components/date-picker/use-date-picker.js.map +1 -1
- package/dist/esm/components/drawer/drawer.js +16 -15
- package/dist/esm/components/drawer/drawer.js.map +1 -1
- package/dist/esm/components/dropzone/dropzone.js +12 -11
- package/dist/esm/components/dropzone/dropzone.js.map +1 -1
- package/dist/esm/components/field/field.js +26 -25
- package/dist/esm/components/field/field.js.map +1 -1
- package/dist/esm/components/fieldset/fieldset.js +14 -13
- package/dist/esm/components/fieldset/fieldset.js.map +1 -1
- package/dist/esm/components/focus-lock/focus-lock.js +15 -12
- package/dist/esm/components/focus-lock/focus-lock.js.map +1 -1
- package/dist/esm/components/form/form.js +32 -31
- package/dist/esm/components/form/form.js.map +1 -1
- package/dist/esm/components/format/use-format-byte.js +2 -1
- package/dist/esm/components/format/use-format-byte.js.map +1 -1
- package/dist/esm/components/hue-slider/hue-slider.js +2 -1
- package/dist/esm/components/hue-slider/hue-slider.js.map +1 -1
- package/dist/esm/components/icon/icons/circle-euro-sign-icon.js +14 -0
- package/dist/esm/components/icon/icons/circle-euro-sign-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/index.js +3 -1
- package/dist/esm/components/icon/icons/index.js.map +1 -1
- package/dist/esm/components/icon/index.js +2 -1
- package/dist/esm/components/link-box/link-box.js +2 -1
- package/dist/esm/components/link-box/link-box.js.map +1 -1
- package/dist/esm/components/loading/loading-provider.js +6 -5
- package/dist/esm/components/loading/loading-provider.js.map +1 -1
- package/dist/esm/components/menu/menu.js +44 -41
- package/dist/esm/components/menu/menu.js.map +1 -1
- package/dist/esm/components/menu/use-menu.js +28 -14
- package/dist/esm/components/menu/use-menu.js.map +1 -1
- package/dist/esm/components/modal/modal.js +14 -13
- package/dist/esm/components/modal/modal.js.map +1 -1
- package/dist/esm/components/motion/motion.js +2 -1
- package/dist/esm/components/motion/motion.js.map +1 -1
- package/dist/esm/components/native-accordion/native-accordion.js +21 -18
- package/dist/esm/components/native-accordion/native-accordion.js.map +1 -1
- package/dist/esm/components/native-popover/native-popover.js +20 -19
- package/dist/esm/components/native-popover/native-popover.js.map +1 -1
- package/dist/esm/components/native-popover/use-native-popover.js +2 -1
- package/dist/esm/components/native-popover/use-native-popover.js.map +1 -1
- package/dist/esm/components/notice/notice-provider.js +14 -12
- package/dist/esm/components/notice/notice-provider.js.map +1 -1
- package/dist/esm/components/pagination/use-pagination.js +8 -5
- package/dist/esm/components/pagination/use-pagination.js.map +1 -1
- package/dist/esm/components/pin-input/pin-input.js +10 -9
- package/dist/esm/components/pin-input/pin-input.js.map +1 -1
- package/dist/esm/components/popover/popover.js +26 -25
- package/dist/esm/components/popover/popover.js.map +1 -1
- package/dist/esm/components/qr-code/qr-code.js +12 -11
- package/dist/esm/components/qr-code/qr-code.js.map +1 -1
- package/dist/esm/components/rating/rating.js +62 -60
- package/dist/esm/components/rating/rating.js.map +1 -1
- package/dist/esm/components/rating/use-rating.js +6 -3
- package/dist/esm/components/rating/use-rating.js.map +1 -1
- package/dist/esm/components/saturation-slider/saturation-slider.js +5 -4
- package/dist/esm/components/saturation-slider/saturation-slider.js.map +1 -1
- package/dist/esm/components/saturation-slider/use-saturation-slider.js +2 -1
- package/dist/esm/components/saturation-slider/use-saturation-slider.js.map +1 -1
- package/dist/esm/components/segmented-control/segmented-control.js +23 -21
- package/dist/esm/components/segmented-control/segmented-control.js.map +1 -1
- package/dist/esm/components/sidebar/sidebar.js +151 -145
- package/dist/esm/components/sidebar/sidebar.js.map +1 -1
- package/dist/esm/components/sidebar/use-sidebar.js +4 -2
- package/dist/esm/components/sidebar/use-sidebar.js.map +1 -1
- package/dist/esm/components/slider/slider.js +16 -15
- package/dist/esm/components/slider/slider.js.map +1 -1
- package/dist/esm/components/slider/use-slider.js +2 -1
- package/dist/esm/components/slider/use-slider.js.map +1 -1
- package/dist/esm/components/tag/tag.js +2 -1
- package/dist/esm/components/tag/tag.js.map +1 -1
- package/dist/esm/components/tree/tree.js +123 -118
- package/dist/esm/components/tree/tree.js.map +1 -1
- package/dist/esm/components/tree/use-tree.js +20 -9
- package/dist/esm/components/tree/use-tree.js.map +1 -1
- package/dist/esm/core/components/create-component.js +12 -6
- package/dist/esm/core/components/create-component.js.map +1 -1
- package/dist/esm/core/css/color-mix.js +2 -1
- package/dist/esm/core/css/color-mix.js.map +1 -1
- package/dist/esm/core/system/color-mode-provider.js +16 -14
- package/dist/esm/core/system/color-mode-provider.js.map +1 -1
- package/dist/esm/core/system/create-system.js +2 -1
- package/dist/esm/core/system/create-system.js.map +1 -1
- package/dist/esm/core/system/environment-provider.js +15 -14
- package/dist/esm/core/system/environment-provider.js.map +1 -1
- package/dist/esm/core/system/system-provider.js +6 -5
- package/dist/esm/core/system/system-provider.js.map +1 -1
- package/dist/esm/core/system/theme-provider.js +2 -1
- package/dist/esm/core/system/theme-provider.js.map +1 -1
- package/dist/esm/hooks/use-clipboard/index.js +2 -1
- package/dist/esm/hooks/use-clipboard/index.js.map +1 -1
- package/dist/esm/hooks/use-combobox/index.js +2 -1
- package/dist/esm/hooks/use-combobox/index.js.map +1 -1
- package/dist/esm/hooks/use-counter/index.js +2 -1
- package/dist/esm/hooks/use-counter/index.js.map +1 -1
- package/dist/esm/hooks/use-descendants/index.js +4 -2
- package/dist/esm/hooks/use-descendants/index.js.map +1 -1
- package/dist/esm/hooks/use-pan-event/index.js +6 -2
- package/dist/esm/hooks/use-pan-event/index.js.map +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/utils/store.js.map +1 -1
- package/dist/types/components/accordion/accordion.d.ts +5 -1
- package/dist/types/components/accordion/accordion.style.d.ts +1 -0
- package/dist/types/components/accordion/namespace.d.ts +0 -2
- package/dist/types/components/accordion/use-accordion.d.ts +54 -63
- package/dist/types/components/action-bar/action-bar.d.ts +4 -1
- package/dist/types/components/action-bar/action-bar.style.d.ts +1 -0
- package/dist/types/components/action-bar/namespace.d.ts +0 -2
- package/dist/types/components/action-bar/use-action-bar.d.ts +2 -9
- package/dist/types/components/airy/airy.d.ts +3 -1
- package/dist/types/components/airy/airy.style.d.ts +1 -0
- package/dist/types/components/alert/alert.d.ts +5 -0
- package/dist/types/components/alert/alert.style.d.ts +1 -0
- package/dist/types/components/alert/namespace.d.ts +0 -2
- package/dist/types/components/alpha-slider/alpha-slider.d.ts +3 -0
- package/dist/types/components/alpha-slider/alpha-slider.style.d.ts +1 -0
- package/dist/types/components/alpha-slider/namespace.d.ts +0 -2
- package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -0
- package/dist/types/components/aspect-ratio/aspect-ratio.style.d.ts +1 -0
- package/dist/types/components/autocomplete/autocomplete.d.ts +4 -1
- package/dist/types/components/autocomplete/autocomplete.style.d.ts +1 -0
- package/dist/types/components/autocomplete/namespace.d.ts +0 -2
- package/dist/types/components/autocomplete/use-autocomplete.d.ts +5 -9
- package/dist/types/components/avatar/avatar-group.d.ts +2 -0
- package/dist/types/components/avatar/avatar.d.ts +289 -296
- package/dist/types/components/avatar/avatar.style.d.ts +2 -1
- package/dist/types/components/avatar/namespace.d.ts +0 -2
- package/dist/types/components/avatar/use-avatar-group.d.ts +2 -6
- package/dist/types/components/avatar/use-avatar.d.ts +2 -14
- package/dist/types/components/badge/badge.d.ts +2 -0
- package/dist/types/components/badge/badge.style.d.ts +1 -0
- package/dist/types/components/bleed/bleed.d.ts +2 -0
- package/dist/types/components/bleed/bleed.style.d.ts +1 -0
- package/dist/types/components/blockquote/blockquote.d.ts +2 -1
- package/dist/types/components/blockquote/blockquote.style.d.ts +1 -0
- package/dist/types/components/blockquote/namespace.d.ts +0 -2
- package/dist/types/components/box/box.d.ts +2 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -1
- package/dist/types/components/breadcrumb/breadcrumb.style.d.ts +1 -0
- package/dist/types/components/breadcrumb/namespace.d.ts +0 -2
- package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +3 -10
- package/dist/types/components/button/button-group.d.ts +2 -1
- package/dist/types/components/button/button.d.ts +3 -1
- package/dist/types/components/button/button.style.d.ts +1 -0
- package/dist/types/components/button/icon-button.d.ts +2 -1
- package/dist/types/components/button/icon-button.style.d.ts +1 -0
- package/dist/types/components/button/namespace.d.ts +0 -2
- package/dist/types/components/calendar/calendar.d.ts +4 -1
- package/dist/types/components/calendar/calendar.style.d.ts +3 -2
- package/dist/types/components/calendar/namespace.d.ts +0 -2
- package/dist/types/components/calendar/use-calendar.d.ts +54 -76
- package/dist/types/components/card/card.d.ts +2 -0
- package/dist/types/components/card/card.style.d.ts +1 -0
- package/dist/types/components/card/namespace.d.ts +0 -2
- package/dist/types/components/carousel/carousel.d.ts +3 -1
- package/dist/types/components/carousel/carousel.style.d.ts +3 -2
- package/dist/types/components/carousel/namespace.d.ts +0 -2
- package/dist/types/components/carousel/use-carousel.d.ts +2 -27
- package/dist/types/components/center/center.d.ts +2 -0
- package/dist/types/components/center/center.style.d.ts +1 -0
- package/dist/types/components/chart/area-chart.d.ts +1 -1
- package/dist/types/components/chart/area-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/area-chart.style.d.ts +1 -0
- package/dist/types/components/chart/bar-chart.d.ts +1 -1
- package/dist/types/components/chart/bar-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/bar-chart.style.d.ts +1 -0
- package/dist/types/components/chart/cartesian-chart.d.ts +2 -1
- package/dist/types/components/chart/cartesian-chart.style.d.ts +2 -1
- package/dist/types/components/chart/chart.d.ts +3 -12
- package/dist/types/components/chart/chart.style.d.ts +1 -0
- package/dist/types/components/chart/composed-chart.d.ts +1 -1
- package/dist/types/components/chart/composed-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/composed-chart.style.d.ts +1 -0
- package/dist/types/components/chart/donut-chart.d.ts +1 -1
- package/dist/types/components/chart/donut-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/donut-chart.style.d.ts +1 -0
- package/dist/types/components/chart/line-chart.d.ts +1 -1
- package/dist/types/components/chart/line-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/line-chart.style.d.ts +1 -0
- package/dist/types/components/chart/pie-chart.d.ts +1 -1
- package/dist/types/components/chart/pie-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/pie-chart.style.d.ts +1 -0
- package/dist/types/components/chart/polar-chart.d.ts +2 -1
- package/dist/types/components/chart/polar-chart.style.d.ts +2 -1
- package/dist/types/components/chart/radar-chart.d.ts +1 -1
- package/dist/types/components/chart/radar-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/radar-chart.style.d.ts +1 -0
- package/dist/types/components/chart/radial-chart.d.ts +1 -1
- package/dist/types/components/chart/radial-chart.namespace.d.ts +0 -2
- package/dist/types/components/chart/radial-chart.style.d.ts +1 -0
- package/dist/types/components/chart/use-cartesian-chart.d.ts +9 -201
- package/dist/types/components/chart/use-chart.d.ts +5 -69
- package/dist/types/components/chart/use-polar-chart.d.ts +11 -276
- package/dist/types/components/checkbox/checkbox-group.d.ts +3 -1
- package/dist/types/components/checkbox/checkbox.d.ts +228 -234
- package/dist/types/components/checkbox/checkbox.style.d.ts +1 -0
- package/dist/types/components/checkbox/namespace.d.ts +0 -2
- package/dist/types/components/checkbox/use-checkbox-group.d.ts +2 -1
- package/dist/types/components/checkbox/use-checkbox.d.ts +3 -5
- package/dist/types/components/checkbox-card/checkbox-card-group.d.ts +4 -1
- package/dist/types/components/checkbox-card/checkbox-card-group.namespace.d.ts +0 -2
- package/dist/types/components/checkbox-card/checkbox-card.d.ts +372 -377
- package/dist/types/components/checkbox-card/checkbox-card.namespace.d.ts +0 -2
- package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -0
- package/dist/types/components/circle-progress/circle-progress.d.ts +3 -0
- package/dist/types/components/circle-progress/circle-progress.style.d.ts +1 -0
- package/dist/types/components/circle-progress/namespace.d.ts +0 -2
- package/dist/types/components/client-only/client-only.d.ts +1 -1
- package/dist/types/components/close-button/close-button.d.ts +3 -0
- package/dist/types/components/close-button/close-button.style.d.ts +1 -0
- package/dist/types/components/code/code.d.ts +2 -0
- package/dist/types/components/code/code.style.d.ts +1 -0
- package/dist/types/components/collapse/collapse.d.ts +3 -0
- package/dist/types/components/collapse/collapse.style.d.ts +1 -0
- package/dist/types/components/color-picker/color-picker.d.ts +6 -1
- package/dist/types/components/color-picker/color-picker.style.d.ts +1 -0
- package/dist/types/components/color-picker/use-color-picker.d.ts +4 -1
- package/dist/types/components/color-selector/color-selector.d.ts +6 -1
- package/dist/types/components/color-selector/color-selector.style.d.ts +1 -0
- package/dist/types/components/color-selector/namespace.d.ts +0 -2
- package/dist/types/components/color-selector/use-color-selector.d.ts +5 -12
- package/dist/types/components/color-swatch/color-swatch-group.d.ts +1 -1
- package/dist/types/components/color-swatch/color-swatch.d.ts +2 -0
- package/dist/types/components/color-swatch/color-swatch.style.d.ts +1 -0
- package/dist/types/components/container/container.d.ts +2 -0
- package/dist/types/components/container/container.style.d.ts +1 -0
- package/dist/types/components/container/namespace.d.ts +0 -2
- package/dist/types/components/data-list/data-list.d.ts +2 -1
- package/dist/types/components/data-list/data-list.style.d.ts +1 -0
- package/dist/types/components/data-list/namespace.d.ts +0 -2
- package/dist/types/components/date-picker/date-picker.d.ts +4 -1
- package/dist/types/components/date-picker/date-picker.style.d.ts +1 -0
- package/dist/types/components/date-picker/use-date-picker.d.ts +5 -6
- package/dist/types/components/drawer/drawer.d.ts +7 -1
- package/dist/types/components/drawer/drawer.style.d.ts +1 -0
- package/dist/types/components/drawer/namespace.d.ts +0 -2
- package/dist/types/components/drawer/use-drawer.d.ts +4 -12
- package/dist/types/components/dropzone/dropzone.d.ts +6 -11
- package/dist/types/components/dropzone/dropzone.style.d.ts +1 -0
- package/dist/types/components/dropzone/namespace.d.ts +0 -2
- package/dist/types/components/dropzone/use-dropzone.d.ts +2 -1
- package/dist/types/components/editable/editable.d.ts +5 -6
- package/dist/types/components/editable/editable.style.d.ts +1 -0
- package/dist/types/components/editable/namespace.d.ts +0 -2
- package/dist/types/components/editable/use-editable.d.ts +2 -0
- package/dist/types/components/em/em.d.ts +2 -0
- package/dist/types/components/em/em.style.d.ts +1 -0
- package/dist/types/components/empty-state/empty-state.d.ts +2 -1
- package/dist/types/components/empty-state/empty-state.style.d.ts +1 -0
- package/dist/types/components/empty-state/namespace.d.ts +0 -2
- package/dist/types/components/fade/fade.d.ts +3 -1
- package/dist/types/components/fade/fade.style.d.ts +1 -0
- package/dist/types/components/fade-scale/fade-scale.d.ts +3 -1
- package/dist/types/components/fade-scale/fade-scale.style.d.ts +1 -0
- package/dist/types/components/field/field.d.ts +2 -1
- package/dist/types/components/field/field.style.d.ts +1 -0
- package/dist/types/components/field/namespace.d.ts +0 -2
- package/dist/types/components/field/use-field-props.d.ts +1 -14
- package/dist/types/components/fieldset/fieldset.d.ts +3 -1
- package/dist/types/components/fieldset/fieldset.style.d.ts +1 -0
- package/dist/types/components/fieldset/namespace.d.ts +0 -2
- package/dist/types/components/file-button/file-button.d.ts +4 -0
- package/dist/types/components/file-button/file-button.style.d.ts +1 -0
- package/dist/types/components/file-button/use-file-button.d.ts +4 -0
- package/dist/types/components/file-input/file-input.d.ts +4 -1
- package/dist/types/components/file-input/file-input.style.d.ts +1 -0
- package/dist/types/components/file-input/use-file-input.d.ts +3 -1
- package/dist/types/components/flex/flex.d.ts +2 -0
- package/dist/types/components/flex/flex.style.d.ts +1 -0
- package/dist/types/components/flex/spacer.d.ts +2 -0
- package/dist/types/components/flip/flip.d.ts +4 -16
- package/dist/types/components/flip/flip.style.d.ts +1 -0
- package/dist/types/components/float/float.d.ts +2 -0
- package/dist/types/components/float/float.style.d.ts +1 -0
- package/dist/types/components/focus-lock/focus-lock.d.ts +0 -1
- package/dist/types/components/for/for.d.ts +1 -11
- package/dist/types/components/form/form.d.ts +3 -1
- package/dist/types/components/form/form.style.d.ts +1 -0
- package/dist/types/components/form/namespace.d.ts +0 -2
- package/dist/types/components/format/format-byte.d.ts +3 -7
- package/dist/types/components/format/format-byte.style.d.ts +1 -0
- package/dist/types/components/format/format-date-time.d.ts +3 -25
- package/dist/types/components/format/format-date-time.style.d.ts +1 -0
- package/dist/types/components/format/format-number.d.ts +2 -0
- package/dist/types/components/format/format-number.style.d.ts +1 -0
- package/dist/types/components/format/namespace.d.ts +0 -2
- package/dist/types/components/format/use-format-byte.d.ts +2 -8
- package/dist/types/components/format/use-format-date-time.d.ts +2 -4
- package/dist/types/components/format/use-format-number.d.ts +2 -4
- package/dist/types/components/grid/grid-item.d.ts +2 -0
- package/dist/types/components/grid/grid-item.style.d.ts +1 -0
- package/dist/types/components/grid/grid.d.ts +2 -0
- package/dist/types/components/grid/grid.style.d.ts +1 -0
- package/dist/types/components/group/group.d.ts +3 -0
- package/dist/types/components/group/group.style.d.ts +1 -0
- package/dist/types/components/group/use-group.d.ts +1 -13
- package/dist/types/components/heading/heading.d.ts +2 -0
- package/dist/types/components/heading/heading.style.d.ts +1 -0
- package/dist/types/components/highlight/highlight.d.ts +2 -1
- package/dist/types/components/highlight/use-highlight.d.ts +1 -4
- package/dist/types/components/hue-slider/hue-slider.d.ts +3 -0
- package/dist/types/components/hue-slider/hue-slider.style.d.ts +1 -0
- package/dist/types/components/hue-slider/namespace.d.ts +0 -2
- package/dist/types/components/icon/icon.d.ts +3 -11
- package/dist/types/components/icon/icon.style.d.ts +1 -0
- package/dist/types/components/icon/icons/a-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/a-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/a-large-small-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/accessibility-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/activity-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ad-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/air-vent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/airplay-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/alarm-clock-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/alarm-clock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/alarm-clock-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/alarm-clock-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/alarm-clock-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/alarm-smoke-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/album-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-center-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-center-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-end-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-end-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-distribute-center-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-distribute-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-distribute-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-justify-center-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-justify-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-justify-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-space-around-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-horizontal-space-between-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-start-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-start-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-distribute-center-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-distribute-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-distribute-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-justify-center-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-justify-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-justify-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-space-around-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/align-vertical-space-between-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ambulance-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ampersand-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ampersands-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/amphora-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/anchor-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/angry-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/annoyed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/antenna-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/anvil-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/aperture-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/app-window-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/app-window-mac-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/apple-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/archive-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/archive-restore-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/archive-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/armchair-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-down-dash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-left-dash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-right-dash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-up-dash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-big-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-a-z-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-from-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-narrow-wide-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-to-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-to-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-wide-narrow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down-z-a-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down01-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-down10-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-left-from-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-left-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-left-to-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-right-from-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-right-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-right-to-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-a-z-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-from-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-from-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-narrow-wide-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-to-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-wide-narrow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up-z-a-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up01-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrow-up10-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/arrows-up-from-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/asterisk-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/astroid-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/at-sign-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/atom-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/audio-lines-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/audio-waveform-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/award-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/axe-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/axis3d-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/baby-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/backpack-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-cent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-dollar-sign-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-euro-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-indian-rupee-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-info-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-japanese-yen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-percent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-pound-sterling-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-question-mark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-russian-ruble-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-swiss-franc-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-turkish-lira-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/badge-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/baggage-claim-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/balloon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ban-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/banana-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bandage-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/banknote-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/banknote-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/banknote-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/banknote-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/banknote-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/barcode-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/barrel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/baseline-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bath-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/battery-charging-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/battery-full-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/battery-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/battery-low-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/battery-medium-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/battery-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/battery-warning-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/beaker-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bean-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bean-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bed-double-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bed-single-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/beef-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/beef-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/beer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/beer-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-electric-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bell-ring-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/between-horizontal-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/between-horizontal-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/between-vertical-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/between-vertical-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/biceps-flexed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bike-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/binary-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/binoculars-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/biohazard-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bird-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/birdhouse-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bitcoin-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/blend-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/blender-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/blinds-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/blocks-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bluetooth-connected-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bluetooth-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bluetooth-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bluetooth-searching-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bold-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bolt-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bomb-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bone-fracture-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-a-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-audio-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-copy-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-headphones-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-image-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-key-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-marked-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-open-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-open-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-type-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-up2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-user-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/book-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bookmark-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bookmark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bookmark-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bookmark-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bookmark-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bookmark-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/boom-box-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bot-message-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bot-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bottle-wine-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bow-arrow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/box-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/boxes-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/braces-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brackets-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brain-circuit-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brain-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brain-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brick-wall-fire-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brick-wall-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brick-wall-shield-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/briefcase-business-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/briefcase-conveyor-belt-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/briefcase-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/briefcase-medical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bring-to-front-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/broccoli-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brush-cleaning-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/brush-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bubbles-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bug-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bug-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bug-play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/building-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/building2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bus-front-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/bus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cable-car-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cable-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cake-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cake-slice-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calculator-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-check2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-clock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-days-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-fold-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-minus2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-plus2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-range-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-sync-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar-x2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendar1-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/calendars-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/camera-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/camera-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/candy-cane-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/candy-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/candy-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cannabis-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cannabis-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/captions-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/captions-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/car-front-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/car-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/car-taxi-front-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/caravan-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/card-sim-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/carrot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/case-lower-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/case-sensitive-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/case-upper-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cassette-tape-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cast-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/castle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cat-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cctv-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cctv-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-area-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-bar-big-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-bar-decreasing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-bar-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-bar-increasing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-bar-stacked-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-candlestick-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-column-big-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-column-decreasing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-column-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-column-increasing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-column-stacked-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-gantt-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-network-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-no-axes-column-decreasing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-no-axes-column-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-no-axes-column-increasing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-no-axes-combined-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-no-axes-gantt-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-pie-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-scatter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chart-spline-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/check-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/check-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chef-hat-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cherry-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chess-bishop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chess-king-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chess-knight-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chess-pawn-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chess-queen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chess-rook-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevron-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevron-first-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevron-last-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevron-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevron-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevron-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-down-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-left-right-ellipsis-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-left-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-right-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-up-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/chevrons-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/church-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cigarette-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cigarette-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-out-down-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-out-down-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-out-up-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-out-up-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-check-big-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-chevron-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-chevron-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-chevron-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-chevron-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-divide-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-dollar-sign-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-dot-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-ellipsis-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-equal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-euro-sign-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/circle-fading-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-fading-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-gauge-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-parking-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-parking-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-pause-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-percent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-pile-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-pound-sterling-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-power-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-question-mark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-slash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-slash2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-small-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-star-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-stop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-user-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-user-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circle-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/circuit-board-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/citrus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clapperboard-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-clock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-copy-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-list-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-paste-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-pen-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-type-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clipboard-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-arrow-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-arrow-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-fading-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock1-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock10-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock11-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock12-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock4-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock5-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock6-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock7-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock8-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clock9-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/closed-caption-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-backup-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-download-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-drizzle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-fog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-hail-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-lightning-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-moon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-moon-rain-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-rain-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-rain-wind-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-snow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-sun-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-sun-rain-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-sync-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloud-upload-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cloudy-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/clover-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/club-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/code-xml-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/coffee-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/coins-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/columns2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/columns3-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/columns3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/columns4-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/combine-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/command-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/compass-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/component-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/computer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/concierge-bell-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/construction-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/contact-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/contact-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/container-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/contrast-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cookie-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cooking-pot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copy-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copy-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copy-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copy-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copy-slash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copy-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copyleft-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/copyright-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-down-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-down-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-left-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-left-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-right-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-right-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-up-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/corner-up-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cpu-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/creative-commons-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/credit-card-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/croissant-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/crop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cross-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/crosshair-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/crown-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cuboid-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cup-soda-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/currency-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/cylinder-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dam-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-backup-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/database-zap-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/decimals-arrow-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/decimals-arrow-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/delete-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dessert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/diameter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/diamond-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/diamond-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/diamond-percent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/diamond-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dice1-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dice2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dice3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dice4-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dice5-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dice6-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dices-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/diff-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/disc-album-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/disc-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/disc2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/disc3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/divide-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dna-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dna-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dollar-sign-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/donut-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/door-closed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/door-closed-locked-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/door-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/download-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/drafting-compass-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/drama-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/drill-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/drone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/droplet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/droplet-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/droplets-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/drum-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/drumstick-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/dumbbell-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ear-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ear-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/earth-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/earth-lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/eclipse-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/egg-fried-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/egg-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/egg-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ellipse-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ellipsis-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ellipsis-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/equal-approximately-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/equal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/equal-not-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/eraser-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ethernet-port-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/euro-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ev-charger-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/expand-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/external-link-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/eye-closed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/eye-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/eye-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/eye-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/factory-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fan-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fast-forward-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/feather-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fence-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ferris-wheel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-archive-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-axis3d-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-badge-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-box-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-braces-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-braces-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-chart-column-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-chart-column-increasing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-chart-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-chart-pie-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-check-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-clock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-code-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-diff-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-digit-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-exclamation-point-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-headphone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-image-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-input-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-key-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-minus-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-music-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-output-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-pen-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-plus-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-question-mark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-scan-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-search-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-signal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-sliders-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-spreadsheet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-stack-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-symlink-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-terminal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-type-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-type-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-user-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-video-camera-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-volume-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-x-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/file-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/files-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/film-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fingerprint-pattern-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fire-extinguisher-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fish-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fish-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fish-symbol-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fishing-hook-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fishing-rod-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flag-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flag-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flag-triangle-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flag-triangle-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flame-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flame-kindling-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flashlight-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flashlight-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flask-conical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flask-conical-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flask-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flip-horizontal2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flip-vertical2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flower-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/flower2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/focus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fold-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fold-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-archive-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-bookmark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-clock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-closed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-git-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-git2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-input-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-kanban-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-key-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-open-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-output-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-root-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-search2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-symlink-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-sync-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-tree-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folder-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/folders-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/footprints-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/forklift-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/form-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/forward-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/frame-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/frown-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fuel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/fullscreen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/funnel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/funnel-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/funnel-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gallery-horizontal-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gallery-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gallery-thumbnails-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gallery-vertical-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gallery-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gamepad-directional-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gamepad-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gamepad2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gauge-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gavel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gem-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/georgian-lari-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ghost-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gift-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-branch-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-branch-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-branch-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-commit-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-commit-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-compare-arrows-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-compare-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-fork-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-graph-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-merge-conflict-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-merge-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-pull-request-arrow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-pull-request-closed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-pull-request-create-arrow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-pull-request-create-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-pull-request-draft-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/git-pull-request-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/glass-water-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/glasses-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/globe-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/globe-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/globe-lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/globe-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/globe-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/goal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/gpu-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/graduation-cap-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grape-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grid2x2-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grid2x2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grid2x2-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grid2x2-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grid3x2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grid3x3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grip-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grip-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/grip-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/group-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/guitar-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ham-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hamburger-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hammer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-coins-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-fist-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-grab-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-helping-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-metal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hand-platter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/handbag-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/handshake-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hard-drive-download-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hard-drive-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hard-drive-upload-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hard-hat-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hat-glasses-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/haze-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hd-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hdmi-port-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heading-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heading1-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heading2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heading3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heading4-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heading5-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heading6-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/headphone-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/headphones-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/headset-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-crack-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-handshake-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-pulse-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heart-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/heater-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/helicopter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hexagon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/highlighter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/history-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hop-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hospital-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hotel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/hourglass-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/house-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/house-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/house-plug-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/house-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/house-wifi-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ice-cream-bowl-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ice-cream-cone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/id-card-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/id-card-lanyard-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/image-upscale-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/images-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/import-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/inbox-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/index.d.ts +3 -4
- package/dist/types/components/icon/icons/index.types.d.ts +1 -1
- package/dist/types/components/icon/icons/indian-rupee-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/infinity-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/info-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/inspection-panel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/italic-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/iteration-ccw-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/iteration-cw-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/japanese-yen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/joystick-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/kanban-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/kayak-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/key-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/key-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/key-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/keyboard-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/keyboard-music-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/keyboard-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lamp-ceiling-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lamp-desk-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lamp-floor-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lamp-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lamp-wall-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lamp-wall-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/land-plot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/landmark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/languages-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/laptop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/laptop-minimal-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/laptop-minimal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lasso-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lasso-select-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/laugh-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layers-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layers-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layers-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layers2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layout-dashboard-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layout-grid-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layout-list-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layout-panel-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layout-panel-top-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/layout-template-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/leaf-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/leafy-green-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lectern-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lens-concave-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lens-convex-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/library-big-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/library-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/life-buoy-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ligature-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lightbulb-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lightbulb-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/line-dot-right-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/line-squiggle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/line-style-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/link-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/link2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/link2-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-checks-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-chevrons-down-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-chevrons-up-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-collapse-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-filter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-filter-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-indent-decrease-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-indent-increase-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-music-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-ordered-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-restart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-sort-ascending-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-sort-descending-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-todo-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-tree-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-video-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/list-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/loader-circle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/loader-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/loader-pinwheel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/locate-fixed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/locate-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/locate-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lock-keyhole-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lock-keyhole-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lock-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/log-in-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/log-out-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/logs-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/lollipop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/luggage-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/magnet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-question-mark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-warning-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mail-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mailbox-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mails-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-check-inside-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-house-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-minus-inside-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-plus-inside-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pin-x-inside-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-pinned-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/map-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mars-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mars-stroke-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/martini-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/maximize-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/maximize2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/medal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/megaphone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/megaphone-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/meh-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/memory-stick-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/menu-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/merge-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-more-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-question-mark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-reply-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-warning-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-circle-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-diff-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-more-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-quote-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-reply-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-share-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-warning-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/message-square-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/messages-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/metronome-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mic-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mic-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mic-vocal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/microchip-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/microscope-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/microwave-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/milestone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/milk-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/milk-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/minimize-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/minimize2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mirror-rectangular-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mirror-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-cloud-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-pause-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-smartphone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-speaker-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-stop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/monitor-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/moon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/moon-star-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/motorbike-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mountain-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mountain-snow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-pointer-ban-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-pointer-click-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-pointer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-pointer2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-pointer2-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/mouse-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-diagonal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-diagonal2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-down-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-down-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-up-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-up-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/move3d-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/music-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/music2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/music3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/music4-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/navigation-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/navigation-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/navigation2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/navigation2-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/network-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/newspaper-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/nfc-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/non-binary-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/notebook-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/notebook-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/notebook-tabs-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/notebook-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/notepad-text-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/notepad-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/nut-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/nut-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/octagon-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/octagon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/octagon-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/octagon-pause-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/octagon-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/omega-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/option-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/orbit-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/origami-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/package2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/paint-bucket-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/paint-roller-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/paintbrush-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/paintbrush-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/palette-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panda-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-bottom-close-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-bottom-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-bottom-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-bottom-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-left-close-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-left-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-left-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-left-right-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-right-close-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-right-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-right-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-top-bottom-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-top-close-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-top-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-top-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panel-top-open-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panels-left-bottom-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panels-right-bottom-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/panels-top-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/paper-bag-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/paperclip-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/parasol-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/parentheses-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/parking-meter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/party-popper-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pause-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/paw-print-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pc-case-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pen-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pen-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pen-tool-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pencil-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pencil-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pencil-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pencil-ruler-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pencil-sparkles-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pentagon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/percent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/person-standing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phi-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/philippine-peso-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phone-call-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phone-forwarded-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phone-incoming-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phone-missed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phone-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/phone-outgoing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pi-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/piano-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pickaxe-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/picture-in-picture-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/picture-in-picture2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/piggy-bank-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pilcrow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pilcrow-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pilcrow-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pill-bottle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pill-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pin-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pin-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pipette-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pizza-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/plane-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/plane-landing-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/plane-takeoff-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/play-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/plug-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/plug-zap-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/plug2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pocket-knife-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/podcast-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/podium-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pointer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pointer-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/popcorn-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/popsicle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pound-sterling-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/power-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/power-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/presentation-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/printer-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/printer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/printer-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/projector-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/proportions-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/puzzle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/pyramid-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/qr-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/quote-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rabbit-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radar-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radiation-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radio-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radio-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radio-receiver-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radio-tower-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/radius-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rainbow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rat-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ratio-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-cent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-euro-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-indian-rupee-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-japanese-yen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-pound-sterling-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-russian-ruble-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-swiss-franc-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/receipt-turkish-lira-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rectangle-circle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rectangle-ellipsis-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rectangle-goggles-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rectangle-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rectangle-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/recycle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/redo-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/redo-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/redo2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/refresh-ccw-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/refresh-ccw-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/refresh-cw-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/refresh-cw-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/refrigerator-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/regex-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/remove-formatting-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/repeat-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/repeat-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/repeat1-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/repeat2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/replace-all-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/replace-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/reply-all-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/reply-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rewind-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ribbon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/road-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rocket-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rocking-chair-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/roller-coaster-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rose-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rotate-ccw-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rotate-ccw-key-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rotate-ccw-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rotate-cw-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rotate-cw-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rotate3d-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/route-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/route-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/router-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rows2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rows3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rows4-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/rss-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ruler-dimension-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ruler-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/russian-ruble-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sailboat-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/salad-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sandwich-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/satellite-dish-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/satellite-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/saudi-riyal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/save-all-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/save-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/save-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/save-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/save-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/save-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scale-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scale3d-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scaling-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-barcode-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-eye-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-face-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-heart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-line-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-qr-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scan-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/school-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scissors-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scissors-line-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scooter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/screen-share-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/screen-share-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scroll-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/scroll-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/search-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/search-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/search-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/search-slash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/search-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/section-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/send-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/send-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/send-to-back-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/separator-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/separator-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/server-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/server-crash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/server-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/server-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/settings-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/settings2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shapes-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/share-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/share2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sheet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shell-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shelving-unit-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-ban-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-cog-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-ellipsis-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-half-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-question-mark-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-user-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shield-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ship-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ship-wheel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shirt-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shopping-bag-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shopping-basket-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shopping-cart-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shovel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shower-head-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shredder-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shrimp-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shrink-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shrub-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/shuffle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sigma-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signal-high-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signal-low-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signal-medium-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signal-zero-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signature-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signpost-big-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/signpost-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/siren-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/skip-back-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/skip-forward-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/skull-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/slash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/slice-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sliders-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sliders-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/smartphone-charging-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/smartphone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/smartphone-nfc-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/smile-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/smile-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/snail-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/snowflake-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/soap-dispenser-droplet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sofa-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/solar-panel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/soup-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/space-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spade-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sparkle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sparkles-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/speaker-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/speech-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spell-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spell-check2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spline-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spline-pointer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/split-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spool-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sport-shoe-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spotlight-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/spray-can-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sprout-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-activity-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-down-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-down-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-out-down-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-out-down-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-out-up-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-out-up-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-right-enter-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-right-exit-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-up-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-arrow-up-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-asterisk-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-bottom-dashed-scissors-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-centerline-dashed-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-centerline-dashed-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-chart-gantt-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-check-big-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-chevron-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-chevron-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-chevron-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-chevron-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dashed-bottom-code-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dashed-bottom-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dashed-kanban-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dashed-mouse-pointer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dashed-text-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dashed-top-solid-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-divide-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-equal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-function-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-kanban-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-library-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-m-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-menu-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-mouse-pointer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-parking-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-parking-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-pause-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-percent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-pi-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-pilcrow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-power-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-radical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-round-corner-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-scissors-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-sigma-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-slash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-split-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-split-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-stack-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-star-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-stop-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-terminal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-user-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-user-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/square-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/squares-exclude-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/squares-intersect-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/squares-subtract-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/squares-unite-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/squircle-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/squircle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/squirrel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/stamp-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/star-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/star-half-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/star-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/star-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/star-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/star-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/star-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/step-back-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/step-forward-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/stethoscope-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticker-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticky-note-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticky-note-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticky-note-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticky-note-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticky-note-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticky-note-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sticky-notes-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/stone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/store-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/stretch-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/stretch-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/strikethrough-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/subscript-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/summary-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sun-dim-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sun-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sun-medium-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sun-moon-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sun-snow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sunrise-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sunset-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/superscript-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/swatch-book-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/swiss-franc-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/switch-camera-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/sword-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/swords-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/syringe-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table-cells-merge-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table-cells-split-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table-columns-split-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table-of-contents-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table-properties-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table-rows-split-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/table2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tablet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tablet-smartphone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tablets-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tag-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tag-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tag-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tags-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tally1-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tally2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tally3-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tally4-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tally5-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tangent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/target-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/telescope-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tent-tree-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/terminal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/test-tube-diagonal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/test-tube-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/test-tubes-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-align-center-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-align-end-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-align-justify-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-align-start-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-cursor-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-cursor-input-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-initial-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-quote-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/text-wrap-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/theater-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/thermometer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/thermometer-snowflake-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/thermometer-sun-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/thumbs-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/thumbs-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ticket-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ticket-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ticket-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ticket-percent-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ticket-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ticket-slash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ticket-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tickets-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tickets-plane-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/timeline-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/timer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/timer-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/timer-reset-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/toggle-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/toggle-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/toilet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tool-case-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/toolbox-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tornado-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/torus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/touchpad-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/touchpad-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/towel-rack-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tower-control-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/toy-brick-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tractor-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/traffic-cone-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/train-front-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/train-front-tunnel-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/train-track-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tram-front-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/transgender-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/trash-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/trash2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tree-deciduous-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tree-palm-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tree-pine-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/trees-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/trending-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/trending-up-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/trending-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/triangle-alert-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/triangle-dashed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/triangle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/triangle-right-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/trophy-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/truck-electric-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/truck-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/turkish-lira-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/turntable-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/turtle-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tv-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tv-minimal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/tv-minimal-play-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/type-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/type-outline-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/umbrella-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/umbrella-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/underline-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/undo-dot-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/undo-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/undo2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/unfold-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/unfold-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ungroup-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/university-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/unlink-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/unlink2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/unplug-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/upload-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/usb-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-key-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-lock-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-arrow-left-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-check-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-key-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-minus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-plus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-round-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-search-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-star-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/user-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/users-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/users-round-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/utensils-crossed-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/utensils-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/utility-pole-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/van-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/variable-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/vault-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/vector-square-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/vegan-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/venetian-mask-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/venus-and-mars-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/venus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/vibrate-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/vibrate-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/video-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/video-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/videotape-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/view-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/voicemail-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/volleyball-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/volume-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/volume-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/volume-x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/volume1-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/volume2-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/vote-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wallet-cards-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wallet-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wallet-minimal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wallpaper-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wand-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wand-sparkles-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/warehouse-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/washing-machine-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/watch-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/waves-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/waves-arrow-up-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/waves-horizontal-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/waves-ladder-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/waves-vertical-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/waypoints-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/webcam-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/webcam-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/webhook-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/webhook-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/weight-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/weight-tilde-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wheat-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wheat-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/whole-word-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-cog-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-high-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-low-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-pen-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-sync-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wifi-zero-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wind-arrow-down-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wind-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wine-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wine-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/workflow-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/worm-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wrench-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/wrench-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/x-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/x-line-top-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zap-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zap-off-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-aquarius-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-aries-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-cancer-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-capricorn-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-gemini-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-leo-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-libra-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-ophiuchus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-pisces-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-sagittarius-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-scorpio-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-taurus-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zodiac-virgo-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zoom-in-icon.d.ts +1 -1
- package/dist/types/components/icon/icons/zoom-out-icon.d.ts +1 -1
- package/dist/types/components/icon/index.d.ts +2 -1
- package/dist/types/components/icon/lucide-icon.d.ts +1 -1
- package/dist/types/components/image/image.d.ts +2 -0
- package/dist/types/components/image/image.style.d.ts +1 -0
- package/dist/types/components/indicator/indicator.d.ts +4 -13
- package/dist/types/components/indicator/indicator.style.d.ts +1 -0
- package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -1
- package/dist/types/components/infinite-scroll-area/infinite-scroll-area.style.d.ts +1 -0
- package/dist/types/components/infinite-scroll-area/use-infinite-scroll.d.ts +3 -20
- package/dist/types/components/input/input-addon.d.ts +2 -0
- package/dist/types/components/input/input-addon.style.d.ts +1 -0
- package/dist/types/components/input/input-element.d.ts +2 -0
- package/dist/types/components/input/input-element.style.d.ts +1 -0
- package/dist/types/components/input/input-group.d.ts +3 -0
- package/dist/types/components/input/input.d.ts +3 -0
- package/dist/types/components/input/input.style.d.ts +2 -0
- package/dist/types/components/input/namespace.d.ts +0 -2
- package/dist/types/components/input/use-input-border.d.ts +2 -4
- package/dist/types/components/kbd/kbd.d.ts +2 -0
- package/dist/types/components/kbd/kbd.style.d.ts +1 -0
- package/dist/types/components/link/link.d.ts +2 -0
- package/dist/types/components/link/link.style.d.ts +1 -0
- package/dist/types/components/link-box/link-box.d.ts +2 -0
- package/dist/types/components/link-box/link-box.style.d.ts +1 -0
- package/dist/types/components/link-box/namespace.d.ts +0 -2
- package/dist/types/components/list/list.d.ts +2 -1
- package/dist/types/components/list/list.style.d.ts +1 -0
- package/dist/types/components/list/namespace.d.ts +0 -2
- package/dist/types/components/loading/audio.d.ts +1 -0
- package/dist/types/components/loading/circles.d.ts +1 -0
- package/dist/types/components/loading/dots.d.ts +1 -0
- package/dist/types/components/loading/grid.d.ts +1 -0
- package/dist/types/components/loading/loading-provider.d.ts +1 -1
- package/dist/types/components/loading/loading.d.ts +4 -7
- package/dist/types/components/loading/loading.style.d.ts +1 -0
- package/dist/types/components/loading/namespace.d.ts +1 -2
- package/dist/types/components/loading/oval.d.ts +1 -0
- package/dist/types/components/loading/puff.d.ts +1 -0
- package/dist/types/components/loading/rings.d.ts +1 -0
- package/dist/types/components/loading/suspense.d.ts +1 -1
- package/dist/types/components/loading/use-loading-component.d.ts +2 -0
- package/dist/types/components/mark/mark.d.ts +2 -0
- package/dist/types/components/mark/mark.style.d.ts +1 -0
- package/dist/types/components/menu/menu.d.ts +3 -1
- package/dist/types/components/menu/menu.style.d.ts +3 -2
- package/dist/types/components/menu/namespace.d.ts +0 -2
- package/dist/types/components/menu/use-menu.d.ts +53 -90
- package/dist/types/components/modal/modal.d.ts +8 -1
- package/dist/types/components/modal/modal.style.d.ts +1 -0
- package/dist/types/components/modal/namespace.d.ts +0 -2
- package/dist/types/components/modal/use-modal.d.ts +2 -11
- package/dist/types/components/motion/factory.d.ts +2 -2
- package/dist/types/components/motion/index.types.d.ts +2 -2
- package/dist/types/components/motion/motion.d.ts +0 -1
- package/dist/types/components/motion/transition.d.ts +0 -1
- package/dist/types/components/native-accordion/namespace.d.ts +0 -2
- package/dist/types/components/native-accordion/native-accordion.d.ts +2 -1
- package/dist/types/components/native-accordion/native-accordion.style.d.ts +1 -0
- package/dist/types/components/native-accordion/use-native-accordion.d.ts +3 -9
- package/dist/types/components/native-popover/namespace.d.ts +0 -2
- package/dist/types/components/native-popover/native-popover.d.ts +2 -1
- package/dist/types/components/native-popover/native-popover.style.d.ts +1 -0
- package/dist/types/components/native-popover/use-native-popover.d.ts +2 -21
- package/dist/types/components/native-select/namespace.d.ts +0 -2
- package/dist/types/components/native-select/native-select.d.ts +4 -1
- package/dist/types/components/native-select/native-select.style.d.ts +1 -0
- package/dist/types/components/native-select/use-native-select.d.ts +2 -0
- package/dist/types/components/native-table/namespace.d.ts +0 -2
- package/dist/types/components/native-table/native-table.d.ts +3 -5
- package/dist/types/components/native-table/native-table.style.d.ts +1 -0
- package/dist/types/components/notice/notice-provider.d.ts +1 -1
- package/dist/types/components/notice/notice.style.d.ts +1 -0
- package/dist/types/components/notice/use-notice.d.ts +4 -1
- package/dist/types/components/number-input/number-input.d.ts +3 -0
- package/dist/types/components/number-input/number-input.style.d.ts +1 -0
- package/dist/types/components/number-input/use-number-input.d.ts +2 -1
- package/dist/types/components/pagination/namespace.d.ts +0 -2
- package/dist/types/components/pagination/pagination.d.ts +4 -1
- package/dist/types/components/pagination/pagination.style.d.ts +1 -0
- package/dist/types/components/pagination/use-pagination.d.ts +2 -10
- package/dist/types/components/password-input/password-input.d.ts +3 -1
- package/dist/types/components/password-input/password-input.style.d.ts +1 -0
- package/dist/types/components/password-input/strength-meter.d.ts +2 -1
- package/dist/types/components/password-input/strength-meter.style.d.ts +1 -0
- package/dist/types/components/password-input/use-password-input.d.ts +2 -0
- package/dist/types/components/password-input/use-strength-meter.d.ts +2 -5
- package/dist/types/components/picture/picture.d.ts +2 -1
- package/dist/types/components/pin-input/namespace.d.ts +0 -2
- package/dist/types/components/pin-input/pin-input.d.ts +4 -0
- package/dist/types/components/pin-input/pin-input.style.d.ts +1 -0
- package/dist/types/components/pin-input/use-pin-input.d.ts +53 -50
- package/dist/types/components/popover/namespace.d.ts +0 -2
- package/dist/types/components/popover/popover.d.ts +4 -1
- package/dist/types/components/popover/popover.style.d.ts +1 -0
- package/dist/types/components/popover/use-popover.d.ts +2 -31
- package/dist/types/components/portal/portal.d.ts +0 -1
- package/dist/types/components/progress/progress.d.ts +3 -10
- package/dist/types/components/progress/progress.style.d.ts +1 -0
- package/dist/types/components/progress/use-progress.d.ts +2 -5
- package/dist/types/components/qr-code/namespace.d.ts +0 -2
- package/dist/types/components/qr-code/qr-code.d.ts +2 -0
- package/dist/types/components/qr-code/qr-code.style.d.ts +1 -0
- package/dist/types/components/qr-code/use-qr-code.d.ts +2 -14
- package/dist/types/components/radio/namespace.d.ts +0 -2
- package/dist/types/components/radio/radio-group.d.ts +3 -1
- package/dist/types/components/radio/radio.d.ts +229 -235
- package/dist/types/components/radio/radio.style.d.ts +1 -0
- package/dist/types/components/radio/use-radio-group.d.ts +2 -1
- package/dist/types/components/radio/use-radio.d.ts +3 -5
- package/dist/types/components/radio-card/radio-card-group.d.ts +4 -1
- package/dist/types/components/radio-card/radio-card-group.namespace.d.ts +0 -2
- package/dist/types/components/radio-card/radio-card.d.ts +425 -430
- package/dist/types/components/radio-card/radio-card.namespace.d.ts +0 -2
- package/dist/types/components/radio-card/radio-card.style.d.ts +1 -0
- package/dist/types/components/rating/rating.d.ts +2 -0
- package/dist/types/components/rating/rating.style.d.ts +1 -0
- package/dist/types/components/rating/use-rating.d.ts +3 -5
- package/dist/types/components/reorder/namespace.d.ts +0 -2
- package/dist/types/components/reorder/reorder.d.ts +3 -1
- package/dist/types/components/reorder/reorder.style.d.ts +1 -0
- package/dist/types/components/reorder/use-reorder.d.ts +3 -17
- package/dist/types/components/resizable/namespace.d.ts +0 -2
- package/dist/types/components/resizable/resizable.d.ts +2 -1
- package/dist/types/components/resizable/resizable.style.d.ts +1 -0
- package/dist/types/components/resizable/use-resizable.d.ts +4 -15
- package/dist/types/components/ripple/ripple.d.ts +3 -1
- package/dist/types/components/ripple/ripple.style.d.ts +1 -0
- package/dist/types/components/ripple/use-ripple.d.ts +1 -5
- package/dist/types/components/rotate/rotate.d.ts +3 -1
- package/dist/types/components/rotate/rotate.style.d.ts +1 -0
- package/dist/types/components/saturation-slider/namespace.d.ts +0 -2
- package/dist/types/components/saturation-slider/saturation-slider.d.ts +2 -0
- package/dist/types/components/saturation-slider/saturation-slider.style.d.ts +1 -0
- package/dist/types/components/saturation-slider/use-saturation-slider.d.ts +2 -0
- package/dist/types/components/scroll-area/scroll-area.d.ts +2 -0
- package/dist/types/components/scroll-area/scroll-area.style.d.ts +1 -0
- package/dist/types/components/scroll-area/use-scroll-area.d.ts +3 -11
- package/dist/types/components/segmented-control/namespace.d.ts +0 -2
- package/dist/types/components/segmented-control/segmented-control.d.ts +2 -1
- package/dist/types/components/segmented-control/segmented-control.style.d.ts +3 -2
- package/dist/types/components/segmented-control/use-segmented-control.d.ts +55 -68
- package/dist/types/components/select/namespace.d.ts +0 -2
- package/dist/types/components/select/select.d.ts +4 -1
- package/dist/types/components/select/select.style.d.ts +1 -0
- package/dist/types/components/select/use-select.d.ts +5 -9
- package/dist/types/components/separator/separator.d.ts +2 -0
- package/dist/types/components/separator/separator.style.d.ts +1 -0
- package/dist/types/components/show/show.d.ts +2 -6
- package/dist/types/components/sidebar/namespace.d.ts +0 -2
- package/dist/types/components/sidebar/sidebar.d.ts +8 -1
- package/dist/types/components/sidebar/sidebar.style.d.ts +2 -0
- package/dist/types/components/sidebar/use-sidebar.d.ts +50 -73
- package/dist/types/components/simple-grid/simple-grid.d.ts +3 -0
- package/dist/types/components/simple-grid/simple-grid.style.d.ts +1 -0
- package/dist/types/components/skeleton/skeleton-circle.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton-text.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +2 -0
- package/dist/types/components/skeleton/skeleton.style.d.ts +1 -0
- package/dist/types/components/slide/slide.d.ts +3 -1
- package/dist/types/components/slide/slide.style.d.ts +1 -0
- package/dist/types/components/slide-fade/slide-fade.d.ts +3 -1
- package/dist/types/components/slide-fade/slide-fade.style.d.ts +1 -0
- package/dist/types/components/slider/namespace.d.ts +0 -2
- package/dist/types/components/slider/slider.d.ts +2 -1
- package/dist/types/components/slider/slider.style.d.ts +1 -0
- package/dist/types/components/slider/use-slider.d.ts +2 -0
- package/dist/types/components/slot/slot.d.ts +0 -1
- package/dist/types/components/snacks/snacks.d.ts +4 -0
- package/dist/types/components/snacks/use-snacks.d.ts +3 -1
- package/dist/types/components/stack/h-stack.d.ts +2 -0
- package/dist/types/components/stack/h-stack.style.d.ts +1 -0
- package/dist/types/components/stack/stack.d.ts +2 -1
- package/dist/types/components/stack/stack.style.d.ts +1 -0
- package/dist/types/components/stack/v-stack.d.ts +2 -0
- package/dist/types/components/stack/v-stack.style.d.ts +1 -0
- package/dist/types/components/stack/z-stack.d.ts +2 -0
- package/dist/types/components/stack/z-stack.style.d.ts +1 -0
- package/dist/types/components/stat/namespace.d.ts +0 -2
- package/dist/types/components/stat/stat.d.ts +2 -1
- package/dist/types/components/stat/stat.style.d.ts +1 -0
- package/dist/types/components/status/status.d.ts +2 -0
- package/dist/types/components/status/status.style.d.ts +1 -0
- package/dist/types/components/steps/namespace.d.ts +0 -2
- package/dist/types/components/steps/steps.d.ts +2 -1
- package/dist/types/components/steps/steps.style.d.ts +2 -1
- package/dist/types/components/steps/use-steps.d.ts +54 -63
- package/dist/types/components/switch/switch.d.ts +2 -1
- package/dist/types/components/switch/switch.style.d.ts +1 -0
- package/dist/types/components/switch/use-switch.d.ts +2 -1
- package/dist/types/components/table/table.d.ts +4 -1
- package/dist/types/components/tabs/namespace.d.ts +0 -2
- package/dist/types/components/tabs/tabs.d.ts +2 -1
- package/dist/types/components/tabs/tabs.style.d.ts +1 -0
- package/dist/types/components/tabs/use-tabs.d.ts +105 -121
- package/dist/types/components/tag/tag.d.ts +2 -1
- package/dist/types/components/tag/tag.style.d.ts +1 -0
- package/dist/types/components/text/text.d.ts +2 -0
- package/dist/types/components/text/text.style.d.ts +1 -0
- package/dist/types/components/textarea/textarea.d.ts +4 -0
- package/dist/types/components/textarea/textarea.style.d.ts +1 -0
- package/dist/types/components/textarea/use-autosize.d.ts +2 -5
- package/dist/types/components/textarea/use-textarea.d.ts +2 -8
- package/dist/types/components/timeline/namespace.d.ts +0 -2
- package/dist/types/components/timeline/timeline.d.ts +3 -8
- package/dist/types/components/timeline/timeline.style.d.ts +2 -1
- package/dist/types/components/tip/tip.d.ts +4 -1
- package/dist/types/components/toggle/namespace.d.ts +0 -2
- package/dist/types/components/toggle/toggle-group.d.ts +2 -1
- package/dist/types/components/toggle/toggle.d.ts +420 -425
- package/dist/types/components/toggle/toggle.style.d.ts +1 -0
- package/dist/types/components/toggle/use-toggle-group.d.ts +3 -10
- package/dist/types/components/toggle/use-toggle.d.ts +2 -0
- package/dist/types/components/tooltip/tooltip.d.ts +4 -1
- package/dist/types/components/tooltip/tooltip.style.d.ts +1 -0
- package/dist/types/components/tooltip/use-tooltip.d.ts +1 -1
- package/dist/types/components/tree/namespace.d.ts +0 -2
- package/dist/types/components/tree/tree.d.ts +7 -1
- package/dist/types/components/tree/tree.style.d.ts +2 -1
- package/dist/types/components/tree/use-tree.d.ts +50 -74
- package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -0
- package/dist/types/components/visually-hidden/visually-hidden.style.d.ts +1 -0
- package/dist/types/components/wrap/wrap.d.ts +3 -0
- package/dist/types/components/wrap/wrap.style.d.ts +1 -0
- package/dist/types/core/components/create-component.d.ts +10 -44
- package/dist/types/core/components/index.types.d.ts +1 -1
- package/dist/types/core/components/props.d.ts +1 -2
- package/dist/types/core/components/use-component-style.d.ts +2 -1
- package/dist/types/core/components/utils.d.ts +1 -0
- package/dist/types/core/constant.d.ts +1 -0
- package/dist/types/core/css/animation.d.ts +2 -11
- package/dist/types/core/css/calc.d.ts +1 -1
- package/dist/types/core/css/color-mix.d.ts +1 -6
- package/dist/types/core/css/color-scheme.d.ts +0 -1
- package/dist/types/core/css/conditions.d.ts +7 -6
- package/dist/types/core/css/config.d.ts +2 -4
- package/dist/types/core/css/css.d.ts +2 -4
- package/dist/types/core/css/display.d.ts +1 -4
- package/dist/types/core/css/filter.d.ts +0 -1
- package/dist/types/core/css/focus-ring.d.ts +0 -1
- package/dist/types/core/css/function.d.ts +0 -1
- package/dist/types/core/css/gradient.d.ts +1 -4
- package/dist/types/core/css/grid.d.ts +1 -5
- package/dist/types/core/css/index.types.d.ts +9 -9
- package/dist/types/core/css/merge-css.d.ts +0 -1
- package/dist/types/core/css/style.d.ts +0 -1
- package/dist/types/core/css/styles.d.ts +5 -13
- package/dist/types/core/css/token.d.ts +1 -1
- package/dist/types/core/css/transform.d.ts +1 -5
- package/dist/types/core/css/transition.d.ts +0 -1
- package/dist/types/core/css/use-css.d.ts +1 -1
- package/dist/types/core/css/use-inject-vars.d.ts +2 -3
- package/dist/types/core/css/utils.d.ts +3 -3
- package/dist/types/core/generated-theme-tokens.types.d.ts +1 -0
- package/dist/types/core/index.d.ts +3 -0
- package/dist/types/core/system/breakpoint.d.ts +0 -1
- package/dist/types/core/system/color-mode-provider.d.ts +0 -1
- package/dist/types/core/system/config.d.ts +5 -4
- package/dist/types/core/system/create-system.d.ts +1 -0
- package/dist/types/core/system/environment-provider.d.ts +0 -1
- package/dist/types/core/system/factory.d.ts +3 -2
- package/dist/types/core/system/index.types.d.ts +10 -10
- package/dist/types/core/system/layer.d.ts +0 -1
- package/dist/types/core/system/storage-script.d.ts +3 -14
- package/dist/types/core/system/styled.d.ts +3 -11
- package/dist/types/core/system/system-provider.d.ts +0 -1
- package/dist/types/core/system/theme-provider.d.ts +0 -1
- package/dist/types/core/system/use-color-mode-value.d.ts +0 -1
- package/dist/types/core/system/use-system-color-mode.d.ts +1 -5
- package/dist/types/core/system/var.d.ts +3 -1
- package/dist/types/hooks/use-animation/index.d.ts +1 -0
- package/dist/types/hooks/use-async/index.d.ts +0 -1
- package/dist/types/hooks/use-async-callback/index.d.ts +2 -6
- package/dist/types/hooks/use-breakpoint/use-breakpoint-effect.d.ts +1 -1
- package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +1 -0
- package/dist/types/hooks/use-breakpoint/use-breakpoint-value.d.ts +1 -0
- package/dist/types/hooks/use-breakpoint/use-breakpoint.d.ts +1 -0
- package/dist/types/hooks/use-breakpoint/use-update-breakpoint-effect.d.ts +1 -1
- package/dist/types/hooks/use-clickable/index.d.ts +2 -19
- package/dist/types/hooks/use-combobox/index.d.ts +72 -91
- package/dist/types/hooks/use-controllable-state/index.d.ts +0 -1
- package/dist/types/hooks/use-counter/index.d.ts +1 -7
- package/dist/types/hooks/use-descendants/index.d.ts +0 -1
- package/dist/types/hooks/use-disclosure/use-disclosure.d.ts +1 -7
- package/dist/types/hooks/use-disclosure/use-promise-disclosure.d.ts +1 -6
- package/dist/types/hooks/use-event-listener/index.d.ts +0 -1
- package/dist/types/hooks/use-field-sizing/index.d.ts +1 -3
- package/dist/types/hooks/use-focus/index.d.ts +2 -12
- package/dist/types/hooks/use-lazy-mount/index.d.ts +1 -7
- package/dist/types/hooks/use-local-storage/index.d.ts +1 -7
- package/dist/types/hooks/use-outside-click/index.d.ts +1 -6
- package/dist/types/hooks/use-pan-event/index.d.ts +1 -5
- package/dist/types/hooks/use-popper/index.d.ts +2 -17
- package/dist/types/hooks/use-value/index.d.ts +1 -0
- package/dist/types/index.d.ts +129 -5
- package/dist/types/providers/i18n-provider/i18n-provider.d.ts +1 -1
- package/dist/types/providers/i18n-provider/icu.types.d.ts +6 -7
- package/dist/types/providers/i18n-provider/intl/index.d.ts +1 -2
- package/dist/types/providers/ui-provider/ui-provider.d.ts +4 -2
- package/dist/types/theme/config.d.ts +1 -0
- package/dist/types/theme/index.d.ts +1 -0
- package/dist/types/theme/styles/index.d.ts +1 -0
- package/dist/types/utils/children.d.ts +0 -1
- package/dist/types/utils/context.d.ts +0 -1
- package/dist/types/utils/dom.d.ts +1 -4
- package/dist/types/utils/effect.d.ts +0 -1
- package/dist/types/utils/index.d.ts +3 -5
- package/dist/types/utils/ref.d.ts +0 -1
- package/dist/types/utils/store.d.ts +8 -9
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-calendar.cjs","names":["createDescendants","createContext","useI18n","useDateTimeFormat","useControllableState","mergeProps","visuallyHiddenAttributes","mergeRefs","useSplitProps"],"sources":["../../../../src/components/calendar/use-calendar.ts"],"sourcesContent":["\"use client\"\n\nimport type { FocusEvent, KeyboardEvent } from \"react\"\nimport type { HTMLProps, PropGetter, RequiredPropGetter } from \"../../core\"\nimport type { Descendant } from \"../../hooks/use-descendants\"\nimport type { Locale } from \"../../providers/i18n-provider\"\nimport type { AnyString, Dict } from \"../../utils\"\nimport dayjs from \"dayjs\"\nimport { useCallback, useMemo, useRef } from \"react\"\nimport { mergeProps, useSplitProps } from \"../../core\"\nimport { useControllableState } from \"../../hooks/use-controllable-state\"\nimport { createDescendants } from \"../../hooks/use-descendants\"\nimport { useI18n } from \"../../providers/i18n-provider\"\nimport {\n ariaAttr,\n contains,\n createContext,\n dataAttr,\n handlerAll,\n isArray,\n isDate,\n isNumber,\n isObject,\n mergeRefs,\n runKeyAction,\n useUpdateEffect,\n visuallyHiddenAttributes,\n} from \"../../utils\"\nimport { useDateTimeFormat } from \"../format\"\n\nexport const DEFAULT_HOLIDAYS: Date[] = []\nexport const DEFAULT_WEEKEND_DAYS: number[] = [0, 6]\nexport const DEFAULT_FIRST_DAY_OF_WEEK: StartDayOfWeek = \"sunday\"\nexport const DEFAULT_MAX_DATE: Date = new Date(\"2099-12-31\")\nexport const DEFAULT_MIN_DATE: Date = new Date(\"1900-01-01\")\n\nexport type MaybeDate = Date | Date[] | undefined | { end?: Date; start?: Date }\nexport type MaybeDateValue<\n Multiple extends boolean = false,\n Range extends boolean = false,\n> = Range extends true\n ? { end?: Date; start?: Date }\n : Multiple extends true\n ? Date[]\n : Date | undefined\nexport type StartDayOfWeek = \"monday\" | \"sunday\"\nexport interface CalendarFormat {\n day?: Intl.DateTimeFormatOptions[\"day\"] | null\n month?: Intl.DateTimeFormatOptions[\"month\"] | null\n weekday?: Intl.DateTimeFormatOptions[\"weekday\"] | null\n year?: Intl.DateTimeFormatOptions[\"year\"] | null\n}\n\nexport const getStartOfWeek = (\n date: Date,\n startDayOfWeek: StartDayOfWeek,\n): Date =>\n dayjs(date)\n .subtract(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .startOf(\"week\")\n .add(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .toDate()\n\nexport const getEndOfWeek = (\n date: Date,\n startDayOfWeek: StartDayOfWeek,\n): Date =>\n dayjs(date)\n .subtract(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .endOf(\"week\")\n .add(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .toDate()\n\nexport const getWeekdays = (\n startDayOfWeek: StartDayOfWeek,\n format: (value: Date) => string,\n): { label: string; value: number }[] => {\n let weekdays: { label: string; value: number }[] = []\n\n const date = getStartOfWeek(new Date(), startDayOfWeek)\n\n for (let i = 0; i < 7; i += 1) {\n const label = format(date)\n const value = date.getDay()\n\n weekdays = [...weekdays, { label, value }]\n\n date.setDate(date.getDate() + 1)\n }\n\n return weekdays\n}\n\nexport const getMonthDays = (\n date: Date,\n startDayOfWeek: StartDayOfWeek,\n format: (value: Date) => string,\n): { label: string; value: Date }[][] => {\n const currentMonth = date.getMonth()\n const startOfMonth = new Date(date.getFullYear(), currentMonth, 1)\n const endOfMonth = new Date(date.getFullYear(), date.getMonth() + 1, 0)\n const startDate = getStartOfWeek(startOfMonth, startDayOfWeek)\n const endDate = getEndOfWeek(endOfMonth, startDayOfWeek)\n\n const weeks: { label: string; value: Date }[][] = []\n\n while (startDate <= endDate) {\n const days: { label: string; value: Date }[] = []\n\n for (let i = 0; i < 7; i += 1) {\n const value = new Date(startDate)\n const label = format(value)\n\n days.push({ label, value })\n\n startDate.setDate(startDate.getDate() + 1)\n }\n\n weeks.push(days)\n }\n\n return weeks\n}\n\nexport const isSameYear = (\n date: Date | undefined,\n comparison: Date | undefined,\n): boolean =>\n date instanceof Date &&\n comparison instanceof Date &&\n dayjs(date).isSame(comparison, \"year\")\n\nexport const isSameMonth = (\n date: Date | undefined,\n comparison: Date | undefined,\n): boolean =>\n date instanceof Date &&\n comparison instanceof Date &&\n dayjs(date).isSame(comparison, \"month\")\n\nexport const isSameDate = (\n date: Date | undefined,\n comparison: Date | undefined,\n) =>\n date instanceof Date &&\n comparison instanceof Date &&\n dayjs(date).isSame(comparison, \"date\")\n\nexport const isAfterDate = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isAfter(date, \"date\")\n\nexport const isBeforeDate = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isBefore(date, \"date\")\n\nexport const isSameAfterDate = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"date\") || dayjs(value).isAfter(date, \"date\"))\n\nexport const isSameBeforeDate = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"date\") || dayjs(value).isBefore(date, \"date\"))\n\nexport const isAfterMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isAfter(date, \"month\")\n\nexport const isBeforeMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isBefore(date, \"month\")\n\nexport const isSameAfterMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"month\") || dayjs(value).isAfter(date, \"month\"))\n\nexport const isSameBeforeMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"month\") || dayjs(value).isBefore(date, \"month\"))\n\nexport const isAfterYear = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isAfter(date, \"year\")\n\nexport const isBeforeYear = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isBefore(date, \"year\")\n\nexport const isSameAfterYear = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"year\") || dayjs(value).isAfter(date, \"year\"))\n\nexport const isSameBeforeYear = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"year\") || dayjs(value).isBefore(date, \"year\"))\n\nexport const isIncludeDates = (comparison: Date, dates: Date[]) =>\n dates.some((date) => dayjs(date).isSame(comparison, \"date\"))\n\nexport const isInRange = (date: Date, minDate?: Date, maxDate?: Date) => {\n const hasMinDate = minDate instanceof Date\n const hasMaxDate = maxDate instanceof Date\n\n if (!hasMaxDate && !hasMinDate) return false\n\n const minInRange = hasMinDate ? isAfterDate(date, minDate) : false\n const maxInRange = hasMaxDate ? isBeforeDate(date, maxDate) : false\n\n return maxInRange && minInRange\n}\n\nexport const sortDates = (dates: Date[], type: \"asc\" | \"desc\" = \"asc\") => {\n if (type === \"asc\")\n return dates.sort((a, b) => (dayjs(a).isAfter(b, \"date\") ? 1 : -1))\n else return dates.sort((a, b) => (dayjs(a).isBefore(b, \"date\") ? 1 : -1))\n}\n\nexport const updateMaybeDateValue =\n (value: Date, max?: number) =>\n (prev: MaybeDate): MaybeDate => {\n if (isArray(prev)) {\n if (isIncludeDates(value, prev))\n return prev.filter((prevValue) => !isSameDate(prevValue, value))\n else if (!isNumber(max) || prev.length < max) return [...prev, value]\n else return prev\n } else if (isObject(prev) && !isDate(prev)) {\n const { end, start } = prev\n\n if ((start && end) || !start) return { end: undefined, start: value }\n else if (isSameDate(start, value))\n return { end: undefined, start: undefined }\n else if (isBeforeDate(value, start)) return { end: start, start: value }\n else return { end: value, start }\n } else {\n if (isSameDate(prev, value)) return undefined\n else return value\n }\n }\n\nexport const getAdjustedMonth = (value: MaybeDate, month: Date) => {\n if (isDate(value)) {\n if (!isSameMonth(value, month)) month = dayjs(value).set(\"date\", 1).toDate()\n } else if (isArray(value)) {\n const lastValue = value.at(-1)\n\n if (lastValue && !isSameMonth(lastValue, month))\n month = dayjs(lastValue).set(\"date\", 1).toDate()\n } else if (isObject(value)) {\n if (value.end) month = dayjs(value.end).set(\"date\", 1).toDate()\n else if (value.start) month = dayjs(value.start).set(\"date\", 1).toDate()\n }\n\n return month\n}\n\nconst {\n DescendantsContext: CalendarDescendantsContext,\n useDescendant: useCalendarDescendant,\n useDescendants: useCalendarDescendants,\n} = createDescendants<HTMLTableCellElement>()\n\nexport {\n CalendarDescendantsContext,\n useCalendarDescendant,\n useCalendarDescendants,\n}\n\ninterface CalendarContext extends Omit<\n UseCalendarReturn,\n | \"descendants\"\n | \"getMonthProps\"\n | \"getMonthSelectProps\"\n | \"getNavigationProps\"\n | \"getNextButtonProps\"\n | \"getPrevButtonProps\"\n | \"getRootProps\"\n | \"getStatusProps\"\n | \"getWeekdayProps\"\n | \"getYearSelectProps\"\n | \"monthDays\"\n | \"monthItems\"\n | \"weekdays\"\n | \"yearItems\"\n> {}\n\nconst [CalendarContext, useCalendarContext] = createContext<CalendarContext>({\n name: \"CalendarContext\",\n})\n\nexport { CalendarContext, useCalendarContext }\n\nexport interface UseCalendarProps<\n Multiple extends boolean = false,\n Range extends boolean = false,\n> extends Omit<HTMLProps, \"defaultValue\" | \"onChange\"> {\n /**\n * The initial month of the calendar.\n *\n * @default new Date()\n */\n defaultMonth?: Date\n /**\n * The initial value of the calendar.\n */\n defaultValue?: MaybeDateValue<Multiple, Range>\n /**\n * If `true`, disables the calendar.\n *\n * @default false\n */\n disabled?: boolean\n /**\n * The format used for conversion.\n * Check the docs to see the format of possible modifiers you can pass.\n *\n * @see https://day.js.org/docs/en/display/format#list-of-localized-formats\n */\n format?: CalendarFormat\n /**\n * Define holidays.\n */\n holidays?: Date[]\n /**\n * The locale of the calendar.\n *\n * @default 'en-US'\n */\n locale?: AnyString | Locale\n /**\n * The maximum selectable value.\n */\n max?: number\n /**\n * The maximum possible date.\n *\n * @default new Date(2099, 11, 31)\n */\n maxDate?: Date\n /**\n * The minimum possible date.\n *\n * @default new Date(1900, 0, 1)\n */\n minDate?: Date\n /**\n * The month of the calendar.\n */\n month?: Date\n /**\n * If `true`, the calendar will be multiple.\n *\n * @default false\n */\n multiple?: Multiple\n /**\n * If `true`, enables date range selection.\n *\n * @default false\n */\n range?: Range\n /**\n * Define the start day of the week.\n *\n * @default 'monday'\n */\n startDayOfWeek?: StartDayOfWeek\n /**\n * If `true`, highlight today.\n *\n * @default true\n */\n today?: boolean\n /**\n * The value of the calendar.\n */\n value?: MaybeDateValue<Multiple, Range>\n /**\n * Define weekend days.\n *\n * @default [0, 6]\n */\n weekendDays?: number[]\n /**\n * Callback function to determine whether the day should be disabled.\n */\n excludeDate?: (date: Date) => boolean\n /**\n * The callback invoked when value state changes.\n */\n onChange?: (value: MaybeDateValue<Multiple, Range>) => void\n /**\n * The callback invoked when month state changes.\n */\n onChangeMonth?: (value: Date) => void\n}\n\nexport const useCalendar = <\n Multiple extends boolean = false,\n Range extends boolean = false,\n>({\n defaultMonth = new Date(),\n multiple = false as Multiple,\n range = false as Range,\n defaultValue = (range\n ? { end: undefined, start: undefined }\n : multiple\n ? []\n : undefined) as MaybeDateValue<Multiple, Range>,\n disabled = false,\n excludeDate,\n format = {},\n holidays = DEFAULT_HOLIDAYS,\n locale: localeProp,\n max,\n maxDate = DEFAULT_MAX_DATE,\n minDate = DEFAULT_MIN_DATE,\n month: monthProp,\n startDayOfWeek = DEFAULT_FIRST_DAY_OF_WEEK,\n today = true,\n value: valueProp,\n weekendDays = DEFAULT_WEEKEND_DAYS,\n onChange: onChangeProp,\n onChangeMonth: onChangeMonthProp,\n ...rest\n}: UseCalendarProps<Multiple, Range> = {}) => {\n if (dayjs(minDate).isAfter(dayjs(maxDate))) maxDate = minDate\n\n const { locale: defaultLocale, t } = useI18n(\"calendar\")\n const locale = localeProp ?? defaultLocale\n const dateTimeFormat = useDateTimeFormat({ locale })\n const yearFormat = useCallback(\n (value: Date) => {\n if (format.year === null) {\n return value.getFullYear().toString()\n } else {\n const year = format.year ?? \"numeric\"\n\n return dateTimeFormat(value, { year })\n }\n },\n [dateTimeFormat, format.year],\n )\n const monthFormat = useCallback(\n (value: Date) => {\n if (format.month === null) {\n return (value.getMonth() + 1).toString()\n } else {\n const month = format.month ?? \"short\"\n\n return dateTimeFormat(value, { month })\n }\n },\n [dateTimeFormat, format.month],\n )\n const weekdayFormat = useCallback(\n (value: Date) => {\n return dateTimeFormat(value, {\n weekday: format.weekday ?? \"short\",\n })\n },\n [dateTimeFormat, format.weekday],\n )\n const dayFormat = useCallback(\n (value: Date) => {\n if (format.day)\n return dateTimeFormat(value, {\n day: format.day,\n })\n else return value.getDate().toString()\n },\n [dateTimeFormat, format.day],\n )\n const descendants = useCalendarDescendants()\n const monthRef = useRef<HTMLTableElement>(null)\n const [value, setValue] = useControllableState({\n defaultValue,\n value: valueProp,\n onChange: onChangeProp,\n })\n const [month, setMonth] = useControllableState({\n defaultValue: () => {\n if (dayjs(minDate).isAfter(dayjs(defaultMonth)))\n defaultMonth = dayjs(minDate).set(\"date\", 1).toDate()\n\n if (valueProp) defaultMonth = getAdjustedMonth(valueProp, defaultMonth)\n else if (defaultValue)\n defaultMonth = getAdjustedMonth(defaultValue, defaultMonth)\n\n return defaultMonth\n },\n value: monthProp,\n onChange: onChangeMonthProp,\n })\n const { endOfMonth, startOfMonth } = useMemo(() => {\n const startOfMonth = dayjs(month).startOf(\"month\").toDate()\n const endOfMonth = dayjs(month).endOf(\"month\").toDate()\n\n return { endOfMonth, startOfMonth }\n }, [month])\n const weekdays = useMemo(\n () => getWeekdays(startDayOfWeek, weekdayFormat),\n [startDayOfWeek, weekdayFormat],\n )\n const monthDays = useMemo(\n () => getMonthDays(month, startDayOfWeek, dayFormat),\n [month, startDayOfWeek, dayFormat],\n )\n const yearItems = useMemo(() => {\n const minYear = dayjs(minDate).year()\n const maxYear = dayjs(maxDate).year()\n const yearItems: { label: string; value: string }[] = []\n\n for (let year = minYear; year <= maxYear; year++) {\n const label = yearFormat(dayjs().set(\"year\", year).toDate())\n const value = year.toString()\n\n yearItems.push({ label, value })\n }\n\n return yearItems\n }, [maxDate, minDate, yearFormat])\n const monthItems = useMemo(() => {\n const monthItems: { label: string; value: string }[] = []\n const date = dayjs(month).toDate()\n\n for (let month = 0; month < 12; month++) {\n date.setMonth(month)\n\n if (isAfterMonth(date, maxDate)) continue\n if (isBeforeMonth(date, minDate)) continue\n\n const label = monthFormat(dayjs().set(\"month\", month).toDate())\n const value = month.toString()\n\n monthItems.push({ label, value })\n }\n\n return monthItems\n }, [month, maxDate, minDate, monthFormat])\n\n const onChange = useCallback(\n (value: Date) => {\n if (isBeforeDate(value, minDate)) return\n if (isAfterDate(value, maxDate)) return\n\n setValue(\n (prev) =>\n updateMaybeDateValue(value, max)(prev) as MaybeDateValue<\n Multiple,\n Range\n >,\n )\n },\n [max, maxDate, minDate, setValue],\n )\n\n const onMonthChange = useCallback(\n (month: Date) => {\n if (isAfterMonth(month, maxDate))\n setMonth(dayjs(maxDate).set(\"date\", 1).toDate())\n else if (isBeforeMonth(month, minDate))\n setMonth(dayjs(minDate).set(\"date\", 1).toDate())\n else\n setMonth((prev) => {\n if (isSameMonth(prev, month)) return prev\n\n return month\n })\n },\n [maxDate, minDate, setMonth],\n )\n\n const onPrevMonth = useCallback(() => {\n setMonth((prev) => {\n if (isSameMonth(prev, minDate)) return prev\n\n return dayjs(prev).subtract(1, \"month\").toDate()\n })\n }, [minDate, setMonth])\n\n const onNextMonth = useCallback(() => {\n setMonth((prev) => {\n if (isSameMonth(prev, maxDate)) return prev\n\n return dayjs(prev).add(1, \"month\").toDate()\n })\n }, [maxDate, setMonth])\n\n const onFocus = useCallback(() => {\n let index: null | number = null\n let descendant: Descendant<HTMLTableCellElement> | undefined\n\n if (value) {\n if (isDate(value)) {\n if (isSameMonth(month, new Date())) index = new Date().getDate() - 1\n } else if (isArray(value)) {\n const firstValue = value[0]\n\n if (firstValue && isSameMonth(month, firstValue))\n index = firstValue.getDate() - 1\n } else if (isObject(value)) {\n if (value.start && isSameMonth(month, value.start))\n index = value.start.getDate() - 1\n else if (value.end && isSameMonth(month, value.end))\n index = value.end.getDate() - 1\n }\n } else if (isSameMonth(month, new Date())) {\n index = new Date().getDate() - 1\n }\n\n descendant = descendants.value(index)\n\n if (!descendant) descendant = descendants.enabledFirstValue()\n\n if (!descendant) return\n\n descendant.node.focus()\n descendant.node.tabIndex = 0\n\n if (monthRef.current) monthRef.current.tabIndex = -1\n }, [descendants, month, value])\n\n const onBlur = useCallback((ev: FocusEvent<HTMLTableElement>) => {\n if (contains(monthRef.current, ev.relatedTarget)) return\n\n if (monthRef.current) monthRef.current.tabIndex = 0\n }, [])\n\n useUpdateEffect(() => {\n setMonth((prev) => getAdjustedMonth(value, prev))\n }, [value])\n\n const getRootProps: PropGetter = useCallback(\n (props = {}) =>\n mergeProps({ \"data-disabled\": dataAttr(disabled) }, rest, props)(),\n [disabled, rest],\n )\n\n const getNavigationProps: PropGetter<\"nav\"> = useCallback(\n (props = {}) => ({ \"data-disabled\": dataAttr(disabled), ...props }),\n [disabled],\n )\n\n const getYearSelectProps: PropGetter<\n \"div\",\n { value?: string; onChange?: (value: string) => void },\n { value?: string; onChange?: (value: string) => void }\n > = useCallback(\n (props = {}) => ({\n \"aria-label\": t(\"Choose the year\"),\n disabled,\n value: dayjs(month).get(\"year\").toString(),\n ...props,\n onChange: handlerAll(props.onChange, (value) =>\n onMonthChange(dayjs(month).set(\"year\", parseInt(value)).toDate()),\n ),\n }),\n [disabled, month, onMonthChange, t],\n )\n\n const getMonthSelectProps: PropGetter<\n \"div\",\n { value?: string; onChange?: (value: string) => void },\n { value?: string; onChange?: (value: string) => void }\n > = useCallback(\n (props = {}) => ({\n \"aria-label\": t(\"Choose the month\"),\n disabled,\n value: dayjs(month).get(\"month\").toString(),\n ...props,\n onChange: handlerAll(props.onChange, (value) =>\n onMonthChange(dayjs(month).set(\"month\", parseInt(value)).toDate()),\n ),\n }),\n [disabled, month, onMonthChange, t],\n )\n\n const getStatusProps: PropGetter = useCallback(\n (props = {}) => ({\n style: visuallyHiddenAttributes.style,\n \"aria-live\": \"polite\",\n children: dateTimeFormat(dayjs(month).toDate(), {\n month: \"long\",\n year: \"numeric\",\n }),\n role: \"status\",\n ...props,\n }),\n [dateTimeFormat, month],\n )\n\n const getMonthProps: PropGetter<\"table\"> = useCallback(\n ({ ref, ...props } = {}) => ({\n ref: mergeRefs(ref, monthRef),\n \"aria-label\": dateTimeFormat(dayjs(month).toDate(), {\n month: \"long\",\n year: \"numeric\",\n }),\n \"aria-multiselectable\": ariaAttr(multiple || range),\n \"data-disabled\": dataAttr(disabled),\n role: \"grid\",\n tabIndex: disabled ? -1 : 0,\n ...props,\n onBlur: handlerAll(props.onBlur, onBlur),\n onFocus: handlerAll(props.onFocus, onFocus),\n }),\n [dateTimeFormat, disabled, month, multiple, onBlur, onFocus, range],\n )\n\n const getWeekdayProps: RequiredPropGetter<\"th\", { value: number }> =\n useCallback(\n ({ value, ...props }) => ({\n \"data-disabled\": dataAttr(disabled),\n \"data-value\": value.toString(),\n abbr: dateTimeFormat(dayjs().set(\"day\", value).toDate(), {\n weekday: \"long\",\n }),\n ...props,\n }),\n [dateTimeFormat, disabled],\n )\n\n const getButtonProps: PropGetter<\"button\"> = useCallback(\n (props) => ({\n type: \"button\",\n \"data-disabled\": dataAttr(disabled),\n ...props,\n }),\n [disabled],\n )\n\n const getPrevButtonProps: PropGetter<\"button\"> = useCallback(\n (props = {}) =>\n getButtonProps({\n \"aria-label\": t(\"Go to the previous month\"),\n disabled: isSameBeforeMonth(month, minDate),\n ...props,\n onClick: handlerAll(props.onClick, onPrevMonth),\n }),\n [getButtonProps, minDate, month, onPrevMonth, t],\n )\n\n const getNextButtonProps: PropGetter<\"button\"> = useCallback(\n (props = {}) =>\n getButtonProps({\n \"aria-label\": t(\"Go to the next month\"),\n disabled: isSameAfterMonth(month, maxDate),\n ...props,\n onClick: handlerAll(props.onClick, onNextMonth),\n }),\n [getButtonProps, maxDate, month, onNextMonth, t],\n )\n\n return {\n descendants,\n disabled,\n endOfMonth,\n excludeDate,\n holidays,\n locale,\n max,\n maxDate,\n minDate,\n month,\n monthDays,\n monthItems,\n multiple,\n range,\n startDayOfWeek,\n startOfMonth,\n today,\n value,\n weekdays,\n weekendDays,\n yearItems,\n getMonthProps,\n getMonthSelectProps,\n getNavigationProps,\n getNextButtonProps,\n getPrevButtonProps,\n getRootProps,\n getStatusProps,\n getWeekdayProps,\n getYearSelectProps,\n onChange,\n onMonthChange,\n onNextMonth,\n onPrevMonth,\n }\n}\n\nexport type UseCalendarReturn = ReturnType<typeof useCalendar>\n\nexport interface UseCalendarDayProps extends Omit<HTMLProps<\"td\">, \"value\"> {\n value: Date\n}\n\nexport const useCalendarDay = ({ value, ...rest }: UseCalendarDayProps) => {\n const { t } = useI18n(\"calendar\")\n const {\n disabled: rootDisabled,\n excludeDate,\n holidays,\n locale,\n max,\n maxDate,\n minDate,\n month,\n startDayOfWeek,\n today: highlightToday,\n value: selectedValue,\n weekendDays,\n onChange,\n onMonthChange,\n onNextMonth,\n onPrevMonth,\n } = useCalendarContext()\n const dateTimeFormat = useDateTimeFormat({ locale })\n const cellRef = useRef<HTMLTableCellElement>(null)\n const outside = useMemo(() => !isSameMonth(month, value), [month, value])\n const holiday = useMemo(\n () => holidays.some((holiday) => isSameDate(holiday, value)),\n [holidays, value],\n )\n const weekend = useMemo(\n () => weekendDays.includes(value.getDay()),\n [weekendDays, value],\n )\n const today = useMemo(\n () => highlightToday && isSameDate(value, new Date()),\n [highlightToday, value],\n )\n const selected = useMemo(() => {\n if (isDate(selectedValue)) return isSameDate(selectedValue, value)\n else if (isArray(selectedValue))\n return selectedValue.some((selectedValue) =>\n isSameDate(selectedValue, value),\n )\n else if (isObject(selectedValue))\n return (\n isSameDate(selectedValue.start, value) ||\n isSameDate(selectedValue.end, value)\n )\n }, [selectedValue, value])\n const disabled = useMemo(() => {\n if (rootDisabled) return true\n if (isAfterDate(value, maxDate)) return true\n if (isBeforeDate(value, minDate)) return true\n if (excludeDate?.(value)) return true\n if (\n isArray(selectedValue) &&\n isNumber(max) &&\n selectedValue.length >= max &&\n !isIncludeDates(value, selectedValue)\n )\n return true\n\n return false\n }, [excludeDate, max, maxDate, minDate, rootDisabled, selectedValue, value])\n const between = useMemo(() => {\n if (isDate(selectedValue) || isArray(selectedValue)) return false\n\n return isInRange(value, selectedValue?.start, selectedValue?.end)\n }, [selectedValue, value])\n const startValue = useMemo(() => {\n if (isDate(selectedValue) || isArray(selectedValue)) return false\n\n const { end, start } = selectedValue ?? {}\n\n return start && end && isSameDate(value, start)\n }, [selectedValue, value])\n const endValue = useMemo(() => {\n if (isDate(selectedValue) || isArray(selectedValue)) return false\n\n const { end, start } = selectedValue ?? {}\n\n return start && end && isSameDate(value, end)\n }, [selectedValue, value])\n const { descendants, register } = useCalendarDescendant({\n disabled: disabled,\n })\n\n const onFocusDescendant = useCallback(\n (descendant?: Descendant<HTMLTableCellElement>) => {\n if (!descendant) return\n\n descendant.node.focus()\n descendant.node.tabIndex = 0\n },\n [],\n )\n\n const onBlur = useCallback(() => {\n if (cellRef.current) cellRef.current.tabIndex = -1\n }, [])\n\n const onClick = useCallback(() => {\n if (disabled) return\n\n onChange(value)\n }, [disabled, onChange, value])\n\n const onPrevDate = useCallback(() => {\n const descendant = descendants.enabledPrevValue(cellRef.current, false)\n\n if (descendant) {\n onFocusDescendant(descendant)\n } else if (!isSameBeforeDate(value, minDate)) {\n onPrevMonth()\n\n setTimeout(() => onFocusDescendant(descendants.enabledLastValue()))\n }\n }, [descendants, minDate, onFocusDescendant, onPrevMonth, value])\n\n const onNextDate = useCallback(() => {\n const descendant = descendants.enabledNextValue(cellRef.current, false)\n\n if (descendant) {\n onFocusDescendant(descendant)\n } else if (!isSameAfterDate(value, maxDate)) {\n onNextMonth()\n\n setTimeout(() => onFocusDescendant(descendants.enabledFirstValue()))\n }\n }, [descendants, maxDate, onFocusDescendant, onNextMonth, value])\n\n const onPrevTraverseDate = useCallback(\n (date: Date) => {\n onMonthChange(dayjs(date).set(\"date\", 1).toDate())\n\n setTimeout(() => {\n const descendant = isBeforeDate(date, minDate)\n ? descendants.enabledFirstValue()\n : descendants.value(date.getDate() - 1)\n\n if (!descendant) return\n\n if (descendant.disabled)\n onFocusDescendant(descendants.enabledNextValue(descendant, false))\n else onFocusDescendant(descendant)\n })\n },\n [descendants, minDate, onFocusDescendant, onMonthChange],\n )\n\n const onNextTraverseDate = useCallback(\n (date: Date) => {\n onMonthChange(dayjs(date).set(\"date\", 1).toDate())\n\n setTimeout(() => {\n const descendant = isAfterDate(date, maxDate)\n ? descendants.enabledLastValue()\n : descendants.value(date.getDate() - 1)\n\n if (!descendant) return\n\n if (descendant.disabled)\n onFocusDescendant(descendants.enabledPrevValue(descendant, false))\n else onFocusDescendant(descendant)\n })\n },\n [descendants, maxDate, onFocusDescendant, onMonthChange],\n )\n\n const onKeyDown = useCallback(\n (ev: KeyboardEvent<HTMLTableCellElement>) => {\n runKeyAction(ev, {\n ArrowDown: () =>\n onNextTraverseDate(dayjs(value).add(1, \"week\").toDate()),\n ArrowLeft: onPrevDate,\n ArrowRight: onNextDate,\n ArrowUp: () =>\n onPrevTraverseDate(dayjs(value).subtract(1, \"week\").toDate()),\n End: () => onNextTraverseDate(getEndOfWeek(value, startDayOfWeek)),\n Enter: onClick,\n Home: () => onPrevTraverseDate(getStartOfWeek(value, startDayOfWeek)),\n PageDown: (ev) => {\n if (ev.shiftKey)\n onNextTraverseDate(dayjs(value).add(1, \"year\").toDate())\n else onNextTraverseDate(dayjs(value).add(1, \"month\").toDate())\n },\n PageUp: (ev) => {\n if (ev.shiftKey)\n onPrevTraverseDate(dayjs(value).subtract(1, \"year\").toDate())\n else onPrevTraverseDate(dayjs(value).subtract(1, \"month\").toDate())\n },\n Space: onClick,\n })\n },\n [\n onClick,\n onNextDate,\n onNextTraverseDate,\n onPrevDate,\n onPrevTraverseDate,\n startDayOfWeek,\n value,\n ],\n )\n\n const getDayProps: PropGetter<\"td\"> = useCallback(\n ({ \"aria-label\": ariaLabel, ...props } = {}) => {\n let resolvedAriaLabel = ariaLabel\n if (!resolvedAriaLabel) {\n resolvedAriaLabel = dateTimeFormat(dayjs(value).toDate(), {\n day: \"numeric\",\n month: \"long\",\n weekday: \"long\",\n year: \"numeric\",\n })\n\n if (today) resolvedAriaLabel = `${t(\"Today\")}, ${resolvedAriaLabel}`\n }\n\n return mergeProps(\n {\n \"aria-disabled\": ariaAttr(disabled),\n \"aria-label\": resolvedAriaLabel,\n \"aria-selected\": ariaAttr(selected),\n \"data-between\": dataAttr(between),\n \"data-disabled\": dataAttr(disabled),\n \"data-end\": dataAttr(endValue),\n \"data-holiday\": dataAttr(holiday),\n \"data-outside\": dataAttr(outside),\n \"data-selected\": dataAttr(selected),\n \"data-start\": dataAttr(startValue),\n \"data-today\": dataAttr(today),\n \"data-value\": dayjs(value).format(\"YYYY-MM-DD\"),\n \"data-weekend\": dataAttr(weekend),\n tabIndex: -1,\n },\n rest,\n props,\n {\n ref: mergeRefs(cellRef, outside ? null : register),\n onBlur,\n onClick,\n onFocus: (ev) => ev.preventDefault(),\n onKeyDown,\n },\n )()\n },\n [\n between,\n dateTimeFormat,\n disabled,\n endValue,\n holiday,\n onBlur,\n onClick,\n onKeyDown,\n outside,\n register,\n rest,\n selected,\n startValue,\n t,\n today,\n value,\n weekend,\n ],\n )\n\n return { outside, getDayProps }\n}\n\nexport type UseCalendarDayReturn = ReturnType<typeof useCalendarDay>\n\nconst calendarProps: (keyof UseCalendarProps)[] = [\n \"defaultMonth\",\n \"defaultValue\",\n \"disabled\",\n \"excludeDate\",\n \"format\",\n \"holidays\",\n \"locale\",\n \"max\",\n \"maxDate\",\n \"minDate\",\n \"month\",\n \"range\",\n \"startDayOfWeek\",\n \"today\",\n \"value\",\n \"weekendDays\",\n \"onChange\",\n \"onChangeMonth\",\n]\n\nexport const useCalendarProps = <\n Y extends boolean = false,\n M extends boolean = false,\n D extends Dict = Dict,\n H extends keyof UseCalendarProps<Y, M> = keyof UseCalendarProps<Y, M>,\n>(\n props: D,\n omitKeys?: H[],\n) => {\n return useSplitProps(\n props,\n calendarProps.filter((key) => !omitKeys?.includes(key as H)),\n ) as unknown as [\n keyof UseCalendarProps<Y, M> extends H\n ? UseCalendarProps<Y, M>\n : Omit<UseCalendarProps<Y, M>, H>,\n Omit<\n M,\n keyof UseCalendarProps<Y, M> extends H\n ? keyof UseCalendarProps<Y, M>\n : Exclude<keyof UseCalendarProps<Y, M>, H>\n >,\n ]\n}\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"use-calendar.cjs","names":["createDescendants","createContext","useI18n","useDateTimeFormat","useControllableState","mergeProps","visuallyHiddenAttributes","mergeRefs","useSplitProps"],"sources":["../../../../src/components/calendar/use-calendar.ts"],"sourcesContent":["\"use client\"\n\nimport type { FocusEvent, KeyboardEvent } from \"react\"\nimport type { HTMLProps, PropGetter, RequiredPropGetter } from \"../../core\"\nimport type { Descendant } from \"../../hooks/use-descendants\"\nimport type { Locale } from \"../../providers/i18n-provider\"\nimport type { AnyString, Dict } from \"../../utils\"\nimport dayjs from \"dayjs\"\nimport { useCallback, useMemo, useRef } from \"react\"\nimport { mergeProps, useSplitProps } from \"../../core\"\nimport { useControllableState } from \"../../hooks/use-controllable-state\"\nimport { createDescendants } from \"../../hooks/use-descendants\"\nimport { useI18n } from \"../../providers/i18n-provider\"\nimport {\n ariaAttr,\n contains,\n createContext,\n dataAttr,\n handlerAll,\n isArray,\n isDate,\n isNumber,\n isObject,\n mergeRefs,\n runKeyAction,\n useUpdateEffect,\n visuallyHiddenAttributes,\n} from \"../../utils\"\nimport { useDateTimeFormat } from \"../format\"\n\nexport const DEFAULT_HOLIDAYS: Date[] = []\nexport const DEFAULT_WEEKEND_DAYS: number[] = [0, 6]\nexport const DEFAULT_FIRST_DAY_OF_WEEK: StartDayOfWeek = \"sunday\"\nexport const DEFAULT_MAX_DATE: Date = new Date(\"2099-12-31\")\nexport const DEFAULT_MIN_DATE: Date = new Date(\"1900-01-01\")\n\nexport type MaybeDate = Date | Date[] | undefined | { end?: Date; start?: Date }\nexport type MaybeDateValue<\n Multiple extends boolean = false,\n Range extends boolean = false,\n> = Range extends true\n ? { end?: Date; start?: Date }\n : Multiple extends true\n ? Date[]\n : Date | undefined\nexport type StartDayOfWeek = \"monday\" | \"sunday\"\nexport interface CalendarFormat {\n day?: Intl.DateTimeFormatOptions[\"day\"] | null\n month?: Intl.DateTimeFormatOptions[\"month\"] | null\n weekday?: Intl.DateTimeFormatOptions[\"weekday\"] | null\n year?: Intl.DateTimeFormatOptions[\"year\"] | null\n}\n\nexport const getStartOfWeek = (\n date: Date,\n startDayOfWeek: StartDayOfWeek,\n): Date =>\n dayjs(date)\n .subtract(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .startOf(\"week\")\n .add(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .toDate()\n\nexport const getEndOfWeek = (\n date: Date,\n startDayOfWeek: StartDayOfWeek,\n): Date =>\n dayjs(date)\n .subtract(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .endOf(\"week\")\n .add(startDayOfWeek === \"monday\" ? 1 : 0, \"day\")\n .toDate()\n\nexport const getWeekdays = (\n startDayOfWeek: StartDayOfWeek,\n format: (value: Date) => string,\n): { label: string; value: number }[] => {\n let weekdays: { label: string; value: number }[] = []\n\n const date = getStartOfWeek(new Date(), startDayOfWeek)\n\n for (let i = 0; i < 7; i += 1) {\n const label = format(date)\n const value = date.getDay()\n\n weekdays = [...weekdays, { label, value }]\n\n date.setDate(date.getDate() + 1)\n }\n\n return weekdays\n}\n\nexport const getMonthDays = (\n date: Date,\n startDayOfWeek: StartDayOfWeek,\n format: (value: Date) => string,\n): { label: string; value: Date }[][] => {\n const currentMonth = date.getMonth()\n const startOfMonth = new Date(date.getFullYear(), currentMonth, 1)\n const endOfMonth = new Date(date.getFullYear(), date.getMonth() + 1, 0)\n const startDate = getStartOfWeek(startOfMonth, startDayOfWeek)\n const endDate = getEndOfWeek(endOfMonth, startDayOfWeek)\n\n const weeks: { label: string; value: Date }[][] = []\n\n while (startDate <= endDate) {\n const days: { label: string; value: Date }[] = []\n\n for (let i = 0; i < 7; i += 1) {\n const value = new Date(startDate)\n const label = format(value)\n\n days.push({ label, value })\n\n startDate.setDate(startDate.getDate() + 1)\n }\n\n weeks.push(days)\n }\n\n return weeks\n}\n\nexport const isSameYear = (\n date: Date | undefined,\n comparison: Date | undefined,\n): boolean =>\n date instanceof Date &&\n comparison instanceof Date &&\n dayjs(date).isSame(comparison, \"year\")\n\nexport const isSameMonth = (\n date: Date | undefined,\n comparison: Date | undefined,\n): boolean =>\n date instanceof Date &&\n comparison instanceof Date &&\n dayjs(date).isSame(comparison, \"month\")\n\nexport const isSameDate = (\n date: Date | undefined,\n comparison: Date | undefined,\n) =>\n date instanceof Date &&\n comparison instanceof Date &&\n dayjs(date).isSame(comparison, \"date\")\n\nexport const isAfterDate = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isAfter(date, \"date\")\n\nexport const isBeforeDate = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isBefore(date, \"date\")\n\nexport const isSameAfterDate = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"date\") || dayjs(value).isAfter(date, \"date\"))\n\nexport const isSameBeforeDate = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"date\") || dayjs(value).isBefore(date, \"date\"))\n\nexport const isAfterMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isAfter(date, \"month\")\n\nexport const isBeforeMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isBefore(date, \"month\")\n\nexport const isSameAfterMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"month\") || dayjs(value).isAfter(date, \"month\"))\n\nexport const isSameBeforeMonth = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"month\") || dayjs(value).isBefore(date, \"month\"))\n\nexport const isAfterYear = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isAfter(date, \"year\")\n\nexport const isBeforeYear = (value: Date, date: Date | undefined) =>\n date instanceof Date && dayjs(value).isBefore(date, \"year\")\n\nexport const isSameAfterYear = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"year\") || dayjs(value).isAfter(date, \"year\"))\n\nexport const isSameBeforeYear = (value: Date, date: Date | undefined) =>\n date instanceof Date &&\n (dayjs(date).isSame(value, \"year\") || dayjs(value).isBefore(date, \"year\"))\n\nexport const isIncludeDates = (comparison: Date, dates: Date[]) =>\n dates.some((date) => dayjs(date).isSame(comparison, \"date\"))\n\nexport const isInRange = (date: Date, minDate?: Date, maxDate?: Date) => {\n const hasMinDate = minDate instanceof Date\n const hasMaxDate = maxDate instanceof Date\n\n if (!hasMaxDate && !hasMinDate) return false\n\n const minInRange = hasMinDate ? isAfterDate(date, minDate) : false\n const maxInRange = hasMaxDate ? isBeforeDate(date, maxDate) : false\n\n return maxInRange && minInRange\n}\n\nexport const sortDates = (dates: Date[], type: \"asc\" | \"desc\" = \"asc\") => {\n if (type === \"asc\")\n return dates.sort((a, b) => (dayjs(a).isAfter(b, \"date\") ? 1 : -1))\n else return dates.sort((a, b) => (dayjs(a).isBefore(b, \"date\") ? 1 : -1))\n}\n\nexport const updateMaybeDateValue =\n (value: Date, max?: number) =>\n (prev: MaybeDate): MaybeDate => {\n if (isArray(prev)) {\n if (isIncludeDates(value, prev))\n return prev.filter((prevValue) => !isSameDate(prevValue, value))\n else if (!isNumber(max) || prev.length < max) return [...prev, value]\n else return prev\n } else if (isObject(prev) && !isDate(prev)) {\n const { end, start } = prev\n\n if ((start && end) || !start) return { end: undefined, start: value }\n else if (isSameDate(start, value))\n return { end: undefined, start: undefined }\n else if (isBeforeDate(value, start)) return { end: start, start: value }\n else return { end: value, start }\n } else {\n if (isSameDate(prev, value)) return undefined\n else return value\n }\n }\n\nexport const getAdjustedMonth = (value: MaybeDate, month: Date) => {\n if (isDate(value)) {\n if (!isSameMonth(value, month)) month = dayjs(value).set(\"date\", 1).toDate()\n } else if (isArray(value)) {\n const lastValue = value.at(-1)\n\n if (lastValue && !isSameMonth(lastValue, month))\n month = dayjs(lastValue).set(\"date\", 1).toDate()\n } else if (isObject(value)) {\n if (value.end) month = dayjs(value.end).set(\"date\", 1).toDate()\n else if (value.start) month = dayjs(value.start).set(\"date\", 1).toDate()\n }\n\n return month\n}\n\nconst {\n DescendantsContext: CalendarDescendantsContext,\n useDescendant: useCalendarDescendant,\n useDescendants: useCalendarDescendants,\n} = createDescendants<HTMLTableCellElement>()\n\nexport {\n CalendarDescendantsContext,\n useCalendarDescendant,\n useCalendarDescendants,\n}\n\ninterface CalendarContext extends Omit<\n UseCalendarReturn,\n | \"descendants\"\n | \"getMonthProps\"\n | \"getMonthSelectProps\"\n | \"getNavigationProps\"\n | \"getNextButtonProps\"\n | \"getPrevButtonProps\"\n | \"getRootProps\"\n | \"getStatusProps\"\n | \"getWeekdayProps\"\n | \"getYearSelectProps\"\n | \"monthDays\"\n | \"monthItems\"\n | \"weekdays\"\n | \"yearItems\"\n> {}\n\nconst [CalendarContext, useCalendarContext] = createContext<CalendarContext>({\n name: \"CalendarContext\",\n})\n\nexport { CalendarContext, useCalendarContext }\n\nexport interface UseCalendarProps<\n Multiple extends boolean = false,\n Range extends boolean = false,\n> extends Omit<HTMLProps, \"defaultValue\" | \"onChange\"> {\n /**\n * The initial month of the calendar.\n *\n * @default new Date()\n */\n defaultMonth?: Date\n /**\n * The initial value of the calendar.\n */\n defaultValue?: MaybeDateValue<Multiple, Range>\n /**\n * If `true`, disables the calendar.\n *\n * @default false\n */\n disabled?: boolean\n /**\n * The format used for conversion.\n * Check the docs to see the format of possible modifiers you can pass.\n *\n * @see https://day.js.org/docs/en/display/format#list-of-localized-formats\n */\n format?: CalendarFormat\n /**\n * Define holidays.\n */\n holidays?: Date[]\n /**\n * The locale of the calendar.\n *\n * @default 'en-US'\n */\n locale?: AnyString | Locale\n /**\n * The maximum selectable value.\n */\n max?: number\n /**\n * The maximum possible date.\n *\n * @default new Date(2099, 11, 31)\n */\n maxDate?: Date\n /**\n * The minimum possible date.\n *\n * @default new Date(1900, 0, 1)\n */\n minDate?: Date\n /**\n * The month of the calendar.\n */\n month?: Date\n /**\n * If `true`, the calendar will be multiple.\n *\n * @default false\n */\n multiple?: Multiple\n /**\n * If `true`, enables date range selection.\n *\n * @default false\n */\n range?: Range\n /**\n * Define the start day of the week.\n *\n * @default 'monday'\n */\n startDayOfWeek?: StartDayOfWeek\n /**\n * If `true`, highlight today.\n *\n * @default true\n */\n today?: boolean\n /**\n * The value of the calendar.\n */\n value?: MaybeDateValue<Multiple, Range>\n /**\n * Define weekend days.\n *\n * @default [0, 6]\n */\n weekendDays?: number[]\n /**\n * Callback function to determine whether the day should be disabled.\n */\n excludeDate?: (date: Date) => boolean\n /**\n * The callback invoked when value state changes.\n */\n onChange?: (value: MaybeDateValue<Multiple, Range>) => void\n /**\n * The callback invoked when month state changes.\n */\n onChangeMonth?: (value: Date) => void\n}\n\nexport const useCalendar = <\n Multiple extends boolean = false,\n Range extends boolean = false,\n>({\n defaultMonth = new Date(),\n multiple = false as Multiple,\n range = false as Range,\n defaultValue = (range\n ? { end: undefined, start: undefined }\n : multiple\n ? []\n : undefined) as MaybeDateValue<Multiple, Range>,\n disabled = false,\n excludeDate,\n format = {},\n holidays = DEFAULT_HOLIDAYS,\n locale: localeProp,\n max,\n maxDate = DEFAULT_MAX_DATE,\n minDate = DEFAULT_MIN_DATE,\n month: monthProp,\n startDayOfWeek = DEFAULT_FIRST_DAY_OF_WEEK,\n today = true,\n value: valueProp,\n weekendDays = DEFAULT_WEEKEND_DAYS,\n onChange: onChangeProp,\n onChangeMonth: onChangeMonthProp,\n ...rest\n}: UseCalendarProps<Multiple, Range> = {}) => {\n if (dayjs(minDate).isAfter(dayjs(maxDate))) maxDate = minDate\n\n const { locale: defaultLocale, t } = useI18n(\"calendar\")\n const locale = localeProp ?? defaultLocale\n const dateTimeFormat = useDateTimeFormat({ locale })\n const yearFormat = useCallback(\n (value: Date) => {\n if (format.year === null) {\n return value.getFullYear().toString()\n } else {\n const year = format.year ?? \"numeric\"\n\n return dateTimeFormat(value, { year })\n }\n },\n [dateTimeFormat, format.year],\n )\n const monthFormat = useCallback(\n (value: Date) => {\n if (format.month === null) {\n return (value.getMonth() + 1).toString()\n } else {\n const month = format.month ?? \"short\"\n\n return dateTimeFormat(value, { month })\n }\n },\n [dateTimeFormat, format.month],\n )\n const weekdayFormat = useCallback(\n (value: Date) => {\n return dateTimeFormat(value, {\n weekday: format.weekday ?? \"short\",\n })\n },\n [dateTimeFormat, format.weekday],\n )\n const dayFormat = useCallback(\n (value: Date) => {\n if (format.day)\n return dateTimeFormat(value, {\n day: format.day,\n })\n else return value.getDate().toString()\n },\n [dateTimeFormat, format.day],\n )\n const descendants = useCalendarDescendants()\n const monthRef = useRef<HTMLTableElement>(null)\n const [value, setValue] = useControllableState({\n defaultValue,\n value: valueProp,\n onChange: onChangeProp,\n })\n const [month, setMonth] = useControllableState({\n defaultValue: () => {\n if (dayjs(minDate).isAfter(dayjs(defaultMonth)))\n defaultMonth = dayjs(minDate).set(\"date\", 1).toDate()\n\n if (valueProp) defaultMonth = getAdjustedMonth(valueProp, defaultMonth)\n else if (defaultValue)\n defaultMonth = getAdjustedMonth(defaultValue, defaultMonth)\n\n return defaultMonth\n },\n value: monthProp,\n onChange: onChangeMonthProp,\n })\n const { endOfMonth, startOfMonth } = useMemo(() => {\n const startOfMonth = dayjs(month).startOf(\"month\").toDate()\n const endOfMonth = dayjs(month).endOf(\"month\").toDate()\n\n return { endOfMonth, startOfMonth }\n }, [month])\n const weekdays = useMemo(\n () => getWeekdays(startDayOfWeek, weekdayFormat),\n [startDayOfWeek, weekdayFormat],\n )\n const monthDays = useMemo(\n () => getMonthDays(month, startDayOfWeek, dayFormat),\n [month, startDayOfWeek, dayFormat],\n )\n const yearItems = useMemo(() => {\n const minYear = dayjs(minDate).year()\n const maxYear = dayjs(maxDate).year()\n const yearItems: { label: string; value: string }[] = []\n\n for (let year = minYear; year <= maxYear; year++) {\n const label = yearFormat(dayjs().set(\"year\", year).toDate())\n const value = year.toString()\n\n yearItems.push({ label, value })\n }\n\n return yearItems\n }, [maxDate, minDate, yearFormat])\n const monthItems = useMemo(() => {\n const monthItems: { label: string; value: string }[] = []\n const date = dayjs(month).toDate()\n\n for (let month = 0; month < 12; month++) {\n date.setMonth(month)\n\n if (isAfterMonth(date, maxDate)) continue\n if (isBeforeMonth(date, minDate)) continue\n\n const label = monthFormat(dayjs().set(\"month\", month).toDate())\n const value = month.toString()\n\n monthItems.push({ label, value })\n }\n\n return monthItems\n }, [month, maxDate, minDate, monthFormat])\n\n const onChange = useCallback(\n (value: Date) => {\n if (isBeforeDate(value, minDate)) return\n if (isAfterDate(value, maxDate)) return\n\n setValue(\n (prev) =>\n updateMaybeDateValue(value, max)(prev) as MaybeDateValue<\n Multiple,\n Range\n >,\n )\n },\n [max, maxDate, minDate, setValue],\n )\n\n const onMonthChange = useCallback(\n (month: Date) => {\n if (isAfterMonth(month, maxDate))\n setMonth(dayjs(maxDate).set(\"date\", 1).toDate())\n else if (isBeforeMonth(month, minDate))\n setMonth(dayjs(minDate).set(\"date\", 1).toDate())\n else\n setMonth((prev) => {\n if (isSameMonth(prev, month)) return prev\n\n return month\n })\n },\n [maxDate, minDate, setMonth],\n )\n\n const onPrevMonth = useCallback(() => {\n setMonth((prev) => {\n if (isSameMonth(prev, minDate)) return prev\n\n return dayjs(prev).subtract(1, \"month\").toDate()\n })\n }, [minDate, setMonth])\n\n const onNextMonth = useCallback(() => {\n setMonth((prev) => {\n if (isSameMonth(prev, maxDate)) return prev\n\n return dayjs(prev).add(1, \"month\").toDate()\n })\n }, [maxDate, setMonth])\n\n const onFocus = useCallback(() => {\n let index: null | number = null\n let descendant: Descendant<HTMLTableCellElement> | undefined\n\n if (value) {\n if (isDate(value)) {\n if (isSameMonth(month, new Date())) index = new Date().getDate() - 1\n } else if (isArray(value)) {\n const firstValue = value[0]\n\n if (firstValue && isSameMonth(month, firstValue))\n index = firstValue.getDate() - 1\n } else if (isObject(value)) {\n if (value.start && isSameMonth(month, value.start))\n index = value.start.getDate() - 1\n else if (value.end && isSameMonth(month, value.end))\n index = value.end.getDate() - 1\n }\n } else if (isSameMonth(month, new Date())) {\n index = new Date().getDate() - 1\n }\n\n descendant = descendants.value(index)\n\n if (!descendant) descendant = descendants.enabledFirstValue()\n\n if (!descendant) return\n\n descendant.node.focus()\n descendant.node.tabIndex = 0\n\n if (monthRef.current) monthRef.current.tabIndex = -1\n }, [descendants, month, value])\n\n const onBlur = useCallback((ev: FocusEvent<HTMLTableElement>) => {\n if (contains(monthRef.current, ev.relatedTarget)) return\n\n if (monthRef.current) monthRef.current.tabIndex = 0\n }, [])\n\n useUpdateEffect(() => {\n setMonth((prev) => getAdjustedMonth(value, prev))\n }, [value])\n\n const getRootProps: PropGetter = useCallback(\n (props = {}) =>\n mergeProps({ \"data-disabled\": dataAttr(disabled) }, rest, props)(),\n [disabled, rest],\n )\n\n const getNavigationProps: PropGetter<\"nav\"> = useCallback(\n (props = {}) => ({ \"data-disabled\": dataAttr(disabled), ...props }),\n [disabled],\n )\n\n const getYearSelectProps: PropGetter<\n \"div\",\n { value?: string; onChange?: (value: string) => void },\n { value?: string; onChange?: (value: string) => void }\n > = useCallback(\n (props = {}) => ({\n \"aria-label\": t(\"Choose the year\"),\n disabled,\n value: dayjs(month).get(\"year\").toString(),\n ...props,\n onChange: handlerAll(props.onChange, (value) =>\n onMonthChange(dayjs(month).set(\"year\", parseInt(value)).toDate()),\n ),\n }),\n [disabled, month, onMonthChange, t],\n )\n\n const getMonthSelectProps: PropGetter<\n \"div\",\n { value?: string; onChange?: (value: string) => void },\n { value?: string; onChange?: (value: string) => void }\n > = useCallback(\n (props = {}) => ({\n \"aria-label\": t(\"Choose the month\"),\n disabled,\n value: dayjs(month).get(\"month\").toString(),\n ...props,\n onChange: handlerAll(props.onChange, (value) =>\n onMonthChange(dayjs(month).set(\"month\", parseInt(value)).toDate()),\n ),\n }),\n [disabled, month, onMonthChange, t],\n )\n\n const getStatusProps: PropGetter = useCallback(\n (props = {}) => ({\n style: visuallyHiddenAttributes.style,\n \"aria-live\": \"polite\",\n children: dateTimeFormat(dayjs(month).toDate(), {\n month: \"long\",\n year: \"numeric\",\n }),\n role: \"status\",\n ...props,\n }),\n [dateTimeFormat, month],\n )\n\n const getMonthProps: PropGetter<\"table\"> = useCallback(\n ({ ref, ...props } = {}) => ({\n ref: mergeRefs(ref, monthRef),\n \"aria-label\": dateTimeFormat(dayjs(month).toDate(), {\n month: \"long\",\n year: \"numeric\",\n }),\n \"aria-multiselectable\": ariaAttr(multiple || range),\n \"data-disabled\": dataAttr(disabled),\n role: \"grid\",\n tabIndex: disabled ? -1 : 0,\n ...props,\n onBlur: handlerAll(props.onBlur, onBlur),\n onFocus: handlerAll(props.onFocus, onFocus),\n }),\n [dateTimeFormat, disabled, month, multiple, onBlur, onFocus, range],\n )\n\n const getWeekdayProps: RequiredPropGetter<\"th\", { value: number }> =\n useCallback(\n ({ value, ...props }) => ({\n \"data-disabled\": dataAttr(disabled),\n \"data-value\": value.toString(),\n abbr: dateTimeFormat(dayjs().set(\"day\", value).toDate(), {\n weekday: \"long\",\n }),\n ...props,\n }),\n [dateTimeFormat, disabled],\n )\n\n const getButtonProps: PropGetter<\"button\"> = useCallback(\n (props) => ({\n type: \"button\",\n \"data-disabled\": dataAttr(disabled),\n ...props,\n }),\n [disabled],\n )\n\n const getPrevButtonProps: PropGetter<\"button\"> = useCallback(\n (props = {}) =>\n getButtonProps({\n \"aria-label\": t(\"Go to the previous month\"),\n disabled: isSameBeforeMonth(month, minDate),\n ...props,\n onClick: handlerAll(props.onClick, onPrevMonth),\n }),\n [getButtonProps, minDate, month, onPrevMonth, t],\n )\n\n const getNextButtonProps: PropGetter<\"button\"> = useCallback(\n (props = {}) =>\n getButtonProps({\n \"aria-label\": t(\"Go to the next month\"),\n disabled: isSameAfterMonth(month, maxDate),\n ...props,\n onClick: handlerAll(props.onClick, onNextMonth),\n }),\n [getButtonProps, maxDate, month, onNextMonth, t],\n )\n\n return {\n descendants,\n disabled,\n endOfMonth,\n excludeDate,\n holidays,\n locale,\n max,\n maxDate,\n minDate,\n month,\n monthDays,\n monthItems,\n multiple,\n range,\n startDayOfWeek,\n startOfMonth,\n today,\n value,\n weekdays,\n weekendDays,\n yearItems,\n getMonthProps,\n getMonthSelectProps,\n getNavigationProps,\n getNextButtonProps,\n getPrevButtonProps,\n getRootProps,\n getStatusProps,\n getWeekdayProps,\n getYearSelectProps,\n onChange,\n onMonthChange,\n onNextMonth,\n onPrevMonth,\n }\n}\n\nexport type UseCalendarReturn = ReturnType<typeof useCalendar>\n\nexport interface UseCalendarDayProps extends Omit<HTMLProps<\"td\">, \"value\"> {\n value: Date\n}\n\nexport const useCalendarDay = ({ value, ...rest }: UseCalendarDayProps) => {\n const { t } = useI18n(\"calendar\")\n const {\n disabled: rootDisabled,\n excludeDate,\n holidays,\n locale,\n max,\n maxDate,\n minDate,\n month,\n startDayOfWeek,\n today: highlightToday,\n value: selectedValue,\n weekendDays,\n onChange,\n onMonthChange,\n onNextMonth,\n onPrevMonth,\n } = useCalendarContext()\n const dateTimeFormat = useDateTimeFormat({ locale })\n const cellRef = useRef<HTMLTableCellElement>(null)\n const outside = useMemo(() => !isSameMonth(month, value), [month, value])\n const holiday = useMemo(\n () => holidays.some((holiday) => isSameDate(holiday, value)),\n [holidays, value],\n )\n const weekend = useMemo(\n () => weekendDays.includes(value.getDay()),\n [weekendDays, value],\n )\n const today = useMemo(\n () => highlightToday && isSameDate(value, new Date()),\n [highlightToday, value],\n )\n const selected = useMemo(() => {\n if (isDate(selectedValue)) return isSameDate(selectedValue, value)\n else if (isArray(selectedValue))\n return selectedValue.some((selectedValue) =>\n isSameDate(selectedValue, value),\n )\n else if (isObject(selectedValue))\n return (\n isSameDate(selectedValue.start, value) ||\n isSameDate(selectedValue.end, value)\n )\n }, [selectedValue, value])\n const disabled = useMemo(() => {\n if (rootDisabled) return true\n if (isAfterDate(value, maxDate)) return true\n if (isBeforeDate(value, minDate)) return true\n if (excludeDate?.(value)) return true\n if (\n isArray(selectedValue) &&\n isNumber(max) &&\n selectedValue.length >= max &&\n !isIncludeDates(value, selectedValue)\n )\n return true\n\n return false\n }, [excludeDate, max, maxDate, minDate, rootDisabled, selectedValue, value])\n const between = useMemo(() => {\n if (isDate(selectedValue) || isArray(selectedValue)) return false\n\n return isInRange(value, selectedValue?.start, selectedValue?.end)\n }, [selectedValue, value])\n const startValue = useMemo(() => {\n if (isDate(selectedValue) || isArray(selectedValue)) return false\n\n const { end, start } = selectedValue ?? {}\n\n return start && end && isSameDate(value, start)\n }, [selectedValue, value])\n const endValue = useMemo(() => {\n if (isDate(selectedValue) || isArray(selectedValue)) return false\n\n const { end, start } = selectedValue ?? {}\n\n return start && end && isSameDate(value, end)\n }, [selectedValue, value])\n const { descendants, register } = useCalendarDescendant({\n disabled: disabled,\n })\n\n const onFocusDescendant = useCallback(\n (descendant?: Descendant<HTMLTableCellElement>) => {\n if (!descendant) return\n\n descendant.node.focus()\n descendant.node.tabIndex = 0\n },\n [],\n )\n\n const onBlur = useCallback(() => {\n if (cellRef.current) cellRef.current.tabIndex = -1\n }, [])\n\n const onClick = useCallback(() => {\n if (disabled) return\n\n onChange(value)\n }, [disabled, onChange, value])\n\n const onPrevDate = useCallback(() => {\n const descendant = descendants.enabledPrevValue(cellRef.current, false)\n\n if (descendant) {\n onFocusDescendant(descendant)\n } else if (!isSameBeforeDate(value, minDate)) {\n onPrevMonth()\n\n setTimeout(() => onFocusDescendant(descendants.enabledLastValue()))\n }\n }, [descendants, minDate, onFocusDescendant, onPrevMonth, value])\n\n const onNextDate = useCallback(() => {\n const descendant = descendants.enabledNextValue(cellRef.current, false)\n\n if (descendant) {\n onFocusDescendant(descendant)\n } else if (!isSameAfterDate(value, maxDate)) {\n onNextMonth()\n\n setTimeout(() => onFocusDescendant(descendants.enabledFirstValue()))\n }\n }, [descendants, maxDate, onFocusDescendant, onNextMonth, value])\n\n const onPrevTraverseDate = useCallback(\n (date: Date) => {\n onMonthChange(dayjs(date).set(\"date\", 1).toDate())\n\n setTimeout(() => {\n const descendant = isBeforeDate(date, minDate)\n ? descendants.enabledFirstValue()\n : descendants.value(date.getDate() - 1)\n\n if (!descendant) return\n\n if (descendant.disabled)\n onFocusDescendant(descendants.enabledNextValue(descendant, false))\n else onFocusDescendant(descendant)\n })\n },\n [descendants, minDate, onFocusDescendant, onMonthChange],\n )\n\n const onNextTraverseDate = useCallback(\n (date: Date) => {\n onMonthChange(dayjs(date).set(\"date\", 1).toDate())\n\n setTimeout(() => {\n const descendant = isAfterDate(date, maxDate)\n ? descendants.enabledLastValue()\n : descendants.value(date.getDate() - 1)\n\n if (!descendant) return\n\n if (descendant.disabled)\n onFocusDescendant(descendants.enabledPrevValue(descendant, false))\n else onFocusDescendant(descendant)\n })\n },\n [descendants, maxDate, onFocusDescendant, onMonthChange],\n )\n\n const onKeyDown = useCallback(\n (ev: KeyboardEvent<HTMLTableCellElement>) => {\n runKeyAction(ev, {\n ArrowDown: () =>\n onNextTraverseDate(dayjs(value).add(1, \"week\").toDate()),\n ArrowLeft: onPrevDate,\n ArrowRight: onNextDate,\n ArrowUp: () =>\n onPrevTraverseDate(dayjs(value).subtract(1, \"week\").toDate()),\n End: () => onNextTraverseDate(getEndOfWeek(value, startDayOfWeek)),\n Enter: onClick,\n Home: () => onPrevTraverseDate(getStartOfWeek(value, startDayOfWeek)),\n PageDown: (ev) => {\n if (ev.shiftKey)\n onNextTraverseDate(dayjs(value).add(1, \"year\").toDate())\n else onNextTraverseDate(dayjs(value).add(1, \"month\").toDate())\n },\n PageUp: (ev) => {\n if (ev.shiftKey)\n onPrevTraverseDate(dayjs(value).subtract(1, \"year\").toDate())\n else onPrevTraverseDate(dayjs(value).subtract(1, \"month\").toDate())\n },\n Space: onClick,\n })\n },\n [\n onClick,\n onNextDate,\n onNextTraverseDate,\n onPrevDate,\n onPrevTraverseDate,\n startDayOfWeek,\n value,\n ],\n )\n\n const getDayProps: PropGetter<\"td\"> = useCallback(\n ({ \"aria-label\": ariaLabel, ...props } = {}) => {\n let resolvedAriaLabel = ariaLabel\n if (!resolvedAriaLabel) {\n resolvedAriaLabel = dateTimeFormat(dayjs(value).toDate(), {\n day: \"numeric\",\n month: \"long\",\n weekday: \"long\",\n year: \"numeric\",\n })\n\n if (today) resolvedAriaLabel = `${t(\"Today\")}, ${resolvedAriaLabel}`\n }\n\n return mergeProps(\n {\n \"aria-disabled\": ariaAttr(disabled),\n \"aria-label\": resolvedAriaLabel,\n \"aria-selected\": ariaAttr(selected),\n \"data-between\": dataAttr(between),\n \"data-disabled\": dataAttr(disabled),\n \"data-end\": dataAttr(endValue),\n \"data-holiday\": dataAttr(holiday),\n \"data-outside\": dataAttr(outside),\n \"data-selected\": dataAttr(selected),\n \"data-start\": dataAttr(startValue),\n \"data-today\": dataAttr(today),\n \"data-value\": dayjs(value).format(\"YYYY-MM-DD\"),\n \"data-weekend\": dataAttr(weekend),\n tabIndex: -1,\n },\n rest,\n props,\n {\n ref: mergeRefs(cellRef, outside ? null : register),\n onBlur,\n onClick,\n onFocus: (ev) => ev.preventDefault(),\n onKeyDown,\n },\n )()\n },\n [\n between,\n dateTimeFormat,\n disabled,\n endValue,\n holiday,\n onBlur,\n onClick,\n onKeyDown,\n outside,\n register,\n rest,\n selected,\n startValue,\n t,\n today,\n value,\n weekend,\n ],\n )\n\n return { outside, getDayProps }\n}\n\nexport type UseCalendarDayReturn = ReturnType<typeof useCalendarDay>\n\nconst calendarProps: (keyof UseCalendarProps)[] = [\n \"defaultMonth\",\n \"defaultValue\",\n \"disabled\",\n \"excludeDate\",\n \"format\",\n \"holidays\",\n \"locale\",\n \"max\",\n \"maxDate\",\n \"minDate\",\n \"month\",\n \"range\",\n \"startDayOfWeek\",\n \"today\",\n \"value\",\n \"weekendDays\",\n \"onChange\",\n \"onChangeMonth\",\n]\n\nexport const useCalendarProps = <\n Y extends boolean = false,\n M extends boolean = false,\n D extends Dict = Dict,\n H extends keyof UseCalendarProps<Y, M> = keyof UseCalendarProps<Y, M>,\n>(\n props: D,\n omitKeys?: H[],\n) => {\n return useSplitProps(\n props,\n calendarProps.filter((key) => !omitKeys?.includes(key as H)),\n ) as unknown as [\n keyof UseCalendarProps<Y, M> extends H\n ? UseCalendarProps<Y, M>\n : Omit<UseCalendarProps<Y, M>, H>,\n Omit<\n M,\n keyof UseCalendarProps<Y, M> extends H\n ? keyof UseCalendarProps<Y, M>\n : Exclude<keyof UseCalendarProps<Y, M>, H>\n >,\n ]\n}\n"],"mappings":"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"}
|
|
@@ -68,7 +68,8 @@ const useCarousel = ({ id, align = "center", autoplay = false, containScroll = f
|
|
|
68
68
|
}, [carousel, onScrollProgress]);
|
|
69
69
|
const onSelect = (0, react.useCallback)(() => {
|
|
70
70
|
if (!carousel) return;
|
|
71
|
-
|
|
71
|
+
const index = carousel.selectedScrollSnap();
|
|
72
|
+
setIndex(index);
|
|
72
73
|
}, [carousel, setIndex]);
|
|
73
74
|
const onFocusIndicator = (0, react.useCallback)((index) => {
|
|
74
75
|
indicatorMapRef.current.get(index)?.focus();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-carousel.cjs","names":["createContext","useI18n","useControllableState","useIds","useBoolean","mergeProps","mergeRefs"],"sources":["../../../../src/components/carousel/use-carousel.ts"],"sourcesContent":["\"use client\"\n\nimport type {\n EmblaCarouselType,\n EmblaOptionsType,\n EmblaPluginType,\n} from \"embla-carousel\"\nimport type { KeyboardEvent, RefObject } from \"react\"\nimport useEmblaCarousel from \"embla-carousel-react\"\nimport { useCallback, useEffect, useRef, useState } from \"react\"\nimport {\n type HTMLProps,\n mergeProps,\n type Orientation,\n type PropGetter,\n type RequiredPropGetter,\n} from \"../../core\"\nimport { useBoolean } from \"../../hooks/use-boolean\"\nimport { useControllableState } from \"../../hooks/use-controllable-state\"\nimport { useI18n } from \"../../providers/i18n-provider\"\nimport {\n assignRef,\n createContext,\n dataAttr,\n handlerAll,\n isFunction,\n mergeRefs,\n runKeyAction,\n useIds,\n useUpdateEffect,\n} from \"../../utils\"\n\ntype EmblaOptions = Required<EmblaOptionsType>\nexport type CarouselAlign = EmblaOptions[\"align\"]\nexport type CarouselContainScroll = EmblaOptions[\"containScroll\"]\nexport type CarouselInViewThreshold = EmblaOptions[\"inViewThreshold\"]\nexport type CarouselWatchDrag = EmblaOptions[\"watchDrag\"]\nexport type CarouselWatchResize = EmblaOptions[\"watchResize\"]\nexport type CarouselWatchSlides = EmblaOptions[\"watchSlides\"]\nexport type CarouselControl = EmblaCarouselType\nexport type CarouselPlugin = EmblaPluginType\n\nexport interface CarouselContext extends Omit<\n UseCarouselReturn,\n \"getRootProps\"\n> {}\n\nconst [CarouselContext, useCarouselContext] = createContext<CarouselContext>({\n name: \"CarouselContext\",\n})\n\nexport { CarouselContext, useCarouselContext }\n\nexport interface UseCarouselProps extends Omit<\n HTMLProps<\"section\">,\n \"onChange\"\n> {\n /**\n * The alignment of the carousel.\n *\n * @default 'center'\n */\n align?: CarouselAlign\n /**\n * If `true`, the carousel will be autoplay.\n *\n * @default false\n */\n autoplay?: boolean\n /**\n * Clear leading and trailing empty space that causes excessive scrolling.\n * Use trimSnaps to only use snap points that trigger scrolling or keepSnaps to keep them.\n *\n * @default false\n */\n containScroll?: CarouselContainScroll\n /**\n * Ref of the resizable item callback.\n */\n controlRef?: RefObject<CarouselControl | null>\n /**\n * The initial index of the carousel slide.\n *\n * @default 0\n */\n defaultIndex?: number\n /**\n * The number for the autoplay interval of the carousel.\n *\n * @default 4000\n */\n delay?: number\n /**\n * If `true`, momentum scrolling will be enabled.\n *\n * @default false\n */\n dragFree?: boolean\n /**\n * If `true`, carousel can be scrolled with mouse and touch interactions.\n *\n * @default true\n */\n draggable?: boolean\n /**\n * Set scroll duration when triggered by any of the API methods.\n * Higher numbers enables slower scrolling.\n * Drag interactions are not affected because duration is then determined by the drag force.\n *\n * @default 25\n */\n duration?: number\n /**\n * The index of the carousel slide.\n */\n index?: number\n /**\n * Choose a fraction representing the percentage portion of a slide that needs to be visible in order to be considered in view.\n *\n * @default 0\n */\n inViewThreshold?: CarouselInViewThreshold\n /**\n * If `true`, infinite looping.\n * Automatically falls back to false if slide content isn't enough to loop.\n *\n * @default true\n */\n loop?: boolean\n /**\n * The orientation of the carousel.\n *\n * @default 'horizontal'\n */\n orientation?: Orientation\n /**\n * Embla plugins to use.\n */\n plugins?: CarouselPlugin[]\n /**\n * If `true`, allow the carousel to skip scroll snaps if it's dragged vigorously.\n * Note that this option will be ignored if the dragFree option is set to true.\n *\n * @default false\n */\n skipSnaps?: boolean\n /**\n * The number of slides that should be scrolled with next or previous buttons.\n *\n * @default 1\n */\n slidesToScroll?: number\n /**\n * If `true`, autoplay will pause when the mouse entries over.\n *\n * @default true\n */\n stopMouseEnterAutoplay?: boolean\n /**\n * Enables for scrolling the carousel with mouse and touch interactions.\n * Set this to `false` to disable drag events or pass a custom callback to add your own drag logic.\n *\n * @default true\n */\n watchDrag?: CarouselWatchDrag\n /**\n * Embla automatically watches the container and slides for size changes and runs `reInit` when any size has changed.\n * Set this to `false` to disable this behaviour or pass a custom callback to add your own resize logic.\n *\n * @default true\n */\n watchResize?: CarouselWatchResize\n /**\n * Embla automatically watches the container for added and/or removed slides and runs `reInit` if needed.\n * Set this to `false` to disable this behaviour or pass a custom callback to add your own slides changed logic.\n *\n * @default true\n */\n watchSlides?: CarouselWatchSlides\n /**\n * The callback invoked when carousel slide selected.\n */\n onChange?: (index: number) => void\n /**\n * A callback that return the current scroll amount when the carousel is scrolled.\n */\n onScrollProgress?: (progress: number) => void\n}\n\nexport const useCarousel = ({\n id,\n align = \"center\",\n autoplay = false,\n containScroll = false,\n controlRef,\n defaultIndex = 0,\n delay = 4000,\n dragFree = false,\n draggable = true,\n duration = 25,\n index: indexProp,\n inViewThreshold = 0,\n loop = true,\n orientation = \"horizontal\",\n plugins = [],\n skipSnaps = false,\n slidesToScroll = 1,\n stopMouseEnterAutoplay = true,\n watchDrag = draggable,\n watchResize: watchResizeProp = true,\n watchSlides = true,\n onChange,\n onScrollProgress,\n ...rest\n}: UseCarouselProps = {}) => {\n const { t } = useI18n(\"carousel\")\n const [index, setIndex] = useControllableState({\n defaultValue: defaultIndex,\n value: indexProp,\n onChange,\n })\n const [rootId, listId] = useIds()\n const [hover, { off: onMouseLeave, on: onMouseEnter }] = useBoolean()\n const timeoutId = useRef<NodeJS.Timeout | null>(null)\n const indicatorMapRef = useRef<Map<number, HTMLButtonElement | null>>(\n new Map(),\n )\n const listRef = useRef<HTMLDivElement>(null)\n const horizontal = orientation === \"horizontal\"\n const axis = horizontal ? \"x\" : \"y\"\n const [snapCount, setSnapCount] = useState(0)\n const [total, setTotal] = useState(0)\n const watchResize = useCallback<Extract<CarouselWatchResize, Function>>(\n (methods, entries) => {\n const result = isFunction(watchResizeProp)\n ? watchResizeProp(methods, entries)\n : true\n const snapCount = methods.scrollSnapList().length\n const total = methods.slideNodes().length\n\n setSnapCount(snapCount)\n setTotal(total)\n\n return result\n },\n [watchResizeProp],\n )\n const [carouselRef, carousel] = useEmblaCarousel(\n {\n align,\n axis,\n container: listRef.current,\n containScroll,\n dragFree,\n duration,\n inViewThreshold,\n loop,\n skipSnaps,\n slidesToScroll,\n startIndex: defaultIndex,\n watchDrag,\n watchResize,\n watchSlides,\n },\n plugins,\n )\n\n id ??= rootId\n\n const onInit = useCallback((methods: CarouselControl) => {\n const snapCount = methods.scrollSnapList().length\n const total = methods.slideNodes().length\n\n setSnapCount(snapCount)\n setTotal(total)\n }, [])\n\n const onScroll = useCallback(() => {\n if (!carousel) return\n\n const progress = Math.round(\n Math.max(0, Math.min(1, carousel.scrollProgress())) * 100,\n )\n\n onScrollProgress?.(progress)\n }, [carousel, onScrollProgress])\n\n const onSelect = useCallback(() => {\n if (!carousel) return\n\n const index = carousel.selectedScrollSnap()\n\n setIndex(index)\n }, [carousel, setIndex])\n\n const onFocusIndicator = useCallback(\n (index: number) => {\n const el = indicatorMapRef.current.get(index)\n\n el?.focus()\n carousel?.scrollTo(index)\n },\n [carousel],\n )\n\n const onKeyDown = useCallback(\n (index: number) => (ev: KeyboardEvent<HTMLButtonElement>) => {\n const lastIndex = snapCount - 1\n\n runKeyAction(ev, {\n ArrowDown: () => {\n if (horizontal) return\n\n index = index === lastIndex ? 0 : index + 1\n\n onFocusIndicator(index)\n },\n ArrowLeft: () => {\n if (!horizontal) return\n\n index = index === 0 ? lastIndex : index - 1\n\n onFocusIndicator(index)\n },\n ArrowRight: () => {\n if (!horizontal) return\n\n index = index === lastIndex ? 0 : index + 1\n\n onFocusIndicator(index)\n },\n ArrowUp: () => {\n if (horizontal) return\n\n index = index === 0 ? lastIndex : index - 1\n\n onFocusIndicator(index)\n },\n End: () => {\n onFocusIndicator(lastIndex)\n },\n Home: () => {\n onFocusIndicator(0)\n },\n })\n },\n [snapCount, horizontal, onFocusIndicator],\n )\n\n assignRef(controlRef, carousel)\n\n useEffect(() => {\n if (carousel) {\n carousel.on(\"reInit\", onInit)\n carousel.on(\"select\", onSelect)\n carousel.on(\"scroll\", onScroll)\n\n onScroll()\n\n return () => {\n carousel.off(\"reInit\", onInit)\n carousel.off(\"select\", onSelect)\n carousel.off(\"scroll\", onScroll)\n }\n }\n }, [carousel, onInit, onScroll, onSelect])\n\n useEffect(() => {\n const stop = hover && stopMouseEnterAutoplay\n const last = !carousel?.canScrollNext()\n\n if (carousel && autoplay && !stop && !last) {\n timeoutId.current = setInterval(() => {\n carousel.scrollNext()\n }, delay)\n } else {\n if (timeoutId.current) clearInterval(timeoutId.current)\n\n timeoutId.current = null\n }\n\n return () => {\n if (timeoutId.current) clearInterval(timeoutId.current)\n }\n }, [autoplay, carousel, delay, hover, stopMouseEnterAutoplay])\n\n useUpdateEffect(() => {\n if (!carousel) return\n\n if (indexProp === undefined) return\n\n carousel.scrollTo(indexProp)\n }, [indexProp])\n\n useUpdateEffect(() => {\n if (!carousel) return\n\n carousel.reInit()\n }, [\n carousel,\n total,\n align,\n axis,\n containScroll,\n dragFree,\n duration,\n inViewThreshold,\n loop,\n skipSnaps,\n slidesToScroll,\n ])\n\n const getRootProps: PropGetter<\"section\"> = useCallback(\n ({ ref, ...props } = {}) =>\n mergeProps(\n {\n id,\n \"aria-roledescription\": \"carousel\",\n \"data-orientation\": orientation,\n },\n rest,\n {\n ref,\n onMouseEnter,\n onMouseLeave,\n },\n props,\n )(),\n [id, onMouseEnter, onMouseLeave, rest, orientation],\n )\n\n const getListProps: PropGetter = useCallback(\n ({ ref, ...props } = {}) => ({\n id: listId,\n \"aria-live\": autoplay ? \"off\" : \"polite\",\n \"data-orientation\": orientation,\n ...props,\n ref: mergeRefs(ref, listRef, carouselRef),\n }),\n [autoplay, listId, orientation, carouselRef],\n )\n\n const getItemProps: RequiredPropGetter<\"div\", { index: number }> =\n useCallback(\n ({ index: indexProp, ...props }) => {\n const page = indexProp + 1\n const selected = index === indexProp\n\n return {\n id: `${listId}-${indexProp}`,\n \"aria-label\": t(\"{page} of {total}\", { page, total }),\n \"aria-roledescription\": \"slide\",\n \"data-index\": indexProp.toString(),\n \"data-orientation\": orientation,\n \"data-selected\": dataAttr(selected),\n role: \"tabpanel\",\n ...props,\n }\n },\n [index, listId, total, orientation, t],\n )\n\n const getPrevTriggerProps: PropGetter<\"button\"> = useCallback(\n (props = {}) => ({\n \"aria-controls\": listId,\n \"aria-label\": t(\"Go to previous slide\"),\n \"data-orientation\": orientation,\n disabled: !carousel?.canScrollPrev(),\n ...props,\n onClick: handlerAll(props.onClick, () => carousel?.scrollPrev()),\n }),\n [carousel, listId, orientation, t],\n )\n\n const getNextTriggerProps: PropGetter<\"button\"> = useCallback(\n (props = {}) => ({\n \"aria-controls\": listId,\n \"aria-label\": t(\"Go to next slide\"),\n \"data-orientation\": orientation,\n disabled: !carousel?.canScrollNext(),\n ...props,\n onClick: handlerAll(props.onClick, () => carousel?.scrollNext()),\n }),\n [carousel, listId, orientation, t],\n )\n\n const getIndicatorsProps: PropGetter = useCallback(\n (props = {}) => ({\n \"aria-label\": t(\"Slides\"),\n \"aria-orientation\": orientation,\n role: \"tablist\",\n ...props,\n }),\n [orientation, t],\n )\n\n const getIndicatorProps: RequiredPropGetter<\"button\", { index: number }> =\n useCallback(\n ({ ref, index: indexProp, ...props }) => {\n const page = indexProp + 1\n const selected = index === indexProp\n\n return {\n type: \"button\" as const,\n \"aria-controls\": `${listId}-${indexProp}`,\n \"aria-label\": t(\"Go to {page} slide\", { page }),\n \"aria-selected\": selected,\n \"data-index\": indexProp.toString(),\n \"data-orientation\": orientation,\n \"data-selected\": dataAttr(selected),\n role: \"tab\",\n tabIndex: selected ? 0 : -1,\n ...props,\n ref: mergeRefs(ref, (node) => {\n indicatorMapRef.current.set(indexProp, node)\n }),\n onClick: handlerAll(props.onClick, () =>\n carousel?.scrollTo(indexProp),\n ),\n onKeyDown: handlerAll(props.onKeyDown, onKeyDown(indexProp)),\n }\n },\n [index, listId, t, orientation, onKeyDown, carousel],\n )\n\n return {\n carousel,\n index,\n setIndex,\n snapCount,\n total,\n getIndicatorProps,\n getIndicatorsProps,\n getItemProps,\n getListProps,\n getNextTriggerProps,\n getPrevTriggerProps,\n getRootProps,\n }\n}\n\nexport type UseCarouselReturn = ReturnType<typeof useCarousel>\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"use-carousel.cjs","names":["createContext","useI18n","useControllableState","useIds","useBoolean","mergeProps","mergeRefs"],"sources":["../../../../src/components/carousel/use-carousel.ts"],"sourcesContent":["\"use client\"\n\nimport type {\n EmblaCarouselType,\n EmblaOptionsType,\n EmblaPluginType,\n} from \"embla-carousel\"\nimport type { KeyboardEvent, RefObject } from \"react\"\nimport useEmblaCarousel from \"embla-carousel-react\"\nimport { useCallback, useEffect, useRef, useState } from \"react\"\nimport {\n type HTMLProps,\n mergeProps,\n type Orientation,\n type PropGetter,\n type RequiredPropGetter,\n} from \"../../core\"\nimport { useBoolean } from \"../../hooks/use-boolean\"\nimport { useControllableState } from \"../../hooks/use-controllable-state\"\nimport { useI18n } from \"../../providers/i18n-provider\"\nimport {\n assignRef,\n createContext,\n dataAttr,\n handlerAll,\n isFunction,\n mergeRefs,\n runKeyAction,\n useIds,\n useUpdateEffect,\n} from \"../../utils\"\n\ntype EmblaOptions = Required<EmblaOptionsType>\nexport type CarouselAlign = EmblaOptions[\"align\"]\nexport type CarouselContainScroll = EmblaOptions[\"containScroll\"]\nexport type CarouselInViewThreshold = EmblaOptions[\"inViewThreshold\"]\nexport type CarouselWatchDrag = EmblaOptions[\"watchDrag\"]\nexport type CarouselWatchResize = EmblaOptions[\"watchResize\"]\nexport type CarouselWatchSlides = EmblaOptions[\"watchSlides\"]\nexport type CarouselControl = EmblaCarouselType\nexport type CarouselPlugin = EmblaPluginType\n\nexport interface CarouselContext extends Omit<\n UseCarouselReturn,\n \"getRootProps\"\n> {}\n\nconst [CarouselContext, useCarouselContext] = createContext<CarouselContext>({\n name: \"CarouselContext\",\n})\n\nexport { CarouselContext, useCarouselContext }\n\nexport interface UseCarouselProps extends Omit<\n HTMLProps<\"section\">,\n \"onChange\"\n> {\n /**\n * The alignment of the carousel.\n *\n * @default 'center'\n */\n align?: CarouselAlign\n /**\n * If `true`, the carousel will be autoplay.\n *\n * @default false\n */\n autoplay?: boolean\n /**\n * Clear leading and trailing empty space that causes excessive scrolling.\n * Use trimSnaps to only use snap points that trigger scrolling or keepSnaps to keep them.\n *\n * @default false\n */\n containScroll?: CarouselContainScroll\n /**\n * Ref of the resizable item callback.\n */\n controlRef?: RefObject<CarouselControl | null>\n /**\n * The initial index of the carousel slide.\n *\n * @default 0\n */\n defaultIndex?: number\n /**\n * The number for the autoplay interval of the carousel.\n *\n * @default 4000\n */\n delay?: number\n /**\n * If `true`, momentum scrolling will be enabled.\n *\n * @default false\n */\n dragFree?: boolean\n /**\n * If `true`, carousel can be scrolled with mouse and touch interactions.\n *\n * @default true\n */\n draggable?: boolean\n /**\n * Set scroll duration when triggered by any of the API methods.\n * Higher numbers enables slower scrolling.\n * Drag interactions are not affected because duration is then determined by the drag force.\n *\n * @default 25\n */\n duration?: number\n /**\n * The index of the carousel slide.\n */\n index?: number\n /**\n * Choose a fraction representing the percentage portion of a slide that needs to be visible in order to be considered in view.\n *\n * @default 0\n */\n inViewThreshold?: CarouselInViewThreshold\n /**\n * If `true`, infinite looping.\n * Automatically falls back to false if slide content isn't enough to loop.\n *\n * @default true\n */\n loop?: boolean\n /**\n * The orientation of the carousel.\n *\n * @default 'horizontal'\n */\n orientation?: Orientation\n /**\n * Embla plugins to use.\n */\n plugins?: CarouselPlugin[]\n /**\n * If `true`, allow the carousel to skip scroll snaps if it's dragged vigorously.\n * Note that this option will be ignored if the dragFree option is set to true.\n *\n * @default false\n */\n skipSnaps?: boolean\n /**\n * The number of slides that should be scrolled with next or previous buttons.\n *\n * @default 1\n */\n slidesToScroll?: number\n /**\n * If `true`, autoplay will pause when the mouse entries over.\n *\n * @default true\n */\n stopMouseEnterAutoplay?: boolean\n /**\n * Enables for scrolling the carousel with mouse and touch interactions.\n * Set this to `false` to disable drag events or pass a custom callback to add your own drag logic.\n *\n * @default true\n */\n watchDrag?: CarouselWatchDrag\n /**\n * Embla automatically watches the container and slides for size changes and runs `reInit` when any size has changed.\n * Set this to `false` to disable this behaviour or pass a custom callback to add your own resize logic.\n *\n * @default true\n */\n watchResize?: CarouselWatchResize\n /**\n * Embla automatically watches the container for added and/or removed slides and runs `reInit` if needed.\n * Set this to `false` to disable this behaviour or pass a custom callback to add your own slides changed logic.\n *\n * @default true\n */\n watchSlides?: CarouselWatchSlides\n /**\n * The callback invoked when carousel slide selected.\n */\n onChange?: (index: number) => void\n /**\n * A callback that return the current scroll amount when the carousel is scrolled.\n */\n onScrollProgress?: (progress: number) => void\n}\n\nexport const useCarousel = ({\n id,\n align = \"center\",\n autoplay = false,\n containScroll = false,\n controlRef,\n defaultIndex = 0,\n delay = 4000,\n dragFree = false,\n draggable = true,\n duration = 25,\n index: indexProp,\n inViewThreshold = 0,\n loop = true,\n orientation = \"horizontal\",\n plugins = [],\n skipSnaps = false,\n slidesToScroll = 1,\n stopMouseEnterAutoplay = true,\n watchDrag = draggable,\n watchResize: watchResizeProp = true,\n watchSlides = true,\n onChange,\n onScrollProgress,\n ...rest\n}: UseCarouselProps = {}) => {\n const { t } = useI18n(\"carousel\")\n const [index, setIndex] = useControllableState({\n defaultValue: defaultIndex,\n value: indexProp,\n onChange,\n })\n const [rootId, listId] = useIds()\n const [hover, { off: onMouseLeave, on: onMouseEnter }] = useBoolean()\n const timeoutId = useRef<NodeJS.Timeout | null>(null)\n const indicatorMapRef = useRef<Map<number, HTMLButtonElement | null>>(\n new Map(),\n )\n const listRef = useRef<HTMLDivElement>(null)\n const horizontal = orientation === \"horizontal\"\n const axis = horizontal ? \"x\" : \"y\"\n const [snapCount, setSnapCount] = useState(0)\n const [total, setTotal] = useState(0)\n const watchResize = useCallback<Extract<CarouselWatchResize, Function>>(\n (methods, entries) => {\n const result = isFunction(watchResizeProp)\n ? watchResizeProp(methods, entries)\n : true\n const snapCount = methods.scrollSnapList().length\n const total = methods.slideNodes().length\n\n setSnapCount(snapCount)\n setTotal(total)\n\n return result\n },\n [watchResizeProp],\n )\n const [carouselRef, carousel] = useEmblaCarousel(\n {\n align,\n axis,\n container: listRef.current,\n containScroll,\n dragFree,\n duration,\n inViewThreshold,\n loop,\n skipSnaps,\n slidesToScroll,\n startIndex: defaultIndex,\n watchDrag,\n watchResize,\n watchSlides,\n },\n plugins,\n )\n\n id ??= rootId\n\n const onInit = useCallback((methods: CarouselControl) => {\n const snapCount = methods.scrollSnapList().length\n const total = methods.slideNodes().length\n\n setSnapCount(snapCount)\n setTotal(total)\n }, [])\n\n const onScroll = useCallback(() => {\n if (!carousel) return\n\n const progress = Math.round(\n Math.max(0, Math.min(1, carousel.scrollProgress())) * 100,\n )\n\n onScrollProgress?.(progress)\n }, [carousel, onScrollProgress])\n\n const onSelect = useCallback(() => {\n if (!carousel) return\n\n const index = carousel.selectedScrollSnap()\n\n setIndex(index)\n }, [carousel, setIndex])\n\n const onFocusIndicator = useCallback(\n (index: number) => {\n const el = indicatorMapRef.current.get(index)\n\n el?.focus()\n carousel?.scrollTo(index)\n },\n [carousel],\n )\n\n const onKeyDown = useCallback(\n (index: number) => (ev: KeyboardEvent<HTMLButtonElement>) => {\n const lastIndex = snapCount - 1\n\n runKeyAction(ev, {\n ArrowDown: () => {\n if (horizontal) return\n\n index = index === lastIndex ? 0 : index + 1\n\n onFocusIndicator(index)\n },\n ArrowLeft: () => {\n if (!horizontal) return\n\n index = index === 0 ? lastIndex : index - 1\n\n onFocusIndicator(index)\n },\n ArrowRight: () => {\n if (!horizontal) return\n\n index = index === lastIndex ? 0 : index + 1\n\n onFocusIndicator(index)\n },\n ArrowUp: () => {\n if (horizontal) return\n\n index = index === 0 ? lastIndex : index - 1\n\n onFocusIndicator(index)\n },\n End: () => {\n onFocusIndicator(lastIndex)\n },\n Home: () => {\n onFocusIndicator(0)\n },\n })\n },\n [snapCount, horizontal, onFocusIndicator],\n )\n\n assignRef(controlRef, carousel)\n\n useEffect(() => {\n if (carousel) {\n carousel.on(\"reInit\", onInit)\n carousel.on(\"select\", onSelect)\n carousel.on(\"scroll\", onScroll)\n\n onScroll()\n\n return () => {\n carousel.off(\"reInit\", onInit)\n carousel.off(\"select\", onSelect)\n carousel.off(\"scroll\", onScroll)\n }\n }\n }, [carousel, onInit, onScroll, onSelect])\n\n useEffect(() => {\n const stop = hover && stopMouseEnterAutoplay\n const last = !carousel?.canScrollNext()\n\n if (carousel && autoplay && !stop && !last) {\n timeoutId.current = setInterval(() => {\n carousel.scrollNext()\n }, delay)\n } else {\n if (timeoutId.current) clearInterval(timeoutId.current)\n\n timeoutId.current = null\n }\n\n return () => {\n if (timeoutId.current) clearInterval(timeoutId.current)\n }\n }, [autoplay, carousel, delay, hover, stopMouseEnterAutoplay])\n\n useUpdateEffect(() => {\n if (!carousel) return\n\n if (indexProp === undefined) return\n\n carousel.scrollTo(indexProp)\n }, [indexProp])\n\n useUpdateEffect(() => {\n if (!carousel) return\n\n carousel.reInit()\n }, [\n carousel,\n total,\n align,\n axis,\n containScroll,\n dragFree,\n duration,\n inViewThreshold,\n loop,\n skipSnaps,\n slidesToScroll,\n ])\n\n const getRootProps: PropGetter<\"section\"> = useCallback(\n ({ ref, ...props } = {}) =>\n mergeProps(\n {\n id,\n \"aria-roledescription\": \"carousel\",\n \"data-orientation\": orientation,\n },\n rest,\n {\n ref,\n onMouseEnter,\n onMouseLeave,\n },\n props,\n )(),\n [id, onMouseEnter, onMouseLeave, rest, orientation],\n )\n\n const getListProps: PropGetter = useCallback(\n ({ ref, ...props } = {}) => ({\n id: listId,\n \"aria-live\": autoplay ? \"off\" : \"polite\",\n \"data-orientation\": orientation,\n ...props,\n ref: mergeRefs(ref, listRef, carouselRef),\n }),\n [autoplay, listId, orientation, carouselRef],\n )\n\n const getItemProps: RequiredPropGetter<\"div\", { index: number }> =\n useCallback(\n ({ index: indexProp, ...props }) => {\n const page = indexProp + 1\n const selected = index === indexProp\n\n return {\n id: `${listId}-${indexProp}`,\n \"aria-label\": t(\"{page} of {total}\", { page, total }),\n \"aria-roledescription\": \"slide\",\n \"data-index\": indexProp.toString(),\n \"data-orientation\": orientation,\n \"data-selected\": dataAttr(selected),\n role: \"tabpanel\",\n ...props,\n }\n },\n [index, listId, total, orientation, t],\n )\n\n const getPrevTriggerProps: PropGetter<\"button\"> = useCallback(\n (props = {}) => ({\n \"aria-controls\": listId,\n \"aria-label\": t(\"Go to previous slide\"),\n \"data-orientation\": orientation,\n disabled: !carousel?.canScrollPrev(),\n ...props,\n onClick: handlerAll(props.onClick, () => carousel?.scrollPrev()),\n }),\n [carousel, listId, orientation, t],\n )\n\n const getNextTriggerProps: PropGetter<\"button\"> = useCallback(\n (props = {}) => ({\n \"aria-controls\": listId,\n \"aria-label\": t(\"Go to next slide\"),\n \"data-orientation\": orientation,\n disabled: !carousel?.canScrollNext(),\n ...props,\n onClick: handlerAll(props.onClick, () => carousel?.scrollNext()),\n }),\n [carousel, listId, orientation, t],\n )\n\n const getIndicatorsProps: PropGetter = useCallback(\n (props = {}) => ({\n \"aria-label\": t(\"Slides\"),\n \"aria-orientation\": orientation,\n role: \"tablist\",\n ...props,\n }),\n [orientation, t],\n )\n\n const getIndicatorProps: RequiredPropGetter<\"button\", { index: number }> =\n useCallback(\n ({ ref, index: indexProp, ...props }) => {\n const page = indexProp + 1\n const selected = index === indexProp\n\n return {\n type: \"button\" as const,\n \"aria-controls\": `${listId}-${indexProp}`,\n \"aria-label\": t(\"Go to {page} slide\", { page }),\n \"aria-selected\": selected,\n \"data-index\": indexProp.toString(),\n \"data-orientation\": orientation,\n \"data-selected\": dataAttr(selected),\n role: \"tab\",\n tabIndex: selected ? 0 : -1,\n ...props,\n ref: mergeRefs(ref, (node) => {\n indicatorMapRef.current.set(indexProp, node)\n }),\n onClick: handlerAll(props.onClick, () =>\n carousel?.scrollTo(indexProp),\n ),\n onKeyDown: handlerAll(props.onKeyDown, onKeyDown(indexProp)),\n }\n },\n [index, listId, t, orientation, onKeyDown, carousel],\n )\n\n return {\n carousel,\n index,\n setIndex,\n snapCount,\n total,\n getIndicatorProps,\n getIndicatorsProps,\n getItemProps,\n getListProps,\n getNextTriggerProps,\n getPrevTriggerProps,\n getRootProps,\n }\n}\n\nexport type UseCarouselReturn = ReturnType<typeof useCarousel>\n"],"mappings":";;;;;;;;;;;;;;;AA+CA,MAAM,CAAC,iBAAiB,sBAAsBA,gBAAAA,cAA+B,EAC3E,MAAM,kBACR,CAAC;AA4ID,MAAa,eAAe,EAC1B,IACA,QAAQ,UACR,WAAW,OACX,gBAAgB,OAChB,YACA,eAAe,GACf,QAAQ,KACR,WAAW,OACX,YAAY,MACZ,WAAW,IACX,OAAO,WACP,kBAAkB,GAClB,OAAO,MACP,cAAc,cACd,UAAU,CAAC,GACX,YAAY,OACZ,iBAAiB,GACjB,yBAAyB,MACzB,YAAY,WACZ,aAAa,kBAAkB,MAC/B,cAAc,MACd,UACA,kBACA,GAAG,SACiB,CAAC,MAAM;CAC3B,MAAM,EAAE,MAAMC,sBAAAA,QAAQ,UAAU;CAChC,MAAM,CAAC,OAAO,YAAYC,2CAAAA,qBAAqB;EAC7C,cAAc;EACd,OAAO;EACP;CACF,CAAC;CACD,MAAM,CAAC,QAAQ,UAAUC,YAAAA,OAAO;CAChC,MAAM,CAAC,OAAO,EAAE,KAAK,cAAc,IAAI,kBAAkBC,gCAAAA,WAAW;CACpE,MAAM,aAAA,GAAA,MAAA,OAAA,CAA0C,IAAI;CACpD,MAAM,mBAAA,GAAA,MAAA,OAAA,iBACJ,IAAI,IAAI,CACV;CACA,MAAM,WAAA,GAAA,MAAA,OAAA,CAAiC,IAAI;CAC3C,MAAM,aAAa,gBAAgB;CACnC,MAAM,OAAO,aAAa,MAAM;CAChC,MAAM,CAAC,WAAW,iBAAA,GAAA,MAAA,SAAA,CAAyB,CAAC;CAC5C,MAAM,CAAC,OAAO,aAAA,GAAA,MAAA,SAAA,CAAqB,CAAC;CACpC,MAAM,eAAA,GAAA,MAAA,YAAA,EACH,SAAS,YAAY;EACpB,MAAM,UAAA,GAAA,oBAAA,cAAA,WAAA,CAAoB,eAAe,IACrC,gBAAgB,SAAS,OAAO,IAChC;EACJ,MAAM,YAAY,QAAQ,eAAe,CAAC,CAAC;EAC3C,MAAM,QAAQ,QAAQ,WAAW,CAAC,CAAC;EAEnC,aAAa,SAAS;EACtB,SAAS,KAAK;EAEd,OAAO;CACT,GACA,CAAC,eAAe,CAClB;CACA,MAAM,CAAC,aAAa,aAAA,GAAA,qBAAA,QAAA,CAClB;EACE;EACA;EACA,WAAW,QAAQ;EACnB;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YAAY;EACZ;EACA;EACA;CACF,GACA,OACF;CAEA,OAAO;CAEP,MAAM,UAAA,GAAA,MAAA,YAAA,EAAsB,YAA6B;EACvD,MAAM,YAAY,QAAQ,eAAe,CAAC,CAAC;EAC3C,MAAM,QAAQ,QAAQ,WAAW,CAAC,CAAC;EAEnC,aAAa,SAAS;EACtB,SAAS,KAAK;CAChB,GAAG,CAAC,CAAC;CAEL,MAAM,YAAA,GAAA,MAAA,YAAA,OAA6B;EACjC,IAAI,CAAC,UAAU;EAEf,MAAM,WAAW,KAAK,MACpB,KAAK,IAAI,GAAG,KAAK,IAAI,GAAG,SAAS,eAAe,CAAC,CAAC,IAAI,GACxD;EAEA,mBAAmB,QAAQ;CAC7B,GAAG,CAAC,UAAU,gBAAgB,CAAC;CAE/B,MAAM,YAAA,GAAA,MAAA,YAAA,OAA6B;EACjC,IAAI,CAAC,UAAU;EAEf,MAAM,QAAQ,SAAS,mBAAmB;EAE1C,SAAS,KAAK;CAChB,GAAG,CAAC,UAAU,QAAQ,CAAC;CAEvB,MAAM,oBAAA,GAAA,MAAA,YAAA,EACH,UAAkB;EAGjB,gBAF2B,QAAQ,IAAI,KAEtC,CAAC,EAAE,MAAM;EACV,UAAU,SAAS,KAAK;CAC1B,GACA,CAAC,QAAQ,CACX;CAEA,MAAM,aAAA,GAAA,MAAA,YAAA,EACH,WAAmB,OAAyC;EAC3D,MAAM,YAAY,YAAY;EAE9B,YAAA,aAAa,IAAI;GACf,iBAAiB;IACf,IAAI,YAAY;IAEhB,QAAQ,UAAU,YAAY,IAAI,QAAQ;IAE1C,iBAAiB,KAAK;GACxB;GACA,iBAAiB;IACf,IAAI,CAAC,YAAY;IAEjB,QAAQ,UAAU,IAAI,YAAY,QAAQ;IAE1C,iBAAiB,KAAK;GACxB;GACA,kBAAkB;IAChB,IAAI,CAAC,YAAY;IAEjB,QAAQ,UAAU,YAAY,IAAI,QAAQ;IAE1C,iBAAiB,KAAK;GACxB;GACA,eAAe;IACb,IAAI,YAAY;IAEhB,QAAQ,UAAU,IAAI,YAAY,QAAQ;IAE1C,iBAAiB,KAAK;GACxB;GACA,WAAW;IACT,iBAAiB,SAAS;GAC5B;GACA,YAAY;IACV,iBAAiB,CAAC;GACpB;EACF,CAAC;CACH,GACA;EAAC;EAAW;EAAY;CAAgB,CAC1C;CAEA,YAAA,UAAU,YAAY,QAAQ;CAE9B,CAAA,GAAA,MAAA,UAAA,OAAgB;EACd,IAAI,UAAU;GACZ,SAAS,GAAG,UAAU,MAAM;GAC5B,SAAS,GAAG,UAAU,QAAQ;GAC9B,SAAS,GAAG,UAAU,QAAQ;GAE9B,SAAS;GAET,aAAa;IACX,SAAS,IAAI,UAAU,MAAM;IAC7B,SAAS,IAAI,UAAU,QAAQ;IAC/B,SAAS,IAAI,UAAU,QAAQ;GACjC;EACF;CACF,GAAG;EAAC;EAAU;EAAQ;EAAU;CAAQ,CAAC;CAEzC,CAAA,GAAA,MAAA,UAAA,OAAgB;EACd,MAAM,OAAO,SAAS;EACtB,MAAM,OAAO,CAAC,UAAU,cAAc;EAEtC,IAAI,YAAY,YAAY,CAAC,QAAQ,CAAC,MACpC,UAAU,UAAU,kBAAkB;GACpC,SAAS,WAAW;EACtB,GAAG,KAAK;OACH;GACL,IAAI,UAAU,SAAS,cAAc,UAAU,OAAO;GAEtD,UAAU,UAAU;EACtB;EAEA,aAAa;GACX,IAAI,UAAU,SAAS,cAAc,UAAU,OAAO;EACxD;CACF,GAAG;EAAC;EAAU;EAAU;EAAO;EAAO;CAAsB,CAAC;CAE7D,eAAA,sBAAsB;EACpB,IAAI,CAAC,UAAU;EAEf,IAAI,cAAc,KAAA,GAAW;EAE7B,SAAS,SAAS,SAAS;CAC7B,GAAG,CAAC,SAAS,CAAC;CAEd,eAAA,sBAAsB;EACpB,IAAI,CAAC,UAAU;EAEf,SAAS,OAAO;CAClB,GAAG;EACD;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;CACF,CAAC;CAED,MAAM,gBAAA,GAAA,MAAA,YAAA,EACH,EAAE,KAAK,GAAG,UAAU,CAAC,MACpBC,cAAAA,WACE;EACE;EACA,wBAAwB;EACxB,oBAAoB;CACtB,GACA,MACA;EACE;EACA;EACA;CACF,GACA,KACF,CAAC,CAAC,GACJ;EAAC;EAAI;EAAc;EAAc;EAAM;CAAW,CACpD;CAEA,MAAM,gBAAA,GAAA,MAAA,YAAA,EACH,EAAE,KAAK,GAAG,UAAU,CAAC,OAAO;EAC3B,IAAI;EACJ,aAAa,WAAW,QAAQ;EAChC,oBAAoB;EACpB,GAAG;EACH,KAAKC,YAAAA,UAAU,KAAK,SAAS,WAAW;CAC1C,IACA;EAAC;EAAU;EAAQ;EAAa;CAAW,CAC7C;CAEA,MAAM,gBAAA,GAAA,MAAA,YAAA,EAED,EAAE,OAAO,WAAW,GAAG,YAAY;EAClC,MAAM,OAAO,YAAY;EACzB,MAAM,WAAW,UAAU;EAE3B,OAAO;GACL,IAAI,GAAG,OAAO,GAAG;GACjB,cAAc,EAAE,qBAAqB;IAAE;IAAM;GAAM,CAAC;GACpD,wBAAwB;GACxB,cAAc,UAAU,SAAS;GACjC,oBAAoB;GACpB,kBAAA,GAAA,oBAAA,cAAA,SAAA,CAA0B,QAAQ;GAClC,MAAM;GACN,GAAG;EACL;CACF,GACA;EAAC;EAAO;EAAQ;EAAO;EAAa;CAAC,CACvC;CAEF,MAAM,uBAAA,GAAA,MAAA,YAAA,EACH,QAAQ,CAAC,OAAO;EACf,iBAAiB;EACjB,cAAc,EAAE,sBAAsB;EACtC,oBAAoB;EACpB,UAAU,CAAC,UAAU,cAAc;EACnC,GAAG;EACH,UAAA,GAAA,oBAAA,cAAA,WAAA,CAAoB,MAAM,eAAe,UAAU,WAAW,CAAC;CACjE,IACA;EAAC;EAAU;EAAQ;EAAa;CAAC,CACnC;CAEA,MAAM,uBAAA,GAAA,MAAA,YAAA,EACH,QAAQ,CAAC,OAAO;EACf,iBAAiB;EACjB,cAAc,EAAE,kBAAkB;EAClC,oBAAoB;EACpB,UAAU,CAAC,UAAU,cAAc;EACnC,GAAG;EACH,UAAA,GAAA,oBAAA,cAAA,WAAA,CAAoB,MAAM,eAAe,UAAU,WAAW,CAAC;CACjE,IACA;EAAC;EAAU;EAAQ;EAAa;CAAC,CACnC;CAEA,MAAM,sBAAA,GAAA,MAAA,YAAA,EACH,QAAQ,CAAC,OAAO;EACf,cAAc,EAAE,QAAQ;EACxB,oBAAoB;EACpB,MAAM;EACN,GAAG;CACL,IACA,CAAC,aAAa,CAAC,CACjB;CA+BA,OAAO;EACL;EACA;EACA;EACA;EACA;EACA,oBAAA,GAAA,MAAA,YAAA,EAjCG,EAAE,KAAK,OAAO,WAAW,GAAG,YAAY;GACvC,MAAM,OAAO,YAAY;GACzB,MAAM,WAAW,UAAU;GAE3B,OAAO;IACL,MAAM;IACN,iBAAiB,GAAG,OAAO,GAAG;IAC9B,cAAc,EAAE,sBAAsB,EAAE,KAAK,CAAC;IAC9C,iBAAiB;IACjB,cAAc,UAAU,SAAS;IACjC,oBAAoB;IACpB,kBAAA,GAAA,oBAAA,cAAA,SAAA,CAA0B,QAAQ;IAClC,MAAM;IACN,UAAU,WAAW,IAAI;IACzB,GAAG;IACH,KAAKA,YAAAA,UAAU,MAAM,SAAS;KAC5B,gBAAgB,QAAQ,IAAI,WAAW,IAAI;IAC7C,CAAC;IACD,UAAA,GAAA,oBAAA,cAAA,WAAA,CAAoB,MAAM,eACxB,UAAU,SAAS,SAAS,CAC9B;IACA,YAAA,GAAA,oBAAA,cAAA,WAAA,CAAsB,MAAM,WAAW,UAAU,SAAS,CAAC;GAC7D;EACF,GACA;GAAC;GAAO;GAAQ;GAAG;GAAa;GAAW;EAAQ,CASrC;EAChB;EACA;EACA;EACA;EACA;EACA;CACF;AACF"}
|
|
@@ -38,24 +38,25 @@ const CartesianChart = withProvider(({ components: componentsProp, render, withG
|
|
|
38
38
|
withXAxis,
|
|
39
39
|
withYAxis
|
|
40
40
|
]);
|
|
41
|
+
const componentContext = (0, react.useMemo)(() => ({
|
|
42
|
+
areaProps,
|
|
43
|
+
barProps,
|
|
44
|
+
gridProps,
|
|
45
|
+
lineProps,
|
|
46
|
+
referenceLineProps,
|
|
47
|
+
xAxisProps,
|
|
48
|
+
yAxisProps
|
|
49
|
+
}), [
|
|
50
|
+
areaProps,
|
|
51
|
+
barProps,
|
|
52
|
+
gridProps,
|
|
53
|
+
lineProps,
|
|
54
|
+
referenceLineProps,
|
|
55
|
+
xAxisProps,
|
|
56
|
+
yAxisProps
|
|
57
|
+
]);
|
|
41
58
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ComponentContext, {
|
|
42
|
-
value:
|
|
43
|
-
areaProps,
|
|
44
|
-
barProps,
|
|
45
|
-
gridProps,
|
|
46
|
-
lineProps,
|
|
47
|
-
referenceLineProps,
|
|
48
|
-
xAxisProps,
|
|
49
|
-
yAxisProps
|
|
50
|
-
}), [
|
|
51
|
-
areaProps,
|
|
52
|
-
barProps,
|
|
53
|
-
gridProps,
|
|
54
|
-
lineProps,
|
|
55
|
-
referenceLineProps,
|
|
56
|
-
xAxisProps,
|
|
57
|
-
yAxisProps
|
|
58
|
-
]),
|
|
59
|
+
value: componentContext,
|
|
59
60
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_chart.Chart, {
|
|
60
61
|
components,
|
|
61
62
|
render: (props) => render(getChartProps({
|