@useloops/design-system 1.4.670 → 1.4.671
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/node_modules/uuid/dist/esm-browser/rng.js +1 -1
- package/dist/esm/node_modules/uuid/dist/esm-browser/stringify.js +1 -1
- package/dist/esm/node_modules/uuid/dist/esm-browser/v4.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/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/node_modules/uuid/dist/esm-browser/rng.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.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/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/InputFieldBase/InputFieldBase.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 +91 -75
- 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/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/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
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const BadgeThumbUp: (props: SvgIconProps) =>
|
|
4
|
+
declare const BadgeThumbUp: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { BadgeThumbUp as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const BadgeThumbUpInCircle: (props: SvgIconProps) =>
|
|
4
|
+
declare const BadgeThumbUpInCircle: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { BadgeThumbUpInCircle as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const BadgeTick: (props: SvgIconProps) =>
|
|
4
|
+
declare const BadgeTick: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { BadgeTick as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const BadgeTickInCircle: (props: SvgIconProps) =>
|
|
4
|
+
declare const BadgeTickInCircle: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { BadgeTickInCircle as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const BatteryFull: (props: SvgIconProps) =>
|
|
4
|
+
declare const BatteryFull: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { BatteryFull as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const BrandLogomark: (props: SvgIconProps) =>
|
|
4
|
+
declare const BrandLogomark: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { BrandLogomark as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const BrandWordmark: (props: SvgIconProps) =>
|
|
4
|
+
declare const BrandWordmark: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { BrandWordmark as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Cancel: (props: SvgIconProps) =>
|
|
4
|
+
declare const Cancel: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Cancel as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Chat: (props: SvgIconProps) =>
|
|
4
|
+
declare const Chat: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Chat as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Check: (props: SvgIconProps) =>
|
|
4
|
+
declare const Check: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Check as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const CheckCircle: (props: SvgIconProps) =>
|
|
4
|
+
declare const CheckCircle: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { CheckCircle as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const CheckCircleFilled: (props: SvgIconProps) =>
|
|
4
|
+
declare const CheckCircleFilled: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { CheckCircleFilled as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const CheckDouble: (props: SvgIconProps) =>
|
|
4
|
+
declare const CheckDouble: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { CheckDouble as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const ChevronDown: (props: SvgIconProps) =>
|
|
4
|
+
declare const ChevronDown: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ChevronDown as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const ChevronLeft: (props: SvgIconProps) =>
|
|
4
|
+
declare const ChevronLeft: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ChevronLeft as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const ChevronRight: (props: SvgIconProps) =>
|
|
4
|
+
declare const ChevronRight: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ChevronRight as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const ChevronUp: (props: SvgIconProps) =>
|
|
4
|
+
declare const ChevronUp: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ChevronUp as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Close: (props: SvgIconProps) =>
|
|
4
|
+
declare const Close: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Close as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Comment: (props: SvgIconProps) =>
|
|
4
|
+
declare const Comment: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Comment as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const CommentFilled: (props: SvgIconProps) =>
|
|
4
|
+
declare const CommentFilled: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { CommentFilled as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Compress: (props: SvgIconProps) =>
|
|
4
|
+
declare const Compress: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Compress as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Controls: (props: SvgIconProps) =>
|
|
4
|
+
declare const Controls: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Controls as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Copy: (props: SvgIconProps) =>
|
|
4
|
+
declare const Copy: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Copy as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Crosshair: (props: SvgIconProps) =>
|
|
4
|
+
declare const Crosshair: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Crosshair as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Dashboard: (props: SvgIconProps) =>
|
|
4
|
+
declare const Dashboard: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Dashboard as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const DataBar: (props: SvgIconProps) =>
|
|
4
|
+
declare const DataBar: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { DataBar as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Delete: (props: SvgIconProps) =>
|
|
4
|
+
declare const Delete: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Delete as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Document: (props: SvgIconProps) =>
|
|
4
|
+
declare const Document: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Document as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Dollar: (props: SvgIconProps) =>
|
|
4
|
+
declare const Dollar: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Dollar as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const DragHandle: (props: SvgIconProps) =>
|
|
4
|
+
declare const DragHandle: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { DragHandle as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const DragSelect: (props: SvgIconProps) =>
|
|
4
|
+
declare const DragSelect: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { DragSelect as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Edit: (props: SvgIconProps) =>
|
|
4
|
+
declare const Edit: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Edit as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Email: (props: SvgIconProps) =>
|
|
4
|
+
declare const Email: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Email as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Emoticon: (props: SvgIconProps) =>
|
|
4
|
+
declare const Emoticon: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Emoticon as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Error: (props: SvgIconProps) =>
|
|
4
|
+
declare const Error: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Error as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Euro: (props: SvgIconProps) =>
|
|
4
|
+
declare const Euro: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Euro as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Expand: (props: SvgIconProps) =>
|
|
4
|
+
declare const Expand: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Expand as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const ExpandWindow: (props: SvgIconProps) =>
|
|
4
|
+
declare const ExpandWindow: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ExpandWindow as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Eye: (props: SvgIconProps) =>
|
|
4
|
+
declare const Eye: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Eye as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const EyeOff: (props: SvgIconProps) =>
|
|
4
|
+
declare const EyeOff: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { EyeOff as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const FilterList: (props: SvgIconProps) =>
|
|
4
|
+
declare const FilterList: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { FilterList as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Fingerprint: (props: SvgIconProps) =>
|
|
4
|
+
declare const Fingerprint: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Fingerprint as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const FocusHollow: (props: SvgIconProps) =>
|
|
4
|
+
declare const FocusHollow: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { FocusHollow as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const FocusPoint: (props: SvgIconProps) =>
|
|
4
|
+
declare const FocusPoint: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { FocusPoint as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Folder: (props: SvgIconProps) =>
|
|
4
|
+
declare const Folder: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Folder as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const FormatBold: (props: SvgIconProps) =>
|
|
4
|
+
declare const FormatBold: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { FormatBold as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const FormatItalic: (props: SvgIconProps) =>
|
|
4
|
+
declare const FormatItalic: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { FormatItalic as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const FormatUnderlined: (props: SvgIconProps) =>
|
|
4
|
+
declare const FormatUnderlined: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { FormatUnderlined as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Gift: (props: SvgIconProps) =>
|
|
4
|
+
declare const Gift: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Gift as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const GridView: (props: SvgIconProps) =>
|
|
4
|
+
declare const GridView: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { GridView as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const GridViewFilled: (props: SvgIconProps) =>
|
|
4
|
+
declare const GridViewFilled: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { GridViewFilled as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const GridViewLarge: (props: SvgIconProps) =>
|
|
4
|
+
declare const GridViewLarge: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { GridViewLarge as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const GridViewSmall: (props: SvgIconProps) =>
|
|
4
|
+
declare const GridViewSmall: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { GridViewSmall as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Hand: (props: SvgIconProps) =>
|
|
4
|
+
declare const Hand: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Hand as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Help: (props: SvgIconProps) =>
|
|
4
|
+
declare const Help: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Help as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Home: (props: SvgIconProps) =>
|
|
4
|
+
declare const Home: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Home as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const HomeFilled: (props: SvgIconProps) =>
|
|
4
|
+
declare const HomeFilled: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { HomeFilled as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const Image: (props: SvgIconProps) =>
|
|
4
|
+
declare const Image: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Image as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const ImageAdd: (props: SvgIconProps) =>
|
|
4
|
+
declare const ImageAdd: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ImageAdd as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SvgIconProps } from '@mui/material';
|
|
3
3
|
|
|
4
|
-
declare const ImageNo: (props: SvgIconProps) =>
|
|
4
|
+
declare const ImageNo: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ImageNo as default };
|