@sisense/sdk-shared-ui 1.27.1 → 1.28.0

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 (370) hide show
  1. package/dist/CheckableList-BLLCGCKX.cjs +1 -0
  2. package/dist/CheckableList-CC7iKnHq.js +21 -0
  3. package/dist/Checkbox-CrbGw8d7.js +513 -0
  4. package/dist/Checkbox-Dy9BTXfS.cjs +1 -0
  5. package/dist/DEPRECATED_Button-D2XS1y1r.cjs +1 -0
  6. package/dist/DEPRECATED_Button-m2ifXo3Q.js +87 -0
  7. package/dist/DEPRECATED_Checkbox-CYomxatm.cjs +1 -0
  8. package/dist/DEPRECATED_Checkbox-DWtXr5K7.js +63 -0
  9. package/dist/DEPRECATED_Icon-BQ4AqiI1.js +56 -0
  10. package/dist/DEPRECATED_Icon-iUszZb09.cjs +1 -0
  11. package/dist/DEPRECATED_Toggle-DMnlQO3F.js +30 -0
  12. package/dist/DEPRECATED_Toggle-Dp0ZZ_6E.cjs +1 -0
  13. package/dist/DEPRECATED_Tooltip-C2bU8ipb.js +2316 -0
  14. package/dist/DEPRECATED_Tooltip-D3ReAkFF.cjs +27 -0
  15. package/dist/Dropdown-BtZZ4fY6.cjs +1 -0
  16. package/dist/Dropdown-BxoUPsca.js +231 -0
  17. package/dist/Icon-B1V-T6UH.cjs +1 -0
  18. package/dist/Icon-Cs6oGRgo.js +110 -0
  19. package/dist/Input-BghWSV2Z.js +119 -0
  20. package/dist/Input-Cd6a2FUC.cjs +1 -0
  21. package/dist/LazyLoader-DB86QSSx.js +18 -0
  22. package/dist/LazyLoader-gOLNhxc-.cjs +1 -0
  23. package/dist/Menu-BfAQOpHl.cjs +1 -0
  24. package/dist/Menu-C5wQnuq6.js +1212 -0
  25. package/dist/Popover-0n4kd3ut.js +49 -0
  26. package/dist/Popover-Bp5g_ws9.cjs +1 -0
  27. package/dist/RadioButton-BpAksn2s.js +70 -0
  28. package/dist/RadioButton-Ds-0wj0r.cjs +1 -0
  29. package/dist/SvgIcon-LwOuESoH.js +238 -0
  30. package/dist/SvgIcon-SnObJHZS.cjs +1 -0
  31. package/dist/TablePagination-B8I5QURH.js +7929 -0
  32. package/dist/TablePagination-DH0TZ21v.cjs +31 -0
  33. package/dist/ThemeProvider-aq1EWT1u.js +5041 -0
  34. package/dist/ThemeProvider-sqppyE-5.cjs +114 -0
  35. package/dist/Tooltip-Dokek6y8.cjs +7 -0
  36. package/dist/Tooltip-vVc6Lxew.js +2153 -0
  37. package/dist/TransitionGroupContext-BlR3HYBG.cjs +4 -0
  38. package/dist/TransitionGroupContext-Ci_clMyv.js +120 -0
  39. package/dist/Typography-C891hjk2.js +497 -0
  40. package/dist/Typography-vldQClJj.cjs +1 -0
  41. package/dist/align.interface-B17uA473.cjs +1 -0
  42. package/dist/align.interface-DdWsijrT.js +4 -0
  43. package/dist/assertThisInitialized-BSnhOY1M.cjs +1 -0
  44. package/dist/assertThisInitialized-lz6cHcRv.js +8 -0
  45. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  46. package/dist/createSimplePaletteValueFilter-PTK3TAhW.cjs +1 -0
  47. package/dist/createSvgIcon-CXJWSg3i.js +902 -0
  48. package/dist/createSvgIcon-DF4qzIJY.cjs +74 -0
  49. package/dist/extends-DX42hfxm.js +13 -0
  50. package/dist/extends-q0Hkx4pQ.cjs +1 -0
  51. package/dist/index-B-zZeebW.cjs +20 -0
  52. package/dist/index-D0lMis-I.js +667 -0
  53. package/dist/index.cjs +1 -0
  54. package/dist/index.d.ts +2 -0
  55. package/dist/index.d.ts.map +1 -0
  56. package/dist/lib/CheckableList/CheckableList.cjs +1 -0
  57. package/dist/lib/CheckableList/CheckableList.d.ts +16 -0
  58. package/dist/lib/CheckableList/CheckableList.d.ts.map +1 -0
  59. package/dist/lib/CheckableList/CheckableList.js +5 -0
  60. package/dist/lib/CheckableList/index.d.ts +4 -0
  61. package/dist/lib/CheckableList/index.d.ts.map +1 -0
  62. package/dist/lib/Checkbox/Checkbox.cjs +1 -0
  63. package/dist/lib/Checkbox/Checkbox.d.ts +20 -0
  64. package/dist/lib/Checkbox/Checkbox.d.ts.map +1 -0
  65. package/dist/lib/Checkbox/Checkbox.js +5 -0
  66. package/dist/lib/Checkbox/index.d.ts +4 -0
  67. package/dist/lib/Checkbox/index.d.ts.map +1 -0
  68. package/dist/lib/Checkbox/themes/checkboxTheme.d.ts +12 -0
  69. package/dist/lib/Checkbox/themes/checkboxTheme.d.ts.map +1 -0
  70. package/{src/lib/Checkbox/themes/index.ts → dist/lib/Checkbox/themes/index.d.ts} +1 -0
  71. package/dist/lib/Checkbox/themes/index.d.ts.map +1 -0
  72. package/dist/lib/Checkbox/themes/uiCustomization.d.ts +12 -0
  73. package/dist/lib/Checkbox/themes/uiCustomization.d.ts.map +1 -0
  74. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.cjs +1 -0
  75. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.d.ts +43 -0
  76. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.d.ts.map +1 -0
  77. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.js +5 -0
  78. package/dist/lib/DEPRECATED_Button/index.d.ts +4 -0
  79. package/dist/lib/DEPRECATED_Button/index.d.ts.map +1 -0
  80. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.cjs +1 -0
  81. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.d.ts +20 -0
  82. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.d.ts.map +1 -0
  83. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.js +5 -0
  84. package/dist/lib/DEPRECATED_Checkbox/index.d.ts +4 -0
  85. package/dist/lib/DEPRECATED_Checkbox/index.d.ts.map +1 -0
  86. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.cjs +1 -0
  87. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.d.ts +17 -0
  88. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.d.ts.map +1 -0
  89. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.js +5 -0
  90. package/dist/lib/DEPRECATED_Icon/index.d.ts +4 -0
  91. package/dist/lib/DEPRECATED_Icon/index.d.ts.map +1 -0
  92. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.cjs +1 -0
  93. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.d.ts +13 -0
  94. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.d.ts.map +1 -0
  95. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.js +5 -0
  96. package/dist/lib/DEPRECATED_Toggle/index.d.ts +4 -0
  97. package/dist/lib/DEPRECATED_Toggle/index.d.ts.map +1 -0
  98. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.cjs +1 -0
  99. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.d.ts +15 -0
  100. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.d.ts.map +1 -0
  101. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.js +5 -0
  102. package/dist/lib/DEPRECATED_Tooltip/index.d.ts +4 -0
  103. package/dist/lib/DEPRECATED_Tooltip/index.d.ts.map +1 -0
  104. package/dist/lib/Dropdown/Dropdown.cjs +1 -0
  105. package/dist/lib/Dropdown/Dropdown.d.ts +32 -0
  106. package/dist/lib/Dropdown/Dropdown.d.ts.map +1 -0
  107. package/dist/lib/Dropdown/Dropdown.js +5 -0
  108. package/dist/lib/Dropdown/DropdownButton/DropdownButton.d.ts +18 -0
  109. package/dist/lib/Dropdown/DropdownButton/DropdownButton.d.ts.map +1 -0
  110. package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.d.ts +12 -0
  111. package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.d.ts.map +1 -0
  112. package/{src/lib/Dropdown/DropdownButton/DropdownButtonBody/index.ts → dist/lib/Dropdown/DropdownButton/DropdownButtonBody/index.d.ts} +1 -0
  113. package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/index.d.ts.map +1 -0
  114. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.d.ts +10 -0
  115. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.d.ts.map +1 -0
  116. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.d.ts +2 -0
  117. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.d.ts.map +1 -0
  118. package/{src/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.ts → dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.d.ts} +1 -0
  119. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.d.ts.map +1 -0
  120. package/{src/lib/Dropdown/DropdownButton/hooks/index.tsx → dist/lib/Dropdown/DropdownButton/hooks/index.d.ts} +1 -0
  121. package/dist/lib/Dropdown/DropdownButton/hooks/index.d.ts.map +1 -0
  122. package/dist/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.d.ts +15 -0
  123. package/dist/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.d.ts.map +1 -0
  124. package/{src/lib/Dropdown/DropdownButton/index.ts → dist/lib/Dropdown/DropdownButton/index.d.ts} +1 -0
  125. package/dist/lib/Dropdown/DropdownButton/index.d.ts.map +1 -0
  126. package/{src/lib/Dropdown/hooks/index.tsx → dist/lib/Dropdown/hooks/index.d.ts} +1 -0
  127. package/dist/lib/Dropdown/hooks/index.d.ts.map +1 -0
  128. package/dist/lib/Dropdown/hooks/useDropdown.d.ts +9 -0
  129. package/dist/lib/Dropdown/hooks/useDropdown.d.ts.map +1 -0
  130. package/dist/lib/Dropdown/index.d.ts +5 -0
  131. package/dist/lib/Dropdown/index.d.ts.map +1 -0
  132. package/dist/lib/Dropdown/types.d.ts +12 -0
  133. package/dist/lib/Dropdown/types.d.ts.map +1 -0
  134. package/dist/lib/Icon/Icon.cjs +1 -0
  135. package/dist/lib/Icon/Icon.d.ts +13 -0
  136. package/dist/lib/Icon/Icon.d.ts.map +1 -0
  137. package/dist/lib/Icon/Icon.js +5 -0
  138. package/dist/lib/Icon/index.d.ts +4 -0
  139. package/dist/lib/Icon/index.d.ts.map +1 -0
  140. package/dist/lib/Icon/themes/iconTheme.d.ts +8 -0
  141. package/dist/lib/Icon/themes/iconTheme.d.ts.map +1 -0
  142. package/{src/lib/Icon/themes/index.ts → dist/lib/Icon/themes/index.d.ts} +1 -0
  143. package/dist/lib/Icon/themes/index.d.ts.map +1 -0
  144. package/dist/lib/Icon/themes/uiCustomization.d.ts +2 -0
  145. package/dist/lib/Icon/themes/uiCustomization.d.ts.map +1 -0
  146. package/dist/lib/Input/Input.cjs +1 -0
  147. package/dist/lib/Input/Input.d.ts +28 -0
  148. package/dist/lib/Input/Input.d.ts.map +1 -0
  149. package/dist/lib/Input/Input.js +5 -0
  150. package/dist/lib/Input/index.d.ts +4 -0
  151. package/dist/lib/Input/index.d.ts.map +1 -0
  152. package/dist/lib/LazyLoader/LazyLoader.cjs +1 -0
  153. package/dist/lib/LazyLoader/LazyLoader.d.ts +9 -0
  154. package/dist/lib/LazyLoader/LazyLoader.d.ts.map +1 -0
  155. package/dist/lib/LazyLoader/LazyLoader.js +5 -0
  156. package/dist/lib/LazyLoader/index.d.ts +4 -0
  157. package/dist/lib/LazyLoader/index.d.ts.map +1 -0
  158. package/dist/lib/Menu/Confirmation/Confirmation.d.ts +8 -0
  159. package/dist/lib/Menu/Confirmation/Confirmation.d.ts.map +1 -0
  160. package/{src/lib/Menu/Confirmation/index.ts → dist/lib/Menu/Confirmation/index.d.ts} +1 -0
  161. package/dist/lib/Menu/Confirmation/index.d.ts.map +1 -0
  162. package/dist/lib/Menu/Confirmation/translation.d.ts +2 -0
  163. package/dist/lib/Menu/Confirmation/translation.d.ts.map +1 -0
  164. package/dist/lib/Menu/Menu.cjs +1 -0
  165. package/dist/lib/Menu/Menu.d.ts +80 -0
  166. package/dist/lib/Menu/Menu.d.ts.map +1 -0
  167. package/dist/lib/Menu/Menu.js +8 -0
  168. package/dist/lib/Menu/MenuItem/MenuItem.d.ts +36 -0
  169. package/dist/lib/Menu/MenuItem/MenuItem.d.ts.map +1 -0
  170. package/{src/lib/Menu/MenuItem/index.ts → dist/lib/Menu/MenuItem/index.d.ts} +1 -0
  171. package/dist/lib/Menu/MenuItem/index.d.ts.map +1 -0
  172. package/{src/lib/Menu/index.ts → dist/lib/Menu/index.d.ts} +2 -2
  173. package/dist/lib/Menu/index.d.ts.map +1 -0
  174. package/dist/lib/Menu/utils.d.ts +6 -0
  175. package/dist/lib/Menu/utils.d.ts.map +1 -0
  176. package/dist/lib/Popover/Popover.cjs +1 -0
  177. package/dist/lib/Popover/Popover.d.ts +16 -0
  178. package/dist/lib/Popover/Popover.d.ts.map +1 -0
  179. package/dist/lib/Popover/Popover.js +7 -0
  180. package/dist/lib/Popover/align.interface.d.ts +23 -0
  181. package/dist/lib/Popover/align.interface.d.ts.map +1 -0
  182. package/{src/lib/Popover/index.ts → dist/lib/Popover/index.d.ts} +2 -2
  183. package/dist/lib/Popover/index.d.ts.map +1 -0
  184. package/dist/lib/RadioButton/RadioButton.cjs +1 -0
  185. package/dist/lib/RadioButton/RadioButton.d.ts +20 -0
  186. package/dist/lib/RadioButton/RadioButton.d.ts.map +1 -0
  187. package/dist/lib/RadioButton/RadioButton.js +5 -0
  188. package/dist/lib/RadioButton/index.d.ts +4 -0
  189. package/dist/lib/RadioButton/index.d.ts.map +1 -0
  190. package/dist/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.d.ts +9 -0
  191. package/dist/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.d.ts.map +1 -0
  192. package/dist/lib/TablePagination/PaginationActionsComponent/index.d.ts +2 -0
  193. package/dist/lib/TablePagination/PaginationActionsComponent/index.d.ts.map +1 -0
  194. package/dist/lib/TablePagination/PaginationActionsComponent/themes/index.d.ts +2 -0
  195. package/dist/lib/TablePagination/PaginationActionsComponent/themes/index.d.ts.map +1 -0
  196. package/dist/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.d.ts +3 -0
  197. package/dist/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.d.ts.map +1 -0
  198. package/dist/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.d.ts +2 -0
  199. package/dist/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.d.ts.map +1 -0
  200. package/dist/lib/TablePagination/TablePagination.cjs +1 -0
  201. package/dist/lib/TablePagination/TablePagination.d.ts +19 -0
  202. package/dist/lib/TablePagination/TablePagination.d.ts.map +1 -0
  203. package/dist/lib/TablePagination/TablePagination.js +5 -0
  204. package/dist/lib/TablePagination/TablePaginationContext.d.ts +3 -0
  205. package/dist/lib/TablePagination/TablePaginationContext.d.ts.map +1 -0
  206. package/dist/lib/TablePagination/index.d.ts +4 -0
  207. package/dist/lib/TablePagination/index.d.ts.map +1 -0
  208. package/{src/lib/TablePagination/themes/index.ts → dist/lib/TablePagination/themes/index.d.ts} +1 -0
  209. package/dist/lib/TablePagination/themes/index.d.ts.map +1 -0
  210. package/dist/lib/TablePagination/themes/tablePaginationResponsiveDesign.d.ts +10 -0
  211. package/dist/lib/TablePagination/themes/tablePaginationResponsiveDesign.d.ts.map +1 -0
  212. package/dist/lib/TablePagination/themes/tablePaginationTheme.d.ts +3 -0
  213. package/dist/lib/TablePagination/themes/tablePaginationTheme.d.ts.map +1 -0
  214. package/dist/lib/TablePagination/themes/uiCustomization.d.ts +2 -0
  215. package/dist/lib/TablePagination/themes/uiCustomization.d.ts.map +1 -0
  216. package/dist/lib/Tooltip/Tooltip.cjs +1 -0
  217. package/dist/lib/Tooltip/Tooltip.d.ts +10 -0
  218. package/dist/lib/Tooltip/Tooltip.d.ts.map +1 -0
  219. package/dist/lib/Tooltip/Tooltip.js +7 -0
  220. package/{src/lib/Tooltip/index.ts → dist/lib/Tooltip/index.d.ts} +2 -2
  221. package/dist/lib/Tooltip/index.d.ts.map +1 -0
  222. package/{src/lib/Tooltip/themes/index.ts → dist/lib/Tooltip/themes/index.d.ts} +1 -0
  223. package/dist/lib/Tooltip/themes/index.d.ts.map +1 -0
  224. package/dist/lib/Tooltip/themes/tooltipTheme.d.ts +3 -0
  225. package/dist/lib/Tooltip/themes/tooltipTheme.d.ts.map +1 -0
  226. package/dist/lib/Typography/Typography.cjs +1 -0
  227. package/dist/lib/Typography/Typography.d.ts +11 -0
  228. package/dist/lib/Typography/Typography.d.ts.map +1 -0
  229. package/dist/lib/Typography/Typography.js +7 -0
  230. package/{src/lib/Typography/index.ts → dist/lib/Typography/index.d.ts} +2 -2
  231. package/dist/lib/Typography/index.d.ts.map +1 -0
  232. package/{src/lib/Typography/themes/index.ts → dist/lib/Typography/themes/index.d.ts} +1 -0
  233. package/dist/lib/Typography/themes/index.d.ts.map +1 -0
  234. package/dist/lib/Typography/themes/typographyTheme.d.ts +21 -0
  235. package/dist/lib/Typography/themes/typographyTheme.d.ts.map +1 -0
  236. package/dist/lib/Typography/themes/uiCustomization.d.ts +2 -0
  237. package/dist/lib/Typography/themes/uiCustomization.d.ts.map +1 -0
  238. package/dist/lib/constants/styleguideConstants.d.ts +9 -0
  239. package/dist/lib/constants/styleguideConstants.d.ts.map +1 -0
  240. package/{src/lib/index.ts → dist/lib/index.d.ts} +1 -0
  241. package/dist/lib/index.d.ts.map +1 -0
  242. package/{src/lib/themes/colors/index.ts → dist/lib/themes/colors/index.d.ts} +1 -0
  243. package/dist/lib/themes/colors/index.d.ts.map +1 -0
  244. package/dist/lib/themes/colors/siColors.d.ts +140 -0
  245. package/dist/lib/themes/colors/siColors.d.ts.map +1 -0
  246. package/{src/lib/themes/index.ts → dist/lib/themes/index.d.ts} +1 -0
  247. package/dist/lib/themes/index.d.ts.map +1 -0
  248. package/dist/lib/themes/themes.cjs +2 -0
  249. package/dist/lib/themes/themes.js +142 -0
  250. package/dist/lib/themes/types/SisenseTheme.d.ts +12 -0
  251. package/dist/lib/themes/types/SisenseTheme.d.ts.map +1 -0
  252. package/{src/lib/themes/types/index.ts → dist/lib/themes/types/index.d.ts} +1 -0
  253. package/dist/lib/themes/types/index.d.ts.map +1 -0
  254. package/dist/package.json +208 -0
  255. package/dist/setPrototypeOf-BmHXYjK5.cjs +1 -0
  256. package/dist/setPrototypeOf-CEtRTXk2.js +19 -0
  257. package/dist/styleguideConstants-CtXkvIZK.cjs +1 -0
  258. package/dist/styleguideConstants-D4Yls16w.js +11 -0
  259. package/dist/useSlot-BfQr8KCN.js +803 -0
  260. package/dist/useSlot-C3-OaWva.cjs +1 -0
  261. package/dist/useTheme-CtIZL8WJ.js +8 -0
  262. package/dist/useTheme-DJmNR5EL.cjs +1 -0
  263. package/package.json +4 -1
  264. package/.eslintignore +0 -4
  265. package/.prettierignore +0 -11
  266. package/.storybook/main.ts +0 -44
  267. package/.storybook/preview-head.html +0 -4
  268. package/.storybook/preview.tsx +0 -34
  269. package/src/index.ts +0 -1
  270. package/src/lib/@types/sass.d.ts +0 -19
  271. package/src/lib/CheckableList/CheckableList.module.scss +0 -13
  272. package/src/lib/CheckableList/CheckableList.test.tsx +0 -61
  273. package/src/lib/CheckableList/CheckableList.tsx +0 -41
  274. package/src/lib/CheckableList/index.ts +0 -4
  275. package/src/lib/Checkbox/Checkbox.tsx +0 -28
  276. package/src/lib/Checkbox/index.ts +0 -4
  277. package/src/lib/Checkbox/themes/checkboxTheme.ts +0 -42
  278. package/src/lib/Checkbox/themes/uiCustomization.ts +0 -28
  279. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.module.scss +0 -57
  280. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.stories.tsx +0 -169
  281. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.test.tsx +0 -154
  282. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.tsx +0 -129
  283. package/src/lib/DEPRECATED_Button/index.ts +0 -4
  284. package/src/lib/DEPRECATED_Checkbox/Checkbox.module.scss +0 -49
  285. package/src/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.test.tsx +0 -131
  286. package/src/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.tsx +0 -103
  287. package/src/lib/DEPRECATED_Checkbox/index.ts +0 -4
  288. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.module.scss +0 -7
  289. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.stories.tsx +0 -27
  290. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.test.tsx +0 -105
  291. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.tsx +0 -91
  292. package/src/lib/DEPRECATED_Icon/index.ts +0 -4
  293. package/src/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.tsx +0 -49
  294. package/src/lib/DEPRECATED_Toggle/index.ts +0 -4
  295. package/src/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.module.scss +0 -115
  296. package/src/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.tsx +0 -68
  297. package/src/lib/DEPRECATED_Tooltip/index.ts +0 -4
  298. package/src/lib/Dropdown/Dropdown.module.scss +0 -9
  299. package/src/lib/Dropdown/Dropdown.tsx +0 -150
  300. package/src/lib/Dropdown/DropdownButton/DropdownButton.module.scss +0 -49
  301. package/src/lib/Dropdown/DropdownButton/DropdownButton.tsx +0 -81
  302. package/src/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.test.tsx +0 -121
  303. package/src/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.tsx +0 -39
  304. package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.module.scss +0 -20
  305. package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.tsx +0 -44
  306. package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.ts +0 -1
  307. package/src/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.ts +0 -51
  308. package/src/lib/Dropdown/hooks/useDropdown.ts +0 -29
  309. package/src/lib/Dropdown/index.ts +0 -5
  310. package/src/lib/Dropdown/types.ts +0 -17
  311. package/src/lib/Icon/Icon.tsx +0 -118
  312. package/src/lib/Icon/index.ts +0 -4
  313. package/src/lib/Icon/themes/iconTheme.tsx +0 -38
  314. package/src/lib/Icon/themes/uiCustomization.ts +0 -9
  315. package/src/lib/Input/Input.module.scss +0 -97
  316. package/src/lib/Input/Input.test.tsx +0 -177
  317. package/src/lib/Input/Input.tsx +0 -134
  318. package/src/lib/Input/index.ts +0 -4
  319. package/src/lib/LazyLoader/LazyLoader.module.scss +0 -18
  320. package/src/lib/LazyLoader/LazyLoader.tsx +0 -42
  321. package/src/lib/LazyLoader/index.ts +0 -4
  322. package/src/lib/Menu/Confirmation/Confirmation.module.scss +0 -48
  323. package/src/lib/Menu/Confirmation/Confirmation.tsx +0 -45
  324. package/src/lib/Menu/Confirmation/translation.ts +0 -17
  325. package/src/lib/Menu/Menu.module.scss +0 -178
  326. package/src/lib/Menu/Menu.tsx +0 -363
  327. package/src/lib/Menu/MenuItem/MenuItem.test.tsx +0 -241
  328. package/src/lib/Menu/MenuItem/MenuItem.tsx +0 -186
  329. package/src/lib/Menu/utils.ts +0 -13
  330. package/src/lib/Popover/Popover.module.scss +0 -15
  331. package/src/lib/Popover/Popover.tsx +0 -92
  332. package/src/lib/Popover/align.interface.ts +0 -20
  333. package/src/lib/RadioButton/RadioButton.module.scss +0 -22
  334. package/src/lib/RadioButton/RadioButton.tsx +0 -89
  335. package/src/lib/RadioButton/index.ts +0 -4
  336. package/src/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.tsx +0 -87
  337. package/src/lib/TablePagination/PaginationActionsComponent/index.ts +0 -4
  338. package/src/lib/TablePagination/PaginationActionsComponent/themes/index.ts +0 -4
  339. package/src/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.tsx +0 -70
  340. package/src/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.ts +0 -17
  341. package/src/lib/TablePagination/TablePagination.tsx +0 -148
  342. package/src/lib/TablePagination/TablePaginationContext.ts +0 -4
  343. package/src/lib/TablePagination/index.ts +0 -4
  344. package/src/lib/TablePagination/themes/tablePaginationResponsiveDesign.ts +0 -33
  345. package/src/lib/TablePagination/themes/tablePaginationTheme.tsx +0 -128
  346. package/src/lib/TablePagination/themes/uiCustomization.ts +0 -50
  347. package/src/lib/Tooltip/Tooltip.module.scss +0 -125
  348. package/src/lib/Tooltip/Tooltip.tsx +0 -34
  349. package/src/lib/Tooltip/themes/tooltipTheme.ts +0 -30
  350. package/src/lib/Typography/Typography.tsx +0 -28
  351. package/src/lib/Typography/themes/typographyTheme.tsx +0 -170
  352. package/src/lib/Typography/themes/uiCustomization.ts +0 -10
  353. package/src/lib/constants/styleguideConstants.ts +0 -8
  354. package/src/lib/styles/colors.module.scss +0 -10
  355. package/src/lib/styles/sisenseStyleguideReactColors.scss +0 -57
  356. package/src/lib/styles/style_styleguide_react/_variables.deprecated.scss +0 -107
  357. package/src/lib/styles/style_styleguide_react/_variables.scss +0 -100
  358. package/src/lib/styles/style_styleguide_react/base.scss +0 -9
  359. package/src/lib/styles/style_styleguide_react/colors.scss +0 -71
  360. package/src/lib/styles/style_styleguide_react/exports/colors.exports.scss +0 -69
  361. package/src/lib/styles/style_styleguide_react/exports/fonts.exports.scss +0 -33
  362. package/src/lib/styles/style_styleguide_react/fonts.scss +0 -27
  363. package/src/lib/styles/style_styleguide_react/mixins.scss +0 -90
  364. package/src/lib/themes/colors/siColors.ts +0 -143
  365. package/src/lib/themes/types/SisenseTheme.ts +0 -12
  366. package/tsconfig.eslint.json +0 -12
  367. package/tsconfig.json +0 -17
  368. package/tsconfig.lib.json +0 -22
  369. package/tsconfig.spec.json +0 -21
  370. package/vite.config.ts +0 -140
