@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
|
@@ -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 ThumbUp: (props: SvgIconProps) =>
|
|
4
|
+
declare const ThumbUp: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ThumbUp 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 ThumbsUpDown: (props: SvgIconProps) =>
|
|
4
|
+
declare const ThumbsUpDown: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ThumbsUpDown 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 Time: (props: SvgIconProps) =>
|
|
4
|
+
declare const Time: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Time 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 TimeFilled: (props: SvgIconProps) =>
|
|
4
|
+
declare const TimeFilled: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { TimeFilled 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 Translate: (props: SvgIconProps) =>
|
|
4
|
+
declare const Translate: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Translate 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 Unfold: (props: SvgIconProps) =>
|
|
4
|
+
declare const Unfold: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Unfold 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 Upload: (props: SvgIconProps) =>
|
|
4
|
+
declare const Upload: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Upload 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 UploadCloud: (props: SvgIconProps) =>
|
|
4
|
+
declare const UploadCloud: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { UploadCloud 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 UploadCloudFilled: (props: SvgIconProps) =>
|
|
4
|
+
declare const UploadCloudFilled: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { UploadCloudFilled 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 UserSearch: (props: SvgIconProps) =>
|
|
4
|
+
declare const UserSearch: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { UserSearch 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 Users: (props: SvgIconProps) =>
|
|
4
|
+
declare const Users: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Users 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 VolumeHigh: (props: SvgIconProps) =>
|
|
4
|
+
declare const VolumeHigh: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { VolumeHigh 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 VolumeLow: (props: SvgIconProps) =>
|
|
4
|
+
declare const VolumeLow: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { VolumeLow 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 VolumeMute: (props: SvgIconProps) =>
|
|
4
|
+
declare const VolumeMute: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { VolumeMute 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 Warning: (props: SvgIconProps) =>
|
|
4
|
+
declare const Warning: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Warning 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 Wifi: (props: SvgIconProps) =>
|
|
4
|
+
declare const Wifi: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Wifi 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 Work: (props: SvgIconProps) =>
|
|
4
|
+
declare const Work: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { Work 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 ZoomIn: (props: SvgIconProps) =>
|
|
4
|
+
declare const ZoomIn: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ZoomIn 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 ZoomOut: (props: SvgIconProps) =>
|
|
4
|
+
declare const ZoomOut: (props: SvgIconProps) => react.JSX.Element;
|
|
5
5
|
|
|
6
6
|
export { ZoomOut as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
|
|
3
|
-
declare const ForgotYourPasswordForm: () =>
|
|
3
|
+
declare const ForgotYourPasswordForm: () => react.JSX.Element;
|
|
4
4
|
|
|
5
5
|
export { ForgotYourPasswordForm as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { FunctionComponent } from 'react';
|
|
3
3
|
import { GraphBarProps } from '../GraphBar/GraphBar.js';
|
|
4
4
|
import { LikertGraphProps } from '../LikertGraph/types.js';
|
|
@@ -8,18 +8,18 @@ declare const MiniLikertGraph: FunctionComponent<Pick<LikertGraphProps, 'data'>>
|
|
|
8
8
|
declare const MiniSliderGraph: FunctionComponent<Pick<SliderGraphProps, 'data'>>;
|
|
9
9
|
declare const MiniRankGraph: ({ data }: {
|
|
10
10
|
data: GraphBarProps[];
|
|
11
|
-
}) =>
|
|
11
|
+
}) => react.JSX.Element[];
|
|
12
12
|
declare const MiniPunchGraph: ({ data }: {
|
|
13
13
|
data: GraphBarProps[];
|
|
14
|
-
}) =>
|
|
14
|
+
}) => react.JSX.Element[];
|
|
15
15
|
declare const MiniEmojiGraph: ({ data }: {
|
|
16
16
|
data: GraphBarProps[];
|
|
17
|
-
}) =>
|
|
17
|
+
}) => react.JSX.Element[];
|
|
18
18
|
interface MiniOpenQuestionGraphProps extends GraphBarProps {
|
|
19
19
|
sentiment: 'positive' | 'negative';
|
|
20
20
|
}
|
|
21
21
|
declare const MiniOpenQuestionGraph: ({ data }: {
|
|
22
22
|
data: MiniOpenQuestionGraphProps[];
|
|
23
|
-
}) =>
|
|
23
|
+
}) => react.JSX.Element[];
|
|
24
24
|
|
|
25
25
|
export { MiniEmojiGraph, MiniLikertGraph, MiniOpenQuestionGraph, MiniPunchGraph, MiniRankGraph, MiniSliderGraph };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
|
|
3
|
-
declare const ResetPasswordForm: () =>
|
|
3
|
+
declare const ResetPasswordForm: () => react.JSX.Element;
|
|
4
4
|
|
|
5
5
|
export { ResetPasswordForm as default };
|
|
@@ -5,40 +5,40 @@ import * as _mui_system from '@mui/system';
|
|
|
5
5
|
import * as _mui_material from '@mui/material';
|
|
6
6
|
import { SliderGraphBarProps, CommonComponentProps } from '../types.js';
|
|
7
7
|
|
|
8
|
-
declare const SliderGraphWrapper: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof
|
|
8
|
+
declare const SliderGraphWrapper: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme> | keyof _mui_material_OverridableComponent.CommonProps> & {
|
|
9
9
|
component?: React.ElementType | undefined;
|
|
10
10
|
} & {
|
|
11
11
|
maxHeight: number;
|
|
12
12
|
} & {
|
|
13
13
|
responsive?: boolean;
|
|
14
14
|
}, {}, {}>;
|
|
15
|
-
declare const VeticalBarWrapper: _emotion_styled.StyledComponent<_mui_material.ListItemButtonOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "
|
|
15
|
+
declare const VeticalBarWrapper: _emotion_styled.StyledComponent<_mui_material.ListItemButtonOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "sx" | "alignItems" | "style" | "children" | "autoFocus" | "className" | "tabIndex" | "classes" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "disableGutters" | "divider" | "selected"> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & {
|
|
16
16
|
component?: React.ElementType | undefined;
|
|
17
17
|
} & {
|
|
18
18
|
maxHeight: number;
|
|
19
19
|
} & {
|
|
20
20
|
responsive?: boolean;
|
|
21
21
|
}, {}, {}>;
|
|
22
|
-
declare const SliderGraphBarWrapper: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof
|
|
22
|
+
declare const SliderGraphBarWrapper: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme> | keyof _mui_material_OverridableComponent.CommonProps> & {
|
|
23
23
|
component?: React.ElementType | undefined;
|
|
24
24
|
} & {
|
|
25
25
|
maxHeight: number;
|
|
26
26
|
} & {
|
|
27
27
|
responsive?: boolean;
|
|
28
28
|
}, {}, {}>;
|
|
29
|
-
declare const VerticalBarValue: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof
|
|
29
|
+
declare const VerticalBarValue: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme> | keyof _mui_material_OverridableComponent.CommonProps> & {
|
|
30
30
|
component?: React.ElementType | undefined;
|
|
31
31
|
}, {}, {}>;
|
|
32
|
-
declare const VerticalBar: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof
|
|
32
|
+
declare const VerticalBar: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme> | keyof _mui_material_OverridableComponent.CommonProps> & {
|
|
33
33
|
component?: React.ElementType | undefined;
|
|
34
34
|
} & CommonComponentProps & {
|
|
35
35
|
value: number;
|
|
36
36
|
checked: boolean;
|
|
37
37
|
}, {}, {}>;
|
|
38
|
-
declare const VerticalBarActions: _emotion_styled.StyledComponent<_mui_material.StackOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_material_OverridableComponent.CommonProps | keyof _mui_material.StackOwnProps> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof
|
|
38
|
+
declare const VerticalBarActions: _emotion_styled.StyledComponent<_mui_material.StackOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_material_OverridableComponent.CommonProps | keyof _mui_material.StackOwnProps> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme> | keyof _mui_material_OverridableComponent.CommonProps> & {
|
|
39
39
|
component?: React.ElementType | undefined;
|
|
40
40
|
}, {}, {}>;
|
|
41
|
-
declare const VerticalBarLabel: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof
|
|
41
|
+
declare const VerticalBarLabel: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme> | keyof _mui_material_OverridableComponent.CommonProps> & {
|
|
42
42
|
component?: React.ElementType | undefined;
|
|
43
43
|
}, {}, {}>;
|
|
44
44
|
declare const AxisSegmentWrapper: _emotion_styled.StyledComponent<_mui_material.StackOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_material_OverridableComponent.CommonProps | keyof _mui_material.StackOwnProps> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & {
|
|
@@ -46,7 +46,7 @@ declare const AxisSegmentWrapper: _emotion_styled.StyledComponent<_mui_material.
|
|
|
46
46
|
} & {
|
|
47
47
|
maxHeight: number;
|
|
48
48
|
} & Partial<SliderGraphBarProps>, {}, {}>;
|
|
49
|
-
declare const AxisSegment: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof
|
|
49
|
+
declare const AxisSegment: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & _mui_material_OverridableComponent.CommonProps & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme> | keyof _mui_material_OverridableComponent.CommonProps> & {
|
|
50
50
|
component?: React.ElementType | undefined;
|
|
51
51
|
} & {
|
|
52
52
|
showGraphLines?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),a=require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),a=require("../../../../node_modules/@faker-js/faker/dist/chunk-KZPPZA2C.js"),t=require("react"),r=require("../../GraphPopoverDataLayout/GraphPopoverDataLayout.js");function n(e){return e&&e.__esModule?e:{default:e}}var o=n(t);const i=(t,n=465)=>{const o=Math.max(...t.map((e,a)=>e.percentage));return t.map((i,l)=>({totalBars:t.length,barIndex:l,percentage:i.percentage,amount:i.amount,label:i.name,relativePercentage:i.relativePercentage,id:a.a.string.uuid(),checked:!0,tickInterval:10,disableTooltip:!1,hideCheckbox:!1,hideLabel:!1,hideValue:!1,animateBar:!0,disabled:!1,loading:!1,onChange:(e,a)=>console.warn(i,a),value:i.percentage,hidePercentageSymbol:i.hidePercentageSymbol,maxDataValue:o,graphMaxHeight:n,tooltipContent:e.jsx(r,{primaryHeadlineLabel:i.name,secondarySlot1:`${i.percentage}%`,secondarySlot2:`Selected by ${i.amount} respondents`})}))};exports.createInitialData=i,exports.default=(e,a=465)=>{const[t,r]=o.default.useState(()=>i(e,a));return{storedData:t,setStoredData:r,createInitialData:i}};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { ButtonProps } from '@mui/material';
|
|
3
3
|
import { ButtonSizing } from './Button.variant-helpers.js';
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ interface ButtonBaseProps extends ButtonProps {
|
|
|
6
6
|
loading?: boolean;
|
|
7
7
|
sizing: ButtonSizing;
|
|
8
8
|
}
|
|
9
|
-
declare const ButtonBase: ({ children, loading, sizing, ...rest }: ButtonBaseProps) =>
|
|
9
|
+
declare const ButtonBase: ({ children, loading, sizing, ...rest }: ButtonBaseProps) => react.JSX.Element;
|
|
10
10
|
|
|
11
11
|
export { ButtonBase as default };
|
|
12
12
|
export type { ButtonBaseProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormControlLabelProps as FormControlLabelProps$1, SxProps, Theme } from '@mui/material';
|
|
2
|
-
import {
|
|
2
|
+
import { ReactElement, FunctionComponent } from 'react';
|
|
3
3
|
|
|
4
4
|
interface FormControlLabelProps {
|
|
5
5
|
control: FormControlLabelProps$1['control'];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SxProps, Theme } from '@mui/material';
|
|
2
|
-
import {
|
|
2
|
+
import { ReactElement, ReactNode, FunctionComponent } from 'react';
|
|
3
3
|
import { SubmitHandler, FieldErrors, Control, UseFormWatch, UseFormTrigger } from 'react-hook-form';
|
|
4
4
|
import { SelectProps } from '../Select/types.js';
|
|
5
5
|
import { AutocompleteFieldProps } from '../AutocompleteSingle/types.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CSSObject } from '@mui/material';
|
|
2
|
-
import {
|
|
2
|
+
import { IconButtonShapeMap, IconButtonSizing, IconButtonToggleColor } from './types.js';
|
|
3
3
|
|
|
4
4
|
declare const defaultStyle: (theme: Theme) => CSSObject;
|
|
5
5
|
declare const toggle: (theme: Theme, toggleColor?: IconButtonToggleColor) => CSSObject;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PropsWithChildren, ReactElement, FunctionComponent } from 'react';
|
|
1
2
|
import { PopperProps } from '@mui/material';
|
|
2
3
|
import { PopupState } from 'material-ui-popup-state/hooks';
|
|
3
|
-
import { PropsWithChildren, ReactElement, FunctionComponent } from 'react';
|
|
4
4
|
import { PopperProps as PopperProps$1 } from '../Popper/Popper.js';
|
|
5
5
|
import { SurfaceProps } from '../Surface/Surface.js';
|
|
6
6
|
import { MenuItemProps } from './MenuItem.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { ReactElement } from 'react';
|
|
2
3
|
import { PopperProps as PopperProps$1, ClickAwayListenerProps, FadeProps } from '@mui/material';
|
|
3
4
|
import { PopupState } from 'material-ui-popup-state/hooks';
|
|
4
|
-
import { ReactElement } from 'react';
|
|
5
5
|
import { SurfaceProps } from '../Surface/Surface.js';
|
|
6
6
|
|
|
7
7
|
type BindOn = 'trigger' | 'contextMenu' | 'toggle' | 'hover' | 'focus' | 'doubleClick';
|
|
@@ -17,7 +17,7 @@ interface PopperProps {
|
|
|
17
17
|
children: ReactElement;
|
|
18
18
|
state?: PopupState;
|
|
19
19
|
}
|
|
20
|
-
declare const Popper: ({ bindOn, trigger, children, state, ...props }: PopperProps) =>
|
|
20
|
+
declare const Popper: ({ bindOn, trigger, children, state, ...props }: PopperProps) => react.JSX.Element;
|
|
21
21
|
|
|
22
22
|
export { Popper as default };
|
|
23
23
|
export type { PopperProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
|
|
3
|
-
declare const PoweredByWatermarkLogo: () =>
|
|
3
|
+
declare const PoweredByWatermarkLogo: () => react.JSX.Element;
|
|
4
4
|
|
|
5
5
|
export { PoweredByWatermarkLogo as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SortableItem, DragHandle } from './components/SortableItem/SortableItem.js';
|
|
2
|
+
import * as react from 'react';
|
|
2
3
|
import { ReactNode } from 'react';
|
|
3
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { UniqueIdentifier } from '@dnd-kit/core';
|
|
5
5
|
|
|
6
6
|
interface BaseItem {
|
|
@@ -13,7 +13,7 @@ interface SortableListProps<T extends BaseItem> {
|
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
direction?: 'horizontal' | 'vertical';
|
|
15
15
|
}
|
|
16
|
-
declare function SortableList<T extends BaseItem>({ items, onChange, renderItem, disabled, direction }: SortableListProps<T>):
|
|
16
|
+
declare function SortableList<T extends BaseItem>({ items, onChange, renderItem, disabled, direction }: SortableListProps<T>): react.JSX.Element | undefined;
|
|
17
17
|
declare namespace SortableList {
|
|
18
18
|
var Item: typeof SortableItem;
|
|
19
19
|
var DragHandle: typeof DragHandle;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { UniqueIdentifier } from '@dnd-kit/core';
|
|
1
|
+
import * as react from 'react';
|
|
3
2
|
import { PropsWithChildren, ReactElement } from 'react';
|
|
3
|
+
import { UniqueIdentifier } from '@dnd-kit/core';
|
|
4
4
|
|
|
5
5
|
interface Props {
|
|
6
6
|
id: UniqueIdentifier;
|
|
7
7
|
top?: ReactElement;
|
|
8
8
|
bottom?: ReactElement;
|
|
9
9
|
}
|
|
10
|
-
declare function SortableItem({ children, top, bottom, id }: PropsWithChildren<Props>):
|
|
11
|
-
declare function DragHandle():
|
|
10
|
+
declare function SortableItem({ children, top, bottom, id }: PropsWithChildren<Props>): react.JSX.Element;
|
|
11
|
+
declare function DragHandle(): react.JSX.Element;
|
|
12
12
|
|
|
13
13
|
export { DragHandle, SortableItem };
|
|
@@ -14,7 +14,7 @@ interface TypographyProps extends Omit<TypographyProps$1, 'ref'> {
|
|
|
14
14
|
textColor?: string;
|
|
15
15
|
ai?: boolean;
|
|
16
16
|
}
|
|
17
|
-
declare const Typography: react.ForwardRefExoticComponent<TypographyProps & react.RefAttributes<
|
|
17
|
+
declare const Typography: react.ForwardRefExoticComponent<TypographyProps & react.RefAttributes<HTMLParagraphElement | HTMLHeadingElement>>;
|
|
18
18
|
|
|
19
19
|
export { Typography as default };
|
|
20
20
|
export type { TypographyProps };
|
|
@@ -4,7 +4,7 @@ import { PaletteMode, Direction } from '@mui/material';
|
|
|
4
4
|
import { ScreenSize, CustomTheme } from './types.js';
|
|
5
5
|
|
|
6
6
|
declare const useThemeBuilder: (initialMode?: PaletteMode, initialScreenSize?: ScreenSize, initialDirection?: Direction) => {
|
|
7
|
-
breakpoint: "" | "sm" | "
|
|
7
|
+
breakpoint: "" | "sm" | "md" | "lg" | "xl";
|
|
8
8
|
custom: CustomTheme;
|
|
9
9
|
gridOverlayVisible: boolean;
|
|
10
10
|
mode: PaletteMode;
|