motion-v 1.1.1 → 1.2.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 +380 -309
- 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.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animate/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animate/sequence.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animate/single-value.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animate/subject.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +7 -7
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/sequence/create.mjs +5 -5
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +15 -14
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/VisualElement.mjs +9 -9
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/attach-function.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +7 -13
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/svg/utils/path.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/setters.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/utils/delay.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/value/use-will-change/is.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/JSAnimation.mjs +4 -6
- package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/effects/MotionValueState.mjs +7 -2
- package/dist/es/external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/attr/index.mjs +31 -0
- package/dist/es/external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/prop/index.mjs +9 -0
- package/dist/es/external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/style/index.mjs +49 -0
- package/dist/es/external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/svg/index.mjs +40 -0
- package/dist/es/external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/utils/create-dom-effect.mjs +18 -0
- package/dist/es/external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/utils/create-effect.mjs +21 -0
- package/dist/es/external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/render/dom/utils/camel-to-dash.mjs +6 -0
- package/dist/es/external/.pnpm/{framer-motion@12.12.1/external/framer-motion/dist/es/render/dom → motion-dom@12.16.0/external/motion-dom/dist/es}/resize/handle-element.mjs +17 -18
- package/dist/es/external/.pnpm/{framer-motion@12.12.1/external/framer-motion/dist/es/render/dom → motion-dom@12.16.0/external/motion-dom/dist/es}/resize/handle-window.mjs +8 -8
- package/dist/es/features/animation/animation.mjs +2 -2
- package/dist/es/features/gestures/drag/VisualElementDragControls.mjs +4 -4
- package/dist/es/features/gestures/drag/utils/constraints.mjs +3 -3
- 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 +2 -2
- package/dist/es/features/gestures/pan/index.mjs +1 -1
- 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 +110 -100
- package/dist/es/state/create-visual-element.mjs +2 -2
- package/dist/es/state/motion-state.mjs +1 -1
- package/dist/es/state/style.mjs +2 -2
- package/dist/es/utils/index.d.ts +0 -1
- 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 +2 -2
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/effects/style/index.mjs +0 -49
- package/dist/es/utils/clamp.d.ts +0 -1
- package/dist/es/utils/clamp.mjs +0 -10
- package/dist/es/utils/mix/number.d.ts +0 -1
- package/dist/es/utils/mix/number.mjs +0 -6
- package/dist/es/utils/motion-value.d.ts +0 -1
- package/dist/es/utils/progress.d.ts +0 -1
- package/dist/es/utils/progress.mjs +0 -7
- package/dist/es/value/types/numbers/units.d.ts +0 -30
- package/dist/es/value/types/numbers/units.mjs +0 -13
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/animation/utils/stagger.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/shared/stack.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/styles/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/store.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1 → framer-motion@12.16.0}/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/GroupAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/NativeAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/drivers/frame.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/inertia.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/spring/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/spring/find.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/spring/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/generators/utils/velocity.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/active-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/can-animate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/is-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/utils/px-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/effects/style/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/frameloop/batcher.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/frameloop/frame.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/frameloop/index-legacy.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/frameloop/microtask.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/frameloop/order.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/frameloop/render-step.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/frameloop/sync-time.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/hover.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/press/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/render/dom/parse-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/render/dom/style-computed.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/render/dom/style-set.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/render/utils/keys-position.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/render/utils/keys-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.12.1/external/framer-motion/dist/es/render/dom → motion-dom@12.16.0/external/motion-dom/dist/es}/resize/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/scroll/observe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/stats/animation-count.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/stats/buffer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/stats/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/interpolate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/is-html-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/is-svg-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/mix/color.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/mix/complex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/mix/immediate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/mix/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/mix/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/mix/visibility.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/resolve-elements.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/supports/memo.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/utils/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/map-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/spring-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/subscribe-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/transform-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/auto.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/color/hex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/color/hsla.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/color/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/color/rgba.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/color/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/complex/filter.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/complex/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/dimensions.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/int.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/maps/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/maps/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/maps/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/numbers/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/numbers/units.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/test.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/find.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/float-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/is-nullish.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/sanitize.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/types/utils/single-color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/value/utils/is-motion-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/queue.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/start.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/utils/choose-layer-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/utils/css.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/utils/get-layer-name.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/utils/get-view-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.12.1 → motion-dom@12.16.0}/external/motion-dom/dist/es/view/utils/has-target.mjs +0 -0
package/dist/es/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { addScaleCorrector } from "./external/.pnpm/framer-motion@12.
|
|
1
|
+
import { addScaleCorrector } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/projection/styles/scale-correction.mjs";
|
|
2
2
|
import { default as default2 } from "./components/LayoutGroup.vue.mjs";
|
|
3
3
|
import { useLayoutGroup } from "./components/use-layout-group.mjs";
|
|
4
4
|
import { injectLayoutGroup, injectMotion, provideLayoutGroup, provideMotion } from "./components/context.mjs";
|
|
@@ -8,105 +8,109 @@ import { domAnimation } from "./features/dom-animation.mjs";
|
|
|
8
8
|
import { default as default3 } from "./components/RowValue.vue.mjs";
|
|
9
9
|
import { default as default4 } from "./components/animate-presence/AnimatePresence.vue.mjs";
|
|
10
10
|
import { default as default5 } from "./components/motion-config/MotionConfig.vue.mjs";
|
|
11
|
-
import { MotionValue, collectMotionValues, motionValue, motionValue as motionValue2 } from "./external/.pnpm/motion-dom@12.
|
|
12
|
-
import { animate, createScopedAnimate } from "./external/.pnpm/framer-motion@12.
|
|
13
|
-
import { animateMini } from "./external/.pnpm/framer-motion@12.
|
|
14
|
-
import { scroll } from "./external/.pnpm/framer-motion@12.
|
|
15
|
-
import { scrollInfo } from "./external/.pnpm/framer-motion@12.
|
|
16
|
-
import { inView } from "./external/.pnpm/framer-motion@12.
|
|
17
|
-
import { stagger } from "./external/.pnpm/framer-motion@12.
|
|
18
|
-
import { delayInSeconds } from "./external/.pnpm/framer-motion@12.
|
|
19
|
-
import { distance, distance2D } from "./external/.pnpm/framer-motion@12.
|
|
20
|
-
import { AsyncMotionValueAnimation } from "./external/.pnpm/motion-dom@12.
|
|
21
|
-
import { GroupAnimation } from "./external/.pnpm/motion-dom@12.
|
|
22
|
-
import { GroupAnimationWithThen } from "./external/.pnpm/motion-dom@12.
|
|
23
|
-
import { JSAnimation, animateValue } from "./external/.pnpm/motion-dom@12.
|
|
24
|
-
import { NativeAnimation } from "./external/.pnpm/motion-dom@12.
|
|
25
|
-
import { NativeAnimationExtended } from "./external/.pnpm/motion-dom@12.
|
|
26
|
-
import { NativeAnimationWrapper } from "./external/.pnpm/motion-dom@12.
|
|
27
|
-
import { animationMapKey, getAnimationMap } from "./external/.pnpm/motion-dom@12.
|
|
28
|
-
import { getVariableValue, parseCSSVariable } from "./external/.pnpm/motion-dom@12.
|
|
29
|
-
import { getValueTransition } from "./external/.pnpm/motion-dom@12.
|
|
30
|
-
import { isCSSVariableName, isCSSVariableToken } from "./external/.pnpm/motion-dom@12.
|
|
31
|
-
import { inertia } from "./external/.pnpm/motion-dom@12.
|
|
32
|
-
import { defaultEasing, keyframes } from "./external/.pnpm/motion-dom@12.
|
|
33
|
-
import { spring } from "./external/.pnpm/motion-dom@12.
|
|
34
|
-
import { calcGeneratorDuration, maxGeneratorDuration } from "./external/.pnpm/motion-dom@12.
|
|
35
|
-
import { createGeneratorEasing } from "./external/.pnpm/motion-dom@12.
|
|
36
|
-
import { isGenerator } from "./external/.pnpm/motion-dom@12.
|
|
37
|
-
import { DOMKeyframesResolver } from "./external/.pnpm/motion-dom@12.
|
|
38
|
-
import { KeyframeResolver, flushKeyframeResolvers } from "./external/.pnpm/motion-dom@12.
|
|
39
|
-
import { defaultOffset } from "./external/.pnpm/motion-dom@12.
|
|
40
|
-
import { fillOffset } from "./external/.pnpm/motion-dom@12.
|
|
41
|
-
import { convertOffsetToTimes } from "./external/.pnpm/motion-dom@12.
|
|
42
|
-
import { applyPxDefaults } from "./external/.pnpm/motion-dom@12.
|
|
43
|
-
import { fillWildcards } from "./external/.pnpm/motion-dom@12.
|
|
44
|
-
import { cubicBezierAsString } from "./external/.pnpm/motion-dom@12.
|
|
45
|
-
import { isWaapiSupportedEasing } from "./external/.pnpm/motion-dom@12.
|
|
46
|
-
import { mapEasingToNativeEasing } from "./external/.pnpm/motion-dom@12.
|
|
47
|
-
import { supportedWaapiEasing } from "./external/.pnpm/motion-dom@12.
|
|
48
|
-
import { startWaapiAnimation } from "./external/.pnpm/motion-dom@12.
|
|
49
|
-
import { supportsPartialKeyframes } from "./external/.pnpm/motion-dom@12.
|
|
50
|
-
import { supportsBrowserAnimation } from "./external/.pnpm/motion-dom@12.
|
|
51
|
-
import { acceleratedValues } from "./external/.pnpm/motion-dom@12.
|
|
52
|
-
import { generateLinearEasing } from "./external/.pnpm/motion-dom@12.
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
11
|
+
import { MotionValue, collectMotionValues, motionValue, motionValue as motionValue2 } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/index.mjs";
|
|
12
|
+
import { animate, createScopedAnimate } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/animation/animate/index.mjs";
|
|
13
|
+
import { animateMini } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs";
|
|
14
|
+
import { scroll } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/render/dom/scroll/index.mjs";
|
|
15
|
+
import { scrollInfo } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/render/dom/scroll/track.mjs";
|
|
16
|
+
import { inView } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/render/dom/viewport/index.mjs";
|
|
17
|
+
import { stagger } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/animation/utils/stagger.mjs";
|
|
18
|
+
import { delayInSeconds } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/utils/delay.mjs";
|
|
19
|
+
import { distance, distance2D } from "./external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/utils/distance.mjs";
|
|
20
|
+
import { AsyncMotionValueAnimation } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs";
|
|
21
|
+
import { GroupAnimation } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/GroupAnimation.mjs";
|
|
22
|
+
import { GroupAnimationWithThen } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs";
|
|
23
|
+
import { JSAnimation, animateValue } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/JSAnimation.mjs";
|
|
24
|
+
import { NativeAnimation } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/NativeAnimation.mjs";
|
|
25
|
+
import { NativeAnimationExtended } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs";
|
|
26
|
+
import { NativeAnimationWrapper } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs";
|
|
27
|
+
import { animationMapKey, getAnimationMap } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/utils/active-animations.mjs";
|
|
28
|
+
import { getVariableValue, parseCSSVariable } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs";
|
|
29
|
+
import { getValueTransition } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
30
|
+
import { isCSSVariableName, isCSSVariableToken } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs";
|
|
31
|
+
import { inertia } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/generators/inertia.mjs";
|
|
32
|
+
import { defaultEasing, keyframes } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/generators/keyframes.mjs";
|
|
33
|
+
import { spring } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/generators/spring/index.mjs";
|
|
34
|
+
import { calcGeneratorDuration, maxGeneratorDuration } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs";
|
|
35
|
+
import { createGeneratorEasing } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs";
|
|
36
|
+
import { isGenerator } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs";
|
|
37
|
+
import { DOMKeyframesResolver } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs";
|
|
38
|
+
import { KeyframeResolver, flushKeyframeResolvers } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs";
|
|
39
|
+
import { defaultOffset } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
40
|
+
import { fillOffset } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs";
|
|
41
|
+
import { convertOffsetToTimes } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs";
|
|
42
|
+
import { applyPxDefaults } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs";
|
|
43
|
+
import { fillWildcards } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs";
|
|
44
|
+
import { cubicBezierAsString } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs";
|
|
45
|
+
import { isWaapiSupportedEasing } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs";
|
|
46
|
+
import { mapEasingToNativeEasing } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs";
|
|
47
|
+
import { supportedWaapiEasing } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs";
|
|
48
|
+
import { startWaapiAnimation } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs";
|
|
49
|
+
import { supportsPartialKeyframes } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs";
|
|
50
|
+
import { supportsBrowserAnimation } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs";
|
|
51
|
+
import { acceleratedValues } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs";
|
|
52
|
+
import { generateLinearEasing } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs";
|
|
53
|
+
import { addAttrValue, attrEffect } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/attr/index.mjs";
|
|
54
|
+
import { propEffect } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/prop/index.mjs";
|
|
55
|
+
import { addStyleValue, styleEffect } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/style/index.mjs";
|
|
56
|
+
import { svgEffect } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/effects/svg/index.mjs";
|
|
57
|
+
import { createRenderBatcher } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/batcher.mjs";
|
|
58
|
+
import { cancelMicrotask, microtask } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/microtask.mjs";
|
|
59
|
+
import { time } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
60
|
+
import { isDragActive, isDragging } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs";
|
|
61
|
+
import { setDragLock } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs";
|
|
62
|
+
import { hover } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/gestures/hover.mjs";
|
|
63
|
+
import { press } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/gestures/press/index.mjs";
|
|
64
|
+
import { isNodeOrChild } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs";
|
|
65
|
+
import { isPrimaryPointer } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs";
|
|
66
|
+
import { defaultTransformValue, parseValueFromTransform, readTransformValue } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/render/dom/parse-transform.mjs";
|
|
67
|
+
import { getComputedStyle } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/render/dom/style-computed.mjs";
|
|
68
|
+
import { setStyle } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/render/dom/style-set.mjs";
|
|
69
|
+
import { positionalKeys } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/render/utils/keys-position.mjs";
|
|
70
|
+
import { transformPropOrder, transformProps } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
71
|
+
import { resize } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/resize/index.mjs";
|
|
72
|
+
import { observeTimeline } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/scroll/observe.mjs";
|
|
73
|
+
import { recordStats } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/stats/index.mjs";
|
|
74
|
+
import { activeAnimations } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/stats/animation-count.mjs";
|
|
75
|
+
import { statsBuffer } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/stats/buffer.mjs";
|
|
76
|
+
import { interpolate } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/interpolate.mjs";
|
|
77
|
+
import { isHTMLElement } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/is-html-element.mjs";
|
|
78
|
+
import { isSVGElement } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
79
|
+
import { isSVGSVGElement } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs";
|
|
80
|
+
import { mix } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/mix/index.mjs";
|
|
81
|
+
import { mixColor, mixLinearColor } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/mix/color.mjs";
|
|
82
|
+
import { getMixer, mixArray, mixComplex, mixObject } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/mix/complex.mjs";
|
|
83
|
+
import { mixImmediate } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/mix/immediate.mjs";
|
|
84
|
+
import { mixNumber } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
85
|
+
import { invisibleValues, mixVisibility } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/mix/visibility.mjs";
|
|
86
|
+
import { resolveElements } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/resolve-elements.mjs";
|
|
87
|
+
import { supportsFlags } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/supports/flags.mjs";
|
|
88
|
+
import { supportsLinearEasing } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/supports/linear-easing.mjs";
|
|
89
|
+
import { supportsScrollTimeline } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs";
|
|
90
|
+
import { transform } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/transform.mjs";
|
|
91
|
+
import { mapValue } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/map-value.mjs";
|
|
92
|
+
import { attachSpring, springValue } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/spring-value.mjs";
|
|
93
|
+
import { transformValue } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/transform-value.mjs";
|
|
94
|
+
import { color } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/color/index.mjs";
|
|
95
|
+
import { hex } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/color/hex.mjs";
|
|
96
|
+
import { hsla } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/color/hsla.mjs";
|
|
97
|
+
import { hslaToRgba } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs";
|
|
98
|
+
import { rgbUnit, rgba } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/color/rgba.mjs";
|
|
99
|
+
import { analyseComplexValue, complex } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
100
|
+
import { dimensionValueTypes, findDimensionValueType } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/dimensions.mjs";
|
|
101
|
+
import { defaultValueTypes, getDefaultValueType } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/maps/defaults.mjs";
|
|
102
|
+
import { numberValueTypes } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/maps/number.mjs";
|
|
103
|
+
import { transformValueTypes } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/maps/transform.mjs";
|
|
104
|
+
import { alpha, number, scale } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/numbers/index.mjs";
|
|
105
|
+
import { degrees, percent, progressPercentage, px, vh, vw } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
106
|
+
import { testValueType } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/test.mjs";
|
|
107
|
+
import { getAnimatableNone } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs";
|
|
108
|
+
import { findValueType } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/utils/find.mjs";
|
|
109
|
+
import { getValueAsType } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs";
|
|
110
|
+
import { isMotionValue } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
111
|
+
import { ViewTransitionBuilder, animateView } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/view/index.mjs";
|
|
112
|
+
import { cancelSync, sync } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/index-legacy.mjs";
|
|
113
|
+
import { cancelFrame, frame, frameData, frameSteps } from "./external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
110
114
|
import { addUniqueItem, moveItem, removeItem } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/array.mjs";
|
|
111
115
|
import { clamp } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/clamp.mjs";
|
|
112
116
|
import { invariant, warning } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/errors.mjs";
|
|
@@ -184,7 +188,9 @@ export {
|
|
|
184
188
|
ViewTransitionBuilder,
|
|
185
189
|
acceleratedValues,
|
|
186
190
|
activeAnimations,
|
|
191
|
+
addAttrValue,
|
|
187
192
|
addScaleCorrector,
|
|
193
|
+
addStyleValue,
|
|
188
194
|
addUniqueItem,
|
|
189
195
|
alpha,
|
|
190
196
|
analyseComplexValue,
|
|
@@ -196,6 +202,7 @@ export {
|
|
|
196
202
|
anticipate,
|
|
197
203
|
applyPxDefaults,
|
|
198
204
|
attachSpring,
|
|
205
|
+
attrEffect,
|
|
199
206
|
backIn,
|
|
200
207
|
backInOut,
|
|
201
208
|
backOut,
|
|
@@ -314,6 +321,7 @@ export {
|
|
|
314
321
|
press,
|
|
315
322
|
progress,
|
|
316
323
|
progressPercentage,
|
|
324
|
+
propEffect,
|
|
317
325
|
provideLayoutGroup,
|
|
318
326
|
provideMotion,
|
|
319
327
|
provideMotionConfig,
|
|
@@ -321,6 +329,7 @@ export {
|
|
|
321
329
|
readTransformValue,
|
|
322
330
|
recordStats,
|
|
323
331
|
removeItem,
|
|
332
|
+
resize,
|
|
324
333
|
resolveElements,
|
|
325
334
|
reverseEasing,
|
|
326
335
|
rgbUnit,
|
|
@@ -344,6 +353,7 @@ export {
|
|
|
344
353
|
supportsLinearEasing,
|
|
345
354
|
supportsPartialKeyframes,
|
|
346
355
|
supportsScrollTimeline,
|
|
356
|
+
svgEffect,
|
|
347
357
|
sync,
|
|
348
358
|
testValueType,
|
|
349
359
|
time,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isSVGElement } from "./utils.mjs";
|
|
2
|
-
import { HTMLVisualElement } from "../external/.pnpm/framer-motion@12.
|
|
3
|
-
import { SVGVisualElement } from "../external/.pnpm/framer-motion@12.
|
|
2
|
+
import { HTMLVisualElement } from "../external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs";
|
|
3
|
+
import { SVGVisualElement } from "../external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs";
|
|
4
4
|
function createVisualElement(Component, options) {
|
|
5
5
|
return isSVGElement(Component) ? new SVGVisualElement(options) : new HTMLVisualElement(options);
|
|
6
6
|
}
|
|
@@ -4,7 +4,7 @@ import { FeatureManager } from "../features/feature-manager.mjs";
|
|
|
4
4
|
import { doneCallbacks } from "../components/presence.mjs";
|
|
5
5
|
import { isVariantLabels } from "./utils/is-variant-labels.mjs";
|
|
6
6
|
import { noop } from "../external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/noop.mjs";
|
|
7
|
-
import { frame, cancelFrame } from "../external/.pnpm/motion-dom@12.
|
|
7
|
+
import { frame, cancelFrame } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
8
8
|
const mountedStates = /* @__PURE__ */ new WeakMap();
|
|
9
9
|
let id = 0;
|
|
10
10
|
const mountedLayoutIds = /* @__PURE__ */ new Set();
|
package/dist/es/state/style.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isCssVar, isNumber } from "./utils.mjs";
|
|
2
2
|
import { transformDefinitions, isTransform, transformAlias, buildTransformTemplate } from "./transform.mjs";
|
|
3
|
-
import { px } from "../value/types/numbers/units.mjs";
|
|
4
|
-
import { isMotionValue } from "../external/.pnpm/motion-dom@12.
|
|
3
|
+
import { px } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
4
|
+
import { isMotionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
5
5
|
const style = {
|
|
6
6
|
get: (element, name) => {
|
|
7
7
|
let value = isCssVar(name) ? element.style.getPropertyValue(name) : getComputedStyle(element)[name];
|
package/dist/es/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { onBeforeUpdate, onUnmounted } from "vue";
|
|
2
|
-
import { frame, cancelFrame } from "../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { frame, cancelFrame } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
3
3
|
function useAnimationFrame(callback) {
|
|
4
4
|
let initialTimestamp = 0;
|
|
5
5
|
const provideTimeSinceStart = ({ timestamp, delta }) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watch, isRef, unref } from "vue";
|
|
2
|
-
import { inView } from "../external/.pnpm/framer-motion@12.
|
|
2
|
+
import { inView } from "../external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/render/dom/viewport/index.mjs";
|
|
3
3
|
function useInView(domRef, options) {
|
|
4
4
|
const isInView = ref(false);
|
|
5
5
|
watch([domRef, () => isRef(options) ? options.value : options], (_v1, _v2, onCleanup) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { onUnmounted } from "vue";
|
|
2
|
-
import { motionValue } from "../external/.pnpm/motion-dom@12.
|
|
3
|
-
import { cancelFrame, frame } from "../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { motionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/index.mjs";
|
|
3
|
+
import { cancelFrame, frame } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
4
4
|
function useCombineMotionValues(combineValues) {
|
|
5
5
|
const value = motionValue(combineValues());
|
|
6
6
|
const updateValue = () => value.set(combineValues());
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useCombineMotionValues } from "./use-combine-values.mjs";
|
|
2
2
|
import { onBeforeUpdate } from "vue";
|
|
3
|
-
import { collectMotionValues } from "../external/.pnpm/motion-dom@12.
|
|
3
|
+
import { collectMotionValues } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/index.mjs";
|
|
4
4
|
function useComputed(computed) {
|
|
5
5
|
collectMotionValues.current = [];
|
|
6
6
|
const { value, subscribe, unsubscribe } = useCombineMotionValues(computed);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCombineMotionValues } from "./use-combine-values.mjs";
|
|
2
|
-
import { isMotionValue } from "../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { isMotionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
3
3
|
function useMotionTemplate(fragments, ...values) {
|
|
4
4
|
const numFragments = fragments.length;
|
|
5
5
|
function buildValue() {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { onMounted, watch } from "vue";
|
|
2
2
|
import { warning } from "hey-listen";
|
|
3
3
|
import { isSSR } from "../utils/is.mjs";
|
|
4
|
-
import { scroll } from "../external/.pnpm/framer-motion@12.
|
|
5
|
-
import { motionValue } from "../external/.pnpm/motion-dom@12.
|
|
4
|
+
import { scroll } from "../external/.pnpm/framer-motion@12.16.0/external/framer-motion/dist/es/render/dom/scroll/index.mjs";
|
|
5
|
+
import { motionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/index.mjs";
|
|
6
6
|
function refWarning(name, ref) {
|
|
7
7
|
warning(
|
|
8
8
|
Boolean(!ref || ref.value),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { watch, isRef } from "vue";
|
|
2
|
-
import { animateValue } from "../external/.pnpm/motion-dom@12.
|
|
3
|
-
import { motionValue } from "../external/.pnpm/motion-dom@12.
|
|
4
|
-
import { isMotionValue } from "../external/.pnpm/motion-dom@12.
|
|
5
|
-
import { frame, frameData } from "../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { animateValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/animation/JSAnimation.mjs";
|
|
3
|
+
import { motionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/index.mjs";
|
|
4
|
+
import { isMotionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
5
|
+
import { frame, frameData } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
6
6
|
function toNumber(v) {
|
|
7
7
|
if (typeof v === "number")
|
|
8
8
|
return v;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useAnimationFrame } from "../utils/use-animation-frame.mjs";
|
|
2
|
-
import { motionValue } from "../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { motionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/index.mjs";
|
|
3
3
|
function useTime() {
|
|
4
4
|
const time = motionValue(0);
|
|
5
5
|
useAnimationFrame((t) => time.set(t));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useComputed } from "./use-computed.mjs";
|
|
2
2
|
import { useCombineMotionValues } from "./use-combine-values.mjs";
|
|
3
3
|
import { isRef, computed } from "vue";
|
|
4
|
-
import { transform } from "../external/.pnpm/motion-dom@12.
|
|
4
|
+
import { transform } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/utils/transform.mjs";
|
|
5
5
|
function useTransform(input, inputRangeOrTransformer, outputRange, options) {
|
|
6
6
|
if (typeof input === "function") {
|
|
7
7
|
return useComputed(input);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useMotionValueEvent } from "./use-motion-value-event.mjs";
|
|
2
|
-
import { motionValue } from "../external/.pnpm/motion-dom@12.
|
|
3
|
-
import { frame } from "../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { motionValue } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/value/index.mjs";
|
|
3
|
+
import { frame } from "../external/.pnpm/motion-dom@12.16.0/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
4
4
|
function useVelocity(value) {
|
|
5
5
|
const velocity = motionValue(value.getVelocity());
|
|
6
6
|
const updateVelocity = () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isMotionValue } from "../../external/.pnpm/motion-dom@12.
|
|
1
|
+
import { isMotionValue } from "../../external/.pnpm/motion-dom@12.16.0/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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "motion-v",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@vueuse/core": "^10.0.0",
|
|
70
|
-
"framer-motion": "12.
|
|
70
|
+
"framer-motion": "12.16.0",
|
|
71
71
|
"hey-listen": "^1.0.8"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { isCSSVar } from "../../render/dom/is-css-var.mjs";
|
|
2
|
-
import { transformProps } from "../../render/utils/keys-transform.mjs";
|
|
3
|
-
import { resolveElements } from "../../utils/resolve-elements.mjs";
|
|
4
|
-
import { MotionValue } from "../../value/index.mjs";
|
|
5
|
-
import { MotionValueState } from "../MotionValueState.mjs";
|
|
6
|
-
import { buildTransform } from "./transform.mjs";
|
|
7
|
-
const stateMap = /* @__PURE__ */ new WeakMap();
|
|
8
|
-
function styleEffect(subject, values) {
|
|
9
|
-
const elements = resolveElements(subject);
|
|
10
|
-
const subscriptions = [];
|
|
11
|
-
for (let i = 0; i < elements.length; i++) {
|
|
12
|
-
const element = elements[i];
|
|
13
|
-
const state = stateMap.get(element) ?? new MotionValueState();
|
|
14
|
-
stateMap.set(element, state);
|
|
15
|
-
for (const key in values) {
|
|
16
|
-
const value = values[key];
|
|
17
|
-
const remove = addValue(element, state, key, value);
|
|
18
|
-
subscriptions.push(remove);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
return () => {
|
|
22
|
-
for (const cancel of subscriptions)
|
|
23
|
-
cancel();
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
function addValue(element, state, key, value) {
|
|
27
|
-
let render = void 0;
|
|
28
|
-
let computed = void 0;
|
|
29
|
-
if (transformProps.has(key)) {
|
|
30
|
-
if (!state.get("transform")) {
|
|
31
|
-
state.set("transform", new MotionValue("none"), () => {
|
|
32
|
-
element.style.transform = buildTransform(state);
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
computed = state.get("transform");
|
|
36
|
-
} else if (isCSSVar(key)) {
|
|
37
|
-
render = () => {
|
|
38
|
-
element.style.setProperty(key, state.latest[key]);
|
|
39
|
-
};
|
|
40
|
-
} else {
|
|
41
|
-
render = () => {
|
|
42
|
-
element.style[key] = state.latest[key];
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
return state.set(key, value, render, computed);
|
|
46
|
-
}
|
|
47
|
-
export {
|
|
48
|
-
styleEffect
|
|
49
|
-
};
|
package/dist/es/utils/clamp.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function clamp(min: number, max: number, v: number): number;
|
package/dist/es/utils/clamp.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function mixNumber(from: number, to: number, progress: number): number;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { isMotionValue } from 'framer-motion/dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function progress(from: number, to: number, value: number): number;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare const degrees: {
|
|
2
|
-
test: (v: string | number) => boolean;
|
|
3
|
-
parse: typeof parseFloat;
|
|
4
|
-
transform: (v: number | string) => string;
|
|
5
|
-
};
|
|
6
|
-
export declare const percent: {
|
|
7
|
-
test: (v: string | number) => boolean;
|
|
8
|
-
parse: typeof parseFloat;
|
|
9
|
-
transform: (v: number | string) => string;
|
|
10
|
-
};
|
|
11
|
-
export declare const px: {
|
|
12
|
-
test: (v: string | number) => boolean;
|
|
13
|
-
parse: typeof parseFloat;
|
|
14
|
-
transform: (v: number | string) => string;
|
|
15
|
-
};
|
|
16
|
-
export declare const vh: {
|
|
17
|
-
test: (v: string | number) => boolean;
|
|
18
|
-
parse: typeof parseFloat;
|
|
19
|
-
transform: (v: number | string) => string;
|
|
20
|
-
};
|
|
21
|
-
export declare const vw: {
|
|
22
|
-
test: (v: string | number) => boolean;
|
|
23
|
-
parse: typeof parseFloat;
|
|
24
|
-
transform: (v: number | string) => string;
|
|
25
|
-
};
|
|
26
|
-
export declare const progressPercentage: {
|
|
27
|
-
parse: (v: string) => number;
|
|
28
|
-
transform: (v: number) => string;
|
|
29
|
-
test: (v: string | number) => boolean;
|
|
30
|
-
};
|