motion-v 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +37 -18
- 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/use-motion-state.d.ts +714 -712
- package/dist/es/components/motion/use-motion-state.mjs +2 -2
- package/dist/es/components/reorder/index.d.ts +2836 -2840
- 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 +4 -4
- 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 +6 -4
- 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 -2
- 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.d.ts +1 -0
- package/dist/es/value/use-combine-values.mjs +4 -3
- package/dist/es/value/use-computed.mjs +5 -5
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isForcedMotionValue } from "../../../motion/utils/is-forced-motion-value.mjs";
|
|
2
|
-
import { isMotionValue } from "../../../../../../../../motion-dom@12.
|
|
2
|
+
import { isMotionValue } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
3
3
|
function scrapeMotionValuesFromProps(props, prevProps, visualElement) {
|
|
4
4
|
var _a;
|
|
5
5
|
const { style } = props;
|
|
@@ -6,8 +6,8 @@ import { camelCaseAttributes } from "./utils/camel-case-attrs.mjs";
|
|
|
6
6
|
import { isSVGTag } from "./utils/is-svg-tag.mjs";
|
|
7
7
|
import { renderSVG } from "./utils/render.mjs";
|
|
8
8
|
import { scrapeMotionValuesFromProps } from "./utils/scrape-motion-values.mjs";
|
|
9
|
-
import { transformProps } from "../../../../../../../motion-dom@12.
|
|
10
|
-
import { getDefaultValueType } from "../../../../../../../motion-dom@12.
|
|
9
|
+
import { transformProps } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
10
|
+
import { getDefaultValueType } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/maps/defaults.mjs";
|
|
11
11
|
class SVGVisualElement extends DOMVisualElement {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { px } from "../../../../../../../../motion-dom@12.
|
|
1
|
+
import { px } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
2
2
|
const dashKeys = {
|
|
3
3
|
offset: "stroke-dashoffset",
|
|
4
4
|
array: "stroke-dasharray"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { scrapeMotionValuesFromProps as scrapeMotionValuesFromProps$1 } from "../../html/utils/scrape-motion-values.mjs";
|
|
2
|
-
import { isMotionValue } from "../../../../../../../../motion-dom@12.
|
|
3
|
-
import { transformPropOrder } from "../../../../../../../../motion-dom@12.
|
|
2
|
+
import { isMotionValue } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
3
|
+
import { transformPropOrder } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
4
4
|
function scrapeMotionValuesFromProps(props, prevProps, visualElement) {
|
|
5
5
|
const newValues = scrapeMotionValuesFromProps$1(props, prevProps, visualElement);
|
|
6
6
|
for (const key in props) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { compareByDepth } from "./compare-by-depth.mjs";
|
|
2
|
-
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/array.mjs";
|
|
3
3
|
class FlatTree {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.children = [];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
2
|
-
import { motionValue } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
2
|
+
import { motionValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/index.mjs";
|
|
3
3
|
function updateMotionValuesFromProps(element, next, prev) {
|
|
4
4
|
for (const key in next) {
|
|
5
5
|
const nextValue = next[key];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isKeyframesTarget } from "../../animation/utils/is-keyframes-target.mjs";
|
|
2
2
|
import { resolveVariant } from "./resolve-dynamic-variants.mjs";
|
|
3
|
-
import { motionValue } from "../../../../../../../motion-dom@12.
|
|
3
|
+
import { motionValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/index.mjs";
|
|
4
4
|
function setMotionValue(visualElement, key, value) {
|
|
5
5
|
if (visualElement.hasValue(key)) {
|
|
6
6
|
visualElement.getValue(key).set(value);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { time } from "../../../../../../motion-dom@12.
|
|
2
|
-
import { frame, cancelFrame } from "../../../../../../motion-dom@12.
|
|
3
|
-
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
1
|
+
import { time } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
2
|
+
import { frame, cancelFrame } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
3
|
+
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
4
4
|
function delay(callback, timeout) {
|
|
5
5
|
const start = time.now();
|
|
6
6
|
const checkElapsed = ({ timestamp }) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isWillChangeMotionValue } from "./is.mjs";
|
|
2
|
-
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/global-config.mjs";
|
|
3
3
|
function addValueToWillChange(visualElement, key) {
|
|
4
4
|
const willChange = visualElement.getValue("willChange");
|
|
5
5
|
if (isWillChangeMotionValue(willChange)) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
2
2
|
function isWillChangeMotionValue(value) {
|
|
3
3
|
return Boolean(isMotionValue(value) && value.add);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
2
2
|
function resolveMotionValue(value) {
|
|
3
3
|
return isMotionValue(value) ? value.get() : value;
|
|
4
4
|
}
|
|
@@ -6,8 +6,8 @@ import { NativeAnimationExtended } from "./NativeAnimationExtended.mjs";
|
|
|
6
6
|
import { canAnimate } from "./utils/can-animate.mjs";
|
|
7
7
|
import { WithPromise } from "./utils/WithPromise.mjs";
|
|
8
8
|
import { supportsBrowserAnimation } from "./waapi/supports/waapi.mjs";
|
|
9
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
10
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
9
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/global-config.mjs";
|
|
10
|
+
import { noop } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
11
11
|
const MAX_RESOLVE_DELAY = 40;
|
|
12
12
|
class AsyncMotionValueAnimation extends WithPromise {
|
|
13
13
|
constructor({ autoplay = true, delay = 0, type = "keyframes", repeat = 0, repeatDelay = 0, repeatType = "loop", keyframes, name, motionValue, element, ...options }) {
|
|
@@ -8,10 +8,10 @@ import { calcGeneratorDuration } from "./generators/utils/calc-duration.mjs";
|
|
|
8
8
|
import { getFinalKeyframe } from "./keyframes/get-final.mjs";
|
|
9
9
|
import { replaceTransitionType } from "./utils/replace-transition-type.mjs";
|
|
10
10
|
import { WithPromise } from "./utils/WithPromise.mjs";
|
|
11
|
-
import { invariant } from "../../../../../../motion-utils@12.
|
|
12
|
-
import { pipe } from "../../../../../../motion-utils@12.
|
|
13
|
-
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
14
|
-
import { clamp } from "../../../../../../motion-utils@12.
|
|
11
|
+
import { invariant } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
12
|
+
import { pipe } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/pipe.mjs";
|
|
13
|
+
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
14
|
+
import { clamp } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
15
15
|
const percentToProgress = (percent) => percent / 100;
|
|
16
16
|
class JSAnimation extends WithPromise {
|
|
17
17
|
constructor(options) {
|
|
@@ -4,9 +4,9 @@ import { getFinalKeyframe } from "./keyframes/get-final.mjs";
|
|
|
4
4
|
import { WithPromise } from "./utils/WithPromise.mjs";
|
|
5
5
|
import { startWaapiAnimation } from "./waapi/start-waapi-animation.mjs";
|
|
6
6
|
import { applyGeneratorOptions } from "./waapi/utils/apply-generator.mjs";
|
|
7
|
-
import { invariant } from "../../../../../../motion-utils@12.
|
|
8
|
-
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
9
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
7
|
+
import { invariant } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
8
|
+
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
9
|
+
import { noop } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
10
10
|
class NativeAnimation extends WithPromise {
|
|
11
11
|
constructor(options) {
|
|
12
12
|
super();
|
|
@@ -2,7 +2,7 @@ import { JSAnimation } from "./JSAnimation.mjs";
|
|
|
2
2
|
import { NativeAnimation } from "./NativeAnimation.mjs";
|
|
3
3
|
import { replaceTransitionType } from "./utils/replace-transition-type.mjs";
|
|
4
4
|
import { replaceStringEasing } from "./waapi/utils/unsupported-easing.mjs";
|
|
5
|
-
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
5
|
+
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
6
6
|
const sampleDelta = 10;
|
|
7
7
|
class NativeAnimationExtended extends NativeAnimation {
|
|
8
8
|
constructor(options) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { interpolate } from "../../utils/interpolate.mjs";
|
|
2
2
|
import { defaultOffset } from "../keyframes/offsets/default.mjs";
|
|
3
3
|
import { convertOffsetToTimes } from "../keyframes/offsets/time.mjs";
|
|
4
|
-
import { easeInOut } from "../../../../../../../motion-utils@12.
|
|
5
|
-
import { isEasingArray } from "../../../../../../../motion-utils@12.
|
|
6
|
-
import { easingDefinitionToFunction } from "../../../../../../../motion-utils@12.
|
|
4
|
+
import { easeInOut } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/ease.mjs";
|
|
5
|
+
import { isEasingArray } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs";
|
|
6
|
+
import { easingDefinitionToFunction } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/utils/map.mjs";
|
|
7
7
|
function defaultEasing(values, easing) {
|
|
8
8
|
return values.map(() => easing || easeInOut).splice(0, values.length - 1);
|
|
9
9
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { springDefaults } from "./defaults.mjs";
|
|
2
|
-
import { warning } from "../../../../../../../../motion-utils@12.
|
|
3
|
-
import { secondsToMilliseconds, millisecondsToSeconds } from "../../../../../../../../motion-utils@12.
|
|
4
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
2
|
+
import { warning } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { secondsToMilliseconds, millisecondsToSeconds } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
4
|
+
import { clamp } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
5
5
|
const safeMin = 1e-3;
|
|
6
6
|
function findSpring({ duration = springDefaults.duration, bounce = springDefaults.bounce, velocity = springDefaults.velocity, mass = springDefaults.mass }) {
|
|
7
7
|
let envelope;
|
|
@@ -4,8 +4,8 @@ import { createGeneratorEasing } from "../utils/create-generator-easing.mjs";
|
|
|
4
4
|
import { calcGeneratorVelocity } from "../utils/velocity.mjs";
|
|
5
5
|
import { springDefaults } from "./defaults.mjs";
|
|
6
6
|
import { findSpring, calcAngularFreq } from "./find.mjs";
|
|
7
|
-
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../../../motion-utils@12.
|
|
8
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
7
|
+
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
8
|
+
import { clamp } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
9
9
|
const durationKeys = ["duration", "bounce"];
|
|
10
10
|
const physicsKeys = ["stiffness", "damping", "mass"];
|
|
11
11
|
function isSpringType(options, keys) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { calcGeneratorDuration, maxGeneratorDuration } from "./calc-duration.mjs";
|
|
2
|
-
import { millisecondsToSeconds } from "../../../../../../../../motion-utils@12.
|
|
2
|
+
import { millisecondsToSeconds } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
3
3
|
function createGeneratorEasing(options, scale = 100, createGenerator) {
|
|
4
4
|
const generator = createGenerator({ ...options, keyframes: [0, scale] });
|
|
5
5
|
const duration = Math.min(calcGeneratorDuration(generator), maxGeneratorDuration);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/velocity-per-second.mjs";
|
|
2
2
|
const velocitySampleDuration = 5;
|
|
3
3
|
function calcGeneratorVelocity(resolveValue, t, current) {
|
|
4
4
|
const prevT = Math.max(t - velocitySampleDuration, 0);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { mixNumber } from "../../../utils/mix/number.mjs";
|
|
2
|
-
import { progress } from "../../../../../../../../motion-utils@12.
|
|
2
|
+
import { progress } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/progress.mjs";
|
|
3
3
|
function fillOffset(offset, remaining) {
|
|
4
4
|
const min = offset[offset.length - 1];
|
|
5
5
|
for (let i = 1; i <= remaining; i++) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isZeroValueString } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { isZeroValueString } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/is-zero-value-string.mjs";
|
|
2
2
|
function isNone(value) {
|
|
3
3
|
if (typeof value === "number") {
|
|
4
4
|
return value === 0;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isGenerator } from "../generators/utils/is-generator.mjs";
|
|
2
2
|
import { isAnimatable } from "./is-animatable.mjs";
|
|
3
|
-
import { warning } from "../../../../../../../motion-utils@12.
|
|
3
|
+
import { warning } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
4
4
|
function hasKeyframesChanged(keyframes) {
|
|
5
5
|
const current = keyframes[0];
|
|
6
6
|
if (keyframes.length === 1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isCSSVariableToken } from "./is-css-variable.mjs";
|
|
2
|
-
import { invariant } from "../../../../../../../motion-utils@12.
|
|
3
|
-
import { isNumericalString } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { invariant } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { isNumericalString } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/is-numerical-string.mjs";
|
|
4
4
|
const splitCSSVariableRegex = (
|
|
5
5
|
// eslint-disable-next-line redos-detector/no-unsafe-regex -- false positive, as it can match a lot of words
|
|
6
6
|
/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { supportsLinearEasing } from "../../../utils/supports/linear-easing.mjs";
|
|
2
2
|
import { supportedWaapiEasing } from "./supported.mjs";
|
|
3
|
-
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.
|
|
3
|
+
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs";
|
|
4
4
|
function isWaapiSupportedEasing(easing) {
|
|
5
5
|
return Boolean(typeof easing === "function" && supportsLinearEasing() || !easing || typeof easing === "string" && (easing in supportedWaapiEasing || supportsLinearEasing()) || isBezierDefinition(easing) || Array.isArray(easing) && easing.every(isWaapiSupportedEasing));
|
|
6
6
|
}
|
|
@@ -2,7 +2,7 @@ import { supportsLinearEasing } from "../../../utils/supports/linear-easing.mjs"
|
|
|
2
2
|
import { generateLinearEasing } from "../utils/linear.mjs";
|
|
3
3
|
import { cubicBezierAsString } from "./cubic-bezier.mjs";
|
|
4
4
|
import { supportedWaapiEasing } from "./supported.mjs";
|
|
5
|
-
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.
|
|
5
|
+
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs";
|
|
6
6
|
function mapEasingToNativeEasing(easing, duration) {
|
|
7
7
|
if (!easing) {
|
|
8
8
|
return void 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memo } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { memo } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/memo.mjs";
|
|
2
2
|
const supportsPartialKeyframes = /* @__PURE__ */ memo(() => {
|
|
3
3
|
try {
|
|
4
4
|
document.createElement("div").animate({ opacity: [1] });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isHTMLElement } from "../../../utils/is-html-element.mjs";
|
|
2
|
-
import { memo } from "../../../../../../../../motion-utils@12.
|
|
2
|
+
import { memo } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/memo.mjs";
|
|
3
3
|
const acceleratedValues = /* @__PURE__ */ new Set([
|
|
4
4
|
"opacity",
|
|
5
5
|
"clipPath",
|
|
@@ -2,7 +2,7 @@ const generateLinearEasing = (easing, duration, resolution = 10) => {
|
|
|
2
2
|
let points = "";
|
|
3
3
|
const numPoints = Math.max(Math.round(duration / resolution), 2);
|
|
4
4
|
for (let i = 0; i < numPoints; i++) {
|
|
5
|
-
points += easing(i / (numPoints - 1)) + ", ";
|
|
5
|
+
points += Math.round(easing(i / (numPoints - 1)) * 1e4) / 1e4 + ", ";
|
|
6
6
|
}
|
|
7
7
|
return `linear(${points.substring(0, points.length - 2)})`;
|
|
8
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { anticipate } from "../../../../../../../../motion-utils@12.
|
|
2
|
-
import { backInOut } from "../../../../../../../../motion-utils@12.
|
|
3
|
-
import { circInOut } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { anticipate } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/anticipate.mjs";
|
|
2
|
+
import { backInOut } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/back.mjs";
|
|
3
|
+
import { circInOut } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/circ.mjs";
|
|
4
4
|
const unsupportedEasingFunctions = {
|
|
5
5
|
anticipate,
|
|
6
6
|
backInOut,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { stepsOrder } from "./order.mjs";
|
|
2
2
|
import { createRenderStep } from "./render-step.mjs";
|
|
3
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
3
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/global-config.mjs";
|
|
4
4
|
const maxElapsed = 40;
|
|
5
5
|
function createRenderBatcher(scheduleNextBatch, allowKeepAlive) {
|
|
6
6
|
let runNextFrame = false;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createRenderBatcher } from "./batcher.mjs";
|
|
2
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { noop } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
3
3
|
const { schedule: frame, cancel: cancelFrame, state: frameData, steps: frameSteps } = /* @__PURE__ */ createRenderBatcher(typeof requestAnimationFrame !== "undefined" ? requestAnimationFrame : noop, true);
|
|
4
4
|
export {
|
|
5
5
|
cancelFrame,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { frameData } from "./frame.mjs";
|
|
2
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/global-config.mjs";
|
|
3
3
|
let now;
|
|
4
4
|
function clearTime() {
|
|
5
5
|
now = void 0;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { mix } from "./mix/index.mjs";
|
|
2
|
-
import { invariant } from "../../../../../../motion-utils@12.
|
|
3
|
-
import { clamp } from "../../../../../../motion-utils@12.
|
|
4
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
5
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
6
|
-
import { pipe } from "../../../../../../motion-utils@12.
|
|
7
|
-
import { progress } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { invariant } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { clamp } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
4
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/global-config.mjs";
|
|
5
|
+
import { noop } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
6
|
+
import { pipe } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/pipe.mjs";
|
|
7
|
+
import { progress } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/progress.mjs";
|
|
8
8
|
function createMixers(output, ease, customMixer) {
|
|
9
9
|
const mixers = [];
|
|
10
10
|
const mixerFactory = customMixer || MotionGlobalConfig.mix || mix;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isObject } from "../../../../../../motion-utils@12.
|
|
1
|
+
import { isObject } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/is-object.mjs";
|
|
2
2
|
function isHTMLElement(element) {
|
|
3
3
|
return isObject(element) && "offsetHeight" in element;
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isObject } from "../../../../../../motion-utils@12.
|
|
1
|
+
import { isObject } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/is-object.mjs";
|
|
2
2
|
function isSVGElement(element) {
|
|
3
3
|
return isObject(element) && "ownerSVGElement" in element;
|
|
4
4
|
}
|
|
@@ -4,7 +4,7 @@ import { hslaToRgba } from "../../value/types/color/hsla-to-rgba.mjs";
|
|
|
4
4
|
import { rgba } from "../../value/types/color/rgba.mjs";
|
|
5
5
|
import { mixImmediate } from "./immediate.mjs";
|
|
6
6
|
import { mixNumber } from "./number.mjs";
|
|
7
|
-
import { warning } from "../../../../../../../motion-utils@12.
|
|
7
|
+
import { warning } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
8
8
|
const mixLinearColor = (from, to, v) => {
|
|
9
9
|
const fromExpo = from * from;
|
|
10
10
|
const expo = v * (to * to - fromExpo) + fromExpo;
|
|
@@ -5,8 +5,8 @@ import { mixColor } from "./color.mjs";
|
|
|
5
5
|
import { mixImmediate } from "./immediate.mjs";
|
|
6
6
|
import { mixNumber as mixNumber$1 } from "./number.mjs";
|
|
7
7
|
import { invisibleValues, mixVisibility } from "./visibility.mjs";
|
|
8
|
-
import { pipe } from "../../../../../../../motion-utils@12.
|
|
9
|
-
import { warning } from "../../../../../../../motion-utils@12.
|
|
8
|
+
import { pipe } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/pipe.mjs";
|
|
9
|
+
import { warning } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
10
10
|
function mixNumber(a, b) {
|
|
11
11
|
return (p) => mixNumber$1(a, b, p);
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { supportsFlags } from "./flags.mjs";
|
|
2
|
-
import { memo } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { memo } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/memo.mjs";
|
|
3
3
|
function memoSupports(callback, supportsFlag) {
|
|
4
4
|
const memoized = memo(callback);
|
|
5
5
|
return () => supportsFlags[supportsFlag] ?? memoized();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memo } from "../../../../../../../motion-utils@12.
|
|
1
|
+
import { memo } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/memo.mjs";
|
|
2
2
|
const supportsScrollTimeline = /* @__PURE__ */ memo(() => window.ScrollTimeline !== void 0);
|
|
3
3
|
export {
|
|
4
4
|
supportsScrollTimeline
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { time } from "../frameloop/sync-time.mjs";
|
|
2
2
|
import { frame } from "../frameloop/frame.mjs";
|
|
3
|
-
import { warnOnce } from "../../../../../../motion-utils@12.
|
|
4
|
-
import { SubscriptionManager } from "../../../../../../motion-utils@12.
|
|
5
|
-
import { velocityPerSecond } from "../../../../../../motion-utils@12.
|
|
3
|
+
import { warnOnce } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/warn-once.mjs";
|
|
4
|
+
import { SubscriptionManager } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
5
|
+
import { velocityPerSecond } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/velocity-per-second.mjs";
|
|
6
6
|
const MAX_VELOCITY_DELTA = 30;
|
|
7
7
|
const isFloat = (value) => {
|
|
8
8
|
return !isNaN(parseFloat(value));
|
|
@@ -14,6 +14,11 @@ const color = {
|
|
|
14
14
|
},
|
|
15
15
|
transform: (v) => {
|
|
16
16
|
return typeof v === "string" ? v : v.hasOwnProperty("red") ? rgba.transform(v) : hsla.transform(v);
|
|
17
|
+
},
|
|
18
|
+
getAnimatableNone: (v) => {
|
|
19
|
+
const parsed = color.parse(v);
|
|
20
|
+
parsed.alpha = 0;
|
|
21
|
+
return color.transform(parsed);
|
|
17
22
|
}
|
|
18
23
|
};
|
|
19
24
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { number, alpha } from "../numbers/index.mjs";
|
|
2
2
|
import { sanitize } from "../utils/sanitize.mjs";
|
|
3
3
|
import { isColorString, splitColor } from "./utils.mjs";
|
|
4
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
4
|
+
import { clamp } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
5
5
|
const clampRgbUnit = (v) => clamp(0, 255, v);
|
|
6
6
|
const rgbUnit = {
|
|
7
7
|
...number,
|
|
@@ -66,7 +66,7 @@ function createTransformer(source) {
|
|
|
66
66
|
return output;
|
|
67
67
|
};
|
|
68
68
|
}
|
|
69
|
-
const convertNumbersToZero = (v) => typeof v === "number" ? 0 : v;
|
|
69
|
+
const convertNumbersToZero = (v) => typeof v === "number" ? 0 : color.test(v) ? color.getAnimatableNone(v) : v;
|
|
70
70
|
function getAnimatableNone(v) {
|
|
71
71
|
const parsed = parseComplexValue(v);
|
|
72
72
|
const transformer = createTransformer(v);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { clamp } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
2
2
|
const number = {
|
|
3
3
|
test: (v) => typeof v === "number",
|
|
4
4
|
parse: parseFloat,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { addToQueue } from "./queue.mjs";
|
|
2
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { noop } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
3
3
|
class ViewTransitionBuilder {
|
|
4
4
|
constructor(update, options = {}) {
|
|
5
5
|
this.currentTarget = "root";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { microtask } from "../frameloop/microtask.mjs";
|
|
2
2
|
import { startViewAnimation } from "./start.mjs";
|
|
3
|
-
import { removeItem } from "../../../../../../motion-utils@12.
|
|
3
|
+
import { removeItem } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/array.mjs";
|
|
4
4
|
let builders = [];
|
|
5
5
|
let current = null;
|
|
6
6
|
function next() {
|
|
@@ -9,7 +9,7 @@ import { css } from "./utils/css.mjs";
|
|
|
9
9
|
import { getLayerName } from "./utils/get-layer-name.mjs";
|
|
10
10
|
import { getViewAnimations } from "./utils/get-view-animations.mjs";
|
|
11
11
|
import { hasTarget } from "./utils/has-target.mjs";
|
|
12
|
-
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
12
|
+
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
13
13
|
const definitionNames = ["layout", "enter", "exit", "new", "old"];
|
|
14
14
|
function startViewAnimation(builder) {
|
|
15
15
|
const { update, targets, options: defaultOptions } = builder;
|
|
@@ -31,8 +31,11 @@ export declare class AnimationFeature extends Feature {
|
|
|
31
31
|
resolveStateAnimation({ controlActiveState, directAnimate, directTransition, }: {
|
|
32
32
|
controlActiveState: Partial<Record<string, boolean>> | undefined;
|
|
33
33
|
directAnimate: Options['animate'];
|
|
34
|
-
directTransition:
|
|
35
|
-
}):
|
|
34
|
+
directTransition: Options['transition'] | undefined;
|
|
35
|
+
}): import('motion-dom').StyleTransitions & import('motion-dom').SVGPathTransitions & import('motion-dom').SVGForcedAttrTransitions & import('motion-dom').SVGTransitions & import('motion-dom').VariableTransitions & import('motion-dom').ValueAnimationTransition<any> & {
|
|
36
|
+
default?: import('motion-dom').ValueTransition;
|
|
37
|
+
layout?: import('motion-dom').ValueTransition;
|
|
38
|
+
} & {
|
|
36
39
|
layout?: $Transition;
|
|
37
40
|
};
|
|
38
41
|
/**
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { isAnimationControls } from "../../animation/utils.mjs";
|
|
2
2
|
import { Feature } from "../feature.mjs";
|
|
3
3
|
import { mountedStates } from "../../state/motion-state.mjs";
|
|
4
|
-
import { visualElementStore } from "../../external/.pnpm/framer-motion@12.
|
|
4
|
+
import { visualElementStore } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/render/store.mjs";
|
|
5
5
|
import { motionEvent } from "../../state/event.mjs";
|
|
6
6
|
import { style } from "../../state/style.mjs";
|
|
7
7
|
import { transformResetValue } from "../../state/transform.mjs";
|
|
8
8
|
import { hasChanged, resolveVariant } from "../../state/utils.mjs";
|
|
9
9
|
import { isDef } from "@vueuse/core";
|
|
10
10
|
import { createVisualElement } from "../../state/create-visual-element.mjs";
|
|
11
|
-
import { animate } from "../../external/.pnpm/framer-motion@12.
|
|
12
|
-
import { noop } from "../../external/.pnpm/motion-utils@12.
|
|
11
|
+
import { animate } from "../../external/.pnpm/framer-motion@12.18.1/external/framer-motion/dist/es/animation/animate/index.mjs";
|
|
12
|
+
import { noop } from "../../external/.pnpm/motion-utils@12.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
13
13
|
const STATE_TYPES = ["initial", "animate", "whileInView", "whileHover", "whilePress", "whileDrag", "whileFocus", "exit"];
|
|
14
14
|
class AnimationFeature extends Feature {
|
|
15
15
|
constructor(state) {
|
|
@@ -154,7 +154,7 @@ class AnimationFeature extends Feature {
|
|
|
154
154
|
let variantTransition = this.state.options.transition;
|
|
155
155
|
let variant = {};
|
|
156
156
|
const { variants, custom, transition, animatePresenceContext } = this.state.options;
|
|
157
|
-
const customValue =
|
|
157
|
+
const customValue = custom ?? (animatePresenceContext == null ? void 0 : animatePresenceContext.custom);
|
|
158
158
|
this.state.activeStates = { ...this.state.activeStates, ...controlActiveState };
|
|
159
159
|
STATE_TYPES.forEach((name) => {
|
|
160
160
|
if (!this.state.activeStates[name] || isAnimationControls(this.state.options[name]))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Options } from '../../types';
|
|
2
2
|
/**
|
|
3
3
|
* Core animation update function that handles all animation state changes and execution
|
|
4
4
|
* @param controlActiveState - Animation states that need to be updated
|
|
@@ -10,7 +10,7 @@ export interface AnimateUpdatesOptions {
|
|
|
10
10
|
controlActiveState?: Partial<Record<string, boolean>>;
|
|
11
11
|
controlDelay?: number;
|
|
12
12
|
directAnimate?: Options['animate'];
|
|
13
|
-
directTransition?:
|
|
13
|
+
directTransition?: Options['transition'];
|
|
14
14
|
isFallback?: boolean;
|
|
15
15
|
isExit?: boolean;
|
|
16
16
|
}
|