@vkzstudio/muza-ui 1.0.0 → 1.0.2
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/CLAUDE_CONSUMER.md +238 -0
- package/README.md +12 -4
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/constants.js +5 -0
- package/dist/_virtual/constants2.js +4 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/index4.js +7 -0
- package/dist/_virtual/index5.js +5 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index7.js +4 -0
- package/dist/_virtual/react-dom-server-legacy.browser.development.js +4 -0
- package/dist/_virtual/react-dom-server-legacy.browser.production.min.js +4 -0
- package/dist/_virtual/react-dom-server.browser.development.js +4 -0
- package/dist/_virtual/react-dom-server.browser.production.min.js +4 -0
- package/dist/_virtual/react-is.development.js +4 -0
- package/dist/_virtual/react-is.production.min.js +4 -0
- package/dist/_virtual/react-reconciler-constants.development.js +4 -0
- package/dist/_virtual/react-reconciler-constants.production.min.js +4 -0
- package/dist/_virtual/react-reconciler.development.js +4 -0
- package/dist/_virtual/scheduler.development.js +4 -0
- package/dist/_virtual/scheduler.production.min.js +4 -0
- package/dist/_virtual/server.browser.js +5 -0
- package/dist/_virtual/server.browser2.js +4 -0
- package/dist/components/Accordion/Accordion.d.ts +5 -5
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.js +116 -0
- package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -1
- package/dist/components/Alert/Alert.d.ts +1 -1
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/Alert.js +83 -0
- package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts +3 -3
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.js +106 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +4 -7
- package/dist/components/Avatar/Avatar.stories.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -8
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +126 -0
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.js +67 -0
- package/dist/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/components/Button/buttonVariants.d.ts +2 -3
- package/dist/components/Button/buttonVariants.d.ts.map +1 -1
- package/dist/components/Button/buttonVariants.js +383 -0
- package/dist/components/Calendar/Calendar.d.ts +35 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.js +338 -0
- package/dist/components/Calendar/CalendarBase.stories.d.ts +13 -0
- package/dist/components/Calendar/CalendarBase.stories.d.ts.map +1 -0
- package/dist/components/Calendar/index.d.ts +4 -0
- package/dist/components/Calendar/index.d.ts.map +1 -0
- package/dist/components/Calendar/utils/formatDate.d.ts +2 -0
- package/dist/components/Calendar/utils/formatDate.d.ts.map +1 -0
- package/dist/components/Calendar/utils/formatDate.js +5 -0
- package/dist/components/Calendar/utils/formatDateRange.d.ts +3 -0
- package/dist/components/Calendar/utils/formatDateRange.d.ts.map +1 -0
- package/dist/components/Calendar/utils/formatDateRange.js +8 -0
- package/dist/components/Checkbox/Checkbox.d.ts +5 -5
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +92 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +46 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.js +158 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts +18 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts.map +1 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/DatePicker/utils/getDateRange.d.ts +4 -0
- package/dist/components/DatePicker/utils/getDateRange.d.ts.map +1 -0
- package/dist/components/DatePicker/utils/getDateRange.js +40 -0
- package/dist/components/Dialog/Dialog.d.ts +14 -0
- package/dist/components/Dialog/Dialog.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.js +66 -0
- package/dist/components/Dialog/Dialog.stories.d.ts +16 -0
- package/dist/components/Dialog/Dialog.stories.d.ts.map +1 -0
- package/dist/components/Dialog/index.d.ts +2 -0
- package/dist/components/Dialog/index.d.ts.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +22 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.js +285 -0
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +62 -0
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
- package/dist/components/DropdownMenu/index.d.ts +2 -0
- package/dist/components/DropdownMenu/index.d.ts.map +1 -0
- package/dist/components/EdgeButton/EdgeButton.d.ts.map +1 -1
- package/dist/components/EdgeButton/EdgeButton.js +72 -0
- package/dist/components/EdgeButton/EdgeButton.stories.d.ts +0 -1
- package/dist/components/EdgeButton/EdgeButton.stories.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +12 -0
- package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.js +59 -0
- package/dist/components/EmptyState/EmptyState.stories.d.ts +10 -0
- package/dist/components/EmptyState/EmptyState.stories.d.ts.map +1 -0
- package/dist/components/EmptyState/index.d.ts +2 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/ExpandableTable/ExpandableTable.d.ts +25 -0
- package/dist/components/ExpandableTable/ExpandableTable.d.ts.map +1 -0
- package/dist/components/ExpandableTable/ExpandableTable.js +231 -0
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts +21 -0
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts.map +1 -0
- package/dist/components/ExpandableTable/Table.d.ts +18 -0
- package/dist/components/ExpandableTable/Table.d.ts.map +1 -0
- package/dist/components/ExpandableTable/Table.js +122 -0
- package/dist/components/ExpandableTable/index.d.ts +2 -0
- package/dist/components/ExpandableTable/index.d.ts.map +1 -0
- package/dist/components/FileUpload/FileItem.d.ts +15 -0
- package/dist/components/FileUpload/FileItem.d.ts.map +1 -0
- package/dist/components/FileUpload/FileItem.js +199 -0
- package/dist/components/FileUpload/FileUpload.d.ts +36 -0
- package/dist/components/FileUpload/FileUpload.d.ts.map +1 -0
- package/dist/components/FileUpload/FileUpload.js +212 -0
- package/dist/components/FileUpload/FileUpload.stories.d.ts +18 -0
- package/dist/components/FileUpload/FileUpload.stories.d.ts.map +1 -0
- package/dist/components/FileUpload/index.d.ts +2 -0
- package/dist/components/FileUpload/index.d.ts.map +1 -0
- package/dist/components/Flex/Flex.d.ts +27 -30
- package/dist/components/Flex/Flex.d.ts.map +1 -1
- package/dist/components/Flex/Flex.js +90 -0
- package/dist/components/Flex/Flex.stories.d.ts +5 -0
- package/dist/components/Flex/Flex.stories.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.d.ts +15 -1
- package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.js +665 -0
- package/dist/components/Icons/Icons.stories.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts +9 -8
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/Input.js +172 -0
- package/dist/components/Input/Input.stories.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts +14 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts.map +1 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.js +64 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts +8 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts.map +1 -0
- package/dist/components/LanguageSwitcher/index.d.ts +2 -0
- package/dist/components/LanguageSwitcher/index.d.ts.map +1 -0
- package/dist/components/Lightbox/Lightbox.d.ts +19 -0
- package/dist/components/Lightbox/Lightbox.d.ts.map +1 -0
- package/dist/components/Lightbox/Lightbox.js +90 -0
- package/dist/components/Lightbox/Lightbox.stories.d.ts +14 -0
- package/dist/components/Lightbox/Lightbox.stories.d.ts.map +1 -0
- package/dist/components/Lightbox/LightboxOverrides.css +5 -0
- package/dist/components/Lightbox/index.d.ts +2 -0
- package/dist/components/Lightbox/index.d.ts.map +1 -0
- package/dist/components/Loader/Loader.d.ts +1 -1
- package/dist/components/Loader/Loader.d.ts.map +1 -1
- package/dist/components/Loader/Loader.js +43 -0
- package/dist/components/Loader/Loader.stories.d.ts.map +1 -1
- package/dist/components/LoginScreen/LoginScreen.d.ts +12 -0
- package/dist/components/LoginScreen/LoginScreen.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen.js +45 -0
- package/dist/components/LoginScreen/LoginScreen.stories.d.ts +14 -0
- package/dist/components/LoginScreen/LoginScreen.stories.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/Lights.d.ts +3 -0
- package/dist/components/LoginScreen/LoginScreen3D/Lights.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/Lights.js +9 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3D.d.ts +5 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3D.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3D.js +6 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DModel.d.ts +23 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DModel.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DModel.js +93 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DScene.d.ts +6 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DScene.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DScene.js +63 -0
- package/dist/components/LoginScreen/LoginScreenItem.d.ts +7 -0
- package/dist/components/LoginScreen/LoginScreenItem.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreenItem.js +19 -0
- package/dist/components/LoginScreen/index.d.ts +4 -0
- package/dist/components/LoginScreen/index.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts +23 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.js +156 -0
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts +18 -0
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts.map +1 -0
- package/dist/components/MultiSelect/index.d.ts +2 -0
- package/dist/components/MultiSelect/index.d.ts.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.d.ts +7 -0
- package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.js +36 -0
- package/dist/components/PasswordInput/PasswordInput.stories.d.ts +7 -0
- package/dist/components/PasswordInput/PasswordInput.stories.d.ts.map +1 -0
- package/dist/components/PasswordInput/index.d.ts +2 -0
- package/dist/components/PasswordInput/index.d.ts.map +1 -0
- package/dist/components/PinIndicator/PinIndicator.d.ts +1 -1
- package/dist/components/PinIndicator/PinIndicator.d.ts.map +1 -1
- package/dist/components/PinIndicator/PinIndicator.js +33 -0
- package/dist/components/PinIndicator/PinIndicator.stories.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts +7 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/Popover.js +24 -0
- package/dist/components/Popover/Popover.stories.d.ts +11 -0
- package/dist/components/Popover/Popover.stories.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.d.ts +4 -3
- package/dist/components/Radio/Radio.d.ts.map +1 -1
- package/dist/components/Radio/Radio.js +95 -0
- package/dist/components/Radio/Radio.stories.d.ts +1 -0
- package/dist/components/Radio/Radio.stories.d.ts.map +1 -1
- package/dist/components/Searchbar/Searchbar.d.ts +13 -0
- package/dist/components/Searchbar/Searchbar.d.ts.map +1 -0
- package/dist/components/Searchbar/Searchbar.js +114 -0
- package/dist/components/Searchbar/Searchbar.stories.d.ts +11 -0
- package/dist/components/Searchbar/Searchbar.stories.d.ts.map +1 -0
- package/dist/components/Searchbar/index.d.ts +2 -0
- package/dist/components/Searchbar/index.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +2 -2
- package/dist/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.js +60 -0
- package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts.map +1 -1
- package/dist/components/SegmentedIconControl/SegmentedIconControl.d.ts +2 -2
- package/dist/components/SegmentedIconControl/SegmentedIconControl.d.ts.map +1 -1
- package/dist/components/SegmentedIconControl/SegmentedIconControl.js +47 -0
- package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +24 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.js +159 -0
- package/dist/components/Select/Select.stories.d.ts +18 -0
- package/dist/components/Select/Select.stories.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +2 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Select/utils.d.ts +7 -0
- package/dist/components/Select/utils.d.ts.map +1 -0
- package/dist/components/Select/utils.js +35 -0
- package/dist/components/Skeleton/Skeleton.d.ts +13 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.js +27 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts +9 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +2 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/SliderIndicators/SliderIndicators.d.ts +1 -1
- package/dist/components/SliderIndicators/SliderIndicators.d.ts.map +1 -1
- package/dist/components/SliderIndicators/SliderIndicators.js +53 -0
- package/dist/components/SliderIndicators/SliderIndicators.stories.d.ts.map +1 -1
- package/dist/components/Snackbar/Snackbar.d.ts.map +1 -1
- package/dist/components/Snackbar/Snackbar.js +6 -0
- package/dist/components/Snackbar/Snackbar.stories.d.ts.map +1 -1
- package/dist/components/Snackbar/Toast.d.ts +2 -2
- package/dist/components/Snackbar/Toast.d.ts.map +1 -1
- package/dist/components/Snackbar/Toast.js +69 -0
- package/dist/components/Stepper/Stepper.d.ts +1 -1
- package/dist/components/Stepper/Stepper.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.js +84 -0
- package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -1
- package/dist/components/Stepper/StepperButton.d.ts +1 -1
- package/dist/components/Stepper/StepperButton.d.ts.map +1 -1
- package/dist/components/Stepper/StepperButton.js +29 -0
- package/dist/components/SwipeButton/SwipeButton.d.ts +3 -2
- package/dist/components/SwipeButton/SwipeButton.d.ts.map +1 -1
- package/dist/components/SwipeButton/SwipeButton.js +205 -0
- package/dist/components/SwipeButton/SwipeButton.stories.d.ts +3 -3
- package/dist/components/SwipeButton/SwipeButton.stories.d.ts.map +1 -1
- package/dist/components/SwipeButton/SwipeLoadingIcon.js +46 -0
- package/dist/components/SwipeButton/index.d.ts +2 -0
- package/dist/components/SwipeButton/index.d.ts.map +1 -0
- package/dist/components/SwipeButton/swipeButtonProgressVariants.d.ts +2 -1
- package/dist/components/SwipeButton/swipeButtonProgressVariants.d.ts.map +1 -1
- package/dist/components/SwipeButton/swipeButtonProgressVariants.js +75 -0
- package/dist/components/SwipeButton/swipeButtonSliderVariants.d.ts +1 -1
- package/dist/components/SwipeButton/swipeButtonSliderVariants.d.ts.map +1 -1
- package/dist/components/SwipeButton/swipeButtonSliderVariants.js +74 -0
- package/dist/components/SwipeButton/swipeButtonVariants.d.ts +2 -2
- package/dist/components/SwipeButton/swipeButtonVariants.d.ts.map +1 -1
- package/dist/components/SwipeButton/swipeButtonVariants.js +50 -0
- package/dist/components/Switch/Switch.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/Switch.js +32 -0
- package/dist/components/Switch/Switch.stories.d.ts.map +1 -1
- package/dist/components/Tag/Tag.d.ts +5 -3
- package/dist/components/Tag/Tag.d.ts.map +1 -1
- package/dist/components/Tag/Tag.js +94 -0
- package/dist/components/Tag/Tag.stories.d.ts +2 -12
- package/dist/components/Tag/Tag.stories.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +4 -4
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.js +102 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +1 -1
- package/dist/components/Textarea/Textarea.stories.d.ts.map +1 -1
- package/dist/components/TimePicker/TimePicker.d.ts +4 -0
- package/dist/components/TimePicker/TimePicker.d.ts.map +1 -0
- package/dist/components/TimePicker/TimePicker.js +19 -0
- package/dist/components/TimePicker/TimePicker.stories.d.ts +11 -0
- package/dist/components/TimePicker/TimePicker.stories.d.ts.map +1 -0
- package/dist/components/TimePicker/index.d.ts +2 -0
- package/dist/components/TimePicker/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.js +88 -0
- package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -3
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.js +55 -0
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +27 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +8 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/Typography/Typography.d.ts +4 -3
- package/dist/components/Typography/Typography.d.ts.map +1 -1
- package/dist/components/Typography/Typography.js +99 -0
- package/dist/components/Typography/Typography.stories.d.ts.map +1 -1
- package/dist/components/index.d.ts +37 -17
- package/dist/components/index.d.ts.map +1 -1
- package/dist/globals.css +12 -0
- package/dist/hooks/use-is-breakpoint.d.ts +13 -0
- package/dist/hooks/use-is-breakpoint.d.ts.map +1 -0
- package/dist/hooks/use-is-breakpoint.js +7 -0
- package/dist/hooks/use-is-desktop.d.ts +3 -0
- package/dist/hooks/use-is-desktop.d.ts.map +1 -0
- package/dist/hooks/use-is-desktop.js +6 -0
- package/dist/hooks/use-is-mobile.d.ts +2 -0
- package/dist/hooks/use-is-mobile.d.ts.map +1 -0
- package/dist/hooks/use-is-mobile.js +6 -0
- package/dist/hooks/use-is-tablet.d.ts +3 -0
- package/dist/hooks/use-is-tablet.d.ts.map +1 -0
- package/dist/hooks/use-is-tablet.js +6 -0
- package/dist/hooks/use-isomorphic-layout-effect.d.ts +3 -0
- package/dist/hooks/use-isomorphic-layout-effect.d.ts.map +1 -0
- package/dist/hooks/use-isomorphic-layout-effect.js +5 -0
- package/dist/hooks/use-media-query.d.ts +7 -0
- package/dist/hooks/use-media-query.d.ts.map +1 -0
- package/dist/hooks/use-media-query.js +19 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +188 -42251
- package/dist/models/Login3D.glb +0 -0
- package/dist/muza-ui.css +1 -0
- package/dist/node_modules/@date-fns/tz/date/index.js +61 -0
- package/dist/node_modules/@date-fns/tz/date/mini.js +69 -0
- package/dist/node_modules/@date-fns/tz/tzName/index.js +11 -0
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +22 -0
- package/dist/node_modules/@react-three/drei/core/useAnimations.js +34 -0
- package/dist/node_modules/@react-three/drei/core/useGLTF.js +18 -0
- package/dist/node_modules/@react-three/fiber/dist/events-776716bd.esm.js +1311 -0
- package/dist/node_modules/@react-three/fiber/dist/react-three-fiber.esm.js +145 -0
- package/dist/node_modules/@react-three/fiber/node_modules/suspend-react/index.js +47 -0
- package/dist/node_modules/color/index.js +262 -0
- package/dist/node_modules/color/node_modules/color-convert/conversions.js +421 -0
- package/dist/node_modules/color/node_modules/color-convert/index.js +35 -0
- package/dist/node_modules/color/node_modules/color-convert/route.js +46 -0
- package/dist/node_modules/color/node_modules/color-name/index.js +153 -0
- package/dist/node_modules/color-string/index.js +105 -0
- package/dist/node_modules/color-string/node_modules/color-name/index.js +153 -0
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +9 -0
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +18 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +31 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +15 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +70 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +33 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +155 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +110 -0
- package/dist/node_modules/date-fns/locale/en-US.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/index.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/resolve-subjects.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/sequence.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/subject.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +46 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +46 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +30 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/create.js +123 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/normalize-times.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/calc-child-stagger.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.js +40 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +57 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +45 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/events/event-info.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +266 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.js +70 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +67 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +84 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +43 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js +23 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +75 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +44 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/motion/index.js +63 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +64 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +52 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +38 -0
- package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +52 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +36 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +623 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/state.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +58 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +239 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +24 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +38 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +29 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/render/object/ObjectVisualElement.js +37 -0
- package/dist/node_modules/framer-motion/dist/es/render/store.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +40 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +30 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +23 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +141 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +19 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/utils/delay.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/utils/distance.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-composed-ref.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-motion-value-event.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-combine-values.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-computed.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-motion-value.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-transform.js +23 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +7 -0
- package/dist/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +34 -0
- package/dist/node_modules/imask/esm/controls/html-input-mask-element.js +31 -0
- package/dist/node_modules/imask/esm/controls/html-mask-element.js +48 -0
- package/dist/node_modules/imask/esm/controls/input-history.js +30 -0
- package/dist/node_modules/imask/esm/controls/input.js +222 -0
- package/dist/node_modules/imask/esm/controls/mask-element.js +43 -0
- package/dist/node_modules/imask/esm/core/action-details.js +51 -0
- package/dist/node_modules/imask/esm/core/change-details.js +36 -0
- package/dist/node_modules/imask/esm/core/continuous-tail-details.js +42 -0
- package/dist/node_modules/imask/esm/core/holder.js +6 -0
- package/dist/node_modules/imask/esm/core/utils.js +67 -0
- package/dist/node_modules/imask/esm/index.js +50 -0
- package/dist/node_modules/imask/esm/masked/base.js +252 -0
- package/dist/node_modules/imask/esm/masked/date.js +117 -0
- package/dist/node_modules/imask/esm/masked/dynamic.js +222 -0
- package/dist/node_modules/imask/esm/masked/enum.js +69 -0
- package/dist/node_modules/imask/esm/masked/factory.js +46 -0
- package/dist/node_modules/imask/esm/masked/function.js +23 -0
- package/dist/node_modules/imask/esm/masked/number.js +212 -0
- package/dist/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +103 -0
- package/dist/node_modules/imask/esm/masked/pattern/cursor.js +100 -0
- package/dist/node_modules/imask/esm/masked/pattern/fixed-definition.js +102 -0
- package/dist/node_modules/imask/esm/masked/pattern/input-definition.js +133 -0
- package/dist/node_modules/imask/esm/masked/pattern.js +322 -0
- package/dist/node_modules/imask/esm/masked/pipe.js +23 -0
- package/dist/node_modules/imask/esm/masked/range.js +78 -0
- package/dist/node_modules/imask/esm/masked/regexp.js +21 -0
- package/dist/node_modules/imask/esm/masked/repeat.js +104 -0
- package/dist/node_modules/its-fine/dist/index.js +116 -0
- package/dist/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +103 -0
- package/dist/node_modules/motion-dom/dist/es/animation/GroupAnimation.js +76 -0
- package/dist/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/animation/JSAnimation.js +133 -0
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +108 -0
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +36 -0
- package/dist/node_modules/motion-dom/dist/es/animation/drivers/frame.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/inertia.js +37 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/keyframes.js +30 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.js +32 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/find.js +52 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/index.js +98 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +65 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.js +75 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/get-final.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +31 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/WithPromise.js +27 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/can-animate.js +23 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.js +31 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-animatable.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +5 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.js +15 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.js +21 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js +27 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/frame.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/microtask.js +5 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/order.js +21 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js +41 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/sync-time.js +15 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +11 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +11 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +33 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +27 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/is-css-var.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/parse-transform.js +65 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/style-set.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-position.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +23 -0
- package/dist/node_modules/motion-dom/dist/es/utils/interpolate.js +42 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-html-element.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-element.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/color.js +29 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/complex.js +51 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/immediate.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/index.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/number.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/visibility.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +5 -0
- package/dist/node_modules/motion-dom/dist/es/utils/transform.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/value/index.js +218 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/auto.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hex.js +19 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.js +22 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/index.js +15 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/rgba.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/utils.js +18 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/filter.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/index.js +49 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/dimensions.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/int.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/number.js +50 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/transform.js +31 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/index.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/units.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/test.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/color-regex.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/find.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/float-regex.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/sanitize.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/utils/is-motion-value.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/array.js +11 -0
- package/dist/node_modules/motion-utils/dist/es/clamp.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/anticipate.js +5 -0
- package/dist/node_modules/motion-utils/dist/es/easing/back.js +9 -0
- package/dist/node_modules/motion-utils/dist/es/easing/circ.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/easing/cubic-bezier.js +18 -0
- package/dist/node_modules/motion-utils/dist/es/easing/ease.js +7 -0
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/mirror.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/reverse.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/get-easing-for-segment.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/map.js +32 -0
- package/dist/node_modules/motion-utils/dist/es/errors.js +14 -0
- package/dist/node_modules/motion-utils/dist/es/format-error-message.js +6 -0
- package/dist/node_modules/motion-utils/dist/es/global-config.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/is-numerical-string.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/is-object.js +6 -0
- package/dist/node_modules/motion-utils/dist/es/is-zero-value-string.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/memo.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/noop.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/pipe.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/progress.js +7 -0
- package/dist/node_modules/motion-utils/dist/es/subscription-manager.js +29 -0
- package/dist/node_modules/motion-utils/dist/es/time-conversion.js +5 -0
- package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js +6 -0
- package/dist/node_modules/motion-utils/dist/es/warn-once.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/wrap.js +7 -0
- package/dist/node_modules/object-assign/index.js +54 -0
- package/dist/node_modules/photoswipe/dist/photoswipe.esm.js +2956 -0
- package/dist/node_modules/prop-types/checkPropTypes.js +54 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +52 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +329 -0
- package/dist/node_modules/prop-types/index.js +17 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +10 -0
- package/dist/node_modules/prop-types/lib/has.js +7 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +95 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +78 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +229 -0
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +22 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +222 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +27 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +54 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +42 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +21 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +24 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +26 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +21 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +56 -0
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +44 -0
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +23 -0
- package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +32 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +26 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +28 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +26 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +3621 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +1234 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js +3600 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +1255 -0
- package/dist/node_modules/react-dom/server.browser.js +15 -0
- package/dist/node_modules/react-imask/esm/hook.js +75 -0
- package/dist/node_modules/react-imask/esm/input.js +23 -0
- package/dist/node_modules/react-imask/esm/mixin.js +131 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/context.js +17 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/gallery.js +216 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/ensure-ref-passed.js +10 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/entry-item-ref-is-element.js +4 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-base-url.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-hash-value.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-hash-without-gid-and-pid.js +9 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-initial-active-slide-index.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-slides-and-index-from-data-source.js +39 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-slides-and-index-from-items-refs.js +31 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/hash-includes-navigation-query-params.js +8 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/hash-to-object.js +9 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/item-to-slide.js +37 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/object-to-hash.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/sort-nodes.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/hooks.js +22 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/item.js +54 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/lightbox-stub.js +8 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/no-ref-error.js +14 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/no-source-id-error.js +18 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js +32 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js +17 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler.development.js +9139 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler.production.min.js +3778 -0
- package/dist/node_modules/react-reconciler/constants.js +10 -0
- package/dist/node_modules/react-reconciler/index.js +10 -0
- package/dist/node_modules/react-use-measure/dist/index.js +60 -0
- package/dist/node_modules/scheduler/cjs/scheduler.development.js +277 -0
- package/dist/node_modules/scheduler/cjs/scheduler.production.min.js +213 -0
- package/dist/node_modules/scheduler/index.js +10 -0
- package/dist/node_modules/three/build/three.module.js +20599 -0
- package/dist/node_modules/three-stdlib/_polyfill/LoaderUtils.js +15 -0
- package/dist/node_modules/three-stdlib/_polyfill/constants.js +5 -0
- package/dist/node_modules/three-stdlib/libs/MeshoptDecoder.js +201 -0
- package/dist/node_modules/three-stdlib/loaders/DRACOLoader.js +246 -0
- package/dist/node_modules/three-stdlib/loaders/GLTFLoader.js +1670 -0
- package/dist/node_modules/three-stdlib/utils/BufferGeometryUtils.js +34 -0
- package/dist/node_modules/zustand/esm/index.js +61 -0
- package/dist/styles/3rd-parties.css +5 -0
- package/dist/styles/animations.css +41 -0
- package/dist/styles/breakpoints.css +4 -0
- package/dist/styles/primitives.css +155 -0
- package/dist/styles/token-colors.css +1201 -0
- package/dist/styles/token-sizes.css +676 -0
- package/dist/styles/typography.css +84 -0
- package/dist/styles/utilities.css +66 -0
- package/dist/styles/white-label.css +25 -0
- package/dist/utils/cn.d.ts +1 -1
- package/dist/utils/cn.d.ts.map +1 -1
- package/dist/utils/cn.js +159 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/spacing.d.ts +378 -0
- package/dist/utils/spacing.d.ts.map +1 -0
- package/dist/utils/spacing.js +352 -0
- package/package.json +84 -40
- package/dist/fonts/Objectivity/Objectivity-Black.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-Black.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-BlackSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-BlackSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Bold.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-BoldSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-BoldSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBold.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBold.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBoldSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBoldSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Light.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-LightSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-LightSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Medium.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-MediumSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-MediumSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Regular.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-RegularSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-RegularSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Super.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-Super.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-SuperSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-SuperSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Thin.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-Thin.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-ThinSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-ThinSlanted.woff2 +0 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import p from "../core/change-details.js";
|
|
2
|
+
import u from "../core/holder.js";
|
|
3
|
+
import m from "./pattern.js";
|
|
4
|
+
import "./base.js";
|
|
5
|
+
import "./factory.js";
|
|
6
|
+
import "./pattern/input-definition.js";
|
|
7
|
+
import "./regexp.js";
|
|
8
|
+
class d extends m {
|
|
9
|
+
/**
|
|
10
|
+
Optionally sets max length of pattern.
|
|
11
|
+
Used when pattern length is longer then `to` param length. Pads zeros at start in this case.
|
|
12
|
+
*/
|
|
13
|
+
/** Min bound */
|
|
14
|
+
/** Max bound */
|
|
15
|
+
get _matchFrom() {
|
|
16
|
+
return this.maxLength - String(this.from).length;
|
|
17
|
+
}
|
|
18
|
+
constructor(e) {
|
|
19
|
+
super(e);
|
|
20
|
+
}
|
|
21
|
+
updateOptions(e) {
|
|
22
|
+
super.updateOptions(e);
|
|
23
|
+
}
|
|
24
|
+
_update(e) {
|
|
25
|
+
const {
|
|
26
|
+
to: t = this.to || 0,
|
|
27
|
+
from: r = this.from || 0,
|
|
28
|
+
maxLength: i = this.maxLength || 0,
|
|
29
|
+
autofix: a = this.autofix,
|
|
30
|
+
...h
|
|
31
|
+
} = e;
|
|
32
|
+
this.to = t, this.from = r, this.maxLength = Math.max(String(t).length, i), this.autofix = a;
|
|
33
|
+
const o = String(this.from).padStart(this.maxLength, "0"), n = String(this.to).padStart(this.maxLength, "0");
|
|
34
|
+
let s = 0;
|
|
35
|
+
for (; s < n.length && n[s] === o[s]; ) ++s;
|
|
36
|
+
h.mask = n.slice(0, s).replace(/0/g, "\\0") + "0".repeat(this.maxLength - s), super._update(h);
|
|
37
|
+
}
|
|
38
|
+
get isComplete() {
|
|
39
|
+
return super.isComplete && !!this.value;
|
|
40
|
+
}
|
|
41
|
+
boundaries(e) {
|
|
42
|
+
let t = "", r = "";
|
|
43
|
+
const [, i, a] = e.match(/^(\D*)(\d*)(\D*)/) || [];
|
|
44
|
+
return a && (t = "0".repeat(i.length) + a, r = "9".repeat(i.length) + a), t = t.padEnd(this.maxLength, "0"), r = r.padEnd(this.maxLength, "9"), [t, r];
|
|
45
|
+
}
|
|
46
|
+
doPrepareChar(e, t) {
|
|
47
|
+
t === void 0 && (t = {});
|
|
48
|
+
let r;
|
|
49
|
+
return [e, r] = super.doPrepareChar(e.replace(/\D/g, ""), t), e || (r.skip = !this.isComplete), [e, r];
|
|
50
|
+
}
|
|
51
|
+
_appendCharRaw(e, t) {
|
|
52
|
+
if (t === void 0 && (t = {}), !this.autofix || this.value.length + 1 > this.maxLength) return super._appendCharRaw(e, t);
|
|
53
|
+
const r = String(this.from).padStart(this.maxLength, "0"), i = String(this.to).padStart(this.maxLength, "0"), [a, h] = this.boundaries(this.value + e);
|
|
54
|
+
return Number(h) < this.from ? super._appendCharRaw(r[this.value.length], t) : Number(a) > this.to ? !t.tail && this.autofix === "pad" && this.value.length + 1 < this.maxLength ? super._appendCharRaw(r[this.value.length], t).aggregate(this._appendCharRaw(e, t)) : super._appendCharRaw(i[this.value.length], t) : super._appendCharRaw(e, t);
|
|
55
|
+
}
|
|
56
|
+
doValidate(e) {
|
|
57
|
+
const t = this.value;
|
|
58
|
+
if (t.search(/[^0]/) === -1 && t.length <= this._matchFrom) return !0;
|
|
59
|
+
const [i, a] = this.boundaries(t);
|
|
60
|
+
return this.from <= Number(a) && Number(i) <= this.to && super.doValidate(e);
|
|
61
|
+
}
|
|
62
|
+
pad(e) {
|
|
63
|
+
const t = new p();
|
|
64
|
+
if (this.value.length === this.maxLength) return t;
|
|
65
|
+
const r = this.value, i = this.maxLength - this.value.length;
|
|
66
|
+
if (i) {
|
|
67
|
+
this.reset();
|
|
68
|
+
for (let a = 0; a < i; ++a)
|
|
69
|
+
t.aggregate(super._appendCharRaw("0", e));
|
|
70
|
+
r.split("").forEach((a) => this._appendCharRaw(a));
|
|
71
|
+
}
|
|
72
|
+
return t;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
u.MaskedRange = d;
|
|
76
|
+
export {
|
|
77
|
+
d as default
|
|
78
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import p from "./base.js";
|
|
2
|
+
import t from "../core/holder.js";
|
|
3
|
+
import "../core/change-details.js";
|
|
4
|
+
class d extends p {
|
|
5
|
+
/** */
|
|
6
|
+
/** Enable characters overwriting */
|
|
7
|
+
/** */
|
|
8
|
+
/** */
|
|
9
|
+
/** */
|
|
10
|
+
updateOptions(e) {
|
|
11
|
+
super.updateOptions(e);
|
|
12
|
+
}
|
|
13
|
+
_update(e) {
|
|
14
|
+
const a = e.mask;
|
|
15
|
+
a && (e.validate = (s) => s.search(a) >= 0), super._update(e);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
t.MaskedRegExp = d;
|
|
19
|
+
export {
|
|
20
|
+
d as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import k from "../core/change-details.js";
|
|
2
|
+
import u from "../core/holder.js";
|
|
3
|
+
import c, { normalizeOpts as d } from "./factory.js";
|
|
4
|
+
import m from "./pattern.js";
|
|
5
|
+
import "./base.js";
|
|
6
|
+
import "./pattern/input-definition.js";
|
|
7
|
+
import "./regexp.js";
|
|
8
|
+
class _ extends m {
|
|
9
|
+
get repeatFrom() {
|
|
10
|
+
var t;
|
|
11
|
+
return (t = Array.isArray(this.repeat) ? this.repeat[0] : this.repeat === 1 / 0 ? 0 : this.repeat) != null ? t : 0;
|
|
12
|
+
}
|
|
13
|
+
get repeatTo() {
|
|
14
|
+
var t;
|
|
15
|
+
return (t = Array.isArray(this.repeat) ? this.repeat[1] : this.repeat) != null ? t : 1 / 0;
|
|
16
|
+
}
|
|
17
|
+
constructor(t) {
|
|
18
|
+
super(t);
|
|
19
|
+
}
|
|
20
|
+
updateOptions(t) {
|
|
21
|
+
super.updateOptions(t);
|
|
22
|
+
}
|
|
23
|
+
_update(t) {
|
|
24
|
+
var i, s, r;
|
|
25
|
+
const {
|
|
26
|
+
repeat: n,
|
|
27
|
+
...l
|
|
28
|
+
} = d(t);
|
|
29
|
+
this._blockOpts = Object.assign({}, this._blockOpts, l);
|
|
30
|
+
const e = c(this._blockOpts);
|
|
31
|
+
this.repeat = (i = (s = n ?? e.repeat) != null ? s : this.repeat) != null ? i : 1 / 0, super._update({
|
|
32
|
+
mask: "m".repeat(Math.max(this.repeatTo === 1 / 0 && ((r = this._blocks) == null ? void 0 : r.length) || 0, this.repeatFrom)),
|
|
33
|
+
blocks: {
|
|
34
|
+
m: e
|
|
35
|
+
},
|
|
36
|
+
eager: e.eager,
|
|
37
|
+
overwrite: e.overwrite,
|
|
38
|
+
skipInvalid: e.skipInvalid,
|
|
39
|
+
lazy: e.lazy,
|
|
40
|
+
placeholderChar: e.placeholderChar,
|
|
41
|
+
displayChar: e.displayChar
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
_allocateBlock(t) {
|
|
45
|
+
if (t < this._blocks.length) return this._blocks[t];
|
|
46
|
+
if (this.repeatTo === 1 / 0 || this._blocks.length < this.repeatTo)
|
|
47
|
+
return this._blocks.push(c(this._blockOpts)), this.mask += "m", this._blocks[this._blocks.length - 1];
|
|
48
|
+
}
|
|
49
|
+
_appendCharRaw(t, i) {
|
|
50
|
+
i === void 0 && (i = {});
|
|
51
|
+
const s = new k();
|
|
52
|
+
for (
|
|
53
|
+
let a = (r = (n = this._mapPosToBlock(this.displayValue.length)) == null ? void 0 : n.index) != null ? r : Math.max(this._blocks.length - 1, 0), h, o;
|
|
54
|
+
// try to get a block or
|
|
55
|
+
// try to allocate a new block if not allocated already
|
|
56
|
+
h = (l = this._blocks[a]) != null ? l : o = !o && this._allocateBlock(a);
|
|
57
|
+
++a
|
|
58
|
+
) {
|
|
59
|
+
var r, n, l, e;
|
|
60
|
+
const p = h._appendChar(t, {
|
|
61
|
+
...i,
|
|
62
|
+
_beforeTailState: (e = i._beforeTailState) == null || (e = e._blocks) == null ? void 0 : e[a]
|
|
63
|
+
});
|
|
64
|
+
if (p.skip && o) {
|
|
65
|
+
this._blocks.pop(), this.mask = this.mask.slice(1);
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
if (s.aggregate(p), p.consumed) break;
|
|
69
|
+
}
|
|
70
|
+
return s;
|
|
71
|
+
}
|
|
72
|
+
_trimEmptyTail(t, i) {
|
|
73
|
+
var s, r;
|
|
74
|
+
t === void 0 && (t = 0);
|
|
75
|
+
const n = Math.max(((s = this._mapPosToBlock(t)) == null ? void 0 : s.index) || 0, this.repeatFrom, 0);
|
|
76
|
+
let l;
|
|
77
|
+
i != null && (l = (r = this._mapPosToBlock(i)) == null ? void 0 : r.index), l == null && (l = this._blocks.length - 1);
|
|
78
|
+
let e = 0;
|
|
79
|
+
for (let a = l; n <= a && !this._blocks[a].unmaskedValue; --a, ++e)
|
|
80
|
+
;
|
|
81
|
+
e && (this._blocks.splice(l - e + 1, e), this.mask = this.mask.slice(e));
|
|
82
|
+
}
|
|
83
|
+
reset() {
|
|
84
|
+
super.reset(), this._trimEmptyTail();
|
|
85
|
+
}
|
|
86
|
+
remove(t, i) {
|
|
87
|
+
t === void 0 && (t = 0), i === void 0 && (i = this.displayValue.length);
|
|
88
|
+
const s = super.remove(t, i);
|
|
89
|
+
return this._trimEmptyTail(t, i), s;
|
|
90
|
+
}
|
|
91
|
+
totalInputPositions(t, i) {
|
|
92
|
+
return t === void 0 && (t = 0), i == null && this.repeatTo === 1 / 0 ? 1 / 0 : super.totalInputPositions(t, i);
|
|
93
|
+
}
|
|
94
|
+
get state() {
|
|
95
|
+
return super.state;
|
|
96
|
+
}
|
|
97
|
+
set state(t) {
|
|
98
|
+
this._blocks.length = t._blocks.length, this.mask = this.mask.slice(0, this._blocks.length), super.state = t;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
u.RepeatBlock = _;
|
|
102
|
+
export {
|
|
103
|
+
_ as default
|
|
104
|
+
};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as n from "react";
|
|
2
|
+
var b = Object.defineProperty, y = Object.defineProperties, w = Object.getOwnPropertyDescriptors, u = Object.getOwnPropertySymbols, P = Object.prototype.hasOwnProperty, h = Object.prototype.propertyIsEnumerable, c = (e, t, r) => t in e ? b(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, l = (e, t) => {
|
|
3
|
+
for (var r in t || (t = {}))
|
|
4
|
+
P.call(t, r) && c(e, r, t[r]);
|
|
5
|
+
if (u)
|
|
6
|
+
for (var r of u(t))
|
|
7
|
+
h.call(t, r) && c(e, r, t[r]);
|
|
8
|
+
return e;
|
|
9
|
+
}, x = (e, t) => y(e, w(t)), p, d;
|
|
10
|
+
typeof window < "u" && ((p = window.document) != null && p.createElement || ((d = window.navigator) == null ? void 0 : d.product) === "ReactNative") ? n.useLayoutEffect : n.useEffect;
|
|
11
|
+
function m(e, t, r) {
|
|
12
|
+
if (!e)
|
|
13
|
+
return;
|
|
14
|
+
if (r(e) === !0)
|
|
15
|
+
return e;
|
|
16
|
+
let i = e.child;
|
|
17
|
+
for (; i; ) {
|
|
18
|
+
const o = m(i, t, r);
|
|
19
|
+
if (o)
|
|
20
|
+
return o;
|
|
21
|
+
i = i.sibling;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
function v(e) {
|
|
25
|
+
try {
|
|
26
|
+
return Object.defineProperties(e, {
|
|
27
|
+
_currentRenderer: {
|
|
28
|
+
get() {
|
|
29
|
+
return null;
|
|
30
|
+
},
|
|
31
|
+
set() {
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
_currentRenderer2: {
|
|
35
|
+
get() {
|
|
36
|
+
return null;
|
|
37
|
+
},
|
|
38
|
+
set() {
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
} catch {
|
|
43
|
+
return e;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
const f = console.error;
|
|
47
|
+
console.error = function() {
|
|
48
|
+
const e = [...arguments].join("");
|
|
49
|
+
if (e != null && e.startsWith("Warning:") && e.includes("useContext")) {
|
|
50
|
+
console.error = f;
|
|
51
|
+
return;
|
|
52
|
+
}
|
|
53
|
+
return f.apply(this, arguments);
|
|
54
|
+
};
|
|
55
|
+
const a = v(n.createContext(null));
|
|
56
|
+
class g extends n.Component {
|
|
57
|
+
render() {
|
|
58
|
+
return /* @__PURE__ */ n.createElement(a.Provider, {
|
|
59
|
+
value: this._reactInternals
|
|
60
|
+
}, this.props.children);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
function O() {
|
|
64
|
+
const e = n.useContext(a);
|
|
65
|
+
if (e === null)
|
|
66
|
+
throw new Error("its-fine: useFiber must be called within a <FiberProvider />!");
|
|
67
|
+
const t = n.useId();
|
|
68
|
+
return n.useMemo(() => {
|
|
69
|
+
for (const i of [e, e == null ? void 0 : e.alternate]) {
|
|
70
|
+
if (!i)
|
|
71
|
+
continue;
|
|
72
|
+
const o = m(i, !1, (_) => {
|
|
73
|
+
let s = _.memoizedState;
|
|
74
|
+
for (; s; ) {
|
|
75
|
+
if (s.memoizedState === t)
|
|
76
|
+
return !0;
|
|
77
|
+
s = s.next;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
if (o)
|
|
81
|
+
return o;
|
|
82
|
+
}
|
|
83
|
+
}, [e, t]);
|
|
84
|
+
}
|
|
85
|
+
function C() {
|
|
86
|
+
const e = O(), [t] = n.useState(() => /* @__PURE__ */ new Map());
|
|
87
|
+
t.clear();
|
|
88
|
+
let r = e;
|
|
89
|
+
for (; r; ) {
|
|
90
|
+
if (r.type && typeof r.type == "object") {
|
|
91
|
+
const o = r.type._context === void 0 && r.type.Provider === r.type ? r.type : r.type._context;
|
|
92
|
+
o && o !== a && !t.has(o) && t.set(o, n.useContext(v(o)));
|
|
93
|
+
}
|
|
94
|
+
r = r.return;
|
|
95
|
+
}
|
|
96
|
+
return t;
|
|
97
|
+
}
|
|
98
|
+
function E() {
|
|
99
|
+
const e = C();
|
|
100
|
+
return n.useMemo(
|
|
101
|
+
() => Array.from(e.keys()).reduce(
|
|
102
|
+
(t, r) => (i) => /* @__PURE__ */ n.createElement(t, null, /* @__PURE__ */ n.createElement(r.Provider, x(l({}, i), {
|
|
103
|
+
value: e.get(r)
|
|
104
|
+
}))),
|
|
105
|
+
(t) => /* @__PURE__ */ n.createElement(g, l({}, t))
|
|
106
|
+
),
|
|
107
|
+
[e]
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
export {
|
|
111
|
+
g as FiberProvider,
|
|
112
|
+
m as traverseFiber,
|
|
113
|
+
E as useContextBridge,
|
|
114
|
+
C as useContextMap,
|
|
115
|
+
O as useFiber
|
|
116
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { time as v } from "../frameloop/sync-time.js";
|
|
2
|
+
import { JSAnimation as y } from "./JSAnimation.js";
|
|
3
|
+
import { getFinalKeyframe as g } from "./keyframes/get-final.js";
|
|
4
|
+
import { KeyframeResolver as R, flushKeyframeResolvers as T } from "./keyframes/KeyframesResolver.js";
|
|
5
|
+
import { NativeAnimationExtended as _ } from "./NativeAnimationExtended.js";
|
|
6
|
+
import { canAnimate as w } from "./utils/can-animate.js";
|
|
7
|
+
import { makeAnimationInstant as K } from "./utils/make-animation-instant.js";
|
|
8
|
+
import { WithPromise as D } from "./utils/WithPromise.js";
|
|
9
|
+
import { supportsBrowserAnimation as E } from "./waapi/supports/waapi.js";
|
|
10
|
+
import { MotionGlobalConfig as k } from "../../../../motion-utils/dist/es/global-config.js";
|
|
11
|
+
import { noop as x } from "../../../../motion-utils/dist/es/noop.js";
|
|
12
|
+
const M = 40;
|
|
13
|
+
class I extends D {
|
|
14
|
+
constructor({ autoplay: i = !0, delay: s = 0, type: e = "keyframes", repeat: l = 0, repeatDelay: f = 0, repeatType: d = "loop", keyframes: p, name: a, motionValue: r, element: t, ...c }) {
|
|
15
|
+
var u;
|
|
16
|
+
super(), this.stop = () => {
|
|
17
|
+
var m, h;
|
|
18
|
+
this._animation && (this._animation.stop(), (m = this.stopTimeline) == null || m.call(this)), (h = this.keyframeResolver) == null || h.cancel();
|
|
19
|
+
}, this.createdAt = v.now();
|
|
20
|
+
const n = {
|
|
21
|
+
autoplay: i,
|
|
22
|
+
delay: s,
|
|
23
|
+
type: e,
|
|
24
|
+
repeat: l,
|
|
25
|
+
repeatDelay: f,
|
|
26
|
+
repeatType: d,
|
|
27
|
+
name: a,
|
|
28
|
+
motionValue: r,
|
|
29
|
+
element: t,
|
|
30
|
+
...c
|
|
31
|
+
}, o = (t == null ? void 0 : t.KeyframeResolver) || R;
|
|
32
|
+
this.keyframeResolver = new o(p, (m, h, A) => this.onKeyframesResolved(m, h, n, !A), a, r, t), (u = this.keyframeResolver) == null || u.scheduleResolve();
|
|
33
|
+
}
|
|
34
|
+
onKeyframesResolved(i, s, e, l) {
|
|
35
|
+
this.keyframeResolver = void 0;
|
|
36
|
+
const { name: f, type: d, velocity: p, delay: a, isHandoff: r, onUpdate: t } = e;
|
|
37
|
+
this.resolvedAt = v.now(), w(i, f, d, p) || ((k.instantAnimations || !a) && (t == null || t(g(i, e, s))), i[0] = i[i.length - 1], K(e), e.repeat = 0);
|
|
38
|
+
const n = {
|
|
39
|
+
startTime: l ? this.resolvedAt ? this.resolvedAt - this.createdAt > M ? this.resolvedAt : this.createdAt : this.createdAt : void 0,
|
|
40
|
+
finalKeyframe: s,
|
|
41
|
+
...e,
|
|
42
|
+
keyframes: i
|
|
43
|
+
}, o = !r && E(n) ? new _({
|
|
44
|
+
...n,
|
|
45
|
+
element: n.motionValue.owner.current
|
|
46
|
+
}) : new y(n);
|
|
47
|
+
o.finished.then(() => this.notifyFinished()).catch(x), this.pendingTimeline && (this.stopTimeline = o.attachTimeline(this.pendingTimeline), this.pendingTimeline = void 0), this._animation = o;
|
|
48
|
+
}
|
|
49
|
+
get finished() {
|
|
50
|
+
return this._animation ? this.animation.finished : this._finished;
|
|
51
|
+
}
|
|
52
|
+
then(i, s) {
|
|
53
|
+
return this.finished.finally(i).then(() => {
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
get animation() {
|
|
57
|
+
var i;
|
|
58
|
+
return this._animation || ((i = this.keyframeResolver) == null || i.resume(), T()), this._animation;
|
|
59
|
+
}
|
|
60
|
+
get duration() {
|
|
61
|
+
return this.animation.duration;
|
|
62
|
+
}
|
|
63
|
+
get iterationDuration() {
|
|
64
|
+
return this.animation.iterationDuration;
|
|
65
|
+
}
|
|
66
|
+
get time() {
|
|
67
|
+
return this.animation.time;
|
|
68
|
+
}
|
|
69
|
+
set time(i) {
|
|
70
|
+
this.animation.time = i;
|
|
71
|
+
}
|
|
72
|
+
get speed() {
|
|
73
|
+
return this.animation.speed;
|
|
74
|
+
}
|
|
75
|
+
get state() {
|
|
76
|
+
return this.animation.state;
|
|
77
|
+
}
|
|
78
|
+
set speed(i) {
|
|
79
|
+
this.animation.speed = i;
|
|
80
|
+
}
|
|
81
|
+
get startTime() {
|
|
82
|
+
return this.animation.startTime;
|
|
83
|
+
}
|
|
84
|
+
attachTimeline(i) {
|
|
85
|
+
return this._animation ? this.stopTimeline = this.animation.attachTimeline(i) : this.pendingTimeline = i, () => this.stop();
|
|
86
|
+
}
|
|
87
|
+
play() {
|
|
88
|
+
this.animation.play();
|
|
89
|
+
}
|
|
90
|
+
pause() {
|
|
91
|
+
this.animation.pause();
|
|
92
|
+
}
|
|
93
|
+
complete() {
|
|
94
|
+
this.animation.complete();
|
|
95
|
+
}
|
|
96
|
+
cancel() {
|
|
97
|
+
var i;
|
|
98
|
+
this._animation && this.animation.cancel(), (i = this.keyframeResolver) == null || i.cancel();
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
export {
|
|
102
|
+
I as AsyncMotionValueAnimation
|
|
103
|
+
};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
class l {
|
|
2
|
+
constructor(t) {
|
|
3
|
+
this.stop = () => this.runAll("stop"), this.animations = t.filter(Boolean);
|
|
4
|
+
}
|
|
5
|
+
get finished() {
|
|
6
|
+
return Promise.all(this.animations.map((t) => t.finished));
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* TODO: Filter out cancelled or stopped animations before returning
|
|
10
|
+
*/
|
|
11
|
+
getAll(t) {
|
|
12
|
+
return this.animations[0][t];
|
|
13
|
+
}
|
|
14
|
+
setAll(t, e) {
|
|
15
|
+
for (let i = 0; i < this.animations.length; i++)
|
|
16
|
+
this.animations[i][t] = e;
|
|
17
|
+
}
|
|
18
|
+
attachTimeline(t) {
|
|
19
|
+
const e = this.animations.map((i) => i.attachTimeline(t));
|
|
20
|
+
return () => {
|
|
21
|
+
e.forEach((i, s) => {
|
|
22
|
+
i && i(), this.animations[s].stop();
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
get time() {
|
|
27
|
+
return this.getAll("time");
|
|
28
|
+
}
|
|
29
|
+
set time(t) {
|
|
30
|
+
this.setAll("time", t);
|
|
31
|
+
}
|
|
32
|
+
get speed() {
|
|
33
|
+
return this.getAll("speed");
|
|
34
|
+
}
|
|
35
|
+
set speed(t) {
|
|
36
|
+
this.setAll("speed", t);
|
|
37
|
+
}
|
|
38
|
+
get state() {
|
|
39
|
+
return this.getAll("state");
|
|
40
|
+
}
|
|
41
|
+
get startTime() {
|
|
42
|
+
return this.getAll("startTime");
|
|
43
|
+
}
|
|
44
|
+
get duration() {
|
|
45
|
+
return a(this.animations, "duration");
|
|
46
|
+
}
|
|
47
|
+
get iterationDuration() {
|
|
48
|
+
return a(this.animations, "iterationDuration");
|
|
49
|
+
}
|
|
50
|
+
runAll(t) {
|
|
51
|
+
this.animations.forEach((e) => e[t]());
|
|
52
|
+
}
|
|
53
|
+
play() {
|
|
54
|
+
this.runAll("play");
|
|
55
|
+
}
|
|
56
|
+
pause() {
|
|
57
|
+
this.runAll("pause");
|
|
58
|
+
}
|
|
59
|
+
cancel() {
|
|
60
|
+
this.runAll("cancel");
|
|
61
|
+
}
|
|
62
|
+
complete() {
|
|
63
|
+
this.runAll("complete");
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
function a(n, t) {
|
|
67
|
+
let e = 0;
|
|
68
|
+
for (let i = 0; i < n.length; i++) {
|
|
69
|
+
const s = n[i][t];
|
|
70
|
+
s !== null && s > e && (e = s);
|
|
71
|
+
}
|
|
72
|
+
return e;
|
|
73
|
+
}
|
|
74
|
+
export {
|
|
75
|
+
l as GroupAnimation
|
|
76
|
+
};
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { time as u } from "../frameloop/sync-time.js";
|
|
2
|
+
import { mix as G } from "../utils/mix/index.js";
|
|
3
|
+
import { frameloopDriver as I } from "./drivers/frame.js";
|
|
4
|
+
import { inertia as K } from "./generators/inertia.js";
|
|
5
|
+
import { keyframes as c } from "./generators/keyframes.js";
|
|
6
|
+
import { calcGeneratorDuration as O } from "./generators/utils/calc-duration.js";
|
|
7
|
+
import { getFinalKeyframe as C } from "./keyframes/get-final.js";
|
|
8
|
+
import { replaceTransitionType as E } from "./utils/replace-transition-type.js";
|
|
9
|
+
import { WithPromise as N } from "./utils/WithPromise.js";
|
|
10
|
+
import { invariant as V } from "../../../../motion-utils/dist/es/errors.js";
|
|
11
|
+
import { pipe as W } from "../../../../motion-utils/dist/es/pipe.js";
|
|
12
|
+
import { millisecondsToSeconds as f, secondsToMilliseconds as $ } from "../../../../motion-utils/dist/es/time-conversion.js";
|
|
13
|
+
import { clamp as B } from "../../../../motion-utils/dist/es/clamp.js";
|
|
14
|
+
const J = (v) => v / 100;
|
|
15
|
+
class et extends N {
|
|
16
|
+
constructor(t) {
|
|
17
|
+
super(), this.state = "idle", this.startTime = null, this.isStopped = !1, this.currentTime = 0, this.holdTime = null, this.playbackSpeed = 1, this.stop = () => {
|
|
18
|
+
var r, e;
|
|
19
|
+
const { motionValue: i } = this.options;
|
|
20
|
+
i && i.updatedAt !== u.now() && this.tick(u.now()), this.isStopped = !0, this.state !== "idle" && (this.teardown(), (e = (r = this.options).onStop) == null || e.call(r));
|
|
21
|
+
}, this.options = t, this.initAnimation(), this.play(), t.autoplay === !1 && this.pause();
|
|
22
|
+
}
|
|
23
|
+
initAnimation() {
|
|
24
|
+
const { options: t } = this;
|
|
25
|
+
E(t);
|
|
26
|
+
const { type: i = c, repeat: r = 0, repeatDelay: e = 0, repeatType: n, velocity: m = 0 } = t;
|
|
27
|
+
let { keyframes: s } = t;
|
|
28
|
+
const h = i || c;
|
|
29
|
+
process.env.NODE_ENV !== "production" && h !== c && V(s.length <= 2, `Only two keyframes currently supported with spring and inertia animations. Trying to animate ${s}`, "spring-two-frames"), h !== c && typeof s[0] != "number" && (this.mixKeyframes = W(J, G(s[0], s[1])), s = [0, 100]);
|
|
30
|
+
const a = h({ ...t, keyframes: s });
|
|
31
|
+
n === "mirror" && (this.mirroredGenerator = h({
|
|
32
|
+
...t,
|
|
33
|
+
keyframes: [...s].reverse(),
|
|
34
|
+
velocity: -m
|
|
35
|
+
})), a.calculatedDuration === null && (a.calculatedDuration = O(a));
|
|
36
|
+
const { calculatedDuration: p } = a;
|
|
37
|
+
this.calculatedDuration = p, this.resolvedDuration = p + e, this.totalDuration = this.resolvedDuration * (r + 1) - e, this.generator = a;
|
|
38
|
+
}
|
|
39
|
+
updateTime(t) {
|
|
40
|
+
const i = Math.round(t - this.startTime) * this.playbackSpeed;
|
|
41
|
+
this.holdTime !== null ? this.currentTime = this.holdTime : this.currentTime = i;
|
|
42
|
+
}
|
|
43
|
+
tick(t, i = !1) {
|
|
44
|
+
const { generator: r, totalDuration: e, mixKeyframes: n, mirroredGenerator: m, resolvedDuration: s, calculatedDuration: h } = this;
|
|
45
|
+
if (this.startTime === null)
|
|
46
|
+
return r.next(0);
|
|
47
|
+
const { delay: a = 0, keyframes: p, repeat: k, repeatType: D, repeatDelay: g, type: F, onUpdate: S, finalKeyframe: P } = this.options;
|
|
48
|
+
this.speed > 0 ? this.startTime = Math.min(this.startTime, t) : this.speed < 0 && (this.startTime = Math.min(t - e / this.speed, this.startTime)), i ? this.currentTime = t : this.updateTime(t);
|
|
49
|
+
const T = this.currentTime - a * (this.playbackSpeed >= 0 ? 1 : -1), b = this.playbackSpeed >= 0 ? T < 0 : T > e;
|
|
50
|
+
this.currentTime = Math.max(T, 0), this.state === "finished" && this.holdTime === null && (this.currentTime = e);
|
|
51
|
+
let w = this.currentTime, x = r;
|
|
52
|
+
if (k) {
|
|
53
|
+
const y = Math.min(this.currentTime, e) / s;
|
|
54
|
+
let d = Math.floor(y), o = y % 1;
|
|
55
|
+
!o && y >= 1 && (o = 1), o === 1 && d--, d = Math.min(d, k + 1), !!(d % 2) && (D === "reverse" ? (o = 1 - o, g && (o -= g / s)) : D === "mirror" && (x = m)), w = B(0, 1, o) * s;
|
|
56
|
+
}
|
|
57
|
+
const l = b ? { done: !1, value: p[0] } : x.next(w);
|
|
58
|
+
n && (l.value = n(l.value));
|
|
59
|
+
let { done: M } = l;
|
|
60
|
+
!b && h !== null && (M = this.playbackSpeed >= 0 ? this.currentTime >= e : this.currentTime <= 0);
|
|
61
|
+
const A = this.holdTime === null && (this.state === "finished" || this.state === "running" && M);
|
|
62
|
+
return A && F !== K && (l.value = C(p, this.options, P, this.speed)), S && S(l.value), A && this.finish(), l;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Allows the returned animation to be awaited or promise-chained. Currently
|
|
66
|
+
* resolves when the animation finishes at all but in a future update could/should
|
|
67
|
+
* reject if its cancels.
|
|
68
|
+
*/
|
|
69
|
+
then(t, i) {
|
|
70
|
+
return this.finished.then(t, i);
|
|
71
|
+
}
|
|
72
|
+
get duration() {
|
|
73
|
+
return f(this.calculatedDuration);
|
|
74
|
+
}
|
|
75
|
+
get iterationDuration() {
|
|
76
|
+
const { delay: t = 0 } = this.options || {};
|
|
77
|
+
return this.duration + f(t);
|
|
78
|
+
}
|
|
79
|
+
get time() {
|
|
80
|
+
return f(this.currentTime);
|
|
81
|
+
}
|
|
82
|
+
set time(t) {
|
|
83
|
+
var i;
|
|
84
|
+
t = $(t), this.currentTime = t, this.startTime === null || this.holdTime !== null || this.playbackSpeed === 0 ? this.holdTime = t : this.driver && (this.startTime = this.driver.now() - t / this.playbackSpeed), (i = this.driver) == null || i.start(!1);
|
|
85
|
+
}
|
|
86
|
+
get speed() {
|
|
87
|
+
return this.playbackSpeed;
|
|
88
|
+
}
|
|
89
|
+
set speed(t) {
|
|
90
|
+
this.updateTime(u.now());
|
|
91
|
+
const i = this.playbackSpeed !== t;
|
|
92
|
+
this.playbackSpeed = t, i && (this.time = f(this.currentTime));
|
|
93
|
+
}
|
|
94
|
+
play() {
|
|
95
|
+
var e, n;
|
|
96
|
+
if (this.isStopped)
|
|
97
|
+
return;
|
|
98
|
+
const { driver: t = I, startTime: i } = this.options;
|
|
99
|
+
this.driver || (this.driver = t((m) => this.tick(m))), (n = (e = this.options).onPlay) == null || n.call(e);
|
|
100
|
+
const r = this.driver.now();
|
|
101
|
+
this.state === "finished" ? (this.updateFinished(), this.startTime = r) : this.holdTime !== null ? this.startTime = r - this.holdTime : this.startTime || (this.startTime = i ?? r), this.state === "finished" && this.speed < 0 && (this.startTime += this.calculatedDuration), this.holdTime = null, this.state = "running", this.driver.start();
|
|
102
|
+
}
|
|
103
|
+
pause() {
|
|
104
|
+
this.state = "paused", this.updateTime(u.now()), this.holdTime = this.currentTime;
|
|
105
|
+
}
|
|
106
|
+
complete() {
|
|
107
|
+
this.state !== "running" && this.play(), this.state = "finished", this.holdTime = null;
|
|
108
|
+
}
|
|
109
|
+
finish() {
|
|
110
|
+
var t, i;
|
|
111
|
+
this.notifyFinished(), this.teardown(), this.state = "finished", (i = (t = this.options).onComplete) == null || i.call(t);
|
|
112
|
+
}
|
|
113
|
+
cancel() {
|
|
114
|
+
var t, i;
|
|
115
|
+
this.holdTime = null, this.startTime = 0, this.tick(0), this.teardown(), (i = (t = this.options).onCancel) == null || i.call(t);
|
|
116
|
+
}
|
|
117
|
+
teardown() {
|
|
118
|
+
this.state = "idle", this.stopDriver(), this.startTime = this.holdTime = null;
|
|
119
|
+
}
|
|
120
|
+
stopDriver() {
|
|
121
|
+
this.driver && (this.driver.stop(), this.driver = void 0);
|
|
122
|
+
}
|
|
123
|
+
sample(t) {
|
|
124
|
+
return this.startTime = 0, this.tick(t, !0);
|
|
125
|
+
}
|
|
126
|
+
attachTimeline(t) {
|
|
127
|
+
var i;
|
|
128
|
+
return this.options.allowFlatten && (this.options.type = "keyframes", this.options.ease = "linear", this.initAnimation()), (i = this.driver) == null || i.stop(), t.observe(this);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
export {
|
|
132
|
+
et as JSAnimation
|
|
133
|
+
};
|