@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 TestPending: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const TestPending: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { TestPending 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 ThumbDown: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const ThumbDown: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { ThumbDown 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 ThumbUp: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const ThumbUp: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { ThumbUp 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 ThumbsUpDown: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const ThumbsUpDown: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { ThumbsUpDown 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 Time: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Time: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Time 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 TimeFilled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const TimeFilled: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { TimeFilled 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 Translate: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Translate: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Translate 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 Unfold: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Unfold: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Unfold 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 Upload: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Upload: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Upload 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 UploadCloud: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const UploadCloud: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { UploadCloud 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 UploadCloudFilled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const UploadCloudFilled: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { UploadCloudFilled 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 UserSearch: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const UserSearch: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { UserSearch 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 Users: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Users: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Users 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 VolumeHigh: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const VolumeHigh: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { VolumeHigh 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 VolumeLow: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const VolumeLow: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { VolumeLow 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 VolumeMute: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const VolumeMute: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { VolumeMute 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 Warning: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Warning: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Warning 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 Wifi: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Wifi: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Wifi 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 Work: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const Work: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { Work 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 ZoomIn: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const ZoomIn: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { ZoomIn 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 ZoomOut: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
4
+ declare const ZoomOut: (props: SvgIconProps) => react.JSX.Element;
5
5
 
6
6
  export { ZoomOut as default };
@@ -1,5 +1,5 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
- declare const ForgotYourPasswordForm: () => react_jsx_runtime.JSX.Element;
3
+ declare const ForgotYourPasswordForm: () => react.JSX.Element;
4
4
 
5
5
  export { ForgotYourPasswordForm as default };
@@ -1,5 +1,5 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
- declare const LinkExpired: () => react_jsx_runtime.JSX.Element;
3
+ declare const LinkExpired: () => react.JSX.Element;
4
4
 
5
5
  export { LinkExpired as default };
@@ -1,5 +1,5 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
- declare const LoginForm: () => react_jsx_runtime.JSX.Element;
3
+ declare const LoginForm: () => react.JSX.Element;
4
4
 
5
5
  export { LoginForm as default };
@@ -1,5 +1,5 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
- declare const MFACodeVerify: () => react_jsx_runtime.JSX.Element;
3
+ declare const MFACodeVerify: () => react.JSX.Element;
4
4
 
5
5
  export { MFACodeVerify as default };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
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
- }) => react_jsx_runtime.JSX.Element[];
11
+ }) => react.JSX.Element[];
12
12
  declare const MiniPunchGraph: ({ data }: {
13
13
  data: GraphBarProps[];
14
- }) => react_jsx_runtime.JSX.Element[];
14
+ }) => react.JSX.Element[];
15
15
  declare const MiniEmojiGraph: ({ data }: {
16
16
  data: GraphBarProps[];
17
- }) => react_jsx_runtime.JSX.Element[];
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
- }) => react_jsx_runtime.JSX.Element[];
23
+ }) => react.JSX.Element[];
24
24
 
25
25
  export { MiniEmojiGraph, MiniLikertGraph, MiniOpenQuestionGraph, MiniPunchGraph, MiniRankGraph, MiniSliderGraph };
@@ -1,5 +1,5 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
- declare const ResetPasswordForm: () => react_jsx_runtime.JSX.Element;
3
+ declare const ResetPasswordForm: () => react.JSX.Element;
4
4
 
5
5
  export { ResetPasswordForm as default };
@@ -1,5 +1,5 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
- declare const SignUpForm: () => react_jsx_runtime.JSX.Element;
3
+ declare const SignUpForm: () => react.JSX.Element;
4
4
 
5
5
  export { SignUpForm 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 _mui_material_OverridableComponent.CommonProps | keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & {
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>, "alignItems" | "className" | "style" | "classes" | "children" | "sx" | "autoFocus" | "tabIndex" | "disableGutters" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "divider" | "selected"> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & {
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 _mui_material_OverridableComponent.CommonProps | keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & {
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 _mui_material_OverridableComponent.CommonProps | keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & {
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 _mui_material_OverridableComponent.CommonProps | keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & {
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 _mui_material_OverridableComponent.CommonProps | keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & {
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 _mui_material_OverridableComponent.CommonProps | keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & {
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 _mui_material_OverridableComponent.CommonProps | keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & {
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,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
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) => react_jsx_runtime.JSX.Element;
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 { SxProps, Theme } from '@mui/material';
2
- import { ReactElement, FunctionComponent } from 'react';
2
+ import { FunctionComponent, ReactElement } from 'react';
3
3
  import { StyledCheckboxProps } from './StyledCheckbox.js';
4
4
 
5
5
  interface CheckboxProps {
@@ -1,5 +1,5 @@
1
1
  import { FormControlLabelProps as FormControlLabelProps$1, SxProps, Theme } from '@mui/material';
2
- import { FunctionComponent, ReactElement } from 'react';
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 { FunctionComponent, ReactElement, ReactNode } from 'react';
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 { IconButtonToggleColor, IconButtonShapeMap, IconButtonSizing } from './types.js';
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;
@@ -6,7 +6,7 @@ import { TextFieldProps } from '@mui/material';
6
6
  type InputFieldBaseProps = TextFieldProps;
7
7
  declare const InputFieldBase: _emotion_styled.StyledComponent<{
8
8
  variant?: _mui_material.TextFieldVariants | undefined;
9
- } & Omit<_mui_material.OutlinedTextFieldProps | _mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps, "variant"> & (_mui_system.MUIStyledCommonProps<_mui_material.Theme> & InputFieldBaseProps), {}, {}>;
9
+ } & Omit<_mui_material.FilledTextFieldProps | _mui_material.OutlinedTextFieldProps | _mui_material.StandardTextFieldProps, "variant"> & (_mui_system.MUIStyledCommonProps<_mui_material.Theme> & InputFieldBaseProps), {}, {}>;
10
10
 
11
11
  export { InputFieldBase as default };
12
12
  export type { InputFieldBaseProps };
@@ -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 react_jsx_runtime from 'react/jsx-runtime';
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) => react_jsx_runtime.JSX.Element;
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 react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
- declare const PoweredByWatermarkLogo: () => react_jsx_runtime.JSX.Element;
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>): react_jsx_runtime.JSX.Element | undefined;
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 react_jsx_runtime from 'react/jsx-runtime';
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>): react_jsx_runtime.JSX.Element;
11
- declare function DragHandle(): react_jsx_runtime.JSX.Element;
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<HTMLHeadingElement | HTMLParagraphElement>>;
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" | "lg" | "md" | "xl";
7
+ breakpoint: "" | "sm" | "md" | "lg" | "xl";
8
8
  custom: CustomTheme;
9
9
  gridOverlayVisible: boolean;
10
10
  mode: PaletteMode;