@sisense/sdk-shared-ui 1.27.1 → 1.29.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 (407) hide show
  1. package/dist/Breadcrumbs-B46ViOSv.cjs +3 -0
  2. package/dist/Breadcrumbs-CQNCIJ2Y.js +301 -0
  3. package/dist/Button-CoMaroSC.cjs +1 -0
  4. package/dist/Button-D5ZAS_sd.js +569 -0
  5. package/dist/ButtonBase-Camgk6s8.cjs +74 -0
  6. package/dist/ButtonBase-DPVWpC8-.js +883 -0
  7. package/dist/CheckableList-BLLCGCKX.cjs +1 -0
  8. package/dist/CheckableList-CC7iKnHq.js +21 -0
  9. package/dist/Checkbox-3bG1OLg3.js +516 -0
  10. package/dist/Checkbox-oJOn5Vb9.cjs +1 -0
  11. package/dist/DEPRECATED_Button-D2XS1y1r.cjs +1 -0
  12. package/dist/DEPRECATED_Button-m2ifXo3Q.js +87 -0
  13. package/dist/DEPRECATED_Checkbox-CYomxatm.cjs +1 -0
  14. package/dist/DEPRECATED_Checkbox-DWtXr5K7.js +63 -0
  15. package/dist/DEPRECATED_Icon-BQ4AqiI1.js +56 -0
  16. package/dist/DEPRECATED_Icon-iUszZb09.cjs +1 -0
  17. package/dist/DEPRECATED_Toggle-DMnlQO3F.js +30 -0
  18. package/dist/DEPRECATED_Toggle-Dp0ZZ_6E.cjs +1 -0
  19. package/dist/DEPRECATED_Tooltip-C2bU8ipb.js +2316 -0
  20. package/dist/DEPRECATED_Tooltip-D3ReAkFF.cjs +27 -0
  21. package/dist/Dropdown-BtZZ4fY6.cjs +1 -0
  22. package/dist/Dropdown-BxoUPsca.js +231 -0
  23. package/dist/Icon-CqoYg88-.cjs +1 -0
  24. package/dist/Icon-D0uZg6iJ.js +131 -0
  25. package/dist/Input-BghWSV2Z.js +119 -0
  26. package/dist/Input-Cd6a2FUC.cjs +1 -0
  27. package/dist/LazyLoader-DB86QSSx.js +18 -0
  28. package/dist/LazyLoader-gOLNhxc-.cjs +1 -0
  29. package/dist/Menu-BfAQOpHl.cjs +1 -0
  30. package/dist/Menu-C5wQnuq6.js +1212 -0
  31. package/dist/Popover-0n4kd3ut.js +49 -0
  32. package/dist/Popover-Bp5g_ws9.cjs +1 -0
  33. package/dist/RadioButton-BpAksn2s.js +70 -0
  34. package/dist/RadioButton-Ds-0wj0r.cjs +1 -0
  35. package/dist/SvgIcon-Dg-EBYZz.cjs +1 -0
  36. package/dist/SvgIcon-DsAvI5iY.js +238 -0
  37. package/dist/TablePagination-DUkJaWJG.js +7758 -0
  38. package/dist/TablePagination-Yp8eKLZB.cjs +15 -0
  39. package/dist/ThemeProvider-BCsnqK18.js +5085 -0
  40. package/dist/ThemeProvider-BjBWRt7C.cjs +114 -0
  41. package/dist/Tooltip-B0-7TF8b.js +2155 -0
  42. package/dist/Tooltip-DE1hlnS3.cjs +7 -0
  43. package/dist/Typography-BGFgTnYN.js +498 -0
  44. package/dist/Typography-CGsd6zC4.cjs +1 -0
  45. package/dist/align.interface-B17uA473.cjs +1 -0
  46. package/dist/align.interface-DdWsijrT.js +4 -0
  47. package/dist/assertThisInitialized-BSnhOY1M.cjs +1 -0
  48. package/dist/assertThisInitialized-lz6cHcRv.js +8 -0
  49. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  50. package/dist/createSimplePaletteValueFilter-PTK3TAhW.cjs +1 -0
  51. package/dist/createSvgIcon-DDrcw4wZ.cjs +1 -0
  52. package/dist/createSvgIcon-rAujRRtd.js +17 -0
  53. package/dist/deepmerge-BuAjuQR6.cjs +17 -0
  54. package/dist/deepmerge-DNqbOtFI.js +177 -0
  55. package/dist/extends-DX42hfxm.js +13 -0
  56. package/dist/extends-q0Hkx4pQ.cjs +1 -0
  57. package/dist/index-B-zZeebW.cjs +20 -0
  58. package/dist/index-D0lMis-I.js +667 -0
  59. package/dist/index.cjs +1 -0
  60. package/dist/index.d.ts +2 -0
  61. package/dist/index.d.ts.map +1 -0
  62. package/dist/index.js +30 -24
  63. package/dist/integerPropType-B8hl-7D0.js +180 -0
  64. package/dist/integerPropType-BGlNA6vX.cjs +17 -0
  65. package/dist/lib/Breadcrumbs/Breadcrumbs.cjs +1 -0
  66. package/dist/lib/Breadcrumbs/Breadcrumbs.d.ts +16 -0
  67. package/dist/lib/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  68. package/dist/lib/Breadcrumbs/Breadcrumbs.js +7 -0
  69. package/dist/lib/Breadcrumbs/index.d.ts +5 -0
  70. package/dist/lib/Breadcrumbs/index.d.ts.map +1 -0
  71. package/dist/lib/Breadcrumbs/themes/breadcrumbsTheme.d.ts +4 -0
  72. package/dist/lib/Breadcrumbs/themes/breadcrumbsTheme.d.ts.map +1 -0
  73. package/dist/lib/Breadcrumbs/themes/index.d.ts +2 -0
  74. package/dist/lib/Breadcrumbs/themes/index.d.ts.map +1 -0
  75. package/dist/lib/Button/Button.cjs +1 -0
  76. package/dist/lib/Button/Button.d.ts +10 -0
  77. package/dist/lib/Button/Button.d.ts.map +1 -0
  78. package/dist/lib/Button/Button.js +7 -0
  79. package/dist/lib/Button/index.d.ts +5 -0
  80. package/dist/lib/Button/index.d.ts.map +1 -0
  81. package/dist/lib/Button/themes/buttonsTheme.d.ts +11 -0
  82. package/dist/lib/Button/themes/buttonsTheme.d.ts.map +1 -0
  83. package/dist/lib/Button/themes/index.d.ts +2 -0
  84. package/dist/lib/Button/themes/index.d.ts.map +1 -0
  85. package/dist/lib/CheckableList/CheckableList.cjs +1 -0
  86. package/dist/lib/CheckableList/CheckableList.d.ts +16 -0
  87. package/dist/lib/CheckableList/CheckableList.d.ts.map +1 -0
  88. package/dist/lib/CheckableList/CheckableList.js +5 -0
  89. package/dist/lib/CheckableList/index.d.ts +4 -0
  90. package/dist/lib/CheckableList/index.d.ts.map +1 -0
  91. package/dist/lib/Checkbox/Checkbox.cjs +1 -0
  92. package/dist/lib/Checkbox/Checkbox.d.ts +20 -0
  93. package/dist/lib/Checkbox/Checkbox.d.ts.map +1 -0
  94. package/dist/lib/Checkbox/Checkbox.js +5 -0
  95. package/dist/lib/Checkbox/index.d.ts +4 -0
  96. package/dist/lib/Checkbox/index.d.ts.map +1 -0
  97. package/dist/lib/Checkbox/themes/checkboxTheme.d.ts +12 -0
  98. package/dist/lib/Checkbox/themes/checkboxTheme.d.ts.map +1 -0
  99. package/{src/lib/Checkbox/themes/index.ts → dist/lib/Checkbox/themes/index.d.ts} +1 -0
  100. package/dist/lib/Checkbox/themes/index.d.ts.map +1 -0
  101. package/dist/lib/Checkbox/themes/uiCustomization.d.ts +12 -0
  102. package/dist/lib/Checkbox/themes/uiCustomization.d.ts.map +1 -0
  103. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.cjs +1 -0
  104. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.d.ts +43 -0
  105. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.d.ts.map +1 -0
  106. package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.js +5 -0
  107. package/dist/lib/DEPRECATED_Button/index.d.ts +4 -0
  108. package/dist/lib/DEPRECATED_Button/index.d.ts.map +1 -0
  109. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.cjs +1 -0
  110. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.d.ts +20 -0
  111. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.d.ts.map +1 -0
  112. package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.js +5 -0
  113. package/dist/lib/DEPRECATED_Checkbox/index.d.ts +4 -0
  114. package/dist/lib/DEPRECATED_Checkbox/index.d.ts.map +1 -0
  115. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.cjs +1 -0
  116. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.d.ts +17 -0
  117. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.d.ts.map +1 -0
  118. package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.js +5 -0
  119. package/dist/lib/DEPRECATED_Icon/index.d.ts +4 -0
  120. package/dist/lib/DEPRECATED_Icon/index.d.ts.map +1 -0
  121. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.cjs +1 -0
  122. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.d.ts +13 -0
  123. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.d.ts.map +1 -0
  124. package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.js +5 -0
  125. package/dist/lib/DEPRECATED_Toggle/index.d.ts +4 -0
  126. package/dist/lib/DEPRECATED_Toggle/index.d.ts.map +1 -0
  127. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.cjs +1 -0
  128. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.d.ts +15 -0
  129. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.d.ts.map +1 -0
  130. package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.js +5 -0
  131. package/dist/lib/DEPRECATED_Tooltip/index.d.ts +4 -0
  132. package/dist/lib/DEPRECATED_Tooltip/index.d.ts.map +1 -0
  133. package/dist/lib/Dropdown/Dropdown.cjs +1 -0
  134. package/dist/lib/Dropdown/Dropdown.d.ts +32 -0
  135. package/dist/lib/Dropdown/Dropdown.d.ts.map +1 -0
  136. package/dist/lib/Dropdown/Dropdown.js +5 -0
  137. package/dist/lib/Dropdown/DropdownButton/DropdownButton.d.ts +18 -0
  138. package/dist/lib/Dropdown/DropdownButton/DropdownButton.d.ts.map +1 -0
  139. package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.d.ts +12 -0
  140. package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.d.ts.map +1 -0
  141. package/{src/lib/Dropdown/DropdownButton/DropdownButtonBody/index.ts → dist/lib/Dropdown/DropdownButton/DropdownButtonBody/index.d.ts} +1 -0
  142. package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/index.d.ts.map +1 -0
  143. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.d.ts +10 -0
  144. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.d.ts.map +1 -0
  145. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.d.ts +2 -0
  146. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.d.ts.map +1 -0
  147. package/{src/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.ts → dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.d.ts} +1 -0
  148. package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.d.ts.map +1 -0
  149. package/{src/lib/Dropdown/DropdownButton/hooks/index.tsx → dist/lib/Dropdown/DropdownButton/hooks/index.d.ts} +1 -0
  150. package/dist/lib/Dropdown/DropdownButton/hooks/index.d.ts.map +1 -0
  151. package/dist/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.d.ts +15 -0
  152. package/dist/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.d.ts.map +1 -0
  153. package/{src/lib/Dropdown/DropdownButton/index.ts → dist/lib/Dropdown/DropdownButton/index.d.ts} +1 -0
  154. package/dist/lib/Dropdown/DropdownButton/index.d.ts.map +1 -0
  155. package/{src/lib/Dropdown/hooks/index.tsx → dist/lib/Dropdown/hooks/index.d.ts} +1 -0
  156. package/dist/lib/Dropdown/hooks/index.d.ts.map +1 -0
  157. package/dist/lib/Dropdown/hooks/useDropdown.d.ts +9 -0
  158. package/dist/lib/Dropdown/hooks/useDropdown.d.ts.map +1 -0
  159. package/dist/lib/Dropdown/index.d.ts +5 -0
  160. package/dist/lib/Dropdown/index.d.ts.map +1 -0
  161. package/dist/lib/Dropdown/types.d.ts +12 -0
  162. package/dist/lib/Dropdown/types.d.ts.map +1 -0
  163. package/dist/lib/Icon/Icon.cjs +1 -0
  164. package/dist/lib/Icon/Icon.d.ts +13 -0
  165. package/dist/lib/Icon/Icon.d.ts.map +1 -0
  166. package/dist/lib/Icon/Icon.js +5 -0
  167. package/dist/lib/Icon/index.d.ts +4 -0
  168. package/dist/lib/Icon/index.d.ts.map +1 -0
  169. package/dist/lib/Icon/themes/iconTheme.d.ts +8 -0
  170. package/dist/lib/Icon/themes/iconTheme.d.ts.map +1 -0
  171. package/{src/lib/Icon/themes/index.ts → dist/lib/Icon/themes/index.d.ts} +1 -0
  172. package/dist/lib/Icon/themes/index.d.ts.map +1 -0
  173. package/dist/lib/Icon/themes/uiCustomization.d.ts +2 -0
  174. package/dist/lib/Icon/themes/uiCustomization.d.ts.map +1 -0
  175. package/dist/lib/Input/Input.cjs +1 -0
  176. package/dist/lib/Input/Input.d.ts +28 -0
  177. package/dist/lib/Input/Input.d.ts.map +1 -0
  178. package/dist/lib/Input/Input.js +5 -0
  179. package/dist/lib/Input/index.d.ts +4 -0
  180. package/dist/lib/Input/index.d.ts.map +1 -0
  181. package/dist/lib/LazyLoader/LazyLoader.cjs +1 -0
  182. package/dist/lib/LazyLoader/LazyLoader.d.ts +9 -0
  183. package/dist/lib/LazyLoader/LazyLoader.d.ts.map +1 -0
  184. package/dist/lib/LazyLoader/LazyLoader.js +5 -0
  185. package/dist/lib/LazyLoader/index.d.ts +4 -0
  186. package/dist/lib/LazyLoader/index.d.ts.map +1 -0
  187. package/dist/lib/Menu/Confirmation/Confirmation.d.ts +8 -0
  188. package/dist/lib/Menu/Confirmation/Confirmation.d.ts.map +1 -0
  189. package/{src/lib/Menu/Confirmation/index.ts → dist/lib/Menu/Confirmation/index.d.ts} +1 -0
  190. package/dist/lib/Menu/Confirmation/index.d.ts.map +1 -0
  191. package/dist/lib/Menu/Confirmation/translation.d.ts +2 -0
  192. package/dist/lib/Menu/Confirmation/translation.d.ts.map +1 -0
  193. package/dist/lib/Menu/Menu.cjs +1 -0
  194. package/dist/lib/Menu/Menu.d.ts +80 -0
  195. package/dist/lib/Menu/Menu.d.ts.map +1 -0
  196. package/dist/lib/Menu/Menu.js +8 -0
  197. package/dist/lib/Menu/MenuItem/MenuItem.d.ts +36 -0
  198. package/dist/lib/Menu/MenuItem/MenuItem.d.ts.map +1 -0
  199. package/{src/lib/Menu/MenuItem/index.ts → dist/lib/Menu/MenuItem/index.d.ts} +1 -0
  200. package/dist/lib/Menu/MenuItem/index.d.ts.map +1 -0
  201. package/{src/lib/Menu/index.ts → dist/lib/Menu/index.d.ts} +2 -2
  202. package/dist/lib/Menu/index.d.ts.map +1 -0
  203. package/dist/lib/Menu/utils.d.ts +6 -0
  204. package/dist/lib/Menu/utils.d.ts.map +1 -0
  205. package/dist/lib/Popover/Popover.cjs +1 -0
  206. package/dist/lib/Popover/Popover.d.ts +16 -0
  207. package/dist/lib/Popover/Popover.d.ts.map +1 -0
  208. package/dist/lib/Popover/Popover.js +7 -0
  209. package/dist/lib/Popover/align.interface.d.ts +23 -0
  210. package/dist/lib/Popover/align.interface.d.ts.map +1 -0
  211. package/{src/lib/Popover/index.ts → dist/lib/Popover/index.d.ts} +2 -2
  212. package/dist/lib/Popover/index.d.ts.map +1 -0
  213. package/dist/lib/RadioButton/RadioButton.cjs +1 -0
  214. package/dist/lib/RadioButton/RadioButton.d.ts +20 -0
  215. package/dist/lib/RadioButton/RadioButton.d.ts.map +1 -0
  216. package/dist/lib/RadioButton/RadioButton.js +5 -0
  217. package/dist/lib/RadioButton/index.d.ts +4 -0
  218. package/dist/lib/RadioButton/index.d.ts.map +1 -0
  219. package/dist/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.d.ts +9 -0
  220. package/dist/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.d.ts.map +1 -0
  221. package/dist/lib/TablePagination/PaginationActionsComponent/index.d.ts +2 -0
  222. package/dist/lib/TablePagination/PaginationActionsComponent/index.d.ts.map +1 -0
  223. package/dist/lib/TablePagination/PaginationActionsComponent/themes/index.d.ts +2 -0
  224. package/dist/lib/TablePagination/PaginationActionsComponent/themes/index.d.ts.map +1 -0
  225. package/dist/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.d.ts +3 -0
  226. package/dist/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.d.ts.map +1 -0
  227. package/dist/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.d.ts +2 -0
  228. package/dist/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.d.ts.map +1 -0
  229. package/dist/lib/TablePagination/TablePagination.cjs +1 -0
  230. package/dist/lib/TablePagination/TablePagination.d.ts +19 -0
  231. package/dist/lib/TablePagination/TablePagination.d.ts.map +1 -0
  232. package/dist/lib/TablePagination/TablePagination.js +5 -0
  233. package/dist/lib/TablePagination/TablePaginationContext.d.ts +3 -0
  234. package/dist/lib/TablePagination/TablePaginationContext.d.ts.map +1 -0
  235. package/dist/lib/TablePagination/index.d.ts +4 -0
  236. package/dist/lib/TablePagination/index.d.ts.map +1 -0
  237. package/{src/lib/TablePagination/themes/index.ts → dist/lib/TablePagination/themes/index.d.ts} +1 -0
  238. package/dist/lib/TablePagination/themes/index.d.ts.map +1 -0
  239. package/dist/lib/TablePagination/themes/tablePaginationResponsiveDesign.d.ts +10 -0
  240. package/dist/lib/TablePagination/themes/tablePaginationResponsiveDesign.d.ts.map +1 -0
  241. package/dist/lib/TablePagination/themes/tablePaginationTheme.d.ts +3 -0
  242. package/dist/lib/TablePagination/themes/tablePaginationTheme.d.ts.map +1 -0
  243. package/dist/lib/TablePagination/themes/uiCustomization.d.ts +2 -0
  244. package/dist/lib/TablePagination/themes/uiCustomization.d.ts.map +1 -0
  245. package/dist/lib/Tooltip/Tooltip.cjs +1 -0
  246. package/dist/lib/Tooltip/Tooltip.d.ts +10 -0
  247. package/dist/lib/Tooltip/Tooltip.d.ts.map +1 -0
  248. package/dist/lib/Tooltip/Tooltip.js +7 -0
  249. package/{src/lib/Tooltip/index.ts → dist/lib/Tooltip/index.d.ts} +2 -2
  250. package/dist/lib/Tooltip/index.d.ts.map +1 -0
  251. package/{src/lib/Tooltip/themes/index.ts → dist/lib/Tooltip/themes/index.d.ts} +1 -0
  252. package/dist/lib/Tooltip/themes/index.d.ts.map +1 -0
  253. package/dist/lib/Tooltip/themes/tooltipTheme.d.ts +3 -0
  254. package/dist/lib/Tooltip/themes/tooltipTheme.d.ts.map +1 -0
  255. package/dist/lib/Typography/Typography.cjs +1 -0
  256. package/dist/lib/Typography/Typography.d.ts +11 -0
  257. package/dist/lib/Typography/Typography.d.ts.map +1 -0
  258. package/dist/lib/Typography/Typography.js +7 -0
  259. package/{src/lib/Typography/index.ts → dist/lib/Typography/index.d.ts} +2 -2
  260. package/dist/lib/Typography/index.d.ts.map +1 -0
  261. package/{src/lib/Typography/themes/index.ts → dist/lib/Typography/themes/index.d.ts} +1 -0
  262. package/dist/lib/Typography/themes/index.d.ts.map +1 -0
  263. package/dist/lib/Typography/themes/typographyTheme.d.ts +21 -0
  264. package/dist/lib/Typography/themes/typographyTheme.d.ts.map +1 -0
  265. package/dist/lib/Typography/themes/uiCustomization.d.ts +2 -0
  266. package/dist/lib/Typography/themes/uiCustomization.d.ts.map +1 -0
  267. package/dist/lib/constants/styleguideConstants.d.ts +9 -0
  268. package/dist/lib/constants/styleguideConstants.d.ts.map +1 -0
  269. package/{src/lib/index.ts → dist/lib/index.d.ts} +3 -0
  270. package/dist/lib/index.d.ts.map +1 -0
  271. package/{src/lib/themes/colors/index.ts → dist/lib/themes/colors/index.d.ts} +1 -0
  272. package/dist/lib/themes/colors/index.d.ts.map +1 -0
  273. package/dist/lib/themes/colors/siColors.d.ts +140 -0
  274. package/dist/lib/themes/colors/siColors.d.ts.map +1 -0
  275. package/{src/lib/themes/index.ts → dist/lib/themes/index.d.ts} +1 -0
  276. package/dist/lib/themes/index.d.ts.map +1 -0
  277. package/dist/lib/themes/themes.cjs +2 -0
  278. package/dist/lib/themes/themes.js +142 -0
  279. package/dist/lib/themes/types/SisenseTheme.d.ts +12 -0
  280. package/dist/lib/themes/types/SisenseTheme.d.ts.map +1 -0
  281. package/{src/lib/themes/types/index.ts → dist/lib/themes/types/index.d.ts} +1 -0
  282. package/dist/lib/themes/types/index.d.ts.map +1 -0
  283. package/dist/package.json +225 -0
  284. package/dist/setPrototypeOf-BmHXYjK5.cjs +1 -0
  285. package/dist/setPrototypeOf-CEtRTXk2.js +19 -0
  286. package/dist/styleguideConstants-CtXkvIZK.cjs +1 -0
  287. package/dist/styleguideConstants-D4Yls16w.js +11 -0
  288. package/dist/useControlled-BYdyS7Pn.js +31 -0
  289. package/dist/useControlled-Ysk4KqoX.cjs +3 -0
  290. package/dist/useFormControl-CatNKXAi.js +10 -0
  291. package/dist/useFormControl-haP0iPhl.cjs +1 -0
  292. package/dist/useSlot-7x9FkqBW.js +720 -0
  293. package/dist/useSlot-B_P_o-pz.cjs +1 -0
  294. package/dist/useSlotProps-BpXHXb21.js +102 -0
  295. package/dist/useSlotProps-COvANhgg.cjs +1 -0
  296. package/dist/useTheme-BN6DGaDZ.cjs +1 -0
  297. package/dist/useTheme-eCVqNAnk.js +8 -0
  298. package/dist/useTimeout-BG7TPjEm.js +92 -0
  299. package/dist/useTimeout-DQN9lwd_.cjs +2 -0
  300. package/package.json +21 -1
  301. package/.eslintignore +0 -4
  302. package/.prettierignore +0 -11
  303. package/.storybook/main.ts +0 -44
  304. package/.storybook/preview-head.html +0 -4
  305. package/.storybook/preview.tsx +0 -34
  306. package/src/index.ts +0 -1
  307. package/src/lib/@types/sass.d.ts +0 -19
  308. package/src/lib/CheckableList/CheckableList.module.scss +0 -13
  309. package/src/lib/CheckableList/CheckableList.test.tsx +0 -61
  310. package/src/lib/CheckableList/CheckableList.tsx +0 -41
  311. package/src/lib/CheckableList/index.ts +0 -4
  312. package/src/lib/Checkbox/Checkbox.tsx +0 -28
  313. package/src/lib/Checkbox/index.ts +0 -4
  314. package/src/lib/Checkbox/themes/checkboxTheme.ts +0 -42
  315. package/src/lib/Checkbox/themes/uiCustomization.ts +0 -28
  316. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.module.scss +0 -57
  317. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.stories.tsx +0 -169
  318. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.test.tsx +0 -154
  319. package/src/lib/DEPRECATED_Button/DEPRECATED_Button.tsx +0 -129
  320. package/src/lib/DEPRECATED_Button/index.ts +0 -4
  321. package/src/lib/DEPRECATED_Checkbox/Checkbox.module.scss +0 -49
  322. package/src/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.test.tsx +0 -131
  323. package/src/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.tsx +0 -103
  324. package/src/lib/DEPRECATED_Checkbox/index.ts +0 -4
  325. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.module.scss +0 -7
  326. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.stories.tsx +0 -27
  327. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.test.tsx +0 -105
  328. package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.tsx +0 -91
  329. package/src/lib/DEPRECATED_Icon/index.ts +0 -4
  330. package/src/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.tsx +0 -49
  331. package/src/lib/DEPRECATED_Toggle/index.ts +0 -4
  332. package/src/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.module.scss +0 -115
  333. package/src/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.tsx +0 -68
  334. package/src/lib/DEPRECATED_Tooltip/index.ts +0 -4
  335. package/src/lib/Dropdown/Dropdown.module.scss +0 -9
  336. package/src/lib/Dropdown/Dropdown.tsx +0 -150
  337. package/src/lib/Dropdown/DropdownButton/DropdownButton.module.scss +0 -49
  338. package/src/lib/Dropdown/DropdownButton/DropdownButton.tsx +0 -81
  339. package/src/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.test.tsx +0 -121
  340. package/src/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.tsx +0 -39
  341. package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.module.scss +0 -20
  342. package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.tsx +0 -44
  343. package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.ts +0 -1
  344. package/src/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.ts +0 -51
  345. package/src/lib/Dropdown/hooks/useDropdown.ts +0 -29
  346. package/src/lib/Dropdown/index.ts +0 -5
  347. package/src/lib/Dropdown/types.ts +0 -17
  348. package/src/lib/Icon/Icon.tsx +0 -118
  349. package/src/lib/Icon/index.ts +0 -4
  350. package/src/lib/Icon/themes/iconTheme.tsx +0 -38
  351. package/src/lib/Icon/themes/uiCustomization.ts +0 -9
  352. package/src/lib/Input/Input.module.scss +0 -97
  353. package/src/lib/Input/Input.test.tsx +0 -177
  354. package/src/lib/Input/Input.tsx +0 -134
  355. package/src/lib/Input/index.ts +0 -4
  356. package/src/lib/LazyLoader/LazyLoader.module.scss +0 -18
  357. package/src/lib/LazyLoader/LazyLoader.tsx +0 -42
  358. package/src/lib/LazyLoader/index.ts +0 -4
  359. package/src/lib/Menu/Confirmation/Confirmation.module.scss +0 -48
  360. package/src/lib/Menu/Confirmation/Confirmation.tsx +0 -45
  361. package/src/lib/Menu/Confirmation/translation.ts +0 -17
  362. package/src/lib/Menu/Menu.module.scss +0 -178
  363. package/src/lib/Menu/Menu.tsx +0 -363
  364. package/src/lib/Menu/MenuItem/MenuItem.test.tsx +0 -241
  365. package/src/lib/Menu/MenuItem/MenuItem.tsx +0 -186
  366. package/src/lib/Menu/utils.ts +0 -13
  367. package/src/lib/Popover/Popover.module.scss +0 -15
  368. package/src/lib/Popover/Popover.tsx +0 -92
  369. package/src/lib/Popover/align.interface.ts +0 -20
  370. package/src/lib/RadioButton/RadioButton.module.scss +0 -22
  371. package/src/lib/RadioButton/RadioButton.tsx +0 -89
  372. package/src/lib/RadioButton/index.ts +0 -4
  373. package/src/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.tsx +0 -87
  374. package/src/lib/TablePagination/PaginationActionsComponent/index.ts +0 -4
  375. package/src/lib/TablePagination/PaginationActionsComponent/themes/index.ts +0 -4
  376. package/src/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.tsx +0 -70
  377. package/src/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.ts +0 -17
  378. package/src/lib/TablePagination/TablePagination.tsx +0 -148
  379. package/src/lib/TablePagination/TablePaginationContext.ts +0 -4
  380. package/src/lib/TablePagination/index.ts +0 -4
  381. package/src/lib/TablePagination/themes/tablePaginationResponsiveDesign.ts +0 -33
  382. package/src/lib/TablePagination/themes/tablePaginationTheme.tsx +0 -128
  383. package/src/lib/TablePagination/themes/uiCustomization.ts +0 -50
  384. package/src/lib/Tooltip/Tooltip.module.scss +0 -125
  385. package/src/lib/Tooltip/Tooltip.tsx +0 -34
  386. package/src/lib/Tooltip/themes/tooltipTheme.ts +0 -30
  387. package/src/lib/Typography/Typography.tsx +0 -28
  388. package/src/lib/Typography/themes/typographyTheme.tsx +0 -170
  389. package/src/lib/Typography/themes/uiCustomization.ts +0 -10
  390. package/src/lib/constants/styleguideConstants.ts +0 -8
  391. package/src/lib/styles/colors.module.scss +0 -10
  392. package/src/lib/styles/sisenseStyleguideReactColors.scss +0 -57
  393. package/src/lib/styles/style_styleguide_react/_variables.deprecated.scss +0 -107
  394. package/src/lib/styles/style_styleguide_react/_variables.scss +0 -100
  395. package/src/lib/styles/style_styleguide_react/base.scss +0 -9
  396. package/src/lib/styles/style_styleguide_react/colors.scss +0 -71
  397. package/src/lib/styles/style_styleguide_react/exports/colors.exports.scss +0 -69
  398. package/src/lib/styles/style_styleguide_react/exports/fonts.exports.scss +0 -33
  399. package/src/lib/styles/style_styleguide_react/fonts.scss +0 -27
  400. package/src/lib/styles/style_styleguide_react/mixins.scss +0 -90
  401. package/src/lib/themes/colors/siColors.ts +0 -143
  402. package/src/lib/themes/types/SisenseTheme.ts +0 -12
  403. package/tsconfig.eslint.json +0 -12
  404. package/tsconfig.json +0 -17
  405. package/tsconfig.lib.json +0 -22
  406. package/tsconfig.spec.json +0 -21
  407. package/vite.config.ts +0 -140
