motion-v 1.2.1 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +47 -53
- package/dist/es/animation/hooks/animation-controls.mjs +1 -1
- package/dist/es/animation/hooks/use-animate.mjs +1 -1
- package/dist/es/animation/types.d.ts +2 -2
- package/dist/es/components/animate-presence/AnimatePresence.d.ts +1 -1
- package/dist/es/components/animate-presence/AnimatePresence.vue.mjs +3 -10
- package/dist/es/components/{presence.d.ts → animate-presence/presence.d.ts} +2 -0
- package/dist/es/components/animate-presence/presence.mjs +33 -0
- package/dist/es/components/animate-presence/use-pop-layout.mjs +1 -1
- package/dist/es/components/motion/index.d.ts +172 -172
- package/dist/es/components/motion/m.d.ts +172 -172
- package/dist/es/components/motion/types.d.ts +1 -3
- package/dist/es/components/motion/use-motion-state.d.ts +740 -739
- package/dist/es/components/motion/use-motion-state.mjs +2 -2
- package/dist/es/components/motion/utils.d.ts +1 -1
- package/dist/es/components/motion-config/MotionConfig.d.ts +13 -5
- package/dist/es/components/motion-config/MotionConfig.vue.mjs +11 -2
- package/dist/es/components/motion-config/context.mjs +1 -1
- package/dist/es/components/motion-config/types.d.ts +5 -1
- package/dist/es/components/reorder/Group.vue.mjs +0 -3
- package/dist/es/components/reorder/Item.vue.mjs +0 -3
- package/dist/es/components/reorder/index.d.ts +2952 -2968
- package/dist/es/components/reorder/utils.d.ts +1 -1
- package/dist/es/components/reorder/utils.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/sequence.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/single-value.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/subject.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +9 -9
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +6 -6
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/create.mjs +10 -10
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +2 -0
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/stagger.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +5 -5
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +13 -13
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/shared/stack.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/VisualElement.mjs +13 -13
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/attach-function.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/path.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/setters.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/delay.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/value/use-will-change/is.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/JSAnimation.mjs +4 -4
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/NativeAnimation.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/keyframes.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/spring/find.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/spring/index.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/velocity.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/can-animate.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/batcher.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/frame.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/sync-time.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/interpolate.mjs +6 -6
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/is-html-element.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/is-svg-element.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/color.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/complex.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/memo.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/index.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/index.mjs +5 -0
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/rgba.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/complex/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/numbers/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/queue.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/start.mjs +1 -1
- package/dist/es/features/animation/animation.d.ts +5 -2
- package/dist/es/features/animation/animation.mjs +8 -5
- package/dist/es/features/animation/types.d.ts +2 -2
- package/dist/es/features/gestures/drag/VisualElementDragControls.mjs +4 -4
- package/dist/es/features/gestures/drag/index.mjs +1 -1
- package/dist/es/features/gestures/drag/types.d.ts +3 -2
- package/dist/es/features/gestures/drag/utils/constraints.mjs +3 -3
- package/dist/es/features/gestures/focus/index.mjs +1 -1
- package/dist/es/features/gestures/focus/types.d.ts +4 -3
- package/dist/es/features/gestures/hover/index.mjs +2 -2
- package/dist/es/features/gestures/hover/types.d.ts +4 -3
- package/dist/es/features/gestures/in-view/index.mjs +4 -3
- package/dist/es/features/gestures/in-view/types.d.ts +4 -3
- package/dist/es/features/gestures/pan/PanSession.mjs +4 -4
- package/dist/es/features/gestures/pan/index.mjs +2 -2
- package/dist/es/features/gestures/press/index.mjs +2 -2
- package/dist/es/features/gestures/press/types.d.ts +4 -3
- package/dist/es/features/layout/config.mjs +2 -2
- package/dist/es/features/layout/layout.mjs +2 -2
- package/dist/es/features/layout/projection.mjs +3 -3
- package/dist/es/index.mjs +132 -132
- package/dist/es/state/create-visual-element.mjs +2 -2
- package/dist/es/state/event.d.ts +3 -3
- package/dist/es/state/motion-state.d.ts +1 -1
- package/dist/es/state/motion-state.mjs +9 -11
- package/dist/es/state/style.mjs +2 -2
- package/dist/es/state/utils/is-present.mjs +1 -1
- package/dist/es/state/utils/is-variant-labels.d.ts +1 -1
- package/dist/es/state/utils.d.ts +2 -3
- package/dist/es/state/utils.mjs +0 -24
- package/dist/es/types/framer-motion.d.ts +2 -9
- package/dist/es/types/state.d.ts +8 -14
- package/dist/es/utils/use-animation-frame.mjs +1 -1
- package/dist/es/utils/use-in-view.mjs +1 -1
- package/dist/es/value/use-combine-values.mjs +2 -2
- package/dist/es/value/use-computed.mjs +1 -1
- package/dist/es/value/use-motion-template.mjs +1 -1
- package/dist/es/value/use-scroll.d.ts +4 -4
- package/dist/es/value/use-scroll.mjs +2 -2
- package/dist/es/value/use-spring.mjs +4 -4
- package/dist/es/value/use-time.d.ts +1 -1
- package/dist/es/value/use-time.mjs +1 -1
- package/dist/es/value/use-transform.mjs +1 -1
- package/dist/es/value/use-velocity.mjs +2 -2
- package/dist/es/value/use-will-change/is.mjs +1 -1
- package/package.json +4 -3
- package/dist/es/components/presence.mjs +0 -16
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/store.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/GroupAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/drivers/frame.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/inertia.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/spring/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/active-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/is-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/px-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/MotionValueState.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/attr/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/prop/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/style/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/style/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/svg/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/utils/create-dom-effect.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/utils/create-effect.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/index-legacy.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/microtask.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/order.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/render-step.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/hover.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/parse-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/style-computed.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/style-set.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/utils/keys-position.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/utils/keys-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/resize/handle-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/resize/handle-window.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/resize/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/scroll/observe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/stats/animation-count.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/stats/buffer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/stats/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/immediate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/visibility.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/resolve-elements.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/map-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/spring-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/subscribe-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/transform-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/auto.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/hex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/hsla.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/complex/filter.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/dimensions.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/int.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/maps/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/maps/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/maps/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/numbers/units.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/test.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/find.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/float-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/is-nullish.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/sanitize.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/single-color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/utils/is-motion-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/choose-layer-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/css.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/get-layer-name.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/get-view-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/has-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/clamp.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/anticipate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/back.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/circ.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/ease.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/modifiers/mirror.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/modifiers/reverse.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/steps.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/map.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/errors.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/global-config.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/is-numerical-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/is-object.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/is-zero-value-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/memo.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/noop.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/pipe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/progress.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/subscription-manager.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/time-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/velocity-per-second.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/warn-once.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/wrap.mjs +0 -0
|
@@ -11,13 +11,13 @@ import { eachAxis } from "../../../projection/utils/each-axis.mjs";
|
|
|
11
11
|
import { addValueToWillChange } from "../../../value/use-will-change/add-will-change.mjs";
|
|
12
12
|
import { measurePageBox } from "../../../projection/utils/measure.mjs";
|
|
13
13
|
import { convertBoxToBoundingBox, convertBoundingBoxToBox } from "../../../projection/conversion.mjs";
|
|
14
|
-
import { animateMotionValue } from "../../../external/.pnpm/framer-motion@12.
|
|
14
|
+
import { animateMotionValue } from "../../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs";
|
|
15
15
|
import { invariant } from "hey-listen";
|
|
16
16
|
import { isPresent } from "../../../state/utils/is-present.mjs";
|
|
17
17
|
import { getContextWindow } from "../../../utils/get-context-window.mjs";
|
|
18
|
-
import { percent } from "../../../external/.pnpm/motion-dom@12.
|
|
19
|
-
import { frame } from "../../../external/.pnpm/motion-dom@12.
|
|
20
|
-
import { mixNumber } from "../../../external/.pnpm/motion-dom@12.
|
|
18
|
+
import { percent } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
19
|
+
import { frame } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
20
|
+
import { mixNumber } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
21
21
|
const elementDragControls = /* @__PURE__ */ new WeakMap();
|
|
22
22
|
class VisualElementDragControls {
|
|
23
23
|
constructor(visualElement) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Feature } from "../../feature.mjs";
|
|
2
2
|
import { VisualElementDragControls } from "./VisualElementDragControls.mjs";
|
|
3
|
-
import { noop } from "../../../external/.pnpm/motion-utils@12.
|
|
3
|
+
import { noop } from "../../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
4
4
|
class DragGesture extends Feature {
|
|
5
5
|
constructor(state) {
|
|
6
6
|
super(state);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DragControls } from './use-drag-controls';
|
|
2
|
-
import {
|
|
2
|
+
import { VariantType } from '../../../types';
|
|
3
3
|
import { Axis, BoundingBox, DragElastic, InertiaOptions, PanInfo } from 'framer-motion';
|
|
4
|
+
import { VariantLabels } from 'motion-dom';
|
|
4
5
|
export interface ResolvedConstraints {
|
|
5
6
|
x: Partial<Axis>;
|
|
6
7
|
y: Partial<Axis>;
|
|
@@ -221,5 +222,5 @@ export interface DragProps extends DragHandlers {
|
|
|
221
222
|
* ```
|
|
222
223
|
*/
|
|
223
224
|
dragControls?: DragControls;
|
|
224
|
-
whileDrag?: VariantLabels |
|
|
225
|
+
whileDrag?: VariantLabels | VariantType;
|
|
225
226
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { calcLength } from "../../../../projection/geometry/delta-calc.mjs";
|
|
2
|
-
import { mixNumber } from "../../../../external/.pnpm/motion-dom@12.
|
|
3
|
-
import { progress } from "../../../../external/.pnpm/motion-utils@12.
|
|
4
|
-
import { clamp } from "../../../../external/.pnpm/motion-utils@12.
|
|
2
|
+
import { mixNumber } from "../../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
3
|
+
import { progress } from "../../../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/progress.mjs";
|
|
4
|
+
import { clamp } from "../../../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
5
5
|
function applyConstraints(point, { min, max }, elastic) {
|
|
6
6
|
if (min !== void 0 && point < min) {
|
|
7
7
|
point = elastic ? mixNumber(min, point, elastic.min) : Math.max(point, min);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { addDomEvent } from "../../../events/add-dom-event.mjs";
|
|
2
2
|
import { Feature } from "../../feature.mjs";
|
|
3
|
-
import { pipe } from "../../../external/.pnpm/motion-utils@12.
|
|
3
|
+
import { pipe } from "../../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/pipe.mjs";
|
|
4
4
|
class FocusGesture extends Feature {
|
|
5
5
|
constructor() {
|
|
6
6
|
super(...arguments);
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VariantType } from '../../../types';
|
|
2
|
+
import { VariantLabels } from 'motion-dom';
|
|
2
3
|
export type FocusProps = {
|
|
3
4
|
/**
|
|
4
5
|
* @deprecated Use `whileFocus` instead.
|
|
5
6
|
*/
|
|
6
|
-
focus?: VariantLabels |
|
|
7
|
+
focus?: VariantLabels | VariantType;
|
|
7
8
|
/**
|
|
8
9
|
* Variant to apply when the element is focused.
|
|
9
10
|
*/
|
|
10
|
-
whileFocus?: VariantLabels |
|
|
11
|
+
whileFocus?: VariantLabels | VariantType;
|
|
11
12
|
onFocus?: (e: FocusEvent) => void;
|
|
12
13
|
onBlur?: (e: FocusEvent) => void;
|
|
13
14
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Feature } from "../../feature.mjs";
|
|
2
|
-
import { hover } from "../../../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { hover } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/gestures/hover.mjs";
|
|
3
3
|
import { extractEventInfo } from "../press/index.mjs";
|
|
4
|
-
import { frame } from "../../../external/.pnpm/motion-dom@12.
|
|
4
|
+
import { frame } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
5
5
|
function handleHoverEvent(state, event, lifecycle) {
|
|
6
6
|
const props = state.options;
|
|
7
7
|
if (props.whileHover) {
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VariantType } from '../../../types';
|
|
2
2
|
import { EventInfo } from 'framer-motion';
|
|
3
|
+
import { VariantLabels } from 'motion-dom';
|
|
3
4
|
export type HoverEvent = (event: MouseEvent, info: EventInfo) => void;
|
|
4
5
|
export interface HoverProps {
|
|
5
6
|
/**
|
|
6
7
|
* @deprecated Use `whileHover` instead.
|
|
7
8
|
*/
|
|
8
|
-
hover?: VariantLabels |
|
|
9
|
+
hover?: VariantLabels | VariantType;
|
|
9
10
|
/**
|
|
10
11
|
* Variant to apply when the element is hovered.
|
|
11
12
|
*/
|
|
12
|
-
whileHover?: VariantLabels |
|
|
13
|
+
whileHover?: VariantLabels | VariantType;
|
|
13
14
|
onHoverStart?: HoverEvent;
|
|
14
15
|
onHoverEnd?: HoverEvent;
|
|
15
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Feature } from "../../feature.mjs";
|
|
2
|
-
import { inView } from "../../../external/.pnpm/framer-motion@12.
|
|
3
|
-
import { frame } from "../../../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { inView } from "../../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/render/dom/viewport/index.mjs";
|
|
3
|
+
import { frame } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
4
4
|
function handleHoverEvent(state, entry, lifecycle) {
|
|
5
5
|
const props = state.options;
|
|
6
6
|
if (props.whileInView) {
|
|
@@ -14,7 +14,8 @@ function handleHoverEvent(state, entry, lifecycle) {
|
|
|
14
14
|
}
|
|
15
15
|
class InViewGesture extends Feature {
|
|
16
16
|
isActive() {
|
|
17
|
-
|
|
17
|
+
const { whileInView, onViewportEnter, onViewportLeave } = this.state.options;
|
|
18
|
+
return Boolean(whileInView || onViewportEnter || onViewportLeave);
|
|
18
19
|
}
|
|
19
20
|
constructor(state) {
|
|
20
21
|
super(state);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VariantType } from '../../../types';
|
|
2
|
+
import { VariantLabels } from 'motion-dom';
|
|
2
3
|
type MarginValue = `${number}${'px' | '%'}`;
|
|
3
4
|
type MarginType = MarginValue | `${MarginValue} ${MarginValue}` | `${MarginValue} ${MarginValue} ${MarginValue}` | `${MarginValue} ${MarginValue} ${MarginValue} ${MarginValue}`;
|
|
4
5
|
export interface InViewOptions {
|
|
@@ -14,11 +15,11 @@ export interface InViewProps {
|
|
|
14
15
|
/**
|
|
15
16
|
* @deprecated Use `whileInView` instead.
|
|
16
17
|
*/
|
|
17
|
-
inView?: VariantLabels |
|
|
18
|
+
inView?: VariantLabels | VariantType;
|
|
18
19
|
/**
|
|
19
20
|
* Variant to apply when the element is in view.
|
|
20
21
|
*/
|
|
21
|
-
whileInView?: VariantLabels |
|
|
22
|
+
whileInView?: VariantLabels | VariantType;
|
|
22
23
|
onViewportEnter?: ViewportEventHandler;
|
|
23
24
|
onViewportLeave?: ViewportEventHandler;
|
|
24
25
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { addPointerEvent } from "../../../events/add-pointer-event.mjs";
|
|
2
2
|
import { extractEventInfo } from "../../../events/event-info.mjs";
|
|
3
|
-
import { distance2D } from "../../../external/.pnpm/framer-motion@12.
|
|
4
|
-
import { pipe } from "../../../external/.pnpm/motion-utils@12.
|
|
5
|
-
import { secondsToMilliseconds, millisecondsToSeconds } from "../../../external/.pnpm/motion-utils@12.
|
|
6
|
-
import { frame, cancelFrame, frameData } from "../../../external/.pnpm/motion-dom@12.
|
|
3
|
+
import { distance2D } from "../../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/utils/distance.mjs";
|
|
4
|
+
import { pipe } from "../../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/pipe.mjs";
|
|
5
|
+
import { secondsToMilliseconds, millisecondsToSeconds } from "../../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
6
|
+
import { frame, cancelFrame, frameData } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
7
7
|
import { isPrimaryPointer } from "../../../events/utils/is-primary-pointer.mjs";
|
|
8
8
|
class PanSession {
|
|
9
9
|
constructor(event, handlers, { transformPagePoint, contextWindow, dragSnapToOrigin = false } = {}) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PanSession } from "./PanSession.mjs";
|
|
2
2
|
import { addPointerEvent } from "../../../events/add-pointer-event.mjs";
|
|
3
3
|
import { Feature } from "../../feature.mjs";
|
|
4
|
-
import { noop } from "../../../external/.pnpm/motion-utils@12.
|
|
4
|
+
import { noop } from "../../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
5
5
|
import { getContextWindow } from "../../../utils/get-context-window.mjs";
|
|
6
|
-
import { frame } from "../../../external/.pnpm/motion-dom@12.
|
|
6
|
+
import { frame } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
7
7
|
function asyncHandler(handler) {
|
|
8
8
|
return (event, info) => {
|
|
9
9
|
if (handler) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Feature } from "../../feature.mjs";
|
|
2
|
-
import { press } from "../../../external/.pnpm/motion-dom@12.
|
|
3
|
-
import { frame } from "../../../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { press } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/gestures/press/index.mjs";
|
|
3
|
+
import { frame } from "../../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
4
4
|
function extractEventInfo(event) {
|
|
5
5
|
return {
|
|
6
6
|
point: {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VariantType } from '../../../types';
|
|
2
2
|
import { EventInfo } from 'framer-motion';
|
|
3
|
+
import { VariantLabels } from 'motion-dom';
|
|
3
4
|
export type PressEvent = (event: PointerEvent, info: EventInfo) => void;
|
|
4
5
|
export interface PressProps {
|
|
5
6
|
/**
|
|
@@ -9,11 +10,11 @@ export interface PressProps {
|
|
|
9
10
|
/**
|
|
10
11
|
* @deprecated Use `whilePress` instead.
|
|
11
12
|
*/
|
|
12
|
-
press?: VariantLabels |
|
|
13
|
+
press?: VariantLabels | VariantType;
|
|
13
14
|
/**
|
|
14
15
|
* Variant to apply when the element is pressed.
|
|
15
16
|
*/
|
|
16
|
-
whilePress?: VariantLabels |
|
|
17
|
+
whilePress?: VariantLabels | VariantType;
|
|
17
18
|
onPressStart?: PressEvent;
|
|
18
19
|
onPress?: PressEvent;
|
|
19
20
|
onPressCancel?: PressEvent;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { correctBorderRadius } from "../../external/.pnpm/framer-motion@12.
|
|
2
|
-
import { correctBoxShadow } from "../../external/.pnpm/framer-motion@12.
|
|
1
|
+
import { correctBorderRadius } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs";
|
|
2
|
+
import { correctBoxShadow } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs";
|
|
3
3
|
const defaultScaleCorrector = {
|
|
4
4
|
borderRadius: {
|
|
5
5
|
...correctBorderRadius,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Feature } from "../feature.mjs";
|
|
2
|
-
import { addScaleCorrector } from "../../external/.pnpm/framer-motion@12.
|
|
2
|
+
import { addScaleCorrector } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/projection/styles/scale-correction.mjs";
|
|
3
3
|
import { defaultScaleCorrector } from "./config.mjs";
|
|
4
|
-
import { globalProjectionState } from "../../external/.pnpm/framer-motion@12.
|
|
4
|
+
import { globalProjectionState } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/projection/node/state.mjs";
|
|
5
5
|
class LayoutFeature extends Feature {
|
|
6
6
|
constructor(state) {
|
|
7
7
|
super(state);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Feature } from "../feature.mjs";
|
|
2
|
-
import { HTMLProjectionNode } from "../../external/.pnpm/framer-motion@12.
|
|
2
|
+
import { HTMLProjectionNode } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs";
|
|
3
3
|
import { getClosestProjectingNode } from "./utils.mjs";
|
|
4
|
-
import { addScaleCorrector } from "../../external/.pnpm/framer-motion@12.
|
|
4
|
+
import { addScaleCorrector } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/projection/styles/scale-correction.mjs";
|
|
5
5
|
import { defaultScaleCorrector } from "./config.mjs";
|
|
6
6
|
import { isHTMLElement } from "../gestures/drag/utils/is.mjs";
|
|
7
|
-
import { doneCallbacks } from "../../components/presence.mjs";
|
|
7
|
+
import { doneCallbacks } from "../../components/animate-presence/presence.mjs";
|
|
8
8
|
class ProjectionFeature extends Feature {
|
|
9
9
|
constructor(state) {
|
|
10
10
|
super(state);
|