motion-v 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +37 -18
- package/dist/es/animation/hooks/animation-controls.mjs +1 -1
- package/dist/es/animation/hooks/use-animate.mjs +1 -1
- package/dist/es/animation/types.d.ts +2 -2
- package/dist/es/components/animate-presence/AnimatePresence.d.ts +1 -1
- package/dist/es/components/animate-presence/AnimatePresence.vue.mjs +3 -10
- package/dist/es/components/{presence.d.ts → animate-presence/presence.d.ts} +2 -0
- package/dist/es/components/animate-presence/presence.mjs +33 -0
- package/dist/es/components/animate-presence/use-pop-layout.mjs +1 -1
- package/dist/es/components/motion/use-motion-state.d.ts +714 -712
- package/dist/es/components/motion/use-motion-state.mjs +2 -2
- package/dist/es/components/reorder/index.d.ts +2836 -2840
- package/dist/es/components/reorder/utils.d.ts +1 -1
- package/dist/es/components/reorder/utils.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/sequence.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/single-value.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animate/subject.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +9 -9
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +6 -6
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/create.mjs +10 -10
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +2 -0
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/stagger.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +5 -5
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +13 -13
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/shared/stack.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/VisualElement.mjs +13 -13
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/attach-function.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/path.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/setters.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/delay.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/value/use-will-change/is.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/JSAnimation.mjs +4 -4
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/NativeAnimation.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/keyframes.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/spring/find.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/spring/index.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/velocity.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/can-animate.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/batcher.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/frame.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/sync-time.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/interpolate.mjs +6 -6
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/is-html-element.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/is-svg-element.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/color.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/complex.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/memo.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/index.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/index.mjs +5 -0
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/rgba.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/complex/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/numbers/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/queue.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/start.mjs +1 -1
- package/dist/es/features/animation/animation.d.ts +5 -2
- package/dist/es/features/animation/animation.mjs +4 -4
- package/dist/es/features/animation/types.d.ts +2 -2
- package/dist/es/features/gestures/drag/VisualElementDragControls.mjs +4 -4
- package/dist/es/features/gestures/drag/index.mjs +1 -1
- package/dist/es/features/gestures/drag/types.d.ts +3 -2
- package/dist/es/features/gestures/drag/utils/constraints.mjs +3 -3
- package/dist/es/features/gestures/focus/index.mjs +1 -1
- package/dist/es/features/gestures/focus/types.d.ts +4 -3
- package/dist/es/features/gestures/hover/index.mjs +2 -2
- package/dist/es/features/gestures/hover/types.d.ts +4 -3
- package/dist/es/features/gestures/in-view/index.mjs +4 -3
- package/dist/es/features/gestures/in-view/types.d.ts +4 -3
- package/dist/es/features/gestures/pan/PanSession.mjs +4 -4
- package/dist/es/features/gestures/pan/index.mjs +2 -2
- package/dist/es/features/gestures/press/index.mjs +2 -2
- package/dist/es/features/gestures/press/types.d.ts +4 -3
- package/dist/es/features/layout/config.mjs +2 -2
- package/dist/es/features/layout/layout.mjs +2 -2
- package/dist/es/features/layout/projection.mjs +3 -3
- package/dist/es/index.mjs +132 -132
- package/dist/es/state/create-visual-element.mjs +2 -2
- package/dist/es/state/event.d.ts +3 -3
- package/dist/es/state/motion-state.d.ts +1 -1
- package/dist/es/state/motion-state.mjs +6 -4
- package/dist/es/state/style.mjs +2 -2
- package/dist/es/state/utils/is-present.mjs +1 -1
- package/dist/es/state/utils/is-variant-labels.d.ts +1 -1
- package/dist/es/state/utils.d.ts +2 -2
- package/dist/es/types/framer-motion.d.ts +2 -9
- package/dist/es/types/state.d.ts +8 -14
- package/dist/es/utils/use-animation-frame.mjs +1 -1
- package/dist/es/utils/use-in-view.mjs +1 -1
- package/dist/es/value/use-combine-values.d.ts +1 -0
- package/dist/es/value/use-combine-values.mjs +4 -3
- package/dist/es/value/use-computed.mjs +5 -5
- package/dist/es/value/use-motion-template.mjs +1 -1
- package/dist/es/value/use-scroll.d.ts +4 -4
- package/dist/es/value/use-scroll.mjs +2 -2
- package/dist/es/value/use-spring.mjs +4 -4
- package/dist/es/value/use-time.d.ts +1 -1
- package/dist/es/value/use-time.mjs +1 -1
- package/dist/es/value/use-transform.mjs +1 -1
- package/dist/es/value/use-velocity.mjs +2 -2
- package/dist/es/value/use-will-change/is.mjs +1 -1
- package/package.json +4 -3
- package/dist/es/components/presence.mjs +0 -16
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/styles/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/store.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.16.0 → framer-motion@12.18.1}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/GroupAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/drivers/frame.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/inertia.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/spring/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/active-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/is-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/animation/waapi/utils/px-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/MotionValueState.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/attr/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/prop/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/style/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/style/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/svg/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/utils/create-dom-effect.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/effects/utils/create-effect.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/index-legacy.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/microtask.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/order.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/frameloop/render-step.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/hover.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/parse-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/style-computed.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/style-set.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/utils/keys-position.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/render/utils/keys-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/resize/handle-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/resize/handle-window.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/resize/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/scroll/observe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/stats/animation-count.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/stats/buffer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/stats/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/immediate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/mix/visibility.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/resolve-elements.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/utils/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/map-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/spring-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/subscribe-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/transform-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/auto.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/hex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/hsla.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/color/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/complex/filter.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/dimensions.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/int.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/maps/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/maps/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/maps/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/numbers/units.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/test.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/find.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/float-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/is-nullish.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/sanitize.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/types/utils/single-color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/value/utils/is-motion-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/choose-layer-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/css.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/get-layer-name.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/get-view-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.16.0 → motion-dom@12.18.1}/external/motion-dom/dist/es/view/utils/has-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/clamp.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/anticipate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/back.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/circ.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/ease.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/modifiers/mirror.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/modifiers/reverse.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/steps.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/easing/utils/map.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/errors.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/global-config.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/is-numerical-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/is-object.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/is-zero-value-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/memo.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/noop.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/pipe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/progress.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/subscription-manager.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/time-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/velocity-per-second.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/warn-once.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.12.1 → motion-utils@12.18.1}/external/motion-utils/dist/es/wrap.mjs +0 -0
|
@@ -3,4 +3,4 @@ export declare function compareMin<V>(a: ItemData<V>, b: ItemData<V>): number;
|
|
|
3
3
|
export declare function getValue<V>(item: ItemData<V>): V;
|
|
4
4
|
export declare function checkReorder<T>(order: ItemData<T>[], value: T, offset: number, velocity: number): ItemData<T>[];
|
|
5
5
|
export declare function moveItem<T>([...arr]: T[], fromIndex: number, toIndex: number): T[];
|
|
6
|
-
export declare function useDefaultMotionValue(value: any, defaultValue?: number): import('
|
|
6
|
+
export declare function useDefaultMotionValue(value: any, defaultValue?: number): import('motion-dom').MotionValue<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { motionValue } from "../../external/.pnpm/motion-dom@12.
|
|
2
|
-
import { mixNumber } from "../../external/.pnpm/motion-dom@12.
|
|
3
|
-
import { isMotionValue } from "../../external/.pnpm/motion-dom@12.
|
|
1
|
+
import { motionValue } from "../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/value/index.mjs";
|
|
2
|
+
import { mixNumber } from "../../external/.pnpm/motion-dom@12.18.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
3
|
+
import { isMotionValue } from "../../external/.pnpm/motion-dom@12.18.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.18.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.18.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.18.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
1
|
import { animateMotionValue } from "../interfaces/motion-value.mjs";
|
|
2
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
3
|
-
import { motionValue } from "../../../../../../../motion-dom@12.
|
|
2
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
3
|
+
import { motionValue } from "../../../../../../../motion-dom@12.18.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));
|
|
@@ -4,8 +4,8 @@ import { createDOMVisualElement, createObjectVisualElement } from "../utils/crea
|
|
|
4
4
|
import { isDOMKeyframes } from "../utils/is-dom-keyframes.mjs";
|
|
5
5
|
import { resolveSubjects } from "./resolve-subjects.mjs";
|
|
6
6
|
import { animateSingleValue } from "./single-value.mjs";
|
|
7
|
-
import { invariant } from "../../../../../../../motion-utils@12.
|
|
8
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
7
|
+
import { invariant } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
8
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.18.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.18.1/external/motion-dom/dist/es/utils/resolve-elements.mjs";
|
|
2
|
+
import { invariant } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { getValueTransition } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
4
|
+
import { getAnimationMap, animationMapKey } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/utils/active-animations.mjs";
|
|
5
|
+
import { getComputedStyle } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/render/dom/style-computed.mjs";
|
|
6
|
+
import { fillWildcards } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs";
|
|
7
|
+
import { applyPxDefaults } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs";
|
|
8
|
+
import { NativeAnimation } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/NativeAnimation.mjs";
|
|
9
|
+
import { secondsToMilliseconds } from "../../../../../../../../motion-utils@12.18.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.18.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.18.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
5
|
+
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
6
|
+
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/global-config.mjs";
|
|
7
|
+
import { frame } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
8
|
+
import { JSAnimation } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/JSAnimation.mjs";
|
|
9
|
+
import { AsyncMotionValueAnimation } from "../../../../../../../motion-dom@12.18.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.18.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
6
|
+
import { frame } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
7
|
+
import { positionalKeys } from "../../../../../../../motion-dom@12.18.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;
|
|
@@ -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.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
8
|
+
import { defaultOffset } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
9
|
+
import { createGeneratorEasing } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs";
|
|
10
|
+
import { fillOffset } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs";
|
|
11
|
+
import { invariant } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/errors.mjs";
|
|
12
|
+
import { getEasingForSegment } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs";
|
|
13
|
+
import { progress } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/progress.mjs";
|
|
14
|
+
import { isGenerator } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs";
|
|
15
|
+
import { secondsToMilliseconds } from "../../../../../../../motion-utils@12.18.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) {
|
|
@@ -44,7 +44,7 @@ function createAnimationsFromSequence(sequence, { defaultTransition = {}, ...seq
|
|
|
44
44
|
let { ease = defaultTransition.ease || "easeOut", duration } = valueTransition;
|
|
45
45
|
const calculatedDelay = typeof delay === "function" ? delay(elementIndex, numSubjects) : delay;
|
|
46
46
|
const numKeyframes = valueKeyframesAsList.length;
|
|
47
|
-
const createGenerator = isGenerator(type) ? type : generators == null ? void 0 : generators[type];
|
|
47
|
+
const createGenerator = isGenerator(type) ? type : generators == null ? void 0 : generators[type || "keyframes"];
|
|
48
48
|
if (numKeyframes <= 2 && createGenerator) {
|
|
49
49
|
let absoluteDelta = 100;
|
|
50
50
|
if (numKeyframes === 2 && isNumberKeyframesArray(valueKeyframesAsList)) {
|
|
@@ -5,6 +5,8 @@ function calcNextTime(current, next, prev, labels) {
|
|
|
5
5
|
return Math.max(0, current + parseFloat(next));
|
|
6
6
|
} else if (next === "<") {
|
|
7
7
|
return prev;
|
|
8
|
+
} else if (next.startsWith("<")) {
|
|
9
|
+
return Math.max(0, prev + parseFloat(next.slice(1)));
|
|
8
10
|
} else {
|
|
9
11
|
return labels.get(next) ?? current;
|
|
10
12
|
}
|
|
@@ -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.18.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
2
|
+
import { getEasingForSegment } from "../../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs";
|
|
3
|
+
import { removeItem } from "../../../../../../../../motion-utils@12.18.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];
|
|
@@ -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.18.1/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
6
|
+
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.18.1/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.18.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.18.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.18.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.18.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
2
|
+
import { percent, px } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
3
|
+
import { progress } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/progress.mjs";
|
|
4
|
+
import { circOut } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/easing/circ.mjs";
|
|
5
|
+
import { noop } from "../../../../../../../motion-utils@12.18.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.18.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.18.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.18.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
3
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.18.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);
|
|
@@ -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 { getValueTransition } from "../../../../../../../motion-dom@12.
|
|
25
|
-
import { cancelFrame, frameData, frameSteps, frame } 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.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
20
|
+
import { statsBuffer } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/stats/buffer.mjs";
|
|
21
|
+
import { SubscriptionManager } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
22
|
+
import { isSVGElement } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
23
|
+
import { isSVGSVGElement } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs";
|
|
24
|
+
import { getValueTransition } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
25
|
+
import { cancelFrame, frameData, frameSteps, frame } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
26
|
+
import { time } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
27
|
+
import { clamp } from "../../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/clamp.mjs";
|
|
28
|
+
import { microtask } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/microtask.mjs";
|
|
29
|
+
import { activeAnimations } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/stats/animation-count.mjs";
|
|
30
|
+
import { motionValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/index.mjs";
|
|
31
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.18.1/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.18.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.18.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.18.1/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
2
|
+
import { mixNumber } from "../../../../../../../motion-dom@12.18.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.18.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) {
|
|
@@ -6,19 +6,19 @@ 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.18.1/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs";
|
|
10
|
+
import { time } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
11
|
+
import { frame, cancelFrame } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
12
|
+
import { isMotionValue } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
13
|
+
import { warnOnce } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/warn-once.mjs";
|
|
14
|
+
import { transformProps } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
15
|
+
import { motionValue } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/index.mjs";
|
|
16
|
+
import { isNumericalString } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/is-numerical-string.mjs";
|
|
17
|
+
import { isZeroValueString } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/is-zero-value-string.mjs";
|
|
18
|
+
import { findValueType } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/utils/find.mjs";
|
|
19
|
+
import { complex } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
20
|
+
import { getAnimatableNone } from "../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs";
|
|
21
|
+
import { SubscriptionManager } from "../../../../../../motion-utils@12.18.1/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
22
22
|
const propEventHandlers = [
|
|
23
23
|
"AnimationStart",
|
|
24
24
|
"AnimationComplete",
|
|
@@ -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.18.1/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs";
|
|
3
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.18.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,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.18.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.18.1/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.18.1/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.18.1/external/motion-utils/dist/es/progress.mjs";
|
|
2
|
+
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.18.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.18.1/external/motion-dom/dist/es/utils/interpolate.mjs";
|
|
5
|
+
import { defaultOffset } from "../../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
6
|
+
import { clamp } from "../../../../../../../../../motion-utils@12.18.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 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isHTMLElement } from "../../../../../../../../../motion-dom@12.
|
|
1
|
+
import { isHTMLElement } from "../../../../../../../../../motion-dom@12.18.1/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.18.1/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.18.1/external/motion-utils/dist/es/noop.mjs";
|
|
4
|
+
import { resize } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/resize/index.mjs";
|
|
5
|
+
import { frame, cancelFrame, frameData } from "../../../../../../../../motion-dom@12.18.1/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.18.1/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.18.1/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.18.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
7
|
+
import { defaultTransformValue, readTransformValue } from "../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/render/dom/parse-transform.mjs";
|
|
8
|
+
import { isCSSVariableName } from "../../../../../../../motion-dom@12.18.1/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.18.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
3
|
+
import { isCSSVariableName } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs";
|
|
4
|
+
import { getValueAsType } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs";
|
|
5
|
+
import { numberValueTypes } from "../../../../../../../../motion-dom@12.18.1/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.18.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
2
|
+
import { getValueAsType } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs";
|
|
3
|
+
import { numberValueTypes } from "../../../../../../../../motion-dom@12.18.1/external/motion-dom/dist/es/value/types/maps/number.mjs";
|
|
4
4
|
const translateAlias = {
|
|
5
5
|
x: "translateX",
|
|
6
6
|
y: "translateY",
|