@@ -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;
@@ -0,0 +1 @@
1
+ "use strict";const i=require("react"),a=require("react/jsx-runtime"),c=require("./SvgIcon-Dg-EBYZz.cjs");function s(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const e in t)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(n,e,r.get?r:{enumerable:!0,get:()=>t[e]})}}return n.default=t,Object.freeze(n)}const o=s(i);function f(t,n){function e(r,u){return a.jsx(c.SvgIcon,{"data-testid":`${n}Icon`,ref:u,...r,children:t})}return process.env.NODE_ENV!=="production"&&(e.displayName=`${n}Icon`),e.muiName=c.SvgIcon.muiName,o.memo(o.forwardRef(e))}exports.createSvgIcon=f;
@@ -0,0 +1,17 @@
1
+ import * as e from "react";
2
+ import { jsx as i } from "react/jsx-runtime";
3
+ import { S as n } from "./SvgIcon-DsAvI5iY.js";
4
+ function p(t, r) {
5
+ function o(m, c) {
6
+ return /* @__PURE__ */ i(n, {
7
+ "data-testid": `${r}Icon`,
8
+ ref: c,
9
+ ...m,
10
+ children: t
11
+ });
12
+ }
13
+ return process.env.NODE_ENV !== "production" && (o.displayName = `${r}Icon`), o.muiName = n.muiName, /* @__PURE__ */ e.memo(/* @__PURE__ */ e.forwardRef(o));
14
+ }
15
+ export {
16
+ p as c
17
+ };
@@ -0,0 +1,17 @@
1
+ "use strict";const v=require("react");function M(r){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const i in r)if(i!=="default"){const s=Object.getOwnPropertyDescriptor(r,i);Object.defineProperty(t,i,s.get?s:{enumerable:!0,get:()=>r[i]})}}return t.default=r,Object.freeze(t)}const A=M(v);var P={exports:{}},n={};/**
2
+ * @license React
3
+ * react-is.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var d;function N(){if(d)return n;d=1;var r=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),u=Symbol.for("react.consumer"),c=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),E=Symbol.for("react.suspense"),_=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),R=Symbol.for("react.offscreen"),p=Symbol.for("react.client.reference");function a(e){if(typeof e=="object"&&e!==null){var S=e.$$typeof;switch(S){case r:switch(e=e.type,e){case i:case f:case s:case E:case _:return e;default:switch(e=e&&e.$$typeof,e){case c:case l:case m:case T:return e;case u:return e;default:return S}}case t:return S}}}return n.ContextConsumer=u,n.ContextProvider=c,n.Element=r,n.ForwardRef=l,n.Fragment=i,n.Lazy=m,n.Memo=T,n.Portal=t,n.Profiler=f,n.StrictMode=s,n.Suspense=E,n.SuspenseList=_,n.isContextConsumer=function(e){return a(e)===u},n.isContextProvider=function(e){return a(e)===c},n.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===r},n.isForwardRef=function(e){return a(e)===l},n.isFragment=function(e){return a(e)===i},n.isLazy=function(e){return a(e)===m},n.isMemo=function(e){return a(e)===T},n.isPortal=function(e){return a(e)===t},n.isProfiler=function(e){return a(e)===f},n.isStrictMode=function(e){return a(e)===s},n.isSuspense=function(e){return a(e)===E},n.isSuspenseList=function(e){return a(e)===_},n.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===i||e===f||e===s||e===E||e===_||e===R||typeof e=="object"&&e!==null&&(e.$$typeof===m||e.$$typeof===T||e.$$typeof===c||e.$$typeof===u||e.$$typeof===l||e.$$typeof===p||e.getModuleId!==void 0)},n.typeOf=a,n}var o={};/**
10
+ * @license React
11
+ * react-is.development.js
12
+ *
13
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var O;function b(){return O||(O=1,process.env.NODE_ENV!=="production"&&function(){function r(e){if(typeof e=="object"&&e!==null){var S=e.$$typeof;switch(S){case t:switch(e=e.type,e){case s:case u:case f:case _:case T:return e;default:switch(e=e&&e.$$typeof,e){case l:case E:case R:case m:return e;case c:return e;default:return S}}case i:return S}}}var t=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),f=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),l=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),T=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),R=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),a=Symbol.for("react.client.reference");o.ContextConsumer=c,o.ContextProvider=l,o.Element=t,o.ForwardRef=E,o.Fragment=s,o.Lazy=R,o.Memo=m,o.Portal=i,o.Profiler=u,o.StrictMode=f,o.Suspense=_,o.SuspenseList=T,o.isContextConsumer=function(e){return r(e)===c},o.isContextProvider=function(e){return r(e)===l},o.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===t},o.isForwardRef=function(e){return r(e)===E},o.isFragment=function(e){return r(e)===s},o.isLazy=function(e){return r(e)===R},o.isMemo=function(e){return r(e)===m},o.isPortal=function(e){return r(e)===i},o.isProfiler=function(e){return r(e)===u},o.isStrictMode=function(e){return r(e)===f},o.isSuspense=function(e){return r(e)===_},o.isSuspenseList=function(e){return r(e)===T},o.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===s||e===u||e===f||e===_||e===T||e===p||typeof e=="object"&&e!==null&&(e.$$typeof===R||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===E||e.$$typeof===a||e.getModuleId!==void 0)},o.typeOf=r}()),o}process.env.NODE_ENV==="production"?P.exports=N():P.exports=b();var y=P.exports;function C(r){if(typeof r!="object"||r===null)return!1;const t=Object.getPrototypeOf(r);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in r)&&!(Symbol.iterator in r)}function Y(r){if(A.isValidElement(r)||y.isValidElementType(r)||!C(r))return r;const t={};return Object.keys(r).forEach(i=>{t[i]=Y(r[i])}),t}function $(r,t,i={clone:!0}){const s=i.clone?{...r}:r;return C(r)&&C(t)&&Object.keys(t).forEach(f=>{A.isValidElement(t[f])||y.isValidElementType(t[f])?s[f]=t[f]:C(t[f])&&Object.prototype.hasOwnProperty.call(r,f)&&C(r[f])?s[f]=$(r[f],t[f],i):i.clone?s[f]=C(t[f])?Y(t[f]):t[f]:s[f]=t[f]}),s}exports.deepmerge=$;
@@ -0,0 +1,177 @@
1
+ import * as O from "react";
2
+ var p = { exports: {} }, t = {};
3
+ /**
4
+ * @license React
5
+ * react-is.production.js
6
+ *
7
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */
12
+ var d;
13
+ function $() {
14
+ if (d) return t;
15
+ d = 1;
16
+ var e = Symbol.for("react.transitional.element"), o = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), f = Symbol.for("react.profiler"), u = Symbol.for("react.consumer"), E = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), T = Symbol.for("react.suspense_list"), _ = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), P = Symbol.for("react.client.reference");
17
+ function a(r) {
18
+ if (typeof r == "object" && r !== null) {
19
+ var R = r.$$typeof;
20
+ switch (R) {
21
+ case e:
22
+ switch (r = r.type, r) {
23
+ case i:
24
+ case f:
25
+ case s:
26
+ case c:
27
+ case T:
28
+ return r;
29
+ default:
30
+ switch (r = r && r.$$typeof, r) {
31
+ case E:
32
+ case l:
33
+ case m:
34
+ case _:
35
+ return r;
36
+ case u:
37
+ return r;
38
+ default:
39
+ return R;
40
+ }
41
+ }
42
+ case o:
43
+ return R;
44
+ }
45
+ }
46
+ }
47
+ return t.ContextConsumer = u, t.ContextProvider = E, t.Element = e, t.ForwardRef = l, t.Fragment = i, t.Lazy = m, t.Memo = _, t.Portal = o, t.Profiler = f, t.StrictMode = s, t.Suspense = c, t.SuspenseList = T, t.isContextConsumer = function(r) {
48
+ return a(r) === u;
49
+ }, t.isContextProvider = function(r) {
50
+ return a(r) === E;
51
+ }, t.isElement = function(r) {
52
+ return typeof r == "object" && r !== null && r.$$typeof === e;
53
+ }, t.isForwardRef = function(r) {
54
+ return a(r) === l;
55
+ }, t.isFragment = function(r) {
56
+ return a(r) === i;
57
+ }, t.isLazy = function(r) {
58
+ return a(r) === m;
59
+ }, t.isMemo = function(r) {
60
+ return a(r) === _;
61
+ }, t.isPortal = function(r) {
62
+ return a(r) === o;
63
+ }, t.isProfiler = function(r) {
64
+ return a(r) === f;
65
+ }, t.isStrictMode = function(r) {
66
+ return a(r) === s;
67
+ }, t.isSuspense = function(r) {
68
+ return a(r) === c;
69
+ }, t.isSuspenseList = function(r) {
70
+ return a(r) === T;
71
+ }, t.isValidElementType = function(r) {
72
+ return typeof r == "string" || typeof r == "function" || r === i || r === f || r === s || r === c || r === T || r === S || typeof r == "object" && r !== null && (r.$$typeof === m || r.$$typeof === _ || r.$$typeof === E || r.$$typeof === u || r.$$typeof === l || r.$$typeof === P || r.getModuleId !== void 0);
73
+ }, t.typeOf = a, t;
74
+ }
75
+ var n = {};
76
+ /**
77
+ * @license React
78
+ * react-is.development.js
79
+ *
80
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
81
+ *
82
+ * This source code is licensed under the MIT license found in the
83
+ * LICENSE file in the root directory of this source tree.
84
+ */
85
+ var A;
86
+ function v() {
87
+ return A || (A = 1, process.env.NODE_ENV !== "production" && function() {
88
+ function e(r) {
89
+ if (typeof r == "object" && r !== null) {
90
+ var R = r.$$typeof;
91
+ switch (R) {
92
+ case o:
93
+ switch (r = r.type, r) {
94
+ case s:
95
+ case u:
96
+ case f:
97
+ case T:
98
+ case _:
99
+ return r;
100
+ default:
101
+ switch (r = r && r.$$typeof, r) {
102
+ case l:
103
+ case c:
104
+ case S:
105
+ case m:
106
+ return r;
107
+ case E:
108
+ return r;
109
+ default:
110
+ return R;
111
+ }
112
+ }
113
+ case i:
114
+ return R;
115
+ }
116
+ }
117
+ }
118
+ var o = Symbol.for("react.transitional.element"), i = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), E = Symbol.for("react.consumer"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), T = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), a = Symbol.for("react.client.reference");
119
+ n.ContextConsumer = E, n.ContextProvider = l, n.Element = o, n.ForwardRef = c, n.Fragment = s, n.Lazy = S, n.Memo = m, n.Portal = i, n.Profiler = u, n.StrictMode = f, n.Suspense = T, n.SuspenseList = _, n.isContextConsumer = function(r) {
120
+ return e(r) === E;
121
+ }, n.isContextProvider = function(r) {
122
+ return e(r) === l;
123
+ }, n.isElement = function(r) {
124
+ return typeof r == "object" && r !== null && r.$$typeof === o;
125
+ }, n.isForwardRef = function(r) {
126
+ return e(r) === c;
127
+ }, n.isFragment = function(r) {
128
+ return e(r) === s;
129
+ }, n.isLazy = function(r) {
130
+ return e(r) === S;
131
+ }, n.isMemo = function(r) {
132
+ return e(r) === m;
133
+ }, n.isPortal = function(r) {
134
+ return e(r) === i;
135
+ }, n.isProfiler = function(r) {
136
+ return e(r) === u;
137
+ }, n.isStrictMode = function(r) {
138
+ return e(r) === f;
139
+ }, n.isSuspense = function(r) {
140
+ return e(r) === T;
141
+ }, n.isSuspenseList = function(r) {
142
+ return e(r) === _;
143
+ }, n.isValidElementType = function(r) {
144
+ return typeof r == "string" || typeof r == "function" || r === s || r === u || r === f || r === T || r === _ || r === P || typeof r == "object" && r !== null && (r.$$typeof === S || r.$$typeof === m || r.$$typeof === l || r.$$typeof === E || r.$$typeof === c || r.$$typeof === a || r.getModuleId !== void 0);
145
+ }, n.typeOf = e;
146
+ }()), n;
147
+ }
148
+ process.env.NODE_ENV === "production" ? p.exports = $() : p.exports = v();
149
+ var y = p.exports;
150
+ function C(e) {
151
+ if (typeof e != "object" || e === null)
152
+ return !1;
153
+ const o = Object.getPrototypeOf(e);
154
+ return (o === null || o === Object.prototype || Object.getPrototypeOf(o) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
155
+ }
156
+ function Y(e) {
157
+ if (/* @__PURE__ */ O.isValidElement(e) || y.isValidElementType(e) || !C(e))
158
+ return e;
159
+ const o = {};
160
+ return Object.keys(e).forEach((i) => {
161
+ o[i] = Y(e[i]);
162
+ }), o;
163
+ }
164
+ function F(e, o, i = {
165
+ clone: !0
166
+ }) {
167
+ const s = i.clone ? {
168
+ ...e
169
+ } : e;
170
+ return C(e) && C(o) && Object.keys(o).forEach((f) => {
171
+ /* @__PURE__ */ O.isValidElement(o[f]) || y.isValidElementType(o[f]) ? s[f] = o[f] : C(o[f]) && // Avoid prototype pollution
172
+ Object.prototype.hasOwnProperty.call(e, f) && C(e[f]) ? s[f] = F(e[f], o[f], i) : i.clone ? s[f] = C(o[f]) ? Y(o[f]) : o[f] : s[f] = o[f];
173
+ }), s;
174
+ }
175
+ export {
176
+ F as d
177
+ };
@@ -0,0 +1,13 @@
1
+ function e() {
2
+ return e = Object.assign ? Object.assign.bind() : function(a) {
3
+ for (var n = 1; n < arguments.length; n++) {
4
+ var t = arguments[n];
5
+ for (var r in t)
6
+ Object.prototype.hasOwnProperty.call(t, r) && (a[r] = t[r]);
7
+ }
8
+ return a;
9
+ }, e.apply(this, arguments);
10
+ }
11
+ export {
12
+ e as _
13
+ };
@@ -0,0 +1 @@
1
+ "use strict";function e(){return e=Object.assign?Object.assign.bind():function(s){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(s[r]=t[r])}return s},e.apply(this,arguments)}exports._extends=e;
@@ -0,0 +1,20 @@
1
+ "use strict";var ge=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Se(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var ae={exports:{}},V={exports:{}},T={};/** @license React v16.13.1
2
+ * react-is.production.min.js
3
+ *
4
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */var fe;function Pe(){if(fe)return T;fe=1;var o=typeof Symbol=="function"&&Symbol.for,j=o?Symbol.for("react.element"):60103,O=o?Symbol.for("react.portal"):60106,p=o?Symbol.for("react.fragment"):60107,S=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,P=o?Symbol.for("react.provider"):60109,l=o?Symbol.for("react.context"):60110,_=o?Symbol.for("react.async_mode"):60111,g=o?Symbol.for("react.concurrent_mode"):60111,b=o?Symbol.for("react.forward_ref"):60112,E=o?Symbol.for("react.suspense"):60113,C=o?Symbol.for("react.suspense_list"):60120,w=o?Symbol.for("react.memo"):60115,M=o?Symbol.for("react.lazy"):60116,R=o?Symbol.for("react.block"):60121,I=o?Symbol.for("react.fundamental"):60117,Y=o?Symbol.for("react.responder"):60118,F=o?Symbol.for("react.scope"):60119;function A(t){if(typeof t=="object"&&t!==null){var k=t.$$typeof;switch(k){case j:switch(t=t.type,t){case _:case g:case p:case a:case S:case E:return t;default:switch(t=t&&t.$$typeof,t){case l:case b:case M:case w:case P:return t;default:return k}}case O:return k}}}function x(t){return A(t)===g}return T.AsyncMode=_,T.ConcurrentMode=g,T.ContextConsumer=l,T.ContextProvider=P,T.Element=j,T.ForwardRef=b,T.Fragment=p,T.Lazy=M,T.Memo=w,T.Portal=O,T.Profiler=a,T.StrictMode=S,T.Suspense=E,T.isAsyncMode=function(t){return x(t)||A(t)===_},T.isConcurrentMode=x,T.isContextConsumer=function(t){return A(t)===l},T.isContextProvider=function(t){return A(t)===P},T.isElement=function(t){return typeof t=="object"&&t!==null&&t.$$typeof===j},T.isForwardRef=function(t){return A(t)===b},T.isFragment=function(t){return A(t)===p},T.isLazy=function(t){return A(t)===M},T.isMemo=function(t){return A(t)===w},T.isPortal=function(t){return A(t)===O},T.isProfiler=function(t){return A(t)===a},T.isStrictMode=function(t){return A(t)===S},T.isSuspense=function(t){return A(t)===E},T.isValidElementType=function(t){return typeof t=="string"||typeof t=="function"||t===p||t===g||t===a||t===S||t===E||t===C||typeof t=="object"&&t!==null&&(t.$$typeof===M||t.$$typeof===w||t.$$typeof===P||t.$$typeof===l||t.$$typeof===b||t.$$typeof===I||t.$$typeof===Y||t.$$typeof===F||t.$$typeof===R)},T.typeOf=A,T}var m={};/** @license React v16.13.1
9
+ * react-is.development.js
10
+ *
11
+ * Copyright (c) Facebook, Inc. and its affiliates.
12
+ *
13
+ * This source code is licensed under the MIT license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */var ue;function Oe(){return ue||(ue=1,process.env.NODE_ENV!=="production"&&function(){var o=typeof Symbol=="function"&&Symbol.for,j=o?Symbol.for("react.element"):60103,O=o?Symbol.for("react.portal"):60106,p=o?Symbol.for("react.fragment"):60107,S=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,P=o?Symbol.for("react.provider"):60109,l=o?Symbol.for("react.context"):60110,_=o?Symbol.for("react.async_mode"):60111,g=o?Symbol.for("react.concurrent_mode"):60111,b=o?Symbol.for("react.forward_ref"):60112,E=o?Symbol.for("react.suspense"):60113,C=o?Symbol.for("react.suspense_list"):60120,w=o?Symbol.for("react.memo"):60115,M=o?Symbol.for("react.lazy"):60116,R=o?Symbol.for("react.block"):60121,I=o?Symbol.for("react.fundamental"):60117,Y=o?Symbol.for("react.responder"):60118,F=o?Symbol.for("react.scope"):60119;function A(r){return typeof r=="string"||typeof r=="function"||r===p||r===g||r===a||r===S||r===E||r===C||typeof r=="object"&&r!==null&&(r.$$typeof===M||r.$$typeof===w||r.$$typeof===P||r.$$typeof===l||r.$$typeof===b||r.$$typeof===I||r.$$typeof===Y||r.$$typeof===F||r.$$typeof===R)}function x(r){if(typeof r=="object"&&r!==null){var D=r.$$typeof;switch(D){case j:var B=r.type;switch(B){case _:case g:case p:case a:case S:case E:return B;default:var ce=B&&B.$$typeof;switch(ce){case l:case b:case M:case w:case P:return ce;default:return D}}case O:return D}}}var t=_,k=g,N=l,G=P,H=j,J=b,U=p,X=M,K=w,L=O,Z=a,q=S,W=E,z=!1;function Q(r){return z||(z=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),e(r)||x(r)===_}function e(r){return x(r)===g}function n(r){return x(r)===l}function u(r){return x(r)===P}function c(r){return typeof r=="object"&&r!==null&&r.$$typeof===j}function i(r){return x(r)===b}function d(r){return x(r)===p}function s(r){return x(r)===M}function f(r){return x(r)===w}function y(r){return x(r)===O}function h(r){return x(r)===a}function v(r){return x(r)===S}function $(r){return x(r)===E}m.AsyncMode=t,m.ConcurrentMode=k,m.ContextConsumer=N,m.ContextProvider=G,m.Element=H,m.ForwardRef=J,m.Fragment=U,m.Lazy=X,m.Memo=K,m.Portal=L,m.Profiler=Z,m.StrictMode=q,m.Suspense=W,m.isAsyncMode=Q,m.isConcurrentMode=e,m.isContextConsumer=n,m.isContextProvider=u,m.isElement=c,m.isForwardRef=i,m.isFragment=d,m.isLazy=s,m.isMemo=f,m.isPortal=y,m.isProfiler=h,m.isStrictMode=v,m.isSuspense=$,m.isValidElementType=A,m.typeOf=x}()),m}var le;function me(){return le||(le=1,process.env.NODE_ENV==="production"?V.exports=Pe():V.exports=Oe()),V.exports}/*
16
+ object-assign
17
+ (c) Sindre Sorhus
18
+ @license MIT
19
+ */var ee,pe;function _e(){if(pe)return ee;pe=1;var o=Object.getOwnPropertySymbols,j=Object.prototype.hasOwnProperty,O=Object.prototype.propertyIsEnumerable;function p(a){if(a==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}function S(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de",Object.getOwnPropertyNames(a)[0]==="5")return!1;for(var P={},l=0;l<10;l++)P["_"+String.fromCharCode(l)]=l;var _=Object.getOwnPropertyNames(P).map(function(b){return P[b]});if(_.join("")!=="0123456789")return!1;var g={};return"abcdefghijklmnopqrst".split("").forEach(function(b){g[b]=b}),Object.keys(Object.assign({},g)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return ee=S()?Object.assign:function(a,P){for(var l,_=p(a),g,b=1;b<arguments.length;b++){l=Object(arguments[b]);for(var E in l)j.call(l,E)&&(_[E]=l[E]);if(o){g=o(l);for(var C=0;C<g.length;C++)O.call(l,g[C])&&(_[g[C]]=l[g[C]])}}return _},ee}var re,de;function se(){if(de)return re;de=1;var o="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return re=o,re}var te,ye;function he(){return ye||(ye=1,te=Function.call.bind(Object.prototype.hasOwnProperty)),te}var ne,ve;function Re(){if(ve)return ne;ve=1;var o=function(){};if(process.env.NODE_ENV!=="production"){var j=se(),O={},p=he();o=function(a){var P="Warning: "+a;typeof console<"u"&&console.error(P);try{throw new Error(P)}catch{}}}function S(a,P,l,_,g){if(process.env.NODE_ENV!=="production"){for(var b in a)if(p(a,b)){var E;try{if(typeof a[b]!="function"){var C=Error((_||"React class")+": "+l+" type `"+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[b]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw C.name="Invariant Violation",C}E=a[b](P,b,_,l,null,j)}catch(M){E=M}if(E&&!(E instanceof Error)&&o((_||"React class")+": type specification of "+l+" `"+b+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof E+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),E instanceof Error&&!(E.message in O)){O[E.message]=!0;var w=g?g():"";o("Failed "+l+" type: "+E.message+(w??""))}}}}return S.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(O={})},ne=S,ne}var oe,be;function Ce(){if(be)return oe;be=1;var o=me(),j=_e(),O=se(),p=he(),S=Re(),a=function(){};process.env.NODE_ENV!=="production"&&(a=function(l){var _="Warning: "+l;typeof console<"u"&&console.error(_);try{throw new Error(_)}catch{}});function P(){return null}return oe=function(l,_){var g=typeof Symbol=="function"&&Symbol.iterator,b="@@iterator";function E(e){var n=e&&(g&&e[g]||e[b]);if(typeof n=="function")return n}var C="<<anonymous>>",w={array:Y("array"),bigint:Y("bigint"),bool:Y("boolean"),func:Y("function"),number:Y("number"),object:Y("object"),string:Y("string"),symbol:Y("symbol"),any:F(),arrayOf:A,element:x(),elementType:t(),instanceOf:k,node:J(),objectOf:G,oneOf:N,oneOfType:H,shape:X,exact:K};function M(e,n){return e===n?e!==0||1/e===1/n:e!==e&&n!==n}function R(e,n){this.message=e,this.data=n&&typeof n=="object"?n:{},this.stack=""}R.prototype=Error.prototype;function I(e){if(process.env.NODE_ENV!=="production")var n={},u=0;function c(d,s,f,y,h,v,$){if(y=y||C,v=v||f,$!==O){if(_){var r=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw r.name="Invariant Violation",r}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var D=y+":"+f;!n[D]&&u<3&&(a("You are manually calling a React.PropTypes validation function for the `"+v+"` prop on `"+y+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),n[D]=!0,u++)}}return s[f]==null?d?s[f]===null?new R("The "+h+" `"+v+"` is marked as required "+("in `"+y+"`, but its value is `null`.")):new R("The "+h+" `"+v+"` is marked as required in "+("`"+y+"`, but its value is `undefined`.")):null:e(s,f,y,h,v)}var i=c.bind(null,!1);return i.isRequired=c.bind(null,!0),i}function Y(e){function n(u,c,i,d,s,f){var y=u[c],h=q(y);if(h!==e){var v=W(y);return new R("Invalid "+d+" `"+s+"` of type "+("`"+v+"` supplied to `"+i+"`, expected ")+("`"+e+"`."),{expectedType:e})}return null}return I(n)}function F(){return I(P)}function A(e){function n(u,c,i,d,s){if(typeof e!="function")return new R("Property `"+s+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var f=u[c];if(!Array.isArray(f)){var y=q(f);return new R("Invalid "+d+" `"+s+"` of type "+("`"+y+"` supplied to `"+i+"`, expected an array."))}for(var h=0;h<f.length;h++){var v=e(f,h,i,d,s+"["+h+"]",O);if(v instanceof Error)return v}return null}return I(n)}function x(){function e(n,u,c,i,d){var s=n[u];if(!l(s)){var f=q(s);return new R("Invalid "+i+" `"+d+"` of type "+("`"+f+"` supplied to `"+c+"`, expected a single ReactElement."))}return null}return I(e)}function t(){function e(n,u,c,i,d){var s=n[u];if(!o.isValidElementType(s)){var f=q(s);return new R("Invalid "+i+" `"+d+"` of type "+("`"+f+"` supplied to `"+c+"`, expected a single ReactElement type."))}return null}return I(e)}function k(e){function n(u,c,i,d,s){if(!(u[c]instanceof e)){var f=e.name||C,y=Q(u[c]);return new R("Invalid "+d+" `"+s+"` of type "+("`"+y+"` supplied to `"+i+"`, expected ")+("instance of `"+f+"`."))}return null}return I(n)}function N(e){if(!Array.isArray(e))return process.env.NODE_ENV!=="production"&&(arguments.length>1?a("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):a("Invalid argument supplied to oneOf, expected an array.")),P;function n(u,c,i,d,s){for(var f=u[c],y=0;y<e.length;y++)if(M(f,e[y]))return null;var h=JSON.stringify(e,function($,r){var D=W(r);return D==="symbol"?String(r):r});return new R("Invalid "+d+" `"+s+"` of value `"+String(f)+"` "+("supplied to `"+i+"`, expected one of "+h+"."))}return I(n)}function G(e){function n(u,c,i,d,s){if(typeof e!="function")return new R("Property `"+s+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var f=u[c],y=q(f);if(y!=="object")return new R("Invalid "+d+" `"+s+"` of type "+("`"+y+"` supplied to `"+i+"`, expected an object."));for(var h in f)if(p(f,h)){var v=e(f,h,i,d,s+"."+h,O);if(v instanceof Error)return v}return null}return I(n)}function H(e){if(!Array.isArray(e))return process.env.NODE_ENV!=="production"&&a("Invalid argument supplied to oneOfType, expected an instance of array."),P;for(var n=0;n<e.length;n++){var u=e[n];if(typeof u!="function")return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+z(u)+" at index "+n+"."),P}function c(i,d,s,f,y){for(var h=[],v=0;v<e.length;v++){var $=e[v],r=$(i,d,s,f,y,O);if(r==null)return null;r.data&&p(r.data,"expectedType")&&h.push(r.data.expectedType)}var D=h.length>0?", expected one of type ["+h.join(", ")+"]":"";return new R("Invalid "+f+" `"+y+"` supplied to "+("`"+s+"`"+D+"."))}return I(c)}function J(){function e(n,u,c,i,d){return L(n[u])?null:new R("Invalid "+i+" `"+d+"` supplied to "+("`"+c+"`, expected a ReactNode."))}return I(e)}function U(e,n,u,c,i){return new R((e||"React class")+": "+n+" type `"+u+"."+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function X(e){function n(u,c,i,d,s){var f=u[c],y=q(f);if(y!=="object")return new R("Invalid "+d+" `"+s+"` of type `"+y+"` "+("supplied to `"+i+"`, expected `object`."));for(var h in e){var v=e[h];if(typeof v!="function")return U(i,d,s,h,W(v));var $=v(f,h,i,d,s+"."+h,O);if($)return $}return null}return I(n)}function K(e){function n(u,c,i,d,s){var f=u[c],y=q(f);if(y!=="object")return new R("Invalid "+d+" `"+s+"` of type `"+y+"` "+("supplied to `"+i+"`, expected `object`."));var h=j({},u[c],e);for(var v in h){var $=e[v];if(p(e,v)&&typeof $!="function")return U(i,d,s,v,W($));if(!$)return new R("Invalid "+d+" `"+s+"` key `"+v+"` supplied to `"+i+"`.\nBad object: "+JSON.stringify(u[c],null," ")+`
20
+ Valid keys: `+JSON.stringify(Object.keys(e),null," "));var r=$(f,v,i,d,s+"."+v,O);if(r)return r}return null}return I(n)}function L(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(L);if(e===null||l(e))return!0;var n=E(e);if(n){var u=n.call(e),c;if(n!==e.entries){for(;!(c=u.next()).done;)if(!L(c.value))return!1}else for(;!(c=u.next()).done;){var i=c.value;if(i&&!L(i[1]))return!1}}else return!1;return!0;default:return!1}}function Z(e,n){return e==="symbol"?!0:n?n["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&n instanceof Symbol:!1}function q(e){var n=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":Z(n,e)?"symbol":n}function W(e){if(typeof e>"u"||e===null)return""+e;var n=q(e);if(n==="object"){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return n}function z(e){var n=W(e);switch(n){case"array":case"object":return"an "+n;case"boolean":case"date":case"regexp":return"a "+n;default:return n}}function Q(e){return!e.constructor||!e.constructor.name?C:e.constructor.name}return w.checkPropTypes=S,w.resetWarningCache=S.resetWarningCache,w.PropTypes=w,w},oe}var ie,Te;function we(){if(Te)return ie;Te=1;var o=se();function j(){}function O(){}return O.resetWarningCache=j,ie=function(){function p(P,l,_,g,b,E){if(E!==o){var C=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw C.name="Invariant Violation",C}}p.isRequired=p;function S(){return p}var a={array:p,bigint:p,bool:p,func:p,number:p,object:p,string:p,symbol:p,any:p,arrayOf:S,element:p,elementType:p,instanceOf:S,node:p,objectOf:S,oneOf:S,oneOfType:S,shape:S,exact:S,checkPropTypes:O,resetWarningCache:j};return a.PropTypes=a,a},ie}if(process.env.NODE_ENV!=="production"){var xe=me(),Ae=!0;ae.exports=Ce()(xe.isElement,Ae)}else ae.exports=we()();var Ee=ae.exports;const je=Se(Ee);exports.PropTypes=je;exports.commonjsGlobal=ge;exports.propTypesExports=Ee;