@solostylist/ui-kit 1.0.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 (391) hide show
  1. package/README.md +13 -0
  2. package/dist/AppAutocomplete/AppAutocomplete.d.ts +10 -0
  3. package/dist/AppAutocomplete/AppAutocomplete.js +19 -0
  4. package/dist/AppAutocomplete/index.d.ts +1 -0
  5. package/dist/AppAutocomplete/index.js +4 -0
  6. package/dist/AppAutocomplete/package.json +5 -0
  7. package/dist/AppAvatar/AppAvatar.d.ts +7 -0
  8. package/dist/AppAvatar/AppAvatar.js +13 -0
  9. package/dist/AppAvatar/index.d.ts +1 -0
  10. package/dist/AppAvatar/index.js +4 -0
  11. package/dist/AppAvatar/package.json +5 -0
  12. package/dist/AppBox/AppBox.d.ts +7 -0
  13. package/dist/AppBox/AppBox.js +7 -0
  14. package/dist/AppBox/index.d.ts +1 -0
  15. package/dist/AppBox/index.js +4 -0
  16. package/dist/AppBox/package.json +5 -0
  17. package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.d.ts +3 -0
  18. package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js +6 -0
  19. package/dist/AppBreadcrumbsSeparator/index.d.ts +1 -0
  20. package/dist/AppBreadcrumbsSeparator/index.js +4 -0
  21. package/dist/AppBreadcrumbsSeparator/package.json +5 -0
  22. package/dist/AppButton/AppButton.d.ts +9 -0
  23. package/dist/AppButton/AppButton.js +44 -0
  24. package/dist/AppButton/index.d.ts +1 -0
  25. package/dist/AppButton/index.js +4 -0
  26. package/dist/AppButton/package.json +5 -0
  27. package/dist/AppButtonLink/AppButtonLink.d.ts +16 -0
  28. package/dist/AppButtonLink/AppButtonLink.js +36 -0
  29. package/dist/AppButtonLink/index.d.ts +1 -0
  30. package/dist/AppButtonLink/index.js +4 -0
  31. package/dist/AppButtonLink/package.json +5 -0
  32. package/dist/AppCard/AppCard.d.ts +6 -0
  33. package/dist/AppCard/AppCard.js +6 -0
  34. package/dist/AppCard/index.d.ts +1 -0
  35. package/dist/AppCard/index.js +4 -0
  36. package/dist/AppCard/package.json +5 -0
  37. package/dist/AppCardActions/AppCardActions.d.ts +6 -0
  38. package/dist/AppCardActions/AppCardActions.js +6 -0
  39. package/dist/AppCardActions/index.d.ts +1 -0
  40. package/dist/AppCardActions/index.js +4 -0
  41. package/dist/AppCardActions/package.json +5 -0
  42. package/dist/AppCardContent/AppCardContent.d.ts +6 -0
  43. package/dist/AppCardContent/AppCardContent.js +6 -0
  44. package/dist/AppCardContent/index.d.ts +1 -0
  45. package/dist/AppCardContent/index.js +4 -0
  46. package/dist/AppCardContent/package.json +5 -0
  47. package/dist/AppCardHeader/AppCardHeader.d.ts +10 -0
  48. package/dist/AppCardHeader/AppCardHeader.js +13 -0
  49. package/dist/AppCardHeader/index.d.ts +1 -0
  50. package/dist/AppCardHeader/index.js +4 -0
  51. package/dist/AppCardHeader/package.json +5 -0
  52. package/dist/AppCheckbox/AppCheckbox.d.ts +7 -0
  53. package/dist/AppCheckbox/AppCheckbox.js +16 -0
  54. package/dist/AppCheckbox/index.d.ts +1 -0
  55. package/dist/AppCheckbox/index.js +4 -0
  56. package/dist/AppCheckbox/package.json +5 -0
  57. package/dist/AppChip/AppChip.d.ts +6 -0
  58. package/dist/AppChip/AppChip.js +6 -0
  59. package/dist/AppChip/index.d.ts +1 -0
  60. package/dist/AppChip/index.js +4 -0
  61. package/dist/AppChip/package.json +5 -0
  62. package/dist/AppChips/AppChips.d.ts +7 -0
  63. package/dist/AppChips/AppChips.js +72 -0
  64. package/dist/AppChips/index.d.ts +1 -0
  65. package/dist/AppChips/index.js +4 -0
  66. package/dist/AppChips/package.json +5 -0
  67. package/dist/AppDataTable/AppDataTable.d.ts +29 -0
  68. package/dist/AppDataTable/AppDataTable.js +1178 -0
  69. package/dist/AppDataTable/index.d.ts +2 -0
  70. package/dist/AppDataTable/index.js +4 -0
  71. package/dist/AppDataTable/package.json +5 -0
  72. package/dist/AppDialog/AppDialog.d.ts +15 -0
  73. package/dist/AppDialog/AppDialog.js +31 -0
  74. package/dist/AppDialog/index.d.ts +1 -0
  75. package/dist/AppDialog/index.js +4 -0
  76. package/dist/AppDialog/package.json +5 -0
  77. package/dist/AppDialogConfirm/AppDialogConfirm.d.ts +30 -0
  78. package/dist/AppDialogConfirm/AppDialogConfirm.js +74 -0
  79. package/dist/AppDialogConfirm/index.d.ts +2 -0
  80. package/dist/AppDialogConfirm/index.js +6 -0
  81. package/dist/AppDialogConfirm/package.json +5 -0
  82. package/dist/AppDialogMessage/AppDialogMessage.d.ts +27 -0
  83. package/dist/AppDialogMessage/AppDialogMessage.js +64 -0
  84. package/dist/AppDialogMessage/index.d.ts +2 -0
  85. package/dist/AppDialogMessage/index.js +6 -0
  86. package/dist/AppDialogMessage/package.json +5 -0
  87. package/dist/AppEmpty/AppEmpty.d.ts +5 -0
  88. package/dist/AppEmpty/AppEmpty.js +6 -0
  89. package/dist/AppEmpty/index.d.ts +1 -0
  90. package/dist/AppEmpty/index.js +4 -0
  91. package/dist/AppEmpty/package.json +5 -0
  92. package/dist/AppError/AppError.d.ts +3 -0
  93. package/dist/AppError/AppError.js +18 -0
  94. package/dist/AppError/index.d.ts +1 -0
  95. package/dist/AppError/index.js +4 -0
  96. package/dist/AppError/package.json +5 -0
  97. package/dist/AppFileDropzone/AppFileDropzone.d.ts +20 -0
  98. package/dist/AppFileDropzone/AppFileDropzone.js +166 -0
  99. package/dist/AppFileDropzone/index.d.ts +2 -0
  100. package/dist/AppFileDropzone/index.js +4 -0
  101. package/dist/AppFileDropzone/package.json +5 -0
  102. package/dist/AppFileIcon/AppFileIcon.d.ts +6 -0
  103. package/dist/AppFileIcon/AppFileIcon.js +29 -0
  104. package/dist/AppFileIcon/index.d.ts +1 -0
  105. package/dist/AppFileIcon/index.js +4 -0
  106. package/dist/AppFileIcon/package.json +5 -0
  107. package/dist/AppFormControl/AppFormControl.d.ts +8 -0
  108. package/dist/AppFormControl/AppFormControl.js +10 -0
  109. package/dist/AppFormControl/index.d.ts +1 -0
  110. package/dist/AppFormControl/index.js +4 -0
  111. package/dist/AppFormControl/package.json +5 -0
  112. package/dist/AppGallery/AppGallery.d.ts +6 -0
  113. package/dist/AppGallery/AppGallery.js +1089 -0
  114. package/dist/AppGallery/index.d.ts +1 -0
  115. package/dist/AppGallery/index.js +4 -0
  116. package/dist/AppGallery/package.json +5 -0
  117. package/dist/AppI18nProvider/AppI18nProvider.d.ts +7 -0
  118. package/dist/AppI18nProvider/AppI18nProvider.js +20 -0
  119. package/dist/AppI18nProvider/index.d.ts +1 -0
  120. package/dist/AppI18nProvider/index.js +4 -0
  121. package/dist/AppI18nProvider/package.json +5 -0
  122. package/dist/AppIconButton/AppIconButton.d.ts +8 -0
  123. package/dist/AppIconButton/AppIconButton.js +6 -0
  124. package/dist/AppIconButton/index.d.ts +1 -0
  125. package/dist/AppIconButton/index.js +4 -0
  126. package/dist/AppIconButton/package.json +5 -0
  127. package/dist/AppIcons/AppIcons.d.ts +3 -0
  128. package/dist/AppIcons/AppIcons.js +1081 -0
  129. package/dist/AppIcons/index.d.ts +1 -0
  130. package/dist/AppIcons/index.js +4 -0
  131. package/dist/AppIcons/package.json +5 -0
  132. package/dist/AppLabel/AppLabel.d.ts +11 -0
  133. package/dist/AppLabel/AppLabel.js +21 -0
  134. package/dist/AppLabel/index.d.ts +1 -0
  135. package/dist/AppLabel/index.js +4 -0
  136. package/dist/AppLabel/package.json +5 -0
  137. package/dist/AppLink/AppLink.d.ts +6 -0
  138. package/dist/AppLink/AppLink.js +6 -0
  139. package/dist/AppLink/index.d.ts +1 -0
  140. package/dist/AppLink/index.js +4 -0
  141. package/dist/AppLink/package.json +5 -0
  142. package/dist/AppMultiSelect/AppMultiSelect.d.ts +12 -0
  143. package/dist/AppMultiSelect/AppMultiSelect.js +61 -0
  144. package/dist/AppMultiSelect/index.d.ts +1 -0
  145. package/dist/AppMultiSelect/index.js +4 -0
  146. package/dist/AppMultiSelect/package.json +5 -0
  147. package/dist/AppNoData/AppNoData.d.ts +5 -0
  148. package/dist/AppNoData/AppNoData.js +6 -0
  149. package/dist/AppNoData/index.d.ts +1 -0
  150. package/dist/AppNoData/index.js +4 -0
  151. package/dist/AppNoData/package.json +5 -0
  152. package/dist/AppNoSsr/AppNoSsr.d.ts +8 -0
  153. package/dist/AppNoSsr/AppNoSsr.js +14 -0
  154. package/dist/AppNoSsr/index.d.ts +1 -0
  155. package/dist/AppNoSsr/index.js +4 -0
  156. package/dist/AppNoSsr/package.json +5 -0
  157. package/dist/AppOption/AppOption.d.ts +9 -0
  158. package/dist/AppOption/AppOption.js +6 -0
  159. package/dist/AppOption/index.d.ts +1 -0
  160. package/dist/AppOption/index.js +4 -0
  161. package/dist/AppOption/package.json +5 -0
  162. package/dist/AppOutlinedInput/AppOutlinedInput.d.ts +10 -0
  163. package/dist/AppOutlinedInput/AppOutlinedInput.js +40 -0
  164. package/dist/AppOutlinedInput/index.d.ts +1 -0
  165. package/dist/AppOutlinedInput/index.js +4 -0
  166. package/dist/AppOutlinedInput/package.json +5 -0
  167. package/dist/AppPagination/AppPagination.d.ts +7 -0
  168. package/dist/AppPagination/AppPagination.js +17 -0
  169. package/dist/AppPagination/index.d.ts +1 -0
  170. package/dist/AppPagination/index.js +4 -0
  171. package/dist/AppPagination/package.json +5 -0
  172. package/dist/AppRating/AppRating.d.ts +7 -0
  173. package/dist/AppRating/AppRating.js +7 -0
  174. package/dist/AppRating/index.d.ts +1 -0
  175. package/dist/AppRating/index.js +4 -0
  176. package/dist/AppRating/package.json +5 -0
  177. package/dist/AppSelect/AppSelect.d.ts +14 -0
  178. package/dist/AppSelect/AppSelect.js +82 -0
  179. package/dist/AppSelect/index.d.ts +1 -0
  180. package/dist/AppSelect/index.js +4 -0
  181. package/dist/AppSelect/package.json +5 -0
  182. package/dist/AppSkeleton/AppSkeleton.d.ts +11 -0
  183. package/dist/AppSkeleton/AppSkeleton.js +34 -0
  184. package/dist/AppSkeleton/index.d.ts +1 -0
  185. package/dist/AppSkeleton/index.js +4 -0
  186. package/dist/AppSkeleton/package.json +5 -0
  187. package/dist/AppSnackbarMessage/AppSnackbarMessage.d.ts +23 -0
  188. package/dist/AppSnackbarMessage/AppSnackbarMessage.js +50 -0
  189. package/dist/AppSnackbarMessage/index.d.ts +2 -0
  190. package/dist/AppSnackbarMessage/index.js +6 -0
  191. package/dist/AppSnackbarMessage/package.json +5 -0
  192. package/dist/AppStack/AppStack.d.ts +6 -0
  193. package/dist/AppStack/AppStack.js +6 -0
  194. package/dist/AppStack/index.d.ts +1 -0
  195. package/dist/AppStack/index.js +4 -0
  196. package/dist/AppStack/package.json +5 -0
  197. package/dist/AppTextEditor/AppTextEditor.d.ts +23 -0
  198. package/dist/AppTextEditor/AppTextEditor.js +80 -0
  199. package/dist/AppTextEditor/TextEditorToolbar.d.ts +6 -0
  200. package/dist/AppTextEditor/TextEditorToolbar.js +4479 -0
  201. package/dist/AppTextEditor/index.d.ts +1 -0
  202. package/dist/AppTextEditor/index.js +4 -0
  203. package/dist/AppTextEditor/package.json +5 -0
  204. package/dist/AppTextTruncation/AppTextTruncation.d.ts +6 -0
  205. package/dist/AppTextTruncation/AppTextTruncation.js +15 -0
  206. package/dist/AppTextTruncation/index.d.ts +1 -0
  207. package/dist/AppTextTruncation/index.js +4 -0
  208. package/dist/AppTextTruncation/package.json +5 -0
  209. package/dist/AppThemeProvider/AppThemeProvider.d.ts +9 -0
  210. package/dist/AppThemeProvider/AppThemeProvider.js +141 -0
  211. package/dist/AppThemeProvider/index.d.ts +1 -0
  212. package/dist/AppThemeProvider/index.js +4 -0
  213. package/dist/AppThemeProvider/package.json +5 -0
  214. package/dist/AppTip/AppTip.d.ts +6 -0
  215. package/dist/AppTip/AppTip.js +28 -0
  216. package/dist/AppTip/index.d.ts +1 -0
  217. package/dist/AppTip/index.js +4 -0
  218. package/dist/AppTip/package.json +5 -0
  219. package/dist/Box-yxuKPTCX.js +60 -0
  220. package/dist/ButtonBase-p_uz8ITC.js +989 -0
  221. package/dist/CaretDown-CgrRY9__.js +41 -0
  222. package/dist/DefaultPropsProvider-BV4t9fEW.js +71 -0
  223. package/dist/Lightbulb-1rDyOsPk.js +47 -0
  224. package/dist/Menu-B0R91i07.js +2994 -0
  225. package/dist/MenuItem-BjjYkRmW.js +262 -0
  226. package/dist/SSRBase-B9xq2wUG.js +56 -0
  227. package/dist/Stack-D9qNbbkC.js +198 -0
  228. package/dist/Typography-BYkXNa-U.js +260 -0
  229. package/dist/User-Bx-HYRxI.js +41 -0
  230. package/dist/X-DETrowOy.js +47 -0
  231. package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
  232. package/dist/assets/AppGallery.css +1 -0
  233. package/dist/assets/AppTextTruncation.css +1 -0
  234. package/dist/backdropClasses-DDhytLTQ.js +9 -0
  235. package/dist/clsx-C-FXfxyk.js +236 -0
  236. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  237. package/dist/createTheme-C97xvI-s.js +2789 -0
  238. package/dist/extendSxProp-CKQgGYDd.js +37 -0
  239. package/dist/generateUtilityClasses-CuEy5gtx.js +41 -0
  240. package/dist/hooks/index.d.ts +2 -0
  241. package/dist/hooks/index.js +6 -0
  242. package/dist/hooks/use-dialog.d.ts +7 -0
  243. package/dist/hooks/use-dialog.js +12 -0
  244. package/dist/hooks/use-popover.d.ts +10 -0
  245. package/dist/hooks/use-popover.js +14 -0
  246. package/dist/index-Btrukby7.js +88 -0
  247. package/dist/inputBaseClasses-s6dljKxi.js +9 -0
  248. package/dist/jsx-runtime-B6kdoens.js +634 -0
  249. package/dist/listItemIconClasses-CTdclC9V.js +5 -0
  250. package/dist/main.d.ts +51 -0
  251. package/dist/main.js +111 -0
  252. package/dist/memoTheme-B2qvAi64.js +404 -0
  253. package/dist/outlinedInputClasses-R7dmh7eW.js +13 -0
  254. package/dist/paperClasses-Bf2rrWVr.js +9 -0
  255. package/dist/styles/theme/color-schemes.d.ts +7 -0
  256. package/dist/styles/theme/color-schemes.js +195 -0
  257. package/dist/styles/theme/colors.d.ts +92 -0
  258. package/dist/styles/theme/colors.js +94 -0
  259. package/dist/styles/theme/components/accordion.d.ts +8 -0
  260. package/dist/styles/theme/components/accordion.js +11 -0
  261. package/dist/styles/theme/components/alert.d.ts +7 -0
  262. package/dist/styles/theme/components/alert.js +4 -0
  263. package/dist/styles/theme/components/autocomplete.d.ts +124 -0
  264. package/dist/styles/theme/components/autocomplete.js +51 -0
  265. package/dist/styles/theme/components/avatar.d.ts +18 -0
  266. package/dist/styles/theme/components/avatar.js +21 -0
  267. package/dist/styles/theme/components/backdrop.d.ts +9 -0
  268. package/dist/styles/theme/components/backdrop.js +9 -0
  269. package/dist/styles/theme/components/button-base.d.ts +5 -0
  270. package/dist/styles/theme/components/button-base.js +4 -0
  271. package/dist/styles/theme/components/button-group.d.ts +5 -0
  272. package/dist/styles/theme/components/button-group.js +4 -0
  273. package/dist/styles/theme/components/button.d.ts +180 -0
  274. package/dist/styles/theme/components/button.js +109 -0
  275. package/dist/styles/theme/components/card-actions.d.ts +7 -0
  276. package/dist/styles/theme/components/card-actions.js +6 -0
  277. package/dist/styles/theme/components/card-content.d.ts +10 -0
  278. package/dist/styles/theme/components/card-content.js +7 -0
  279. package/dist/styles/theme/components/card-header.d.ts +25 -0
  280. package/dist/styles/theme/components/card-header.js +20 -0
  281. package/dist/styles/theme/components/card.d.ts +979 -0
  282. package/dist/styles/theme/components/card.js +17 -0
  283. package/dist/styles/theme/components/checkbox.d.ts +18 -0
  284. package/dist/styles/theme/components/checkbox.js +60 -0
  285. package/dist/styles/theme/components/chip.d.ts +1092 -0
  286. package/dist/styles/theme/components/chip.js +106 -0
  287. package/dist/styles/theme/components/components.d.ts +3206 -0
  288. package/dist/styles/theme/components/components.js +115 -0
  289. package/dist/styles/theme/components/dialog-actions.d.ts +7 -0
  290. package/dist/styles/theme/components/dialog-actions.js +6 -0
  291. package/dist/styles/theme/components/dialog-content-text.d.ts +8 -0
  292. package/dist/styles/theme/components/dialog-content-text.js +6 -0
  293. package/dist/styles/theme/components/dialog-content.d.ts +8 -0
  294. package/dist/styles/theme/components/dialog-content.js +6 -0
  295. package/dist/styles/theme/components/dialog-title.d.ts +7 -0
  296. package/dist/styles/theme/components/dialog-title.js +6 -0
  297. package/dist/styles/theme/components/filled-input.d.ts +31 -0
  298. package/dist/styles/theme/components/filled-input.js +21 -0
  299. package/dist/styles/theme/components/form-control-label.d.ts +15 -0
  300. package/dist/styles/theme/components/form-control-label.js +7 -0
  301. package/dist/styles/theme/components/form-group.d.ts +7 -0
  302. package/dist/styles/theme/components/form-group.js +4 -0
  303. package/dist/styles/theme/components/form-helper-text.d.ts +8 -0
  304. package/dist/styles/theme/components/form-helper-text.js +8 -0
  305. package/dist/styles/theme/components/form-label.d.ts +12 -0
  306. package/dist/styles/theme/components/form-label.js +9 -0
  307. package/dist/styles/theme/components/icon-button.d.ts +83 -0
  308. package/dist/styles/theme/components/icon-button.js +49 -0
  309. package/dist/styles/theme/components/input-base.d.ts +39 -0
  310. package/dist/styles/theme/components/input-base.js +34 -0
  311. package/dist/styles/theme/components/input-label.d.ts +10 -0
  312. package/dist/styles/theme/components/input-label.js +6 -0
  313. package/dist/styles/theme/components/input.d.ts +32 -0
  314. package/dist/styles/theme/components/input.js +22 -0
  315. package/dist/styles/theme/components/linear-progress.d.ts +8 -0
  316. package/dist/styles/theme/components/linear-progress.js +6 -0
  317. package/dist/styles/theme/components/link.d.ts +10 -0
  318. package/dist/styles/theme/components/link.js +11 -0
  319. package/dist/styles/theme/components/list-item-avatar.d.ts +7 -0
  320. package/dist/styles/theme/components/list-item-avatar.js +6 -0
  321. package/dist/styles/theme/components/list-item-button.d.ts +10 -0
  322. package/dist/styles/theme/components/list-item-button.js +7 -0
  323. package/dist/styles/theme/components/list-item-icon.d.ts +9 -0
  324. package/dist/styles/theme/components/list-item-icon.js +6 -0
  325. package/dist/styles/theme/components/list-item-text.d.ts +7 -0
  326. package/dist/styles/theme/components/list-item-text.js +6 -0
  327. package/dist/styles/theme/components/list-item.d.ts +7 -0
  328. package/dist/styles/theme/components/list-item.js +6 -0
  329. package/dist/styles/theme/components/list.d.ts +7 -0
  330. package/dist/styles/theme/components/list.js +6 -0
  331. package/dist/styles/theme/components/menu-item.d.ts +17 -0
  332. package/dist/styles/theme/components/menu-item.js +17 -0
  333. package/dist/styles/theme/components/menu.d.ts +13 -0
  334. package/dist/styles/theme/components/menu.js +7 -0
  335. package/dist/styles/theme/components/outlined-input.d.ts +127 -0
  336. package/dist/styles/theme/components/outlined-input.js +47 -0
  337. package/dist/styles/theme/components/paper.d.ts +7 -0
  338. package/dist/styles/theme/components/paper.js +6 -0
  339. package/dist/styles/theme/components/popover.d.ts +11 -0
  340. package/dist/styles/theme/components/popover.js +7 -0
  341. package/dist/styles/theme/components/radio.d.ts +13 -0
  342. package/dist/styles/theme/components/radio.js +25 -0
  343. package/dist/styles/theme/components/select.d.ts +21 -0
  344. package/dist/styles/theme/components/select.js +18 -0
  345. package/dist/styles/theme/components/skeleton.d.ts +5 -0
  346. package/dist/styles/theme/components/skeleton.js +8 -0
  347. package/dist/styles/theme/components/stack.d.ts +5 -0
  348. package/dist/styles/theme/components/stack.js +4 -0
  349. package/dist/styles/theme/components/switch.d.ts +19 -0
  350. package/dist/styles/theme/components/switch.js +11 -0
  351. package/dist/styles/theme/components/tab.d.ts +18 -0
  352. package/dist/styles/theme/components/tab.js +15 -0
  353. package/dist/styles/theme/components/table-body.d.ts +5 -0
  354. package/dist/styles/theme/components/table-body.js +10 -0
  355. package/dist/styles/theme/components/table-cell.d.ts +10 -0
  356. package/dist/styles/theme/components/table-cell.js +11 -0
  357. package/dist/styles/theme/components/table-head.d.ts +11 -0
  358. package/dist/styles/theme/components/table-head.js +15 -0
  359. package/dist/styles/theme/components/table-pagination.d.ts +28 -0
  360. package/dist/styles/theme/components/table-pagination.js +93 -0
  361. package/dist/styles/theme/components/tabs.d.ts +33 -0
  362. package/dist/styles/theme/components/tabs.js +20 -0
  363. package/dist/styles/theme/components/timeline-connector.d.ts +7 -0
  364. package/dist/styles/theme/components/timeline-connector.js +6 -0
  365. package/dist/styles/theme/components/toggle-button-group.d.ts +23 -0
  366. package/dist/styles/theme/components/toggle-button-group.js +17 -0
  367. package/dist/styles/theme/components/toggle-button.d.ts +12 -0
  368. package/dist/styles/theme/components/toggle-button.js +9 -0
  369. package/dist/styles/theme/components/tooltip.d.ts +10 -0
  370. package/dist/styles/theme/components/tooltip.js +7 -0
  371. package/dist/styles/theme/create-theme.d.ts +8 -0
  372. package/dist/styles/theme/create-theme.js +22 -0
  373. package/dist/styles/theme/index.d.ts +1 -0
  374. package/dist/styles/theme/index.js +4 -0
  375. package/dist/styles/theme/shadows.d.ts +4 -0
  376. package/dist/styles/theme/shadows.js +59 -0
  377. package/dist/styles/theme/typography.d.ts +68 -0
  378. package/dist/styles/theme/typography.js +31 -0
  379. package/dist/tableCellClasses-BIg5orIQ.js +9 -0
  380. package/dist/useControlled-CYUofcJ9.js +287 -0
  381. package/dist/useEnhancedEffect-CJGo-L3B.js +5 -0
  382. package/dist/useTheme-DYc4rgBb.js +17 -0
  383. package/dist/utils/bytes-to-size.d.ts +1 -0
  384. package/dist/utils/bytes-to-size.js +9 -0
  385. package/dist/utils/dayjs.d.ts +3 -0
  386. package/dist/utils/dayjs.js +108 -0
  387. package/dist/utils/index.d.ts +3 -0
  388. package/dist/utils/index.js +13 -0
  389. package/dist/utils/logger.d.ts +26 -0
  390. package/dist/utils/logger.js +51 -0
  391. package/package.json +108 -0
