@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,667 @@
1
+ var Ae = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function Ee(o) {
3
+ return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
4
+ }
5
+ var ae = { exports: {} }, V = { exports: {} }, h = {};
6
+ /** @license React v16.13.1
7
+ * react-is.production.min.js
8
+ *
9
+ * Copyright (c) Facebook, Inc. and its affiliates.
10
+ *
11
+ * This source code is licensed under the MIT license found in the
12
+ * LICENSE file in the root directory of this source tree.
13
+ */
14
+ var se;
15
+ function ge() {
16
+ if (se) return h;
17
+ se = 1;
18
+ var o = typeof Symbol == "function" && Symbol.for, j = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, d = 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;
19
+ function A(t) {
20
+ if (typeof t == "object" && t !== null) {
21
+ var k = t.$$typeof;
22
+ switch (k) {
23
+ case j:
24
+ switch (t = t.type, t) {
25
+ case _:
26
+ case g:
27
+ case d:
28
+ case a:
29
+ case S:
30
+ case E:
31
+ return t;
32
+ default:
33
+ switch (t = t && t.$$typeof, t) {
34
+ case l:
35
+ case b:
36
+ case M:
37
+ case w:
38
+ case P:
39
+ return t;
40
+ default:
41
+ return k;
42
+ }
43
+ }
44
+ case O:
45
+ return k;
46
+ }
47
+ }
48
+ }
49
+ function x(t) {
50
+ return A(t) === g;
51
+ }
52
+ return h.AsyncMode = _, h.ConcurrentMode = g, h.ContextConsumer = l, h.ContextProvider = P, h.Element = j, h.ForwardRef = b, h.Fragment = d, h.Lazy = M, h.Memo = w, h.Portal = O, h.Profiler = a, h.StrictMode = S, h.Suspense = E, h.isAsyncMode = function(t) {
53
+ return x(t) || A(t) === _;
54
+ }, h.isConcurrentMode = x, h.isContextConsumer = function(t) {
55
+ return A(t) === l;
56
+ }, h.isContextProvider = function(t) {
57
+ return A(t) === P;
58
+ }, h.isElement = function(t) {
59
+ return typeof t == "object" && t !== null && t.$$typeof === j;
60
+ }, h.isForwardRef = function(t) {
61
+ return A(t) === b;
62
+ }, h.isFragment = function(t) {
63
+ return A(t) === d;
64
+ }, h.isLazy = function(t) {
65
+ return A(t) === M;
66
+ }, h.isMemo = function(t) {
67
+ return A(t) === w;
68
+ }, h.isPortal = function(t) {
69
+ return A(t) === O;
70
+ }, h.isProfiler = function(t) {
71
+ return A(t) === a;
72
+ }, h.isStrictMode = function(t) {
73
+ return A(t) === S;
74
+ }, h.isSuspense = function(t) {
75
+ return A(t) === E;
76
+ }, h.isValidElementType = function(t) {
77
+ return typeof t == "string" || typeof t == "function" || t === d || 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);
78
+ }, h.typeOf = A, h;
79
+ }
80
+ var T = {};
81
+ /** @license React v16.13.1
82
+ * react-is.development.js
83
+ *
84
+ * Copyright (c) Facebook, Inc. and its affiliates.
85
+ *
86
+ * This source code is licensed under the MIT license found in the
87
+ * LICENSE file in the root directory of this source tree.
88
+ */
89
+ var ue;
90
+ function Se() {
91
+ return ue || (ue = 1, process.env.NODE_ENV !== "production" && function() {
92
+ var o = typeof Symbol == "function" && Symbol.for, j = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, d = 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;
93
+ function A(r) {
94
+ return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
95
+ r === d || 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);
96
+ }
97
+ function x(r) {
98
+ if (typeof r == "object" && r !== null) {
99
+ var D = r.$$typeof;
100
+ switch (D) {
101
+ case j:
102
+ var B = r.type;
103
+ switch (B) {
104
+ case _:
105
+ case g:
106
+ case d:
107
+ case a:
108
+ case S:
109
+ case E:
110
+ return B;
111
+ default:
112
+ var ce = B && B.$$typeof;
113
+ switch (ce) {
114
+ case l:
115
+ case b:
116
+ case M:
117
+ case w:
118
+ case P:
119
+ return ce;
120
+ default:
121
+ return D;
122
+ }
123
+ }
124
+ case O:
125
+ return D;
126
+ }
127
+ }
128
+ }
129
+ var t = _, k = g, N = l, H = P, J = j, G = b, U = d, X = M, K = w, L = O, Z = a, q = S, W = E, z = !1;
130
+ function Q(r) {
131
+ 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) === _;
132
+ }
133
+ function e(r) {
134
+ return x(r) === g;
135
+ }
136
+ function n(r) {
137
+ return x(r) === l;
138
+ }
139
+ function u(r) {
140
+ return x(r) === P;
141
+ }
142
+ function c(r) {
143
+ return typeof r == "object" && r !== null && r.$$typeof === j;
144
+ }
145
+ function i(r) {
146
+ return x(r) === b;
147
+ }
148
+ function p(r) {
149
+ return x(r) === d;
150
+ }
151
+ function f(r) {
152
+ return x(r) === M;
153
+ }
154
+ function s(r) {
155
+ return x(r) === w;
156
+ }
157
+ function y(r) {
158
+ return x(r) === O;
159
+ }
160
+ function m(r) {
161
+ return x(r) === a;
162
+ }
163
+ function v(r) {
164
+ return x(r) === S;
165
+ }
166
+ function $(r) {
167
+ return x(r) === E;
168
+ }
169
+ T.AsyncMode = t, T.ConcurrentMode = k, T.ContextConsumer = N, T.ContextProvider = H, T.Element = J, T.ForwardRef = G, T.Fragment = U, T.Lazy = X, T.Memo = K, T.Portal = L, T.Profiler = Z, T.StrictMode = q, T.Suspense = W, T.isAsyncMode = Q, T.isConcurrentMode = e, T.isContextConsumer = n, T.isContextProvider = u, T.isElement = c, T.isForwardRef = i, T.isFragment = p, T.isLazy = f, T.isMemo = s, T.isPortal = y, T.isProfiler = m, T.isStrictMode = v, T.isSuspense = $, T.isValidElementType = A, T.typeOf = x;
170
+ }()), T;
171
+ }
172
+ var le;
173
+ function Te() {
174
+ return le || (le = 1, process.env.NODE_ENV === "production" ? V.exports = ge() : V.exports = Se()), V.exports;
175
+ }
176
+ /*
177
+ object-assign
178
+ (c) Sindre Sorhus
179
+ @license MIT
180
+ */
181
+ var ee, de;
182
+ function Pe() {
183
+ if (de) return ee;
184
+ de = 1;
185
+ var o = Object.getOwnPropertySymbols, j = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
186
+ function d(a) {
187
+ if (a == null)
188
+ throw new TypeError("Object.assign cannot be called with null or undefined");
189
+ return Object(a);
190
+ }
191
+ function S() {
192
+ try {
193
+ if (!Object.assign)
194
+ return !1;
195
+ var a = new String("abc");
196
+ if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
197
+ return !1;
198
+ for (var P = {}, l = 0; l < 10; l++)
199
+ P["_" + String.fromCharCode(l)] = l;
200
+ var _ = Object.getOwnPropertyNames(P).map(function(b) {
201
+ return P[b];
202
+ });
203
+ if (_.join("") !== "0123456789")
204
+ return !1;
205
+ var g = {};
206
+ return "abcdefghijklmnopqrst".split("").forEach(function(b) {
207
+ g[b] = b;
208
+ }), Object.keys(Object.assign({}, g)).join("") === "abcdefghijklmnopqrst";
209
+ } catch {
210
+ return !1;
211
+ }
212
+ }
213
+ return ee = S() ? Object.assign : function(a, P) {
214
+ for (var l, _ = d(a), g, b = 1; b < arguments.length; b++) {
215
+ l = Object(arguments[b]);
216
+ for (var E in l)
217
+ j.call(l, E) && (_[E] = l[E]);
218
+ if (o) {
219
+ g = o(l);
220
+ for (var C = 0; C < g.length; C++)
221
+ O.call(l, g[C]) && (_[g[C]] = l[g[C]]);
222
+ }
223
+ }
224
+ return _;
225
+ }, ee;
226
+ }
227
+ var re, pe;
228
+ function fe() {
229
+ if (pe) return re;
230
+ pe = 1;
231
+ var o = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
232
+ return re = o, re;
233
+ }
234
+ var te, ye;
235
+ function me() {
236
+ return ye || (ye = 1, te = Function.call.bind(Object.prototype.hasOwnProperty)), te;
237
+ }
238
+ var ne, ve;
239
+ function Oe() {
240
+ if (ve) return ne;
241
+ ve = 1;
242
+ var o = function() {
243
+ };
244
+ if (process.env.NODE_ENV !== "production") {
245
+ var j = fe(), O = {}, d = me();
246
+ o = function(a) {
247
+ var P = "Warning: " + a;
248
+ typeof console < "u" && console.error(P);
249
+ try {
250
+ throw new Error(P);
251
+ } catch {
252
+ }
253
+ };
254
+ }
255
+ function S(a, P, l, _, g) {
256
+ if (process.env.NODE_ENV !== "production") {
257
+ for (var b in a)
258
+ if (d(a, b)) {
259
+ var E;
260
+ try {
261
+ if (typeof a[b] != "function") {
262
+ var C = Error(
263
+ (_ || "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`."
264
+ );
265
+ throw C.name = "Invariant Violation", C;
266
+ }
267
+ E = a[b](P, b, _, l, null, j);
268
+ } catch (M) {
269
+ E = M;
270
+ }
271
+ if (E && !(E instanceof Error) && o(
272
+ (_ || "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)."
273
+ ), E instanceof Error && !(E.message in O)) {
274
+ O[E.message] = !0;
275
+ var w = g ? g() : "";
276
+ o(
277
+ "Failed " + l + " type: " + E.message + (w ?? "")
278
+ );
279
+ }
280
+ }
281
+ }
282
+ }
283
+ return S.resetWarningCache = function() {
284
+ process.env.NODE_ENV !== "production" && (O = {});
285
+ }, ne = S, ne;
286
+ }
287
+ var oe, be;
288
+ function _e() {
289
+ if (be) return oe;
290
+ be = 1;
291
+ var o = Te(), j = Pe(), O = fe(), d = me(), S = Oe(), a = function() {
292
+ };
293
+ process.env.NODE_ENV !== "production" && (a = function(l) {
294
+ var _ = "Warning: " + l;
295
+ typeof console < "u" && console.error(_);
296
+ try {
297
+ throw new Error(_);
298
+ } catch {
299
+ }
300
+ });
301
+ function P() {
302
+ return null;
303
+ }
304
+ return oe = function(l, _) {
305
+ var g = typeof Symbol == "function" && Symbol.iterator, b = "@@iterator";
306
+ function E(e) {
307
+ var n = e && (g && e[g] || e[b]);
308
+ if (typeof n == "function")
309
+ return n;
310
+ }
311
+ var C = "<<anonymous>>", w = {
312
+ array: Y("array"),
313
+ bigint: Y("bigint"),
314
+ bool: Y("boolean"),
315
+ func: Y("function"),
316
+ number: Y("number"),
317
+ object: Y("object"),
318
+ string: Y("string"),
319
+ symbol: Y("symbol"),
320
+ any: F(),
321
+ arrayOf: A,
322
+ element: x(),
323
+ elementType: t(),
324
+ instanceOf: k,
325
+ node: G(),
326
+ objectOf: H,
327
+ oneOf: N,
328
+ oneOfType: J,
329
+ shape: X,
330
+ exact: K
331
+ };
332
+ function M(e, n) {
333
+ return e === n ? e !== 0 || 1 / e === 1 / n : e !== e && n !== n;
334
+ }
335
+ function R(e, n) {
336
+ this.message = e, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
337
+ }
338
+ R.prototype = Error.prototype;
339
+ function I(e) {
340
+ if (process.env.NODE_ENV !== "production")
341
+ var n = {}, u = 0;
342
+ function c(p, f, s, y, m, v, $) {
343
+ if (y = y || C, v = v || s, $ !== O) {
344
+ if (_) {
345
+ var r = new Error(
346
+ "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"
347
+ );
348
+ throw r.name = "Invariant Violation", r;
349
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
350
+ var D = y + ":" + s;
351
+ !n[D] && // Avoid spamming the console because they are often not actionable except for lib authors
352
+ u < 3 && (a(
353
+ "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."
354
+ ), n[D] = !0, u++);
355
+ }
356
+ }
357
+ return f[s] == null ? p ? f[s] === null ? new R("The " + m + " `" + v + "` is marked as required " + ("in `" + y + "`, but its value is `null`.")) : new R("The " + m + " `" + v + "` is marked as required in " + ("`" + y + "`, but its value is `undefined`.")) : null : e(f, s, y, m, v);
358
+ }
359
+ var i = c.bind(null, !1);
360
+ return i.isRequired = c.bind(null, !0), i;
361
+ }
362
+ function Y(e) {
363
+ function n(u, c, i, p, f, s) {
364
+ var y = u[c], m = q(y);
365
+ if (m !== e) {
366
+ var v = W(y);
367
+ return new R(
368
+ "Invalid " + p + " `" + f + "` of type " + ("`" + v + "` supplied to `" + i + "`, expected ") + ("`" + e + "`."),
369
+ { expectedType: e }
370
+ );
371
+ }
372
+ return null;
373
+ }
374
+ return I(n);
375
+ }
376
+ function F() {
377
+ return I(P);
378
+ }
379
+ function A(e) {
380
+ function n(u, c, i, p, f) {
381
+ if (typeof e != "function")
382
+ return new R("Property `" + f + "` of component `" + i + "` has invalid PropType notation inside arrayOf.");
383
+ var s = u[c];
384
+ if (!Array.isArray(s)) {
385
+ var y = q(s);
386
+ return new R("Invalid " + p + " `" + f + "` of type " + ("`" + y + "` supplied to `" + i + "`, expected an array."));
387
+ }
388
+ for (var m = 0; m < s.length; m++) {
389
+ var v = e(s, m, i, p, f + "[" + m + "]", O);
390
+ if (v instanceof Error)
391
+ return v;
392
+ }
393
+ return null;
394
+ }
395
+ return I(n);
396
+ }
397
+ function x() {
398
+ function e(n, u, c, i, p) {
399
+ var f = n[u];
400
+ if (!l(f)) {
401
+ var s = q(f);
402
+ return new R("Invalid " + i + " `" + p + "` of type " + ("`" + s + "` supplied to `" + c + "`, expected a single ReactElement."));
403
+ }
404
+ return null;
405
+ }
406
+ return I(e);
407
+ }
408
+ function t() {
409
+ function e(n, u, c, i, p) {
410
+ var f = n[u];
411
+ if (!o.isValidElementType(f)) {
412
+ var s = q(f);
413
+ return new R("Invalid " + i + " `" + p + "` of type " + ("`" + s + "` supplied to `" + c + "`, expected a single ReactElement type."));
414
+ }
415
+ return null;
416
+ }
417
+ return I(e);
418
+ }
419
+ function k(e) {
420
+ function n(u, c, i, p, f) {
421
+ if (!(u[c] instanceof e)) {
422
+ var s = e.name || C, y = Q(u[c]);
423
+ return new R("Invalid " + p + " `" + f + "` of type " + ("`" + y + "` supplied to `" + i + "`, expected ") + ("instance of `" + s + "`."));
424
+ }
425
+ return null;
426
+ }
427
+ return I(n);
428
+ }
429
+ function N(e) {
430
+ if (!Array.isArray(e))
431
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
432
+ "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])."
433
+ ) : a("Invalid argument supplied to oneOf, expected an array.")), P;
434
+ function n(u, c, i, p, f) {
435
+ for (var s = u[c], y = 0; y < e.length; y++)
436
+ if (M(s, e[y]))
437
+ return null;
438
+ var m = JSON.stringify(e, function($, r) {
439
+ var D = W(r);
440
+ return D === "symbol" ? String(r) : r;
441
+ });
442
+ return new R("Invalid " + p + " `" + f + "` of value `" + String(s) + "` " + ("supplied to `" + i + "`, expected one of " + m + "."));
443
+ }
444
+ return I(n);
445
+ }
446
+ function H(e) {
447
+ function n(u, c, i, p, f) {
448
+ if (typeof e != "function")
449
+ return new R("Property `" + f + "` of component `" + i + "` has invalid PropType notation inside objectOf.");
450
+ var s = u[c], y = q(s);
451
+ if (y !== "object")
452
+ return new R("Invalid " + p + " `" + f + "` of type " + ("`" + y + "` supplied to `" + i + "`, expected an object."));
453
+ for (var m in s)
454
+ if (d(s, m)) {
455
+ var v = e(s, m, i, p, f + "." + m, O);
456
+ if (v instanceof Error)
457
+ return v;
458
+ }
459
+ return null;
460
+ }
461
+ return I(n);
462
+ }
463
+ function J(e) {
464
+ if (!Array.isArray(e))
465
+ return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), P;
466
+ for (var n = 0; n < e.length; n++) {
467
+ var u = e[n];
468
+ if (typeof u != "function")
469
+ return a(
470
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + z(u) + " at index " + n + "."
471
+ ), P;
472
+ }
473
+ function c(i, p, f, s, y) {
474
+ for (var m = [], v = 0; v < e.length; v++) {
475
+ var $ = e[v], r = $(i, p, f, s, y, O);
476
+ if (r == null)
477
+ return null;
478
+ r.data && d(r.data, "expectedType") && m.push(r.data.expectedType);
479
+ }
480
+ var D = m.length > 0 ? ", expected one of type [" + m.join(", ") + "]" : "";
481
+ return new R("Invalid " + s + " `" + y + "` supplied to " + ("`" + f + "`" + D + "."));
482
+ }
483
+ return I(c);
484
+ }
485
+ function G() {
486
+ function e(n, u, c, i, p) {
487
+ return L(n[u]) ? null : new R("Invalid " + i + " `" + p + "` supplied to " + ("`" + c + "`, expected a ReactNode."));
488
+ }
489
+ return I(e);
490
+ }
491
+ function U(e, n, u, c, i) {
492
+ return new R(
493
+ (e || "React class") + ": " + n + " type `" + u + "." + c + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + i + "`."
494
+ );
495
+ }
496
+ function X(e) {
497
+ function n(u, c, i, p, f) {
498
+ var s = u[c], y = q(s);
499
+ if (y !== "object")
500
+ return new R("Invalid " + p + " `" + f + "` of type `" + y + "` " + ("supplied to `" + i + "`, expected `object`."));
501
+ for (var m in e) {
502
+ var v = e[m];
503
+ if (typeof v != "function")
504
+ return U(i, p, f, m, W(v));
505
+ var $ = v(s, m, i, p, f + "." + m, O);
506
+ if ($)
507
+ return $;
508
+ }
509
+ return null;
510
+ }
511
+ return I(n);
512
+ }
513
+ function K(e) {
514
+ function n(u, c, i, p, f) {
515
+ var s = u[c], y = q(s);
516
+ if (y !== "object")
517
+ return new R("Invalid " + p + " `" + f + "` of type `" + y + "` " + ("supplied to `" + i + "`, expected `object`."));
518
+ var m = j({}, u[c], e);
519
+ for (var v in m) {
520
+ var $ = e[v];
521
+ if (d(e, v) && typeof $ != "function")
522
+ return U(i, p, f, v, W($));
523
+ if (!$)
524
+ return new R(
525
+ "Invalid " + p + " `" + f + "` key `" + v + "` supplied to `" + i + "`.\nBad object: " + JSON.stringify(u[c], null, " ") + `
526
+ Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
527
+ );
528
+ var r = $(s, v, i, p, f + "." + v, O);
529
+ if (r)
530
+ return r;
531
+ }
532
+ return null;
533
+ }
534
+ return I(n);
535
+ }
536
+ function L(e) {
537
+ switch (typeof e) {
538
+ case "number":
539
+ case "string":
540
+ case "undefined":
541
+ return !0;
542
+ case "boolean":
543
+ return !e;
544
+ case "object":
545
+ if (Array.isArray(e))
546
+ return e.every(L);
547
+ if (e === null || l(e))
548
+ return !0;
549
+ var n = E(e);
550
+ if (n) {
551
+ var u = n.call(e), c;
552
+ if (n !== e.entries) {
553
+ for (; !(c = u.next()).done; )
554
+ if (!L(c.value))
555
+ return !1;
556
+ } else
557
+ for (; !(c = u.next()).done; ) {
558
+ var i = c.value;
559
+ if (i && !L(i[1]))
560
+ return !1;
561
+ }
562
+ } else
563
+ return !1;
564
+ return !0;
565
+ default:
566
+ return !1;
567
+ }
568
+ }
569
+ function Z(e, n) {
570
+ return e === "symbol" ? !0 : n ? n["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && n instanceof Symbol : !1;
571
+ }
572
+ function q(e) {
573
+ var n = typeof e;
574
+ return Array.isArray(e) ? "array" : e instanceof RegExp ? "object" : Z(n, e) ? "symbol" : n;
575
+ }
576
+ function W(e) {
577
+ if (typeof e > "u" || e === null)
578
+ return "" + e;
579
+ var n = q(e);
580
+ if (n === "object") {
581
+ if (e instanceof Date)
582
+ return "date";
583
+ if (e instanceof RegExp)
584
+ return "regexp";
585
+ }
586
+ return n;
587
+ }
588
+ function z(e) {
589
+ var n = W(e);
590
+ switch (n) {
591
+ case "array":
592
+ case "object":
593
+ return "an " + n;
594
+ case "boolean":
595
+ case "date":
596
+ case "regexp":
597
+ return "a " + n;
598
+ default:
599
+ return n;
600
+ }
601
+ }
602
+ function Q(e) {
603
+ return !e.constructor || !e.constructor.name ? C : e.constructor.name;
604
+ }
605
+ return w.checkPropTypes = S, w.resetWarningCache = S.resetWarningCache, w.PropTypes = w, w;
606
+ }, oe;
607
+ }
608
+ var ie, he;
609
+ function Re() {
610
+ if (he) return ie;
611
+ he = 1;
612
+ var o = fe();
613
+ function j() {
614
+ }
615
+ function O() {
616
+ }
617
+ return O.resetWarningCache = j, ie = function() {
618
+ function d(P, l, _, g, b, E) {
619
+ if (E !== o) {
620
+ var C = new Error(
621
+ "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"
622
+ );
623
+ throw C.name = "Invariant Violation", C;
624
+ }
625
+ }
626
+ d.isRequired = d;
627
+ function S() {
628
+ return d;
629
+ }
630
+ var a = {
631
+ array: d,
632
+ bigint: d,
633
+ bool: d,
634
+ func: d,
635
+ number: d,
636
+ object: d,
637
+ string: d,
638
+ symbol: d,
639
+ any: d,
640
+ arrayOf: S,
641
+ element: d,
642
+ elementType: d,
643
+ instanceOf: S,
644
+ node: d,
645
+ objectOf: S,
646
+ oneOf: S,
647
+ oneOfType: S,
648
+ shape: S,
649
+ exact: S,
650
+ checkPropTypes: O,
651
+ resetWarningCache: j
652
+ };
653
+ return a.PropTypes = a, a;
654
+ }, ie;
655
+ }
656
+ if (process.env.NODE_ENV !== "production") {
657
+ var Ce = Te(), we = !0;
658
+ ae.exports = _e()(Ce.isElement, we);
659
+ } else
660
+ ae.exports = Re()();
661
+ var xe = ae.exports;
662
+ const je = /* @__PURE__ */ Ee(xe);
663
+ export {
664
+ je as P,
665
+ Ae as c,
666
+ xe as p
667
+ };
package/dist/index.cjs ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./DEPRECATED_Icon-iUszZb09.cjs"),r=require("./DEPRECATED_Button-D2XS1y1r.cjs"),i=require("./CheckableList-BLLCGCKX.cjs"),E=require("./Checkbox-Dy9BTXfS.cjs"),T=require("./DEPRECATED_Checkbox-CYomxatm.cjs"),c=require("./DEPRECATED_Toggle-Dp0ZZ_6E.cjs"),u=require("./DEPRECATED_Tooltip-D3ReAkFF.cjs"),D=require("./Icon-B1V-T6UH.cjs"),a=require("./Input-Cd6a2FUC.cjs"),p=require("./LazyLoader-gOLNhxc-.cjs"),s=require("./align.interface-B17uA473.cjs"),C=require("./Popover-Bp5g_ws9.cjs"),P=require("./RadioButton-Ds-0wj0r.cjs"),o=require("./Tooltip-Dokek6y8.cjs"),t=require("./Typography-vldQClJj.cjs"),l=require("./TablePagination-DH0TZ21v.cjs"),e=require("./Menu-BfAQOpHl.cjs"),g=require("./Dropdown-BtZZ4fY6.cjs");exports.DEPRECATED_Icon=n.DEPRECATED_Icon;exports.DEPRECATED_Button=r.DEPRECATED_Button;exports.CheckableList=i.CheckableList;exports.Checkbox=E.Checkbox;exports.DEPRECATED_Checkbox=T.DEPRECATED_Checkbox;exports.DEPRECATED_Toggle=c.DEPRECATED_Toggle;exports.DEPRECATED_Tooltip=u.DEPRECATED_Tooltip;exports.Icon=D.Icon;exports.Input=a.Input;exports.LazyLoader=p.LazyLoader;exports.AlignPoints=s.AlignPoints;exports.Popover=C.Popover;exports.RadioButton=P.RadioButton;exports.Tooltip=o.Tooltip;exports.tooltipTheme=o.tooltipTheme;exports.Typography=t.Typography;exports.typographyTheme=t.typographyTheme;exports.TablePagination=l.TablePagination;exports.Menu=e.Menu;exports.MenuItem=e.MenuItem;exports.itemTypes=e.itemTypes;exports.Dropdown=g.Dropdown;
@@ -0,0 +1,2 @@
1
+ export * from './lib';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../../CheckableList-BLLCGCKX.cjs");exports.CheckableList=e.CheckableList;exports.default=e.CheckableList;
@@ -0,0 +1,16 @@
1
+ import { default as React } from 'react';
2
+ declare type Item = {
3
+ name: string;
4
+ value: string;
5
+ checked: boolean;
6
+ dataTestId?: string;
7
+ };
8
+ export declare type CheckableListProps = {
9
+ items: Item[];
10
+ onChange: (value: string) => void;
11
+ className?: string;
12
+ };
13
+ declare const CheckableList: ({ items, className, onChange }: CheckableListProps) => React.JSX.Element;
14
+ export default CheckableList;
15
+ export { CheckableList };
16
+ //# sourceMappingURL=CheckableList.d.ts.map