motion-v 1.1.0-alpha.1 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +152 -92
- package/dist/es/animation/hooks/animation-controls.mjs +1 -1
- package/dist/es/animation/hooks/use-animate.mjs +1 -1
- package/dist/es/components/animate-presence/use-pop-layout.mjs +1 -1
- package/dist/es/components/group.mjs +2 -5
- package/dist/es/components/motion/use-motion-state.d.ts +1 -1
- package/dist/es/components/motion/use-motion-state.mjs +1 -1
- package/dist/es/components/reorder/index.d.ts +4 -4
- package/dist/es/components/reorder/utils.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/sequence.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/single-value.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animate/subject.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +9 -9
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +6 -6
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/create.mjs +9 -9
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +3 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/stagger.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +5 -5
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +15 -14
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/shared/stack.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/VisualElement.mjs +13 -13
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/resize/handle-element.mjs +3 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/attach-function.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/index.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +2 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +6 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +5 -4
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +4 -4
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/path.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/motion-values.mjs +2 -2
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/setters.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/delay.mjs +3 -3
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +1 -1
- package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/value/use-will-change/is.mjs +1 -1
- package/dist/es/external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +7 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/JSAnimation.mjs +14 -11
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/NativeAnimation.mjs +3 -4
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/keyframes.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/spring/find.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/spring/index.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/velocity.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/can-animate.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +5 -4
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +3 -3
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/batcher.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/frame.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/sync-time.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/index.mjs +2 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/parse-transform.mjs +1 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/interpolate.mjs +6 -6
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-html-element.mjs +7 -0
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-element.mjs +7 -0
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs +7 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/color.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/complex.mjs +2 -2
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/memo.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/index.mjs +3 -4
- package/dist/es/external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/spring-value.mjs +57 -0
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/rgba.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/numbers/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/index.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/queue.mjs +1 -1
- package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/start.mjs +1 -1
- package/dist/es/external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/is-object.mjs +6 -0
- package/dist/es/features/animation/animation.mjs +3 -3
- package/dist/es/features/gestures/drag/VisualElementDragControls.mjs +2 -2
- package/dist/es/features/gestures/drag/index.mjs +1 -1
- package/dist/es/features/gestures/focus/index.mjs +1 -1
- package/dist/es/features/gestures/hover/index.mjs +2 -2
- package/dist/es/features/gestures/in-view/index.mjs +2 -2
- package/dist/es/features/gestures/pan/PanSession.mjs +4 -4
- package/dist/es/features/gestures/pan/index.mjs +2 -2
- package/dist/es/features/gestures/press/index.mjs +2 -2
- package/dist/es/features/layout/config.mjs +2 -2
- package/dist/es/features/layout/layout.mjs +5 -4
- package/dist/es/features/layout/projection.mjs +2 -2
- package/dist/es/index.mjs +135 -123
- package/dist/es/state/create-visual-element.mjs +2 -2
- package/dist/es/state/motion-state.mjs +2 -2
- package/dist/es/state/style.mjs +1 -1
- package/dist/es/utils/createContext.mjs +8 -9
- package/dist/es/utils/motion-value.d.ts +1 -2
- package/dist/es/utils/use-animation-frame.mjs +1 -1
- package/dist/es/utils/use-in-view.mjs +1 -1
- package/dist/es/value/use-combine-values.mjs +2 -2
- package/dist/es/value/use-computed.mjs +1 -1
- package/dist/es/value/use-motion-template.mjs +1 -1
- package/dist/es/value/use-scroll.mjs +30 -30
- package/dist/es/value/use-spring.mjs +4 -4
- package/dist/es/value/use-time.mjs +1 -1
- package/dist/es/value/use-transform.mjs +1 -1
- package/dist/es/value/use-velocity.mjs +2 -2
- package/dist/es/value/use-will-change/is.mjs +1 -1
- package/package.json +2 -2
- package/dist/es/external/.pnpm/framer-motion@12.10.5/external/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs +0 -6
- package/dist/es/external/.pnpm/framer-motion@12.10.5/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +0 -7
- package/dist/es/utils/motion-value.mjs +0 -6
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/styles/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/resize/handle-window.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/resize/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/store.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5 → framer-motion@12.12.1}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/GroupAnimation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/drivers/frame.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/inertia.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/spring/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/active-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/is-animatable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/animation/waapi/utils/px-values.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/effects/MotionValueState.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/effects/style/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/effects/style/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/index-legacy.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/microtask.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/order.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/frameloop/render-step.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/hover.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/style-computed.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/dom/style-set.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/utils/keys-position.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/render/utils/keys-transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/scroll/observe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/stats/animation-count.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/stats/buffer.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/stats/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/immediate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/mix/visibility.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/resolve-elements.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/utils/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/map-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/subscribe-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/transform-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/auto.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/hex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/hsla.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/color/utils.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/complex/filter.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/complex/index.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/dimensions.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/int.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/maps/defaults.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/maps/number.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/maps/transform.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/numbers/units.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/test.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/find.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/float-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/is-nullish.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/sanitize.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/value/types/utils/single-color-regex.mjs +0 -0
- /package/dist/es/external/.pnpm/{framer-motion@12.10.5/external/framer-motion → motion-dom@12.12.1/external/motion-dom}/dist/es/value/utils/is-motion-value.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/choose-layer-type.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/css.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/get-layer-name.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/get-view-animations.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-dom@12.10.5 → motion-dom@12.12.1}/external/motion-dom/dist/es/view/utils/has-target.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/clamp.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/anticipate.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/back.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/circ.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/cubic-bezier.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/ease.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/modifiers/mirror.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/modifiers/reverse.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/steps.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/easing/utils/map.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/errors.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/global-config.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/is-numerical-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/is-zero-value-string.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/memo.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/noop.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/pipe.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/progress.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/subscription-manager.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/time-conversion.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/velocity-per-second.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/warn-once.mjs +0 -0
- /package/dist/es/external/.pnpm/{motion-utils@12.9.4 → motion-utils@12.12.1}/external/motion-utils/dist/es/wrap.mjs +0 -0
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.12.1/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,127 +8,133 @@ 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 { styleEffect } from "./external/.pnpm/motion-dom@12.
|
|
54
|
-
import { createRenderBatcher } from "./external/.pnpm/motion-dom@12.
|
|
55
|
-
import { cancelMicrotask, microtask } from "./external/.pnpm/motion-dom@12.
|
|
56
|
-
import { time } from "./external/.pnpm/motion-dom@12.
|
|
57
|
-
import { isDragActive, isDragging } from "./external/.pnpm/motion-dom@12.
|
|
58
|
-
import { setDragLock } from "./external/.pnpm/motion-dom@12.
|
|
59
|
-
import { hover } from "./external/.pnpm/motion-dom@12.
|
|
60
|
-
import { press } from "./external/.pnpm/motion-dom@12.
|
|
61
|
-
import { isNodeOrChild } from "./external/.pnpm/motion-dom@12.
|
|
62
|
-
import { isPrimaryPointer } from "./external/.pnpm/motion-dom@12.
|
|
63
|
-
import { parseValueFromTransform, readTransformValue } from "./external/.pnpm/motion-dom@12.
|
|
64
|
-
import { getComputedStyle } from "./external/.pnpm/motion-dom@12.
|
|
65
|
-
import { setStyle } from "./external/.pnpm/motion-dom@12.
|
|
66
|
-
import { positionalKeys } from "./external/.pnpm/motion-dom@12.
|
|
67
|
-
import { transformPropOrder, transformProps } from "./external/.pnpm/motion-dom@12.
|
|
68
|
-
import { observeTimeline } from "./external/.pnpm/motion-dom@12.
|
|
69
|
-
import { recordStats } from "./external/.pnpm/motion-dom@12.
|
|
70
|
-
import { activeAnimations } from "./external/.pnpm/motion-dom@12.
|
|
71
|
-
import { statsBuffer } from "./external/.pnpm/motion-dom@12.
|
|
72
|
-
import { interpolate } from "./external/.pnpm/motion-dom@12.
|
|
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 {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
11
|
+
import { MotionValue, collectMotionValues, motionValue, motionValue as motionValue2 } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
12
|
+
import { animate, createScopedAnimate } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/animation/animate/index.mjs";
|
|
13
|
+
import { animateMini } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs";
|
|
14
|
+
import { scroll } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/render/dom/scroll/index.mjs";
|
|
15
|
+
import { scrollInfo } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/render/dom/scroll/track.mjs";
|
|
16
|
+
import { inView } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/render/dom/viewport/index.mjs";
|
|
17
|
+
import { stagger } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/animation/utils/stagger.mjs";
|
|
18
|
+
import { delayInSeconds } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/utils/delay.mjs";
|
|
19
|
+
import { distance, distance2D } from "./external/.pnpm/framer-motion@12.12.1/external/framer-motion/dist/es/utils/distance.mjs";
|
|
20
|
+
import { AsyncMotionValueAnimation } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs";
|
|
21
|
+
import { GroupAnimation } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/GroupAnimation.mjs";
|
|
22
|
+
import { GroupAnimationWithThen } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs";
|
|
23
|
+
import { JSAnimation, animateValue } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/JSAnimation.mjs";
|
|
24
|
+
import { NativeAnimation } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/NativeAnimation.mjs";
|
|
25
|
+
import { NativeAnimationExtended } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs";
|
|
26
|
+
import { NativeAnimationWrapper } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs";
|
|
27
|
+
import { animationMapKey, getAnimationMap } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/active-animations.mjs";
|
|
28
|
+
import { getVariableValue, parseCSSVariable } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs";
|
|
29
|
+
import { getValueTransition } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs";
|
|
30
|
+
import { isCSSVariableName, isCSSVariableToken } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/utils/is-css-variable.mjs";
|
|
31
|
+
import { inertia } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/inertia.mjs";
|
|
32
|
+
import { defaultEasing, keyframes } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/keyframes.mjs";
|
|
33
|
+
import { spring } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/spring/index.mjs";
|
|
34
|
+
import { calcGeneratorDuration, maxGeneratorDuration } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs";
|
|
35
|
+
import { createGeneratorEasing } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs";
|
|
36
|
+
import { isGenerator } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs";
|
|
37
|
+
import { DOMKeyframesResolver } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs";
|
|
38
|
+
import { KeyframeResolver, flushKeyframeResolvers } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs";
|
|
39
|
+
import { defaultOffset } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/offsets/default.mjs";
|
|
40
|
+
import { fillOffset } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs";
|
|
41
|
+
import { convertOffsetToTimes } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/offsets/time.mjs";
|
|
42
|
+
import { applyPxDefaults } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs";
|
|
43
|
+
import { fillWildcards } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs";
|
|
44
|
+
import { cubicBezierAsString } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs";
|
|
45
|
+
import { isWaapiSupportedEasing } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs";
|
|
46
|
+
import { mapEasingToNativeEasing } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs";
|
|
47
|
+
import { supportedWaapiEasing } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs";
|
|
48
|
+
import { startWaapiAnimation } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs";
|
|
49
|
+
import { supportsPartialKeyframes } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs";
|
|
50
|
+
import { supportsBrowserAnimation } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs";
|
|
51
|
+
import { acceleratedValues } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs";
|
|
52
|
+
import { generateLinearEasing } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs";
|
|
53
|
+
import { styleEffect } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/effects/style/index.mjs";
|
|
54
|
+
import { createRenderBatcher } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/batcher.mjs";
|
|
55
|
+
import { cancelMicrotask, microtask } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/microtask.mjs";
|
|
56
|
+
import { time } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/sync-time.mjs";
|
|
57
|
+
import { isDragActive, isDragging } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs";
|
|
58
|
+
import { setDragLock } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs";
|
|
59
|
+
import { hover } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/gestures/hover.mjs";
|
|
60
|
+
import { press } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/gestures/press/index.mjs";
|
|
61
|
+
import { isNodeOrChild } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs";
|
|
62
|
+
import { isPrimaryPointer } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs";
|
|
63
|
+
import { defaultTransformValue, parseValueFromTransform, readTransformValue } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/render/dom/parse-transform.mjs";
|
|
64
|
+
import { getComputedStyle } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/render/dom/style-computed.mjs";
|
|
65
|
+
import { setStyle } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/render/dom/style-set.mjs";
|
|
66
|
+
import { positionalKeys } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/render/utils/keys-position.mjs";
|
|
67
|
+
import { transformPropOrder, transformProps } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/render/utils/keys-transform.mjs";
|
|
68
|
+
import { observeTimeline } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/scroll/observe.mjs";
|
|
69
|
+
import { recordStats } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/stats/index.mjs";
|
|
70
|
+
import { activeAnimations } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/stats/animation-count.mjs";
|
|
71
|
+
import { statsBuffer } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/stats/buffer.mjs";
|
|
72
|
+
import { interpolate } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/interpolate.mjs";
|
|
73
|
+
import { isHTMLElement } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-html-element.mjs";
|
|
74
|
+
import { isSVGElement } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-element.mjs";
|
|
75
|
+
import { isSVGSVGElement } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/is-svg-svg-element.mjs";
|
|
76
|
+
import { mix } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/index.mjs";
|
|
77
|
+
import { mixColor, mixLinearColor } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/color.mjs";
|
|
78
|
+
import { getMixer, mixArray, mixComplex, mixObject } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/complex.mjs";
|
|
79
|
+
import { mixImmediate } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/immediate.mjs";
|
|
80
|
+
import { mixNumber } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/number.mjs";
|
|
81
|
+
import { invisibleValues, mixVisibility } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/mix/visibility.mjs";
|
|
82
|
+
import { resolveElements } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/resolve-elements.mjs";
|
|
83
|
+
import { supportsFlags } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/supports/flags.mjs";
|
|
84
|
+
import { supportsLinearEasing } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/supports/linear-easing.mjs";
|
|
85
|
+
import { supportsScrollTimeline } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs";
|
|
86
|
+
import { transform } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/utils/transform.mjs";
|
|
87
|
+
import { mapValue } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/map-value.mjs";
|
|
88
|
+
import { attachSpring, springValue } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/spring-value.mjs";
|
|
89
|
+
import { transformValue } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/transform-value.mjs";
|
|
90
|
+
import { color } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/color/index.mjs";
|
|
91
|
+
import { hex } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/color/hex.mjs";
|
|
92
|
+
import { hsla } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/color/hsla.mjs";
|
|
93
|
+
import { hslaToRgba } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs";
|
|
94
|
+
import { rgbUnit, rgba } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/color/rgba.mjs";
|
|
95
|
+
import { analyseComplexValue, complex } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/complex/index.mjs";
|
|
96
|
+
import { dimensionValueTypes, findDimensionValueType } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/dimensions.mjs";
|
|
97
|
+
import { defaultValueTypes, getDefaultValueType } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/maps/defaults.mjs";
|
|
98
|
+
import { numberValueTypes } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/maps/number.mjs";
|
|
99
|
+
import { transformValueTypes } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/maps/transform.mjs";
|
|
100
|
+
import { alpha, number, scale } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/numbers/index.mjs";
|
|
101
|
+
import { degrees, percent, progressPercentage, px, vh, vw } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/numbers/units.mjs";
|
|
102
|
+
import { testValueType } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/test.mjs";
|
|
103
|
+
import { getAnimatableNone } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/utils/animatable-none.mjs";
|
|
104
|
+
import { findValueType } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/utils/find.mjs";
|
|
105
|
+
import { getValueAsType } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/types/utils/get-as-type.mjs";
|
|
106
|
+
import { isMotionValue } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
107
|
+
import { ViewTransitionBuilder, animateView } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/view/index.mjs";
|
|
108
|
+
import { cancelSync, sync } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/index-legacy.mjs";
|
|
109
|
+
import { cancelFrame, frame, frameData, frameSteps } from "./external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/frameloop/frame.mjs";
|
|
110
|
+
import { addUniqueItem, moveItem, removeItem } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/array.mjs";
|
|
111
|
+
import { clamp } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/clamp.mjs";
|
|
112
|
+
import { invariant, warning } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/errors.mjs";
|
|
113
|
+
import { MotionGlobalConfig } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/global-config.mjs";
|
|
114
|
+
import { isNumericalString } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/is-numerical-string.mjs";
|
|
115
|
+
import { isObject } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/is-object.mjs";
|
|
116
|
+
import { isZeroValueString } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/is-zero-value-string.mjs";
|
|
117
|
+
import { memo } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/memo.mjs";
|
|
118
|
+
import { noop } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/noop.mjs";
|
|
119
|
+
import { pipe } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/pipe.mjs";
|
|
120
|
+
import { progress } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/progress.mjs";
|
|
121
|
+
import { SubscriptionManager } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/subscription-manager.mjs";
|
|
122
|
+
import { millisecondsToSeconds, secondsToMilliseconds } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/time-conversion.mjs";
|
|
123
|
+
import { velocityPerSecond } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/velocity-per-second.mjs";
|
|
124
|
+
import { hasWarned, warnOnce } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/warn-once.mjs";
|
|
125
|
+
import { wrap } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/wrap.mjs";
|
|
126
|
+
import { anticipate } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/anticipate.mjs";
|
|
127
|
+
import { backIn, backInOut, backOut } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/back.mjs";
|
|
128
|
+
import { circIn, circInOut, circOut } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/circ.mjs";
|
|
129
|
+
import { cubicBezier } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/cubic-bezier.mjs";
|
|
130
|
+
import { easeIn, easeInOut, easeOut } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/ease.mjs";
|
|
131
|
+
import { mirrorEasing } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/modifiers/mirror.mjs";
|
|
132
|
+
import { reverseEasing } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/modifiers/reverse.mjs";
|
|
133
|
+
import { steps } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/steps.mjs";
|
|
134
|
+
import { getEasingForSegment } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs";
|
|
135
|
+
import { isBezierDefinition } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs";
|
|
136
|
+
import { isEasingArray } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/utils/is-easing-array.mjs";
|
|
137
|
+
import { easingDefinitionToFunction } from "./external/.pnpm/motion-utils@12.12.1/external/motion-utils/dist/es/easing/utils/map.mjs";
|
|
132
138
|
import { Motion, motion } from "./components/motion/index.mjs";
|
|
133
139
|
import { mountedStates } from "./state/motion-state.mjs";
|
|
134
140
|
import { provideMotionConfig, useMotionConfig } from "./components/motion-config/context.mjs";
|
|
@@ -148,7 +154,6 @@ import { useAnimate } from "./animation/hooks/use-animate.mjs";
|
|
|
148
154
|
import { useAnimationControls } from "./animation/hooks/use-animation-controls.mjs";
|
|
149
155
|
import { useReducedMotion } from "./animation/hooks/use-reduced-motion.mjs";
|
|
150
156
|
import { createContext } from "./utils/createContext.mjs";
|
|
151
|
-
import { isMotionValue } from "./utils/motion-value.mjs";
|
|
152
157
|
import { useInView } from "./utils/use-in-view.mjs";
|
|
153
158
|
import { useAnimationFrame } from "./utils/use-animation-frame.mjs";
|
|
154
159
|
import { getContextWindow } from "./utils/get-context-window.mjs";
|
|
@@ -190,6 +195,7 @@ export {
|
|
|
190
195
|
animationMapKey,
|
|
191
196
|
anticipate,
|
|
192
197
|
applyPxDefaults,
|
|
198
|
+
attachSpring,
|
|
193
199
|
backIn,
|
|
194
200
|
backInOut,
|
|
195
201
|
backOut,
|
|
@@ -213,6 +219,7 @@ export {
|
|
|
213
219
|
cubicBezierAsString,
|
|
214
220
|
defaultEasing,
|
|
215
221
|
defaultOffset,
|
|
222
|
+
defaultTransformValue,
|
|
216
223
|
defaultValueTypes,
|
|
217
224
|
degrees,
|
|
218
225
|
delayInSeconds as delay,
|
|
@@ -263,10 +270,14 @@ export {
|
|
|
263
270
|
isDragging,
|
|
264
271
|
isEasingArray,
|
|
265
272
|
isGenerator,
|
|
273
|
+
isHTMLElement,
|
|
266
274
|
isMotionValue,
|
|
267
275
|
isNodeOrChild,
|
|
268
276
|
isNumericalString,
|
|
277
|
+
isObject,
|
|
269
278
|
isPrimaryPointer,
|
|
279
|
+
isSVGElement,
|
|
280
|
+
isSVGSVGElement,
|
|
270
281
|
isWaapiSupportedEasing,
|
|
271
282
|
isZeroValueString,
|
|
272
283
|
keyframes,
|
|
@@ -321,6 +332,7 @@ export {
|
|
|
321
332
|
setDragLock,
|
|
322
333
|
setStyle,
|
|
323
334
|
spring,
|
|
335
|
+
springValue,
|
|
324
336
|
stagger,
|
|
325
337
|
startWaapiAnimation,
|
|
326
338
|
statsBuffer,
|
|
@@ -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.12.1/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs";
|
|
3
|
+
import { SVGVisualElement } from "../external/.pnpm/framer-motion@12.12.1/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
|
}
|
|
@@ -3,8 +3,8 @@ import { isSVGElement, resolveVariant, isAnimateChanged } from "./utils.mjs";
|
|
|
3
3
|
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
|
-
import { noop } from "../external/.pnpm/motion-utils@12.
|
|
7
|
-
import { frame, cancelFrame } from "../external/.pnpm/motion-dom@12.
|
|
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.12.1/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
3
|
import { px } from "../value/types/numbers/units.mjs";
|
|
4
|
-
import { isMotionValue } from "../utils/motion-value.mjs";
|
|
4
|
+
import { isMotionValue } from "../external/.pnpm/motion-dom@12.12.1/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];
|
|
@@ -4,15 +4,14 @@ function createContext(providerComponentName, contextName) {
|
|
|
4
4
|
const injectionKey = Symbol(symbolDescription);
|
|
5
5
|
const injectContext = (fallback) => {
|
|
6
6
|
const context = inject(injectionKey, fallback);
|
|
7
|
-
if (context)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
);
|
|
7
|
+
if (context === void 0) {
|
|
8
|
+
throw new Error(
|
|
9
|
+
`Injection \`${injectionKey.toString()}\` not found. Component must be used within ${Array.isArray(providerComponentName) ? `one of the following components: ${providerComponentName.join(
|
|
10
|
+
", "
|
|
11
|
+
)}` : `\`${providerComponentName}\``}`
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
return context;
|
|
16
15
|
};
|
|
17
16
|
const provideContext = (contextValue) => {
|
|
18
17
|
provide(injectionKey, contextValue);
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function isMotionValue(value: any): value is MotionValue;
|
|
1
|
+
export { isMotionValue } from 'framer-motion/dom';
|
|
@@ -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.12.1/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.12.1/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.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
3
|
+
import { cancelFrame, frame } from "../external/.pnpm/motion-dom@12.12.1/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.12.1/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 "../utils/motion-value.mjs";
|
|
2
|
+
import { isMotionValue } from "../external/.pnpm/motion-dom@12.12.1/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.12.1/external/framer-motion/dist/es/render/dom/scroll/index.mjs";
|
|
5
|
+
import { motionValue } from "../external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
6
6
|
function refWarning(name, ref) {
|
|
7
7
|
warning(
|
|
8
8
|
Boolean(!ref || ref.value),
|
|
@@ -26,35 +26,35 @@ function useScroll({
|
|
|
26
26
|
onMounted(() => {
|
|
27
27
|
refWarning("target", target);
|
|
28
28
|
refWarning("container", container);
|
|
29
|
-
watch(
|
|
30
|
-
[() => container == null ? void 0 : container.value, () => target == null ? void 0 : target.value, () => options.offset],
|
|
31
|
-
(n, o, onCleanup) => {
|
|
32
|
-
if (isSSR) {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
const cleanup = scroll(
|
|
36
|
-
(_progress, { x, y }) => {
|
|
37
|
-
values.scrollX.set(x.current);
|
|
38
|
-
values.scrollXProgress.set(x.progress);
|
|
39
|
-
values.scrollY.set(y.current);
|
|
40
|
-
values.scrollYProgress.set(y.progress);
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
...options,
|
|
44
|
-
container: (container == null ? void 0 : container.value) ?? void 0,
|
|
45
|
-
target: (target == null ? void 0 : target.value) ?? void 0
|
|
46
|
-
}
|
|
47
|
-
);
|
|
48
|
-
onCleanup(() => {
|
|
49
|
-
cleanup();
|
|
50
|
-
});
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
immediate: true,
|
|
54
|
-
flush: "post"
|
|
55
|
-
}
|
|
56
|
-
);
|
|
57
29
|
});
|
|
30
|
+
watch(
|
|
31
|
+
[() => container == null ? void 0 : container.value, () => target == null ? void 0 : target.value, () => options.offset],
|
|
32
|
+
(n, o, onCleanup) => {
|
|
33
|
+
if (isSSR) {
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
const cleanup = scroll(
|
|
37
|
+
(_progress, { x, y }) => {
|
|
38
|
+
values.scrollX.set(x.current);
|
|
39
|
+
values.scrollXProgress.set(x.progress);
|
|
40
|
+
values.scrollY.set(y.current);
|
|
41
|
+
values.scrollYProgress.set(y.progress);
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
...options,
|
|
45
|
+
container: (container == null ? void 0 : container.value) ?? void 0,
|
|
46
|
+
target: (target == null ? void 0 : target.value) ?? void 0
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
onCleanup(() => {
|
|
50
|
+
cleanup();
|
|
51
|
+
});
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
immediate: true,
|
|
55
|
+
flush: "post"
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
58
|
return values;
|
|
59
59
|
}
|
|
60
60
|
export {
|
|
@@ -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 "../utils/motion-value.mjs";
|
|
5
|
-
import { frame, frameData } from "../external/.pnpm/motion-dom@12.
|
|
2
|
+
import { animateValue } from "../external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/animation/JSAnimation.mjs";
|
|
3
|
+
import { motionValue } from "../external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/index.mjs";
|
|
4
|
+
import { isMotionValue } from "../external/.pnpm/motion-dom@12.12.1/external/motion-dom/dist/es/value/utils/is-motion-value.mjs";
|
|
5
|
+
import { frame, frameData } from "../external/.pnpm/motion-dom@12.12.1/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.12.1/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.12.1/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);
|