@@ -0,0 +1,10 @@
1
+ export declare const MuiListItemButton: {
2
+ defaultProps: {
3
+ disableRipple: true;
4
+ };
5
+ styleOverrides: {
6
+ root: {
7
+ gap: string;
8
+ };
9
+ };
10
+ };
@@ -0,0 +1,7 @@
1
+ const t = {
2
+ defaultProps: { disableRipple: !0 },
3
+ styleOverrides: { root: { gap: "var(--ListItem-gap)" } }
4
+ };
5
+ export {
6
+ t as MuiListItemButton
7
+ };
@@ -0,0 +1,9 @@
1
+ export declare const MuiListItemIcon: {
2
+ styleOverrides: {
3
+ root: {
4
+ color: "inherit";
5
+ fontSize: string;
6
+ minWidth: string;
7
+ };
8
+ };
9
+ };
@@ -0,0 +1,6 @@
1
+ const o = {
2
+ styleOverrides: { root: { color: "inherit", fontSize: "var(--icon-fontSize-md)", minWidth: "auto" } }
3
+ };
4
+ export {
5
+ o as MuiListItemIcon
6
+ };
@@ -0,0 +1,7 @@
1
+ export declare const MuiListItemText: {
2
+ styleOverrides: {
3
+ root: {
4
+ margin: number;
5
+ };
6
+ };
7
+ };
@@ -0,0 +1,6 @@
1
+ const t = {
2
+ styleOverrides: { root: { margin: 0 } }
3
+ };
4
+ export {
5
+ t as MuiListItemText
6
+ };
@@ -0,0 +1,7 @@
1
+ export declare const MuiListItem: {
2
+ styleOverrides: {
3
+ root: {
4
+ gap: string;
5
+ };
6
+ };
7
+ };
@@ -0,0 +1,6 @@
1
+ const t = {
2
+ styleOverrides: { root: { gap: "var(--ListItem-gap)" } }
3
+ };
4
+ export {
5
+ t as MuiListItem
6
+ };
@@ -0,0 +1,7 @@
1
+ export declare const MuiList: {
2
+ styleOverrides: {
3
+ root: {
4
+ '--ListItem-gap': string;
5
+ };
6
+ };
7
+ };
@@ -0,0 +1,6 @@
1
+ const t = {
2
+ styleOverrides: { root: { "--ListItem-gap": "16px" } }
3
+ };
4
+ export {
5
+ t as MuiList
6
+ };
@@ -0,0 +1,17 @@
1
+ export declare const MuiMenuItem: {
2
+ defaultProps: {
3
+ disableRipple: true;
4
+ };
5
+ styleOverrides: {
6
+ root: {
7
+ [x: string]: string | {
8
+ minWidth: string;
9
+ };
10
+ fontSize: string;
11
+ borderRadius: string;
12
+ gap: string;
13
+ paddingBlock: string;
14
+ paddingInline: string;
15
+ };
16
+ };
17
+ };
@@ -0,0 +1,17 @@
1
+ import { l as e } from "../../../listItemIconClasses-CTdclC9V.js";
2
+ const i = {
3
+ defaultProps: { disableRipple: !0 },
4
+ styleOverrides: {
5
+ root: {
6
+ fontSize: "0.875rem",
7
+ borderRadius: "8px",
8
+ gap: "var(--ListItem-gap)",
9
+ paddingBlock: "var(--MenuItem-paddingBlock, 4px)",
10
+ paddingInline: "var(--MenuItem-paddingInline, 8px)",
11
+ [`& .${e.root}`]: { minWidth: "auto" }
12
+ }
13
+ }
14
+ };
15
+ export {
16
+ i as MuiMenuItem
17
+ };
@@ -0,0 +1,13 @@
1
+ export declare const MuiMenu: {
2
+ defaultProps: {
3
+ disableScrollLock: true;
4
+ };
5
+ styleOverrides: {
6
+ list: {
7
+ display: "flex";
8
+ flexDirection: "column";
9
+ gap: string;
10
+ padding: string;
11
+ };
12
+ };
13
+ };
@@ -0,0 +1,7 @@
1
+ const e = {
2
+ defaultProps: { disableScrollLock: !0 },
3
+ styleOverrides: { list: { display: "flex", flexDirection: "column", gap: "4px", padding: "8px" } }
4
+ };
5
+ export {
6
+ e as MuiMenu
7
+ };
@@ -0,0 +1,127 @@
1
+ export declare const MuiOutlinedInput: {
2
+ defaultProps: {
3
+ notched: false;
4
+ };
5
+ styleOverrides: {
6
+ root: {
7
+ [x: string]: string | number | {
8
+ borderRadius: string;
9
+ bottom: number;
10
+ boxShadow: string;
11
+ content: string;
12
+ left: number;
13
+ pointerEvents: string;
14
+ position: string;
15
+ right: number;
16
+ top: number;
17
+ '&::before'?: undefined;
18
+ marginTop?: undefined;
19
+ '--Input-borderColor'?: undefined;
20
+ '--Input-focusedHighlight'?: undefined;
21
+ '--Input-boxShadow'?: undefined;
22
+ } | {
23
+ '&::before': {
24
+ '--Input-focused': number;
25
+ };
26
+ borderRadius?: undefined;
27
+ bottom?: undefined;
28
+ boxShadow?: undefined;
29
+ content?: undefined;
30
+ left?: undefined;
31
+ pointerEvents?: undefined;
32
+ position?: undefined;
33
+ right?: undefined;
34
+ top?: undefined;
35
+ marginTop?: undefined;
36
+ '--Input-borderColor'?: undefined;
37
+ '--Input-focusedHighlight'?: undefined;
38
+ '--Input-boxShadow'?: undefined;
39
+ } | {
40
+ marginTop: string;
41
+ borderRadius?: undefined;
42
+ bottom?: undefined;
43
+ boxShadow?: undefined;
44
+ content?: undefined;
45
+ left?: undefined;
46
+ pointerEvents?: undefined;
47
+ position?: undefined;
48
+ right?: undefined;
49
+ top?: undefined;
50
+ '&::before'?: undefined;
51
+ '--Input-borderColor'?: undefined;
52
+ '--Input-focusedHighlight'?: undefined;
53
+ '--Input-boxShadow'?: undefined;
54
+ } | {
55
+ '--Input-borderColor': string;
56
+ '--Input-focusedHighlight': string;
57
+ borderRadius?: undefined;
58
+ bottom?: undefined;
59
+ boxShadow?: undefined;
60
+ content?: undefined;
61
+ left?: undefined;
62
+ pointerEvents?: undefined;
63
+ position?: undefined;
64
+ right?: undefined;
65
+ top?: undefined;
66
+ '&::before'?: undefined;
67
+ marginTop?: undefined;
68
+ '--Input-boxShadow'?: undefined;
69
+ } | {
70
+ '--Input-boxShadow': string;
71
+ borderRadius?: undefined;
72
+ bottom?: undefined;
73
+ boxShadow?: undefined;
74
+ content?: undefined;
75
+ left?: undefined;
76
+ pointerEvents?: undefined;
77
+ position?: undefined;
78
+ right?: undefined;
79
+ top?: undefined;
80
+ '&::before'?: undefined;
81
+ marginTop?: undefined;
82
+ '--Input-borderColor'?: undefined;
83
+ '--Input-focusedHighlight'?: undefined;
84
+ };
85
+ '--Input-focused': number;
86
+ '--Input-focusedHighlight': string;
87
+ '--Input-focusedThickness': string;
88
+ '--Input-borderWidth': string;
89
+ '--Input-borderColor': string;
90
+ '--Input-boxShadow': string;
91
+ border: string;
92
+ boxShadow: "var(--Input-boxShadow)";
93
+ '&::before': {
94
+ borderRadius: string;
95
+ bottom: number;
96
+ boxShadow: string;
97
+ content: string;
98
+ left: number;
99
+ pointerEvents: string;
100
+ position: string;
101
+ right: number;
102
+ top: number;
103
+ };
104
+ '&:focus-within': {
105
+ '&::before': {
106
+ '--Input-focused': number;
107
+ };
108
+ };
109
+ 'label + &': {
110
+ marginTop: string;
111
+ };
112
+ };
113
+ input: {
114
+ [x: string]: string | number | {
115
+ '&::placeholder': {
116
+ opacity: string;
117
+ };
118
+ };
119
+ height: string;
120
+ padding: number;
121
+ fontSize: string;
122
+ };
123
+ notchedOutline: {
124
+ display: "none";
125
+ };
126
+ };
127
+ };
@@ -0,0 +1,47 @@
1
+ import { o } from "../../../outlinedInputClasses-R7dmh7eW.js";
2
+ import { i as t } from "../../../inputBaseClasses-s6dljKxi.js";
3
+ const n = {
4
+ defaultProps: { notched: !1 },
5
+ styleOverrides: {
6
+ root: {
7
+ "--Input-focused": 0,
8
+ "--Input-focusedHighlight": "var(--mui-palette-primary-main)",
9
+ "--Input-focusedThickness": "2px",
10
+ "--Input-borderWidth": "1px",
11
+ "--Input-borderColor": "var(--mui-palette-OutlinedInput-border)",
12
+ "--Input-boxShadow": "var(--mui-shadows-1)",
13
+ border: "var(--Input-borderWidth) solid var(--Input-borderColor)",
14
+ boxShadow: "var(--Input-boxShadow)",
15
+ "&::before": {
16
+ borderRadius: "inherit",
17
+ bottom: 0,
18
+ boxShadow: "0 0 0 calc(var(--Input-focused) * var(--Input-focusedThickness)) var(--Input-focusedHighlight)",
19
+ content: '" "',
20
+ left: 0,
21
+ pointerEvents: "none",
22
+ position: "absolute",
23
+ right: 0,
24
+ top: 0
25
+ },
26
+ "&:focus-within": { "&::before": { "--Input-focused": 1 } },
27
+ "label + &": { marginTop: "8px" },
28
+ [`&.${o.error}`]: {
29
+ "--Input-borderColor": "var(--mui-palette-error-main)",
30
+ "--Input-focusedHighlight": "var(--mui-palette-error-main)"
31
+ },
32
+ [`&.${o.disabled}`]: { "--Input-boxShadow": "none" }
33
+ },
34
+ input: {
35
+ height: "auto",
36
+ padding: 0,
37
+ [`label[data-shrink=false]+.${t.formControl} &`]: {
38
+ "&::placeholder": { opacity: "1 !important" }
39
+ },
40
+ fontSize: "0.875rem"
41
+ },
42
+ notchedOutline: { display: "none" }
43
+ }
44
+ };
45
+ export {
46
+ n as MuiOutlinedInput
47
+ };
@@ -0,0 +1,7 @@
1
+ export declare const MuiPaper: {
2
+ styleOverrides: {
3
+ root: {
4
+ backgroundImage: "none";
5
+ };
6
+ };
7
+ };
@@ -0,0 +1,6 @@
1
+ const e = {
2
+ styleOverrides: { root: { backgroundImage: "none" } }
3
+ };
4
+ export {
5
+ e as MuiPaper
6
+ };
@@ -0,0 +1,11 @@
1
+ export declare const MuiPopover: {
2
+ defaultProps: {
3
+ disableScrollLock: true;
4
+ elevation: number;
5
+ };
6
+ styleOverrides: {
7
+ paper: {
8
+ border: string;
9
+ };
10
+ };
11
+ };
@@ -0,0 +1,7 @@
1
+ const e = {
2
+ defaultProps: { disableScrollLock: !0, elevation: 16 },
3
+ styleOverrides: { paper: { border: "1px solid var(--mui-palette-divider)" } }
4
+ };
5
+ export {
6
+ e as MuiPopover
7
+ };
@@ -0,0 +1,13 @@
1
+ export declare const MuiRadio: {
2
+ defaultProps: {
3
+ checkedIcon: import("react/jsx-runtime").JSX.Element;
4
+ color: "primary";
5
+ disableRipple: true;
6
+ icon: import("react/jsx-runtime").JSX.Element;
7
+ };
8
+ styleOverrides: {
9
+ root: {
10
+ padding: number;
11
+ };
12
+ };
13
+ };
@@ -0,0 +1,25 @@
1
+ import { j as e } from "../../../jsx-runtime-B6kdoens.js";
2
+ function i() {
3
+ return /* @__PURE__ */ e.jsx("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e.jsx(
4
+ "path",
5
+ {
6
+ clipRule: "evenodd",
7
+ d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z",
8
+ fill: "currentColor",
9
+ fillRule: "evenodd"
10
+ }
11
+ ) });
12
+ }
13
+ function t() {
14
+ return /* @__PURE__ */ e.jsxs("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg", children: [
15
+ /* @__PURE__ */ e.jsx("rect", { fill: "currentColor", height: "20", rx: "10", width: "20", x: "2", y: "2" }),
16
+ /* @__PURE__ */ e.jsx("rect", { fill: "white", height: "8", rx: "4", width: "8", x: "8", y: "8" })
17
+ ] });
18
+ }
19
+ const o = {
20
+ defaultProps: { checkedIcon: /* @__PURE__ */ e.jsx(t, {}), color: "primary", disableRipple: !0, icon: /* @__PURE__ */ e.jsx(i, {}) },
21
+ styleOverrides: { root: { padding: 0 } }
22
+ };
23
+ export {
24
+ o as MuiRadio
25
+ };
@@ -0,0 +1,21 @@
1
+ import * as React from 'react';
2
+ declare function IconComponent(): React.JSX.Element;
3
+ export declare const MuiSelect: {
4
+ defaultProps: {
5
+ displayEmpty: true;
6
+ IconComponent: typeof IconComponent;
7
+ MenuProps: {
8
+ sx: {
9
+ mt: string;
10
+ };
11
+ };
12
+ };
13
+ styleOverrides: {
14
+ select: {
15
+ height: string;
16
+ minHeight: string;
17
+ fontSize: string;
18
+ };
19
+ };
20
+ };
21
+ export {};
@@ -0,0 +1,18 @@
1
+ import { j as t } from "../../../jsx-runtime-B6kdoens.js";
2
+ import { C as e } from "../../../CaretDown-CgrRY9__.js";
3
+ function o() {
4
+ return /* @__PURE__ */ t.jsx(
5
+ e,
6
+ {
7
+ fontSize: "1em",
8
+ style: { flex: "0 0 auto", pointerEvents: "none", position: "absolute", right: "7px", top: "calc(50% - .5em)" }
9
+ }
10
+ );
11
+ }
12
+ const r = {
13
+ defaultProps: { displayEmpty: !0, IconComponent: o, MenuProps: { sx: { mt: "4px" } } },
14
+ styleOverrides: { select: { height: "auto", minHeight: "auto", fontSize: "0.875rem" } }
15
+ };
16
+ export {
17
+ r as MuiSelect
18
+ };
@@ -0,0 +1,5 @@
1
+ export declare const MuiSkeleton: {
2
+ styleOverrides: {
3
+ root: {};
4
+ };
5
+ };
@@ -0,0 +1,8 @@
1
+ const e = {
2
+ styleOverrides: {
3
+ root: {}
4
+ }
5
+ };
6
+ export {
7
+ e as MuiSkeleton
8
+ };
@@ -0,0 +1,5 @@
1
+ export declare const MuiStack: {
2
+ defaultProps: {
3
+ useFlexGap: true;
4
+ };
5
+ };
@@ -0,0 +1,4 @@
1
+ const e = { defaultProps: { useFlexGap: !0 } };
2
+ export {
3
+ e as MuiStack
4
+ };
@@ -0,0 +1,19 @@
1
+ export declare const MuiSwitch: {
2
+ defaultProps: {
3
+ color: "primary";
4
+ disableRipple: true;
5
+ };
6
+ styleOverrides: {
7
+ root: {
8
+ marginLeft: string;
9
+ marginRight: string;
10
+ };
11
+ switchBase: {
12
+ color: "var(--mui-palette-neutral-500)";
13
+ };
14
+ track: {
15
+ backgroundColor: "var(--mui-palette-neutral-400)";
16
+ opacity: number;
17
+ };
18
+ };
19
+ };
@@ -0,0 +1,11 @@
1
+ const r = {
2
+ defaultProps: { color: "primary", disableRipple: !0 },
3
+ styleOverrides: {
4
+ root: { marginLeft: "-12px", marginRight: "-12px" },
5
+ switchBase: { color: "var(--mui-palette-neutral-500)" },
6
+ track: { backgroundColor: "var(--mui-palette-neutral-400)", opacity: 1 }
7
+ }
8
+ };
9
+ export {
10
+ r as MuiSwitch
11
+ };
@@ -0,0 +1,18 @@
1
+ export declare const MuiTab: {
2
+ defaultProps: {
3
+ disableRipple: true;
4
+ };
5
+ styleOverrides: {
6
+ root: {
7
+ minWidth: string;
8
+ paddingInline: number;
9
+ textTransform: "none";
10
+ '&:hover': {
11
+ color: string;
12
+ };
13
+ '&:focus-visible': {
14
+ outline: string;
15
+ };
16
+ };
17
+ };
18
+ };
@@ -0,0 +1,15 @@
1
+ const e = {
2
+ defaultProps: { disableRipple: !0 },
3
+ styleOverrides: {
4
+ root: {
5
+ minWidth: "auto",
6
+ paddingInline: 0,
7
+ textTransform: "none",
8
+ "&:hover": { color: "var(--mui-palette-text-primary)" },
9
+ "&:focus-visible": { outline: "2px solid var(--mui-palette-primary-main)" }
10
+ }
11
+ }
12
+ };
13
+ export {
14
+ e as MuiTab
15
+ };
@@ -0,0 +1,5 @@
1
+ export declare const MuiTableBody: {
2
+ styleOverrides: {
3
+ root: {};
4
+ };
5
+ };
@@ -0,0 +1,10 @@
1
+ const e = {
2
+ styleOverrides: {
3
+ root: {
4
+ // [`& .${tableRowClasses.root}:last-child`]: { [`& .${tableCellClasses.root}`]: { '--TableCell-borderWidth': 0 } },
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ e as MuiTableBody
10
+ };
@@ -0,0 +1,10 @@
1
+ export declare const MuiTableCell: {
2
+ styleOverrides: {
3
+ root: {
4
+ borderTop: string;
5
+ };
6
+ paddingCheckbox: {
7
+ padding: string;
8
+ };
9
+ };
10
+ };
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ styleOverrides: {
3
+ root: {
4
+ borderTop: "var(--TableCell-borderWidth, 1px) solid var(--mui-palette-TableCell-border)"
5
+ },
6
+ paddingCheckbox: { padding: "0 0 0 24px" }
7
+ }
8
+ };
9
+ export {
10
+ e as MuiTableCell
11
+ };
@@ -0,0 +1,11 @@
1
+ export declare const MuiTableHead: {
2
+ styleOverrides: {
3
+ root: {
4
+ [x: string]: {
5
+ backgroundColor: string;
6
+ color: string;
7
+ lineHeight: number;
8
+ };
9
+ };
10
+ };
11
+ };
@@ -0,0 +1,15 @@
1
+ import { t as e } from "../../../tableCellClasses-BIg5orIQ.js";
2
+ const t = {
3
+ styleOverrides: {
4
+ root: {
5
+ [`& .${e.root}`]: {
6
+ backgroundColor: "var(--mui-palette-background-level1)",
7
+ color: "var(--mui-palette-text-secondary)",
8
+ lineHeight: 1
9
+ }
10
+ }
11
+ }
12
+ };
13
+ export {
14
+ t as MuiTableHead
15
+ };
@@ -0,0 +1,28 @@
1
+ import * as React from 'react';
2
+ declare function PreviousButtonIcon(): React.JSX.Element;
3
+ declare function NextButtonIcon(): React.JSX.Element;
4
+ export declare const MuiTablePagination: {
5
+ defaultProps: {
6
+ slotProps: {
7
+ actions: {
8
+ nextButtonIcon: {
9
+ component: typeof NextButtonIcon;
10
+ };
11
+ previousButtonIcon: {
12
+ component: typeof PreviousButtonIcon;
13
+ };
14
+ };
15
+ select: {
16
+ size: "small";
17
+ variant: "outlined";
18
+ };
19
+ };
20
+ };
21
+ styleOverrides: {
22
+ input: {
23
+ marginRight: string;
24
+ padding: number;
25
+ };
26
+ };
27
+ };
28
+ export {};