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 { compareByDepth } from "./compare-by-depth.mjs";
|
|
2
|
-
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { addUniqueItem, removeItem } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/array.mjs";
|
|
3
3
|
class FlatTree {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.children = [];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
2
|
-
import { motionValue } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
2
|
+
import { motionValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/index.mjs";
|
|
3
3
|
function updateMotionValuesFromProps(element, next, prev) {
|
|
4
4
|
for (const key in next) {
|
|
5
5
|
const nextValue = next[key];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isKeyframesTarget } from "../../animation/utils/is-keyframes-target.mjs";
|
|
2
2
|
import { resolveVariant } from "./resolve-dynamic-variants.mjs";
|
|
3
|
-
import { motionValue } from "../../../../../../../motion-dom@12.
|
|
3
|
+
import { motionValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/index.mjs";
|
|
4
4
|
function setMotionValue(visualElement, key, value) {
|
|
5
5
|
if (visualElement.hasValue(key)) {
|
|
6
6
|
visualElement.getValue(key).set(value);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { time } from "../../../../../../motion-dom@12.
|
|
2
|
-
import { frame, cancelFrame } from "../../../../../../motion-dom@12.
|
|
3
|
-
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
1
|
+
import { time } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
2
|
+
import { frame, cancelFrame } from "../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
3
|
+
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
4
4
|
function delay(callback, timeout) {
|
|
5
5
|
const start = time.now();
|
|
6
6
|
const checkElapsed = ({ timestamp }) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isWillChangeMotionValue } from "./is.mjs";
|
|
2
|
-
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { MotionGlobalConfig } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/global-config.mjs";
|
|
3
3
|
function addValueToWillChange(visualElement, key) {
|
|
4
4
|
const willChange = visualElement.getValue("willChange");
|
|
5
5
|
if (isWillChangeMotionValue(willChange)) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
2
2
|
function isWillChangeMotionValue(value) {
|
|
3
3
|
return Boolean(isMotionValue(value) && value.add);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isMotionValue } from "../../../../../../../motion-dom@12.
|
|
1
|
+
import { isMotionValue } from "../../../../../../../motion-dom@12.23.12/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
2
2
|
function resolveMotionValue(value) {
|
|
3
3
|
return isMotionValue(value) ? value.get() : value;
|
|
4
4
|
}
|
|
@@ -4,10 +4,11 @@ import { getFinalKeyframe } from "./keyframes/get-final.mjs";
|
|
|
4
4
|
import { KeyframeResolver, flushKeyframeResolvers } from "./keyframes/KeyframesResolver.mjs";
|
|
5
5
|
import { NativeAnimationExtended } from "./NativeAnimationExtended.mjs";
|
|
6
6
|
import { canAnimate } from "./utils/can-animate.mjs";
|
|
7
|
+
import { makeAnimationInstant } from "./utils/make-animation-instant.mjs";
|
|
7
8
|
import { WithPromise } from "./utils/WithPromise.mjs";
|
|
8
9
|
import { supportsBrowserAnimation } from "./waapi/supports/waapi.mjs";
|
|
9
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
10
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
10
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/global-config.mjs";
|
|
11
|
+
import { noop } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
11
12
|
const MAX_RESOLVE_DELAY = 40;
|
|
12
13
|
class AsyncMotionValueAnimation extends WithPromise {
|
|
13
14
|
constructor({ autoplay = true, delay = 0, type = "keyframes", repeat = 0, repeatDelay = 0, repeatType = "loop", keyframes, name, motionValue, element, ...options }) {
|
|
@@ -47,7 +48,7 @@ class AsyncMotionValueAnimation extends WithPromise {
|
|
|
47
48
|
onUpdate == null ? void 0 : onUpdate(getFinalKeyframe(keyframes, options, finalKeyframe));
|
|
48
49
|
}
|
|
49
50
|
keyframes[0] = keyframes[keyframes.length - 1];
|
|
50
|
-
options
|
|
51
|
+
makeAnimationInstant(options);
|
|
51
52
|
options.repeat = 0;
|
|
52
53
|
}
|
|
53
54
|
const startTime = sync ? !this.resolvedAt ? this.createdAt : this.resolvedAt - this.createdAt > MAX_RESOLVE_DELAY ? this.resolvedAt : this.createdAt : void 0;
|
|
@@ -8,10 +8,10 @@ import { calcGeneratorDuration } from "./generators/utils/calc-duration.mjs";
|
|
|
8
8
|
import { getFinalKeyframe } from "./keyframes/get-final.mjs";
|
|
9
9
|
import { replaceTransitionType } from "./utils/replace-transition-type.mjs";
|
|
10
10
|
import { WithPromise } from "./utils/WithPromise.mjs";
|
|
11
|
-
import { invariant } from "../../../../../../motion-utils@12.
|
|
12
|
-
import { pipe } from "../../../../../../motion-utils@12.
|
|
13
|
-
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
14
|
-
import { clamp } from "../../../../../../motion-utils@12.
|
|
11
|
+
import { invariant } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
12
|
+
import { pipe } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/pipe.mjs";
|
|
13
|
+
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
14
|
+
import { clamp } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/clamp.mjs";
|
|
15
15
|
const percentToProgress = (percent) => percent / 100;
|
|
16
16
|
class JSAnimation extends WithPromise {
|
|
17
17
|
constructor(options) {
|
|
@@ -48,7 +48,7 @@ class JSAnimation extends WithPromise {
|
|
|
48
48
|
let { keyframes: keyframes$1 } = options;
|
|
49
49
|
const generatorFactory = type || keyframes;
|
|
50
50
|
if (process.env.NODE_ENV !== "production" && generatorFactory !== keyframes) {
|
|
51
|
-
invariant(keyframes$1.length <= 2, `Only two keyframes currently supported with spring and inertia animations. Trying to animate ${keyframes$1}
|
|
51
|
+
invariant(keyframes$1.length <= 2, `Only two keyframes currently supported with spring and inertia animations. Trying to animate ${keyframes$1}`, "spring-two-frames");
|
|
52
52
|
}
|
|
53
53
|
if (generatorFactory !== keyframes && typeof keyframes$1[0] !== "number") {
|
|
54
54
|
this.mixKeyframes = pipe(percentToProgress, mix(keyframes$1[0], keyframes$1[1]));
|
|
@@ -4,9 +4,9 @@ import { getFinalKeyframe } from "./keyframes/get-final.mjs";
|
|
|
4
4
|
import { WithPromise } from "./utils/WithPromise.mjs";
|
|
5
5
|
import { startWaapiAnimation } from "./waapi/start-waapi-animation.mjs";
|
|
6
6
|
import { applyGeneratorOptions } from "./waapi/utils/apply-generator.mjs";
|
|
7
|
-
import { invariant } from "../../../../../../motion-utils@12.
|
|
8
|
-
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
9
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
7
|
+
import { invariant } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
8
|
+
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
9
|
+
import { noop } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
10
10
|
class NativeAnimation extends WithPromise {
|
|
11
11
|
constructor(options) {
|
|
12
12
|
super();
|
|
@@ -18,7 +18,7 @@ class NativeAnimation extends WithPromise {
|
|
|
18
18
|
this.isPseudoElement = Boolean(pseudoElement);
|
|
19
19
|
this.allowFlatten = allowFlatten;
|
|
20
20
|
this.options = options;
|
|
21
|
-
invariant(typeof options.type !== "string", `
|
|
21
|
+
invariant(typeof options.type !== "string", `Mini animate() doesn't support "type" as a string.`, "mini-spring");
|
|
22
22
|
const transition = applyGeneratorOptions(options);
|
|
23
23
|
this.animation = startWaapiAnimation(element, name, keyframes, transition, pseudoElement);
|
|
24
24
|
if (transition.autoplay === false) {
|
|
@@ -2,7 +2,7 @@ import { JSAnimation } from "./JSAnimation.mjs";
|
|
|
2
2
|
import { NativeAnimation } from "./NativeAnimation.mjs";
|
|
3
3
|
import { replaceTransitionType } from "./utils/replace-transition-type.mjs";
|
|
4
4
|
import { replaceStringEasing } from "./waapi/utils/unsupported-easing.mjs";
|
|
5
|
-
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.
|
|
5
|
+
import { secondsToMilliseconds } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
6
6
|
const sampleDelta = 10;
|
|
7
7
|
class NativeAnimationExtended extends NativeAnimation {
|
|
8
8
|
constructor(options) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { interpolate } from "../../utils/interpolate.mjs";
|
|
2
2
|
import { defaultOffset } from "../keyframes/offsets/default.mjs";
|
|
3
3
|
import { convertOffsetToTimes } from "../keyframes/offsets/time.mjs";
|
|
4
|
-
import { easeInOut } from "../../../../../../../motion-utils@12.
|
|
5
|
-
import { isEasingArray } from "../../../../../../../motion-utils@12.
|
|
6
|
-
import { easingDefinitionToFunction } from "../../../../../../../motion-utils@12.
|
|
4
|
+
import { easeInOut } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/ease.mjs";
|
|
5
|
+
import { isEasingArray } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs";
|
|
6
|
+
import { easingDefinitionToFunction } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/utils/map.mjs";
|
|
7
7
|
function defaultEasing(values, easing) {
|
|
8
8
|
return values.map(() => easing || easeInOut).splice(0, values.length - 1);
|
|
9
9
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { springDefaults } from "./defaults.mjs";
|
|
2
|
-
import { warning } from "../../../../../../../../motion-utils@12.
|
|
3
|
-
import { secondsToMilliseconds, millisecondsToSeconds } from "../../../../../../../../motion-utils@12.
|
|
4
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
2
|
+
import { warning } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { secondsToMilliseconds, millisecondsToSeconds } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
4
|
+
import { clamp } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/clamp.mjs";
|
|
5
5
|
const safeMin = 1e-3;
|
|
6
6
|
function findSpring({ duration = springDefaults.duration, bounce = springDefaults.bounce, velocity = springDefaults.velocity, mass = springDefaults.mass }) {
|
|
7
7
|
let envelope;
|
|
8
8
|
let derivative;
|
|
9
|
-
warning(duration <= secondsToMilliseconds(springDefaults.maxDuration), "Spring duration must be 10 seconds or less");
|
|
9
|
+
warning(duration <= secondsToMilliseconds(springDefaults.maxDuration), "Spring duration must be 10 seconds or less", "spring-duration-limit");
|
|
10
10
|
let dampingRatio = 1 - bounce;
|
|
11
11
|
dampingRatio = clamp(springDefaults.minDamping, springDefaults.maxDamping, dampingRatio);
|
|
12
12
|
duration = clamp(springDefaults.minDuration, springDefaults.maxDuration, millisecondsToSeconds(duration));
|
|
@@ -4,8 +4,8 @@ import { createGeneratorEasing } from "../utils/create-generator-easing.mjs";
|
|
|
4
4
|
import { calcGeneratorVelocity } from "../utils/velocity.mjs";
|
|
5
5
|
import { springDefaults } from "./defaults.mjs";
|
|
6
6
|
import { findSpring, calcAngularFreq } from "./find.mjs";
|
|
7
|
-
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../../../motion-utils@12.
|
|
8
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
7
|
+
import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
8
|
+
import { clamp } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/clamp.mjs";
|
|
9
9
|
const durationKeys = ["duration", "bounce"];
|
|
10
10
|
const physicsKeys = ["stiffness", "damping", "mass"];
|
|
11
11
|
function isSpringType(options, keys) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { calcGeneratorDuration, maxGeneratorDuration } from "./calc-duration.mjs";
|
|
2
|
-
import { millisecondsToSeconds } from "../../../../../../../../motion-utils@12.
|
|
2
|
+
import { millisecondsToSeconds } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/time-conversion.mjs";
|
|
3
3
|
function createGeneratorEasing(options, scale = 100, createGenerator) {
|
|
4
4
|
const generator = createGenerator({ ...options, keyframes: [0, scale] });
|
|
5
5
|
const duration = Math.min(calcGeneratorDuration(generator), maxGeneratorDuration);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { velocityPerSecond } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/velocity-per-second.mjs";
|
|
2
2
|
const velocitySampleDuration = 5;
|
|
3
3
|
function calcGeneratorVelocity(resolveValue, t, current) {
|
|
4
4
|
const prevT = Math.max(t - velocitySampleDuration, 0);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { mixNumber } from "../../../utils/mix/number.mjs";
|
|
2
|
-
import { progress } from "../../../../../../../../motion-utils@12.
|
|
2
|
+
import { progress } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/progress.mjs";
|
|
3
3
|
function fillOffset(offset, remaining) {
|
|
4
4
|
const min = offset[offset.length - 1];
|
|
5
5
|
for (let i = 1; i <= remaining; i++) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isZeroValueString } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { isZeroValueString } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/is-zero-value-string.mjs";
|
|
2
2
|
function isNone(value) {
|
|
3
3
|
if (typeof value === "number") {
|
|
4
4
|
return value === 0;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isGenerator } from "../generators/utils/is-generator.mjs";
|
|
2
2
|
import { isAnimatable } from "./is-animatable.mjs";
|
|
3
|
-
import { warning } from "../../../../../../../motion-utils@12.
|
|
3
|
+
import { warning } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
4
4
|
function hasKeyframesChanged(keyframes) {
|
|
5
5
|
const current = keyframes[0];
|
|
6
6
|
if (keyframes.length === 1)
|
|
@@ -19,7 +19,7 @@ function canAnimate(keyframes, name, type, velocity) {
|
|
|
19
19
|
const targetKeyframe = keyframes[keyframes.length - 1];
|
|
20
20
|
const isOriginAnimatable = isAnimatable(originKeyframe, name);
|
|
21
21
|
const isTargetAnimatable = isAnimatable(targetKeyframe, name);
|
|
22
|
-
warning(isOriginAnimatable === isTargetAnimatable, `You are trying to animate ${name} from "${originKeyframe}" to "${targetKeyframe}". ${originKeyframe} is not an animatable value -
|
|
22
|
+
warning(isOriginAnimatable === isTargetAnimatable, `You are trying to animate ${name} from "${originKeyframe}" to "${targetKeyframe}". "${isOriginAnimatable ? targetKeyframe : originKeyframe}" is not an animatable value.`, "value-not-animatable");
|
|
23
23
|
if (!isOriginAnimatable || !isTargetAnimatable) {
|
|
24
24
|
return false;
|
|
25
25
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isCSSVariableToken } from "./is-css-variable.mjs";
|
|
2
|
-
import { invariant } from "../../../../../../../motion-utils@12.
|
|
3
|
-
import { isNumericalString } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { invariant } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { isNumericalString } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/is-numerical-string.mjs";
|
|
4
4
|
const splitCSSVariableRegex = (
|
|
5
5
|
// eslint-disable-next-line redos-detector/no-unsafe-regex -- false positive, as it can match a lot of words
|
|
6
6
|
/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u
|
|
@@ -14,7 +14,7 @@ function parseCSSVariable(current) {
|
|
|
14
14
|
}
|
|
15
15
|
const maxDepth = 4;
|
|
16
16
|
function getVariableValue(current, element, depth = 1) {
|
|
17
|
-
invariant(depth <= maxDepth, `Max CSS variable fallback depth detected in property "${current}". This may indicate a circular fallback dependency
|
|
17
|
+
invariant(depth <= maxDepth, `Max CSS variable fallback depth detected in property "${current}". This may indicate a circular fallback dependency.`, "max-css-var-depth");
|
|
18
18
|
const [token, fallback] = parseCSSVariable(current);
|
|
19
19
|
if (!token)
|
|
20
20
|
return;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { supportsLinearEasing } from "../../../utils/supports/linear-easing.mjs";
|
|
2
2
|
import { supportedWaapiEasing } from "./supported.mjs";
|
|
3
|
-
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.
|
|
3
|
+
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs";
|
|
4
4
|
function isWaapiSupportedEasing(easing) {
|
|
5
5
|
return Boolean(typeof easing === "function" && supportsLinearEasing() || !easing || typeof easing === "string" && (easing in supportedWaapiEasing || supportsLinearEasing()) || isBezierDefinition(easing) || Array.isArray(easing) && easing.every(isWaapiSupportedEasing));
|
|
6
6
|
}
|
|
@@ -2,7 +2,7 @@ import { supportsLinearEasing } from "../../../utils/supports/linear-easing.mjs"
|
|
|
2
2
|
import { generateLinearEasing } from "../utils/linear.mjs";
|
|
3
3
|
import { cubicBezierAsString } from "./cubic-bezier.mjs";
|
|
4
4
|
import { supportedWaapiEasing } from "./supported.mjs";
|
|
5
|
-
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.
|
|
5
|
+
import { isBezierDefinition } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs";
|
|
6
6
|
function mapEasingToNativeEasing(easing, duration) {
|
|
7
7
|
if (!easing) {
|
|
8
8
|
return void 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memo } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { memo } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/memo.mjs";
|
|
2
2
|
const supportsPartialKeyframes = /* @__PURE__ */ memo(() => {
|
|
3
3
|
try {
|
|
4
4
|
document.createElement("div").animate({ opacity: [1] });
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { memo } from "../../../../../../../../motion-utils@12.19.0/external/motion-utils/dist/es/memo.mjs";
|
|
1
|
+
import { memo } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/memo.mjs";
|
|
3
2
|
const acceleratedValues = /* @__PURE__ */ new Set([
|
|
4
3
|
"opacity",
|
|
5
4
|
"clipPath",
|
|
@@ -12,7 +11,8 @@ const supportsWaapi = /* @__PURE__ */ memo(() => Object.hasOwnProperty.call(Elem
|
|
|
12
11
|
function supportsBrowserAnimation(options) {
|
|
13
12
|
var _a;
|
|
14
13
|
const { motionValue, name, repeatDelay, repeatType, damping, type } = options;
|
|
15
|
-
|
|
14
|
+
const subject = (_a = motionValue == null ? void 0 : motionValue.owner) == null ? void 0 : _a.current;
|
|
15
|
+
if (!(subject instanceof HTMLElement)) {
|
|
16
16
|
return false;
|
|
17
17
|
}
|
|
18
18
|
const { onUpdate, transformTemplate } = motionValue.owner.getProps();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { anticipate } from "../../../../../../../../motion-utils@12.
|
|
2
|
-
import { backInOut } from "../../../../../../../../motion-utils@12.
|
|
3
|
-
import { circInOut } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { anticipate } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/anticipate.mjs";
|
|
2
|
+
import { backInOut } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/back.mjs";
|
|
3
|
+
import { circInOut } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/easing/circ.mjs";
|
|
4
4
|
const unsupportedEasingFunctions = {
|
|
5
5
|
anticipate,
|
|
6
6
|
backInOut,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { stepsOrder } from "./order.mjs";
|
|
2
2
|
import { createRenderStep } from "./render-step.mjs";
|
|
3
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
3
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/global-config.mjs";
|
|
4
4
|
const maxElapsed = 40;
|
|
5
5
|
function createRenderBatcher(scheduleNextBatch, allowKeepAlive) {
|
|
6
6
|
let runNextFrame = false;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createRenderBatcher } from "./batcher.mjs";
|
|
2
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { noop } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
3
3
|
const { schedule: frame, cancel: cancelFrame, state: frameData, steps: frameSteps } = /* @__PURE__ */ createRenderBatcher(typeof requestAnimationFrame !== "undefined" ? requestAnimationFrame : noop, true);
|
|
4
4
|
export {
|
|
5
5
|
cancelFrame,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { frameData } from "./frame.mjs";
|
|
2
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/global-config.mjs";
|
|
3
3
|
let now;
|
|
4
4
|
function clearTime() {
|
|
5
5
|
now = void 0;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { mix } from "./mix/index.mjs";
|
|
2
|
-
import { invariant } from "../../../../../../motion-utils@12.
|
|
3
|
-
import { clamp } from "../../../../../../motion-utils@12.
|
|
4
|
-
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.
|
|
5
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
6
|
-
import { pipe } from "../../../../../../motion-utils@12.
|
|
7
|
-
import { progress } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { invariant } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
3
|
+
import { clamp } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/clamp.mjs";
|
|
4
|
+
import { MotionGlobalConfig } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/global-config.mjs";
|
|
5
|
+
import { noop } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
6
|
+
import { pipe } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/pipe.mjs";
|
|
7
|
+
import { progress } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/progress.mjs";
|
|
8
8
|
function createMixers(output, ease, customMixer) {
|
|
9
9
|
const mixers = [];
|
|
10
10
|
const mixerFactory = customMixer || MotionGlobalConfig.mix || mix;
|
|
@@ -21,7 +21,7 @@ function createMixers(output, ease, customMixer) {
|
|
|
21
21
|
}
|
|
22
22
|
function interpolate(input, output, { clamp: isClamp = true, ease, mixer } = {}) {
|
|
23
23
|
const inputLength = input.length;
|
|
24
|
-
invariant(inputLength === output.length, "Both input and output ranges must be the same length");
|
|
24
|
+
invariant(inputLength === output.length, "Both input and output ranges must be the same length", "range-length");
|
|
25
25
|
if (inputLength === 1)
|
|
26
26
|
return () => output[0];
|
|
27
27
|
if (inputLength === 2 && output[0] === output[1])
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isObject } from "../../../../../../motion-utils@12.
|
|
1
|
+
import { isObject } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/is-object.mjs";
|
|
2
2
|
function isHTMLElement(element) {
|
|
3
3
|
return isObject(element) && "offsetHeight" in element;
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isObject } from "../../../../../../motion-utils@12.
|
|
1
|
+
import { isObject } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/is-object.mjs";
|
|
2
2
|
function isSVGElement(element) {
|
|
3
3
|
return isObject(element) && "ownerSVGElement" in element;
|
|
4
4
|
}
|
|
@@ -4,7 +4,7 @@ import { hslaToRgba } from "../../value/types/color/hsla-to-rgba.mjs";
|
|
|
4
4
|
import { rgba } from "../../value/types/color/rgba.mjs";
|
|
5
5
|
import { mixImmediate } from "./immediate.mjs";
|
|
6
6
|
import { mixNumber } from "./number.mjs";
|
|
7
|
-
import { warning } from "../../../../../../../motion-utils@12.
|
|
7
|
+
import { warning } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
8
8
|
const mixLinearColor = (from, to, v) => {
|
|
9
9
|
const fromExpo = from * from;
|
|
10
10
|
const expo = v * (to * to - fromExpo) + fromExpo;
|
|
@@ -14,7 +14,7 @@ const colorTypes = [hex, rgba, hsla];
|
|
|
14
14
|
const getColorType = (v) => colorTypes.find((type) => type.test(v));
|
|
15
15
|
function asRGBA(color) {
|
|
16
16
|
const type = getColorType(color);
|
|
17
|
-
warning(Boolean(type), `'${color}' is not an animatable color. Use the equivalent color code instead
|
|
17
|
+
warning(Boolean(type), `'${color}' is not an animatable color. Use the equivalent color code instead.`, "color-not-animatable");
|
|
18
18
|
if (!Boolean(type))
|
|
19
19
|
return false;
|
|
20
20
|
let model = type.parse(color);
|
|
@@ -5,8 +5,8 @@ import { mixColor } from "./color.mjs";
|
|
|
5
5
|
import { mixImmediate } from "./immediate.mjs";
|
|
6
6
|
import { mixNumber as mixNumber$1 } from "./number.mjs";
|
|
7
7
|
import { invisibleValues, mixVisibility } from "./visibility.mjs";
|
|
8
|
-
import { pipe } from "../../../../../../../motion-utils@12.
|
|
9
|
-
import { warning } from "../../../../../../../motion-utils@12.
|
|
8
|
+
import { pipe } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/pipe.mjs";
|
|
9
|
+
import { warning } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/errors.mjs";
|
|
10
10
|
function mixNumber(a, b) {
|
|
11
11
|
return (p) => mixNumber$1(a, b, p);
|
|
12
12
|
}
|
|
@@ -71,7 +71,7 @@ const mixComplex = (origin, target) => {
|
|
|
71
71
|
}
|
|
72
72
|
return pipe(mixArray(matchOrder(originStats, targetStats), targetStats.values), template);
|
|
73
73
|
} else {
|
|
74
|
-
warning(true, `Complex values '${origin}' and '${target}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition
|
|
74
|
+
warning(true, `Complex values '${origin}' and '${target}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`, "complex-values-different");
|
|
75
75
|
return mixImmediate(origin, target);
|
|
76
76
|
}
|
|
77
77
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { easingDefinitionToFunction } from "../../../../../../motion-utils@12.
|
|
1
|
+
import { easingDefinitionToFunction } from "../../../../../../motion-utils@12.23.6/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 { supportsFlags } from "./flags.mjs";
|
|
2
|
-
import { memo } from "../../../../../../../motion-utils@12.
|
|
2
|
+
import { memo } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/memo.mjs";
|
|
3
3
|
function memoSupports(callback, supportsFlag) {
|
|
4
4
|
const memoized = memo(callback);
|
|
5
5
|
return () => supportsFlags[supportsFlag] ?? memoized();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memo } from "../../../../../../../motion-utils@12.
|
|
1
|
+
import { memo } from "../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/memo.mjs";
|
|
2
2
|
const supportsScrollTimeline = /* @__PURE__ */ memo(() => window.ScrollTimeline !== void 0);
|
|
3
3
|
export {
|
|
4
4
|
supportsScrollTimeline
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { time } from "../frameloop/sync-time.mjs";
|
|
2
2
|
import { frame } from "../frameloop/frame.mjs";
|
|
3
|
-
import { warnOnce } from "../../../../../../motion-utils@12.
|
|
4
|
-
import { SubscriptionManager } from "../../../../../../motion-utils@12.
|
|
5
|
-
import { velocityPerSecond } from "../../../../../../motion-utils@12.
|
|
3
|
+
import { warnOnce } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/warn-once.mjs";
|
|
4
|
+
import { SubscriptionManager } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
5
|
+
import { velocityPerSecond } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/velocity-per-second.mjs";
|
|
6
6
|
const MAX_VELOCITY_DELTA = 30;
|
|
7
7
|
const isFloat = (value) => {
|
|
8
8
|
return !isNaN(parseFloat(value));
|
|
@@ -20,8 +20,8 @@ class MotionValue {
|
|
|
20
20
|
constructor(init, options = {}) {
|
|
21
21
|
this.canTrackVelocity = null;
|
|
22
22
|
this.events = {};
|
|
23
|
-
this.updateAndNotify = (v
|
|
24
|
-
var _a
|
|
23
|
+
this.updateAndNotify = (v) => {
|
|
24
|
+
var _a;
|
|
25
25
|
const currentTime = time.now();
|
|
26
26
|
if (this.updatedAt !== currentTime) {
|
|
27
27
|
this.setPrevFrameValue();
|
|
@@ -36,9 +36,6 @@ class MotionValue {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
if (render) {
|
|
40
|
-
(_b = this.events.renderRequest) == null ? void 0 : _b.notify(this.current);
|
|
41
|
-
}
|
|
42
39
|
};
|
|
43
40
|
this.hasAnimated = false;
|
|
44
41
|
this.setCurrent(init);
|
|
@@ -145,9 +142,9 @@ class MotionValue {
|
|
|
145
142
|
*
|
|
146
143
|
* @public
|
|
147
144
|
*/
|
|
148
|
-
set(v
|
|
149
|
-
if (!
|
|
150
|
-
this.updateAndNotify(v
|
|
145
|
+
set(v) {
|
|
146
|
+
if (!this.passiveEffect) {
|
|
147
|
+
this.updateAndNotify(v);
|
|
151
148
|
} else {
|
|
152
149
|
this.passiveEffect(v, this.updateAndNotify);
|
|
153
150
|
}
|
|
@@ -38,12 +38,15 @@ function attachSpring(value, source, options) {
|
|
|
38
38
|
frame.postRender(startAnimation);
|
|
39
39
|
return value.get();
|
|
40
40
|
}, stopAnimation);
|
|
41
|
-
let unsubscribe = void 0;
|
|
42
41
|
if (isMotionValue(source)) {
|
|
43
|
-
|
|
44
|
-
value.on("destroy",
|
|
42
|
+
const removeSourceOnChange = source.on("change", (v) => value.set(parseValue(v, unit)));
|
|
43
|
+
const removeValueOnDestroy = value.on("destroy", removeSourceOnChange);
|
|
44
|
+
return () => {
|
|
45
|
+
removeSourceOnChange();
|
|
46
|
+
removeValueOnDestroy();
|
|
47
|
+
};
|
|
45
48
|
}
|
|
46
|
-
return
|
|
49
|
+
return stopAnimation;
|
|
47
50
|
}
|
|
48
51
|
function parseValue(v, unit) {
|
|
49
52
|
return unit ? v + unit : v;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { number, alpha } from "../numbers/index.mjs";
|
|
2
2
|
import { sanitize } from "../utils/sanitize.mjs";
|
|
3
3
|
import { isColorString, splitColor } from "./utils.mjs";
|
|
4
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
4
|
+
import { clamp } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/clamp.mjs";
|
|
5
5
|
const clampRgbUnit = (v) => clamp(0, 255, v);
|
|
6
6
|
const rgbUnit = {
|
|
7
7
|
...number,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { clamp } from "../../../../../../../../motion-utils@12.
|
|
1
|
+
import { clamp } from "../../../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/clamp.mjs";
|
|
2
2
|
const number = {
|
|
3
3
|
test: (v) => typeof v === "number",
|
|
4
4
|
parse: parseFloat,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { addToQueue } from "./queue.mjs";
|
|
2
|
-
import { noop } from "../../../../../../motion-utils@12.
|
|
2
|
+
import { noop } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/noop.mjs";
|
|
3
3
|
class ViewTransitionBuilder {
|
|
4
4
|
constructor(update, options = {}) {
|
|
5
5
|
this.currentSubject = "root";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { microtask } from "../frameloop/microtask.mjs";
|
|
2
2
|
import { startViewAnimation } from "./start.mjs";
|
|
3
|
-
import { removeItem } from "../../../../../../motion-utils@12.
|
|
3
|
+
import { removeItem } from "../../../../../../motion-utils@12.23.6/external/motion-utils/dist/es/array.mjs";
|
|
4
4
|
let builders = [];
|
|
5
5
|
let current = null;
|
|
6
6
|
function next() {
|