@hirely/ui 0.1.7 → 0.1.8
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/App.d.ts +1 -0
- package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.cjs.js +2 -0
- package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.cjs.js.map +1 -0
- package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.es.js +10 -0
- package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.es.js.map +1 -0
- package/dist/_virtual/_rolldown/runtime.cjs.js +1 -1
- package/dist/_virtual/_rolldown/runtime.es.js +27 -0
- package/dist/components/ui/accordion.cjs.js +1 -1
- package/dist/components/ui/accordion.cjs.js.map +1 -1
- package/dist/components/ui/alert-wrapper.cjs.js +1 -1
- package/dist/components/ui/alert-wrapper.cjs.js.map +1 -1
- package/dist/components/ui/aspect-ratio.cjs.js +1 -1
- package/dist/components/ui/aspect-ratio.cjs.js.map +1 -1
- package/dist/components/ui/badge.cjs.js +1 -1
- package/dist/components/ui/badge.cjs.js.map +1 -1
- package/dist/components/ui/bouncy-accordion.cjs.js +2 -0
- package/dist/components/ui/bouncy-accordion.cjs.js.map +1 -0
- package/dist/components/ui/bouncy-accordion.d.ts +28 -0
- package/dist/components/ui/bouncy-accordion.es.js +149 -0
- package/dist/components/ui/bouncy-accordion.es.js.map +1 -0
- package/dist/components/ui/button-group.cjs.js +1 -1
- package/dist/components/ui/button-group.cjs.js.map +1 -1
- package/dist/components/ui/button.cjs.js +1 -1
- package/dist/components/ui/button.cjs.js.map +1 -1
- package/dist/components/ui/card.cjs.js +1 -1
- package/dist/components/ui/card.cjs.js.map +1 -1
- package/dist/components/ui/card.es.js +2 -2
- package/dist/components/ui/card.es.js.map +1 -1
- package/dist/components/ui/checkbox.cjs.js +1 -1
- package/dist/components/ui/checkbox.cjs.js.map +1 -1
- package/dist/components/ui/collapsible.cjs.js +1 -1
- package/dist/components/ui/collapsible.cjs.js.map +1 -1
- package/dist/components/ui/dashboard-pagination.d.ts +7 -0
- package/dist/components/ui/field.cjs.js +1 -1
- package/dist/components/ui/field.cjs.js.map +1 -1
- package/dist/components/ui/generate-ai-button.cjs.js +2 -0
- package/dist/components/ui/generate-ai-button.cjs.js.map +1 -0
- package/dist/components/ui/generate-ai-button.d.ts +10 -0
- package/dist/components/ui/generate-ai-button.es.js +20 -0
- package/dist/components/ui/generate-ai-button.es.js.map +1 -0
- package/dist/components/ui/hover-card.cjs.js +1 -1
- package/dist/components/ui/hover-card.cjs.js.map +1 -1
- package/dist/components/ui/image-cropper.cjs.js +2 -0
- package/dist/components/ui/image-cropper.cjs.js.map +1 -0
- package/dist/components/ui/image-cropper.d.ts +19 -0
- package/dist/components/ui/image-cropper.es.js +155 -0
- package/dist/components/ui/image-cropper.es.js.map +1 -0
- package/dist/components/ui/image-upload.cjs.js +2 -0
- package/dist/components/ui/image-upload.cjs.js.map +1 -0
- package/dist/components/ui/image-upload.d.ts +30 -0
- package/dist/components/ui/image-upload.es.js +121 -0
- package/dist/components/ui/image-upload.es.js.map +1 -0
- package/dist/components/ui/navigation-menu.cjs.js +1 -1
- package/dist/components/ui/navigation-menu.cjs.js.map +1 -1
- package/dist/components/ui/not-found-dashboard.d.ts +5 -0
- package/dist/components/ui/progress.cjs.js +1 -1
- package/dist/components/ui/progress.cjs.js.map +1 -1
- package/dist/components/ui/radio-group.cjs.js +1 -1
- package/dist/components/ui/radio-group.cjs.js.map +1 -1
- package/dist/components/ui/resizable.cjs.js +1 -1
- package/dist/components/ui/resizable.cjs.js.map +1 -1
- package/dist/components/ui/scroll-area.cjs.js +1 -1
- package/dist/components/ui/scroll-area.cjs.js.map +1 -1
- package/dist/components/ui/separator.cjs.js +1 -1
- package/dist/components/ui/separator.cjs.js.map +1 -1
- package/dist/components/ui/slider.cjs.js +1 -1
- package/dist/components/ui/slider.cjs.js.map +1 -1
- package/dist/components/ui/slider.es.js +2 -2
- package/dist/components/ui/slider.es.js.map +1 -1
- package/dist/components/ui/stats-header.d.ts +13 -0
- package/dist/components/ui/switch.cjs.js +1 -1
- package/dist/components/ui/switch.cjs.js.map +1 -1
- package/dist/components/ui/tabs.cjs.js +1 -1
- package/dist/components/ui/tabs.cjs.js.map +1 -1
- package/dist/components/ui/text-header.d.ts +6 -0
- package/dist/components/ui/toggle.cjs.js +1 -1
- package/dist/components/ui/toggle.cjs.js.map +1 -1
- package/dist/components/ui/tooltip.cjs.js +1 -1
- package/dist/components/ui/tooltip.cjs.js.map +1 -1
- package/dist/functions/cropImage.cjs.js +2 -0
- package/dist/functions/cropImage.cjs.js.map +1 -0
- package/dist/functions/cropImage.d.ts +15 -0
- package/dist/functions/cropImage.es.js +38 -0
- package/dist/functions/cropImage.es.js.map +1 -0
- package/dist/hooks/index.cjs.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.es.js +5 -1
- package/dist/lib/ease.cjs.js +2 -0
- package/dist/lib/ease.cjs.js.map +1 -0
- package/dist/lib/ease.d.ts +39 -0
- package/dist/lib/ease.es.js +11 -0
- package/dist/lib/ease.es.js.map +1 -0
- package/dist/main.d.ts +0 -0
- package/dist/node_modules/.bun/@radix-ui_primitive@1.1.5/node_modules/@radix-ui/primitive/dist/index.cjs.js +1 -1
- package/dist/node_modules/.bun/@radix-ui_primitive@1.1.5/node_modules/@radix-ui/primitive/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.1.3_93dbe784b8baa420/node_modules/@radix-ui/react-compose-refs/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-context@1.2.0_93dbe784b8baa420/node_modules/@radix-ui/react-context/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-dialog@1.1.19_ae2b4604ef263bc9/node_modules/@radix-ui/react-dialog/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.1.15_ae2b4604ef263bc9/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.1.12_ae2b4604ef263bc9/node_modules/@radix-ui/react-focus-scope/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-id@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-id/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-portal@1.1.13_ae2b4604ef263bc9/node_modules/@radix-ui/react-portal/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-primitive@2.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-primitive/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-slot@1.3.0_93dbe784b8baa420/node_modules/@radix-ui/react-slot/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.2.3_93dbe784b8baa420/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js.map +1 -1
- package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.cjs.js +1 -1
- package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.cjs.js.map +1 -1
- package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.cjs.js +2 -0
- package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.es.js +21 -0
- package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.es.js.map +1 -0
- package/dist/node_modules/.bun/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs.js +1 -1
- package/dist/node_modules/.bun/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.cjs.js +1 -1
- package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.cjs.js.map +1 -1
- package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/chunk-NZJY6EH4.cjs.js +1 -1
- package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/chunk-NZJY6EH4.cjs.js.map +1 -1
- package/dist/node_modules/.bun/cnfast@0.0.8/node_modules/cnfast/dist/index.cjs.js +1 -1
- package/dist/node_modules/.bun/cnfast@0.0.8/node_modules/cnfast/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.bun/embla-carousel-react@8.6.0_e14d3f224186685e/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.cjs.js +1 -1
- package/dist/node_modules/.bun/embla-carousel-react@8.6.0_e14d3f224186685e/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.cjs.js.map +1 -1
- package/dist/node_modules/.bun/embla-carousel-reactive-utils@8.6.0_3dde5556684c958d/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs.js +1 -1
- package/dist/node_modules/.bun/embla-carousel-reactive-utils@8.6.0_3dde5556684c958d/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs.js.map +1 -1
- package/dist/node_modules/.bun/embla-carousel@8.6.0/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.js +1 -1
- package/dist/node_modules/.bun/embla-carousel@8.6.0/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.js.map +1 -1
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.cjs.js +2 -0
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.cjs.js.map +1 -0
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.es.js +111 -0
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.es.js.map +1 -0
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.cjs.js +2 -0
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.cjs.js.map +1 -0
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.es.js +1236 -0
- package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.es.js +22 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.es.js +8 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.es.js +8 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.es.js +12 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.es.js +19 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.es.js +8 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.es.js +17 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.es.js +8 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.es.js +8 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.es.js +10 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.es.js +13 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.es.js +260 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.es.js +24 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.es.js +61 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.es.js +29 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.es.js +22 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.es.js +140 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.es.js +44 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.es.js +28 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.es.js +41 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.es.js +27 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.es.js +11 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.es.js +53 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.es.js +17 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.es.js +15 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.es.js +63 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.es.js +11 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.es.js +15 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.es.js +48 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.es.js +26 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.es.js +72 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.es.js +6 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.es.js +23 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.es.js +60 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.es.js +52 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.es.js +9 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.es.js +12 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.es.js +15 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.es.js +9 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.es.js +10 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.es.js +23 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.es.js +21 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.es.js +9 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.es.js +13 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.es.js +28 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.es.js +11 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.es.js +32 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.es.js +28 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.es.js +13 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.es.js +10 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.es.js +10 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.es.js +6 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.es.js +6 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.es.js +8 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.es.js +15 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.es.js +11 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.es.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.cjs.js +2 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.cjs.js.map +1 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.es.js +9 -0
- package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.es.js.map +1 -0
- package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.cjs.js +1 -1
- package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.cjs.js.map +1 -1
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.es.js +109 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.es.js +131 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.es.js +86 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.es.js +30 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.es.js +12 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.es.js +34 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.es.js +24 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.es.js +168 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.es.js +11 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.es.js +18 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.es.js +11 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.es.js +47 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.es.js +59 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.es.js +28 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.es.js +23 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.es.js +63 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.es.js +69 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.es.js +20 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.es.js +38 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.es.js +7 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.es.js +24 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.es.js +20 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.es.js +27 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.es.js +29 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.es.js +7 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.es.js +21 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.es.js +18 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.es.js +13 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.es.js +37 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.es.js +21 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.es.js +26 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.es.js +11 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.es.js +19 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.es.js +32 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.es.js +7 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.es.js +34 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.es.js +17 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.es.js +12 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.es.js +13 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.es.js +38 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.es.js +38 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.es.js +23 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.es.js +30 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.es.js +18 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.es.js +27 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.es.js +41 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.es.js +45 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.es.js +32 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.es.js +31 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.es.js +20 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.es.js +30 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.es.js +24 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.es.js +586 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.es.js +53 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.es.js +19 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.es.js +21 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.es.js +20 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.es.js +11 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.es.js +206 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.es.js +30 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.es.js +58 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.es.js +37 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.es.js +30 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.es.js +38 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.es.js +13 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.es.js +42 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.es.js +24 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.es.js +30 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.es.js +17 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.es.js +12 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.es.js +16 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.es.js +137 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.es.js +21 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.es.js +24 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.es.js +23 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.es.js +13 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.es.js +22 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.es.js +22 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.es.js +12 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.es.js +39 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.es.js +24 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.es.js +11 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.es.js +35 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.es.js +32 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.es.js +54 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.es.js +16 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.es.js +11 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.es.js +7 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.es.js +94 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.es.js +21 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.es.js +23 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.es.js +17 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.es.js +17 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.es.js +18 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.es.js +28 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.es.js +54 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.es.js +16 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.es.js +18 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.es.js +10 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.es.js +26 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.es.js +66 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.es.js +34 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.es.js +17 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.es.js +14 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.es.js +8 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.es.js +6 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.es.js +15 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.es.js +9 -0
- package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.es.js +12 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.es.js +7 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.es.js +9 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.es.js +8 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.es.js +20 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.es.js +7 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.es.js +33 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.es.js +12 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.es.js +8 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.es.js +10 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.es.js +9 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.es.js +28 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.es.js +6 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.es.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.cjs.js +2 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.es.js +10 -0
- package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.es.js.map +1 -0
- package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.cjs.js +2 -0
- package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.cjs.js.map +1 -0
- package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.es.js +195 -0
- package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.es.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.cjs.js +2 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.es.js +11 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.es.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.cjs.js +2 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.cjs.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.es.js +17 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.es.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.cjs.js +2 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.cjs.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.es.js +79 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.es.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.cjs.js +2 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.cjs.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.es.js +22 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.es.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.cjs.js +2 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.cjs.js.map +1 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.es.js +24 -0
- package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.es.js.map +1 -0
- package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.cjs.js +2 -0
- package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.es.js +41 -0
- package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.es.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.cjs.js +2 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.cjs.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js +46 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.cjs.js +2 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.cjs.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js +49 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +4 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.cjs.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js +272 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.cjs.js +2 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.es.js +16 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.es.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +2 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +10 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.cjs.js +2 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.cjs.js.map +1 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js +10 -0
- package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js.map +1 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.cjs.js +4 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.es.js +485 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.es.js.map +1 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.cjs.js +4 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.es.js +201 -0
- package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.es.js.map +1 -0
- package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.cjs.js +83 -0
- package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.cjs.js.map +1 -0
- package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.es.js +512 -0
- package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.es.js.map +1 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.cjs.js +2 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.cjs.js.map +1 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js +84 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.cjs.js +2 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.cjs.js.map +1 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js +64 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.cjs.js +2 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.cjs.js.map +1 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.es.js +12 -0
- package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.es.js.map +1 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/component.es.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs.js +1 -1
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/index.cjs.js +1 -1
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs.js +1 -1
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/Combination.es.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/SideEffect.es.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/UI.es.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs.js +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs.js +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/medium.cjs.js +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/medium.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs.js +1 -1
- package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-resizable-panels@4.12.1_7492c01c6988791b/node_modules/react-resizable-panels/dist/react-resizable-panels.cjs.js +1 -1
- package/dist/node_modules/.bun/react-resizable-panels@4.12.1_7492c01c6988791b/node_modules/react-resizable-panels/dist/react-resizable-panels.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/component.cjs.js +1 -1
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/component.cjs.js.map +1 -1
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/index.cjs.js +1 -1
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/singleton.cjs.js +1 -1
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/singleton.cjs.js.map +1 -1
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.cjs.js +1 -1
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.cjs.js.map +1 -1
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js +29 -2
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js.map +1 -1
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/assignRef.cjs.js +1 -1
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/assignRef.cjs.js.map +1 -1
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useMergeRef.es.js.map +1 -1
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useRef.cjs.js +1 -1
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useRef.cjs.js.map +1 -1
- package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/exports.es.js.map +1 -1
- package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/medium.cjs.js +1 -1
- package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/medium.cjs.js.map +1 -1
- package/package.json +5 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-projection-node.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.mjs"],"sourcesContent":["import { SubscriptionManager, clamp, noop } from 'motion-utils';\nimport { animateSingleValue } from '../../animation/animate/single-value.mjs';\nimport { getOptimisedAppearId } from '../../animation/optimized-appear/get-appear-id.mjs';\nimport { getValueTransition } from '../../animation/utils/get-value-transition.mjs';\nimport { microtask } from '../../frameloop/microtask.mjs';\nimport { time } from '../../frameloop/sync-time.mjs';\nimport { scaleCorrectors } from '../styles/scale-correction.mjs';\nimport { statsBuffer } from '../../stats/buffer.mjs';\nimport { delay } from '../../utils/delay.mjs';\nimport { isSVGElement } from '../../utils/is-svg-element.mjs';\nimport { isSVGSVGElement } from '../../utils/is-svg-svg-element.mjs';\nimport { mixNumber } from '../../utils/mix/number.mjs';\nimport { motionValue } from '../../value/index.mjs';\nimport { resolveMotionValue } from '../../value/utils/resolve-motion-value.mjs';\nimport { mixValues } from '../animation/mix-values.mjs';\nimport { copyBoxInto, copyAxisDeltaInto, copyAxisInto } from '../geometry/copy.mjs';\nimport { translateAxis, transformBox, applyBoxDelta, applyTreeDeltas } from '../geometry/delta-apply.mjs';\nimport { calcLength, calcRelativeBox, calcRelativePosition, calcBoxDelta, isNear } from '../geometry/delta-calc.mjs';\nimport { removeBoxTransforms } from '../geometry/delta-remove.mjs';\nimport { createBox, createDelta } from '../geometry/models.mjs';\nimport { boxEqualsRounded, isDeltaZero, axisDeltaEquals, boxEquals, aspectRatio } from '../geometry/utils.mjs';\nimport { NodeStack } from '../shared/stack.mjs';\nimport { buildProjectionTransform } from '../styles/transform.mjs';\nimport { eachAxis } from '../utils/each-axis.mjs';\nimport { FlatTree } from '../utils/flat-tree.mjs';\nimport { hasTransform, hasScale, has2DTranslate } from '../utils/has-transform.mjs';\nimport { globalProjectionState } from './state.mjs';\nimport { frame, cancelFrame, frameData, frameSteps } from '../../frameloop/frame.mjs';\n\nconst metrics = {\n nodes: 0,\n calculatedTargetDeltas: 0,\n calculatedProjections: 0,\n};\nconst transformAxes = [\"\", \"X\", \"Y\", \"Z\"];\n/**\n * We use 1000 as the animation target as 0-1000 maps better to pixels than 0-1\n * which has a noticeable difference in spring animations\n */\nconst animationTarget = 1000;\nlet id = 0;\nfunction resetDistortingTransform(key, visualElement, values, sharedAnimationValues) {\n const { latestValues } = visualElement;\n // Record the distorting transform and then temporarily set it to 0\n if (latestValues[key]) {\n values[key] = latestValues[key];\n visualElement.setStaticValue(key, 0);\n if (sharedAnimationValues) {\n sharedAnimationValues[key] = 0;\n }\n }\n}\nfunction cancelTreeOptimisedTransformAnimations(projectionNode) {\n projectionNode.hasCheckedOptimisedAppear = true;\n if (projectionNode.root === projectionNode)\n return;\n const { visualElement } = projectionNode.options;\n if (!visualElement)\n return;\n const appearId = getOptimisedAppearId(visualElement);\n if (window.MotionHasOptimisedAnimation(appearId, \"transform\")) {\n const { layout, layoutId } = projectionNode.options;\n window.MotionCancelOptimisedAnimation(appearId, \"transform\", frame, !(layout || layoutId));\n }\n const { parent } = projectionNode;\n if (parent && !parent.hasCheckedOptimisedAppear) {\n cancelTreeOptimisedTransformAnimations(parent);\n }\n}\nfunction createProjectionNode({ attachResizeListener, defaultParent, measureScroll, checkIsScrollRoot, resetTransform, }) {\n return class ProjectionNode {\n constructor(latestValues = {}, parent = defaultParent?.()) {\n /**\n * A unique ID generated for every projection node.\n */\n this.id = id++;\n /**\n * An id that represents a unique session instigated by startUpdate.\n */\n this.animationId = 0;\n this.animationCommitId = 0;\n /**\n * A Set containing all this component's children. This is used to iterate\n * through the children.\n *\n * TODO: This could be faster to iterate as a flat array stored on the root node.\n */\n this.children = new Set();\n /**\n * Options for the node. We use this to configure what kind of layout animations\n * we should perform (if any).\n */\n this.options = {};\n /**\n * We use this to detect when its safe to shut down part of a projection tree.\n * We have to keep projecting children for scale correction and relative projection\n * until all their parents stop performing layout animations.\n */\n this.isTreeAnimating = false;\n this.isAnimationBlocked = false;\n /**\n * Flag to true if we think this layout has been changed. We can't always know this,\n * currently we set it to true every time a component renders, or if it has a layoutDependency\n * if that has changed between renders. Additionally, components can be grouped by LayoutGroup\n * and if one node is dirtied, they all are.\n */\n this.isLayoutDirty = false;\n /**\n * Flag to true if we think the projection calculations for this node needs\n * recalculating as a result of an updated transform or layout animation.\n */\n this.isProjectionDirty = false;\n /**\n * Flag to true if the layout *or* transform has changed. This then gets propagated\n * throughout the projection tree, forcing any element below to recalculate on the next frame.\n */\n this.isSharedProjectionDirty = false;\n /**\n * Flag transform dirty. This gets propagated throughout the whole tree but is only\n * respected by shared nodes.\n */\n this.isTransformDirty = false;\n /**\n * Block layout updates for instant layout transitions throughout the tree.\n */\n this.updateManuallyBlocked = false;\n this.updateBlockedByResize = false;\n /**\n * Set to true between the start of the first `willUpdate` call and the end of the `didUpdate`\n * call.\n */\n this.isUpdating = false;\n /**\n * If this is an SVG element we currently disable projection transforms\n */\n this.isSVG = false;\n /**\n * Flag to true (during promotion) if a node doing an instant layout transition needs to reset\n * its projection styles.\n */\n this.needsReset = false;\n /**\n * Flags whether this node should have its transform reset prior to measuring.\n */\n this.shouldResetTransform = false;\n /**\n * Store whether this node has been checked for optimised appear animations. As\n * effects fire bottom-up, and we want to look up the tree for appear animations,\n * this makes sure we only check each path once, stopping at nodes that\n * have already been checked.\n */\n this.hasCheckedOptimisedAppear = false;\n /**\n * An object representing the calculated contextual/accumulated/tree scale.\n * This will be used to scale calculcated projection transforms, as these are\n * calculated in screen-space but need to be scaled for elements to layoutly\n * make it to their calculated destinations.\n *\n * TODO: Lazy-init\n */\n this.treeScale = { x: 1, y: 1 };\n /**\n *\n */\n this.eventHandlers = new Map();\n this.hasTreeAnimated = false;\n this.layoutVersion = 0;\n // Note: Currently only running on root node\n this.updateScheduled = false;\n this.scheduleUpdate = () => this.update();\n this.projectionUpdateScheduled = false;\n this.checkUpdateFailed = () => {\n if (this.isUpdating) {\n this.isUpdating = false;\n this.clearAllSnapshots();\n }\n };\n /**\n * This is a multi-step process as shared nodes might be of different depths. Nodes\n * are sorted by depth order, so we need to resolve the entire tree before moving to\n * the next step.\n */\n this.updateProjection = () => {\n this.projectionUpdateScheduled = false;\n /**\n * Reset debug counts. Manually resetting rather than creating a new\n * object each frame.\n */\n if (statsBuffer.value) {\n metrics.nodes =\n metrics.calculatedTargetDeltas =\n metrics.calculatedProjections =\n 0;\n }\n this.nodes.forEach(propagateDirtyNodes);\n this.nodes.forEach(resolveTargetDelta);\n this.nodes.forEach(calcProjection);\n this.nodes.forEach(cleanDirtyNodes);\n if (statsBuffer.addProjectionMetrics) {\n statsBuffer.addProjectionMetrics(metrics);\n }\n };\n /**\n * Frame calculations\n */\n this.resolvedRelativeTargetAt = 0.0;\n this.linkedParentVersion = 0;\n this.hasProjected = false;\n this.isVisible = true;\n this.animationProgress = 0;\n /**\n * Shared layout\n */\n // TODO Only running on root node\n this.sharedNodes = new Map();\n this.latestValues = latestValues;\n this.root = parent ? parent.root || parent : this;\n this.path = parent ? [...parent.path, parent] : [];\n this.parent = parent;\n this.depth = parent ? parent.depth + 1 : 0;\n for (let i = 0; i < this.path.length; i++) {\n this.path[i].shouldResetTransform = true;\n }\n if (this.root === this)\n this.nodes = new FlatTree();\n }\n addEventListener(name, handler) {\n if (!this.eventHandlers.has(name)) {\n this.eventHandlers.set(name, new SubscriptionManager());\n }\n return this.eventHandlers.get(name).add(handler);\n }\n notifyListeners(name, ...args) {\n const subscriptionManager = this.eventHandlers.get(name);\n subscriptionManager && subscriptionManager.notify(...args);\n }\n hasListeners(name) {\n return this.eventHandlers.has(name);\n }\n /**\n * Lifecycles\n */\n mount(instance) {\n if (this.instance)\n return;\n this.isSVG = isSVGElement(instance) && !isSVGSVGElement(instance);\n this.instance = instance;\n const { layoutId, layout, visualElement } = this.options;\n if (visualElement && !visualElement.current) {\n visualElement.mount(instance);\n }\n this.root.nodes.add(this);\n this.parent && this.parent.children.add(this);\n if (this.root.hasTreeAnimated && (layout || layoutId)) {\n this.isLayoutDirty = true;\n }\n if (attachResizeListener) {\n let cancelDelay;\n let innerWidth = 0;\n const resizeUnblockUpdate = () => (this.root.updateBlockedByResize = false);\n // Set initial innerWidth in a frame.read callback to batch the read\n frame.read(() => {\n innerWidth = window.innerWidth;\n });\n attachResizeListener(instance, () => {\n const newInnerWidth = window.innerWidth;\n if (newInnerWidth === innerWidth)\n return;\n innerWidth = newInnerWidth;\n this.root.updateBlockedByResize = true;\n cancelDelay && cancelDelay();\n cancelDelay = delay(resizeUnblockUpdate, 250);\n if (globalProjectionState.hasAnimatedSinceResize) {\n globalProjectionState.hasAnimatedSinceResize = false;\n this.nodes.forEach(finishAnimation);\n }\n });\n }\n if (layoutId) {\n this.root.registerSharedNode(layoutId, this);\n }\n // Only register the handler if it requires layout animation\n if (this.options.animate !== false &&\n visualElement &&\n (layoutId || layout)) {\n this.addEventListener(\"didUpdate\", ({ delta, hasLayoutChanged, hasRelativeLayoutChanged, layout: newLayout, }) => {\n if (this.isTreeAnimationBlocked()) {\n this.target = undefined;\n this.relativeTarget = undefined;\n return;\n }\n // TODO: Check here if an animation exists\n const layoutTransition = this.options.transition ||\n visualElement.getDefaultTransition() ||\n defaultLayoutTransition;\n const { onLayoutAnimationStart, onLayoutAnimationComplete, } = visualElement.getProps();\n /**\n * The target layout of the element might stay the same,\n * but its position relative to its parent has changed.\n */\n const hasTargetChanged = !this.targetLayout ||\n !boxEqualsRounded(this.targetLayout, newLayout);\n /*\n * Note: Disabled to fix relative animations always triggering new\n * layout animations. If this causes further issues, we can try\n * a different approach to detecting relative target changes.\n */\n // || hasRelativeLayoutChanged\n /**\n * If the layout hasn't seemed to have changed, it might be that the\n * element is visually in the same place in the document but its position\n * relative to its parent has indeed changed. So here we check for that.\n */\n const hasOnlyRelativeTargetChanged = !hasLayoutChanged && hasRelativeLayoutChanged;\n if (this.options.layoutRoot ||\n this.resumeFrom ||\n hasOnlyRelativeTargetChanged ||\n (hasLayoutChanged &&\n (hasTargetChanged || !this.currentAnimation))) {\n if (this.resumeFrom) {\n this.resumingFrom = this.resumeFrom;\n this.resumingFrom.resumingFrom = undefined;\n }\n const animationOptions = {\n ...getValueTransition(layoutTransition, \"layout\"),\n onPlay: onLayoutAnimationStart,\n onComplete: onLayoutAnimationComplete,\n };\n if (visualElement.shouldReduceMotion ||\n this.options.layoutRoot) {\n animationOptions.delay = 0;\n animationOptions.type = false;\n }\n this.startAnimation(animationOptions);\n /**\n * Set animation origin after starting animation to avoid layout jump\n * caused by stopping previous layout animation\n */\n this.setAnimationOrigin(delta, hasOnlyRelativeTargetChanged, animationOptions\n .path);\n }\n else {\n /**\n * If the layout hasn't changed and we have an animation that hasn't started yet,\n * finish it immediately. Otherwise it will be animating from a location\n * that was probably never committed to screen and look like a jumpy box.\n */\n if (!hasLayoutChanged) {\n finishAnimation(this);\n }\n if (this.isLead() && this.options.onExitComplete) {\n this.options.onExitComplete();\n }\n }\n this.targetLayout = newLayout;\n });\n }\n }\n unmount() {\n this.options.layoutId && this.willUpdate();\n this.root.nodes.remove(this);\n const stack = this.getStack();\n stack && stack.remove(this);\n this.parent && this.parent.children.delete(this);\n this.instance = undefined;\n this.eventHandlers.clear();\n cancelFrame(this.updateProjection);\n }\n // only on the root\n blockUpdate() {\n this.updateManuallyBlocked = true;\n }\n unblockUpdate() {\n this.updateManuallyBlocked = false;\n }\n isUpdateBlocked() {\n return this.updateManuallyBlocked || this.updateBlockedByResize;\n }\n isTreeAnimationBlocked() {\n return (this.isAnimationBlocked ||\n (this.parent && this.parent.isTreeAnimationBlocked()) ||\n false);\n }\n // Note: currently only running on root node\n startUpdate() {\n if (this.isUpdateBlocked())\n return;\n this.isUpdating = true;\n this.nodes && this.nodes.forEach(resetSkewAndRotation);\n this.animationId++;\n }\n getTransformTemplate() {\n const { visualElement } = this.options;\n return visualElement && visualElement.getProps().transformTemplate;\n }\n willUpdate(shouldNotifyListeners = true) {\n this.root.hasTreeAnimated = true;\n if (this.root.isUpdateBlocked()) {\n this.options.onExitComplete && this.options.onExitComplete();\n return;\n }\n /**\n * If we're running optimised appear animations then these must be\n * cancelled before measuring the DOM. This is so we can measure\n * the true layout of the element rather than the WAAPI animation\n * which will be unaffected by the resetSkewAndRotate step.\n *\n * Note: This is a DOM write. Worst case scenario is this is sandwiched\n * between other snapshot reads which will cause unnecessary style recalculations.\n * This has to happen here though, as we don't yet know which nodes will need\n * snapshots in startUpdate(), but we only want to cancel optimised animations\n * if a layout animation measurement is actually going to be affected by them.\n */\n if (window.MotionCancelOptimisedAnimation &&\n !this.hasCheckedOptimisedAppear) {\n cancelTreeOptimisedTransformAnimations(this);\n }\n !this.root.isUpdating && this.root.startUpdate();\n if (this.isLayoutDirty)\n return;\n this.isLayoutDirty = true;\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n node.shouldResetTransform = true;\n /**\n * Percentage translates resolve against layoutBox dimensions,\n * so ancestors with them must be re-measured after transform reset.\n */\n if (typeof node.latestValues.x === \"string\" ||\n typeof node.latestValues.y === \"string\") {\n node.isLayoutDirty = true;\n }\n node.updateScroll(\"snapshot\");\n if (node.options.layoutRoot) {\n node.willUpdate(false);\n }\n }\n const { layoutId, layout } = this.options;\n if (layoutId === undefined && !layout)\n return;\n const transformTemplate = this.getTransformTemplate();\n this.prevTransformTemplateValue = transformTemplate\n ? transformTemplate(this.latestValues, \"\")\n : undefined;\n this.updateSnapshot();\n shouldNotifyListeners && this.notifyListeners(\"willUpdate\");\n }\n update() {\n this.updateScheduled = false;\n const updateWasBlocked = this.isUpdateBlocked();\n // When doing an instant transition, we skip the layout update,\n // but should still clean up the measurements so that the next\n // snapshot could be taken correctly.\n if (updateWasBlocked) {\n const wasBlockedByResize = this.updateBlockedByResize;\n this.unblockUpdate();\n this.updateBlockedByResize = false;\n this.clearAllSnapshots();\n /**\n * When blocked by resize, still measure layouts so\n * callbacks like onLayoutMeasure fire (e.g. Reorder).\n * Skip notifyLayoutUpdate to prevent animations.\n */\n if (wasBlockedByResize) {\n this.nodes.forEach(forceLayoutMeasure);\n }\n this.nodes.forEach(clearMeasurements);\n return;\n }\n /**\n * If this is a repeat of didUpdate then ignore the animation.\n */\n if (this.animationId <= this.animationCommitId) {\n this.nodes.forEach(clearIsLayoutDirty);\n return;\n }\n this.animationCommitId = this.animationId;\n if (!this.isUpdating) {\n this.nodes.forEach(clearIsLayoutDirty);\n }\n else {\n this.isUpdating = false;\n /**\n * Ensure animation-blocked nodes (e.g. during drag)\n * get measured even when memoized (willUpdate skipped).\n */\n this.nodes.forEach(ensureDraggedNodesSnapshotted);\n /**\n * Write\n */\n this.nodes.forEach(resetTransformStyle);\n /**\n * Read ==================\n */\n // Update layout measurements of updated children\n this.nodes.forEach(updateLayout);\n /**\n * Write\n */\n // Notify listeners that the layout is updated\n this.nodes.forEach(notifyLayoutUpdate);\n }\n this.clearAllSnapshots();\n /**\n * Manually flush any pending updates. Ideally\n * we could leave this to the following requestAnimationFrame but this seems\n * to leave a flash of incorrectly styled content.\n */\n const now = time.now();\n frameData.delta = clamp(0, 1000 / 60, now - frameData.timestamp);\n frameData.timestamp = now;\n frameData.isProcessing = true;\n frameSteps.update.process(frameData);\n frameSteps.preRender.process(frameData);\n frameSteps.render.process(frameData);\n frameData.isProcessing = false;\n }\n didUpdate() {\n if (!this.updateScheduled) {\n this.updateScheduled = true;\n microtask.read(this.scheduleUpdate);\n }\n }\n clearAllSnapshots() {\n this.nodes.forEach(clearSnapshot);\n this.sharedNodes.forEach(removeLeadSnapshots);\n }\n scheduleUpdateProjection() {\n if (!this.projectionUpdateScheduled) {\n this.projectionUpdateScheduled = true;\n frame.preRender(this.updateProjection, false, true);\n }\n }\n scheduleCheckAfterUnmount() {\n /**\n * If the unmounting node is in a layoutGroup and did trigger a willUpdate,\n * we manually call didUpdate to give a chance to the siblings to animate.\n * Otherwise, cleanup all snapshots to prevents future nodes from reusing them.\n */\n frame.postRender(() => {\n if (this.isLayoutDirty) {\n this.root.didUpdate();\n }\n else {\n this.root.checkUpdateFailed();\n }\n });\n }\n /**\n * Update measurements\n */\n updateSnapshot() {\n if (this.snapshot || !this.instance)\n return;\n this.snapshot = this.measure();\n if (this.snapshot &&\n !calcLength(this.snapshot.measuredBox.x) &&\n !calcLength(this.snapshot.measuredBox.y)) {\n this.snapshot = undefined;\n }\n }\n updateLayout() {\n if (!this.instance)\n return;\n this.updateScroll();\n if (!(this.options.alwaysMeasureLayout && this.isLead()) &&\n !this.isLayoutDirty) {\n return;\n }\n /**\n * When a node is mounted, it simply resumes from the prevLead's\n * snapshot instead of taking a new one, but the ancestors scroll\n * might have updated while the prevLead is unmounted. We need to\n * update the scroll again to make sure the layout we measure is\n * up to date.\n */\n if (this.resumeFrom && !this.resumeFrom.instance) {\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n node.updateScroll();\n }\n }\n const prevLayout = this.layout;\n this.layout = this.measure(false);\n this.layoutVersion++;\n if (!this.layoutCorrected)\n this.layoutCorrected = createBox();\n this.isLayoutDirty = false;\n this.projectionDelta = undefined;\n this.notifyListeners(\"measure\", this.layout.layoutBox);\n const { visualElement } = this.options;\n visualElement &&\n visualElement.notify(\"LayoutMeasure\", this.layout.layoutBox, prevLayout ? prevLayout.layoutBox : undefined);\n }\n updateScroll(phase = \"measure\") {\n let needsMeasurement = Boolean(this.options.layoutScroll && this.instance);\n if (this.scroll &&\n this.scroll.animationId === this.root.animationId &&\n this.scroll.phase === phase) {\n needsMeasurement = false;\n }\n if (needsMeasurement && this.instance) {\n const isRoot = checkIsScrollRoot(this.instance);\n this.scroll = {\n animationId: this.root.animationId,\n phase,\n isRoot,\n offset: measureScroll(this.instance),\n wasRoot: this.scroll ? this.scroll.isRoot : isRoot,\n };\n }\n }\n resetTransform() {\n if (!resetTransform)\n return;\n const isResetRequested = this.isLayoutDirty ||\n this.shouldResetTransform ||\n this.options.alwaysMeasureLayout;\n const hasProjection = this.projectionDelta && !isDeltaZero(this.projectionDelta);\n const transformTemplate = this.getTransformTemplate();\n const transformTemplateValue = transformTemplate\n ? transformTemplate(this.latestValues, \"\")\n : undefined;\n const transformTemplateHasChanged = transformTemplateValue !== this.prevTransformTemplateValue;\n if (isResetRequested &&\n this.instance &&\n (hasProjection ||\n hasTransform(this.latestValues) ||\n transformTemplateHasChanged)) {\n resetTransform(this.instance, transformTemplateValue);\n this.shouldResetTransform = false;\n this.scheduleRender();\n }\n }\n measure(removeTransform = true) {\n const pageBox = this.measurePageBox();\n let layoutBox = this.removeElementScroll(pageBox);\n /**\n * Measurements taken during the pre-render stage\n * still have transforms applied so we remove them\n * via calculation.\n */\n if (removeTransform) {\n layoutBox = this.removeTransform(layoutBox);\n }\n roundBox(layoutBox);\n return {\n animationId: this.root.animationId,\n measuredBox: pageBox,\n layoutBox,\n latestValues: {},\n source: this.id,\n };\n }\n measurePageBox() {\n const { visualElement } = this.options;\n if (!visualElement)\n return createBox();\n const box = visualElement.measureViewportBox();\n const wasInScrollRoot = this.scroll?.wasRoot || this.path.some(checkNodeWasScrollRoot);\n if (!wasInScrollRoot) {\n // Remove viewport scroll to give page-relative coordinates\n const { scroll } = this.root;\n if (scroll) {\n translateAxis(box.x, scroll.offset.x);\n translateAxis(box.y, scroll.offset.y);\n }\n }\n return box;\n }\n removeElementScroll(box) {\n const boxWithoutScroll = createBox();\n copyBoxInto(boxWithoutScroll, box);\n if (this.scroll?.wasRoot) {\n return boxWithoutScroll;\n }\n /**\n * Performance TODO: Keep a cumulative scroll offset down the tree\n * rather than loop back up the path.\n */\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n const { scroll, options } = node;\n if (node !== this.root && scroll && options.layoutScroll) {\n /**\n * If this is a new scroll root, we want to remove all previous scrolls\n * from the viewport box.\n */\n if (scroll.wasRoot) {\n copyBoxInto(boxWithoutScroll, box);\n }\n translateAxis(boxWithoutScroll.x, scroll.offset.x);\n translateAxis(boxWithoutScroll.y, scroll.offset.y);\n }\n }\n return boxWithoutScroll;\n }\n applyTransform(box, transformOnly = false, output) {\n const withTransforms = output || createBox();\n copyBoxInto(withTransforms, box);\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n if (!transformOnly &&\n node.options.layoutScroll &&\n node.scroll &&\n node !== node.root) {\n translateAxis(withTransforms.x, -node.scroll.offset.x);\n translateAxis(withTransforms.y, -node.scroll.offset.y);\n }\n if (!hasTransform(node.latestValues))\n continue;\n transformBox(withTransforms, node.latestValues, node.layout?.layoutBox);\n }\n if (hasTransform(this.latestValues)) {\n transformBox(withTransforms, this.latestValues, this.layout?.layoutBox);\n }\n return withTransforms;\n }\n removeTransform(box) {\n const boxWithoutTransform = createBox();\n copyBoxInto(boxWithoutTransform, box);\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n if (!hasTransform(node.latestValues))\n continue;\n let sourceBox;\n if (node.instance) {\n hasScale(node.latestValues) && node.updateSnapshot();\n sourceBox = createBox();\n copyBoxInto(sourceBox, node.measurePageBox());\n }\n removeBoxTransforms(boxWithoutTransform, node.latestValues, node.snapshot?.layoutBox, sourceBox);\n }\n if (hasTransform(this.latestValues)) {\n removeBoxTransforms(boxWithoutTransform, this.latestValues);\n }\n return boxWithoutTransform;\n }\n setTargetDelta(delta) {\n this.targetDelta = delta;\n this.root.scheduleUpdateProjection();\n this.isProjectionDirty = true;\n }\n setOptions(options) {\n this.options = {\n ...this.options,\n ...options,\n crossfade: options.crossfade !== undefined ? options.crossfade : true,\n };\n }\n clearMeasurements() {\n this.scroll = undefined;\n this.layout = undefined;\n this.snapshot = undefined;\n this.prevTransformTemplateValue = undefined;\n this.targetDelta = undefined;\n this.target = undefined;\n this.isLayoutDirty = false;\n }\n forceRelativeParentToResolveTarget() {\n if (!this.relativeParent)\n return;\n /**\n * If the parent target isn't up-to-date, force it to update.\n * This is an unfortunate de-optimisation as it means any updating relative\n * projection will cause all the relative parents to recalculate back\n * up the tree.\n */\n if (this.relativeParent.resolvedRelativeTargetAt !==\n frameData.timestamp) {\n this.relativeParent.resolveTargetDelta(true);\n }\n }\n resolveTargetDelta(forceRecalculation = false) {\n /**\n * Once the dirty status of nodes has been spread through the tree, we also\n * need to check if we have a shared node of a different depth that has itself\n * been dirtied.\n */\n const lead = this.getLead();\n this.isProjectionDirty || (this.isProjectionDirty = lead.isProjectionDirty);\n this.isTransformDirty || (this.isTransformDirty = lead.isTransformDirty);\n this.isSharedProjectionDirty || (this.isSharedProjectionDirty = lead.isSharedProjectionDirty);\n const isShared = Boolean(this.resumingFrom) || this !== lead;\n /**\n * We don't use transform for this step of processing so we don't\n * need to check whether any nodes have changed transform.\n */\n const canSkip = !(forceRecalculation ||\n (isShared && this.isSharedProjectionDirty) ||\n this.isProjectionDirty ||\n this.parent?.isProjectionDirty ||\n this.attemptToResolveRelativeTarget ||\n this.root.updateBlockedByResize);\n if (canSkip)\n return;\n const { layout, layoutId } = this.options;\n /**\n * If we have no layout, we can't perform projection, so early return\n */\n if (!this.layout || !(layout || layoutId))\n return;\n this.resolvedRelativeTargetAt = frameData.timestamp;\n const relativeParent = this.getClosestProjectingParent();\n if (relativeParent &&\n this.linkedParentVersion !== relativeParent.layoutVersion &&\n !relativeParent.options.layoutRoot) {\n this.removeRelativeTarget();\n }\n /**\n * If we don't have a targetDelta but do have a layout, we can attempt to resolve\n * a relativeParent. This will allow a component to perform scale correction\n * even if no animation has started.\n */\n if (!this.targetDelta && !this.relativeTarget) {\n if (this.options.layoutAnchor !== false &&\n relativeParent &&\n relativeParent.layout) {\n this.createRelativeTarget(relativeParent, this.layout.layoutBox, relativeParent.layout.layoutBox);\n }\n else {\n this.removeRelativeTarget();\n }\n }\n /**\n * If we have no relative target or no target delta our target isn't valid\n * for this frame.\n */\n if (!this.relativeTarget && !this.targetDelta)\n return;\n /**\n * Lazy-init target data structure\n */\n if (!this.target) {\n this.target = createBox();\n this.targetWithTransforms = createBox();\n }\n /**\n * If we've got a relative box for this component, resolve it into a target relative to the parent.\n */\n if (this.relativeTarget &&\n this.relativeTargetOrigin &&\n this.relativeParent &&\n this.relativeParent.target) {\n this.forceRelativeParentToResolveTarget();\n calcRelativeBox(this.target, this.relativeTarget, this.relativeParent.target, this.options.layoutAnchor || undefined);\n /**\n * If we've only got a targetDelta, resolve it into a target\n */\n }\n else if (this.targetDelta) {\n if (Boolean(this.resumingFrom)) {\n this.applyTransform(this.layout.layoutBox, false, this.target);\n }\n else {\n copyBoxInto(this.target, this.layout.layoutBox);\n }\n applyBoxDelta(this.target, this.targetDelta);\n }\n else {\n /**\n * If no target, use own layout as target\n */\n copyBoxInto(this.target, this.layout.layoutBox);\n }\n /**\n * If we've been told to attempt to resolve a relative target, do so.\n */\n if (this.attemptToResolveRelativeTarget) {\n this.attemptToResolveRelativeTarget = false;\n if (this.options.layoutAnchor !== false &&\n relativeParent &&\n Boolean(relativeParent.resumingFrom) ===\n Boolean(this.resumingFrom) &&\n !relativeParent.options.layoutScroll &&\n relativeParent.target &&\n this.animationProgress !== 1) {\n this.createRelativeTarget(relativeParent, this.target, relativeParent.target);\n }\n else {\n this.relativeParent = this.relativeTarget = undefined;\n }\n }\n /**\n * Increase debug counter for resolved target deltas\n */\n if (statsBuffer.value) {\n metrics.calculatedTargetDeltas++;\n }\n }\n getClosestProjectingParent() {\n if (!this.parent ||\n hasScale(this.parent.latestValues) ||\n has2DTranslate(this.parent.latestValues)) {\n return undefined;\n }\n if (this.parent.isProjecting()) {\n return this.parent;\n }\n else {\n return this.parent.getClosestProjectingParent();\n }\n }\n isProjecting() {\n return Boolean((this.relativeTarget ||\n this.targetDelta ||\n this.options.layoutRoot) &&\n this.layout);\n }\n createRelativeTarget(relativeParent, layout, parentLayout) {\n this.relativeParent = relativeParent;\n this.linkedParentVersion = relativeParent.layoutVersion;\n this.forceRelativeParentToResolveTarget();\n this.relativeTarget = createBox();\n this.relativeTargetOrigin = createBox();\n calcRelativePosition(this.relativeTargetOrigin, layout, parentLayout, this.options.layoutAnchor || undefined);\n copyBoxInto(this.relativeTarget, this.relativeTargetOrigin);\n }\n removeRelativeTarget() {\n this.relativeParent = this.relativeTarget = undefined;\n }\n calcProjection() {\n const lead = this.getLead();\n const isShared = Boolean(this.resumingFrom) || this !== lead;\n let canSkip = true;\n /**\n * If this is a normal layout animation and neither this node nor its nearest projecting\n * is dirty then we can't skip.\n */\n if (this.isProjectionDirty || this.parent?.isProjectionDirty) {\n canSkip = false;\n }\n /**\n * If this is a shared layout animation and this node's shared projection is dirty then\n * we can't skip.\n */\n if (isShared &&\n (this.isSharedProjectionDirty || this.isTransformDirty)) {\n canSkip = false;\n }\n /**\n * If we have resolved the target this frame we must recalculate the\n * projection to ensure it visually represents the internal calculations.\n */\n if (this.resolvedRelativeTargetAt === frameData.timestamp) {\n canSkip = false;\n }\n if (canSkip)\n return;\n const { layout, layoutId } = this.options;\n /**\n * If this section of the tree isn't animating we can\n * delete our target sources for the following frame.\n */\n this.isTreeAnimating = Boolean((this.parent && this.parent.isTreeAnimating) ||\n this.currentAnimation ||\n this.pendingAnimation);\n if (!this.isTreeAnimating) {\n this.targetDelta = this.relativeTarget = undefined;\n }\n if (!this.layout || !(layout || layoutId))\n return;\n /**\n * Reset the corrected box with the latest values from box, as we're then going\n * to perform mutative operations on it.\n */\n copyBoxInto(this.layoutCorrected, this.layout.layoutBox);\n /**\n * Record previous tree scales before updating.\n */\n const prevTreeScaleX = this.treeScale.x;\n const prevTreeScaleY = this.treeScale.y;\n /**\n * Apply all the parent deltas to this box to produce the corrected box. This\n * is the layout box, as it will appear on screen as a result of the transforms of its parents.\n */\n applyTreeDeltas(this.layoutCorrected, this.treeScale, this.path, isShared);\n /**\n * If this layer needs to perform scale correction but doesn't have a target,\n * use the layout as the target.\n */\n if (lead.layout &&\n !lead.target &&\n (this.treeScale.x !== 1 || this.treeScale.y !== 1)) {\n lead.target = lead.layout.layoutBox;\n lead.targetWithTransforms = createBox();\n }\n const { target } = lead;\n if (!target) {\n /**\n * If we don't have a target to project into, but we were previously\n * projecting, we want to remove the stored transform and schedule\n * a render to ensure the elements reflect the removed transform.\n */\n if (this.prevProjectionDelta) {\n this.createProjectionDeltas();\n this.scheduleRender();\n }\n return;\n }\n if (!this.projectionDelta || !this.prevProjectionDelta) {\n this.createProjectionDeltas();\n }\n else {\n copyAxisDeltaInto(this.prevProjectionDelta.x, this.projectionDelta.x);\n copyAxisDeltaInto(this.prevProjectionDelta.y, this.projectionDelta.y);\n }\n /**\n * Update the delta between the corrected box and the target box before user-set transforms were applied.\n * This will allow us to calculate the corrected borderRadius and boxShadow to compensate\n * for our layout reprojection, but still allow them to be scaled correctly by the user.\n * It might be that to simplify this we may want to accept that user-set scale is also corrected\n * and we wouldn't have to keep and calc both deltas, OR we could support a user setting\n * to allow people to choose whether these styles are corrected based on just the\n * layout reprojection or the final bounding box.\n */\n calcBoxDelta(this.projectionDelta, this.layoutCorrected, target, this.latestValues);\n if (this.treeScale.x !== prevTreeScaleX ||\n this.treeScale.y !== prevTreeScaleY ||\n !axisDeltaEquals(this.projectionDelta.x, this.prevProjectionDelta.x) ||\n !axisDeltaEquals(this.projectionDelta.y, this.prevProjectionDelta.y)) {\n this.hasProjected = true;\n this.scheduleRender();\n this.notifyListeners(\"projectionUpdate\", target);\n }\n /**\n * Increase debug counter for recalculated projections\n */\n if (statsBuffer.value) {\n metrics.calculatedProjections++;\n }\n }\n hide() {\n this.isVisible = false;\n // TODO: Schedule render\n }\n show() {\n this.isVisible = true;\n // TODO: Schedule render\n }\n scheduleRender(notifyAll = true) {\n this.options.visualElement?.scheduleRender();\n if (notifyAll) {\n const stack = this.getStack();\n stack && stack.scheduleRender();\n }\n if (this.resumingFrom && !this.resumingFrom.instance) {\n this.resumingFrom = undefined;\n }\n }\n createProjectionDeltas() {\n this.prevProjectionDelta = createDelta();\n this.projectionDelta = createDelta();\n this.projectionDeltaWithTransform = createDelta();\n }\n setAnimationOrigin(delta, hasOnlyRelativeTargetChanged = false, pathFn) {\n const snapshot = this.snapshot;\n const snapshotLatestValues = snapshot ? snapshot.latestValues : {};\n const mixedValues = { ...this.latestValues };\n const targetDelta = createDelta();\n if (!this.relativeParent ||\n !this.relativeParent.options.layoutRoot) {\n this.relativeTarget = this.relativeTargetOrigin = undefined;\n }\n this.attemptToResolveRelativeTarget = !hasOnlyRelativeTargetChanged;\n const relativeLayout = createBox();\n const snapshotSource = snapshot ? snapshot.source : undefined;\n const layoutSource = this.layout ? this.layout.source : undefined;\n const isSharedLayoutAnimation = snapshotSource !== layoutSource;\n const stack = this.getStack();\n const isOnlyMember = !stack || stack.members.length <= 1;\n const shouldCrossfadeOpacity = Boolean(isSharedLayoutAnimation &&\n !isOnlyMember &&\n this.options.crossfade === true &&\n !this.path.some(hasOpacityCrossfade));\n this.animationProgress = 0;\n let prevRelativeTarget;\n // The path decides whether the layout shift is worth curving\n // (distance floor) and resolves the interpolator from the delta.\n const interpolate = pathFn?.interpolateProjection(delta);\n this.mixTargetDelta = (latest) => {\n const progress = latest / 1000;\n const point = interpolate?.(progress);\n if (point) {\n targetDelta.x.translate = point.x;\n targetDelta.x.scale = mixNumber(delta.x.scale, 1, progress);\n targetDelta.x.origin = delta.x.origin;\n targetDelta.x.originPoint = delta.x.originPoint;\n targetDelta.y.translate = point.y;\n targetDelta.y.scale = mixNumber(delta.y.scale, 1, progress);\n targetDelta.y.origin = delta.y.origin;\n targetDelta.y.originPoint = delta.y.originPoint;\n }\n else {\n mixAxisDeltaLinear(targetDelta.x, delta.x, progress);\n mixAxisDeltaLinear(targetDelta.y, delta.y, progress);\n }\n this.setTargetDelta(targetDelta);\n if (this.relativeTarget &&\n this.relativeTargetOrigin &&\n this.layout &&\n this.relativeParent &&\n this.relativeParent.layout) {\n calcRelativePosition(relativeLayout, this.layout.layoutBox, this.relativeParent.layout.layoutBox, this.options.layoutAnchor || undefined);\n mixBox(this.relativeTarget, this.relativeTargetOrigin, relativeLayout, progress);\n /**\n * If this is an unchanged relative target we can consider the\n * projection not dirty.\n */\n if (prevRelativeTarget &&\n boxEquals(this.relativeTarget, prevRelativeTarget)) {\n this.isProjectionDirty = false;\n }\n if (!prevRelativeTarget)\n prevRelativeTarget = createBox();\n copyBoxInto(prevRelativeTarget, this.relativeTarget);\n }\n if (isSharedLayoutAnimation) {\n this.animationValues = mixedValues;\n mixValues(mixedValues, snapshotLatestValues, this.latestValues, progress, shouldCrossfadeOpacity, isOnlyMember);\n }\n if (point && point.rotate !== undefined) {\n // Dedicated `pathRotation` channel, not `rotate`, so an\n // animating `rotate` is composed with, never clobbered.\n if (!this.animationValues)\n this.animationValues = mixedValues;\n this.animationValues.pathRotation = point.rotate;\n }\n this.root.scheduleUpdateProjection();\n this.scheduleRender();\n this.animationProgress = progress;\n };\n this.mixTargetDelta(this.options.layoutRoot ? 1000 : 0);\n }\n startAnimation(options) {\n this.notifyListeners(\"animationStart\");\n this.currentAnimation?.stop();\n this.resumingFrom?.currentAnimation?.stop();\n if (this.pendingAnimation) {\n cancelFrame(this.pendingAnimation);\n this.pendingAnimation = undefined;\n }\n /**\n * Start the animation in the next frame to have a frame with progress 0,\n * where the target is the same as when the animation started, so we can\n * calculate the relative positions correctly for instant transitions.\n */\n this.pendingAnimation = frame.update(() => {\n globalProjectionState.hasAnimatedSinceResize = true;\n this.motionValue || (this.motionValue = motionValue(0));\n this.motionValue.jump(0, false);\n this.currentAnimation = animateSingleValue(this.motionValue, [0, 1000], {\n ...options,\n velocity: 0,\n isSync: true,\n onUpdate: (latest) => {\n this.mixTargetDelta(latest);\n options.onUpdate && options.onUpdate(latest);\n },\n onComplete: () => {\n options.onComplete && options.onComplete();\n this.completeAnimation();\n },\n });\n if (this.resumingFrom) {\n this.resumingFrom.currentAnimation = this.currentAnimation;\n }\n this.pendingAnimation = undefined;\n });\n }\n completeAnimation() {\n if (this.resumingFrom) {\n this.resumingFrom.currentAnimation = undefined;\n this.resumingFrom.preserveOpacity = undefined;\n }\n const stack = this.getStack();\n stack && stack.exitAnimationComplete();\n this.resumingFrom =\n this.currentAnimation =\n this.animationValues =\n undefined;\n this.notifyListeners(\"animationComplete\");\n }\n finishAnimation() {\n if (this.currentAnimation) {\n this.mixTargetDelta && this.mixTargetDelta(animationTarget);\n this.currentAnimation.stop();\n }\n this.completeAnimation();\n }\n applyTransformsToTarget() {\n const lead = this.getLead();\n let { targetWithTransforms, target, layout, latestValues } = lead;\n if (!targetWithTransforms || !target || !layout)\n return;\n /**\n * If we're only animating position, and this element isn't the lead element,\n * then instead of projecting into the lead box we instead want to calculate\n * a new target that aligns the two boxes but maintains the layout shape.\n */\n if (this !== lead &&\n this.layout &&\n layout &&\n shouldAnimatePositionOnly(this.options.animationType, this.layout.layoutBox, layout.layoutBox)) {\n target = this.target || createBox();\n const xLength = calcLength(this.layout.layoutBox.x);\n target.x.min = lead.target.x.min;\n target.x.max = target.x.min + xLength;\n const yLength = calcLength(this.layout.layoutBox.y);\n target.y.min = lead.target.y.min;\n target.y.max = target.y.min + yLength;\n }\n copyBoxInto(targetWithTransforms, target);\n /**\n * Apply the latest user-set transforms to the targetBox to produce the targetBoxFinal.\n * This is the final box that we will then project into by calculating a transform delta and\n * applying it to the corrected box.\n */\n transformBox(targetWithTransforms, latestValues);\n /**\n * Update the delta between the corrected box and the final target box, after\n * user-set transforms are applied to it. This will be used by the renderer to\n * create a transform style that will reproject the element from its layout layout\n * into the desired bounding box.\n */\n calcBoxDelta(this.projectionDeltaWithTransform, this.layoutCorrected, targetWithTransforms, latestValues);\n }\n registerSharedNode(layoutId, node) {\n if (!this.sharedNodes.has(layoutId)) {\n this.sharedNodes.set(layoutId, new NodeStack());\n }\n const stack = this.sharedNodes.get(layoutId);\n stack.add(node);\n const config = node.options.initialPromotionConfig;\n node.promote({\n transition: config ? config.transition : undefined,\n preserveFollowOpacity: config && config.shouldPreserveFollowOpacity\n ? config.shouldPreserveFollowOpacity(node)\n : undefined,\n });\n }\n isLead() {\n const stack = this.getStack();\n return stack ? stack.lead === this : true;\n }\n getLead() {\n const { layoutId } = this.options;\n return layoutId ? this.getStack()?.lead || this : this;\n }\n getPrevLead() {\n const { layoutId } = this.options;\n return layoutId ? this.getStack()?.prevLead : undefined;\n }\n getStack() {\n const { layoutId } = this.options;\n if (layoutId)\n return this.root.sharedNodes.get(layoutId);\n }\n promote({ needsReset, transition, preserveFollowOpacity, } = {}) {\n const stack = this.getStack();\n if (stack)\n stack.promote(this, preserveFollowOpacity);\n if (needsReset) {\n this.projectionDelta = undefined;\n this.needsReset = true;\n }\n if (transition)\n this.setOptions({ transition });\n }\n relegate() {\n const stack = this.getStack();\n if (stack) {\n return stack.relegate(this);\n }\n else {\n return false;\n }\n }\n resetSkewAndRotation() {\n const { visualElement } = this.options;\n if (!visualElement)\n return;\n // If there's no detected skew or rotation values, we can early return without a forced render.\n let hasDistortingTransform = false;\n /**\n * An unrolled check for rotation values. Most elements don't have any rotation and\n * skipping the nested loop and new object creation is 50% faster.\n */\n const { latestValues } = visualElement;\n if (latestValues.z ||\n latestValues.rotate ||\n latestValues.rotateX ||\n latestValues.rotateY ||\n latestValues.rotateZ ||\n latestValues.skewX ||\n latestValues.skewY) {\n hasDistortingTransform = true;\n }\n // If there's no distorting values, we don't need to do any more.\n if (!hasDistortingTransform)\n return;\n const resetValues = {};\n if (latestValues.z) {\n resetDistortingTransform(\"z\", visualElement, resetValues, this.animationValues);\n }\n // Check the skew and rotate value of all axes and reset to 0\n for (let i = 0; i < transformAxes.length; i++) {\n resetDistortingTransform(`rotate${transformAxes[i]}`, visualElement, resetValues, this.animationValues);\n resetDistortingTransform(`skew${transformAxes[i]}`, visualElement, resetValues, this.animationValues);\n }\n // Force a render of this element to apply the transform with all skews and rotations\n // set to 0.\n visualElement.render();\n // Put back all the values we reset\n for (const key in resetValues) {\n visualElement.setStaticValue(key, resetValues[key]);\n if (this.animationValues) {\n this.animationValues[key] = resetValues[key];\n }\n }\n // Schedule a render for the next frame. This ensures we won't visually\n // see the element with the reset rotate value applied.\n visualElement.scheduleRender();\n }\n applyProjectionStyles(targetStyle, // CSSStyleDeclaration - doesn't allow numbers to be assigned to properties\n styleProp) {\n if (!this.instance || this.isSVG)\n return;\n if (!this.isVisible) {\n targetStyle.visibility = \"hidden\";\n return;\n }\n const transformTemplate = this.getTransformTemplate();\n if (this.needsReset) {\n this.needsReset = false;\n targetStyle.visibility = \"\";\n targetStyle.opacity = \"\";\n targetStyle.pointerEvents =\n resolveMotionValue(styleProp?.pointerEvents) || \"\";\n targetStyle.transform = transformTemplate\n ? transformTemplate(this.latestValues, \"\")\n : \"none\";\n return;\n }\n const lead = this.getLead();\n if (!this.projectionDelta || !this.layout || !lead.target) {\n if (this.options.layoutId) {\n targetStyle.opacity =\n this.latestValues.opacity !== undefined\n ? this.latestValues.opacity\n : 1;\n targetStyle.pointerEvents =\n resolveMotionValue(styleProp?.pointerEvents) || \"\";\n }\n if (this.hasProjected && !hasTransform(this.latestValues)) {\n targetStyle.transform = transformTemplate\n ? transformTemplate({}, \"\")\n : \"none\";\n this.hasProjected = false;\n }\n return;\n }\n targetStyle.visibility = \"\";\n const valuesToRender = lead.animationValues || lead.latestValues;\n this.applyTransformsToTarget();\n let transform = buildProjectionTransform(this.projectionDeltaWithTransform, this.treeScale, valuesToRender);\n if (transformTemplate) {\n transform = transformTemplate(valuesToRender, transform);\n }\n targetStyle.transform = transform;\n const { x, y } = this.projectionDelta;\n targetStyle.transformOrigin = `${x.origin * 100}% ${y.origin * 100}% 0`;\n if (lead.animationValues) {\n /**\n * If the lead component is animating, assign this either the entering/leaving\n * opacity\n */\n targetStyle.opacity =\n lead === this\n ? valuesToRender.opacity ??\n this.latestValues.opacity ??\n 1\n : this.preserveOpacity\n ? this.latestValues.opacity\n : valuesToRender.opacityExit;\n }\n else {\n /**\n * Or we're not animating at all, set the lead component to its layout\n * opacity and other components to hidden.\n */\n targetStyle.opacity =\n lead === this\n ? valuesToRender.opacity !== undefined\n ? valuesToRender.opacity\n : \"\"\n : valuesToRender.opacityExit !== undefined\n ? valuesToRender.opacityExit\n : 0;\n }\n /**\n * Apply scale correction\n */\n for (const key in scaleCorrectors) {\n if (valuesToRender[key] === undefined)\n continue;\n const { correct, applyTo, isCSSVariable } = scaleCorrectors[key];\n /**\n * Only apply scale correction to the value if we have an\n * active projection transform. Otherwise these values become\n * vulnerable to distortion if the element changes size without\n * a corresponding layout animation.\n */\n const corrected = transform === \"none\"\n ? valuesToRender[key]\n : correct(valuesToRender[key], lead);\n if (applyTo) {\n const num = applyTo.length;\n for (let i = 0; i < num; i++) {\n targetStyle[applyTo[i]] = corrected;\n }\n }\n else {\n // If this is a CSS variable, set it directly on the instance.\n // Replacing this function from creating styles to setting them\n // would be a good place to remove per frame object creation\n if (isCSSVariable) {\n this.options.visualElement.renderState.vars[key] = corrected;\n }\n else {\n targetStyle[key] = corrected;\n }\n }\n }\n /**\n * Disable pointer events on follow components. This is to ensure\n * that if a follow component covers a lead component it doesn't block\n * pointer events on the lead.\n */\n if (this.options.layoutId) {\n targetStyle.pointerEvents =\n lead === this\n ? resolveMotionValue(styleProp?.pointerEvents) || \"\"\n : \"none\";\n }\n }\n clearSnapshot() {\n this.resumeFrom = this.snapshot = undefined;\n }\n // Only run on root\n resetTree() {\n this.root.nodes.forEach((node) => node.currentAnimation?.stop());\n this.root.nodes.forEach(clearMeasurements);\n this.root.sharedNodes.clear();\n }\n };\n}\nfunction updateLayout(node) {\n node.updateLayout();\n}\nfunction notifyLayoutUpdate(node) {\n const snapshot = node.resumeFrom?.snapshot || node.snapshot;\n if (node.isLead() &&\n node.layout &&\n snapshot &&\n node.hasListeners(\"didUpdate\")) {\n const { layoutBox: layout, measuredBox: measuredLayout } = node.layout;\n const { animationType } = node.options;\n const isShared = snapshot.source !== node.layout.source;\n // TODO Maybe we want to also resize the layout snapshot so we don't trigger\n // animations for instance if layout=\"size\" and an element has only changed position\n if (animationType === \"size\") {\n eachAxis((axis) => {\n const axisSnapshot = isShared\n ? snapshot.measuredBox[axis]\n : snapshot.layoutBox[axis];\n const length = calcLength(axisSnapshot);\n axisSnapshot.min = layout[axis].min;\n axisSnapshot.max = axisSnapshot.min + length;\n });\n }\n else if (animationType === \"x\" || animationType === \"y\") {\n const snapAxis = animationType === \"x\" ? \"y\" : \"x\";\n copyAxisInto(isShared\n ? snapshot.measuredBox[snapAxis]\n : snapshot.layoutBox[snapAxis], layout[snapAxis]);\n }\n else if (shouldAnimatePositionOnly(animationType, snapshot.layoutBox, layout)) {\n eachAxis((axis) => {\n const axisSnapshot = isShared\n ? snapshot.measuredBox[axis]\n : snapshot.layoutBox[axis];\n const length = calcLength(layout[axis]);\n axisSnapshot.max = axisSnapshot.min + length;\n /**\n * Ensure relative target gets resized and rerendererd\n */\n if (node.relativeTarget && !node.currentAnimation) {\n node.isProjectionDirty = true;\n node.relativeTarget[axis].max =\n node.relativeTarget[axis].min + length;\n }\n });\n }\n const layoutDelta = createDelta();\n calcBoxDelta(layoutDelta, layout, snapshot.layoutBox);\n const visualDelta = createDelta();\n if (isShared) {\n calcBoxDelta(visualDelta, node.applyTransform(measuredLayout, true), snapshot.measuredBox);\n }\n else {\n calcBoxDelta(visualDelta, layout, snapshot.layoutBox);\n }\n const hasLayoutChanged = !isDeltaZero(layoutDelta);\n let hasRelativeLayoutChanged = false;\n if (!node.resumeFrom) {\n const relativeParent = node.getClosestProjectingParent();\n /**\n * If the relativeParent is itself resuming from a different element then\n * the relative snapshot is not relavent\n */\n if (relativeParent && !relativeParent.resumeFrom) {\n const { snapshot: parentSnapshot, layout: parentLayout } = relativeParent;\n if (parentSnapshot && parentLayout) {\n const anchor = node.options.layoutAnchor || undefined;\n const relativeSnapshot = createBox();\n calcRelativePosition(relativeSnapshot, snapshot.layoutBox, parentSnapshot.layoutBox, anchor);\n const relativeLayout = createBox();\n calcRelativePosition(relativeLayout, layout, parentLayout.layoutBox, anchor);\n if (!boxEqualsRounded(relativeSnapshot, relativeLayout)) {\n hasRelativeLayoutChanged = true;\n }\n if (relativeParent.options.layoutRoot) {\n node.relativeTarget = relativeLayout;\n node.relativeTargetOrigin = relativeSnapshot;\n node.relativeParent = relativeParent;\n }\n }\n }\n }\n node.notifyListeners(\"didUpdate\", {\n layout,\n snapshot,\n delta: visualDelta,\n layoutDelta,\n hasLayoutChanged,\n hasRelativeLayoutChanged,\n });\n }\n else if (node.isLead()) {\n const { onExitComplete } = node.options;\n onExitComplete && onExitComplete();\n }\n /**\n * Clearing transition\n * TODO: Investigate why this transition is being passed in as {type: false } from Framer\n * and why we need it at all\n */\n node.options.transition = undefined;\n}\nfunction propagateDirtyNodes(node) {\n /**\n * Increase debug counter for nodes encountered this frame\n */\n if (statsBuffer.value) {\n metrics.nodes++;\n }\n if (!node.parent)\n return;\n /**\n * If this node isn't projecting, propagate isProjectionDirty. It will have\n * no performance impact but it will allow the next child that *is* projecting\n * but *isn't* dirty to just check its parent to see if *any* ancestor needs\n * correcting.\n */\n if (!node.isProjecting()) {\n node.isProjectionDirty = node.parent.isProjectionDirty;\n }\n /**\n * Propagate isSharedProjectionDirty and isTransformDirty\n * throughout the whole tree. A future revision can take another look at\n * this but for safety we still recalcualte shared nodes.\n */\n node.isSharedProjectionDirty || (node.isSharedProjectionDirty = Boolean(node.isProjectionDirty ||\n node.parent.isProjectionDirty ||\n node.parent.isSharedProjectionDirty));\n node.isTransformDirty || (node.isTransformDirty = node.parent.isTransformDirty);\n}\nfunction cleanDirtyNodes(node) {\n node.isProjectionDirty =\n node.isSharedProjectionDirty =\n node.isTransformDirty =\n false;\n}\nfunction clearSnapshot(node) {\n node.clearSnapshot();\n}\nfunction clearMeasurements(node) {\n node.clearMeasurements();\n}\nfunction forceLayoutMeasure(node) {\n node.isLayoutDirty = true;\n node.updateLayout();\n}\nfunction clearIsLayoutDirty(node) {\n node.isLayoutDirty = false;\n}\n/**\n * When a node is animation-blocked (e.g. during drag) and its component\n * didn't re-render (memoized), willUpdate() is never called so there's\n * no snapshot. Use the previous layout as a snapshot and mark dirty so\n * resetTransform/updateLayout/notifyLayoutUpdate process it normally.\n */\nfunction ensureDraggedNodesSnapshotted(node) {\n if (node.isAnimationBlocked && node.layout && !node.isLayoutDirty) {\n node.snapshot = node.layout;\n node.isLayoutDirty = true;\n }\n}\nfunction resetTransformStyle(node) {\n const { visualElement } = node.options;\n if (visualElement && visualElement.getProps().onBeforeLayoutMeasure) {\n visualElement.notify(\"BeforeLayoutMeasure\");\n }\n node.resetTransform();\n}\nfunction finishAnimation(node) {\n node.finishAnimation();\n node.targetDelta = node.relativeTarget = node.target = undefined;\n node.isProjectionDirty = true;\n}\nfunction resolveTargetDelta(node) {\n node.resolveTargetDelta();\n}\nfunction calcProjection(node) {\n node.calcProjection();\n}\nfunction resetSkewAndRotation(node) {\n node.resetSkewAndRotation();\n}\nfunction removeLeadSnapshots(stack) {\n stack.removeLeadSnapshot();\n}\nfunction mixAxisDeltaLinear(output, delta, p) {\n output.translate = mixNumber(delta.translate, 0, p);\n output.scale = mixNumber(delta.scale, 1, p);\n output.origin = delta.origin;\n output.originPoint = delta.originPoint;\n}\nfunction mixAxis(output, from, to, p) {\n output.min = mixNumber(from.min, to.min, p);\n output.max = mixNumber(from.max, to.max, p);\n}\nfunction mixBox(output, from, to, p) {\n mixAxis(output.x, from.x, to.x, p);\n mixAxis(output.y, from.y, to.y, p);\n}\nfunction hasOpacityCrossfade(node) {\n return (node.animationValues && node.animationValues.opacityExit !== undefined);\n}\nconst defaultLayoutTransition = {\n duration: 0.45,\n ease: [0.4, 0, 0.1, 1],\n};\nconst userAgentContains = (string) => typeof navigator !== \"undefined\" &&\n navigator.userAgent &&\n navigator.userAgent.toLowerCase().includes(string);\n/**\n * Measured bounding boxes must be rounded in Safari and\n * left untouched in Chrome, otherwise non-integer layouts within scaled-up elements\n * can appear to jump.\n */\nconst roundPoint = userAgentContains(\"applewebkit/\") && !userAgentContains(\"chrome/\")\n ? Math.round\n : noop;\nfunction roundAxis(axis) {\n // Round to the nearest .5 pixels to support subpixel layouts\n axis.min = roundPoint(axis.min);\n axis.max = roundPoint(axis.max);\n}\nfunction roundBox(box) {\n roundAxis(box.x);\n roundAxis(box.y);\n}\nfunction shouldAnimatePositionOnly(animationType, snapshot, layout) {\n return (animationType === \"position\" ||\n (animationType === \"preserve-aspect\" &&\n !isNear(aspectRatio(snapshot), aspectRatio(layout), 0.2)));\n}\nfunction checkNodeWasScrollRoot(node) {\n return node !== node.root && node.scroll?.wasRoot;\n}\n\nexport { cleanDirtyNodes, createProjectionNode, mixAxis, mixBox, propagateDirtyNodes };\n//# sourceMappingURL=create-projection-node.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.mjs"],"sourcesContent":["/**\n * This should only ever be modified on the client otherwise it'll\n * persist through server requests. If we need instanced states we\n * could lazy-init via root.\n */\nconst globalProjectionState = {\n /**\n * Global flag as to whether the tree has animated since the last time\n * we resized the window\n */\n hasAnimatedSinceResize: true,\n /**\n * We set this to true once, on the first update. Any nodes added to the tree beyond that\n * update will be given a `data-projection-id` attribute.\n */\n hasEverUpdated: false,\n};\n\nexport { globalProjectionState };\n//# sourceMappingURL=state.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"wEAKA,IAAM,EAAwB,CAK1B,uBAAwB,GAKxB,eAAgB,EACpB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.mjs
|
|
2
|
+
var e = {
|
|
3
|
+
hasAnimatedSinceResize: !0,
|
|
4
|
+
hasEverUpdated: !1
|
|
5
|
+
};
|
|
6
|
+
//#endregion
|
|
7
|
+
export { e as globalProjectionState };
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=state.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.mjs"],"sourcesContent":["/**\n * This should only ever be modified on the client otherwise it'll\n * persist through server requests. If we need instanced states we\n * could lazy-init via root.\n */\nconst globalProjectionState = {\n /**\n * Global flag as to whether the tree has animated since the last time\n * we resized the window\n */\n hasAnimatedSinceResize: true,\n /**\n * We set this to true once, on the first update. Any nodes added to the tree beyond that\n * update will be given a `data-projection-id` attribute.\n */\n hasEverUpdated: false,\n};\n\nexport { globalProjectionState };\n//# sourceMappingURL=state.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";AAKA,IAAM,IAAwB;CAK1B,wBAAwB;CAKxB,gBAAgB;AACpB"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.cjs.js");var t=class{constructor(){this.members=[]}add(t){e.addUniqueItem(this.members,t);for(let n=this.members.length-1;n>=0;n--){let r=this.members[n];if(r===t||r===this.lead||r===this.prevLead)continue;let i=r.instance;(!i||i.isConnected===!1)&&!r.snapshot&&(e.removeItem(this.members,r),r.unmount())}t.scheduleRender()}remove(t){if(e.removeItem(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){let e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(e){for(let t=this.members.indexOf(e)-1;t>=0;t--){let e=this.members[t];if(e.isPresent!==!1&&e.instance?.isConnected!==!1)return this.promote(e),!0}return!1}promote(e,t){let n=this.lead;if(e!==n&&(this.prevLead=n,this.lead=e,e.show(),n)){n.updateSnapshot(),e.scheduleRender();let{layoutDependency:r}=n.options,{layoutDependency:i}=e.options;(r===void 0||r!==i)&&(e.resumeFrom=n,t&&(n.preserveOpacity=!0),n.snapshot&&(e.snapshot=n.snapshot,e.snapshot.latestValues=n.animationValues||n.latestValues),e.root?.isUpdating&&(e.isLayoutDirty=!0)),e.options.crossfade===!1&&n.hide()}}exitAnimationComplete(){this.members.forEach(e=>{e.options.onExitComplete?.(),e.resumingFrom?.options.onExitComplete?.()})}scheduleRender(){this.members.forEach(e=>e.instance&&e.scheduleRender(!1))}removeLeadSnapshot(){this.lead?.snapshot&&(this.lead.snapshot=void 0)}};exports.NodeStack=t;
|
|
2
|
+
//# sourceMappingURL=stack.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stack.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.mjs"],"sourcesContent":["import { addUniqueItem, removeItem } from 'motion-utils';\n\nclass NodeStack {\n constructor() {\n this.members = [];\n }\n add(node) {\n addUniqueItem(this.members, node);\n for (let i = this.members.length - 1; i >= 0; i--) {\n const member = this.members[i];\n if (member === node || member === this.lead || member === this.prevLead)\n continue;\n const inst = member.instance;\n if ((!inst || inst.isConnected === false) && !member.snapshot) {\n removeItem(this.members, member);\n member.unmount();\n }\n }\n node.scheduleRender();\n }\n remove(node) {\n removeItem(this.members, node);\n if (node === this.prevLead)\n this.prevLead = undefined;\n if (node === this.lead) {\n const prevLead = this.members[this.members.length - 1];\n if (prevLead)\n this.promote(prevLead);\n }\n }\n relegate(node) {\n for (let i = this.members.indexOf(node) - 1; i >= 0; i--) {\n const member = this.members[i];\n if (member.isPresent !== false && member.instance?.isConnected !== false) {\n this.promote(member);\n return true;\n }\n }\n return false;\n }\n promote(node, preserveFollowOpacity) {\n const prevLead = this.lead;\n if (node === prevLead)\n return;\n this.prevLead = prevLead;\n this.lead = node;\n node.show();\n if (prevLead) {\n prevLead.updateSnapshot();\n node.scheduleRender();\n const { layoutDependency: prevDep } = prevLead.options;\n const { layoutDependency: nextDep } = node.options;\n if (prevDep === undefined || prevDep !== nextDep) {\n node.resumeFrom = prevLead;\n if (preserveFollowOpacity)\n prevLead.preserveOpacity = true;\n if (prevLead.snapshot) {\n node.snapshot = prevLead.snapshot;\n node.snapshot.latestValues =\n prevLead.animationValues || prevLead.latestValues;\n }\n if (node.root?.isUpdating)\n node.isLayoutDirty = true;\n }\n if (node.options.crossfade === false)\n prevLead.hide();\n }\n }\n exitAnimationComplete() {\n this.members.forEach((member) => {\n member.options.onExitComplete?.();\n member.resumingFrom?.options.onExitComplete?.();\n });\n }\n scheduleRender() {\n this.members.forEach((member) => member.instance && member.scheduleRender(false));\n }\n removeLeadSnapshot() {\n if (this.lead?.snapshot)\n this.lead.snapshot = undefined;\n }\n}\n\nexport { NodeStack };\n//# sourceMappingURL=stack.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"oLAEA,IAAM,EAAN,KAAgB,CACZ,aAAc,CACV,KAAK,QAAU,CAAC,CACpB,CACA,IAAI,EAAM,CACN,EAAA,cAAc,KAAK,QAAS,CAAI,EAChC,IAAK,IAAI,EAAI,KAAK,QAAQ,OAAS,EAAG,GAAK,EAAG,IAAK,CAC/C,IAAM,EAAS,KAAK,QAAQ,GAC5B,GAAI,IAAW,GAAQ,IAAW,KAAK,MAAQ,IAAW,KAAK,SAC3D,SACJ,IAAM,EAAO,EAAO,UACf,CAAC,GAAQ,EAAK,cAAgB,KAAU,CAAC,EAAO,WACjD,EAAA,WAAW,KAAK,QAAS,CAAM,EAC/B,EAAO,QAAQ,EAEvB,CACA,EAAK,eAAe,CACxB,CACA,OAAO,EAAM,CAIT,GAHA,EAAA,WAAW,KAAK,QAAS,CAAI,EACzB,IAAS,KAAK,WACd,KAAK,SAAW,IAAA,IAChB,IAAS,KAAK,KAAM,CACpB,IAAM,EAAW,KAAK,QAAQ,KAAK,QAAQ,OAAS,GAChD,GACA,KAAK,QAAQ,CAAQ,CAC7B,CACJ,CACA,SAAS,EAAM,CACX,IAAK,IAAI,EAAI,KAAK,QAAQ,QAAQ,CAAI,EAAI,EAAG,GAAK,EAAG,IAAK,CACtD,IAAM,EAAS,KAAK,QAAQ,GAC5B,GAAI,EAAO,YAAc,IAAS,EAAO,UAAU,cAAgB,GAE/D,OADA,KAAK,QAAQ,CAAM,EACZ,EAEf,CACA,MAAO,EACX,CACA,QAAQ,EAAM,EAAuB,CACjC,IAAM,EAAW,KAAK,KAClB,OAAS,IAEb,KAAK,SAAW,EAChB,KAAK,KAAO,EACZ,EAAK,KAAK,EACN,GAAU,CACV,EAAS,eAAe,EACxB,EAAK,eAAe,EACpB,GAAM,CAAE,iBAAkB,GAAY,EAAS,QACzC,CAAE,iBAAkB,GAAY,EAAK,SACvC,IAAY,IAAA,IAAa,IAAY,KACrC,EAAK,WAAa,EACd,IACA,EAAS,gBAAkB,IAC3B,EAAS,WACT,EAAK,SAAW,EAAS,SACzB,EAAK,SAAS,aACV,EAAS,iBAAmB,EAAS,cAEzC,EAAK,MAAM,aACX,EAAK,cAAgB,KAEzB,EAAK,QAAQ,YAAc,IAC3B,EAAS,KAAK,CACtB,CACJ,CACA,uBAAwB,CACpB,KAAK,QAAQ,QAAS,GAAW,CAC7B,EAAO,QAAQ,iBAAiB,EAChC,EAAO,cAAc,QAAQ,iBAAiB,CAClD,CAAC,CACL,CACA,gBAAiB,CACb,KAAK,QAAQ,QAAS,GAAW,EAAO,UAAY,EAAO,eAAe,EAAK,CAAC,CACpF,CACA,oBAAqB,CACb,KAAK,MAAM,WACX,KAAK,KAAK,SAAW,IAAA,GAC7B,CACJ"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { addUniqueItem as e, removeItem as t } from "../../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.es.js";
|
|
2
|
+
//#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.mjs
|
|
3
|
+
var n = class {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.members = [];
|
|
6
|
+
}
|
|
7
|
+
add(n) {
|
|
8
|
+
e(this.members, n);
|
|
9
|
+
for (let e = this.members.length - 1; e >= 0; e--) {
|
|
10
|
+
let r = this.members[e];
|
|
11
|
+
if (r === n || r === this.lead || r === this.prevLead) continue;
|
|
12
|
+
let i = r.instance;
|
|
13
|
+
(!i || i.isConnected === !1) && !r.snapshot && (t(this.members, r), r.unmount());
|
|
14
|
+
}
|
|
15
|
+
n.scheduleRender();
|
|
16
|
+
}
|
|
17
|
+
remove(e) {
|
|
18
|
+
if (t(this.members, e), e === this.prevLead && (this.prevLead = void 0), e === this.lead) {
|
|
19
|
+
let e = this.members[this.members.length - 1];
|
|
20
|
+
e && this.promote(e);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
relegate(e) {
|
|
24
|
+
for (let t = this.members.indexOf(e) - 1; t >= 0; t--) {
|
|
25
|
+
let e = this.members[t];
|
|
26
|
+
if (e.isPresent !== !1 && e.instance?.isConnected !== !1) return this.promote(e), !0;
|
|
27
|
+
}
|
|
28
|
+
return !1;
|
|
29
|
+
}
|
|
30
|
+
promote(e, t) {
|
|
31
|
+
let n = this.lead;
|
|
32
|
+
if (e !== n && (this.prevLead = n, this.lead = e, e.show(), n)) {
|
|
33
|
+
n.updateSnapshot(), e.scheduleRender();
|
|
34
|
+
let { layoutDependency: r } = n.options, { layoutDependency: i } = e.options;
|
|
35
|
+
(r === void 0 || r !== i) && (e.resumeFrom = n, t && (n.preserveOpacity = !0), n.snapshot && (e.snapshot = n.snapshot, e.snapshot.latestValues = n.animationValues || n.latestValues), e.root?.isUpdating && (e.isLayoutDirty = !0)), e.options.crossfade === !1 && n.hide();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exitAnimationComplete() {
|
|
39
|
+
this.members.forEach((e) => {
|
|
40
|
+
e.options.onExitComplete?.(), e.resumingFrom?.options.onExitComplete?.();
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
scheduleRender() {
|
|
44
|
+
this.members.forEach((e) => e.instance && e.scheduleRender(!1));
|
|
45
|
+
}
|
|
46
|
+
removeLeadSnapshot() {
|
|
47
|
+
this.lead?.snapshot && (this.lead.snapshot = void 0);
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
//#endregion
|
|
51
|
+
export { n as NodeStack };
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=stack.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stack.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.mjs"],"sourcesContent":["import { addUniqueItem, removeItem } from 'motion-utils';\n\nclass NodeStack {\n constructor() {\n this.members = [];\n }\n add(node) {\n addUniqueItem(this.members, node);\n for (let i = this.members.length - 1; i >= 0; i--) {\n const member = this.members[i];\n if (member === node || member === this.lead || member === this.prevLead)\n continue;\n const inst = member.instance;\n if ((!inst || inst.isConnected === false) && !member.snapshot) {\n removeItem(this.members, member);\n member.unmount();\n }\n }\n node.scheduleRender();\n }\n remove(node) {\n removeItem(this.members, node);\n if (node === this.prevLead)\n this.prevLead = undefined;\n if (node === this.lead) {\n const prevLead = this.members[this.members.length - 1];\n if (prevLead)\n this.promote(prevLead);\n }\n }\n relegate(node) {\n for (let i = this.members.indexOf(node) - 1; i >= 0; i--) {\n const member = this.members[i];\n if (member.isPresent !== false && member.instance?.isConnected !== false) {\n this.promote(member);\n return true;\n }\n }\n return false;\n }\n promote(node, preserveFollowOpacity) {\n const prevLead = this.lead;\n if (node === prevLead)\n return;\n this.prevLead = prevLead;\n this.lead = node;\n node.show();\n if (prevLead) {\n prevLead.updateSnapshot();\n node.scheduleRender();\n const { layoutDependency: prevDep } = prevLead.options;\n const { layoutDependency: nextDep } = node.options;\n if (prevDep === undefined || prevDep !== nextDep) {\n node.resumeFrom = prevLead;\n if (preserveFollowOpacity)\n prevLead.preserveOpacity = true;\n if (prevLead.snapshot) {\n node.snapshot = prevLead.snapshot;\n node.snapshot.latestValues =\n prevLead.animationValues || prevLead.latestValues;\n }\n if (node.root?.isUpdating)\n node.isLayoutDirty = true;\n }\n if (node.options.crossfade === false)\n prevLead.hide();\n }\n }\n exitAnimationComplete() {\n this.members.forEach((member) => {\n member.options.onExitComplete?.();\n member.resumingFrom?.options.onExitComplete?.();\n });\n }\n scheduleRender() {\n this.members.forEach((member) => member.instance && member.scheduleRender(false));\n }\n removeLeadSnapshot() {\n if (this.lead?.snapshot)\n this.lead.snapshot = undefined;\n }\n}\n\nexport { NodeStack };\n//# sourceMappingURL=stack.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";;AAEA,IAAM,IAAN,MAAgB;CACZ,cAAc;EACV,KAAK,UAAU,CAAC;CACpB;CACA,IAAI,GAAM;EACN,EAAc,KAAK,SAAS,CAAI;EAChC,KAAK,IAAI,IAAI,KAAK,QAAQ,SAAS,GAAG,KAAK,GAAG,KAAK;GAC/C,IAAM,IAAS,KAAK,QAAQ;GAC5B,IAAI,MAAW,KAAQ,MAAW,KAAK,QAAQ,MAAW,KAAK,UAC3D;GACJ,IAAM,IAAO,EAAO;GACpB,CAAK,CAAC,KAAQ,EAAK,gBAAgB,OAAU,CAAC,EAAO,aACjD,EAAW,KAAK,SAAS,CAAM,GAC/B,EAAO,QAAQ;EAEvB;EACA,EAAK,eAAe;CACxB;CACA,OAAO,GAAM;EAIT,IAHA,EAAW,KAAK,SAAS,CAAI,GACzB,MAAS,KAAK,aACd,KAAK,WAAW,KAAA,IAChB,MAAS,KAAK,MAAM;GACpB,IAAM,IAAW,KAAK,QAAQ,KAAK,QAAQ,SAAS;GACpD,AAAI,KACA,KAAK,QAAQ,CAAQ;EAC7B;CACJ;CACA,SAAS,GAAM;EACX,KAAK,IAAI,IAAI,KAAK,QAAQ,QAAQ,CAAI,IAAI,GAAG,KAAK,GAAG,KAAK;GACtD,IAAM,IAAS,KAAK,QAAQ;GAC5B,IAAI,EAAO,cAAc,MAAS,EAAO,UAAU,gBAAgB,IAE/D,OADA,KAAK,QAAQ,CAAM,GACZ;EAEf;EACA,OAAO;CACX;CACA,QAAQ,GAAM,GAAuB;EACjC,IAAM,IAAW,KAAK;EAClB,UAAS,MAEb,KAAK,WAAW,GAChB,KAAK,OAAO,GACZ,EAAK,KAAK,GACN,IAAU;GAEV,AADA,EAAS,eAAe,GACxB,EAAK,eAAe;GACpB,IAAM,EAAE,kBAAkB,MAAY,EAAS,SACzC,EAAE,kBAAkB,MAAY,EAAK;GAa3C,CAZI,MAAY,KAAA,KAAa,MAAY,OACrC,EAAK,aAAa,GACd,MACA,EAAS,kBAAkB,KAC3B,EAAS,aACT,EAAK,WAAW,EAAS,UACzB,EAAK,SAAS,eACV,EAAS,mBAAmB,EAAS,eAEzC,EAAK,MAAM,eACX,EAAK,gBAAgB,MAEzB,EAAK,QAAQ,cAAc,MAC3B,EAAS,KAAK;EACtB;CACJ;CACA,wBAAwB;EACpB,KAAK,QAAQ,SAAS,MAAW;GAE7B,AADA,EAAO,QAAQ,iBAAiB,GAChC,EAAO,cAAc,QAAQ,iBAAiB;EAClD,CAAC;CACL;CACA,iBAAiB;EACb,KAAK,QAAQ,SAAS,MAAW,EAAO,YAAY,EAAO,eAAe,EAAK,CAAC;CACpF;CACA,qBAAqB;EACjB,AAAI,KAAK,MAAM,aACX,KAAK,KAAK,WAAW,KAAA;CAC7B;AACJ"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../../value/types/numbers/units.cjs.js");function t(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}var n={correct:(n,r)=>{if(!r.target)return n;if(typeof n==`string`)if(e.px.test(n))n=parseFloat(n);else return n;return`${t(n,r.target.x)}% ${t(n,r.target.y)}%`}};exports.correctBorderRadius=n,exports.pixelsToPercent=t;
|
|
2
|
+
//# sourceMappingURL=scale-border-radius.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-border-radius.cjs.js","names":["px"],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.mjs"],"sourcesContent":["import { px } from '../../value/types/numbers/units.mjs';\n\nfunction pixelsToPercent(pixels, axis) {\n if (axis.max === axis.min)\n return 0;\n return (pixels / (axis.max - axis.min)) * 100;\n}\n/**\n * We always correct borderRadius as a percentage rather than pixels to reduce paints.\n * For example, if you are projecting a box that is 100px wide with a 10px borderRadius\n * into a box that is 200px wide with a 20px borderRadius, that is actually a 10%\n * borderRadius in both states. If we animate between the two in pixels that will trigger\n * a paint each time. If we animate between the two in percentage we'll avoid a paint.\n */\nconst correctBorderRadius = {\n correct: (latest, node) => {\n if (!node.target)\n return latest;\n /**\n * If latest is a string, if it's a percentage we can return immediately as it's\n * going to be stretched appropriately. Otherwise, if it's a pixel, convert it to a number.\n */\n if (typeof latest === \"string\") {\n if (px.test(latest)) {\n latest = parseFloat(latest);\n }\n else {\n return latest;\n }\n }\n /**\n * If latest is a number, it's a pixel value. We use the current viewportBox to calculate that\n * pixel value as a percentage of each axis\n */\n const x = pixelsToPercent(latest, node.target.x);\n const y = pixelsToPercent(latest, node.target.y);\n return `${x}% ${y}%`;\n },\n};\n\nexport { correctBorderRadius, pixelsToPercent };\n//# sourceMappingURL=scale-border-radius.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"kIAEA,SAAS,EAAgB,EAAQ,EAAM,CAGnC,OAFI,EAAK,MAAQ,EAAK,IACX,EACH,GAAU,EAAK,IAAM,EAAK,KAAQ,GAC9C,CAQA,IAAM,EAAsB,CACxB,SAAU,EAAQ,IAAS,CACvB,GAAI,CAAC,EAAK,OACN,OAAO,EAKX,GAAI,OAAO,GAAW,SAClB,GAAIA,EAAAA,GAAG,KAAK,CAAM,EACd,EAAS,WAAW,CAAM,OAG1B,OAAO,EASf,MAAO,GAFG,EAAgB,EAAQ,EAAK,OAAO,CAEpC,EAAE,IADF,EAAgB,EAAQ,EAAK,OAAO,CAC9B,EAAE,EACtB,CACJ"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { px as e } from "../../value/types/numbers/units.es.js";
|
|
2
|
+
//#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.mjs
|
|
3
|
+
function t(e, t) {
|
|
4
|
+
return t.max === t.min ? 0 : e / (t.max - t.min) * 100;
|
|
5
|
+
}
|
|
6
|
+
var n = { correct: (n, r) => {
|
|
7
|
+
if (!r.target) return n;
|
|
8
|
+
if (typeof n == "string") if (e.test(n)) n = parseFloat(n);
|
|
9
|
+
else return n;
|
|
10
|
+
return `${t(n, r.target.x)}% ${t(n, r.target.y)}%`;
|
|
11
|
+
} };
|
|
12
|
+
//#endregion
|
|
13
|
+
export { n as correctBorderRadius, t as pixelsToPercent };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=scale-border-radius.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-border-radius.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.mjs"],"sourcesContent":["import { px } from '../../value/types/numbers/units.mjs';\n\nfunction pixelsToPercent(pixels, axis) {\n if (axis.max === axis.min)\n return 0;\n return (pixels / (axis.max - axis.min)) * 100;\n}\n/**\n * We always correct borderRadius as a percentage rather than pixels to reduce paints.\n * For example, if you are projecting a box that is 100px wide with a 10px borderRadius\n * into a box that is 200px wide with a 20px borderRadius, that is actually a 10%\n * borderRadius in both states. If we animate between the two in pixels that will trigger\n * a paint each time. If we animate between the two in percentage we'll avoid a paint.\n */\nconst correctBorderRadius = {\n correct: (latest, node) => {\n if (!node.target)\n return latest;\n /**\n * If latest is a string, if it's a percentage we can return immediately as it's\n * going to be stretched appropriately. Otherwise, if it's a pixel, convert it to a number.\n */\n if (typeof latest === \"string\") {\n if (px.test(latest)) {\n latest = parseFloat(latest);\n }\n else {\n return latest;\n }\n }\n /**\n * If latest is a number, it's a pixel value. We use the current viewportBox to calculate that\n * pixel value as a percentage of each axis\n */\n const x = pixelsToPercent(latest, node.target.x);\n const y = pixelsToPercent(latest, node.target.y);\n return `${x}% ${y}%`;\n },\n};\n\nexport { correctBorderRadius, pixelsToPercent };\n//# sourceMappingURL=scale-border-radius.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";;AAEA,SAAS,EAAgB,GAAQ,GAAM;CAGnC,OAFI,EAAK,QAAQ,EAAK,MACX,IACH,KAAU,EAAK,MAAM,EAAK,OAAQ;AAC9C;AAQA,IAAM,IAAsB,EACxB,UAAU,GAAQ,MAAS;CACvB,IAAI,CAAC,EAAK,QACN,OAAO;CAKX,IAAI,OAAO,KAAW,UAClB,IAAI,EAAG,KAAK,CAAM,GACd,IAAS,WAAW,CAAM;MAG1B,OAAO;CASf,OAAO,GAFG,EAAgB,GAAQ,EAAK,OAAO,CAEpC,EAAE,IADF,EAAgB,GAAQ,EAAK,OAAO,CAC9B,EAAE;AACtB,EACJ"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../../value/types/complex/index.cjs.js"),t=require("../../utils/mix/number.cjs.js");var n={correct:(n,{treeScale:r,projectionDelta:i})=>{let a=n,o=e.complex.parse(n);if(o.length>5)return a;let s=e.complex.createTransformer(n),c=typeof o[0]==`number`?0:1,l=i.x.scale*r.x,u=i.y.scale*r.y;o[0+c]/=l,o[1+c]/=u;let d=t.mixNumber(l,u,.5);return typeof o[2+c]==`number`&&(o[2+c]/=d),typeof o[3+c]==`number`&&(o[3+c]/=d),s(o)}};exports.correctBoxShadow=n;
|
|
2
|
+
//# sourceMappingURL=scale-box-shadow.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-box-shadow.cjs.js","names":["complex","mixNumber"],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.mjs"],"sourcesContent":["import { complex } from '../../value/types/complex/index.mjs';\nimport { mixNumber } from '../../utils/mix/number.mjs';\n\nconst correctBoxShadow = {\n correct: (latest, { treeScale, projectionDelta }) => {\n const original = latest;\n const shadow = complex.parse(latest);\n // TODO: Doesn't support multiple shadows\n if (shadow.length > 5)\n return original;\n const template = complex.createTransformer(latest);\n const offset = typeof shadow[0] !== \"number\" ? 1 : 0;\n // Calculate the overall context scale\n const xScale = projectionDelta.x.scale * treeScale.x;\n const yScale = projectionDelta.y.scale * treeScale.y;\n shadow[0 + offset] /= xScale;\n shadow[1 + offset] /= yScale;\n /**\n * Ideally we'd correct x and y scales individually, but because blur and\n * spread apply to both we have to take a scale average and apply that instead.\n * We could potentially improve the outcome of this by incorporating the ratio between\n * the two scales.\n */\n const averageScale = mixNumber(xScale, yScale, 0.5);\n // Blur\n if (typeof shadow[2 + offset] === \"number\")\n shadow[2 + offset] /= averageScale;\n // Spread\n if (typeof shadow[3 + offset] === \"number\")\n shadow[3 + offset] /= averageScale;\n return template(shadow);\n },\n};\n\nexport { correctBoxShadow };\n//# sourceMappingURL=scale-box-shadow.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"6KAGA,IAAM,EAAmB,CACrB,SAAU,EAAQ,CAAE,YAAW,qBAAsB,CACjD,IAAM,EAAW,EACX,EAASA,EAAAA,QAAQ,MAAM,CAAM,EAEnC,GAAI,EAAO,OAAS,EAChB,OAAO,EACX,IAAM,EAAWA,EAAAA,QAAQ,kBAAkB,CAAM,EAC3C,EAAS,OAAO,EAAO,IAAO,SAAe,EAAJ,EAEzC,EAAS,EAAgB,EAAE,MAAQ,EAAU,EAC7C,EAAS,EAAgB,EAAE,MAAQ,EAAU,EACnD,EAAO,EAAI,IAAW,EACtB,EAAO,EAAI,IAAW,EAOtB,IAAM,EAAeC,EAAAA,UAAU,EAAQ,EAAQ,EAAG,EAOlD,OALI,OAAO,EAAO,EAAI,IAAY,WAC9B,EAAO,EAAI,IAAW,GAEtB,OAAO,EAAO,EAAI,IAAY,WAC9B,EAAO,EAAI,IAAW,GACnB,EAAS,CAAM,CAC1B,CACJ"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { complex as e } from "../../value/types/complex/index.es.js";
|
|
2
|
+
import { mixNumber as t } from "../../utils/mix/number.es.js";
|
|
3
|
+
//#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.mjs
|
|
4
|
+
var n = { correct: (n, { treeScale: r, projectionDelta: i }) => {
|
|
5
|
+
let a = n, o = e.parse(n);
|
|
6
|
+
if (o.length > 5) return a;
|
|
7
|
+
let s = e.createTransformer(n), c = typeof o[0] == "number" ? 0 : 1, l = i.x.scale * r.x, u = i.y.scale * r.y;
|
|
8
|
+
o[0 + c] /= l, o[1 + c] /= u;
|
|
9
|
+
let d = t(l, u, .5);
|
|
10
|
+
return typeof o[2 + c] == "number" && (o[2 + c] /= d), typeof o[3 + c] == "number" && (o[3 + c] /= d), s(o);
|
|
11
|
+
} };
|
|
12
|
+
//#endregion
|
|
13
|
+
export { n as correctBoxShadow };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=scale-box-shadow.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-box-shadow.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.mjs"],"sourcesContent":["import { complex } from '../../value/types/complex/index.mjs';\nimport { mixNumber } from '../../utils/mix/number.mjs';\n\nconst correctBoxShadow = {\n correct: (latest, { treeScale, projectionDelta }) => {\n const original = latest;\n const shadow = complex.parse(latest);\n // TODO: Doesn't support multiple shadows\n if (shadow.length > 5)\n return original;\n const template = complex.createTransformer(latest);\n const offset = typeof shadow[0] !== \"number\" ? 1 : 0;\n // Calculate the overall context scale\n const xScale = projectionDelta.x.scale * treeScale.x;\n const yScale = projectionDelta.y.scale * treeScale.y;\n shadow[0 + offset] /= xScale;\n shadow[1 + offset] /= yScale;\n /**\n * Ideally we'd correct x and y scales individually, but because blur and\n * spread apply to both we have to take a scale average and apply that instead.\n * We could potentially improve the outcome of this by incorporating the ratio between\n * the two scales.\n */\n const averageScale = mixNumber(xScale, yScale, 0.5);\n // Blur\n if (typeof shadow[2 + offset] === \"number\")\n shadow[2 + offset] /= averageScale;\n // Spread\n if (typeof shadow[3 + offset] === \"number\")\n shadow[3 + offset] /= averageScale;\n return template(shadow);\n },\n};\n\nexport { correctBoxShadow };\n//# sourceMappingURL=scale-box-shadow.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";;;AAGA,IAAM,IAAmB,EACrB,UAAU,GAAQ,EAAE,cAAW,yBAAsB;CACjD,IAAM,IAAW,GACX,IAAS,EAAQ,MAAM,CAAM;CAEnC,IAAI,EAAO,SAAS,GAChB,OAAO;CACX,IAAM,IAAW,EAAQ,kBAAkB,CAAM,GAC3C,IAAS,OAAO,EAAO,MAAO,WAAe,IAAJ,GAEzC,IAAS,EAAgB,EAAE,QAAQ,EAAU,GAC7C,IAAS,EAAgB,EAAE,QAAQ,EAAU;CAEnD,AADA,EAAO,IAAI,MAAW,GACtB,EAAO,IAAI,MAAW;CAOtB,IAAM,IAAe,EAAU,GAAQ,GAAQ,EAAG;CAOlD,OALI,OAAO,EAAO,IAAI,MAAY,aAC9B,EAAO,IAAI,MAAW,IAEtB,OAAO,EAAO,IAAI,MAAY,aAC9B,EAAO,IAAI,MAAW,IACnB,EAAS,CAAM;AAC1B,EACJ"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../../utils/border-radius.cjs.js"),t=require("./scale-border-radius.cjs.js"),n=require("./scale-box-shadow.cjs.js");var r={borderRadius:{...t.correctBorderRadius,applyTo:[...e.cornerRadiusProps]},borderTopLeftRadius:t.correctBorderRadius,borderTopRightRadius:t.correctBorderRadius,borderBottomLeftRadius:t.correctBorderRadius,borderBottomRightRadius:t.correctBorderRadius,boxShadow:n.correctBoxShadow};exports.scaleCorrectors=r;
|
|
2
|
+
//# sourceMappingURL=scale-correction.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-correction.cjs.js","names":["correctBorderRadius","cornerRadiusProps","correctBoxShadow"],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.mjs"],"sourcesContent":["import { isCSSVariableName } from '../../animation/utils/is-css-variable.mjs';\nimport { cornerRadiusProps } from '../../utils/border-radius.mjs';\nimport { correctBorderRadius } from './scale-border-radius.mjs';\nimport { correctBoxShadow } from './scale-box-shadow.mjs';\n\nconst scaleCorrectors = {\n borderRadius: {\n ...correctBorderRadius,\n applyTo: [...cornerRadiusProps],\n },\n borderTopLeftRadius: correctBorderRadius,\n borderTopRightRadius: correctBorderRadius,\n borderBottomLeftRadius: correctBorderRadius,\n borderBottomRightRadius: correctBorderRadius,\n boxShadow: correctBoxShadow,\n};\nfunction addScaleCorrector(correctors) {\n for (const key in correctors) {\n scaleCorrectors[key] = correctors[key];\n if (isCSSVariableName(key)) {\n scaleCorrectors[key].isCSSVariable = true;\n }\n }\n}\n\nexport { addScaleCorrector, scaleCorrectors };\n//# sourceMappingURL=scale-correction.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"6MAKA,IAAM,EAAkB,CACpB,aAAc,CACV,GAAGA,EAAAA,oBACH,QAAS,CAAC,GAAGC,EAAAA,iBAAiB,CAClC,EACA,oBAAqBD,EAAAA,oBACrB,qBAAsBA,EAAAA,oBACtB,uBAAwBA,EAAAA,oBACxB,wBAAyBA,EAAAA,oBACzB,UAAWE,EAAAA,gBACf"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { cornerRadiusProps as e } from "../../utils/border-radius.es.js";
|
|
2
|
+
import { correctBorderRadius as t } from "./scale-border-radius.es.js";
|
|
3
|
+
import { correctBoxShadow as n } from "./scale-box-shadow.es.js";
|
|
4
|
+
//#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.mjs
|
|
5
|
+
var r = {
|
|
6
|
+
borderRadius: {
|
|
7
|
+
...t,
|
|
8
|
+
applyTo: [...e]
|
|
9
|
+
},
|
|
10
|
+
borderTopLeftRadius: t,
|
|
11
|
+
borderTopRightRadius: t,
|
|
12
|
+
borderBottomLeftRadius: t,
|
|
13
|
+
borderBottomRightRadius: t,
|
|
14
|
+
boxShadow: n
|
|
15
|
+
};
|
|
16
|
+
//#endregion
|
|
17
|
+
export { r as scaleCorrectors };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=scale-correction.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scale-correction.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.mjs"],"sourcesContent":["import { isCSSVariableName } from '../../animation/utils/is-css-variable.mjs';\nimport { cornerRadiusProps } from '../../utils/border-radius.mjs';\nimport { correctBorderRadius } from './scale-border-radius.mjs';\nimport { correctBoxShadow } from './scale-box-shadow.mjs';\n\nconst scaleCorrectors = {\n borderRadius: {\n ...correctBorderRadius,\n applyTo: [...cornerRadiusProps],\n },\n borderTopLeftRadius: correctBorderRadius,\n borderTopRightRadius: correctBorderRadius,\n borderBottomLeftRadius: correctBorderRadius,\n borderBottomRightRadius: correctBorderRadius,\n boxShadow: correctBoxShadow,\n};\nfunction addScaleCorrector(correctors) {\n for (const key in correctors) {\n scaleCorrectors[key] = correctors[key];\n if (isCSSVariableName(key)) {\n scaleCorrectors[key].isCSSVariable = true;\n }\n }\n}\n\nexport { addScaleCorrector, scaleCorrectors };\n//# sourceMappingURL=scale-correction.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";;;;AAKA,IAAM,IAAkB;CACpB,cAAc;EACV,GAAG;EACH,SAAS,CAAC,GAAG,CAAiB;CAClC;CACA,qBAAqB;CACrB,sBAAsB;CACtB,wBAAwB;CACxB,yBAAyB;CACzB,WAAW;AACf"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");function e(e,t,n){let r=``,i=e.x.translate/t.x,a=e.y.translate/t.y,o=n?.z||0;if((i||a||o)&&(r=`translate3d(${i}px, ${a}px, ${o}px) `),(t.x!==1||t.y!==1)&&(r+=`scale(${1/t.x}, ${1/t.y}) `),n){let{transformPerspective:e,rotate:t,pathRotation:i,rotateX:a,rotateY:o,skewX:s,skewY:c}=n;e&&(r=`perspective(${e}px) ${r}`),t&&(r+=`rotate(${t}deg) `),i&&(r+=`rotate(${i}deg) `),a&&(r+=`rotateX(${a}deg) `),o&&(r+=`rotateY(${o}deg) `),s&&(r+=`skewX(${s}deg) `),c&&(r+=`skewY(${c}deg) `)}let s=e.x.scale*t.x,c=e.y.scale*t.y;return(s!==1||c!==1)&&(r+=`scale(${s}, ${c})`),r||`none`}exports.buildProjectionTransform=e;
|
|
2
|
+
//# sourceMappingURL=transform.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transform.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.mjs"],"sourcesContent":["function buildProjectionTransform(delta, treeScale, latestTransform) {\n let transform = \"\";\n /**\n * The translations we use to calculate are always relative to the viewport coordinate space.\n * But when we apply scales, we also scale the coordinate space of an element and its children.\n * For instance if we have a treeScale (the culmination of all parent scales) of 0.5 and we need\n * to move an element 100 pixels, we actually need to move it 200 in within that scaled space.\n */\n const xTranslate = delta.x.translate / treeScale.x;\n const yTranslate = delta.y.translate / treeScale.y;\n const zTranslate = latestTransform?.z || 0;\n if (xTranslate || yTranslate || zTranslate) {\n transform = `translate3d(${xTranslate}px, ${yTranslate}px, ${zTranslate}px) `;\n }\n /**\n * Apply scale correction for the tree transform.\n * This will apply scale to the screen-orientated axes.\n */\n if (treeScale.x !== 1 || treeScale.y !== 1) {\n transform += `scale(${1 / treeScale.x}, ${1 / treeScale.y}) `;\n }\n if (latestTransform) {\n const { transformPerspective, rotate, pathRotation, rotateX, rotateY, skewX, skewY, } = latestTransform;\n if (transformPerspective)\n transform = `perspective(${transformPerspective}px) ${transform}`;\n if (rotate)\n transform += `rotate(${rotate}deg) `;\n // Additive `rotate()` so user `rotate` isn't clobbered.\n if (pathRotation)\n transform += `rotate(${pathRotation}deg) `;\n if (rotateX)\n transform += `rotateX(${rotateX}deg) `;\n if (rotateY)\n transform += `rotateY(${rotateY}deg) `;\n if (skewX)\n transform += `skewX(${skewX}deg) `;\n if (skewY)\n transform += `skewY(${skewY}deg) `;\n }\n /**\n * Apply scale to match the size of the element to the size we want it.\n * This will apply scale to the element-orientated axes.\n */\n const elementScaleX = delta.x.scale * treeScale.x;\n const elementScaleY = delta.y.scale * treeScale.y;\n if (elementScaleX !== 1 || elementScaleY !== 1) {\n transform += `scale(${elementScaleX}, ${elementScaleY})`;\n }\n return transform || \"none\";\n}\n\nexport { buildProjectionTransform };\n//# sourceMappingURL=transform.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"wEAAA,SAAS,EAAyB,EAAO,EAAW,EAAiB,CACjE,IAAI,EAAY,GAOV,EAAa,EAAM,EAAE,UAAY,EAAU,EAC3C,EAAa,EAAM,EAAE,UAAY,EAAU,EAC3C,EAAa,GAAiB,GAAK,EAWzC,IAVI,GAAc,GAAc,KAC5B,EAAY,eAAe,EAAW,MAAM,EAAW,MAAM,EAAW,QAMxE,EAAU,IAAM,GAAK,EAAU,IAAM,KACrC,GAAa,SAAS,EAAI,EAAU,EAAE,IAAI,EAAI,EAAU,EAAE,KAE1D,EAAiB,CACjB,GAAM,CAAE,uBAAsB,SAAQ,eAAc,UAAS,UAAS,QAAO,SAAW,EACpF,IACA,EAAY,eAAe,EAAqB,MAAM,KACtD,IACA,GAAa,UAAU,EAAO,QAE9B,IACA,GAAa,UAAU,EAAa,QACpC,IACA,GAAa,WAAW,EAAQ,QAChC,IACA,GAAa,WAAW,EAAQ,QAChC,IACA,GAAa,SAAS,EAAM,QAC5B,IACA,GAAa,SAAS,EAAM,OACpC,CAKA,IAAM,EAAgB,EAAM,EAAE,MAAQ,EAAU,EAC1C,EAAgB,EAAM,EAAE,MAAQ,EAAU,EAIhD,OAHI,IAAkB,GAAK,IAAkB,KACzC,GAAa,SAAS,EAAc,IAAI,EAAc,IAEnD,GAAa,MACxB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.mjs
|
|
2
|
+
function e(e, t, n) {
|
|
3
|
+
let r = "", i = e.x.translate / t.x, a = e.y.translate / t.y, o = n?.z || 0;
|
|
4
|
+
if ((i || a || o) && (r = `translate3d(${i}px, ${a}px, ${o}px) `), (t.x !== 1 || t.y !== 1) && (r += `scale(${1 / t.x}, ${1 / t.y}) `), n) {
|
|
5
|
+
let { transformPerspective: e, rotate: t, pathRotation: i, rotateX: a, rotateY: o, skewX: s, skewY: c } = n;
|
|
6
|
+
e && (r = `perspective(${e}px) ${r}`), t && (r += `rotate(${t}deg) `), i && (r += `rotate(${i}deg) `), a && (r += `rotateX(${a}deg) `), o && (r += `rotateY(${o}deg) `), s && (r += `skewX(${s}deg) `), c && (r += `skewY(${c}deg) `);
|
|
7
|
+
}
|
|
8
|
+
let s = e.x.scale * t.x, c = e.y.scale * t.y;
|
|
9
|
+
return (s !== 1 || c !== 1) && (r += `scale(${s}, ${c})`), r || "none";
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { e as buildProjectionTransform };
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=transform.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transform.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.mjs"],"sourcesContent":["function buildProjectionTransform(delta, treeScale, latestTransform) {\n let transform = \"\";\n /**\n * The translations we use to calculate are always relative to the viewport coordinate space.\n * But when we apply scales, we also scale the coordinate space of an element and its children.\n * For instance if we have a treeScale (the culmination of all parent scales) of 0.5 and we need\n * to move an element 100 pixels, we actually need to move it 200 in within that scaled space.\n */\n const xTranslate = delta.x.translate / treeScale.x;\n const yTranslate = delta.y.translate / treeScale.y;\n const zTranslate = latestTransform?.z || 0;\n if (xTranslate || yTranslate || zTranslate) {\n transform = `translate3d(${xTranslate}px, ${yTranslate}px, ${zTranslate}px) `;\n }\n /**\n * Apply scale correction for the tree transform.\n * This will apply scale to the screen-orientated axes.\n */\n if (treeScale.x !== 1 || treeScale.y !== 1) {\n transform += `scale(${1 / treeScale.x}, ${1 / treeScale.y}) `;\n }\n if (latestTransform) {\n const { transformPerspective, rotate, pathRotation, rotateX, rotateY, skewX, skewY, } = latestTransform;\n if (transformPerspective)\n transform = `perspective(${transformPerspective}px) ${transform}`;\n if (rotate)\n transform += `rotate(${rotate}deg) `;\n // Additive `rotate()` so user `rotate` isn't clobbered.\n if (pathRotation)\n transform += `rotate(${pathRotation}deg) `;\n if (rotateX)\n transform += `rotateX(${rotateX}deg) `;\n if (rotateY)\n transform += `rotateY(${rotateY}deg) `;\n if (skewX)\n transform += `skewX(${skewX}deg) `;\n if (skewY)\n transform += `skewY(${skewY}deg) `;\n }\n /**\n * Apply scale to match the size of the element to the size we want it.\n * This will apply scale to the element-orientated axes.\n */\n const elementScaleX = delta.x.scale * treeScale.x;\n const elementScaleY = delta.y.scale * treeScale.y;\n if (elementScaleX !== 1 || elementScaleY !== 1) {\n transform += `scale(${elementScaleX}, ${elementScaleY})`;\n }\n return transform || \"none\";\n}\n\nexport { buildProjectionTransform };\n//# sourceMappingURL=transform.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";AAAA,SAAS,EAAyB,GAAO,GAAW,GAAiB;CACjE,IAAI,IAAY,IAOV,IAAa,EAAM,EAAE,YAAY,EAAU,GAC3C,IAAa,EAAM,EAAE,YAAY,EAAU,GAC3C,IAAa,GAAiB,KAAK;CAWzC,KAVI,KAAc,KAAc,OAC5B,IAAY,eAAe,EAAW,MAAM,EAAW,MAAM,EAAW,SAMxE,EAAU,MAAM,KAAK,EAAU,MAAM,OACrC,KAAa,SAAS,IAAI,EAAU,EAAE,IAAI,IAAI,EAAU,EAAE,MAE1D,GAAiB;EACjB,IAAM,EAAE,yBAAsB,WAAQ,iBAAc,YAAS,YAAS,UAAO,aAAW;EAcxF,AAbI,MACA,IAAY,eAAe,EAAqB,MAAM,MACtD,MACA,KAAa,UAAU,EAAO,SAE9B,MACA,KAAa,UAAU,EAAa,SACpC,MACA,KAAa,WAAW,EAAQ,SAChC,MACA,KAAa,WAAW,EAAQ,SAChC,MACA,KAAa,SAAS,EAAM,SAC5B,MACA,KAAa,SAAS,EAAM;CACpC;CAKA,IAAM,IAAgB,EAAM,EAAE,QAAQ,EAAU,GAC1C,IAAgB,EAAM,EAAE,QAAQ,EAAU;CAIhD,QAHI,MAAkB,KAAK,MAAkB,OACzC,KAAa,SAAS,EAAc,IAAI,EAAc,KAEnD,KAAa;AACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compare-by-depth.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.mjs"],"sourcesContent":["const compareByDepth = (a, b) => a.depth - b.depth;\n\nexport { compareByDepth };\n//# sourceMappingURL=compare-by-depth.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"wEAAA,IAAM,GAAkB,EAAG,IAAM,EAAE,MAAQ,EAAE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compare-by-depth.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.mjs"],"sourcesContent":["const compareByDepth = (a, b) => a.depth - b.depth;\n\nexport { compareByDepth };\n//# sourceMappingURL=compare-by-depth.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";AAAA,IAAM,KAAkB,GAAG,MAAM,EAAE,QAAQ,EAAE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"each-axis.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.mjs"],"sourcesContent":["function eachAxis(callback) {\n return [callback(\"x\"), callback(\"y\")];\n}\n\nexport { eachAxis };\n//# sourceMappingURL=each-axis.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"wEAAA,SAAS,EAAS,EAAU,CACxB,MAAO,CAAC,EAAS,GAAG,EAAG,EAAS,GAAG,CAAC,CACxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"each-axis.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.mjs"],"sourcesContent":["function eachAxis(callback) {\n return [callback(\"x\"), callback(\"y\")];\n}\n\nexport { eachAxis };\n//# sourceMappingURL=each-axis.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";AAAA,SAAS,EAAS,GAAU;CACxB,OAAO,CAAC,EAAS,GAAG,GAAG,EAAS,GAAG,CAAC;AACxC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.cjs.js"),t=require("./compare-by-depth.cjs.js");var n=class{constructor(){this.children=[],this.isDirty=!1}add(t){e.addUniqueItem(this.children,t),this.isDirty=!0}remove(t){e.removeItem(this.children,t),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(t.compareByDepth),this.isDirty=!1,this.children.forEach(e)}};exports.FlatTree=n;
|
|
2
|
+
//# sourceMappingURL=flat-tree.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flat-tree.cjs.js","names":["compareByDepth"],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.mjs"],"sourcesContent":["import { addUniqueItem, removeItem } from 'motion-utils';\nimport { compareByDepth } from './compare-by-depth.mjs';\n\nclass FlatTree {\n constructor() {\n this.children = [];\n this.isDirty = false;\n }\n add(child) {\n addUniqueItem(this.children, child);\n this.isDirty = true;\n }\n remove(child) {\n removeItem(this.children, child);\n this.isDirty = true;\n }\n forEach(callback) {\n this.isDirty && this.children.sort(compareByDepth);\n this.isDirty = false;\n this.children.forEach(callback);\n }\n}\n\nexport { FlatTree };\n//# sourceMappingURL=flat-tree.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"2NAGA,IAAM,EAAN,KAAe,CACX,aAAc,CACV,KAAK,SAAW,CAAC,EACjB,KAAK,QAAU,EACnB,CACA,IAAI,EAAO,CACP,EAAA,cAAc,KAAK,SAAU,CAAK,EAClC,KAAK,QAAU,EACnB,CACA,OAAO,EAAO,CACV,EAAA,WAAW,KAAK,SAAU,CAAK,EAC/B,KAAK,QAAU,EACnB,CACA,QAAQ,EAAU,CACd,KAAK,SAAW,KAAK,SAAS,KAAKA,EAAAA,cAAc,EACjD,KAAK,QAAU,GACf,KAAK,SAAS,QAAQ,CAAQ,CAClC,CACJ"}
|