motion-v 1.6.1 → 1.7.0-alpha.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 +98 -60
- 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/motion/use-motion-state.mjs +1 -1
- package/dist/es/components/reorder/utils.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animate/index.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animate/sequence.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animate/single-value.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animate/subject.mjs +4 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +10 -10
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +9 -8
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/sequence/create.mjs +10 -10
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +5 -5
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +13 -13
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/shared/stack.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/VisualElement.mjs +33 -20
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/attach-function.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/svg/utils/path.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/setters.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/utils/delay.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/value/use-will-change/is.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +4 -3
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/JSAnimation.mjs +5 -5
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/NativeAnimation.mjs +4 -4
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/keyframes.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/spring/find.mjs +4 -4
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/spring/index.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/utils/velocity.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/can-animate.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs +3 -3
- package/dist/es/external/.pnpm/motion-dom@12.23.12/external/motion-dom/dist/es/animation/utils/make-animation-instant.mjs +7 -0
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/frameloop/batcher.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/frameloop/frame.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/frameloop/sync-time.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/interpolate.mjs +7 -7
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/is-html-element.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/is-svg-element.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/mix/color.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/mix/complex.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/stagger.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/supports/memo.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/index.mjs +8 -11
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/spring-value.mjs +7 -4
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/color/rgba.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/numbers/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/view/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/view/queue.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/view/start.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.22.0/external/motion-dom/dist/es/view/utils/get-layer-name.mjs → motion-dom@12.23.12/external/motion-dom/dist/es/view/utils/get-layer-info.mjs} +2 -2
- package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/utils/map.mjs +2 -2
- package/dist/es/external/.pnpm/motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs +21 -0
- package/dist/es/external/.pnpm/motion-utils@12.23.6/external/motion-utils/dist/es/format-error-message.mjs +6 -0
- package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/warn-once.mjs +3 -4
- package/dist/es/features/animation/animation.d.ts +1 -1
- package/dist/es/features/animation/animation.mjs +21 -8
- package/dist/es/features/animation/calc-child-stagger.d.ts +3 -0
- package/dist/es/features/animation/calc-child-stagger.mjs +14 -0
- package/dist/es/features/animation/types.d.ts +0 -1
- package/dist/es/features/dom-animation.mjs +0 -4
- 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/utils/constraints.mjs +3 -3
- 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 +2 -2
- package/dist/es/features/layout/projection.mjs +2 -2
- package/dist/es/index.mjs +140 -132
- package/dist/es/state/create-visual-element.mjs +2 -2
- package/dist/es/state/motion-state.d.ts +5 -2
- package/dist/es/state/motion-state.mjs +2 -6
- package/dist/es/state/style.mjs +2 -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 +2 -2
- 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 +3 -3
- package/dist/es/external/.pnpm/motion-utils@12.19.0/external/motion-utils/dist/es/errors.mjs +0 -20
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/styles/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/store.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.22.0 → framer-motion@12.23.12}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/GroupAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/drivers/frame.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/inertia.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/spring/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/active-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/is-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/animation/waapi/utils/px-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/MotionValueState.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/attr/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/prop/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/style/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/style/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/svg/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/utils/create-dom-effect.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/effects/utils/create-effect.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/frameloop/index-legacy.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/frameloop/microtask.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/frameloop/order.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/frameloop/render-step.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/hover.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/press/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/render/dom/parse-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/render/dom/style-computed.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/render/dom/style-set.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/render/utils/keys-position.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/render/utils/keys-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/resize/handle-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/resize/handle-window.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/resize/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/scroll/observe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/stats/animation-count.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/stats/buffer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/stats/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/mix/immediate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/mix/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/mix/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/mix/visibility.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/resolve-elements.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/utils/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/map-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/subscribe-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/transform-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/auto.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/color/hex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/color/hsla.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/color/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/color/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/complex/filter.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/complex/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/dimensions.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/int.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/maps/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/maps/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/maps/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/numbers/units.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/test.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/find.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/float-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/is-nullish.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/sanitize.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/types/utils/single-color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/value/utils/is-motion-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/view/utils/choose-layer-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/view/utils/css.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/view/utils/get-view-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.22.0 → motion-dom@12.23.12}/external/motion-dom/dist/es/view/utils/has-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/clamp.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/anticipate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/back.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/circ.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/ease.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/modifiers/mirror.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/modifiers/reverse.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/steps.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/global-config.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/is-numerical-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/is-object.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/is-zero-value-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/memo.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/noop.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/pipe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/progress.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/subscription-manager.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/time-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/velocity-per-second.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.19.0 → motion-utils@12.23.6}/external/motion-utils/dist/es/wrap.mjs +0 -0
|
@@ -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.23.12/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,13 @@
|
|
|
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 {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
4
|
+
import { getValueTransition } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
5
|
+
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
6
|
+
import { makeAnimationInstant } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/utils/make-animation-instant.mjs";
|
|
7
|
+
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/global-config.mjs";
|
|
8
|
+
import { frame } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
9
|
+
import { JSAnimation } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/JSAnimation.mjs";
|
|
10
|
+
import { AsyncMotionValueAnimation } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs";
|
|
10
11
|
const animateMotionValue = (name, value, target, transition = {}, element, isHandoff) => (onComplete) => {
|
|
11
12
|
const valueTransition = getValueTransition(transition, name) || {};
|
|
12
13
|
const delay = valueTransition.delay || transition.delay || 0;
|
|
@@ -40,14 +41,14 @@ const animateMotionValue = (name, value, target, transition = {}, element, isHan
|
|
|
40
41
|
}
|
|
41
42
|
let shouldSkip = false;
|
|
42
43
|
if (options.type === false || options.duration === 0 && !options.repeatDelay) {
|
|
43
|
-
options
|
|
44
|
+
makeAnimationInstant(options);
|
|
44
45
|
if (options.delay === 0) {
|
|
45
46
|
shouldSkip = true;
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
if (MotionGlobalConfig.instantAnimations || MotionGlobalConfig.skipAnimations) {
|
|
49
50
|
shouldSkip = true;
|
|
50
|
-
options
|
|
51
|
+
makeAnimationInstant(options);
|
|
51
52
|
options.delay = 0;
|
|
52
53
|
}
|
|
53
54
|
options.allowFlatten = !valueTransition.type && !valueTransition.ease;
|
|
@@ -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.23.12/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
6
|
+
import { frame } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
7
|
+
import { positionalKeys } from "../../../../../../../motion-dom@12.23.12/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;
|
|
@@ -4,15 +4,15 @@ import { calcNextTime } from "./utils/calc-time.mjs";
|
|
|
4
4
|
import { addKeyframes } from "./utils/edit.mjs";
|
|
5
5
|
import { normalizeTimes } from "./utils/normalize-times.mjs";
|
|
6
6
|
import { compareByTime } from "./utils/sort.mjs";
|
|
7
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
8
|
-
import { defaultOffset } from "../../../../../../../motion-dom@12.
|
|
9
|
-
import { createGeneratorEasing } from "../../../../../../../motion-dom@12.
|
|
10
|
-
import { fillOffset } from "../../../../../../../motion-dom@12.
|
|
11
|
-
import { invariant } from "../../../../../../../motion-utils@12.
|
|
12
|
-
import { getEasingForSegment } from "../../../../../../../motion-utils@12.
|
|
13
|
-
import { progress } from "../../../../../../../motion-utils@12.
|
|
14
|
-
import { isGenerator } from "../../../../../../../motion-dom@12.
|
|
15
|
-
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.
|
|
7
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
8
|
+
import { defaultOffset } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
9
|
+
import { createGeneratorEasing } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs";
|
|
10
|
+
import { fillOffset } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs";
|
|
11
|
+
import { invariant } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
12
|
+
import { getEasingForSegment } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs";
|
|
13
|
+
import { progress } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/progress.mjs";
|
|
14
|
+
import { isGenerator } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs";
|
|
15
|
+
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.23.6/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) {
|
|
@@ -68,7 +68,7 @@ function createAnimationsFromSequence(sequence, { defaultTransition = {}, ...seq
|
|
|
68
68
|
remainder > 0 && fillOffset(times, remainder);
|
|
69
69
|
valueKeyframesAsList.length === 1 && valueKeyframesAsList.unshift(null);
|
|
70
70
|
if (repeat) {
|
|
71
|
-
invariant(repeat < MAX_REPEAT, "Repeat count too high, must be less than 20");
|
|
71
|
+
invariant(repeat < MAX_REPEAT, "Repeat count too high, must be less than 20", "repeat-count-high");
|
|
72
72
|
duration = calculateRepeatDuration(duration, repeat);
|
|
73
73
|
const originalKeyframes = [...valueKeyframesAsList];
|
|
74
74
|
const originalTimes = [...times];
|
|
@@ -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.23.12/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
2
|
+
import { getEasingForSegment } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs";
|
|
3
|
+
import { removeItem } from "../../../../../../../../motion-utils@12.23.6/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];
|
|
@@ -2,8 +2,8 @@ import { HTMLVisualElement } from "../../render/html/HTMLVisualElement.mjs";
|
|
|
2
2
|
import { ObjectVisualElement } from "../../render/object/ObjectVisualElement.mjs";
|
|
3
3
|
import { visualElementStore } from "../../render/store.mjs";
|
|
4
4
|
import { SVGVisualElement } from "../../render/svg/SVGVisualElement.mjs";
|
|
5
|
-
import { isSVGElement } from "../../../../../../../motion-dom@12.
|
|
6
|
-
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.
|
|
5
|
+
import { isSVGElement } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
6
|
+
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs";
|
|
7
7
|
function createDOMVisualElement(element) {
|
|
8
8
|
const options = {
|
|
9
9
|
presenceContext: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { transformProps } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { transformProps } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
2
2
|
const underDampedSpring = {
|
|
3
3
|
type: "spring",
|
|
4
4
|
stiffness: 500,
|
|
@@ -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.23.12/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.23.12/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
2
|
+
import { percent, px } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
3
|
+
import { progress } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/progress.mjs";
|
|
4
|
+
import { circOut } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/circ.mjs";
|
|
5
|
+
import { noop } from "../../../../../../../motion-utils@12.23.6/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.23.12/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.23.12/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.23.12/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
3
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.23.12/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);
|
|
@@ -16,19 +16,19 @@ import { buildProjectionTransform } from "../styles/transform.mjs";
|
|
|
16
16
|
import { eachAxis } from "../utils/each-axis.mjs";
|
|
17
17
|
import { hasTransform, hasScale, has2DTranslate } from "../utils/has-transform.mjs";
|
|
18
18
|
import { globalProjectionState } from "./state.mjs";
|
|
19
|
-
import { noop } from "../../../../../../../motion-utils@12.
|
|
20
|
-
import { statsBuffer } from "../../../../../../../motion-dom@12.
|
|
21
|
-
import { SubscriptionManager } from "../../../../../../../motion-utils@12.
|
|
22
|
-
import { isSVGElement } from "../../../../../../../motion-dom@12.
|
|
23
|
-
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.
|
|
24
|
-
import { frame, cancelFrame, frameData, frameSteps } from "../../../../../../../motion-dom@12.
|
|
25
|
-
import { getValueTransition } from "../../../../../../../motion-dom@12.
|
|
26
|
-
import { time } from "../../../../../../../motion-dom@12.
|
|
27
|
-
import { clamp } from "../../../../../../../motion-utils@12.
|
|
28
|
-
import { microtask } from "../../../../../../../motion-dom@12.
|
|
29
|
-
import { activeAnimations } from "../../../../../../../motion-dom@12.
|
|
30
|
-
import { motionValue } from "../../../../../../../motion-dom@12.
|
|
31
|
-
import { mixNumber } from "../../../../../../../motion-dom@12.
|
|
19
|
+
import { noop } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
20
|
+
import { statsBuffer } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/stats/buffer.mjs";
|
|
21
|
+
import { SubscriptionManager } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
22
|
+
import { isSVGElement } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
23
|
+
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs";
|
|
24
|
+
import { frame, cancelFrame, frameData, frameSteps } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
25
|
+
import { getValueTransition } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
26
|
+
import { time } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
27
|
+
import { clamp } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/clamp.mjs";
|
|
28
|
+
import { microtask } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/microtask.mjs";
|
|
29
|
+
import { activeAnimations } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/stats/animation-count.mjs";
|
|
30
|
+
import { motionValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/index.mjs";
|
|
31
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
32
32
|
const metrics = {
|
|
33
33
|
nodes: 0,
|
|
34
34
|
calculatedTargetDeltas: 0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.
|
|
1
|
+
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.23.6/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.23.12/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.23.12/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
2
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.23.12/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.23.12/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) {
|
|
@@ -6,19 +6,20 @@ import { visualElementStore } from "./store.mjs";
|
|
|
6
6
|
import { isControllingVariants, isVariantNode } from "./utils/is-controlling-variants.mjs";
|
|
7
7
|
import { updateMotionValuesFromProps } from "./utils/motion-values.mjs";
|
|
8
8
|
import { resolveVariantFromProps } from "./utils/resolve-variants.mjs";
|
|
9
|
-
import { KeyframeResolver } from "../../../../../../motion-dom@12.
|
|
10
|
-
import { time } from "../../../../../../motion-dom@12.
|
|
11
|
-
import { frame, cancelFrame } from "../../../../../../motion-dom@12.
|
|
12
|
-
import { isMotionValue } from "../../../../../../motion-dom@12.
|
|
13
|
-
import { warnOnce } from "../../../../../../motion-utils@12.
|
|
14
|
-
import { transformProps } from "../../../../../../motion-dom@12.
|
|
15
|
-
import { motionValue } from "../../../../../../motion-dom@12.
|
|
16
|
-
import { isNumericalString } from "../../../../../../motion-utils@12.
|
|
17
|
-
import { isZeroValueString } from "../../../../../../motion-utils@12.
|
|
18
|
-
import { findValueType } from "../../../../../../motion-dom@12.
|
|
19
|
-
import { complex } from "../../../../../../motion-dom@12.
|
|
20
|
-
import { getAnimatableNone } from "../../../../../../motion-dom@12.
|
|
21
|
-
import { SubscriptionManager } from "../../../../../../motion-utils@12.
|
|
9
|
+
import { KeyframeResolver } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs";
|
|
10
|
+
import { time } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
11
|
+
import { frame, cancelFrame } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
12
|
+
import { isMotionValue } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
13
|
+
import { warnOnce } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/warn-once.mjs";
|
|
14
|
+
import { transformProps } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
15
|
+
import { motionValue } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/index.mjs";
|
|
16
|
+
import { isNumericalString } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/is-numerical-string.mjs";
|
|
17
|
+
import { isZeroValueString } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/is-zero-value-string.mjs";
|
|
18
|
+
import { findValueType } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/utils/find.mjs";
|
|
19
|
+
import { complex } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
20
|
+
import { getAnimatableNone } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs";
|
|
21
|
+
import { SubscriptionManager } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
22
|
+
import { microtask } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/microtask.mjs";
|
|
22
23
|
const propEventHandlers = [
|
|
23
24
|
"AnimationStart",
|
|
24
25
|
"AnimationComplete",
|
|
@@ -89,11 +90,12 @@ class VisualElement {
|
|
|
89
90
|
for (const key in initialMotionValues) {
|
|
90
91
|
const value = initialMotionValues[key];
|
|
91
92
|
if (latestValues[key] !== void 0 && isMotionValue(value)) {
|
|
92
|
-
value.set(latestValues[key]
|
|
93
|
+
value.set(latestValues[key]);
|
|
93
94
|
}
|
|
94
95
|
}
|
|
95
96
|
}
|
|
96
97
|
mount(instance) {
|
|
98
|
+
var _a;
|
|
97
99
|
this.current = instance;
|
|
98
100
|
visualElementStore.set(instance, this);
|
|
99
101
|
if (this.projection && !this.projection.instance) {
|
|
@@ -108,20 +110,20 @@ class VisualElement {
|
|
|
108
110
|
}
|
|
109
111
|
this.shouldReduceMotion = this.reducedMotionConfig === "never" ? false : this.reducedMotionConfig === "always" ? true : prefersReducedMotion.current;
|
|
110
112
|
if (process.env.NODE_ENV !== "production") {
|
|
111
|
-
warnOnce(this.shouldReduceMotion !== true, "You have Reduced Motion enabled on your device. Animations may not appear as expected.");
|
|
113
|
+
warnOnce(this.shouldReduceMotion !== true, "You have Reduced Motion enabled on your device. Animations may not appear as expected.", "reduced-motion-disabled");
|
|
112
114
|
}
|
|
113
|
-
|
|
114
|
-
this.parent.children.add(this);
|
|
115
|
+
(_a = this.parent) == null ? void 0 : _a.addChild(this);
|
|
115
116
|
this.update(this.props, this.presenceContext);
|
|
116
117
|
}
|
|
117
118
|
unmount() {
|
|
119
|
+
var _a;
|
|
118
120
|
this.projection && this.projection.unmount();
|
|
119
121
|
cancelFrame(this.notifyUpdate);
|
|
120
122
|
cancelFrame(this.render);
|
|
121
123
|
this.valueSubscriptions.forEach((remove) => remove());
|
|
122
124
|
this.valueSubscriptions.clear();
|
|
123
125
|
this.removeFromVariantTree && this.removeFromVariantTree();
|
|
124
|
-
this.parent
|
|
126
|
+
(_a = this.parent) == null ? void 0 : _a.removeChild(this);
|
|
125
127
|
for (const key in this.events) {
|
|
126
128
|
this.events[key].clear();
|
|
127
129
|
}
|
|
@@ -134,6 +136,15 @@ class VisualElement {
|
|
|
134
136
|
}
|
|
135
137
|
this.current = null;
|
|
136
138
|
}
|
|
139
|
+
addChild(child) {
|
|
140
|
+
this.children.add(child);
|
|
141
|
+
this.enteringChildren ?? (this.enteringChildren = /* @__PURE__ */ new Set());
|
|
142
|
+
this.enteringChildren.add(child);
|
|
143
|
+
}
|
|
144
|
+
removeChild(child) {
|
|
145
|
+
this.children.delete(child);
|
|
146
|
+
this.enteringChildren && this.enteringChildren.delete(child);
|
|
147
|
+
}
|
|
137
148
|
bindToMotionValue(key, value) {
|
|
138
149
|
if (this.valueSubscriptions.has(key)) {
|
|
139
150
|
this.valueSubscriptions.get(key)();
|
|
@@ -148,15 +159,14 @@ class VisualElement {
|
|
|
148
159
|
if (valueIsTransform && this.projection) {
|
|
149
160
|
this.projection.isTransformDirty = true;
|
|
150
161
|
}
|
|
162
|
+
this.scheduleRender();
|
|
151
163
|
});
|
|
152
|
-
const removeOnRenderRequest = value.on("renderRequest", this.scheduleRender);
|
|
153
164
|
let removeSyncCheck;
|
|
154
165
|
if (window.MotionCheckAppearSync) {
|
|
155
166
|
removeSyncCheck = window.MotionCheckAppearSync(this, key, value);
|
|
156
167
|
}
|
|
157
168
|
this.valueSubscriptions.set(key, () => {
|
|
158
169
|
removeOnChange();
|
|
159
|
-
removeOnRenderRequest();
|
|
160
170
|
if (removeSyncCheck)
|
|
161
171
|
removeSyncCheck();
|
|
162
172
|
if (value.owner)
|
|
@@ -367,6 +377,9 @@ class VisualElement {
|
|
|
367
377
|
this.events[eventName].notify(...args);
|
|
368
378
|
}
|
|
369
379
|
}
|
|
380
|
+
scheduleRenderMicrotask() {
|
|
381
|
+
microtask.render(this.render);
|
|
382
|
+
}
|
|
370
383
|
}
|
|
371
384
|
export {
|
|
372
385
|
VisualElement
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VisualElement } from "../VisualElement.mjs";
|
|
2
|
-
import { DOMKeyframesResolver } from "../../../../../../../motion-dom@12.
|
|
3
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
2
|
+
import { DOMKeyframesResolver } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs";
|
|
3
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.23.12/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,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.23.12/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.23.12/external/motion-dom/dist/es/scroll/observe.mjs";
|
|
4
4
|
function isOnScrollWithInfo(onScroll) {
|
|
5
5
|
return onScroll.length === 2;
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { attachToAnimation } from "./attach-animation.mjs";
|
|
2
2
|
import { attachToFunction } from "./attach-function.mjs";
|
|
3
|
-
import { noop } from "../../../../../../../../motion-utils@12.
|
|
3
|
+
import { noop } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
4
4
|
function scroll(onScroll, { axis = "y", container = document.scrollingElement, ...options } = {}) {
|
|
5
5
|
if (!container)
|
|
6
6
|
return noop;
|
|
@@ -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.23.6/external/motion-utils/dist/es/progress.mjs";
|
|
2
|
+
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.23.6/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.23.12/external/motion-dom/dist/es/utils/interpolate.mjs";
|
|
5
|
+
import { defaultOffset } from "../../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
6
|
+
import { clamp } from "../../../../../../../../../motion-utils@12.23.6/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 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isHTMLElement } from "../../../../../../../../../motion-dom@12.
|
|
1
|
+
import { isHTMLElement } from "../../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/is-html-element.mjs";
|
|
2
2
|
function calcInset(element, container) {
|
|
3
3
|
const inset = { x: 0, y: 0 };
|
|
4
4
|
let current = element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { updateScrollInfo } from "./info.mjs";
|
|
2
2
|
import { resolveOffsets } from "./offsets/index.mjs";
|
|
3
|
-
import { warnOnce } from "../../../../../../../../motion-utils@12.
|
|
3
|
+
import { warnOnce } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/warn-once.mjs";
|
|
4
4
|
function measure(container, target = container, info) {
|
|
5
5
|
info.x.targetOffset = 0;
|
|
6
6
|
info.y.targetOffset = 0;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createScrollInfo } from "./info.mjs";
|
|
2
2
|
import { createOnScrollHandler } from "./on-scroll-handler.mjs";
|
|
3
|
-
import { noop } from "../../../../../../../../motion-utils@12.
|
|
4
|
-
import { resize } from "../../../../../../../../motion-dom@12.
|
|
5
|
-
import { frame, cancelFrame, frameData } from "../../../../../../../../motion-dom@12.
|
|
3
|
+
import { noop } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
4
|
+
import { resize } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/resize/index.mjs";
|
|
5
|
+
import { frame, cancelFrame, frameData } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
6
6
|
const scrollListeners = /* @__PURE__ */ new WeakMap();
|
|
7
7
|
const resizeListeners = /* @__PURE__ */ new WeakMap();
|
|
8
8
|
const onScrollHandlers = /* @__PURE__ */ new WeakMap();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { scrollInfo } from "../track.mjs";
|
|
2
|
-
import { supportsScrollTimeline } from "../../../../../../../../../motion-dom@12.
|
|
2
|
+
import { supportsScrollTimeline } from "../../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs";
|
|
3
3
|
const timelineCache = /* @__PURE__ */ new Map();
|
|
4
4
|
function scrollTimelineFallback(options) {
|
|
5
5
|
const currentTime = { value: 0 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveElements } from "../../../../../../../../motion-dom@12.
|
|
1
|
+
import { resolveElements } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/utils/resolve-elements.mjs";
|
|
2
2
|
const thresholds = {
|
|
3
3
|
some: 0,
|
|
4
4
|
all: 1
|
|
@@ -3,9 +3,9 @@ import { DOMVisualElement } from "../dom/DOMVisualElement.mjs";
|
|
|
3
3
|
import { buildHTMLStyles } from "./utils/build-styles.mjs";
|
|
4
4
|
import { renderHTML } from "./utils/render.mjs";
|
|
5
5
|
import { scrapeMotionValuesFromProps } from "./utils/scrape-motion-values.mjs";
|
|
6
|
-
import { transformProps } from "../../../../../../../motion-dom@12.
|
|
7
|
-
import { defaultTransformValue, readTransformValue } from "../../../../../../../motion-dom@12.
|
|
8
|
-
import { isCSSVariableName } from "../../../../../../../motion-dom@12.
|
|
6
|
+
import { transformProps } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
7
|
+
import { defaultTransformValue, readTransformValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/render/dom/parse-transform.mjs";
|
|
8
|
+
import { isCSSVariableName } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs";
|
|
9
9
|
function getComputedStyle(element) {
|
|
10
10
|
return window.getComputedStyle(element);
|
|
11
11
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { buildTransform } from "./build-transform.mjs";
|
|
2
|
-
import { transformProps } from "../../../../../../../../motion-dom@12.
|
|
3
|
-
import { isCSSVariableName } from "../../../../../../../../motion-dom@12.
|
|
4
|
-
import { getValueAsType } from "../../../../../../../../motion-dom@12.
|
|
5
|
-
import { numberValueTypes } from "../../../../../../../../motion-dom@12.
|
|
2
|
+
import { transformProps } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
3
|
+
import { isCSSVariableName } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs";
|
|
4
|
+
import { getValueAsType } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs";
|
|
5
|
+
import { numberValueTypes } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/maps/number.mjs";
|
|
6
6
|
function buildHTMLStyles(state, latestValues, transformTemplate) {
|
|
7
7
|
const { style, vars, transformOrigin } = state;
|
|
8
8
|
let hasTransform = false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { transformPropOrder } from "../../../../../../../../motion-dom@12.
|
|
2
|
-
import { getValueAsType } from "../../../../../../../../motion-dom@12.
|
|
3
|
-
import { numberValueTypes } from "../../../../../../../../motion-dom@12.
|
|
1
|
+
import { transformPropOrder } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
2
|
+
import { getValueAsType } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs";
|
|
3
|
+
import { numberValueTypes } from "../../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/types/maps/number.mjs";
|
|
4
4
|
const translateAlias = {
|
|
5
5
|
x: "translateX",
|
|
6
6
|
y: "translateY",
|
|
@@ -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.23.12/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.23.12/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
10
|
+
import { getDefaultValueType } from "../../../../../../../motion-dom@12.23.12/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.23.12/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.23.12/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
3
|
+
import { transformPropOrder } from "../../../../../../../../motion-dom@12.23.12/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) {
|