motion-v 1.1.0-alpha.1 → 1.1.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 +152 -92
- package/dist/es/animation/hooks/animation-controls.mjs +1 -1
- package/dist/es/animation/hooks/use-animate.mjs +1 -1
- package/dist/es/components/animate-presence/use-pop-layout.mjs +1 -1
- package/dist/es/components/group.mjs +2 -5
- package/dist/es/components/motion/use-motion-state.d.ts +1 -1
- package/dist/es/components/motion/use-motion-state.mjs +1 -1
- package/dist/es/components/reorder/index.d.ts +4 -4
- package/dist/es/components/reorder/utils.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/sequence.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/single-value.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/subject.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +9 -9
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +6 -6
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/create.mjs +9 -9
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +3 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/stagger.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +5 -5
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +15 -14
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/shared/stack.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/VisualElement.mjs +13 -13
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/resize/handle-element.mjs +3 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/attach-function.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/index.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +2 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +6 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +5 -4
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/path.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/setters.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/delay.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/value/use-will-change/is.mjs +1 -1
- package/dist/es/external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +7 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/JSAnimation.mjs +14 -11
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/NativeAnimation.mjs +3 -4
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/keyframes.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/spring/find.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/spring/index.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/velocity.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/can-animate.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +5 -4
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/batcher.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/frame.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/sync-time.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/index.mjs +2 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/parse-transform.mjs +1 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/interpolate.mjs +6 -6
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-html-element.mjs +7 -0
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-element.mjs +7 -0
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs +7 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/color.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/complex.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/memo.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/index.mjs +3 -4
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/spring-value.mjs +57 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/rgba.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/numbers/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/queue.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/start.mjs +1 -1
- package/dist/es/external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/is-object.mjs +6 -0
- package/dist/es/features/animation/animation.mjs +3 -3
- package/dist/es/features/gestures/drag/VisualElementDragControls.mjs +2 -2
- package/dist/es/features/gestures/drag/index.mjs +1 -1
- package/dist/es/features/gestures/focus/index.mjs +1 -1
- package/dist/es/features/gestures/hover/index.mjs +2 -2
- package/dist/es/features/gestures/in-view/index.mjs +2 -2
- 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/layout/config.mjs +2 -2
- package/dist/es/features/layout/layout.mjs +5 -4
- package/dist/es/features/layout/projection.mjs +2 -2
- package/dist/es/index.mjs +135 -123
- package/dist/es/state/create-visual-element.mjs +2 -2
- package/dist/es/state/motion-state.mjs +2 -2
- package/dist/es/state/style.mjs +1 -1
- package/dist/es/utils/createContext.mjs +8 -9
- package/dist/es/utils/motion-value.d.ts +1 -2
- 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.mjs +30 -30
- package/dist/es/value/use-spring.mjs +4 -4
- 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 +2 -2
- package/dist/es/external/.pnpm/framer-motion@12.10.5/external/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs +0 -6
- package/dist/es/external/.pnpm/framer-motion@12.10.5/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +0 -7
- package/dist/es/utils/motion-value.mjs +0 -6
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/resize/handle-window.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/resize/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/store.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/GroupAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/drivers/frame.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/inertia.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/spring/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/active-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/is-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/px-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/effects/MotionValueState.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/effects/style/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/effects/style/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/index-legacy.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/microtask.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/order.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/render-step.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/hover.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/style-computed.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/style-set.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/utils/keys-position.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/utils/keys-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/scroll/observe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/stats/animation-count.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/stats/buffer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/stats/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/immediate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/visibility.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/resolve-elements.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/map-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/subscribe-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/transform-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/auto.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/hex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/hsla.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/complex/filter.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/complex/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/dimensions.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/int.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/maps/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/maps/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/maps/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/numbers/units.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/test.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/find.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/float-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/is-nullish.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/sanitize.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/single-color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5/external/framer-motion → motion-dom@12.12.1/external/motion-dom}/dist/es/value/utils/is-motion-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/choose-layer-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/css.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/get-layer-name.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/get-view-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/has-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/clamp.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/anticipate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/back.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/circ.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/ease.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/modifiers/mirror.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/modifiers/reverse.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/steps.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/map.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/errors.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/global-config.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/is-numerical-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/is-zero-value-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/memo.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/noop.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/pipe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/progress.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/subscription-manager.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/time-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/velocity-per-second.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/warn-once.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/wrap.mjs +0 -0
|
@@ -35,12 +35,12 @@ export declare const ReorderGroup: <T, K, V>(__VLS_props: NonNullable<Awaited<ty
|
|
|
35
35
|
[x: number]: string | number | import('framer-motion').MotionValue<any>;
|
|
36
36
|
[x: `--${string}`]: string | number | import('framer-motion').MotionValue<any>;
|
|
37
37
|
string?: string | number | import('framer-motion').MotionValue<any>;
|
|
38
|
-
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
39
38
|
end?: string | number | import('framer-motion').MotionValue<any>;
|
|
40
39
|
x?: string | number | import('framer-motion').MotionValue<any>;
|
|
41
40
|
y?: string | number | import('framer-motion').MotionValue<any>;
|
|
42
41
|
position?: string | number | import('framer-motion').MotionValue<any>;
|
|
43
42
|
page?: string | number | import('framer-motion').MotionValue<any>;
|
|
43
|
+
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
44
44
|
top?: string | number | import('framer-motion').MotionValue<any>;
|
|
45
45
|
right?: string | number | import('framer-motion').MotionValue<any>;
|
|
46
46
|
bottom?: string | number | import('framer-motion').MotionValue<any>;
|
|
@@ -836,12 +836,12 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
|
|
|
836
836
|
[x: number]: string | number | import('framer-motion').MotionValue<any>;
|
|
837
837
|
[x: `--${string}`]: string | number | import('framer-motion').MotionValue<any>;
|
|
838
838
|
string?: string | number | import('framer-motion').MotionValue<any>;
|
|
839
|
-
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
840
839
|
end?: string | number | import('framer-motion').MotionValue<any>;
|
|
841
840
|
x?: string | number | import('framer-motion').MotionValue<any>;
|
|
842
841
|
y?: string | number | import('framer-motion').MotionValue<any>;
|
|
843
842
|
position?: string | number | import('framer-motion').MotionValue<any>;
|
|
844
843
|
page?: string | number | import('framer-motion').MotionValue<any>;
|
|
844
|
+
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
845
845
|
top?: string | number | import('framer-motion').MotionValue<any>;
|
|
846
846
|
right?: string | number | import('framer-motion').MotionValue<any>;
|
|
847
847
|
bottom?: string | number | import('framer-motion').MotionValue<any>;
|
|
@@ -1638,12 +1638,12 @@ export declare const Reorder: {
|
|
|
1638
1638
|
[x: number]: string | number | import('framer-motion').MotionValue<any>;
|
|
1639
1639
|
[x: `--${string}`]: string | number | import('framer-motion').MotionValue<any>;
|
|
1640
1640
|
string?: string | number | import('framer-motion').MotionValue<any>;
|
|
1641
|
-
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
1642
1641
|
end?: string | number | import('framer-motion').MotionValue<any>;
|
|
1643
1642
|
x?: string | number | import('framer-motion').MotionValue<any>;
|
|
1644
1643
|
y?: string | number | import('framer-motion').MotionValue<any>;
|
|
1645
1644
|
position?: string | number | import('framer-motion').MotionValue<any>;
|
|
1646
1645
|
page?: string | number | import('framer-motion').MotionValue<any>;
|
|
1646
|
+
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
1647
1647
|
top?: string | number | import('framer-motion').MotionValue<any>;
|
|
1648
1648
|
right?: string | number | import('framer-motion').MotionValue<any>;
|
|
1649
1649
|
bottom?: string | number | import('framer-motion').MotionValue<any>;
|
|
@@ -2439,12 +2439,12 @@ export declare const Reorder: {
|
|
|
2439
2439
|
[x: number]: string | number | import('framer-motion').MotionValue<any>;
|
|
2440
2440
|
[x: `--${string}`]: string | number | import('framer-motion').MotionValue<any>;
|
|
2441
2441
|
string?: string | number | import('framer-motion').MotionValue<any>;
|
|
2442
|
-
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
2443
2442
|
end?: string | number | import('framer-motion').MotionValue<any>;
|
|
2444
2443
|
x?: string | number | import('framer-motion').MotionValue<any>;
|
|
2445
2444
|
y?: string | number | import('framer-motion').MotionValue<any>;
|
|
2446
2445
|
position?: string | number | import('framer-motion').MotionValue<any>;
|
|
2447
2446
|
page?: string | number | import('framer-motion').MotionValue<any>;
|
|
2447
|
+
[Symbol.iterator]?: string | number | import('framer-motion').MotionValue<any>;
|
|
2448
2448
|
top?: string | number | import('framer-motion').MotionValue<any>;
|
|
2449
2449
|
right?: string | number | import('framer-motion').MotionValue<any>;
|
|
2450
2450
|
bottom?: string | number | import('framer-motion').MotionValue<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { mixNumber } from "../../utils/mix/number.mjs";
|
|
2
|
-
import { motionValue } from "../../external/.pnpm/motion-dom@12.
|
|
3
|
-
import { isMotionValue } from "../../utils/motion-value.mjs";
|
|
2
|
+
import { motionValue } from "../../external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
3
|
+
import { isMotionValue } from "../../external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
4
4
|
function compareMin(a, b) {
|
|
5
5
|
return a.layout.min - b.layout.min;
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { animateSequence } from "./sequence.mjs";
|
|
2
2
|
import { animateSubject } from "./subject.mjs";
|
|
3
|
-
import { GroupAnimationWithThen } from "../../../../../../../motion-dom@12.
|
|
3
|
+
import { GroupAnimationWithThen } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs";
|
|
4
4
|
function isSequence(value) {
|
|
5
5
|
return Array.isArray(value) && value.some(Array.isArray);
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isDOMKeyframes } from "../utils/is-dom-keyframes.mjs";
|
|
2
|
-
import { resolveElements } from "../../../../../../../motion-dom@12.
|
|
2
|
+
import { resolveElements } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/resolve-elements.mjs";
|
|
3
3
|
function resolveSubjects(subject, keyframes, scope, selectorCache) {
|
|
4
4
|
if (typeof subject === "string" && isDOMKeyframes(keyframes)) {
|
|
5
5
|
return resolveElements(subject, scope, selectorCache);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createAnimationsFromSequence } from "../sequence/create.mjs";
|
|
2
2
|
import { animateSubject } from "./subject.mjs";
|
|
3
|
-
import { spring } from "../../../../../../../motion-dom@12.
|
|
3
|
+
import { spring } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/spring/index.mjs";
|
|
4
4
|
function animateSequence(sequence, options, scope) {
|
|
5
5
|
const animations = [];
|
|
6
6
|
const animationDefinitions = createAnimationsFromSequence(sequence, options, scope, { spring });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { isMotionValue } from "../../value/utils/is-motion-value.mjs";
|
|
2
1
|
import { animateMotionValue } from "../interfaces/motion-value.mjs";
|
|
3
|
-
import {
|
|
2
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
3
|
+
import { motionValue } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
4
4
|
function animateSingleValue(value, keyframes, options) {
|
|
5
5
|
const motionValue$1 = isMotionValue(value) ? value : motionValue(value);
|
|
6
6
|
motionValue$1.start(animateMotionValue("", motionValue$1, keyframes, options));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { visualElementStore } from "../../render/store.mjs";
|
|
2
|
-
import { isMotionValue } from "../../value/utils/is-motion-value.mjs";
|
|
3
2
|
import { animateTarget } from "../interfaces/visual-element-target.mjs";
|
|
4
3
|
import { createDOMVisualElement, createObjectVisualElement } from "../utils/create-visual-element.mjs";
|
|
5
4
|
import { isDOMKeyframes } from "../utils/is-dom-keyframes.mjs";
|
|
6
5
|
import { resolveSubjects } from "./resolve-subjects.mjs";
|
|
7
6
|
import { animateSingleValue } from "./single-value.mjs";
|
|
8
|
-
import { invariant } from "../../../../../../../motion-utils@12.
|
|
7
|
+
import { invariant } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/errors.mjs";
|
|
8
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
9
9
|
function isSingleValue(subject, keyframes) {
|
|
10
10
|
return isMotionValue(subject) || typeof subject === "number" || typeof subject === "string" && !isDOMKeyframes(keyframes);
|
|
11
11
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { resolveElements } from "../../../../../../../../motion-dom@12.
|
|
2
|
-
import { invariant } from "../../../../../../../../motion-utils@12.
|
|
3
|
-
import { getValueTransition } from "../../../../../../../../motion-dom@12.
|
|
4
|
-
import { getAnimationMap, animationMapKey } from "../../../../../../../../motion-dom@12.
|
|
5
|
-
import { getComputedStyle } from "../../../../../../../../motion-dom@12.
|
|
6
|
-
import { fillWildcards } from "../../../../../../../../motion-dom@12.
|
|
7
|
-
import { applyPxDefaults } from "../../../../../../../../motion-dom@12.
|
|
8
|
-
import { NativeAnimation } from "../../../../../../../../motion-dom@12.
|
|
9
|
-
import { secondsToMilliseconds } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { resolveElements } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/resolve-elements.mjs";
|
|
2
|
+
import { invariant } from "../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { getValueTransition } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
4
|
+
import { getAnimationMap, animationMapKey } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/active-animations.mjs";
|
|
5
|
+
import { getComputedStyle } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/render/dom/style-computed.mjs";
|
|
6
|
+
import { fillWildcards } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs";
|
|
7
|
+
import { applyPxDefaults } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs";
|
|
8
|
+
import { NativeAnimation } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/NativeAnimation.mjs";
|
|
9
|
+
import { secondsToMilliseconds } from "../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
10
10
|
function animateElements(elementOrSelector, keyframes, options, scope) {
|
|
11
11
|
const elements = resolveElements(elementOrSelector, scope);
|
|
12
12
|
const numElements = elements.length;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { animateElements } from "./animate-elements.mjs";
|
|
2
|
-
import { GroupAnimationWithThen } from "../../../../../../../../motion-dom@12.
|
|
2
|
+
import { GroupAnimationWithThen } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs";
|
|
3
3
|
const createScopedWaapiAnimate = (scope) => {
|
|
4
4
|
function scopedAnimate(elementOrSelector, keyframes, options) {
|
|
5
5
|
return new GroupAnimationWithThen(animateElements(elementOrSelector, keyframes, options, scope));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { getFinalKeyframe } from "../animators/waapi/utils/get-final-keyframe.mjs";
|
|
2
2
|
import { getDefaultTransition } from "../utils/default-transitions.mjs";
|
|
3
3
|
import { isTransitionDefined } from "../utils/is-transition-defined.mjs";
|
|
4
|
-
import { getValueTransition } from "../../../../../../../motion-dom@12.
|
|
5
|
-
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.
|
|
6
|
-
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.
|
|
7
|
-
import { frame } from "../../../../../../../motion-dom@12.
|
|
8
|
-
import { JSAnimation } from "../../../../../../../motion-dom@12.
|
|
9
|
-
import { AsyncMotionValueAnimation } from "../../../../../../../motion-dom@12.
|
|
4
|
+
import { getValueTransition } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
5
|
+
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
6
|
+
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/global-config.mjs";
|
|
7
|
+
import { frame } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
8
|
+
import { JSAnimation } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/JSAnimation.mjs";
|
|
9
|
+
import { AsyncMotionValueAnimation } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs";
|
|
10
10
|
const animateMotionValue = (name, value, target, transition = {}, element, isHandoff) => (onComplete) => {
|
|
11
11
|
const valueTransition = getValueTransition(transition, name) || {};
|
|
12
12
|
const delay = valueTransition.delay || transition.delay || 0;
|
|
@@ -2,9 +2,9 @@ import { setTarget } from "../../render/utils/setters.mjs";
|
|
|
2
2
|
import { addValueToWillChange } from "../../value/use-will-change/add-will-change.mjs";
|
|
3
3
|
import { getOptimisedAppearId } from "../optimized-appear/get-appear-id.mjs";
|
|
4
4
|
import { animateMotionValue } from "./motion-value.mjs";
|
|
5
|
-
import { getValueTransition } from "../../../../../../../motion-dom@12.
|
|
6
|
-
import { frame } from "../../../../../../../motion-dom@12.
|
|
7
|
-
import { positionalKeys } from "../../../../../../../motion-dom@12.
|
|
5
|
+
import { getValueTransition } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
6
|
+
import { frame } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
7
|
+
import { positionalKeys } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/render/utils/keys-position.mjs";
|
|
8
8
|
function shouldBlockAnimation({ protectedKeys, needsAnimating }, key) {
|
|
9
9
|
const shouldBlock = protectedKeys.hasOwnProperty(key) && needsAnimating[key] !== true;
|
|
10
10
|
needsAnimating[key] = false;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { isMotionValue } from "../../value/utils/is-motion-value.mjs";
|
|
2
1
|
import { resolveSubjects } from "../animate/resolve-subjects.mjs";
|
|
3
2
|
import { calculateRepeatDuration } from "./utils/calc-repeat-duration.mjs";
|
|
4
3
|
import { calcNextTime } from "./utils/calc-time.mjs";
|
|
5
4
|
import { addKeyframes } from "./utils/edit.mjs";
|
|
6
5
|
import { normalizeTimes } from "./utils/normalize-times.mjs";
|
|
7
6
|
import { compareByTime } from "./utils/sort.mjs";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
7
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
8
|
+
import { defaultOffset } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
9
|
+
import { createGeneratorEasing } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs";
|
|
10
|
+
import { fillOffset } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs";
|
|
11
|
+
import { invariant } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/errors.mjs";
|
|
12
|
+
import { getEasingForSegment } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs";
|
|
13
|
+
import { progress } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/progress.mjs";
|
|
14
|
+
import { isGenerator } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs";
|
|
15
|
+
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
16
16
|
const defaultSegmentEasing = "easeInOut";
|
|
17
17
|
const MAX_REPEAT = 20;
|
|
18
18
|
function createAnimationsFromSequence(sequence, { defaultTransition = {}, ...sequenceTransition } = {}, scope, generators) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { mixNumber } from "../../../../../../../../motion-dom@12.
|
|
2
|
-
import { getEasingForSegment } from "../../../../../../../../motion-utils@12.
|
|
3
|
-
import { removeItem } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { mixNumber } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
2
|
+
import { getEasingForSegment } from "../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs";
|
|
3
|
+
import { removeItem } from "../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/array.mjs";
|
|
4
4
|
function eraseKeyframes(sequence, startTime, endTime) {
|
|
5
5
|
for (let i = 0; i < sequence.length; i++) {
|
|
6
6
|
const keyframe = sequence[i];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { isSVGElement } from "../../render/dom/utils/is-svg-element.mjs";
|
|
2
1
|
import { HTMLVisualElement } from "../../render/html/HTMLVisualElement.mjs";
|
|
3
2
|
import { ObjectVisualElement } from "../../render/object/ObjectVisualElement.mjs";
|
|
4
3
|
import { visualElementStore } from "../../render/store.mjs";
|
|
5
4
|
import { SVGVisualElement } from "../../render/svg/SVGVisualElement.mjs";
|
|
5
|
+
import { isSVGElement } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
6
|
+
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs";
|
|
6
7
|
function createDOMVisualElement(element) {
|
|
7
8
|
const options = {
|
|
8
9
|
presenceContext: null,
|
|
@@ -18,7 +19,7 @@ function createDOMVisualElement(element) {
|
|
|
18
19
|
latestValues: {}
|
|
19
20
|
}
|
|
20
21
|
};
|
|
21
|
-
const node = isSVGElement(element) ? new SVGVisualElement(options) : new HTMLVisualElement(options);
|
|
22
|
+
const node = isSVGElement(element) && !isSVGSVGElement(element) ? new SVGVisualElement(options) : new HTMLVisualElement(options);
|
|
22
23
|
node.mount(element);
|
|
23
24
|
visualElementStore.set(element, node);
|
|
24
25
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { transformProps } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { transformProps } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
2
2
|
const underDampedSpring = {
|
|
3
3
|
type: "spring",
|
|
4
4
|
stiffness: 500,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { easingDefinitionToFunction } from "../../../../../../../motion-utils@12.
|
|
1
|
+
import { easingDefinitionToFunction } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/easing/utils/map.mjs";
|
|
2
2
|
function getOriginIndex(from, total) {
|
|
3
3
|
if (from === "first") {
|
|
4
4
|
return 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { scaleCorrectors } from "../../projection/styles/scale-correction.mjs";
|
|
2
|
-
import { transformProps } from "../../../../../../../motion-dom@12.
|
|
2
|
+
import { transformProps } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
3
3
|
function isForcedMotionValue(key, { layout, layoutId }) {
|
|
4
4
|
return transformProps.has(key) || key.startsWith("origin") || (layout || layoutId !== void 0) && (!!scaleCorrectors[key] || key === "opacity");
|
|
5
5
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { mixNumber } from "../../../../../../../motion-dom@12.
|
|
2
|
-
import { percent, px } from "../../../../../../../motion-dom@12.
|
|
3
|
-
import { progress } from "../../../../../../../motion-utils@12.
|
|
4
|
-
import { circOut } from "../../../../../../../motion-utils@12.
|
|
5
|
-
import { noop } from "../../../../../../../motion-utils@12.
|
|
1
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
2
|
+
import { percent, px } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
3
|
+
import { progress } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/progress.mjs";
|
|
4
|
+
import { circOut } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/easing/circ.mjs";
|
|
5
|
+
import { noop } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/noop.mjs";
|
|
6
6
|
const borders = ["TopLeft", "TopRight", "BottomLeft", "BottomRight"];
|
|
7
7
|
const numBorders = borders.length;
|
|
8
8
|
const asNumber = (value) => typeof value === "string" ? parseFloat(value) : value;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { hasTransform } from "../utils/has-transform.mjs";
|
|
2
|
-
import { mixNumber } from "../../../../../../../motion-dom@12.
|
|
2
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
3
3
|
function scalePoint(point, scale, originPoint) {
|
|
4
4
|
const distanceFromOrigin = point - originPoint;
|
|
5
5
|
const scaled = scale * distanceFromOrigin;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { mixNumber } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
2
2
|
const SCALE_PRECISION = 1e-4;
|
|
3
3
|
const SCALE_MIN = 1 - SCALE_PRECISION;
|
|
4
4
|
const SCALE_MAX = 1 + SCALE_PRECISION;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { scalePoint } from "./delta-apply.mjs";
|
|
2
|
-
import { percent } from "../../../../../../../motion-dom@12.
|
|
3
|
-
import { mixNumber } from "../../../../../../../motion-dom@12.
|
|
2
|
+
import { percent } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
3
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
4
4
|
function removePointDelta(point, translate, scale, originPoint, boxScale) {
|
|
5
5
|
point -= translate;
|
|
6
6
|
point = scalePoint(point, 1 / scale, originPoint);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { animateSingleValue } from "../../animation/animate/single-value.mjs";
|
|
2
2
|
import { getOptimisedAppearId } from "../../animation/optimized-appear/get-appear-id.mjs";
|
|
3
|
-
import { isSVGElement } from "../../render/dom/utils/is-svg-element.mjs";
|
|
4
3
|
import { FlatTree } from "../../render/utils/flat-tree.mjs";
|
|
5
4
|
import { delay } from "../../utils/delay.mjs";
|
|
6
5
|
import { resolveMotionValue } from "../../value/utils/resolve-motion-value.mjs";
|
|
@@ -17,17 +16,19 @@ import { buildProjectionTransform } from "../styles/transform.mjs";
|
|
|
17
16
|
import { eachAxis } from "../utils/each-axis.mjs";
|
|
18
17
|
import { hasTransform, hasScale, has2DTranslate } from "../utils/has-transform.mjs";
|
|
19
18
|
import { globalProjectionState } from "./state.mjs";
|
|
20
|
-
import { noop } from "../../../../../../../motion-utils@12.
|
|
21
|
-
import { statsBuffer } from "../../../../../../../motion-dom@12.
|
|
22
|
-
import { SubscriptionManager } from "../../../../../../../motion-utils@12.
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
19
|
+
import { noop } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/noop.mjs";
|
|
20
|
+
import { statsBuffer } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/stats/buffer.mjs";
|
|
21
|
+
import { SubscriptionManager } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
22
|
+
import { isSVGElement } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
23
|
+
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs";
|
|
24
|
+
import { getValueTransition } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
25
|
+
import { cancelFrame, frameData, frameSteps, frame } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
26
|
+
import { time } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
27
|
+
import { clamp } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/clamp.mjs";
|
|
28
|
+
import { microtask } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/microtask.mjs";
|
|
29
|
+
import { activeAnimations } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/stats/animation-count.mjs";
|
|
30
|
+
import { motionValue } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
31
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
31
32
|
const metrics = {
|
|
32
33
|
nodes: 0,
|
|
33
34
|
calculatedTargetDeltas: 0,
|
|
@@ -144,7 +145,7 @@ function createProjectionNode({ attachResizeListener, defaultParent, measureScro
|
|
|
144
145
|
mount(instance) {
|
|
145
146
|
if (this.instance)
|
|
146
147
|
return;
|
|
147
|
-
this.isSVG = isSVGElement(instance);
|
|
148
|
+
this.isSVG = isSVGElement(instance) && !isSVGSVGElement(instance);
|
|
148
149
|
this.instance = instance;
|
|
149
150
|
const { layoutId, layout, visualElement } = this.options;
|
|
150
151
|
if (visualElement && !visualElement.current) {
|
|
@@ -187,7 +188,6 @@ function createProjectionNode({ attachResizeListener, defaultParent, measureScro
|
|
|
187
188
|
this.resumingFrom = this.resumeFrom;
|
|
188
189
|
this.resumingFrom.resumingFrom = void 0;
|
|
189
190
|
}
|
|
190
|
-
this.setAnimationOrigin(delta, hasOnlyRelativeTargetChanged);
|
|
191
191
|
const animationOptions = {
|
|
192
192
|
...getValueTransition(layoutTransition, "layout"),
|
|
193
193
|
onPlay: onLayoutAnimationStart,
|
|
@@ -198,6 +198,7 @@ function createProjectionNode({ attachResizeListener, defaultParent, measureScro
|
|
|
198
198
|
animationOptions.type = false;
|
|
199
199
|
}
|
|
200
200
|
this.startAnimation(animationOptions);
|
|
201
|
+
this.setAnimationOrigin(delta, hasOnlyRelativeTargetChanged);
|
|
201
202
|
} else {
|
|
202
203
|
if (!hasLayoutChanged) {
|
|
203
204
|
finishAnimation(this);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.
|
|
1
|
+
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/array.mjs";
|
|
2
2
|
class NodeStack {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.members = [];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { px } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { px } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
2
2
|
function pixelsToPercent(pixels, axis) {
|
|
3
3
|
if (axis.max === axis.min)
|
|
4
4
|
return 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { complex } from "../../../../../../../motion-dom@12.
|
|
2
|
-
import { mixNumber } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { complex } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
2
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
3
3
|
const correctBoxShadow = {
|
|
4
4
|
correct: (latest, { treeScale, projectionDelta }) => {
|
|
5
5
|
const original = latest;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isCSSVariableName } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { isCSSVariableName } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs";
|
|
2
2
|
const scaleCorrectors = {};
|
|
3
3
|
function addScaleCorrector(correctors) {
|
|
4
4
|
for (const key in correctors) {
|
|
@@ -2,23 +2,23 @@ import { featureDefinitions } from "../motion/features/definitions.mjs";
|
|
|
2
2
|
import { createBox } from "../projection/geometry/models.mjs";
|
|
3
3
|
import { initPrefersReducedMotion } from "../utils/reduced-motion/index.mjs";
|
|
4
4
|
import { hasReducedMotionListener, prefersReducedMotion } from "../utils/reduced-motion/state.mjs";
|
|
5
|
-
import { isMotionValue } from "../value/utils/is-motion-value.mjs";
|
|
6
5
|
import { visualElementStore } from "./store.mjs";
|
|
7
6
|
import { isControllingVariants, isVariantNode } from "./utils/is-controlling-variants.mjs";
|
|
8
7
|
import { updateMotionValuesFromProps } from "./utils/motion-values.mjs";
|
|
9
8
|
import { resolveVariantFromProps } from "./utils/resolve-variants.mjs";
|
|
10
|
-
import { KeyframeResolver } from "../../../../../../motion-dom@12.
|
|
11
|
-
import { time } from "../../../../../../motion-dom@12.
|
|
12
|
-
import { frame, cancelFrame } from "../../../../../../motion-dom@12.
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
9
|
+
import { KeyframeResolver } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs";
|
|
10
|
+
import { time } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
11
|
+
import { frame, cancelFrame } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
12
|
+
import { isMotionValue } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
13
|
+
import { warnOnce } from "../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/warn-once.mjs";
|
|
14
|
+
import { transformProps } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
15
|
+
import { motionValue } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
16
|
+
import { isNumericalString } from "../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/is-numerical-string.mjs";
|
|
17
|
+
import { isZeroValueString } from "../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/is-zero-value-string.mjs";
|
|
18
|
+
import { findValueType } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/types/utils/find.mjs";
|
|
19
|
+
import { complex } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
20
|
+
import { getAnimatableNone } from "../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs";
|
|
21
|
+
import { SubscriptionManager } from "../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
22
22
|
const propEventHandlers = [
|
|
23
23
|
"AnimationStart",
|
|
24
24
|
"AnimationComplete",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { isMotionValue } from "../../value/utils/is-motion-value.mjs";
|
|
2
1
|
import { VisualElement } from "../VisualElement.mjs";
|
|
3
|
-
import { DOMKeyframesResolver } from "../../../../../../../motion-dom@12.
|
|
2
|
+
import { DOMKeyframesResolver } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs";
|
|
3
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
4
4
|
class DOMVisualElement extends VisualElement {
|
|
5
5
|
constructor() {
|
|
6
6
|
super(...arguments);
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { resolveElements } from "../../../../../../../../motion-dom@12.
|
|
1
|
+
import { resolveElements } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/resolve-elements.mjs";
|
|
2
|
+
import { isSVGElement } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
2
3
|
const resizeHandlers = /* @__PURE__ */ new WeakMap();
|
|
3
4
|
let observer;
|
|
4
5
|
function getElementSize(target, borderBoxSize) {
|
|
5
6
|
if (borderBoxSize) {
|
|
6
7
|
const { inlineSize, blockSize } = borderBoxSize[0];
|
|
7
8
|
return { width: inlineSize, height: blockSize };
|
|
8
|
-
} else if (target
|
|
9
|
+
} else if (isSVGElement(target) && "getBBox" in target) {
|
|
9
10
|
return target.getBBox();
|
|
10
11
|
} else {
|
|
11
12
|
return {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getTimeline } from "./utils/get-timeline.mjs";
|
|
2
|
-
import { observeTimeline } from "../../../../../../../../motion-dom@12.
|
|
2
|
+
import { observeTimeline } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/scroll/observe.mjs";
|
|
3
3
|
function attachToAnimation(animation, options) {
|
|
4
4
|
const timeline = getTimeline(options);
|
|
5
5
|
return animation.attachTimeline({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { scrollInfo } from "./track.mjs";
|
|
2
2
|
import { getTimeline } from "./utils/get-timeline.mjs";
|
|
3
|
-
import { observeTimeline } from "../../../../../../../../motion-dom@12.
|
|
3
|
+
import { observeTimeline } from "../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/scroll/observe.mjs";
|
|
4
4
|
function isOnScrollWithInfo(onScroll) {
|
|
5
5
|
return onScroll.length === 2;
|
|
6
6
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { attachToAnimation } from "./attach-animation.mjs";
|
|
2
2
|
import { attachToFunction } from "./attach-function.mjs";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
import { noop } from "../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/noop.mjs";
|
|
4
|
+
function scroll(onScroll, { axis = "y", container = document.scrollingElement, ...options } = {}) {
|
|
5
|
+
if (!container)
|
|
6
|
+
return noop;
|
|
7
7
|
const optionsWithDefaults = { axis, container, ...options };
|
|
8
8
|
return typeof onScroll === "function" ? attachToFunction(onScroll, optionsWithDefaults) : attachToAnimation(onScroll, optionsWithDefaults);
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { progress } from "../../../../../../../../motion-utils@12.
|
|
2
|
-
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { progress } from "../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/progress.mjs";
|
|
2
|
+
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/velocity-per-second.mjs";
|
|
3
3
|
const maxElapsed = 50;
|
|
4
4
|
const createAxisInfo = () => ({
|
|
5
5
|
current: 0,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { calcInset } from "./inset.mjs";
|
|
2
2
|
import { resolveOffset } from "./offset.mjs";
|
|
3
3
|
import { ScrollOffset } from "./presets.mjs";
|
|
4
|
-
import { interpolate } from "../../../../../../../../../motion-dom@12.
|
|
5
|
-
import { defaultOffset } from "../../../../../../../../../motion-dom@12.
|
|
6
|
-
import { clamp } from "../../../../../../../../../motion-utils@12.
|
|
4
|
+
import { interpolate } from "../../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/utils/interpolate.mjs";
|
|
5
|
+
import { defaultOffset } from "../../../../../../../../../motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
6
|
+
import { clamp } from "../../../../../../../../../motion-utils@12.12.1/external/motion-utils/dist/es/clamp.mjs";
|
|
7
7
|
const point = { x: 0, y: 0 };
|
|
8
8
|
function getTargetSize(target) {
|
|
9
9
|
return "getBBox" in target && target.tagName !== "svg" ? target.getBBox() : { width: target.clientWidth, height: target.clientHeight };
|