@useloops/design-system 1.4.670 → 1.4.672
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/esm/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/events/add-pointer-event.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/drag/index.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/focus.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/hover.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/pan/index.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/gestures/press.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/animation/index.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/definitions.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/drag.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/layout.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/load-features.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/index.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/dom/use-render.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/html/use-props.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/svg/use-props.js +1 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/JSAnimation.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/animate/single-value.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/inertia.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/default-transitions.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/frameloop/batcher.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/frameloop/render-step.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/gestures/hover.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/gestures/press/index.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/projection/animation/mix-values.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/node/create-projection-node.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/shared/stack.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/scale-correction.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/transform.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/VisualElement.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/html/utils/build-styles.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/html/utils/build-transform.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/svg/utils/path.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/utils/animation-state.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/render/utils/motion-values.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/render/utils/setters.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/resize/handle-element.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/resize/handle-window.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/resize/index.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/utils/delay.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/utils/interpolate.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/utils/is-html-element.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/utils/resolve-elements.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/color/hsla.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/color/rgba.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/complex/index.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/complex/mask.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/maps/number.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/maps/transform.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +1 -1
- package/dist/esm/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.js +1 -0
- package/dist/esm/node_modules/motion-dom/dist/es/value/will-change/is.js +1 -0
- package/dist/esm/node_modules/motion-utils/dist/es/easing/anticipate.js +1 -1
- package/dist/esm/node_modules/motion-utils/dist/es/errors.js +1 -1
- package/dist/esm/node_modules/motion-utils/dist/es/is-object.js +1 -1
- package/dist/esm/node_modules/motion-utils/dist/es/pipe.js +1 -1
- package/dist/esm/node_modules/motion-utils/dist/es/progress.js +1 -1
- package/dist/esm/node_modules/motion-utils/dist/es/velocity-per-second.js +1 -1
- package/dist/esm/systems/BrandCore/colorRamps.js +1 -1
- package/dist/esm/systems/Platform/AISummary/AISummary.js +1 -1
- package/dist/esm/systems/Platform/SliderGraph/utils/useSliderGraphProps.js +1 -1
- package/dist/esm/theme/theme.hooks.js +1 -1
- package/dist/esm/theme/theme.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/JSAnimation.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/animate/single-value.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/inertia.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/default-transitions.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/projection/animation/mix-values.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.js +1 -0
- package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/DocumentProjectionNode.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/projection/node/create-projection-node.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/shared/stack.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-correction.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/projection/styles/transform.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/VisualElement.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-styles.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-transform.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/path.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/animation-state.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/motion-values.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/setters.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/resize/handle-element.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/resize/handle-window.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/resize/index.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/delay.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/interpolate.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/is-html-element.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/mask.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/number.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/transform.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.js +1 -0
- package/dist/node_modules/motion-dom/dist/es/value/will-change/is.js +1 -0
- package/dist/node_modules/motion-utils/dist/es/easing/anticipate.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/errors.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/is-object.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/pipe.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/progress.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js +1 -1
- package/dist/systems/BrandCore/Icon/components/Add.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Ai.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/AlertDot.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ArrowDown.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ArrowLeft.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ArrowRight.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ArrowUp.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/AttachFile.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeCross.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeCrossInCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeFlag.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeFlagInCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeHyphen.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeHyphenInCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeQuestion.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeQuestionInCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeThumbUp.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeThumbUpInCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeTick.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BadgeTickInCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BatteryFull.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BrandLogomark.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/BrandWordmark.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Cancel.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Chat.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Check.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/CheckCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/CheckCircleFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/CheckDouble.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ChevronDown.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ChevronLeft.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ChevronRight.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ChevronUp.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Close.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Comment.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/CommentFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Compress.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Controls.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Copy.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Crosshair.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Dashboard.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/DataBar.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Delete.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Document.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Dollar.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/DragHandle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/DragSelect.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Edit.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Email.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Emoticon.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Error.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Euro.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Expand.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ExpandWindow.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Eye.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/EyeOff.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/FilterList.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Fingerprint.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/FocusHollow.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/FocusPoint.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Folder.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/FormatBold.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/FormatItalic.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/FormatUnderlined.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Gift.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/GridView.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/GridViewFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/GridViewLarge.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/GridViewSmall.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Hand.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Help.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Home.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/HomeFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Image.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ImageAdd.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ImageNo.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ImageSearch.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Info.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/InfoFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Keyboard.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Label.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Lasso.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Layers.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Lightbulb.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/LinearScale.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Link.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ListView.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Lock.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Menu.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/MenuOpen.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Microphone.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/MicrophoneOff.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Monitor.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/MoreHorizontal.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/MoreVertical.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/NavPushDown.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/NavPushLeft.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/NavPushRight.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/NavPushUp.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/NavToggle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/NetworkSignalStrength.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Notification.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number0.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number1.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number10.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number11.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number12.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number13.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number14.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number15.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number16.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number17.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number18.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number19.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number2.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number20.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number21.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number22.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number23.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number24.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number25.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number26.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number27.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number28.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number29.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number3.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number30.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number31.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number32.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number33.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number34.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number35.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number36.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number37.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number38.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number39.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number4.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number40.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number41.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number42.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number43.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number44.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number45.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number46.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number47.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number48.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number49.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number5.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number50.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number6.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number7.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number8.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Number9.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/OpenInNew.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Pause.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/PaymentCardAmex.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/PaymentCardMastercard.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/PaymentCardVisa.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Phone.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Pin.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/PinFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/PinLocation.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Play.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/PlayCircle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/PlayVideo.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Pound.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Rank.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Redo.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ReduceWindow.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Remove.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Replay.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/RotateDevice.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Save.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Search.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Select.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Send.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SentimentDoubleDown.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SentimentDoubleUp.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SentimentDown.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SentimentFlat.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SentimentUp.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Settings.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Shuffle.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SocialGoogleFullColour.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SocialLinkedinFullColour.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SocialLinkedinSingleColour.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SocialMediumSingleColour.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/SocialYoutubeSingleColour.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Sort.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Star.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/StarFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/StarHalf.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Stop.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Tablet.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Test.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/TestEdit.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/TestPending.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ThumbDown.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ThumbUp.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ThumbsUpDown.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Time.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/TimeFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Translate.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Unfold.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Upload.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/UploadCloud.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/UploadCloudFilled.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/UserSearch.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Users.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/VolumeHigh.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/VolumeLow.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/VolumeMute.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Warning.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Wifi.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/Work.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ZoomIn.d.ts +2 -2
- package/dist/systems/BrandCore/Icon/components/ZoomOut.d.ts +2 -2
- package/dist/systems/Platform/ForgotYourPassword/ForgotYourPasswordForm.d.ts +2 -2
- package/dist/systems/Platform/LinkExpired/LinkExpired.d.ts +2 -2
- package/dist/systems/Platform/LoginForm/LoginForm.d.ts +2 -2
- package/dist/systems/Platform/MFACodeVerify/MFACodeVerify.d.ts +2 -2
- package/dist/systems/Platform/MiniResultCard/graphVariants.d.ts +5 -5
- package/dist/systems/Platform/ResetPassword/ResetPasswordForm.d.ts +2 -2
- package/dist/systems/Platform/SignUpForm/SignUpForm.d.ts +2 -2
- package/dist/systems/Platform/SliderGraph/_partials/StyledComponents.d.ts +8 -8
- package/dist/systems/Platform/SliderGraph/utils/useSliderGraphProps.js +1 -1
- package/dist/systems/WebCore/ButtonBase/ButtonBase.d.ts +2 -2
- package/dist/systems/WebCore/Checkbox/Checkbox.d.ts +1 -1
- package/dist/systems/WebCore/FormControlLabel/FormControlLabel.d.ts +1 -1
- package/dist/systems/WebCore/FormGenerator/types.d.ts +1 -1
- package/dist/systems/WebCore/IconButtonBase/IconButton.variant-helpers.d.ts +1 -1
- package/dist/systems/WebCore/Menu/Menu.d.ts +1 -1
- package/dist/systems/WebCore/Popper/Popper.d.ts +3 -3
- package/dist/systems/WebCore/PoweredByWatermarkLogo/PoweredByWatermarkLogo.d.ts +2 -2
- package/dist/systems/WebCore/SortableList/SortableList.d.ts +2 -2
- package/dist/systems/WebCore/SortableList/components/SortableItem/SortableItem.d.ts +4 -4
- package/dist/systems/WebCore/Typography/Typography.d.ts +1 -1
- package/dist/theme/theme.hooks.d.ts +1 -1
- package/package.json +89 -76
- package/dist/esm/node_modules/framer-motion/dist/es/animation/animate/single-value.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/shared/stack.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/transform.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/VisualElement.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/svg/utils/path.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/utils/animation-state.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/utils/motion-values.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/render/utils/setters.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/utils/delay.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/value/use-will-change/is.js +0 -1
- package/dist/esm/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +0 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.js +0 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring/find.js +0 -1
- package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring/index.js +0 -1
- package/dist/esm/node_modules/uuid/dist/esm-browser/native.js +0 -1
- package/dist/esm/node_modules/uuid/dist/esm-browser/rng.js +0 -1
- package/dist/esm/node_modules/uuid/dist/esm-browser/stringify.js +0 -1
- package/dist/esm/node_modules/uuid/dist/esm-browser/v4.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/delay.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +0 -1
- package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.js +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/find.js +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/index.js +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +0 -1
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element-variant.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/data-id.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/get-appear-id.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/utils/calc-child-stagger.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/events/add-dom-event.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/conversion.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/copy.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/models.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/utils.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/HTMLProjectionNode.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/state.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/compare-by-depth.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/each-axis.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/flat-tree.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/has-transform.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/measure.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es/motion/features → motion-dom/dist/es/render}/Feature.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/html/utils/render.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/store.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/camel-case-attrs.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/is-svg-tag.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/render.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/get-variant-context.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-animation-controls.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-keyframes-target.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/is-variant-label.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/reduced-motion/state.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-dynamic-variants.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-variants.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/shallow-compare.js +0 -0
- /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/variant-props.js +0 -0
- /package/dist/esm/node_modules/{framer-motion/dist/es/value/use-will-change → motion-dom/dist/es/value/will-change}/add-will-change.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element-variant.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/data-id.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/get-appear-id.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/utils/calc-child-stagger.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/events/add-dom-event.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/conversion.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/copy.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/models.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/utils.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/HTMLProjectionNode.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/state.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/compare-by-depth.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/each-axis.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/flat-tree.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/has-transform.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/measure.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es/motion/features → motion-dom/dist/es/render}/Feature.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/html/utils/render.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/store.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/camel-case-attrs.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/is-svg-tag.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/render.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/get-variant-context.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-animation-controls.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-keyframes-target.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/is-variant-label.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/reduced-motion/state.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-dynamic-variants.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-variants.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/shallow-compare.js +0 -0
- /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/variant-props.js +0 -0
- /package/dist/node_modules/{framer-motion/dist/es/value/use-will-change → motion-dom/dist/es/value/will-change}/add-will-change.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.672",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -137,69 +137,68 @@
|
|
|
137
137
|
},
|
|
138
138
|
"homepage": "https://github.com/useloops/useloops-ds#readme",
|
|
139
139
|
"devDependencies": {
|
|
140
|
-
"@babel/cli": "^7.
|
|
141
|
-
"@babel/core": "^7.
|
|
142
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
143
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
144
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
145
|
-
"@babel/preset-env": "^7.
|
|
146
|
-
"@babel/preset-typescript": "^7.
|
|
140
|
+
"@babel/cli": "^7.29.7",
|
|
141
|
+
"@babel/core": "^7.29.7",
|
|
142
|
+
"@babel/plugin-syntax-jsx": "^7.29.7",
|
|
143
|
+
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
|
|
144
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
145
|
+
"@babel/preset-env": "^7.29.7",
|
|
146
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
147
147
|
"@chromatic-com/storybook": "^4.1.3",
|
|
148
|
-
"@commitlint/cli": "^19.
|
|
149
|
-
"@commitlint/config-conventional": "^19.
|
|
150
|
-
"@commitlint/prompt-cli": "^19.
|
|
151
|
-
"@commitlint/types": "^19.
|
|
148
|
+
"@commitlint/cli": "^19.8.1",
|
|
149
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
150
|
+
"@commitlint/prompt-cli": "^19.8.1",
|
|
151
|
+
"@commitlint/types": "^19.8.1",
|
|
152
152
|
"@emotion/react": "^11.14.0",
|
|
153
153
|
"@emotion/styled": "^11.14.1",
|
|
154
|
-
"@faker-js/faker": "^9.
|
|
155
|
-
"@mui/icons-material": "^7.3.
|
|
156
|
-
"@mui/material": "^7.3.
|
|
157
|
-
"@rollup/plugin-babel": "^6.0
|
|
158
|
-
"@rollup/plugin-commonjs": "^26.0.
|
|
154
|
+
"@faker-js/faker": "^9.9.0",
|
|
155
|
+
"@mui/icons-material": "^7.3.11",
|
|
156
|
+
"@mui/material": "^7.3.11",
|
|
157
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
158
|
+
"@rollup/plugin-commonjs": "^26.0.3",
|
|
159
159
|
"@rollup/plugin-json": "^6.1.0",
|
|
160
|
-
"@rollup/plugin-node-resolve": "^15.3.
|
|
160
|
+
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
161
161
|
"@rollup/plugin-terser": "^0.4.4",
|
|
162
162
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
163
|
-
"@storybook/addon-docs": "^10.
|
|
164
|
-
"@storybook/addon-links": "^10.
|
|
165
|
-
"@storybook/addon-onboarding": "^10.
|
|
166
|
-
"@storybook/addon-themes": "^10.
|
|
167
|
-
"@storybook/react-vite": "^10.
|
|
168
|
-
"@swc/core": "^1.
|
|
169
|
-
"@testing-library/react": "^16.3.
|
|
170
|
-
"@types/react": "^19.2.
|
|
171
|
-
"@types/react-dom": "^19.2.
|
|
172
|
-
"@types/stylis": "^4.2.
|
|
173
|
-
"@
|
|
174
|
-
"@typescript-eslint/
|
|
175
|
-
"@
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"eslint": "^
|
|
179
|
-
"eslint-plugin-
|
|
180
|
-
"eslint-plugin-
|
|
181
|
-
"eslint-plugin-
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"prettier": "^
|
|
185
|
-
"
|
|
186
|
-
"react": "^19.2.
|
|
187
|
-
"react-dom": "^19.2.0",
|
|
163
|
+
"@storybook/addon-docs": "^10.4.2",
|
|
164
|
+
"@storybook/addon-links": "^10.4.2",
|
|
165
|
+
"@storybook/addon-onboarding": "^10.4.2",
|
|
166
|
+
"@storybook/addon-themes": "^10.4.2",
|
|
167
|
+
"@storybook/react-vite": "^10.4.2",
|
|
168
|
+
"@swc/core": "^1.15.40",
|
|
169
|
+
"@testing-library/react": "^16.3.2",
|
|
170
|
+
"@types/react": "^19.2.17",
|
|
171
|
+
"@types/react-dom": "^19.2.3",
|
|
172
|
+
"@types/stylis": "^4.2.7",
|
|
173
|
+
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
174
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
175
|
+
"@vitejs/plugin-react-swc": "^4.3.1",
|
|
176
|
+
"bun-types": "^1.3.14",
|
|
177
|
+
"eslint": "^9.39.4",
|
|
178
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
179
|
+
"eslint-plugin-react": "^7.37.5",
|
|
180
|
+
"eslint-plugin-storybook": "^10.4.2",
|
|
181
|
+
"eslint-plugin-unused-imports": "^4.4.1",
|
|
182
|
+
"happy-dom": "^20.10.2",
|
|
183
|
+
"prettier": "^3.8.3",
|
|
184
|
+
"prettier-plugin-organize-imports": "^4.3.0",
|
|
185
|
+
"react": "^19.2.7",
|
|
186
|
+
"react-dom": "^19.2.7",
|
|
188
187
|
"resize-observer-polyfill": "^1.5.1",
|
|
189
|
-
"rimraf": "^6.
|
|
190
|
-
"rollup": "^4.
|
|
191
|
-
"rollup-plugin-dts": "^6.
|
|
192
|
-
"rollup-plugin-node-externals": "^8.
|
|
188
|
+
"rimraf": "^6.1.3",
|
|
189
|
+
"rollup": "^4.61.1",
|
|
190
|
+
"rollup-plugin-dts": "^6.4.1",
|
|
191
|
+
"rollup-plugin-node-externals": "^8.1.2",
|
|
193
192
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
194
193
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
195
194
|
"rollup-plugin-postcss": "^4.0.2",
|
|
196
195
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
197
196
|
"rollup-plugin-svg": "^2.0.0",
|
|
198
197
|
"rollup-preserve-directives": "^1.1.3",
|
|
199
|
-
"storybook": "^10.
|
|
200
|
-
"tsx": "^4.
|
|
201
|
-
"typescript": "^5.
|
|
202
|
-
"vite": "^8.0.
|
|
198
|
+
"storybook": "^10.4.2",
|
|
199
|
+
"tsx": "^4.22.4",
|
|
200
|
+
"typescript": "^5.9.3",
|
|
201
|
+
"vite": "^8.0.16",
|
|
203
202
|
"vite-plugin-svgr": "^5.2.0"
|
|
204
203
|
},
|
|
205
204
|
"eslintConfig": {
|
|
@@ -216,44 +215,58 @@
|
|
|
216
215
|
"react-dom": "^19.2.0"
|
|
217
216
|
},
|
|
218
217
|
"dependencies": {
|
|
219
|
-
"@base-ui-components/react": "^1.0.0-
|
|
220
|
-
"@dnd-kit/core": "^6.1
|
|
218
|
+
"@base-ui-components/react": "^1.0.0-rc.0",
|
|
219
|
+
"@dnd-kit/core": "^6.3.1",
|
|
221
220
|
"@dnd-kit/sortable": "^8.0.0",
|
|
222
221
|
"@dnd-kit/utilities": "^3.2.2",
|
|
223
|
-
"@gsap/react": "^2.1.
|
|
222
|
+
"@gsap/react": "^2.1.2",
|
|
224
223
|
"@hookform/error-message": "^2.0.1",
|
|
225
224
|
"@lottiefiles/dotlottie-react": "^0.13.5",
|
|
226
|
-
"@mui/lab": "^7.0.1-beta.
|
|
227
|
-
"@number-flow/react": "^0.5.
|
|
228
|
-
"@phrase/i18next-backend": "^1.2.0",
|
|
225
|
+
"@mui/lab": "^7.0.1-beta.25",
|
|
226
|
+
"@number-flow/react": "^0.5.14",
|
|
229
227
|
"@tiptap/extension-image": "3.7.0",
|
|
230
|
-
"@tiptap/extension-placeholder": "^3.
|
|
231
|
-
"@tiptap/extension-table": "^3.
|
|
232
|
-
"@tiptap/react": "^3.
|
|
233
|
-
"@tiptap/starter-kit": "^3.
|
|
228
|
+
"@tiptap/extension-placeholder": "^3.26.0",
|
|
229
|
+
"@tiptap/extension-table": "^3.26.0",
|
|
230
|
+
"@tiptap/react": "^3.26.0",
|
|
231
|
+
"@tiptap/starter-kit": "^3.26.0",
|
|
234
232
|
"@use-it/event-listener": "^0.1.7",
|
|
235
233
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
236
234
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
237
235
|
"@zxcvbn-ts/language-en": "^3.0.2",
|
|
238
236
|
"check-password-strength": "^3.0.0",
|
|
239
|
-
"dayjs": "^1.11.
|
|
240
|
-
"express": "^4.
|
|
241
|
-
"flag-icons": "^7.
|
|
242
|
-
"gsap": "^3.
|
|
243
|
-
"html-react-parser": "^5.2.
|
|
237
|
+
"dayjs": "^1.11.21",
|
|
238
|
+
"express": "^4.22.2",
|
|
239
|
+
"flag-icons": "^7.5.0",
|
|
240
|
+
"gsap": "^3.15.0",
|
|
241
|
+
"html-react-parser": "^5.2.17",
|
|
244
242
|
"markdown-to-jsx": "^7.7.17",
|
|
245
|
-
"material-ui-popup-state": "^5.3.
|
|
246
|
-
"merge-sx": "^3.
|
|
247
|
-
"motion": "^12.0
|
|
248
|
-
"mui-tiptap": "^1.
|
|
249
|
-
"react-hook-form": "^7.
|
|
243
|
+
"material-ui-popup-state": "^5.3.7",
|
|
244
|
+
"merge-sx": "^3.5.0",
|
|
245
|
+
"motion": "^12.40.0",
|
|
246
|
+
"mui-tiptap": "^1.31.0",
|
|
247
|
+
"react-hook-form": "^7.78.0",
|
|
250
248
|
"react-intersection-observer": "^9.16.0",
|
|
251
|
-
"react-number-format": "^5.4.
|
|
252
|
-
"react-phone-number-input": "^3.4.
|
|
253
|
-
"react-truncate-list": "^1.0.
|
|
254
|
-
"stylis": "^4.
|
|
249
|
+
"react-number-format": "^5.4.5",
|
|
250
|
+
"react-phone-number-input": "^3.4.17",
|
|
251
|
+
"react-truncate-list": "^1.0.5",
|
|
252
|
+
"stylis": "^4.4.0",
|
|
255
253
|
"stylis-plugin-rtl": "^2.1.1",
|
|
256
254
|
"upgrade": "^1.1.0",
|
|
257
|
-
"yup": "^1.
|
|
255
|
+
"yup": "^1.7.1"
|
|
256
|
+
},
|
|
257
|
+
"overrides": {
|
|
258
|
+
"serialize-javascript": "7.0.5",
|
|
259
|
+
"svgo": "2.8.1",
|
|
260
|
+
"flatted": "3.4.2",
|
|
261
|
+
"yaml": "1.10.3",
|
|
262
|
+
"js-yaml": "4.2.0",
|
|
263
|
+
"postcss": "8.5.15",
|
|
264
|
+
"fast-uri": "3.1.2",
|
|
265
|
+
"path-to-regexp": "0.1.13",
|
|
266
|
+
"brace-expansion": "5.0.6",
|
|
267
|
+
"ajv": "8.20.0",
|
|
268
|
+
"minimatch": "10.2.5",
|
|
269
|
+
"glob": "10.5.0",
|
|
270
|
+
"picomatch": "4.0.4"
|
|
258
271
|
}
|
|
259
272
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{animateMotionValue as o}from"../interfaces/motion-value.js";import{isMotionValue as t}from"../../../../../motion-dom/dist/es/value/utils/is-motion-value.js";import{motionValue as i}from"../../../../../motion-dom/dist/es/value/index.js";function m(m,n,s){const e=t(m)?m:i(m);return e.start(o("",e,n,s)),e.animation}export{m as animateSingleValue};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e=e=>null!==e;function t(t,{repeat:o,repeatType:n="loop"},l){const p=t.filter(e);return p[o&&"loop"!==n&&o%2==1?0:p.length-1]}export{t as getFinalKeyframe};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{getFinalKeyframe as t}from"../animators/waapi/utils/get-final-keyframe.js";import{getDefaultTransition as o}from"../utils/default-transitions.js";import{isTransitionDefined as e}from"../utils/is-transition-defined.js";import{getValueTransition as i}from"../../../../../motion-dom/dist/es/animation/utils/get-value-transition.js";import{secondsToMilliseconds as n}from"../../../../../motion-utils/dist/es/time-conversion.js";import{makeAnimationInstant as a}from"../../../../../motion-dom/dist/es/animation/utils/make-animation-instant.js";import{MotionGlobalConfig as s}from"../../../../../motion-utils/dist/es/global-config.js";import{frame as m}from"../../../../../motion-dom/dist/es/frameloop/frame.js";import{JSAnimation as r}from"../../../../../motion-dom/dist/es/animation/JSAnimation.js";import{AsyncMotionValueAnimation as l}from"../../../../../motion-dom/dist/es/animation/AsyncMotionValueAnimation.js";const d=(d,p,f,y={},u,c)=>j=>{const v=i(y,d)||{},g=v.delay||y.delay||0;let{elapsed:A=0}=y;A-=n(g);const k={keyframes:Array.isArray(f)?f:[null,f],ease:"easeOut",velocity:p.getVelocity(),...v,delay:-A,onUpdate:t=>{p.set(t),v.onUpdate&&v.onUpdate(t)},onComplete:()=>{j(),v.onComplete&&v.onComplete()},name:d,motionValue:p,element:c?void 0:u};e(v)||Object.assign(k,o(d,k)),k.duration&&(k.duration=n(k.duration)),k.repeatDelay&&(k.repeatDelay=n(k.repeatDelay)),void 0!==k.from&&(k.keyframes[0]=k.from);let w=!1;if((!1===k.type||0===k.duration&&!k.repeatDelay)&&(a(k),0===k.delay&&(w=!0)),(s.instantAnimations||s.skipAnimations)&&(w=!0,a(k),k.delay=0),k.allowFlatten=!v.type&&!v.ease,w&&!c&&void 0!==p.get()){const o=t(k.keyframes,v);if(void 0!==o)return void m.update(()=>{k.onUpdate(o),k.onComplete()})}return v.isSync?new r(k):new l(k)};export{d as animateMotionValue};
|
package/dist/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{setTarget as t}from"../../render/utils/setters.js";import{addValueToWillChange as i}from"../../value/use-will-change/add-will-change.js";import{getOptimisedAppearId as o}from"../optimized-appear/get-appear-id.js";import{animateMotionValue as n}from"./motion-value.js";import{getValueTransition as e}from"../../../../../motion-dom/dist/es/animation/utils/get-value-transition.js";import{frame as a}from"../../../../../motion-dom/dist/es/frameloop/frame.js";import{positionalKeys as s}from"../../../../../motion-dom/dist/es/render/utils/keys-position.js";function r({protectedKeys:t,needsAnimating:i},o){const n=t.hasOwnProperty(o)&&!0!==i[o];return i[o]=!1,n}function m(m,d,{delay:l=0,transitionOverride:u,type:f}={}){let{transition:p=m.getDefaultTransition(),transitionEnd:c,...g}=d;u&&(p=u);const y=[],h=f&&m.animationState&&m.animationState.getState()[f];for(const t in g){const d=m.getValue(t,m.latestValues[t]??null),u=g[t];if(void 0===u||h&&r(h,t))continue;const f={delay:l,...e(p||{},t)},c=d.get();if(void 0!==c&&!d.isAnimating&&!Array.isArray(u)&&u===c&&!f.velocity)continue;let j=!1;if(window.MotionHandoffAnimation){const i=o(m);if(i){const o=window.MotionHandoffAnimation(i,t,a);null!==o&&(f.startTime=o,j=!0)}}i(m,t),d.start(n(t,d,u,m.shouldReduceMotion&&s.has(t)?{type:!1}:f,m,j));const v=d.animation;v&&y.push(v)}return c&&Promise.all(y).then(()=>{a.update(()=>{c&&t(m,c)})}),y}export{m as animateTarget};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{transformProps as e}from"../../../../../motion-dom/dist/es/render/utils/keys-transform.js";const s={type:"spring",stiffness:500,damping:25,restSpeed:10},t={type:"keyframes",duration:.8},r={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},a=(a,{keyframes:i})=>i.length>2?t:e.has(a)?a.startsWith("scale")?{type:"spring",stiffness:550,damping:0===i[1]?2*Math.sqrt(550):30,restSpeed:10}:s:r;export{a as getDefaultTransition};
|
package/dist/esm/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function e({when:e,delay:r,delayChildren:t,staggerChildren:a,staggerDirection:n,repeat:l,repeatType:p,repeatDelay:d,from:g,elapsed:i,...y}){return!!Object.keys(y).length}export{e as isTransitionDefined};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{scaleCorrectors as o}from"../../projection/styles/scale-correction.js";import{transformProps as t}from"../../../../../motion-dom/dist/es/render/utils/keys-transform.js";function r(r,{layout:i,layoutId:s}){return t.has(r)||r.startsWith("origin")||(i||void 0!==s)&&(!!o[r]||"opacity"===r)}export{r as isForcedMotionValue};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{mixNumber as t}from"../../../../../motion-dom/dist/es/utils/mix/number.js";import{px as o,percent as i}from"../../../../../motion-dom/dist/es/value/types/numbers/units.js";import{progress as s}from"../../../../../motion-utils/dist/es/progress.js";import{noop as e}from"../../../../../motion-utils/dist/es/noop.js";import{circOut as r}from"../../../../../motion-utils/dist/es/easing/circ.js";const n=["TopLeft","TopRight","BottomLeft","BottomRight"],m=n.length,p=t=>"string"==typeof t?parseFloat(t):t,a=t=>"number"==typeof t||o.test(t);function u(o,s,e,r,u,y){u?(o.opacity=t(0,e.opacity??1,d(r)),o.opacityExit=t(s.opacity??1,0,f(r))):y&&(o.opacity=t(s.opacity??1,e.opacity??1,r));for(let u=0;u<m;u++){const m=`border${n[u]}Radius`;let d=c(s,m),f=c(e,m);if(void 0===d&&void 0===f)continue;d||(d=0),f||(f=0);0===d||0===f||a(d)===a(f)?(o[m]=Math.max(t(p(d),p(f),r),0),(i.test(f)||i.test(d))&&(o[m]+="%")):o[m]=f}(s.rotate||e.rotate)&&(o.rotate=t(s.rotate||0,e.rotate||0,r))}function c(t,o){return void 0!==t[o]?t[o]:t.borderRadius}const d=y(0,.5,r),f=y(.5,.95,e);function y(t,o,i){return e=>e<t?0:e>o?1:i(s(t,o,e))}export{u as mixValues};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{hasTransform as t}from"../utils/has-transform.js";import{mixNumber as o}from"../../../../../motion-dom/dist/es/utils/mix/number.js";function n(t,o,n){return n+o*(t-n)}function s(t,o,s,i,l){return void 0!==l&&(t=n(t,l,i)),n(t,s,i)+o}function i(t,o=0,n=1,i,l){t.min=s(t.min,o,n,i,l),t.max=s(t.max,o,n,i,l)}function l(t,{x:o,y:n}){i(t.x,o.translate,o.scale,o.originPoint),i(t.y,n.translate,n.scale,n.originPoint)}const e=.999999999999,r=1.0000000000001;function a(o,n,s,i=!1){const a=s.length;if(!a)return;let c,m;n.x=n.y=1;for(let e=0;e<a;e++){c=s[e],m=c.projectionDelta;const{visualElement:r}=c.options;r&&r.props.style&&"contents"===r.props.style.display||(i&&c.options.layoutScroll&&c.scroll&&c!==c.root&&x(o,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),m&&(n.x*=m.x.scale,n.y*=m.y.scale,l(o,m)),i&&t(c.latestValues)&&x(o,c.latestValues))}n.x<r&&n.x>e&&(n.x=1),n.y<r&&n.y>e&&(n.y=1)}function c(t,o){t.min=t.min+o,t.max=t.max+o}function m(t,n,s,l,e=.5){i(t,n,s,o(t.min,t.max,e),l)}function x(t,o){m(t.x,o.x,o.scaleX,o.scale,o.originX),m(t.y,o.y,o.scaleY,o.scale,o.originY)}export{i as applyAxisDelta,l as applyBoxDelta,s as applyPointDelta,a as applyTreeDeltas,n as scalePoint,m as transformAxis,x as transformBox,c as translateAxis};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{mixNumber as n}from"../../../../../motion-dom/dist/es/utils/mix/number.js";function i(n){return n.max-n.min}function t(n,i,t){return Math.abs(n-i)<=t}function o(t,o,a,m=.5){t.origin=m,t.originPoint=n(o.min,o.max,t.origin),t.scale=i(a)/i(o),t.translate=n(a.min,a.max,t.origin)-t.originPoint,(t.scale>=.9999&&t.scale<=1.0001||isNaN(t.scale))&&(t.scale=1),(t.translate>=-.01&&t.translate<=.01||isNaN(t.translate))&&(t.translate=0)}function a(n,i,t,a){o(n.x,i.x,t.x,a?a.originX:void 0),o(n.y,i.y,t.y,a?a.originY:void 0)}function m(n,t,o){n.min=o.min+t.min,n.max=n.min+i(t)}function r(n,i,t){m(n.x,i.x,t.x),m(n.y,i.y,t.y)}function s(n,t,o){n.min=t.min-o.min,n.max=n.min+i(t)}function x(n,i,t){s(n.x,i.x,t.x),s(n.y,i.y,t.y)}export{o as calcAxisDelta,a as calcBoxDelta,i as calcLength,m as calcRelativeAxis,s as calcRelativeAxisPosition,r as calcRelativeBox,x as calcRelativePosition,t as isNear};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{scalePoint as i}from"./delta-apply.js";import{percent as o}from"../../../../../motion-dom/dist/es/value/types/numbers/units.js";import{mixNumber as n}from"../../../../../motion-dom/dist/es/utils/mix/number.js";function t(o,n,t,m,e){return o=i(o-=n,1/t,m),void 0!==e&&(o=i(o,1/e,m)),o}function m(i,m=0,e=1,r=.5,s,a=i,u=i){if(o.test(m)){m=parseFloat(m);m=n(u.min,u.max,m/100)-u.min}if("number"!=typeof m)return;let d=n(a.min,a.max,r);i===a&&(d-=m),i.min=t(i.min,m,e,d,s),i.max=t(i.max,m,e,d,s)}function e(i,o,[n,t,e],r,s){m(i,o[n],o[t],o[e],o.scale,r,s)}const r=["x","scaleX","originX"],s=["y","scaleY","originY"];function a(i,o,n,t){e(i.x,o,r,n?n.x:void 0,t?t.x:void 0),e(i.y,o,s,n?n.y:void 0,t?t.y:void 0)}export{m as removeAxisDelta,e as removeAxisTransforms,a as removeBoxTransforms,t as removePointDelta};
|
package/dist/esm/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{addDomEvent as e}from"../../events/add-dom-event.js";import{createProjectionNode as o}from"./create-projection-node.js";const t=o({attachResizeListener:(o,t)=>e(o,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0});export{t as DocumentProjectionNode};
|
package/dist/esm/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{animateSingleValue as t}from"../../animation/animate/single-value.js";import{getOptimisedAppearId as e}from"../../animation/optimized-appear/get-appear-id.js";import{FlatTree as i}from"../../render/utils/flat-tree.js";import{delay as s}from"../../utils/delay.js";import{resolveMotionValue as o}from"../../value/utils/resolve-motion-value.js";import{mixValues as a}from"../animation/mix-values.js";import{copyBoxInto as r,copyAxisDeltaInto as n}from"../geometry/copy.js";import{translateAxis as h,transformBox as l,applyBoxDelta as c,applyTreeDeltas as d}from"../geometry/delta-apply.js";import{calcLength as m,calcRelativePosition as u,calcRelativeBox as p,calcBoxDelta as y,isNear as g}from"../geometry/delta-calc.js";import{removeBoxTransforms as f}from"../geometry/delta-remove.js";import{createBox as v,createDelta as T}from"../geometry/models.js";import{boxEqualsRounded as j,isDeltaZero as P,axisDeltaEquals as x,boxEquals as D,aspectRatio as S}from"../geometry/utils.js";import{NodeStack as B}from"../shared/stack.js";import{scaleCorrectors as R}from"../styles/scale-correction.js";import{buildProjectionTransform as A}from"../styles/transform.js";import{eachAxis as V}from"../utils/each-axis.js";import{hasTransform as L,hasScale as k,has2DTranslate as E}from"../utils/has-transform.js";import{globalProjectionState as w}from"./state.js";import{SubscriptionManager as U}from"../../../../../motion-utils/dist/es/subscription-manager.js";import{isSVGElement as C}from"../../../../../motion-dom/dist/es/utils/is-svg-element.js";import{isSVGSVGElement as F}from"../../../../../motion-dom/dist/es/utils/is-svg-svg-element.js";import{frame as O,cancelFrame as I,frameSteps as M,frameData as b}from"../../../../../motion-dom/dist/es/frameloop/frame.js";import{getValueTransition as z}from"../../../../../motion-dom/dist/es/animation/utils/get-value-transition.js";import{time as N}from"../../../../../motion-dom/dist/es/frameloop/sync-time.js";import{microtask as H}from"../../../../../motion-dom/dist/es/frameloop/microtask.js";import{motionValue as W}from"../../../../../motion-dom/dist/es/value/index.js";import{clamp as $}from"../../../../../motion-utils/dist/es/clamp.js";import{mixNumber as G}from"../../../../../motion-dom/dist/es/utils/mix/number.js";import{noop as X}from"../../../../../motion-utils/dist/es/noop.js";const Y=["","X","Y","Z"];let Z=0;function q(t,e,i,s){const{latestValues:o}=e;o[t]&&(i[t]=o[t],e.setStaticValue(t,0),s&&(s[t]=0))}function J(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:i}=t.options;if(!i)return;const s=e(i);if(window.MotionHasOptimisedAnimation(s,"transform")){const{layout:e,layoutId:i}=t.options;window.MotionCancelOptimisedAnimation(s,"transform",O,!(e||i))}const{parent:o}=t;o&&!o.hasCheckedOptimisedAppear&&J(o)}function K({attachResizeListener:e,defaultParent:g,measureScroll:S,checkIsScrollRoot:V,resetTransform:G}){return class{constructor(t={},e=g?.()){this.id=Z++,this.animationId=0,this.animationCommitId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(tt),this.nodes.forEach(nt),this.nodes.forEach(ht),this.nodes.forEach(et)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=t,this.root=e?e.root||e:this,this.path=e?[...e.path,e]:[],this.parent=e,this.depth=e?e.depth+1:0;for(let t=0;t<this.path.length;t++)this.path[t].shouldResetTransform=!0;this.root===this&&(this.nodes=new i)}addEventListener(t,e){return this.eventHandlers.has(t)||this.eventHandlers.set(t,new U),this.eventHandlers.get(t).add(e)}notifyListeners(t,...e){const i=this.eventHandlers.get(t);i&&i.notify(...e)}hasListeners(t){return this.eventHandlers.has(t)}mount(t){if(this.instance)return;this.isSVG=C(t)&&!F(t),this.instance=t;const{layoutId:i,layout:o,visualElement:a}=this.options;if(a&&!a.current&&a.mount(t),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(o||i)&&(this.isLayoutDirty=!0),e){let i,o=0;const a=()=>this.root.updateBlockedByResize=!1;O.read(()=>{o=window.innerWidth}),e(t,()=>{const t=window.innerWidth;t!==o&&(o=t,this.root.updateBlockedByResize=!0,i&&i(),i=s(a,250),w.hasAnimatedSinceResize&&(w.hasAnimatedSinceResize=!1,this.nodes.forEach(rt)))})}i&&this.root.registerSharedNode(i,this),!1!==this.options.animate&&a&&(i||o)&&this.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e,hasRelativeLayoutChanged:i,layout:s})=>{if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const o=this.options.transition||a.getDefaultTransition()||yt,{onLayoutAnimationStart:r,onLayoutAnimationComplete:n}=a.getProps(),h=!this.targetLayout||!j(this.targetLayout,s),l=!e&&i;if(this.options.layoutRoot||this.resumeFrom||l||e&&(h||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);const e={...z(o,"layout"),onPlay:r,onComplete:n};(a.shouldReduceMotion||this.options.layoutRoot)&&(e.delay=0,e.type=!1),this.startAnimation(e),this.setAnimationOrigin(t,l)}else e||rt(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=s})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const t=this.getStack();t&&t.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),I(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(lt),this.animationId++)}getTransformTemplate(){const{visualElement:t}=this.options;return t&&t.getProps().transformTemplate}willUpdate(t=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked())return void(this.options.onExitComplete&&this.options.onExitComplete());if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&J(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let t=0;t<this.path.length;t++){const e=this.path[t];e.shouldResetTransform=!0,e.updateScroll("snapshot"),e.options.layoutRoot&&e.willUpdate(!1)}const{layoutId:e,layout:i}=this.options;if(void 0===e&&!i)return;const s=this.getTransformTemplate();this.prevTransformTemplateValue=s?s(this.latestValues,""):void 0,this.updateSnapshot(),t&&this.notifyListeners("willUpdate")}update(){this.updateScheduled=!1;if(this.isUpdateBlocked())return this.unblockUpdate(),this.clearAllSnapshots(),void this.nodes.forEach(st);if(this.animationId<=this.animationCommitId)return void this.nodes.forEach(ot);this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(at),this.nodes.forEach(Q),this.nodes.forEach(_)):this.nodes.forEach(ot),this.clearAllSnapshots();const t=N.now();b.delta=$(0,1e3/60,t-b.timestamp),b.timestamp=t,b.isProcessing=!0,M.update.process(b),M.preRender.process(b),M.render.process(b),b.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,H.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(it),this.sharedNodes.forEach(ct)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,O.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){O.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure(),!this.snapshot||m(this.snapshot.measuredBox.x)||m(this.snapshot.measuredBox.y)||(this.snapshot=void 0))}updateLayout(){if(!this.instance)return;if(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead()||this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let t=0;t<this.path.length;t++){this.path[t].updateScroll()}const t=this.layout;this.layout=this.measure(!1),this.layoutCorrected=v(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:e}=this.options;e&&e.notify("LayoutMeasure",this.layout.layoutBox,t?t.layoutBox:void 0)}updateScroll(t="measure"){let e=Boolean(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===t&&(e=!1),e&&this.instance){const e=V(this.instance);this.scroll={animationId:this.root.animationId,phase:t,isRoot:e,offset:S(this.instance),wasRoot:this.scroll?this.scroll.isRoot:e}}}resetTransform(){if(!G)return;const t=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,e=this.projectionDelta&&!P(this.projectionDelta),i=this.getTransformTemplate(),s=i?i(this.latestValues,""):void 0,o=s!==this.prevTransformTemplateValue;t&&this.instance&&(e||L(this.latestValues)||o)&&(G(this.instance,s),this.shouldResetTransform=!1,this.scheduleRender())}measure(t=!0){const e=this.measurePageBox();let i=this.removeElementScroll(e);var s;return t&&(i=this.removeTransform(i)),vt((s=i).x),vt(s.y),{animationId:this.root.animationId,measuredBox:e,layoutBox:i,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:t}=this.options;if(!t)return v();const e=t.measureViewportBox();if(!(this.scroll?.wasRoot||this.path.some(jt))){const{scroll:t}=this.root;t&&(h(e.x,t.offset.x),h(e.y,t.offset.y))}return e}removeElementScroll(t){const e=v();if(r(e,t),this.scroll?.wasRoot)return e;for(let i=0;i<this.path.length;i++){const s=this.path[i],{scroll:o,options:a}=s;s!==this.root&&o&&a.layoutScroll&&(o.wasRoot&&r(e,t),h(e.x,o.offset.x),h(e.y,o.offset.y))}return e}applyTransform(t,e=!1){const i=v();r(i,t);for(let t=0;t<this.path.length;t++){const s=this.path[t];!e&&s.options.layoutScroll&&s.scroll&&s!==s.root&&l(i,{x:-s.scroll.offset.x,y:-s.scroll.offset.y}),L(s.latestValues)&&l(i,s.latestValues)}return L(this.latestValues)&&l(i,this.latestValues),i}removeTransform(t){const e=v();r(e,t);for(let t=0;t<this.path.length;t++){const i=this.path[t];if(!i.instance)continue;if(!L(i.latestValues))continue;k(i.latestValues)&&i.updateSnapshot();const s=v(),o=i.measurePageBox();r(s,o),f(e,i.latestValues,i.snapshot?i.snapshot.layoutBox:void 0,s)}return L(this.latestValues)&&f(e,this.latestValues),e}setTargetDelta(t){this.targetDelta=t,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(t){this.options={...this.options,...t,crossfade:void 0===t.crossfade||t.crossfade}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==b.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(t=!1){const e=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=e.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=e.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=e.isSharedProjectionDirty);const i=Boolean(this.resumingFrom)||this!==e;if(!(t||i&&this.isSharedProjectionDirty||this.isProjectionDirty||this.parent?.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:s,layoutId:o}=this.options;if(this.layout&&(s||o)){if(this.resolvedRelativeTargetAt=b.timestamp,!this.targetDelta&&!this.relativeTarget){const t=this.getClosestProjectingParent();t&&t.layout&&1!==this.animationProgress?(this.relativeParent=t,this.forceRelativeParentToResolveTarget(),this.relativeTarget=v(),this.relativeTargetOrigin=v(),u(this.relativeTargetOrigin,this.layout.layoutBox,t.layout.layoutBox),r(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if((this.relativeTarget||this.targetDelta)&&(this.target||(this.target=v(),this.targetWithTransforms=v()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),p(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(Boolean(this.resumingFrom)?this.target=this.applyTransform(this.layout.layoutBox):r(this.target,this.layout.layoutBox),c(this.target,this.targetDelta)):r(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const t=this.getClosestProjectingParent();t&&Boolean(t.resumingFrom)===Boolean(this.resumingFrom)&&!t.options.layoutScroll&&t.target&&1!==this.animationProgress?(this.relativeParent=t,this.forceRelativeParentToResolveTarget(),this.relativeTarget=v(),this.relativeTargetOrigin=v(),u(this.relativeTargetOrigin,this.target,t.target),r(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(this.parent&&!k(this.parent.latestValues)&&!E(this.parent.latestValues))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return Boolean((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){const t=this.getLead(),e=Boolean(this.resumingFrom)||this!==t;let i=!0;if((this.isProjectionDirty||this.parent?.isProjectionDirty)&&(i=!1),e&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(i=!1),this.resolvedRelativeTargetAt===b.timestamp&&(i=!1),i)return;const{layout:s,layoutId:o}=this.options;if(this.isTreeAnimating=Boolean(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!s&&!o)return;r(this.layoutCorrected,this.layout.layoutBox);const a=this.treeScale.x,h=this.treeScale.y;d(this.layoutCorrected,this.treeScale,this.path,e),!t.layout||t.target||1===this.treeScale.x&&1===this.treeScale.y||(t.target=t.layout.layoutBox,t.targetWithTransforms=v());const{target:l}=t;l?(this.projectionDelta&&this.prevProjectionDelta?(n(this.prevProjectionDelta.x,this.projectionDelta.x),n(this.prevProjectionDelta.y,this.projectionDelta.y)):this.createProjectionDeltas(),y(this.projectionDelta,this.layoutCorrected,l,this.latestValues),this.treeScale.x===a&&this.treeScale.y===h&&x(this.projectionDelta.x,this.prevProjectionDelta.x)&&x(this.projectionDelta.y,this.prevProjectionDelta.y)||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",l))):this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender())}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(t=!0){if(this.options.visualElement?.scheduleRender(),t){const t=this.getStack();t&&t.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=T(),this.projectionDelta=T(),this.projectionDeltaWithTransform=T()}setAnimationOrigin(t,e=!1){const i=this.snapshot,s=i?i.latestValues:{},o={...this.latestValues},n=T();this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!e;const h=v(),l=(i?i.source:void 0)!==(this.layout?this.layout.source:void 0),c=this.getStack(),d=!c||c.members.length<=1,m=Boolean(l&&!d&&!0===this.options.crossfade&&!this.path.some(pt));let p;this.animationProgress=0,this.mixTargetDelta=e=>{const i=e/1e3;dt(n.x,t.x,i),dt(n.y,t.y,i),this.setTargetDelta(n),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(u(h,this.layout.layoutBox,this.relativeParent.layout.layoutBox),ut(this.relativeTarget,this.relativeTargetOrigin,h,i),p&&D(this.relativeTarget,p)&&(this.isProjectionDirty=!1),p||(p=v()),r(p,this.relativeTarget)),l&&(this.animationValues=o,a(o,s,this.latestValues,i,m,d)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=i},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(e){this.notifyListeners("animationStart"),this.currentAnimation?.stop(),this.resumingFrom?.currentAnimation?.stop(),this.pendingAnimation&&(I(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=O.update(()=>{w.hasAnimatedSinceResize=!0,this.motionValue||(this.motionValue=W(0)),this.currentAnimation=t(this.motionValue,[0,1e3],{...e,velocity:0,isSync:!0,onUpdate:t=>{this.mixTargetDelta(t),e.onUpdate&&e.onUpdate(t)},onStop:()=>{},onComplete:()=>{e.onComplete&&e.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const t=this.getStack();t&&t.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const t=this.getLead();let{targetWithTransforms:e,target:i,layout:s,latestValues:o}=t;if(e&&i&&s){if(this!==t&&this.layout&&s&&Tt(this.options.animationType,this.layout.layoutBox,s.layoutBox)){i=this.target||v();const e=m(this.layout.layoutBox.x);i.x.min=t.target.x.min,i.x.max=i.x.min+e;const s=m(this.layout.layoutBox.y);i.y.min=t.target.y.min,i.y.max=i.y.min+s}r(e,i),l(e,o),y(this.projectionDeltaWithTransform,this.layoutCorrected,e,o)}}registerSharedNode(t,e){this.sharedNodes.has(t)||this.sharedNodes.set(t,new B);this.sharedNodes.get(t).add(e);const i=e.options.initialPromotionConfig;e.promote({transition:i?i.transition:void 0,preserveFollowOpacity:i&&i.shouldPreserveFollowOpacity?i.shouldPreserveFollowOpacity(e):void 0})}isLead(){const t=this.getStack();return!t||t.lead===this}getLead(){const{layoutId:t}=this.options;return t&&this.getStack()?.lead||this}getPrevLead(){const{layoutId:t}=this.options;return t?this.getStack()?.prevLead:void 0}getStack(){const{layoutId:t}=this.options;if(t)return this.root.sharedNodes.get(t)}promote({needsReset:t,transition:e,preserveFollowOpacity:i}={}){const s=this.getStack();s&&s.promote(this,i),t&&(this.projectionDelta=void 0,this.needsReset=!0),e&&this.setOptions({transition:e})}relegate(){const t=this.getStack();return!!t&&t.relegate(this)}resetSkewAndRotation(){const{visualElement:t}=this.options;if(!t)return;let e=!1;const{latestValues:i}=t;if((i.z||i.rotate||i.rotateX||i.rotateY||i.rotateZ||i.skewX||i.skewY)&&(e=!0),!e)return;const s={};i.z&&q("z",t,s,this.animationValues);for(let e=0;e<Y.length;e++)q(`rotate${Y[e]}`,t,s,this.animationValues),q(`skew${Y[e]}`,t,s,this.animationValues);t.render();for(const e in s)t.setStaticValue(e,s[e]),this.animationValues&&(this.animationValues[e]=s[e]);t.scheduleRender()}applyProjectionStyles(t,e){if(!this.instance||this.isSVG)return;if(!this.isVisible)return void(t.visibility="hidden");const i=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,t.visibility="",t.opacity="",t.pointerEvents=o(e?.pointerEvents)||"",void(t.transform=i?i(this.latestValues,""):"none");const s=this.getLead();if(!this.projectionDelta||!this.layout||!s.target)return this.options.layoutId&&(t.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,t.pointerEvents=o(e?.pointerEvents)||""),void(this.hasProjected&&!L(this.latestValues)&&(t.transform=i?i({},""):"none",this.hasProjected=!1));t.visibility="";const a=s.animationValues||s.latestValues;this.applyTransformsToTarget();let r=A(this.projectionDeltaWithTransform,this.treeScale,a);i&&(r=i(a,r)),t.transform=r;const{x:n,y:h}=this.projectionDelta;t.transformOrigin=`${100*n.origin}% ${100*h.origin}% 0`,s.animationValues?t.opacity=s===this?a.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:a.opacityExit:t.opacity=s===this?void 0!==a.opacity?a.opacity:"":void 0!==a.opacityExit?a.opacityExit:0;for(const e in R){if(void 0===a[e])continue;const{correct:i,applyTo:o,isCSSVariable:n}=R[e],h="none"===r?a[e]:i(a[e],s);if(o){const e=o.length;for(let i=0;i<e;i++)t[o[i]]=h}else n?this.options.visualElement.renderState.vars[e]=h:t[e]=h}this.options.layoutId&&(t.pointerEvents=s===this?o(e?.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(t=>t.currentAnimation?.stop()),this.root.nodes.forEach(st),this.root.sharedNodes.clear()}}}function Q(t){t.updateLayout()}function _(t){const e=t.resumeFrom?.snapshot||t.snapshot;if(t.isLead()&&t.layout&&e&&t.hasListeners("didUpdate")){const{layoutBox:i,measuredBox:s}=t.layout,{animationType:o}=t.options,a=e.source!==t.layout.source;"size"===o?V(t=>{const s=a?e.measuredBox[t]:e.layoutBox[t],o=m(s);s.min=i[t].min,s.max=s.min+o}):Tt(o,e.layoutBox,i)&&V(s=>{const o=a?e.measuredBox[s]:e.layoutBox[s],r=m(i[s]);o.max=o.min+r,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[s].max=t.relativeTarget[s].min+r)});const r=T();y(r,i,e.layoutBox);const n=T();a?y(n,t.applyTransform(s,!0),e.measuredBox):y(n,i,e.layoutBox);const h=!P(r);let l=!1;if(!t.resumeFrom){const s=t.getClosestProjectingParent();if(s&&!s.resumeFrom){const{snapshot:o,layout:a}=s;if(o&&a){const r=v();u(r,e.layoutBox,o.layoutBox);const n=v();u(n,i,a.layoutBox),j(r,n)||(l=!0),s.options.layoutRoot&&(t.relativeTarget=n,t.relativeTargetOrigin=r,t.relativeParent=s)}}}t.notifyListeners("didUpdate",{layout:i,snapshot:e,delta:n,layoutDelta:r,hasLayoutChanged:h,hasRelativeLayoutChanged:l})}else if(t.isLead()){const{onExitComplete:e}=t.options;e&&e()}t.options.transition=void 0}function tt(t){t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=Boolean(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function et(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function it(t){t.clearSnapshot()}function st(t){t.clearMeasurements()}function ot(t){t.isLayoutDirty=!1}function at(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function rt(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function nt(t){t.resolveTargetDelta()}function ht(t){t.calcProjection()}function lt(t){t.resetSkewAndRotation()}function ct(t){t.removeLeadSnapshot()}function dt(t,e,i){t.translate=G(e.translate,0,i),t.scale=G(e.scale,1,i),t.origin=e.origin,t.originPoint=e.originPoint}function mt(t,e,i,s){t.min=G(e.min,i.min,s),t.max=G(e.max,i.max,s)}function ut(t,e,i,s){mt(t.x,e.x,i.x,s),mt(t.y,e.y,i.y,s)}function pt(t){return t.animationValues&&void 0!==t.animationValues.opacityExit}const yt={duration:.45,ease:[.4,0,.1,1]},gt=t=>"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),ft=gt("applewebkit/")&&!gt("chrome/")?Math.round:X;function vt(t){t.min=ft(t.min),t.max=ft(t.max)}function Tt(t,e,i){return"position"===t||"preserve-aspect"===t&&!g(S(e),S(i),.2)}function jt(t){return t!==t.root&&t.scroll?.wasRoot}export{et as cleanDirtyNodes,K as createProjectionNode,mt as mixAxis,dt as mixAxisDelta,ut as mixBox,tt as propagateDirtyNodes};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{addUniqueItem as e,removeItem as s}from"../../../../../motion-utils/dist/es/array.js";class t{constructor(){this.members=[]}add(s){e(this.members,s),s.scheduleRender()}remove(e){if(s(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(e){const s=this.members.findIndex(s=>e===s);if(0===s)return!1;let t;for(let e=s;e>=0;e--){const s=this.members[e];if(!1!==s.isPresent){t=s;break}}return!!t&&(this.promote(t),!0)}promote(e,s){const t=this.lead;if(e!==t&&(this.prevLead=t,this.lead=e,e.show(),t)){t.instance&&t.scheduleRender(),e.scheduleRender(),e.resumeFrom=t,s&&(e.resumeFrom.preserveOpacity=!0),t.snapshot&&(e.snapshot=t.snapshot,e.snapshot.latestValues=t.animationValues||t.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:o}=e.options;!1===o&&t.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:s,resumingFrom:t}=e;s.onExitComplete&&s.onExitComplete(),t&&t.options.onExitComplete&&t.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}export{t as NodeStack};
|
package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{px as t}from"../../../../../motion-dom/dist/es/value/types/numbers/units.js";function r(t,r){return r.max===r.min?0:t/(r.max-r.min)*100}const e={correct:(e,n)=>{if(!n.target)return e;if("string"==typeof e){if(!t.test(e))return e;e=parseFloat(e)}return`${r(e,n.target.x)}% ${r(e,n.target.y)}%`}};export{e as correctBorderRadius,r as pixelsToPercent};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{complex as e}from"../../../../../motion-dom/dist/es/value/types/complex/index.js";import{mixNumber as t}from"../../../../../motion-dom/dist/es/utils/mix/number.js";const o={correct:(o,{treeScale:r,projectionDelta:n})=>{const s=o,m=e.parse(o);if(m.length>5)return s;const c=e.createTransformer(o),i="number"!=typeof m[0]?1:0,p=n.x.scale*r.x,a=n.y.scale*r.y;m[0+i]/=p,m[1+i]/=a;const l=t(p,a,.5);return"number"==typeof m[2+i]&&(m[2+i]/=l),"number"==typeof m[3+i]&&(m[3+i]/=l),c(m)}};export{o as correctBoxShadow};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isCSSVariableName as i}from"../../../../../motion-dom/dist/es/animation/utils/is-css-variable.js";const o={};function s(s){for(const t in s)o[t]=s[t],i(t)&&(o[t].isCSSVariable=!0)}export{s as addScaleCorrector,o as scaleCorrectors};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function e(e,t,a){let s="";const r=e.x.translate/t.x,$=e.y.translate/t.y,o=a?.z||0;if((r||$||o)&&(s=`translate3d(${r}px, ${$}px, ${o}px) `),1===t.x&&1===t.y||(s+=`scale(${1/t.x}, ${1/t.y}) `),a){const{transformPerspective:e,rotate:t,rotateX:r,rotateY:$,skewX:o,skewY:n}=a;e&&(s=`perspective(${e}px) ${s}`),t&&(s+=`rotate(${t}deg) `),r&&(s+=`rotateX(${r}deg) `),$&&(s+=`rotateY(${$}deg) `),o&&(s+=`skewX(${o}deg) `),n&&(s+=`skewY(${n}deg) `)}const n=e.x.scale*t.x,x=e.y.scale*t.y;return 1===n&&1===x||(s+=`scale(${n}, ${x})`),s||"none"}export{e as buildProjectionTransform};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{featureDefinitions as t}from"../motion/features/definitions.js";import{createBox as e}from"../projection/geometry/models.js";import{initPrefersReducedMotion as s}from"../utils/reduced-motion/index.js";import{hasReducedMotionListener as i,prefersReducedMotion as o}from"../utils/reduced-motion/state.js";import{visualElementStore as r}from"./store.js";import{isControllingVariants as n,isVariantNode as a}from"./utils/is-controlling-variants.js";import{updateMotionValuesFromProps as h}from"./utils/motion-values.js";import{resolveVariantFromProps as l}from"./utils/resolve-variants.js";import{KeyframeResolver as u}from"../../../../motion-dom/dist/es/animation/keyframes/KeyframesResolver.js";import{time as d}from"../../../../motion-dom/dist/es/frameloop/sync-time.js";import{frame as p,cancelFrame as m}from"../../../../motion-dom/dist/es/frameloop/frame.js";import{isMotionValue as c}from"../../../../motion-dom/dist/es/value/utils/is-motion-value.js";import{warnOnce as v}from"../../../../motion-utils/dist/es/warn-once.js";import{transformProps as f}from"../../../../motion-dom/dist/es/render/utils/keys-transform.js";import{motionValue as g}from"../../../../motion-dom/dist/es/value/index.js";import{isNumericalString as V}from"../../../../motion-utils/dist/es/is-numerical-string.js";import{isZeroValueString as C}from"../../../../motion-utils/dist/es/is-zero-value-string.js";import{findValueType as j}from"../../../../motion-dom/dist/es/value/types/utils/find.js";import{complex as y}from"../../../../motion-dom/dist/es/value/types/complex/index.js";import{getAnimatableNone as S}from"../../../../motion-dom/dist/es/value/types/utils/animatable-none.js";import{SubscriptionManager as M}from"../../../../motion-utils/dist/es/subscription-manager.js";import{microtask as b}from"../../../../motion-dom/dist/es/frameloop/microtask.js";const T=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class w{scrapeMotionValuesFromProps(t,e,s){return{}}constructor({parent:t,props:e,presenceContext:s,reducedMotionConfig:i,blockInitialAnimation:o,visualState:r},h={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=u,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const t=d.now();this.renderScheduledAt<t&&(this.renderScheduledAt=t,p.render(this.render,!1,!0))};const{latestValues:l,renderState:m}=r;this.latestValues=l,this.baseTarget={...l},this.initialValues=e.initial?{...l}:{},this.renderState=m,this.parent=t,this.props=e,this.presenceContext=s,this.depth=t?t.depth+1:0,this.reducedMotionConfig=i,this.options=h,this.blockInitialAnimation=Boolean(o),this.isControllingVariants=n(e),this.isVariantNode=a(e),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(t&&t.current);const{willChange:v,...f}=this.scrapeMotionValuesFromProps(e,{},this);for(const t in f){const e=f[t];void 0!==l[t]&&c(e)&&e.set(l[t])}}mount(t){this.current=t,r.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((t,e)=>this.bindToMotionValue(e,t)),i.current||s(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||o.current),"production"!==process.env.NODE_ENV&&v(!0!==this.shouldReduceMotion,"You have Reduced Motion enabled on your device. Animations may not appear as expected.","reduced-motion-disabled"),this.parent?.addChild(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),m(this.notifyUpdate),m(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const e=this.features[t];e&&(e.unmount(),e.isMounted=!1)}this.current=null}addChild(t){this.children.add(t),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(t)}removeChild(t){this.children.delete(t),this.enteringChildren&&this.enteringChildren.delete(t)}bindToMotionValue(t,e){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const s=f.has(t);s&&this.onBindTransform&&this.onBindTransform();const i=e.on("change",e=>{this.latestValues[t]=e,this.props.onUpdate&&p.preRender(this.notifyUpdate),s&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let o;window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,t,e)),this.valueSubscriptions.set(t,()=>{i(),o&&o(),e.owner&&e.stop()})}sortNodePosition(t){return this.current&&this.sortInstanceNodePosition&&this.type===t.type?this.sortInstanceNodePosition(this.current,t.current):0}updateFeatures(){let e="animation";for(e in t){const s=t[e];if(!s)continue;const{isEnabled:i,Feature:o}=s;if(!this.features[e]&&o&&i(this.props)&&(this.features[e]=new o(this)),this.features[e]){const t=this.features[e];t.isMounted?t.update():(t.mount(),t.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):e()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,e){this.latestValues[t]=e}update(t,e){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=e;for(let e=0;e<T.length;e++){const s=T[e];this.propEventSubscriptions[s]&&(this.propEventSubscriptions[s](),delete this.propEventSubscriptions[s]);const i=t["on"+s];i&&(this.propEventSubscriptions[s]=this.on(s,i))}this.prevMotionValues=h(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){const e=this.getClosestVariantNode();if(e)return e.variantChildren&&e.variantChildren.add(t),()=>e.variantChildren.delete(t)}addValue(t,e){const s=this.values.get(t);e!==s&&(s&&this.removeValue(t),this.bindToMotionValue(t,e),this.values.set(t,e),this.latestValues[t]=e.get())}removeValue(t){this.values.delete(t);const e=this.valueSubscriptions.get(t);e&&(e(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,e){if(this.props.values&&this.props.values[t])return this.props.values[t];let s=this.values.get(t);return void 0===s&&void 0!==e&&(s=g(null===e?void 0:e,{owner:this}),this.addValue(t,s)),s}readValue(t,e){let s=void 0===this.latestValues[t]&&this.current?this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options):this.latestValues[t];return null!=s&&("string"==typeof s&&(V(s)||C(s))?s=parseFloat(s):!j(s)&&y.test(e)&&(s=S(t,e)),this.setBaseTarget(t,c(s)?s.get():s)),c(s)?s.get():s}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){const{initial:e}=this.props;let s;if("string"==typeof e||"object"==typeof e){const i=l(this.props,e,this.presenceContext?.custom);i&&(s=i[t])}if(e&&void 0!==s)return s;const i=this.getBaseTargetFromProps(this.props,t);return void 0===i||c(i)?void 0!==this.initialValues[t]&&void 0===s?void 0:this.baseTarget[t]:i}on(t,e){return this.events[t]||(this.events[t]=new M),this.events[t].add(e)}notify(t,...e){this.events[t]&&this.events[t].notify(...e)}scheduleRenderMicrotask(){b.render(this.render)}}export{w as VisualElement};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{VisualElement as e}from"../VisualElement.js";import{DOMKeyframesResolver as t}from"../../../../../motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js";import{isMotionValue as o}from"../../../../../motion-dom/dist/es/value/utils/is-motion-value.js";class s extends e{constructor(){super(...arguments),this.KeyframeResolver=t}sortInstanceNodePosition(e,t){return 2&e.compareDocumentPosition(t)?1:-1}getBaseTargetFromProps(e,t){return e.style?e.style[t]:void 0}removeValueFromRenderState(e,{vars:t,style:o}){delete t[e],delete o[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;o(e)&&(this.childSubscription=e.on("change",e=>{this.current&&(this.current.textContent=`${e}`)}))}}export{s as DOMVisualElement};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase();export{e as camelToDash};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{measureViewportBox as r}from"../../projection/utils/measure.js";import{DOMVisualElement as t}from"../dom/DOMVisualElement.js";import{buildHTMLStyles as o}from"./utils/build-styles.js";import{renderHTML as e}from"./utils/render.js";import{scrapeMotionValuesFromProps as s}from"./utils/scrape-motion-values.js";import{transformProps as i}from"../../../../../motion-dom/dist/es/render/utils/keys-transform.js";import{defaultTransformValue as m,readTransformValue as n}from"../../../../../motion-dom/dist/es/render/dom/parse-transform.js";import{isCSSVariableName as a}from"../../../../../motion-dom/dist/es/animation/utils/is-css-variable.js";function u(r){return window.getComputedStyle(r)}class p extends t{constructor(){super(...arguments),this.type="html",this.renderInstance=e}readValueFromInstance(r,t){if(i.has(t))return this.projection?.isProjecting?m(t):n(r,t);{const o=u(r),e=(a(t)?o.getPropertyValue(t):o[t])||0;return"string"==typeof e?e.trim():e}}measureInstanceViewportBox(t,{transformPagePoint:o}){return r(t,o)}build(r,t,e){o(r,t,e.transformTemplate)}scrapeMotionValuesFromProps(r,t,o){return s(r,t,o)}}export{p as HTMLVisualElement,u as getComputedStyle};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{buildTransform as o}from"./build-transform.js";import{transformProps as s}from"../../../../../../motion-dom/dist/es/render/utils/keys-transform.js";import{isCSSVariableName as r}from"../../../../../../motion-dom/dist/es/animation/utils/is-css-variable.js";import{getValueAsType as t}from"../../../../../../motion-dom/dist/es/value/types/utils/get-as-type.js";import{numberValueTypes as i}from"../../../../../../motion-dom/dist/es/value/types/maps/number.js";function n(n,m,e){const{style:a,vars:f,transformOrigin:l}=n;let d=!1,p=!1;for(const o in m){const n=m[o];if(s.has(o))d=!0;else if(r(o))f[o]=n;else{const s=t(n,i[o]);o.startsWith("origin")?(p=!0,l[o]=s):a[o]=s}}if(m.transform||(d||e?a.transform=o(m,n.transform,e):a.transform&&(a.transform="none")),p){const{originX:o="50%",originY:s="50%",originZ:r=0}=l;a.transformOrigin=`${o} ${s} ${r}`}}export{n as buildHTMLStyles};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{transformPropOrder as t}from"../../../../../../motion-dom/dist/es/render/utils/keys-transform.js";import{getValueAsType as e}from"../../../../../../motion-dom/dist/es/value/types/utils/get-as-type.js";import{numberValueTypes as s}from"../../../../../../motion-dom/dist/es/value/types/maps/number.js";const o={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},r=t.length;function n(n,i,m){let a="",l=!0;for(let p=0;p<r;p++){const r=t[p],f=n[r];if(void 0===f)continue;let u=!0;if(u="number"==typeof f?f===(r.startsWith("scale")?1:0):0===parseFloat(f),!u||m){const t=e(f,s[r]);if(!u){l=!1;a+=`${o[r]||r}(${t}) `}m&&(i[r]=t)}}return a=a.trim(),m?a=m(i,l?"":a):l&&(a="none"),a}export{n as buildTransform};
|
package/dist/esm/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isForcedMotionValue as o}from"../../../motion/utils/is-forced-motion-value.js";import{isMotionValue as t}from"../../../../../../motion-dom/dist/es/value/utils/is-motion-value.js";function i(i,e,s){const{style:l}=i,n={};for(const m in l)(t(l[m])||e.style&&t(e.style[m])||o(m,i)||void 0!==s?.getValue(m)?.liveStyle)&&(n[m]=l[m]);return n}export{i as scrapeMotionValuesFromProps};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{createBox as t}from"../../projection/geometry/models.js";import{DOMVisualElement as s}from"../dom/DOMVisualElement.js";import{camelToDash as r}from"../dom/utils/camel-to-dash.js";import{buildSVGAttrs as e}from"./utils/build-attrs.js";import{camelCaseAttributes as o}from"./utils/camel-case-attrs.js";import{isSVGTag as m}from"./utils/is-svg-tag.js";import{renderSVG as i}from"./utils/render.js";import{scrapeMotionValuesFromProps as a}from"./utils/scrape-motion-values.js";import{transformProps as u}from"../../../../../motion-dom/dist/es/render/utils/keys-transform.js";import{getDefaultValueType as n}from"../../../../../motion-dom/dist/es/value/types/maps/defaults.js";class l extends s{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=t}getBaseTargetFromProps(t,s){return t[s]}readValueFromInstance(t,s){if(u.has(s)){const t=n(s);return t&&t.default||0}return s=o.has(s)?s:r(s),t.getAttribute(s)}scrapeMotionValuesFromProps(t,s,r){return a(t,s,r)}build(t,s,r){e(t,s,this.isSVGTag,r.transformTemplate,r.style)}renderInstance(t,s,r,e){i(t,s,r,e)}mount(t){this.isSVGTag=m(t.tagName),super.mount(t)}}export{l as SVGVisualElement};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{buildHTMLStyles as t}from"../../html/utils/build-styles.js";import{buildSVGPath as r}from"./path.js";function o(o,{attrX:s,attrY:a,attrScale:e,pathLength:i,pathSpacing:n=1,pathOffset:f=0,...m},l,d,x){if(t(o,m,d),l)return void(o.style.viewBox&&(o.attrs.viewBox=o.style.viewBox));o.attrs=o.style,o.style={};const{attrs:p,style:v}=o;p.transform&&(v.transform=p.transform,delete p.transform),(v.transform||p.transformOrigin)&&(v.transformOrigin=p.transformOrigin??"50% 50%",delete p.transformOrigin),v.transform&&(v.transformBox=x?.transformBox??"fill-box",delete p.transformBox),void 0!==s&&(p.x=s),void 0!==a&&(p.y=a),void 0!==e&&(p.scale=e),void 0!==i&&r(p,i,n,f,!1)}export{o as buildSVGAttrs};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{px as s}from"../../../../../../motion-dom/dist/es/value/types/numbers/units.js";const r={offset:"stroke-dashoffset",array:"stroke-dasharray"},t={offset:"strokeDashoffset",array:"strokeDasharray"};function o(o,a,e=1,f=0,n=!0){o.pathLength=1;const m=n?r:t;o[m.offset]=s.transform(-f);const h=s.transform(a),y=s.transform(e);o[m.array]=`${h} ${y}`}export{o as buildSVGPath};
|
package/dist/esm/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{scrapeMotionValuesFromProps as o}from"../../html/utils/scrape-motion-values.js";import{isMotionValue as t}from"../../../../../../motion-dom/dist/es/value/utils/is-motion-value.js";import{transformPropOrder as s}from"../../../../../../motion-dom/dist/es/render/utils/keys-transform.js";function r(r,i,e){const m=o(r,i,e);for(const o in r)if(t(r[o])||t(i[o])){m[-1!==s.indexOf(o)?"attr"+o.charAt(0).toUpperCase()+o.substring(1):o]=r[o]}return m}export{r as scrapeMotionValuesFromProps};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{animateVisualElement as t}from"../../animation/interfaces/visual-element.js";import{calcChildStagger as e}from"../../animation/utils/calc-child-stagger.js";import{isAnimationControls as n}from"../../animation/utils/is-animation-controls.js";import{isKeyframesTarget as i}from"../../animation/utils/is-keyframes-target.js";import{shallowCompare as o}from"../../utils/shallow-compare.js";import{getVariantContext as r}from"./get-variant-context.js";import{isVariantLabel as a}from"./is-variant-label.js";import{resolveVariant as s}from"./resolve-dynamic-variants.js";import{variantPriorityOrder as l}from"./variant-props.js";const c=[...l].reverse(),m=l.length;function u(l){let u=function(e){return n=>Promise.all(n.map(({animation:n,options:i})=>t(e,n,i)))}(l),f=v(),d=!0;const y=t=>(e,n)=>{const i=s(l,n,"exit"===t?l.presenceContext?.custom:void 0);if(i){const{transition:t,transitionEnd:n,...o}=i;e={...e,...o,...n}}return e};function A(t){const{props:v}=l,A=r(l.parent)||{},h=[],g=new Set;let j={},w=1/0;for(let r=0;r<m;r++){const m=c[r],u=f[m],P=void 0!==v[m]?v[m]:A[m],C=a(P),V=m===t?u.isActive:null;!1===V&&(w=r);let x=P===A[m]&&P!==v[m]&&C;if(x&&d&&l.manuallyAnimateOnMount&&(x=!1),u.protectedKeys={...j},!u.isActive&&null===V||!P&&!u.prevProp||n(P)||"boolean"==typeof P)continue;const S=p(u.prevProp,P);let b=S||m===t&&u.isActive&&!x&&C||r>w&&C,K=!1;const O=Array.isArray(P)?P:[P];let E=O.reduce(y(m),{});!1===V&&(E={});const{prevResolvedValues:M={}}=u,R={...M,...E},k=t=>{b=!0,g.has(t)&&(K=!0,g.delete(t)),u.needsAnimating[t]=!0;const e=l.getValue(t);e&&(e.liveStyle=!1)};for(const t in R){const e=E[t],n=M[t];if(j.hasOwnProperty(t))continue;let r=!1;r=i(e)&&i(n)?!o(e,n):e!==n,r?null!=e?k(t):g.add(t):void 0!==e&&g.has(t)?k(t):u.protectedKeys[t]=!0}u.prevProp=P,u.prevResolvedValues=E,u.isActive&&(j={...j,...E}),d&&l.blockInitialAnimation&&(b=!1);const B=x&&S;b&&(!B||K)&&h.push(...O.map(t=>{const n={type:m};if("string"==typeof t&&d&&!B&&l.manuallyAnimateOnMount&&l.parent){const{parent:i}=l,o=s(i,t);if(i.enteringChildren&&o){const{delayChildren:t}=o.transition||{};n.delay=e(i.enteringChildren,l,t)}}return{animation:t,options:n}}))}if(g.size){const t={};if("boolean"!=typeof v.initial){const e=s(l,Array.isArray(v.initial)?v.initial[0]:v.initial);e&&e.transition&&(t.transition=e.transition)}g.forEach(e=>{const n=l.getBaseTarget(e),i=l.getValue(e);i&&(i.liveStyle=!0),t[e]=n??null}),h.push({animation:t})}let P=Boolean(h.length);return!d||!1!==v.initial&&v.initial!==v.animate||l.manuallyAnimateOnMount||(P=!1),d=!1,P?u(h):Promise.resolve()}return{animateChanges:A,setActive:function(t,e){if(f[t].isActive===e)return Promise.resolve();l.variantChildren?.forEach(n=>n.animationState?.setActive(t,e)),f[t].isActive=e;const n=A(t);for(const t in f)f[t].protectedKeys={};return n},setAnimateFunction:function(t){u=t(l)},getState:()=>f,reset:()=>{f=v()}}}function p(t,e){return"string"==typeof e?e!==t:!!Array.isArray(e)&&!o(e,t)}function f(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function v(){return{animate:f(!0),whileInView:f(),whileHover:f(),whileTap:f(),whileDrag:f(),whileFocus:f(),exit:f()}}export{p as checkVariantsDidChange,u as createAnimationState};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isAnimationControls as o}from"../../animation/utils/is-animation-controls.js";import{isVariantLabel as i}from"./is-variant-label.js";import{variantProps as n}from"./variant-props.js";function r(r){return o(r.animate)||n.some(o=>i(r[o]))}function t(o){return Boolean(r(o)||o.variants)}export{r as isControllingVariants,t as isVariantNode};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isMotionValue as e}from"../../../../../motion-dom/dist/es/value/utils/is-motion-value.js";import{motionValue as o}from"../../../../../motion-dom/dist/es/value/index.js";function t(t,i,s){for(const a in i){const n=i[a],l=s[a];if(e(n))t.addValue(a,n);else if(e(l))t.addValue(a,o(n,{owner:t}));else if(l!==n)if(t.hasValue(a)){const e=t.getValue(a);!0===e.liveStyle?e.jump(n):e.hasAnimated||e.set(n)}else{const e=t.getStaticValue(a);t.addValue(a,o(void 0!==e?e:n,{owner:t}))}}for(const e in s)void 0===i[e]&&t.removeValue(e);return i}export{t as updateMotionValuesFromProps};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isKeyframesTarget as t}from"../../animation/utils/is-keyframes-target.js";import{resolveVariant as n}from"./resolve-dynamic-variants.js";import{motionValue as i}from"../../../../../motion-dom/dist/es/value/index.js";function o(t,n,o){t.hasValue(n)?t.getValue(n).set(o):t.addValue(n,i(o))}function e(n){return t(n)?n[n.length-1]||0:n}function r(t,i){const r=n(t,i);let{transitionEnd:s={},transition:a={},...m}=r||{};m={...m,...s};for(const n in m){o(t,n,e(m[n]))}}export{r as setTarget};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{time as o}from"../../../../motion-dom/dist/es/frameloop/sync-time.js";import{frame as t,cancelFrame as m}from"../../../../motion-dom/dist/es/frameloop/frame.js";function s(s,e){const r=o.now(),i=({timestamp:o})=>{const t=o-r;t>=e&&(m(i),s(t-e))};return t.setup(i,!0),()=>m(i)}export{s as delay};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isBrowser as e}from"../is-browser.js";import{hasReducedMotionListener as r,prefersReducedMotion as t}from"./state.js";function i(){if(r.current=!0,e)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),r=()=>t.current=e.matches;e.addEventListener("change",r),r()}else t.current=!1}export{i as initPrefersReducedMotion};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isMotionValue as o}from"../../../../../motion-dom/dist/es/value/utils/is-motion-value.js";function t(t){return Boolean(o(t)&&t.add)}export{t as isWillChangeMotionValue};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isMotionValue as o}from"../../../../../motion-dom/dist/es/value/utils/is-motion-value.js";function t(t){return o(t)?t.get():t}export{t as resolveMotionValue};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1};export{a as springDefaults};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{springDefaults as t}from"./defaults.js";import{warning as n}from"../../../../../../motion-utils/dist/es/errors.js";import{secondsToMilliseconds as o,millisecondsToSeconds as i}from"../../../../../../motion-utils/dist/es/time-conversion.js";import{clamp as s}from"../../../../../../motion-utils/dist/es/clamp.js";const r=.001;function a({duration:a=t.duration,bounce:u=t.bounce,velocity:p=t.velocity,mass:c=t.mass}){let f,d;n(a<=o(t.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let l=1-u;l=s(t.minDamping,t.maxDamping,l),a=s(t.minDuration,t.maxDuration,i(a)),l<1?(f=t=>{const n=t*l,o=n*a,i=n-p,s=m(t,l),e=Math.exp(-o);return r-i/s*e},d=t=>{const n=t*l*a,o=n*p+p,i=Math.pow(l,2)*Math.pow(t,2)*a,s=Math.exp(-n),e=m(Math.pow(t,2),l);return(-f(t)+r>0?-1:1)*((o-i)*s)/e}):(f=t=>Math.exp(-t*a)*((t-p)*a+1)-.001,d=t=>Math.exp(-t*a)*(a*a*(p-t)));const h=function(t,n,o){let i=o;for(let o=1;o<e;o++)i-=t(i)/n(i);return i}(f,d,5/a);if(a=o(a),isNaN(h))return{stiffness:t.stiffness,damping:t.damping,duration:a};{const t=Math.pow(h,2)*c;return{stiffness:t,damping:2*l*Math.sqrt(c*t),duration:a}}}const e=12;function m(t,n){return t*Math.sqrt(1-n*n)}export{m as calcAngularFreq,a as findSpring};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{generateLinearEasing as t}from"../../waapi/utils/linear.js";import{calcGeneratorDuration as s,maxGeneratorDuration as e}from"../utils/calc-duration.js";import{createGeneratorEasing as o}from"../utils/create-generator-easing.js";import{calcGeneratorVelocity as a}from"../utils/velocity.js";import{springDefaults as n}from"./defaults.js";import{findSpring as i,calcAngularFreq as r}from"./find.js";import{millisecondsToSeconds as u,secondsToMilliseconds as l}from"../../../../../../motion-utils/dist/es/time-conversion.js";import{clamp as m}from"../../../../../../motion-utils/dist/es/clamp.js";const c=["duration","bounce"],f=["stiffness","damping","mass"];function d(t,s){return s.some(s=>void 0!==t[s])}function p(o=n.visualDuration,p=n.bounce){const h="object"!=typeof o?{visualDuration:o,keyframes:[0,1],bounce:p}:o;let{restSpeed:v,restDelta:M}=h;const y=h.keyframes[0],g=h.keyframes[h.keyframes.length-1],D={done:!1,value:y},{stiffness:j,damping:b,mass:x,duration:k,velocity:q,isResolvedFromDuration:S}=function(t){let s={velocity:n.velocity,stiffness:n.stiffness,damping:n.damping,mass:n.mass,isResolvedFromDuration:!1,...t};if(!d(t,f)&&d(t,c))if(t.visualDuration){const e=t.visualDuration,o=2*Math.PI/(1.2*e),a=o*o,i=2*m(.05,1,1-(t.bounce||0))*Math.sqrt(a);s={...s,mass:n.mass,stiffness:a,damping:i}}else{const e=i(t);s={...s,...e,mass:n.mass},s.isResolvedFromDuration=!0}return s}({...h,velocity:-u(h.velocity||0)}),F=q||0,R=b/(2*Math.sqrt(j*x)),T=g-y,w=u(Math.sqrt(j/x)),I=Math.abs(T)<5;let O;if(v||(v=I?n.restSpeed.granular:n.restSpeed.default),M||(M=I?n.restDelta.granular:n.restDelta.default),R<1){const t=r(w,R);O=s=>{const e=Math.exp(-R*w*s);return g-e*((F+R*w*T)/t*Math.sin(t*s)+T*Math.cos(t*s))}}else if(1===R)O=t=>g-Math.exp(-w*t)*(T+(F+w*T)*t);else{const t=w*Math.sqrt(R*R-1);O=s=>{const e=Math.exp(-R*w*s),o=Math.min(t*s,300);return g-e*((F+R*w*T)*Math.sinh(o)+t*T*Math.cosh(o))/t}}const P={calculatedDuration:S&&k||null,next:t=>{const s=O(t);if(S)D.done=t>=k;else{let e=0===t?F:0;R<1&&(e=0===t?l(F):a(O,t,s));const o=Math.abs(e)<=v,n=Math.abs(g-s)<=M;D.done=o&&n}return D.value=D.done?g:s,D},toString:()=>{const o=Math.min(s(P),e),a=t(t=>P.next(o*t).value,o,30);return o+"ms "+a},toTransition:()=>{}};return P}p.applyToOptions=t=>{const s=o(t,100,p);return t.ease=s.ease,t.duration=l(s.duration),t.type="keyframes",t};export{p as spring};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const o={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};export{o as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
let t;const e=new Uint8Array(16);function o(){if(!t&&(t="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!t))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return t(e)}export{o as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t=[];for(let n=0;n<256;++n)t.push((n+256).toString(16).slice(1));function n(n,o=0){return t[n[o+0]]+t[n[o+1]]+t[n[o+2]]+t[n[o+3]]+"-"+t[n[o+4]]+t[n[o+5]]+"-"+t[n[o+6]]+t[n[o+7]]+"-"+t[n[o+8]]+t[n[o+9]]+"-"+t[n[o+10]]+t[n[o+11]]+t[n[o+12]]+t[n[o+13]]+t[n[o+14]]+t[n[o+15]]}export{n as unsafeStringify};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import r from"./native.js";import n from"./rng.js";import{unsafeStringify as o}from"./stringify.js";function t(t,m,i){if(r.randomUUID&&!t)return r.randomUUID();const f=(t=t||{}).random||(t.rng||n)();return f[6]=15&f[6]|64,f[8]=63&f[8]|128,o(f)}export{t as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require("../interfaces/motion-value.js"),i=require("../../../../../motion-dom/dist/es/value/utils/is-motion-value.js"),t=require("../../../../../motion-dom/dist/es/value/index.js");exports.animateSingleValue=function(o,n,a){const s=i.isMotionValue(o)?o:t.motionValue(o);return s.start(e.animateMotionValue("",s,n,a)),s.animation};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=e=>null!==e;exports.getFinalKeyframe=function(t,{repeat:n,repeatType:o="loop"},r){const l=t.filter(e);return l[n&&"loop"!==o&&n%2==1?0:l.length-1]};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require("../animators/waapi/utils/get-final-keyframe.js"),i=require("../utils/default-transitions.js"),t=require("../utils/is-transition-defined.js"),n=require("../../../../../motion-dom/dist/es/animation/utils/get-value-transition.js"),o=require("../../../../../motion-utils/dist/es/time-conversion.js"),a=require("../../../../../motion-dom/dist/es/animation/utils/make-animation-instant.js"),s=require("../../../../../motion-utils/dist/es/global-config.js"),r=require("../../../../../motion-dom/dist/es/frameloop/frame.js"),l=require("../../../../../motion-dom/dist/es/animation/JSAnimation.js"),m=require("../../../../../motion-dom/dist/es/animation/AsyncMotionValueAnimation.js");exports.animateMotionValue=(d,u,y,f={},p,c)=>g=>{const A=n.getValueTransition(f,d)||{},j=A.delay||f.delay||0;let{elapsed:q=0}=f;q-=o.secondsToMilliseconds(j);const v={keyframes:Array.isArray(y)?y:[null,y],ease:"easeOut",velocity:u.getVelocity(),...A,delay:-q,onUpdate:e=>{u.set(e),A.onUpdate&&A.onUpdate(e)},onComplete:()=>{g(),A.onComplete&&A.onComplete()},name:d,motionValue:u,element:c?void 0:p};t.isTransitionDefined(A)||Object.assign(v,i.getDefaultTransition(d,v)),v.duration&&(v.duration=o.secondsToMilliseconds(v.duration)),v.repeatDelay&&(v.repeatDelay=o.secondsToMilliseconds(v.repeatDelay)),void 0!==v.from&&(v.keyframes[0]=v.from);let k=!1;if((!1===v.type||0===v.duration&&!v.repeatDelay)&&(a.makeAnimationInstant(v),0===v.delay&&(k=!0)),(s.MotionGlobalConfig.instantAnimations||s.MotionGlobalConfig.skipAnimations)&&(k=!0,a.makeAnimationInstant(v),v.delay=0),v.allowFlatten=!A.type&&!A.ease,k&&!c&&void 0!==u.get()){const i=e.getFinalKeyframe(v.keyframes,A);if(void 0!==i)return void r.frame.update(()=>{v.onUpdate(i),v.onComplete()})}return A.isSync?new l.JSAnimation(v):new m.AsyncMotionValueAnimation(v)};
|
package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require("../../render/utils/setters.js"),t=require("../../value/use-will-change/add-will-change.js"),i=require("../optimized-appear/get-appear-id.js"),n=require("./motion-value.js"),a=require("../../../../../motion-dom/dist/es/animation/utils/get-value-transition.js"),o=require("../../../../../motion-dom/dist/es/frameloop/frame.js"),s=require("../../../../../motion-dom/dist/es/render/utils/keys-position.js");function r({protectedKeys:e,needsAnimating:t},i){const n=e.hasOwnProperty(i)&&!0!==t[i];return t[i]=!1,n}exports.animateTarget=function(l,u,{delay:d=0,transitionOverride:m,type:c}={}){let{transition:p=l.getDefaultTransition(),transitionEnd:f,...g}=u;m&&(p=m);const y=[],h=c&&l.animationState&&l.animationState.getState()[c];for(const e in g){const u=l.getValue(e,l.latestValues[e]??null),m=g[e];if(void 0===m||h&&r(h,e))continue;const c={delay:d,...a.getValueTransition(p||{},e)},f=u.get();if(void 0!==f&&!u.isAnimating&&!Array.isArray(m)&&m===f&&!c.velocity)continue;let v=!1;if(window.MotionHandoffAnimation){const t=i.getOptimisedAppearId(l);if(t){const i=window.MotionHandoffAnimation(t,e,o.frame);null!==i&&(c.startTime=i,v=!0)}}t.addValueToWillChange(l,e),u.start(n.animateMotionValue(e,u,m,l.shouldReduceMotion&&s.positionalKeys.has(e)?{type:!1}:c,l,v));const j=u.animation;j&&y.push(j)}return f&&Promise.all(y).then(()=>{o.frame.update(()=>{f&&e.setTarget(l,f)})}),y};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require("../../../../../motion-dom/dist/es/render/utils/keys-transform.js");const s={type:"spring",stiffness:500,damping:25,restSpeed:10},t={type:"keyframes",duration:.8},r={type:"keyframes",ease:[.25,.1,.35,1],duration:.3};exports.getDefaultTransition=(a,{keyframes:i})=>i.length>2?t:e.transformProps.has(a)?a.startsWith("scale")?{type:"spring",stiffness:550,damping:0===i[1]?2*Math.sqrt(550):30,restSpeed:10}:s:r;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";exports.isTransitionDefined=function({when:e,delay:r,delayChildren:t,staggerChildren:n,staggerDirection:a,repeat:i,repeatType:s,repeatDelay:l,from:d,elapsed:p,...g}){return!!Object.keys(g).length};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var r=require("../../projection/styles/scale-correction.js"),o=require("../../../../../motion-dom/dist/es/render/utils/keys-transform.js");exports.isForcedMotionValue=function(s,{layout:t,layoutId:e}){return o.transformProps.has(s)||s.startsWith("origin")||(t||void 0!==e)&&(!!r.scaleCorrectors[s]||"opacity"===s)};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var t=require("../../../../../motion-dom/dist/es/utils/mix/number.js"),e=require("../../../../../motion-dom/dist/es/value/types/numbers/units.js"),o=require("../../../../../motion-utils/dist/es/progress.js"),i=require("../../../../../motion-utils/dist/es/noop.js"),r=require("../../../../../motion-utils/dist/es/easing/circ.js");const s=["TopLeft","TopRight","BottomLeft","BottomRight"],u=s.length,n=t=>"string"==typeof t?parseFloat(t):t,m=t=>"number"==typeof t||e.px.test(t);function a(t,e){return void 0!==t[e]?t[e]:t.borderRadius}const c=d(0,.5,r.circOut),p=d(.5,.95,i.noop);function d(t,e,i){return r=>r<t?0:r>e?1:i(o.progress(t,e,r))}exports.mixValues=function(o,i,r,d,x,b){x?(o.opacity=t.mixNumber(0,r.opacity??1,c(d)),o.opacityExit=t.mixNumber(i.opacity??1,0,p(d))):b&&(o.opacity=t.mixNumber(i.opacity??1,r.opacity??1,d));for(let c=0;c<u;c++){const u=`border${s[c]}Radius`;let p=a(i,u),x=a(r,u);if(void 0===p&&void 0===x)continue;p||(p=0),x||(x=0);0===p||0===x||m(p)===m(x)?(o[u]=Math.max(t.mixNumber(n(p),n(x),d),0),(e.percent.test(x)||e.percent.test(p))&&(o[u]+="%")):o[u]=x}(i.rotate||r.rotate)&&(o.rotate=t.mixNumber(i.rotate||0,r.rotate||0,d))};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var t=require("../utils/has-transform.js"),s=require("../../../../../motion-dom/dist/es/utils/mix/number.js");function o(t,s,o){return o+s*(t-o)}function e(t,s,e,n,r){return void 0!==r&&(t=o(t,r,n)),o(t,e,n)+s}function n(t,s=0,o=1,n,r){t.min=e(t.min,s,o,n,r),t.max=e(t.max,s,o,n,r)}function r(t,{x:s,y:o}){n(t.x,s.translate,s.scale,s.originPoint),n(t.y,o.translate,o.scale,o.originPoint)}const i=.999999999999,l=1.0000000000001;function a(t,o,e,r,i=.5){n(t,o,e,s.mixNumber(t.min,t.max,i),r)}function x(t,s){a(t.x,s.x,s.scaleX,s.scale,s.originX),a(t.y,s.y,s.scaleY,s.scale,s.originY)}exports.applyAxisDelta=n,exports.applyBoxDelta=r,exports.applyPointDelta=e,exports.applyTreeDeltas=function(s,o,e,n=!1){const a=e.length;if(!a)return;let c,p;o.x=o.y=1;for(let i=0;i<a;i++){c=e[i],p=c.projectionDelta;const{visualElement:l}=c.options;l&&l.props.style&&"contents"===l.props.style.display||(n&&c.options.layoutScroll&&c.scroll&&c!==c.root&&x(s,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),p&&(o.x*=p.x.scale,o.y*=p.y.scale,r(s,p)),n&&t.hasTransform(c.latestValues)&&x(s,c.latestValues))}o.x<l&&o.x>i&&(o.x=1),o.y<l&&o.y>i&&(o.y=1)},exports.scalePoint=o,exports.transformAxis=a,exports.transformBox=x,exports.translateAxis=function(t,s){t.min=t.min+s,t.max=t.max+s};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var i=require("../../../../../motion-dom/dist/es/utils/mix/number.js");function n(i){return i.max-i.min}function t(t,a,e,o=.5){t.origin=o,t.originPoint=i.mixNumber(a.min,a.max,t.origin),t.scale=n(e)/n(a),t.translate=i.mixNumber(e.min,e.max,t.origin)-t.originPoint,(t.scale>=.9999&&t.scale<=1.0001||isNaN(t.scale))&&(t.scale=1),(t.translate>=-.01&&t.translate<=.01||isNaN(t.translate))&&(t.translate=0)}function a(i,t,a){i.min=a.min+t.min,i.max=i.min+n(t)}function e(i,t,a){i.min=t.min-a.min,i.max=i.min+n(t)}exports.calcAxisDelta=t,exports.calcBoxDelta=function(i,n,a,e){t(i.x,n.x,a.x,e?e.originX:void 0),t(i.y,n.y,a.y,e?e.originY:void 0)},exports.calcLength=n,exports.calcRelativeAxis=a,exports.calcRelativeAxisPosition=e,exports.calcRelativeBox=function(i,n,t){a(i.x,n.x,t.x),a(i.y,n.y,t.y)},exports.calcRelativePosition=function(i,n,t){e(i.x,n.x,t.x),e(i.y,n.y,t.y)},exports.isNear=function(i,n,t){return Math.abs(i-n)<=t};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require("./delta-apply.js"),i=require("../../../../../motion-dom/dist/es/value/types/numbers/units.js"),o=require("../../../../../motion-dom/dist/es/utils/mix/number.js");function r(i,o,r,t,s){return i-=o,i=e.scalePoint(i,1/r,t),void 0!==s&&(i=e.scalePoint(i,1/s,t)),i}function t(e,t=0,s=1,n=.5,m,a=e,u=e){if(i.percent.test(t)){t=parseFloat(t);t=o.mixNumber(u.min,u.max,t/100)-u.min}if("number"!=typeof t)return;let x=o.mixNumber(a.min,a.max,n);e===a&&(x-=t),e.min=r(e.min,t,s,x,m),e.max=r(e.max,t,s,x,m)}function s(e,i,[o,r,s],n,m){t(e,i[o],i[r],i[s],i.scale,n,m)}const n=["x","scaleX","originX"],m=["y","scaleY","originY"];exports.removeAxisDelta=t,exports.removeAxisTransforms=s,exports.removeBoxTransforms=function(e,i,o,r){s(e.x,i,n,o?o.x:void 0,r?r.x:void 0),s(e.y,i,m,o?o.y:void 0,r?r.y:void 0)},exports.removePointDelta=r;
|