@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.
Files changed (610) hide show
  1. package/dist/esm/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +1 -1
  2. package/dist/esm/node_modules/framer-motion/dist/es/events/add-pointer-event.js +1 -1
  3. package/dist/esm/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +1 -1
  4. package/dist/esm/node_modules/framer-motion/dist/es/gestures/drag/index.js +1 -1
  5. package/dist/esm/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +1 -1
  6. package/dist/esm/node_modules/framer-motion/dist/es/gestures/focus.js +1 -1
  7. package/dist/esm/node_modules/framer-motion/dist/es/gestures/hover.js +1 -1
  8. package/dist/esm/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +1 -1
  9. package/dist/esm/node_modules/framer-motion/dist/es/gestures/pan/index.js +1 -1
  10. package/dist/esm/node_modules/framer-motion/dist/es/gestures/press.js +1 -1
  11. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +1 -1
  12. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/animation/index.js +1 -1
  13. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/definitions.js +1 -1
  14. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/drag.js +1 -1
  15. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +1 -1
  16. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/layout.js +1 -1
  17. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/load-features.js +1 -1
  18. package/dist/esm/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +1 -1
  19. package/dist/esm/node_modules/framer-motion/dist/es/motion/index.js +1 -1
  20. package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +1 -1
  21. package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +1 -1
  22. package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +1 -1
  23. package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +1 -1
  24. package/dist/esm/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +1 -1
  25. package/dist/esm/node_modules/framer-motion/dist/es/render/dom/use-render.js +1 -1
  26. package/dist/esm/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +1 -1
  27. package/dist/esm/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +1 -1
  28. package/dist/esm/node_modules/framer-motion/dist/es/render/html/use-props.js +1 -1
  29. package/dist/esm/node_modules/framer-motion/dist/es/render/svg/use-props.js +1 -1
  30. package/dist/esm/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +1 -1
  31. package/dist/esm/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +1 -1
  32. package/dist/esm/node_modules/motion-dom/dist/es/animation/JSAnimation.js +1 -1
  33. package/dist/esm/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +1 -1
  34. package/dist/esm/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +1 -1
  35. package/dist/esm/node_modules/motion-dom/dist/es/animation/animate/single-value.js +1 -0
  36. package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/inertia.js +1 -1
  37. package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring.js +1 -0
  38. package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +1 -1
  39. package/dist/esm/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.js +1 -0
  40. package/dist/esm/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.js +1 -0
  41. package/dist/esm/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +1 -1
  42. package/dist/esm/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +1 -1
  43. package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/default-transitions.js +1 -0
  44. package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +1 -1
  45. package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +1 -1
  46. package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.js +1 -0
  47. package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +1 -1
  48. package/dist/esm/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.js +1 -0
  49. package/dist/esm/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +1 -1
  50. package/dist/esm/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.js +1 -0
  51. package/dist/esm/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.js +1 -0
  52. package/dist/esm/node_modules/motion-dom/dist/es/frameloop/batcher.js +1 -1
  53. package/dist/esm/node_modules/motion-dom/dist/es/frameloop/render-step.js +1 -1
  54. package/dist/esm/node_modules/motion-dom/dist/es/gestures/hover.js +1 -1
  55. package/dist/esm/node_modules/motion-dom/dist/es/gestures/press/index.js +1 -1
  56. package/dist/esm/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +1 -1
  57. package/dist/esm/node_modules/motion-dom/dist/es/projection/animation/mix-values.js +1 -0
  58. package/dist/esm/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.js +1 -0
  59. package/dist/esm/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.js +1 -0
  60. package/dist/esm/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.js +1 -0
  61. package/dist/esm/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.js +1 -0
  62. package/dist/esm/node_modules/motion-dom/dist/es/projection/node/create-projection-node.js +1 -0
  63. package/dist/esm/node_modules/motion-dom/dist/es/projection/shared/stack.js +1 -0
  64. package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.js +1 -0
  65. package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.js +1 -0
  66. package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/scale-correction.js +1 -0
  67. package/dist/esm/node_modules/motion-dom/dist/es/projection/styles/transform.js +1 -0
  68. package/dist/esm/node_modules/motion-dom/dist/es/render/VisualElement.js +1 -0
  69. package/dist/esm/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.js +1 -0
  70. package/dist/esm/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.js +1 -0
  71. package/dist/esm/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.js +1 -0
  72. package/dist/esm/node_modules/motion-dom/dist/es/render/html/utils/build-styles.js +1 -0
  73. package/dist/esm/node_modules/motion-dom/dist/es/render/html/utils/build-transform.js +1 -0
  74. package/dist/esm/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.js +1 -0
  75. package/dist/esm/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.js +1 -0
  76. package/dist/esm/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.js +1 -0
  77. package/dist/esm/node_modules/motion-dom/dist/es/render/svg/utils/path.js +1 -0
  78. package/dist/esm/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.js +1 -0
  79. package/dist/esm/node_modules/motion-dom/dist/es/render/utils/animation-state.js +1 -0
  80. package/dist/esm/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.js +1 -0
  81. package/dist/esm/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.js +1 -0
  82. package/dist/esm/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +1 -1
  83. package/dist/esm/node_modules/motion-dom/dist/es/render/utils/motion-values.js +1 -0
  84. package/dist/esm/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.js +1 -0
  85. package/dist/esm/node_modules/motion-dom/dist/es/render/utils/setters.js +1 -0
  86. package/dist/esm/node_modules/motion-dom/dist/es/resize/handle-element.js +1 -0
  87. package/dist/esm/node_modules/motion-dom/dist/es/resize/handle-window.js +1 -0
  88. package/dist/esm/node_modules/motion-dom/dist/es/resize/index.js +1 -0
  89. package/dist/esm/node_modules/motion-dom/dist/es/utils/delay.js +1 -0
  90. package/dist/esm/node_modules/motion-dom/dist/es/utils/interpolate.js +1 -1
  91. package/dist/esm/node_modules/motion-dom/dist/es/utils/is-html-element.js +1 -1
  92. package/dist/esm/node_modules/motion-dom/dist/es/utils/resolve-elements.js +1 -1
  93. package/dist/esm/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +1 -1
  94. package/dist/esm/node_modules/motion-dom/dist/es/value/types/color/hsla.js +1 -1
  95. package/dist/esm/node_modules/motion-dom/dist/es/value/types/color/rgba.js +1 -1
  96. package/dist/esm/node_modules/motion-dom/dist/es/value/types/complex/index.js +1 -1
  97. package/dist/esm/node_modules/motion-dom/dist/es/value/types/complex/mask.js +1 -0
  98. package/dist/esm/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +1 -1
  99. package/dist/esm/node_modules/motion-dom/dist/es/value/types/maps/number.js +1 -1
  100. package/dist/esm/node_modules/motion-dom/dist/es/value/types/maps/transform.js +1 -1
  101. package/dist/esm/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +1 -1
  102. package/dist/esm/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.js +1 -0
  103. package/dist/esm/node_modules/motion-dom/dist/es/value/will-change/is.js +1 -0
  104. package/dist/esm/node_modules/motion-utils/dist/es/easing/anticipate.js +1 -1
  105. package/dist/esm/node_modules/motion-utils/dist/es/errors.js +1 -1
  106. package/dist/esm/node_modules/motion-utils/dist/es/is-object.js +1 -1
  107. package/dist/esm/node_modules/motion-utils/dist/es/pipe.js +1 -1
  108. package/dist/esm/node_modules/motion-utils/dist/es/progress.js +1 -1
  109. package/dist/esm/node_modules/motion-utils/dist/es/velocity-per-second.js +1 -1
  110. package/dist/esm/node_modules/uuid/dist/esm-browser/rng.js +1 -1
  111. package/dist/esm/node_modules/uuid/dist/esm-browser/stringify.js +1 -1
  112. package/dist/esm/node_modules/uuid/dist/esm-browser/v4.js +1 -1
  113. package/dist/esm/systems/BrandCore/colorRamps.js +1 -1
  114. package/dist/esm/systems/Platform/AISummary/AISummary.js +1 -1
  115. package/dist/esm/theme/theme.hooks.js +1 -1
  116. package/dist/esm/theme/theme.js +1 -1
  117. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +1 -1
  118. package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +1 -1
  119. package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +1 -1
  120. package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +1 -1
  121. package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +1 -1
  122. package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +1 -1
  123. package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +1 -1
  124. package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +1 -1
  125. package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +1 -1
  126. package/dist/node_modules/framer-motion/dist/es/gestures/press.js +1 -1
  127. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +1 -1
  128. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +1 -1
  129. package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +1 -1
  130. package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +1 -1
  131. package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +1 -1
  132. package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +1 -1
  133. package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +1 -1
  134. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +1 -1
  135. package/dist/node_modules/framer-motion/dist/es/motion/index.js +1 -1
  136. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +1 -1
  137. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +1 -1
  138. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +1 -1
  139. package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +1 -1
  140. package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +1 -1
  141. package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +1 -1
  142. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +1 -1
  143. package/dist/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +1 -1
  144. package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +1 -1
  145. package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +1 -1
  146. package/dist/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +1 -1
  147. package/dist/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +1 -1
  148. package/dist/node_modules/motion-dom/dist/es/animation/JSAnimation.js +1 -1
  149. package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +1 -1
  150. package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +1 -1
  151. package/dist/node_modules/motion-dom/dist/es/animation/animate/single-value.js +1 -0
  152. package/dist/node_modules/motion-dom/dist/es/animation/generators/inertia.js +1 -1
  153. package/dist/node_modules/motion-dom/dist/es/animation/generators/spring.js +1 -0
  154. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +1 -1
  155. package/dist/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.js +1 -0
  156. package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.js +1 -0
  157. package/dist/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +1 -1
  158. package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +1 -1
  159. package/dist/node_modules/motion-dom/dist/es/animation/utils/default-transitions.js +1 -0
  160. package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +1 -1
  161. package/dist/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +1 -1
  162. package/dist/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.js +1 -0
  163. package/dist/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +1 -1
  164. package/dist/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.js +1 -0
  165. package/dist/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +1 -1
  166. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.js +1 -0
  167. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.js +1 -0
  168. package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js +1 -1
  169. package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js +1 -1
  170. package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +1 -1
  171. package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +1 -1
  172. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +1 -1
  173. package/dist/node_modules/motion-dom/dist/es/projection/animation/mix-values.js +1 -0
  174. package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.js +1 -0
  175. package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.js +1 -0
  176. package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.js +1 -0
  177. package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/DocumentProjectionNode.js +1 -1
  178. package/dist/node_modules/motion-dom/dist/es/projection/node/create-projection-node.js +1 -0
  179. package/dist/node_modules/motion-dom/dist/es/projection/shared/stack.js +1 -0
  180. package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.js +1 -0
  181. package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.js +1 -0
  182. package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-correction.js +1 -0
  183. package/dist/node_modules/motion-dom/dist/es/projection/styles/transform.js +1 -0
  184. package/dist/node_modules/motion-dom/dist/es/render/VisualElement.js +1 -0
  185. package/dist/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.js +1 -0
  186. package/dist/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.js +1 -0
  187. package/dist/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.js +1 -0
  188. package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-styles.js +1 -0
  189. package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-transform.js +1 -0
  190. package/dist/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.js +1 -0
  191. package/dist/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.js +1 -0
  192. package/dist/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.js +1 -0
  193. package/dist/node_modules/motion-dom/dist/es/render/svg/utils/path.js +1 -0
  194. package/dist/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.js +1 -0
  195. package/dist/node_modules/motion-dom/dist/es/render/utils/animation-state.js +1 -0
  196. package/dist/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.js +1 -0
  197. package/dist/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.js +1 -0
  198. package/dist/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +1 -1
  199. package/dist/node_modules/motion-dom/dist/es/render/utils/motion-values.js +1 -0
  200. package/dist/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.js +1 -0
  201. package/dist/node_modules/motion-dom/dist/es/render/utils/setters.js +1 -0
  202. package/dist/node_modules/motion-dom/dist/es/resize/handle-element.js +1 -0
  203. package/dist/node_modules/motion-dom/dist/es/resize/handle-window.js +1 -0
  204. package/dist/node_modules/motion-dom/dist/es/resize/index.js +1 -0
  205. package/dist/node_modules/motion-dom/dist/es/utils/delay.js +1 -0
  206. package/dist/node_modules/motion-dom/dist/es/utils/interpolate.js +1 -1
  207. package/dist/node_modules/motion-dom/dist/es/utils/is-html-element.js +1 -1
  208. package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +1 -1
  209. package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +1 -1
  210. package/dist/node_modules/motion-dom/dist/es/value/types/complex/index.js +1 -1
  211. package/dist/node_modules/motion-dom/dist/es/value/types/complex/mask.js +1 -0
  212. package/dist/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +1 -1
  213. package/dist/node_modules/motion-dom/dist/es/value/types/maps/number.js +1 -1
  214. package/dist/node_modules/motion-dom/dist/es/value/types/maps/transform.js +1 -1
  215. package/dist/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +1 -1
  216. package/dist/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.js +1 -0
  217. package/dist/node_modules/motion-dom/dist/es/value/will-change/is.js +1 -0
  218. package/dist/node_modules/motion-utils/dist/es/easing/anticipate.js +1 -1
  219. package/dist/node_modules/motion-utils/dist/es/errors.js +1 -1
  220. package/dist/node_modules/motion-utils/dist/es/is-object.js +1 -1
  221. package/dist/node_modules/motion-utils/dist/es/pipe.js +1 -1
  222. package/dist/node_modules/motion-utils/dist/es/progress.js +1 -1
  223. package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js +1 -1
  224. package/dist/node_modules/uuid/dist/esm-browser/rng.js +1 -1
  225. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +1 -1
  226. package/dist/node_modules/uuid/dist/esm-browser/v4.js +1 -1
  227. package/dist/systems/BrandCore/Icon/components/Add.d.ts +2 -2
  228. package/dist/systems/BrandCore/Icon/components/Ai.d.ts +2 -2
  229. package/dist/systems/BrandCore/Icon/components/AlertDot.d.ts +2 -2
  230. package/dist/systems/BrandCore/Icon/components/ArrowDown.d.ts +2 -2
  231. package/dist/systems/BrandCore/Icon/components/ArrowLeft.d.ts +2 -2
  232. package/dist/systems/BrandCore/Icon/components/ArrowRight.d.ts +2 -2
  233. package/dist/systems/BrandCore/Icon/components/ArrowUp.d.ts +2 -2
  234. package/dist/systems/BrandCore/Icon/components/AttachFile.d.ts +2 -2
  235. package/dist/systems/BrandCore/Icon/components/BadgeCross.d.ts +2 -2
  236. package/dist/systems/BrandCore/Icon/components/BadgeCrossInCircle.d.ts +2 -2
  237. package/dist/systems/BrandCore/Icon/components/BadgeFlag.d.ts +2 -2
  238. package/dist/systems/BrandCore/Icon/components/BadgeFlagInCircle.d.ts +2 -2
  239. package/dist/systems/BrandCore/Icon/components/BadgeHyphen.d.ts +2 -2
  240. package/dist/systems/BrandCore/Icon/components/BadgeHyphenInCircle.d.ts +2 -2
  241. package/dist/systems/BrandCore/Icon/components/BadgeQuestion.d.ts +2 -2
  242. package/dist/systems/BrandCore/Icon/components/BadgeQuestionInCircle.d.ts +2 -2
  243. package/dist/systems/BrandCore/Icon/components/BadgeThumbUp.d.ts +2 -2
  244. package/dist/systems/BrandCore/Icon/components/BadgeThumbUpInCircle.d.ts +2 -2
  245. package/dist/systems/BrandCore/Icon/components/BadgeTick.d.ts +2 -2
  246. package/dist/systems/BrandCore/Icon/components/BadgeTickInCircle.d.ts +2 -2
  247. package/dist/systems/BrandCore/Icon/components/BatteryFull.d.ts +2 -2
  248. package/dist/systems/BrandCore/Icon/components/BrandLogomark.d.ts +2 -2
  249. package/dist/systems/BrandCore/Icon/components/BrandWordmark.d.ts +2 -2
  250. package/dist/systems/BrandCore/Icon/components/Cancel.d.ts +2 -2
  251. package/dist/systems/BrandCore/Icon/components/Chat.d.ts +2 -2
  252. package/dist/systems/BrandCore/Icon/components/Check.d.ts +2 -2
  253. package/dist/systems/BrandCore/Icon/components/CheckCircle.d.ts +2 -2
  254. package/dist/systems/BrandCore/Icon/components/CheckCircleFilled.d.ts +2 -2
  255. package/dist/systems/BrandCore/Icon/components/CheckDouble.d.ts +2 -2
  256. package/dist/systems/BrandCore/Icon/components/ChevronDown.d.ts +2 -2
  257. package/dist/systems/BrandCore/Icon/components/ChevronLeft.d.ts +2 -2
  258. package/dist/systems/BrandCore/Icon/components/ChevronRight.d.ts +2 -2
  259. package/dist/systems/BrandCore/Icon/components/ChevronUp.d.ts +2 -2
  260. package/dist/systems/BrandCore/Icon/components/Close.d.ts +2 -2
  261. package/dist/systems/BrandCore/Icon/components/Comment.d.ts +2 -2
  262. package/dist/systems/BrandCore/Icon/components/CommentFilled.d.ts +2 -2
  263. package/dist/systems/BrandCore/Icon/components/Compress.d.ts +2 -2
  264. package/dist/systems/BrandCore/Icon/components/Controls.d.ts +2 -2
  265. package/dist/systems/BrandCore/Icon/components/Copy.d.ts +2 -2
  266. package/dist/systems/BrandCore/Icon/components/Crosshair.d.ts +2 -2
  267. package/dist/systems/BrandCore/Icon/components/Dashboard.d.ts +2 -2
  268. package/dist/systems/BrandCore/Icon/components/DataBar.d.ts +2 -2
  269. package/dist/systems/BrandCore/Icon/components/Delete.d.ts +2 -2
  270. package/dist/systems/BrandCore/Icon/components/Document.d.ts +2 -2
  271. package/dist/systems/BrandCore/Icon/components/Dollar.d.ts +2 -2
  272. package/dist/systems/BrandCore/Icon/components/DragHandle.d.ts +2 -2
  273. package/dist/systems/BrandCore/Icon/components/DragSelect.d.ts +2 -2
  274. package/dist/systems/BrandCore/Icon/components/Edit.d.ts +2 -2
  275. package/dist/systems/BrandCore/Icon/components/Email.d.ts +2 -2
  276. package/dist/systems/BrandCore/Icon/components/Emoticon.d.ts +2 -2
  277. package/dist/systems/BrandCore/Icon/components/Error.d.ts +2 -2
  278. package/dist/systems/BrandCore/Icon/components/Euro.d.ts +2 -2
  279. package/dist/systems/BrandCore/Icon/components/Expand.d.ts +2 -2
  280. package/dist/systems/BrandCore/Icon/components/ExpandWindow.d.ts +2 -2
  281. package/dist/systems/BrandCore/Icon/components/Eye.d.ts +2 -2
  282. package/dist/systems/BrandCore/Icon/components/EyeOff.d.ts +2 -2
  283. package/dist/systems/BrandCore/Icon/components/FilterList.d.ts +2 -2
  284. package/dist/systems/BrandCore/Icon/components/Fingerprint.d.ts +2 -2
  285. package/dist/systems/BrandCore/Icon/components/FocusHollow.d.ts +2 -2
  286. package/dist/systems/BrandCore/Icon/components/FocusPoint.d.ts +2 -2
  287. package/dist/systems/BrandCore/Icon/components/Folder.d.ts +2 -2
  288. package/dist/systems/BrandCore/Icon/components/FormatBold.d.ts +2 -2
  289. package/dist/systems/BrandCore/Icon/components/FormatItalic.d.ts +2 -2
  290. package/dist/systems/BrandCore/Icon/components/FormatUnderlined.d.ts +2 -2
  291. package/dist/systems/BrandCore/Icon/components/Gift.d.ts +2 -2
  292. package/dist/systems/BrandCore/Icon/components/GridView.d.ts +2 -2
  293. package/dist/systems/BrandCore/Icon/components/GridViewFilled.d.ts +2 -2
  294. package/dist/systems/BrandCore/Icon/components/GridViewLarge.d.ts +2 -2
  295. package/dist/systems/BrandCore/Icon/components/GridViewSmall.d.ts +2 -2
  296. package/dist/systems/BrandCore/Icon/components/Hand.d.ts +2 -2
  297. package/dist/systems/BrandCore/Icon/components/Help.d.ts +2 -2
  298. package/dist/systems/BrandCore/Icon/components/Home.d.ts +2 -2
  299. package/dist/systems/BrandCore/Icon/components/HomeFilled.d.ts +2 -2
  300. package/dist/systems/BrandCore/Icon/components/Image.d.ts +2 -2
  301. package/dist/systems/BrandCore/Icon/components/ImageAdd.d.ts +2 -2
  302. package/dist/systems/BrandCore/Icon/components/ImageNo.d.ts +2 -2
  303. package/dist/systems/BrandCore/Icon/components/ImageSearch.d.ts +2 -2
  304. package/dist/systems/BrandCore/Icon/components/Info.d.ts +2 -2
  305. package/dist/systems/BrandCore/Icon/components/InfoFilled.d.ts +2 -2
  306. package/dist/systems/BrandCore/Icon/components/Keyboard.d.ts +2 -2
  307. package/dist/systems/BrandCore/Icon/components/Label.d.ts +2 -2
  308. package/dist/systems/BrandCore/Icon/components/Lasso.d.ts +2 -2
  309. package/dist/systems/BrandCore/Icon/components/Layers.d.ts +2 -2
  310. package/dist/systems/BrandCore/Icon/components/Lightbulb.d.ts +2 -2
  311. package/dist/systems/BrandCore/Icon/components/LinearScale.d.ts +2 -2
  312. package/dist/systems/BrandCore/Icon/components/Link.d.ts +2 -2
  313. package/dist/systems/BrandCore/Icon/components/ListView.d.ts +2 -2
  314. package/dist/systems/BrandCore/Icon/components/Lock.d.ts +2 -2
  315. package/dist/systems/BrandCore/Icon/components/Menu.d.ts +2 -2
  316. package/dist/systems/BrandCore/Icon/components/MenuOpen.d.ts +2 -2
  317. package/dist/systems/BrandCore/Icon/components/Microphone.d.ts +2 -2
  318. package/dist/systems/BrandCore/Icon/components/MicrophoneOff.d.ts +2 -2
  319. package/dist/systems/BrandCore/Icon/components/Monitor.d.ts +2 -2
  320. package/dist/systems/BrandCore/Icon/components/MoreHorizontal.d.ts +2 -2
  321. package/dist/systems/BrandCore/Icon/components/MoreVertical.d.ts +2 -2
  322. package/dist/systems/BrandCore/Icon/components/NavPushDown.d.ts +2 -2
  323. package/dist/systems/BrandCore/Icon/components/NavPushLeft.d.ts +2 -2
  324. package/dist/systems/BrandCore/Icon/components/NavPushRight.d.ts +2 -2
  325. package/dist/systems/BrandCore/Icon/components/NavPushUp.d.ts +2 -2
  326. package/dist/systems/BrandCore/Icon/components/NavToggle.d.ts +2 -2
  327. package/dist/systems/BrandCore/Icon/components/NetworkSignalStrength.d.ts +2 -2
  328. package/dist/systems/BrandCore/Icon/components/Notification.d.ts +2 -2
  329. package/dist/systems/BrandCore/Icon/components/Number0.d.ts +2 -2
  330. package/dist/systems/BrandCore/Icon/components/Number1.d.ts +2 -2
  331. package/dist/systems/BrandCore/Icon/components/Number10.d.ts +2 -2
  332. package/dist/systems/BrandCore/Icon/components/Number11.d.ts +2 -2
  333. package/dist/systems/BrandCore/Icon/components/Number12.d.ts +2 -2
  334. package/dist/systems/BrandCore/Icon/components/Number13.d.ts +2 -2
  335. package/dist/systems/BrandCore/Icon/components/Number14.d.ts +2 -2
  336. package/dist/systems/BrandCore/Icon/components/Number15.d.ts +2 -2
  337. package/dist/systems/BrandCore/Icon/components/Number16.d.ts +2 -2
  338. package/dist/systems/BrandCore/Icon/components/Number17.d.ts +2 -2
  339. package/dist/systems/BrandCore/Icon/components/Number18.d.ts +2 -2
  340. package/dist/systems/BrandCore/Icon/components/Number19.d.ts +2 -2
  341. package/dist/systems/BrandCore/Icon/components/Number2.d.ts +2 -2
  342. package/dist/systems/BrandCore/Icon/components/Number20.d.ts +2 -2
  343. package/dist/systems/BrandCore/Icon/components/Number21.d.ts +2 -2
  344. package/dist/systems/BrandCore/Icon/components/Number22.d.ts +2 -2
  345. package/dist/systems/BrandCore/Icon/components/Number23.d.ts +2 -2
  346. package/dist/systems/BrandCore/Icon/components/Number24.d.ts +2 -2
  347. package/dist/systems/BrandCore/Icon/components/Number25.d.ts +2 -2
  348. package/dist/systems/BrandCore/Icon/components/Number26.d.ts +2 -2
  349. package/dist/systems/BrandCore/Icon/components/Number27.d.ts +2 -2
  350. package/dist/systems/BrandCore/Icon/components/Number28.d.ts +2 -2
  351. package/dist/systems/BrandCore/Icon/components/Number29.d.ts +2 -2
  352. package/dist/systems/BrandCore/Icon/components/Number3.d.ts +2 -2
  353. package/dist/systems/BrandCore/Icon/components/Number30.d.ts +2 -2
  354. package/dist/systems/BrandCore/Icon/components/Number31.d.ts +2 -2
  355. package/dist/systems/BrandCore/Icon/components/Number32.d.ts +2 -2
  356. package/dist/systems/BrandCore/Icon/components/Number33.d.ts +2 -2
  357. package/dist/systems/BrandCore/Icon/components/Number34.d.ts +2 -2
  358. package/dist/systems/BrandCore/Icon/components/Number35.d.ts +2 -2
  359. package/dist/systems/BrandCore/Icon/components/Number36.d.ts +2 -2
  360. package/dist/systems/BrandCore/Icon/components/Number37.d.ts +2 -2
  361. package/dist/systems/BrandCore/Icon/components/Number38.d.ts +2 -2
  362. package/dist/systems/BrandCore/Icon/components/Number39.d.ts +2 -2
  363. package/dist/systems/BrandCore/Icon/components/Number4.d.ts +2 -2
  364. package/dist/systems/BrandCore/Icon/components/Number40.d.ts +2 -2
  365. package/dist/systems/BrandCore/Icon/components/Number41.d.ts +2 -2
  366. package/dist/systems/BrandCore/Icon/components/Number42.d.ts +2 -2
  367. package/dist/systems/BrandCore/Icon/components/Number43.d.ts +2 -2
  368. package/dist/systems/BrandCore/Icon/components/Number44.d.ts +2 -2
  369. package/dist/systems/BrandCore/Icon/components/Number45.d.ts +2 -2
  370. package/dist/systems/BrandCore/Icon/components/Number46.d.ts +2 -2
  371. package/dist/systems/BrandCore/Icon/components/Number47.d.ts +2 -2
  372. package/dist/systems/BrandCore/Icon/components/Number48.d.ts +2 -2
  373. package/dist/systems/BrandCore/Icon/components/Number49.d.ts +2 -2
  374. package/dist/systems/BrandCore/Icon/components/Number5.d.ts +2 -2
  375. package/dist/systems/BrandCore/Icon/components/Number50.d.ts +2 -2
  376. package/dist/systems/BrandCore/Icon/components/Number6.d.ts +2 -2
  377. package/dist/systems/BrandCore/Icon/components/Number7.d.ts +2 -2
  378. package/dist/systems/BrandCore/Icon/components/Number8.d.ts +2 -2
  379. package/dist/systems/BrandCore/Icon/components/Number9.d.ts +2 -2
  380. package/dist/systems/BrandCore/Icon/components/OpenInNew.d.ts +2 -2
  381. package/dist/systems/BrandCore/Icon/components/Pause.d.ts +2 -2
  382. package/dist/systems/BrandCore/Icon/components/PaymentCardAmex.d.ts +2 -2
  383. package/dist/systems/BrandCore/Icon/components/PaymentCardMastercard.d.ts +2 -2
  384. package/dist/systems/BrandCore/Icon/components/PaymentCardVisa.d.ts +2 -2
  385. package/dist/systems/BrandCore/Icon/components/Phone.d.ts +2 -2
  386. package/dist/systems/BrandCore/Icon/components/Pin.d.ts +2 -2
  387. package/dist/systems/BrandCore/Icon/components/PinFilled.d.ts +2 -2
  388. package/dist/systems/BrandCore/Icon/components/PinLocation.d.ts +2 -2
  389. package/dist/systems/BrandCore/Icon/components/Play.d.ts +2 -2
  390. package/dist/systems/BrandCore/Icon/components/PlayCircle.d.ts +2 -2
  391. package/dist/systems/BrandCore/Icon/components/PlayVideo.d.ts +2 -2
  392. package/dist/systems/BrandCore/Icon/components/Pound.d.ts +2 -2
  393. package/dist/systems/BrandCore/Icon/components/Rank.d.ts +2 -2
  394. package/dist/systems/BrandCore/Icon/components/Redo.d.ts +2 -2
  395. package/dist/systems/BrandCore/Icon/components/ReduceWindow.d.ts +2 -2
  396. package/dist/systems/BrandCore/Icon/components/Remove.d.ts +2 -2
  397. package/dist/systems/BrandCore/Icon/components/Replay.d.ts +2 -2
  398. package/dist/systems/BrandCore/Icon/components/RotateDevice.d.ts +2 -2
  399. package/dist/systems/BrandCore/Icon/components/Save.d.ts +2 -2
  400. package/dist/systems/BrandCore/Icon/components/Search.d.ts +2 -2
  401. package/dist/systems/BrandCore/Icon/components/Select.d.ts +2 -2
  402. package/dist/systems/BrandCore/Icon/components/Send.d.ts +2 -2
  403. package/dist/systems/BrandCore/Icon/components/SentimentDoubleDown.d.ts +2 -2
  404. package/dist/systems/BrandCore/Icon/components/SentimentDoubleUp.d.ts +2 -2
  405. package/dist/systems/BrandCore/Icon/components/SentimentDown.d.ts +2 -2
  406. package/dist/systems/BrandCore/Icon/components/SentimentFlat.d.ts +2 -2
  407. package/dist/systems/BrandCore/Icon/components/SentimentUp.d.ts +2 -2
  408. package/dist/systems/BrandCore/Icon/components/Settings.d.ts +2 -2
  409. package/dist/systems/BrandCore/Icon/components/Shuffle.d.ts +2 -2
  410. package/dist/systems/BrandCore/Icon/components/SocialGoogleFullColour.d.ts +2 -2
  411. package/dist/systems/BrandCore/Icon/components/SocialLinkedinFullColour.d.ts +2 -2
  412. package/dist/systems/BrandCore/Icon/components/SocialLinkedinSingleColour.d.ts +2 -2
  413. package/dist/systems/BrandCore/Icon/components/SocialMediumSingleColour.d.ts +2 -2
  414. package/dist/systems/BrandCore/Icon/components/SocialYoutubeSingleColour.d.ts +2 -2
  415. package/dist/systems/BrandCore/Icon/components/Sort.d.ts +2 -2
  416. package/dist/systems/BrandCore/Icon/components/Star.d.ts +2 -2
  417. package/dist/systems/BrandCore/Icon/components/StarFilled.d.ts +2 -2
  418. package/dist/systems/BrandCore/Icon/components/StarHalf.d.ts +2 -2
  419. package/dist/systems/BrandCore/Icon/components/Stop.d.ts +2 -2
  420. package/dist/systems/BrandCore/Icon/components/Tablet.d.ts +2 -2
  421. package/dist/systems/BrandCore/Icon/components/Test.d.ts +2 -2
  422. package/dist/systems/BrandCore/Icon/components/TestEdit.d.ts +2 -2
  423. package/dist/systems/BrandCore/Icon/components/TestPending.d.ts +2 -2
  424. package/dist/systems/BrandCore/Icon/components/ThumbDown.d.ts +2 -2
  425. package/dist/systems/BrandCore/Icon/components/ThumbUp.d.ts +2 -2
  426. package/dist/systems/BrandCore/Icon/components/ThumbsUpDown.d.ts +2 -2
  427. package/dist/systems/BrandCore/Icon/components/Time.d.ts +2 -2
  428. package/dist/systems/BrandCore/Icon/components/TimeFilled.d.ts +2 -2
  429. package/dist/systems/BrandCore/Icon/components/Translate.d.ts +2 -2
  430. package/dist/systems/BrandCore/Icon/components/Unfold.d.ts +2 -2
  431. package/dist/systems/BrandCore/Icon/components/Upload.d.ts +2 -2
  432. package/dist/systems/BrandCore/Icon/components/UploadCloud.d.ts +2 -2
  433. package/dist/systems/BrandCore/Icon/components/UploadCloudFilled.d.ts +2 -2
  434. package/dist/systems/BrandCore/Icon/components/UserSearch.d.ts +2 -2
  435. package/dist/systems/BrandCore/Icon/components/Users.d.ts +2 -2
  436. package/dist/systems/BrandCore/Icon/components/VolumeHigh.d.ts +2 -2
  437. package/dist/systems/BrandCore/Icon/components/VolumeLow.d.ts +2 -2
  438. package/dist/systems/BrandCore/Icon/components/VolumeMute.d.ts +2 -2
  439. package/dist/systems/BrandCore/Icon/components/Warning.d.ts +2 -2
  440. package/dist/systems/BrandCore/Icon/components/Wifi.d.ts +2 -2
  441. package/dist/systems/BrandCore/Icon/components/Work.d.ts +2 -2
  442. package/dist/systems/BrandCore/Icon/components/ZoomIn.d.ts +2 -2
  443. package/dist/systems/BrandCore/Icon/components/ZoomOut.d.ts +2 -2
  444. package/dist/systems/Platform/ForgotYourPassword/ForgotYourPasswordForm.d.ts +2 -2
  445. package/dist/systems/Platform/LinkExpired/LinkExpired.d.ts +2 -2
  446. package/dist/systems/Platform/LoginForm/LoginForm.d.ts +2 -2
  447. package/dist/systems/Platform/MFACodeVerify/MFACodeVerify.d.ts +2 -2
  448. package/dist/systems/Platform/MiniResultCard/graphVariants.d.ts +5 -5
  449. package/dist/systems/Platform/ResetPassword/ResetPasswordForm.d.ts +2 -2
  450. package/dist/systems/Platform/SignUpForm/SignUpForm.d.ts +2 -2
  451. package/dist/systems/Platform/SliderGraph/_partials/StyledComponents.d.ts +8 -8
  452. package/dist/systems/WebCore/ButtonBase/ButtonBase.d.ts +2 -2
  453. package/dist/systems/WebCore/Checkbox/Checkbox.d.ts +1 -1
  454. package/dist/systems/WebCore/FormControlLabel/FormControlLabel.d.ts +1 -1
  455. package/dist/systems/WebCore/FormGenerator/types.d.ts +1 -1
  456. package/dist/systems/WebCore/IconButtonBase/IconButton.variant-helpers.d.ts +1 -1
  457. package/dist/systems/WebCore/InputFieldBase/InputFieldBase.d.ts +1 -1
  458. package/dist/systems/WebCore/Menu/Menu.d.ts +1 -1
  459. package/dist/systems/WebCore/Popper/Popper.d.ts +3 -3
  460. package/dist/systems/WebCore/PoweredByWatermarkLogo/PoweredByWatermarkLogo.d.ts +2 -2
  461. package/dist/systems/WebCore/SortableList/SortableList.d.ts +2 -2
  462. package/dist/systems/WebCore/SortableList/components/SortableItem/SortableItem.d.ts +4 -4
  463. package/dist/systems/WebCore/Typography/Typography.d.ts +1 -1
  464. package/dist/theme/theme.hooks.d.ts +1 -1
  465. package/package.json +91 -75
  466. package/dist/esm/node_modules/framer-motion/dist/es/animation/animate/single-value.js +0 -1
  467. package/dist/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +0 -1
  468. package/dist/esm/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +0 -1
  469. package/dist/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +0 -1
  470. package/dist/esm/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +0 -1
  471. package/dist/esm/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +0 -1
  472. package/dist/esm/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +0 -1
  473. package/dist/esm/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +0 -1
  474. package/dist/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +0 -1
  475. package/dist/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +0 -1
  476. package/dist/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +0 -1
  477. package/dist/esm/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +0 -1
  478. package/dist/esm/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +0 -1
  479. package/dist/esm/node_modules/framer-motion/dist/es/projection/shared/stack.js +0 -1
  480. package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +0 -1
  481. package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +0 -1
  482. package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +0 -1
  483. package/dist/esm/node_modules/framer-motion/dist/es/projection/styles/transform.js +0 -1
  484. package/dist/esm/node_modules/framer-motion/dist/es/render/VisualElement.js +0 -1
  485. package/dist/esm/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +0 -1
  486. package/dist/esm/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +0 -1
  487. package/dist/esm/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +0 -1
  488. package/dist/esm/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +0 -1
  489. package/dist/esm/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +0 -1
  490. package/dist/esm/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +0 -1
  491. package/dist/esm/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +0 -1
  492. package/dist/esm/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +0 -1
  493. package/dist/esm/node_modules/framer-motion/dist/es/render/svg/utils/path.js +0 -1
  494. package/dist/esm/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +0 -1
  495. package/dist/esm/node_modules/framer-motion/dist/es/render/utils/animation-state.js +0 -1
  496. package/dist/esm/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +0 -1
  497. package/dist/esm/node_modules/framer-motion/dist/es/render/utils/motion-values.js +0 -1
  498. package/dist/esm/node_modules/framer-motion/dist/es/render/utils/setters.js +0 -1
  499. package/dist/esm/node_modules/framer-motion/dist/es/utils/delay.js +0 -1
  500. package/dist/esm/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +0 -1
  501. package/dist/esm/node_modules/framer-motion/dist/es/value/use-will-change/is.js +0 -1
  502. package/dist/esm/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +0 -1
  503. package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.js +0 -1
  504. package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring/find.js +0 -1
  505. package/dist/esm/node_modules/motion-dom/dist/es/animation/generators/spring/index.js +0 -1
  506. package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +0 -1
  507. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +0 -1
  508. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +0 -1
  509. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +0 -1
  510. package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +0 -1
  511. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +0 -1
  512. package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +0 -1
  513. package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +0 -1
  514. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +0 -1
  515. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +0 -1
  516. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +0 -1
  517. package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +0 -1
  518. package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +0 -1
  519. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +0 -1
  520. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +0 -1
  521. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +0 -1
  522. package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +0 -1
  523. package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +0 -1
  524. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +0 -1
  525. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +0 -1
  526. package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +0 -1
  527. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +0 -1
  528. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +0 -1
  529. package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +0 -1
  530. package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +0 -1
  531. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +0 -1
  532. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +0 -1
  533. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +0 -1
  534. package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +0 -1
  535. package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +0 -1
  536. package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +0 -1
  537. package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +0 -1
  538. package/dist/node_modules/framer-motion/dist/es/utils/delay.js +0 -1
  539. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +0 -1
  540. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +0 -1
  541. package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +0 -1
  542. package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.js +0 -1
  543. package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/find.js +0 -1
  544. package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/index.js +0 -1
  545. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element-variant.js +0 -0
  546. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element.js +0 -0
  547. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/data-id.js +0 -0
  548. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/get-appear-id.js +0 -0
  549. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/animation/utils/calc-child-stagger.js +0 -0
  550. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/events/add-dom-event.js +0 -0
  551. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/conversion.js +0 -0
  552. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/copy.js +0 -0
  553. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/models.js +0 -0
  554. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/utils.js +0 -0
  555. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/HTMLProjectionNode.js +0 -0
  556. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/state.js +0 -0
  557. /package/dist/esm/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/compare-by-depth.js +0 -0
  558. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/each-axis.js +0 -0
  559. /package/dist/esm/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/flat-tree.js +0 -0
  560. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/has-transform.js +0 -0
  561. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/measure.js +0 -0
  562. /package/dist/esm/node_modules/{framer-motion/dist/es/motion/features → motion-dom/dist/es/render}/Feature.js +0 -0
  563. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/html/utils/render.js +0 -0
  564. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/store.js +0 -0
  565. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/camel-case-attrs.js +0 -0
  566. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/is-svg-tag.js +0 -0
  567. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/render.js +0 -0
  568. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/get-variant-context.js +0 -0
  569. /package/dist/esm/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-animation-controls.js +0 -0
  570. /package/dist/esm/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-keyframes-target.js +0 -0
  571. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/is-variant-label.js +0 -0
  572. /package/dist/esm/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/reduced-motion/state.js +0 -0
  573. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-dynamic-variants.js +0 -0
  574. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-variants.js +0 -0
  575. /package/dist/esm/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/shallow-compare.js +0 -0
  576. /package/dist/esm/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/variant-props.js +0 -0
  577. /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
  578. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element-variant.js +0 -0
  579. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/interfaces/visual-element.js +0 -0
  580. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/data-id.js +0 -0
  581. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/optimized-appear/get-appear-id.js +0 -0
  582. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/animation/utils/calc-child-stagger.js +0 -0
  583. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/events/add-dom-event.js +0 -0
  584. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/conversion.js +0 -0
  585. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/copy.js +0 -0
  586. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/models.js +0 -0
  587. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/geometry/utils.js +0 -0
  588. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/HTMLProjectionNode.js +0 -0
  589. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/node/state.js +0 -0
  590. /package/dist/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/compare-by-depth.js +0 -0
  591. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/each-axis.js +0 -0
  592. /package/dist/node_modules/{framer-motion/dist/es/render → motion-dom/dist/es/projection}/utils/flat-tree.js +0 -0
  593. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/has-transform.js +0 -0
  594. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/projection/utils/measure.js +0 -0
  595. /package/dist/node_modules/{framer-motion/dist/es/motion/features → motion-dom/dist/es/render}/Feature.js +0 -0
  596. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/html/utils/render.js +0 -0
  597. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/store.js +0 -0
  598. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/camel-case-attrs.js +0 -0
  599. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/is-svg-tag.js +0 -0
  600. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/svg/utils/render.js +0 -0
  601. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/get-variant-context.js +0 -0
  602. /package/dist/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-animation-controls.js +0 -0
  603. /package/dist/node_modules/{framer-motion/dist/es/animation → motion-dom/dist/es/render}/utils/is-keyframes-target.js +0 -0
  604. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/is-variant-label.js +0 -0
  605. /package/dist/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/reduced-motion/state.js +0 -0
  606. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-dynamic-variants.js +0 -0
  607. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/resolve-variants.js +0 -0
  608. /package/dist/node_modules/{framer-motion/dist/es → motion-dom/dist/es/render}/utils/shallow-compare.js +0 -0
  609. /package/dist/node_modules/{framer-motion → motion-dom}/dist/es/render/utils/variant-props.js +0 -0
  610. /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 react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number4: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number4: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number4 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number40: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number40: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number40 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number41: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number41: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number41 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number42: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number42: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number42 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number43: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number43: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number43 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number44: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number44: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number44 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number45: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number45: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number45 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number46: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number46: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number46 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number47: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number47: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number47 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number48: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number48: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number48 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number49: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number49: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number49 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number5: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number5: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number5 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number50: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number50: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number50 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number6: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number6: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number6 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number7: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number7: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number7 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number8: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number8: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number8 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Number9: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Number9: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Number9 as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const OpenInNew: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const OpenInNew: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { OpenInNew as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Pause: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Pause: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Pause as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const PaymentCardAmex: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const PaymentCardAmex: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { PaymentCardAmex as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const PaymentCardMastercard: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const PaymentCardMastercard: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { PaymentCardMastercard as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const PaymentCardVisa: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const PaymentCardVisa: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { PaymentCardVisa as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Phone: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Phone: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Phone as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Pin: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Pin: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Pin as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const PinFilled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const PinFilled: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { PinFilled as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const PinLocation: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const PinLocation: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { PinLocation as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Play: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Play: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Play as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const PlayCircle: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const PlayCircle: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { PlayCircle as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const PlayVideo: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const PlayVideo: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { PlayVideo as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Pound: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Pound: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Pound as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Rank: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Rank: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Rank as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Redo: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Redo: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Redo as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const ReduceWindow: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const ReduceWindow: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { ReduceWindow as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Remove: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Remove: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Remove as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Replay: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Replay: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Replay as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const RotateDevice: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const RotateDevice: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { RotateDevice as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Save: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Save: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Save as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Search: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Search: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Search as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Select: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Select: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Select as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Send: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Send: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Send as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SentimentDoubleDown: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SentimentDoubleDown: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SentimentDoubleDown as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SentimentDoubleUp: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SentimentDoubleUp: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SentimentDoubleUp as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SentimentDown: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SentimentDown: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SentimentDown as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SentimentFlat: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SentimentFlat: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SentimentFlat as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SentimentUp: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SentimentUp: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SentimentUp as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Settings: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Settings: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Settings as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Shuffle: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Shuffle: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Shuffle as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SocialGoogleFullColour: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SocialGoogleFullColour: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SocialGoogleFullColour as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SocialLinkedinFullColour: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SocialLinkedinFullColour: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SocialLinkedinFullColour as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SocialLinkedinSingleColour: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SocialLinkedinSingleColour: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SocialLinkedinSingleColour as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SocialMediumSingleColour: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SocialMediumSingleColour: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SocialMediumSingleColour as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const SocialYoutubeSingleColour: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const SocialYoutubeSingleColour: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { SocialYoutubeSingleColour as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Sort: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Sort: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Sort as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Star: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Star: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Star as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const StarFilled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const StarFilled: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { StarFilled as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const StarHalf: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const StarHalf: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { StarHalf as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Stop: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Stop: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Stop as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Tablet: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Tablet: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Tablet as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const Test: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Test: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Test as default };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SvgIconProps } from '@mui/material';
3
3
 
4
- declare const TestEdit: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const TestEdit: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { TestEdit as default };