@@ -0,0 +1,4 @@
1
+ "use strict";var b=Object.defineProperty;var v=(e,t,n)=>t in e?b(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var u=(e,t,n)=>v(e,typeof t!="symbol"?t+"":t,n);const f=require("./index-B-zZeebW.cjs"),a=require("react"),g=require("./setPrototypeOf-BmHXYjK5.cjs");function I(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const o=I(a),O=f.PropTypes.oneOfType([f.PropTypes.func,f.PropTypes.object]),d=typeof window<"u"?o.useLayoutEffect:o.useEffect;function R(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...r){return e(...r)||t(...r)}}function p(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function w({controlled:e,default:t,name:n,state:r="value"}){const{current:c}=o.useRef(e!==void 0),[y,E]=o.useState(t),m=c?e:y;if(process.env.NODE_ENV!=="production"){o.useEffect(()=>{c!==(e!==void 0)&&console.error([`MUI: A component is changing the ${c?"":"un"}controlled ${r} state of ${n} to be ${c?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
2
+ `))},[r,n,e]);const{current:i}=o.useRef(t);o.useEffect(()=>{!c&&!Object.is(i,t)&&console.error([`MUI: A component is changing the default ${r} state of an uncontrolled ${n} after being initialized. To suppress this warning opt to use a controlled ${n}.`].join(`
3
+ `))},[JSON.stringify(t)])}const T=o.useCallback(i=>{c||E(i)},[]);return[m,T]}function j(e){const t=o.useRef(e);return d(()=>{t.current=e}),o.useRef((...n)=>(0,t.current)(...n)).current}function N(...e){return o.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(n=>{p(n,t)})},e)}const l={};function h(e,t){const n=o.useRef(l);return n.current===l&&(n.current=e(t)),n}const M=[];function V(e){o.useEffect(e,M)}class s{constructor(){u(this,"currentId",null);u(this,"clear",()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)});u(this,"disposeEffect",()=>this.clear)}static create(){return new s}start(t,n){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,n()},t)}}function _(){const e=h(s.create).current;return V(e.disposeEffect),e}function $(e){try{return e.matches(":focus-visible")}catch{process.env.NODE_ENV!=="production"&&!/jsdom/.test(window.navigator.userAgent)&&console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.","Some components rely on this feature to work properly."].join(`
4
+ `))}return!1}function k(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,g._setPrototypeOf(e,t)}const D=a.createContext(null);exports.Timeout=s;exports.TransitionGroupContext=D;exports._inheritsLoose=k;exports.chainPropTypes=R;exports.isFocusVisible=$;exports.refType=O;exports.setRef=p;exports.useControlled=w;exports.useEnhancedEffect=d;exports.useEventCallback=j;exports.useForkRef=N;exports.useLazyRef=h;exports.useTimeout=_;
@@ -0,0 +1,120 @@
1
+ var m = Object.defineProperty;
2
+ var E = (e, t, n) => t in e ? m(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
+ var c = (e, t, n) => E(e, typeof t != "symbol" ? t + "" : t, n);
4
+ import { P as i } from "./index-D0lMis-I.js";
5
+ import * as o from "react";
6
+ import y from "react";
7
+ import { a as I } from "./setPrototypeOf-CEtRTXk2.js";
8
+ const j = i.oneOfType([i.func, i.object]), v = typeof window < "u" ? o.useLayoutEffect : o.useEffect;
9
+ function M(e, t) {
10
+ return process.env.NODE_ENV === "production" ? () => null : function(...r) {
11
+ return e(...r) || t(...r);
12
+ };
13
+ }
14
+ function T(e, t) {
15
+ typeof e == "function" ? e(t) : e && (e.current = t);
16
+ }
17
+ function V({
18
+ controlled: e,
19
+ default: t,
20
+ name: n,
21
+ state: r = "value"
22
+ }) {
23
+ const {
24
+ current: s
25
+ } = o.useRef(e !== void 0), [a, d] = o.useState(t), p = s ? e : a;
26
+ if (process.env.NODE_ENV !== "production") {
27
+ o.useEffect(() => {
28
+ s !== (e !== void 0) && console.error([`MUI: A component is changing the ${s ? "" : "un"}controlled ${r} state of ${n} to be ${s ? "un" : ""}controlled.`, "Elements should not switch from uncontrolled to controlled (or vice versa).", `Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`, "The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.", "More info: https://fb.me/react-controlled-components"].join(`
29
+ `));
30
+ }, [r, n, e]);
31
+ const {
32
+ current: u
33
+ } = o.useRef(t);
34
+ o.useEffect(() => {
35
+ !s && !Object.is(u, t) && console.error([`MUI: A component is changing the default ${r} state of an uncontrolled ${n} after being initialized. To suppress this warning opt to use a controlled ${n}.`].join(`
36
+ `));
37
+ }, [JSON.stringify(t)]);
38
+ }
39
+ const h = o.useCallback((u) => {
40
+ s || d(u);
41
+ }, []);
42
+ return [p, h];
43
+ }
44
+ function _(e) {
45
+ const t = o.useRef(e);
46
+ return v(() => {
47
+ t.current = e;
48
+ }), o.useRef((...n) => (
49
+ // @ts-expect-error hide `this`
50
+ (0, t.current)(...n)
51
+ )).current;
52
+ }
53
+ function D(...e) {
54
+ return o.useMemo(() => e.every((t) => t == null) ? null : (t) => {
55
+ e.forEach((n) => {
56
+ T(n, t);
57
+ });
58
+ }, e);
59
+ }
60
+ const l = {};
61
+ function b(e, t) {
62
+ const n = o.useRef(l);
63
+ return n.current === l && (n.current = e(t)), n;
64
+ }
65
+ const g = [];
66
+ function w(e) {
67
+ o.useEffect(e, g);
68
+ }
69
+ class f {
70
+ constructor() {
71
+ c(this, "currentId", null);
72
+ c(this, "clear", () => {
73
+ this.currentId !== null && (clearTimeout(this.currentId), this.currentId = null);
74
+ });
75
+ c(this, "disposeEffect", () => this.clear);
76
+ }
77
+ static create() {
78
+ return new f();
79
+ }
80
+ /**
81
+ * Executes `fn` after `delay`, clearing any previously scheduled call.
82
+ */
83
+ start(t, n) {
84
+ this.clear(), this.currentId = setTimeout(() => {
85
+ this.currentId = null, n();
86
+ }, t);
87
+ }
88
+ }
89
+ function U() {
90
+ const e = b(f.create).current;
91
+ return w(e.disposeEffect), e;
92
+ }
93
+ function k(e) {
94
+ try {
95
+ return e.matches(":focus-visible");
96
+ } catch {
97
+ process.env.NODE_ENV !== "production" && !/jsdom/.test(window.navigator.userAgent) && console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.", "Some components rely on this feature to work properly."].join(`
98
+ `));
99
+ }
100
+ return !1;
101
+ }
102
+ function A(e, t) {
103
+ e.prototype = Object.create(t.prototype), e.prototype.constructor = e, I(e, t);
104
+ }
105
+ const L = y.createContext(null);
106
+ export {
107
+ L as T,
108
+ A as _,
109
+ b as a,
110
+ U as b,
111
+ M as c,
112
+ D as d,
113
+ _ as e,
114
+ v as f,
115
+ f as g,
116
+ k as i,
117
+ j as r,
118
+ T as s,
119
+ V as u
120
+ };
@@ -0,0 +1,497 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import * as H from "react";
3
+ import j from "react";
4
+ import { i as z, j as C, G as B, k as w, l as E, g as M, b as N, s as R, d as g, m as _, e as D, f as $, h as A, a as G, T as U } from "./ThemeProvider-aq1EWT1u.js";
5
+ import { P as e } from "./index-D0lMis-I.js";
6
+ import { u as V } from "./useTheme-CtIZL8WJ.js";
7
+ import { c as k } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
8
+ import { siColors as F } from "./lib/themes/themes.js";
9
+ const I = (o) => {
10
+ var n;
11
+ const r = {
12
+ systemProps: {},
13
+ otherProps: {}
14
+ }, t = ((n = o == null ? void 0 : o.theme) == null ? void 0 : n.unstable_sxConfig) ?? z;
15
+ return Object.keys(o).forEach((i) => {
16
+ t[i] ? r.systemProps[i] = o[i] : r.otherProps[i] = o[i];
17
+ }), r;
18
+ };
19
+ function L(o) {
20
+ const {
21
+ sx: r,
22
+ ...t
23
+ } = o, {
24
+ systemProps: n,
25
+ otherProps: i
26
+ } = I(t);
27
+ let a;
28
+ return Array.isArray(r) ? a = [n, ...r] : typeof r == "function" ? a = (...p) => {
29
+ const s = r(...p);
30
+ return C(s) ? {
31
+ ...n,
32
+ ...s
33
+ } : n;
34
+ } : a = {
35
+ ...n,
36
+ ...r
37
+ }, {
38
+ ...i,
39
+ sx: a
40
+ };
41
+ }
42
+ function d({
43
+ styles: o,
44
+ themeId: r,
45
+ defaultTheme: t = {}
46
+ }) {
47
+ const n = V(t), i = typeof o == "function" ? o(r && n[r] || n) : o;
48
+ return /* @__PURE__ */ l(B, {
49
+ styles: i
50
+ });
51
+ }
52
+ process.env.NODE_ENV !== "production" && (d.propTypes = {
53
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
54
+ // │ These PropTypes are generated from the TypeScript type definitions. │
55
+ // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
56
+ // └─────────────────────────────────────────────────────────────────────┘
57
+ /**
58
+ * @ignore
59
+ */
60
+ defaultTheme: e.object,
61
+ /**
62
+ * @ignore
63
+ */
64
+ styles: e.oneOfType([e.array, e.func, e.number, e.object, e.string, e.bool]),
65
+ /**
66
+ * @ignore
67
+ */
68
+ themeId: e.string
69
+ });
70
+ function S(o) {
71
+ return /* @__PURE__ */ l(d, {
72
+ ...o,
73
+ defaultTheme: w,
74
+ themeId: E
75
+ });
76
+ }
77
+ process.env.NODE_ENV !== "production" && (S.propTypes = {
78
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
79
+ // │ These PropTypes are generated from the TypeScript type definitions. │
80
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
81
+ // └─────────────────────────────────────────────────────────────────────┘
82
+ /**
83
+ * The styles you want to apply globally.
84
+ */
85
+ styles: e.oneOfType([e.array, e.func, e.number, e.object, e.string, e.bool])
86
+ });
87
+ function st(o) {
88
+ return function(t) {
89
+ return (
90
+ // Pigment CSS `globalCss` support callback with theme inside an object but `GlobalStyles` support theme as a callback value.
91
+ /* @__PURE__ */ l(S, {
92
+ styles: typeof o == "function" ? (n) => o({
93
+ theme: n,
94
+ ...t
95
+ }) : o
96
+ })
97
+ );
98
+ };
99
+ }
100
+ function J() {
101
+ return L;
102
+ }
103
+ function q(o) {
104
+ return M("MuiTypography", o);
105
+ }
106
+ N("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
107
+ const K = {
108
+ primary: !0,
109
+ secondary: !0,
110
+ error: !0,
111
+ info: !0,
112
+ success: !0,
113
+ warning: !0,
114
+ textPrimary: !0,
115
+ textSecondary: !0,
116
+ textDisabled: !0
117
+ }, Q = J(), X = (o) => {
118
+ const {
119
+ align: r,
120
+ gutterBottom: t,
121
+ noWrap: n,
122
+ paragraph: i,
123
+ variant: a,
124
+ classes: p
125
+ } = o, s = {
126
+ root: ["root", a, o.align !== "inherit" && `align${g(r)}`, t && "gutterBottom", n && "noWrap", i && "paragraph"]
127
+ };
128
+ return A(s, q, p);
129
+ }, Y = R("span", {
130
+ name: "MuiTypography",
131
+ slot: "Root",
132
+ overridesResolver: (o, r) => {
133
+ const {
134
+ ownerState: t
135
+ } = o;
136
+ return [r.root, t.variant && r[t.variant], t.align !== "inherit" && r[`align${g(t.align)}`], t.noWrap && r.noWrap, t.gutterBottom && r.gutterBottom, t.paragraph && r.paragraph];
137
+ }
138
+ })(_(({
139
+ theme: o
140
+ }) => {
141
+ var r;
142
+ return {
143
+ margin: 0,
144
+ variants: [{
145
+ props: {
146
+ variant: "inherit"
147
+ },
148
+ style: {
149
+ // Some elements, like <button> on Chrome have default font that doesn't inherit, reset this.
150
+ font: "inherit",
151
+ lineHeight: "inherit",
152
+ letterSpacing: "inherit"
153
+ }
154
+ }, ...Object.entries(o.typography).filter(([t, n]) => t !== "inherit" && n && typeof n == "object").map(([t, n]) => ({
155
+ props: {
156
+ variant: t
157
+ },
158
+ style: n
159
+ })), ...Object.entries(o.palette).filter(k()).map(([t]) => ({
160
+ props: {
161
+ color: t
162
+ },
163
+ style: {
164
+ color: (o.vars || o).palette[t].main
165
+ }
166
+ })), ...Object.entries(((r = o.palette) == null ? void 0 : r.text) || {}).filter(([, t]) => typeof t == "string").map(([t]) => ({
167
+ props: {
168
+ color: `text${g(t)}`
169
+ },
170
+ style: {
171
+ color: (o.vars || o).palette.text[t]
172
+ }
173
+ })), {
174
+ props: ({
175
+ ownerState: t
176
+ }) => t.align !== "inherit",
177
+ style: {
178
+ textAlign: "var(--Typography-textAlign)"
179
+ }
180
+ }, {
181
+ props: ({
182
+ ownerState: t
183
+ }) => t.noWrap,
184
+ style: {
185
+ overflow: "hidden",
186
+ textOverflow: "ellipsis",
187
+ whiteSpace: "nowrap"
188
+ }
189
+ }, {
190
+ props: ({
191
+ ownerState: t
192
+ }) => t.gutterBottom,
193
+ style: {
194
+ marginBottom: "0.35em"
195
+ }
196
+ }, {
197
+ props: ({
198
+ ownerState: t
199
+ }) => t.paragraph,
200
+ style: {
201
+ marginBottom: 16
202
+ }
203
+ }]
204
+ };
205
+ })), b = {
206
+ h1: "h1",
207
+ h2: "h2",
208
+ h3: "h3",
209
+ h4: "h4",
210
+ h5: "h5",
211
+ h6: "h6",
212
+ subtitle1: "h6",
213
+ subtitle2: "h6",
214
+ body1: "p",
215
+ body2: "p",
216
+ inherit: "p"
217
+ }, v = /* @__PURE__ */ H.forwardRef(function(r, t) {
218
+ const {
219
+ color: n,
220
+ ...i
221
+ } = D({
222
+ props: r,
223
+ name: "MuiTypography"
224
+ }), a = !K[n], p = Q({
225
+ ...i,
226
+ ...a && {
227
+ color: n
228
+ }
229
+ }), {
230
+ align: s = "inherit",
231
+ className: h,
232
+ component: f,
233
+ gutterBottom: T = !1,
234
+ noWrap: W = !1,
235
+ paragraph: y = !1,
236
+ variant: c = "body1",
237
+ variantMapping: u = b,
238
+ ...m
239
+ } = p, x = {
240
+ ...p,
241
+ align: s,
242
+ color: n,
243
+ className: h,
244
+ component: f,
245
+ gutterBottom: T,
246
+ noWrap: W,
247
+ paragraph: y,
248
+ variant: c,
249
+ variantMapping: u
250
+ }, O = f || (y ? "p" : u[c] || b[c]) || "span", P = X(x);
251
+ return /* @__PURE__ */ l(Y, {
252
+ as: O,
253
+ ref: t,
254
+ className: $(P.root, h),
255
+ ...m,
256
+ ownerState: x,
257
+ style: {
258
+ ...s !== "inherit" && {
259
+ "--Typography-textAlign": s
260
+ },
261
+ ...m.style
262
+ }
263
+ });
264
+ });
265
+ process.env.NODE_ENV !== "production" && (v.propTypes = {
266
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
267
+ // │ These PropTypes are generated from the TypeScript type definitions. │
268
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
269
+ // └─────────────────────────────────────────────────────────────────────┘
270
+ /**
271
+ * Set the text-align on the component.
272
+ * @default 'inherit'
273
+ */
274
+ align: e.oneOf(["center", "inherit", "justify", "left", "right"]),
275
+ /**
276
+ * The content of the component.
277
+ */
278
+ children: e.node,
279
+ /**
280
+ * Override or extend the styles applied to the component.
281
+ */
282
+ classes: e.object,
283
+ /**
284
+ * @ignore
285
+ */
286
+ className: e.string,
287
+ /**
288
+ * The color of the component.
289
+ * It supports both default and custom theme colors, which can be added as shown in the
290
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
291
+ */
292
+ color: e.oneOfType([e.oneOf(["primary", "secondary", "success", "error", "info", "warning", "textPrimary", "textSecondary", "textDisabled"]), e.string]),
293
+ /**
294
+ * The component used for the root node.
295
+ * Either a string to use a HTML element or a component.
296
+ */
297
+ component: e.elementType,
298
+ /**
299
+ * If `true`, the text will have a bottom margin.
300
+ * @default false
301
+ */
302
+ gutterBottom: e.bool,
303
+ /**
304
+ * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
305
+ *
306
+ * Note that text overflow can only happen with block or inline-block level elements
307
+ * (the element needs to have a width in order to overflow).
308
+ * @default false
309
+ */
310
+ noWrap: e.bool,
311
+ /**
312
+ * If `true`, the element will be a paragraph element.
313
+ * @default false
314
+ * @deprecated Use the `component` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
315
+ */
316
+ paragraph: e.bool,
317
+ /**
318
+ * @ignore
319
+ */
320
+ style: e.object,
321
+ /**
322
+ * The system prop that allows defining system overrides as well as additional CSS styles.
323
+ */
324
+ sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object]),
325
+ /**
326
+ * Applies the theme typography styles.
327
+ * @default 'body1'
328
+ */
329
+ variant: e.oneOfType([e.oneOf(["body1", "body2", "button", "caption", "h1", "h2", "h3", "h4", "h5", "h6", "inherit", "overline", "subtitle1", "subtitle2"]), e.string]),
330
+ /**
331
+ * The component maps the variant prop to a range of different HTML element types.
332
+ * For instance, subtitle1 to `<h6>`.
333
+ * If you wish to change that mapping, you can provide your own.
334
+ * Alternatively, you can use the `component` prop.
335
+ * @default {
336
+ * h1: 'h1',
337
+ * h2: 'h2',
338
+ * h3: 'h3',
339
+ * h4: 'h4',
340
+ * h5: 'h5',
341
+ * h6: 'h6',
342
+ * subtitle1: 'h6',
343
+ * subtitle2: 'h6',
344
+ * body1: 'p',
345
+ * body2: 'p',
346
+ * inherit: 'p',
347
+ * }
348
+ */
349
+ variantMapping: e.object
350
+ });
351
+ const Z = G({
352
+ components: {
353
+ MuiTypography: {
354
+ variants: [
355
+ {
356
+ props: { variant: "titleHero" },
357
+ style: {
358
+ fontWeight: 600,
359
+ fontSize: 30,
360
+ lineHeight: "36px",
361
+ letterSpacing: -0.5
362
+ }
363
+ },
364
+ {
365
+ props: { variant: "titleBig" },
366
+ style: {
367
+ fontWeight: 400,
368
+ fontSize: 21,
369
+ lineHeight: "24px",
370
+ letterSpacing: -0.2
371
+ }
372
+ },
373
+ {
374
+ props: { variant: "titleMedium" },
375
+ style: {
376
+ fontWeight: 600,
377
+ fontSize: "18px",
378
+ lineHeight: "24px"
379
+ }
380
+ },
381
+ {
382
+ props: { variant: "titleSmall" },
383
+ style: {
384
+ fontWeight: 600,
385
+ fontSize: "15px",
386
+ lineHeight: "20px"
387
+ }
388
+ },
389
+ {
390
+ props: { variant: "subTitle" },
391
+ style: {
392
+ fontWeight: 700,
393
+ fontSize: "13px",
394
+ lineHeight: "16px",
395
+ letterSpacing: "0.2px"
396
+ }
397
+ },
398
+ {
399
+ props: { variant: "bodyLabel" },
400
+ style: {
401
+ fontWeight: 400,
402
+ fontSize: "13px",
403
+ lineHeight: "16px",
404
+ letterSpacing: "0.1px"
405
+ }
406
+ },
407
+ {
408
+ props: { variant: "laccent" },
409
+ style: {
410
+ fontWeight: 600,
411
+ fontSize: "13px",
412
+ lineHeight: "16px",
413
+ letterSpacing: "0.1px"
414
+ }
415
+ },
416
+ {
417
+ props: { variant: "bodyParagraph" },
418
+ style: {
419
+ fontWeight: 400,
420
+ fontSize: "13px",
421
+ lineHeight: "18px"
422
+ }
423
+ },
424
+ {
425
+ props: { variant: "paccent" },
426
+ style: {
427
+ fontWeight: 600,
428
+ fontSize: "13px",
429
+ lineHeight: "18px"
430
+ }
431
+ },
432
+ {
433
+ props: { variant: "bodyUI" },
434
+ style: {
435
+ fontWeight: 400,
436
+ fontSize: "13px",
437
+ lineHeight: "20px",
438
+ letterSpacing: "0.3px"
439
+ }
440
+ },
441
+ {
442
+ props: { variant: "overline" },
443
+ style: {
444
+ fontWeight: 400,
445
+ fontSize: "11px",
446
+ lineHeight: "16px",
447
+ letterSpacing: "1.5px"
448
+ }
449
+ },
450
+ {
451
+ props: { variant: "caption" },
452
+ style: {
453
+ fontWeight: 700,
454
+ fontSize: "11px",
455
+ lineHeight: "14px",
456
+ letterSpacing: "0.5px"
457
+ }
458
+ },
459
+ {
460
+ props: { variant: "annotation" },
461
+ style: {
462
+ fontWeight: 400,
463
+ fontSize: "11px",
464
+ lineHeight: "16px",
465
+ letterSpacing: "0.3px"
466
+ }
467
+ },
468
+ {
469
+ props: { variant: "code" },
470
+ style: {
471
+ fontFamily: "Hack",
472
+ fontWeight: 400,
473
+ fontSize: "13px",
474
+ lineHeight: "20px"
475
+ }
476
+ }
477
+ ],
478
+ styleOverrides: {
479
+ root: {
480
+ display: "inline-block",
481
+ fontFamily: "Open Sans",
482
+ color: F.StTextColors.content,
483
+ "::first-letter": {
484
+ textTransform: "capitalize"
485
+ }
486
+ }
487
+ }
488
+ }
489
+ }
490
+ }), pt = j.forwardRef(
491
+ ({ children: o, theme: r = Z, dataTestId: t, ...n }, i) => /* @__PURE__ */ l(U, { theme: r, children: /* @__PURE__ */ l(v, { ref: i, ...n, "data-testid": t, children: o }) })
492
+ );
493
+ export {
494
+ pt as T,
495
+ st as g,
496
+ Z as t
497
+ };
@@ -0,0 +1 @@
1
+ "use strict";const y=require("react/jsx-runtime"),P=require("react"),p=require("./ThemeProvider-sqppyE-5.cjs"),r=require("./index-B-zZeebW.cjs"),H=require("./useTheme-DJmNR5EL.cjs"),C=require("./createSimplePaletteValueFilter-PTK3TAhW.cjs"),w=require("./lib/themes/themes.cjs");function B(t){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const e in t)if(e!=="default"){const n=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(o,e,n.get?n:{enumerable:!0,get:()=>t[e]})}}return o.default=t,Object.freeze(o)}const M=B(P),_=t=>{var n;const o={systemProps:{},otherProps:{}},e=((n=t==null?void 0:t.theme)==null?void 0:n.unstable_sxConfig)??p.defaultSxConfig;return Object.keys(t).forEach(i=>{e[i]?o.systemProps[i]=t[i]:o.otherProps[i]=t[i]}),o};function E(t){const{sx:o,...e}=t,{systemProps:n,otherProps:i}=_(e);let s;return Array.isArray(o)?s=[n,...o]:typeof o=="function"?s=(...l)=>{const a=o(...l);return p.isPlainObject(a)?{...n,...a}:n}:s={...n,...o},{...i,sx:s}}function b({styles:t,themeId:o,defaultTheme:e={}}){const n=H.useTheme(e),i=typeof t=="function"?t(o&&n[o]||n):t;return y.jsx(p.GlobalStyles,{styles:i})}process.env.NODE_ENV!=="production"&&(b.propTypes={defaultTheme:r.PropTypes.object,styles:r.PropTypes.oneOfType([r.PropTypes.array,r.PropTypes.func,r.PropTypes.number,r.PropTypes.object,r.PropTypes.string,r.PropTypes.bool]),themeId:r.PropTypes.string});function d(t){return y.jsx(b,{...t,defaultTheme:p.defaultTheme,themeId:p.THEME_ID})}process.env.NODE_ENV!=="production"&&(d.propTypes={styles:r.PropTypes.oneOfType([r.PropTypes.array,r.PropTypes.func,r.PropTypes.number,r.PropTypes.object,r.PropTypes.string,r.PropTypes.bool])});function N(t){return function(e){return y.jsx(d,{styles:typeof t=="function"?n=>t({theme:n,...e}):t})}}function D(){return E}function R(t){return p.generateUtilityClass("MuiTypography",t)}p.generateUtilityClasses("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const q={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},$=D(),V=t=>{const{align:o,gutterBottom:e,noWrap:n,paragraph:i,variant:s,classes:l}=t,a={root:["root",s,t.align!=="inherit"&&`align${p.capitalize(o)}`,e&&"gutterBottom",n&&"noWrap",i&&"paragraph"]};return p.composeClasses(a,R,l)},A=p.styled("span",{name:"MuiTypography",slot:"Root",overridesResolver:(t,o)=>{const{ownerState:e}=t;return[o.root,e.variant&&o[e.variant],e.align!=="inherit"&&o[`align${p.capitalize(e.align)}`],e.noWrap&&o.noWrap,e.gutterBottom&&o.gutterBottom,e.paragraph&&o.paragraph]}})(p.memoTheme(({theme:t})=>{var o;return{margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(t.typography).filter(([e,n])=>e!=="inherit"&&n&&typeof n=="object").map(([e,n])=>({props:{variant:e},style:n})),...Object.entries(t.palette).filter(C.createSimplePaletteValueFilter()).map(([e])=>({props:{color:e},style:{color:(t.vars||t).palette[e].main}})),...Object.entries(((o=t.palette)==null?void 0:o.text)||{}).filter(([,e])=>typeof e=="string").map(([e])=>({props:{color:`text${p.capitalize(e)}`},style:{color:(t.vars||t).palette.text[e]}})),{props:({ownerState:e})=>e.align!=="inherit",style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:e})=>e.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:e})=>e.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:e})=>e.paragraph,style:{marginBottom:16}}]}})),m={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},S=M.forwardRef(function(o,e){const{color:n,...i}=p.useDefaultProps({props:o,name:"MuiTypography"}),s=!q[n],l=$({...i,...s&&{color:n}}),{align:a="inherit",className:g,component:h,gutterBottom:j=!1,noWrap:O=!1,paragraph:f=!1,variant:c="body1",variantMapping:u=m,...T}=l,x={...l,align:a,color:n,className:g,component:h,gutterBottom:j,noWrap:O,paragraph:f,variant:c,variantMapping:u},W=h||(f?"p":u[c]||m[c])||"span",z=V(x);return y.jsx(A,{as:W,ref:e,className:p.clsx(z.root,g),...T,ownerState:x,style:{...a!=="inherit"&&{"--Typography-textAlign":a},...T.style}})});process.env.NODE_ENV!=="production"&&(S.propTypes={align:r.PropTypes.oneOf(["center","inherit","justify","left","right"]),children:r.PropTypes.node,classes:r.PropTypes.object,className:r.PropTypes.string,color:r.PropTypes.oneOfType([r.PropTypes.oneOf(["primary","secondary","success","error","info","warning","textPrimary","textSecondary","textDisabled"]),r.PropTypes.string]),component:r.PropTypes.elementType,gutterBottom:r.PropTypes.bool,noWrap:r.PropTypes.bool,paragraph:r.PropTypes.bool,style:r.PropTypes.object,sx:r.PropTypes.oneOfType([r.PropTypes.arrayOf(r.PropTypes.oneOfType([r.PropTypes.func,r.PropTypes.object,r.PropTypes.bool])),r.PropTypes.func,r.PropTypes.object]),variant:r.PropTypes.oneOfType([r.PropTypes.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),r.PropTypes.string]),variantMapping:r.PropTypes.object});const v=p.createTheme$1({components:{MuiTypography:{variants:[{props:{variant:"titleHero"},style:{fontWeight:600,fontSize:30,lineHeight:"36px",letterSpacing:-.5}},{props:{variant:"titleBig"},style:{fontWeight:400,fontSize:21,lineHeight:"24px",letterSpacing:-.2}},{props:{variant:"titleMedium"},style:{fontWeight:600,fontSize:"18px",lineHeight:"24px"}},{props:{variant:"titleSmall"},style:{fontWeight:600,fontSize:"15px",lineHeight:"20px"}},{props:{variant:"subTitle"},style:{fontWeight:700,fontSize:"13px",lineHeight:"16px",letterSpacing:"0.2px"}},{props:{variant:"bodyLabel"},style:{fontWeight:400,fontSize:"13px",lineHeight:"16px",letterSpacing:"0.1px"}},{props:{variant:"laccent"},style:{fontWeight:600,fontSize:"13px",lineHeight:"16px",letterSpacing:"0.1px"}},{props:{variant:"bodyParagraph"},style:{fontWeight:400,fontSize:"13px",lineHeight:"18px"}},{props:{variant:"paccent"},style:{fontWeight:600,fontSize:"13px",lineHeight:"18px"}},{props:{variant:"bodyUI"},style:{fontWeight:400,fontSize:"13px",lineHeight:"20px",letterSpacing:"0.3px"}},{props:{variant:"overline"},style:{fontWeight:400,fontSize:"11px",lineHeight:"16px",letterSpacing:"1.5px"}},{props:{variant:"caption"},style:{fontWeight:700,fontSize:"11px",lineHeight:"14px",letterSpacing:"0.5px"}},{props:{variant:"annotation"},style:{fontWeight:400,fontSize:"11px",lineHeight:"16px",letterSpacing:"0.3px"}},{props:{variant:"code"},style:{fontFamily:"Hack",fontWeight:400,fontSize:"13px",lineHeight:"20px"}}],styleOverrides:{root:{display:"inline-block",fontFamily:"Open Sans",color:w.siColors.StTextColors.content,"::first-letter":{textTransform:"capitalize"}}}}}}),U=P.forwardRef(({children:t,theme:o=v,dataTestId:e,...n},i)=>y.jsx(p.ThemeProvider,{theme:o,children:y.jsx(S,{ref:i,...n,"data-testid":e,children:t})}));exports.Typography=U;exports.globalCss=N;exports.typographyTheme=v;
@@ -0,0 +1 @@
1
+ "use strict";var e=(t=>(t.topLeft="tl",t.topCenter="tc",t.topRight="tr",t.centerLeft="cl",t.centerCenter="cc",t.centerRight="cr",t.bottomLeft="bl",t.bottomCenter="bc",t.bottomRight="br",t))(e||{});exports.AlignPoints=e;
@@ -0,0 +1,4 @@
1
+ var e = /* @__PURE__ */ ((t) => (t.topLeft = "tl", t.topCenter = "tc", t.topRight = "tr", t.centerLeft = "cl", t.centerCenter = "cc", t.centerRight = "cr", t.bottomLeft = "bl", t.bottomCenter = "bc", t.bottomRight = "br", t))(e || {});
2
+ export {
3
+ e as A
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";function i(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}exports._assertThisInitialized=i;
@@ -0,0 +1,8 @@
1
+ function i(e) {
2
+ if (e === void 0)
3
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
4
+ return e;
5
+ }
6
+ export {
7
+ i as _
8
+ };
@@ -0,0 +1,17 @@
1
+ function n(e) {
2
+ return typeof e.main == "string";
3
+ }
4
+ function a(e, r = []) {
5
+ if (!n(e))
6
+ return !1;
7
+ for (const t of r)
8
+ if (!e.hasOwnProperty(t) || typeof e[t] != "string")
9
+ return !1;
10
+ return !0;
11
+ }
12
+ function i(e = []) {
13
+ return ([, r]) => r && a(r, e);
14
+ }
15
+ export {
16
+ i as c
17
+ };
@@ -0,0 +1 @@
1
+ "use strict";function n(e){return typeof e.main=="string"}function i(e,t=[]){if(!n(e))return!1;for(const r of t)if(!e.hasOwnProperty(r)||typeof e[r]!="string")return!1;return!0}function a(e=[]){return([,t])=>t&&i(t,e)}exports.createSimplePaletteValueFilter=a;