@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
package/dist/main.js ADDED
@@ -0,0 +1,111 @@
1
+ import { default as p } from "./AppAutocomplete/AppAutocomplete.js";
2
+ import { default as a } from "./AppAvatar/AppAvatar.js";
3
+ import { default as f } from "./AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js";
4
+ import { default as l } from "./AppBox/AppBox.js";
5
+ import { default as d } from "./AppButtonLink/AppButtonLink.js";
6
+ import { default as x } from "./AppTextEditor/AppTextEditor.js";
7
+ import { default as i } from "./AppButton/AppButton.js";
8
+ import { default as g } from "./AppCardActions/AppCardActions.js";
9
+ import { default as C } from "./AppCardHeader/AppCardHeader.js";
10
+ import { default as S } from "./AppCardContent/AppCardContent.js";
11
+ import { default as k } from "./AppCard/AppCard.js";
12
+ import { default as P } from "./AppCheckbox/AppCheckbox.js";
13
+ import { default as L } from "./AppChip/AppChip.js";
14
+ import { default as h } from "./AppChips/AppChips.js";
15
+ import { default as I } from "./AppDataTable/AppDataTable.js";
16
+ import { default as E, DialogConfirmProvider as F, useDialogConfirm as z } from "./AppDialogConfirm/AppDialogConfirm.js";
17
+ import { default as O, DialogMessageProvider as j, useDialogMessage as G } from "./AppDialogMessage/AppDialogMessage.js";
18
+ import { default as R } from "./AppError/AppError.js";
19
+ import { default as w } from "./AppEmpty/AppEmpty.js";
20
+ import { default as K } from "./AppDialog/AppDialog.js";
21
+ import { default as U } from "./AppFileDropzone/AppFileDropzone.js";
22
+ import { default as W } from "./AppFileIcon/AppFileIcon.js";
23
+ import { default as Y } from "./AppIcons/AppIcons.js";
24
+ import { default as _ } from "./AppFormControl/AppFormControl.js";
25
+ import { default as ee } from "./AppI18nProvider/AppI18nProvider.js";
26
+ import { default as pe } from "./AppIconButton/AppIconButton.js";
27
+ import { default as ae } from "./AppLabel/AppLabel.js";
28
+ import { default as fe } from "./AppMultiSelect/AppMultiSelect.js";
29
+ import { default as le } from "./AppNoData/AppNoData.js";
30
+ import { default as de } from "./AppNoSsr/AppNoSsr.js";
31
+ import { default as xe } from "./AppOption/AppOption.js";
32
+ import { default as ie } from "./AppOutlinedInput/AppOutlinedInput.js";
33
+ import { default as ge } from "./AppPagination/AppPagination.js";
34
+ import { default as Ce } from "./AppRating/AppRating.js";
35
+ import { default as Se } from "./AppSelect/AppSelect.js";
36
+ import { default as ke } from "./AppSkeleton/AppSkeleton.js";
37
+ import { default as Pe } from "./AppTip/AppTip.js";
38
+ import { default as Le } from "./AppTextTruncation/AppTextTruncation.js";
39
+ import { default as he } from "./AppStack/AppStack.js";
40
+ import { default as Ie } from "./AppLink/AppLink.js";
41
+ import { default as Ee, SnackbarMessageProvider as Fe, useSnackbarMessage as ze } from "./AppSnackbarMessage/AppSnackbarMessage.js";
42
+ import { default as Oe } from "./AppGallery/AppGallery.js";
43
+ import { default as Ge } from "./AppThemeProvider/AppThemeProvider.js";
44
+ import { useDialog as Re } from "./hooks/use-dialog.js";
45
+ import { usePopover as we } from "./hooks/use-popover.js";
46
+ import { createTheme as Ke } from "./styles/theme/create-theme.js";
47
+ import { formatDatePosted as Ue } from "./utils/dayjs.js";
48
+ import { bytesToSize as We } from "./utils/bytes-to-size.js";
49
+ import { LogLevel as Ye, Logger as Ze, createLogger as _e, logger as $e } from "./utils/logger.js";
50
+ import { default as oo } from "dayjs";
51
+ export {
52
+ p as AppAutocomplete,
53
+ a as AppAvatar,
54
+ l as AppBox,
55
+ f as AppBreadcrumbsSeparator,
56
+ i as AppButton,
57
+ d as AppButtonLink,
58
+ k as AppCard,
59
+ g as AppCardActions,
60
+ S as AppCardContent,
61
+ C as AppCardHeader,
62
+ P as AppCheckbox,
63
+ L as AppChip,
64
+ h as AppChips,
65
+ I as AppDataTable,
66
+ K as AppDialog,
67
+ E as AppDialogConfirm,
68
+ O as AppDialogMessage,
69
+ w as AppEmpty,
70
+ R as AppError,
71
+ U as AppFileDropzone,
72
+ W as AppFileIcon,
73
+ _ as AppFormControl,
74
+ Oe as AppGallery,
75
+ ee as AppI18nProvider,
76
+ pe as AppIconButton,
77
+ Y as AppIcons,
78
+ ae as AppLabel,
79
+ Ie as AppLink,
80
+ fe as AppMultiSelect,
81
+ le as AppNoData,
82
+ de as AppNoSsr,
83
+ xe as AppOption,
84
+ ie as AppOutlinedInput,
85
+ ge as AppPagination,
86
+ Ce as AppRating,
87
+ Se as AppSelect,
88
+ ke as AppSkeleton,
89
+ Ee as AppSnackbarMessage,
90
+ he as AppStack,
91
+ x as AppTextEditor,
92
+ Le as AppTextTruncation,
93
+ Ge as AppThemeProvider,
94
+ Pe as AppTip,
95
+ F as DialogConfirmProvider,
96
+ j as DialogMessageProvider,
97
+ Ye as LogLevel,
98
+ Ze as Logger,
99
+ Fe as SnackbarMessageProvider,
100
+ We as bytesToSize,
101
+ _e as createLogger,
102
+ Ke as createTheme,
103
+ oo as dayjs,
104
+ Ue as formatDatePosted,
105
+ $e as logger,
106
+ Re as useDialog,
107
+ z as useDialogConfirm,
108
+ G as useDialogMessage,
109
+ we as usePopover,
110
+ ze as useSnackbarMessage
111
+ };
@@ -0,0 +1,404 @@
1
+ import { d as ve } from "./DefaultPropsProvider-BV4t9fEW.js";
2
+ import { a as pe, s as W, c as Ee, i as he, T as _e } from "./createTheme-C97xvI-s.js";
3
+ import { i as U, a as Te, s as Re } from "./clsx-C-FXfxyk.js";
4
+ var j = { exports: {} }, i = {};
5
+ /**
6
+ * @license React
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 X;
15
+ function be() {
16
+ if (X) return i;
17
+ X = 1;
18
+ var e = Symbol.for("react.element"), o = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), l = Symbol.for("react.context"), m = Symbol.for("react.server_context"), v = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), A = Symbol.for("react.offscreen"), M;
19
+ M = Symbol.for("react.module.reference");
20
+ function S(t) {
21
+ if (typeof t == "object" && t !== null) {
22
+ var R = t.$$typeof;
23
+ switch (R) {
24
+ case e:
25
+ switch (t = t.type, t) {
26
+ case r:
27
+ case u:
28
+ case s:
29
+ case d:
30
+ case y:
31
+ return t;
32
+ default:
33
+ switch (t = t && t.$$typeof, t) {
34
+ case m:
35
+ case l:
36
+ case v:
37
+ case _:
38
+ case E:
39
+ case f:
40
+ return t;
41
+ default:
42
+ return R;
43
+ }
44
+ }
45
+ case o:
46
+ return R;
47
+ }
48
+ }
49
+ }
50
+ return i.ContextConsumer = l, i.ContextProvider = f, i.Element = e, i.ForwardRef = v, i.Fragment = r, i.Lazy = _, i.Memo = E, i.Portal = o, i.Profiler = u, i.StrictMode = s, i.Suspense = d, i.SuspenseList = y, i.isAsyncMode = function() {
51
+ return !1;
52
+ }, i.isConcurrentMode = function() {
53
+ return !1;
54
+ }, i.isContextConsumer = function(t) {
55
+ return S(t) === l;
56
+ }, i.isContextProvider = function(t) {
57
+ return S(t) === f;
58
+ }, i.isElement = function(t) {
59
+ return typeof t == "object" && t !== null && t.$$typeof === e;
60
+ }, i.isForwardRef = function(t) {
61
+ return S(t) === v;
62
+ }, i.isFragment = function(t) {
63
+ return S(t) === r;
64
+ }, i.isLazy = function(t) {
65
+ return S(t) === _;
66
+ }, i.isMemo = function(t) {
67
+ return S(t) === E;
68
+ }, i.isPortal = function(t) {
69
+ return S(t) === o;
70
+ }, i.isProfiler = function(t) {
71
+ return S(t) === u;
72
+ }, i.isStrictMode = function(t) {
73
+ return S(t) === s;
74
+ }, i.isSuspense = function(t) {
75
+ return S(t) === d;
76
+ }, i.isSuspenseList = function(t) {
77
+ return S(t) === y;
78
+ }, i.isValidElementType = function(t) {
79
+ return typeof t == "string" || typeof t == "function" || t === r || t === u || t === s || t === d || t === y || t === A || typeof t == "object" && t !== null && (t.$$typeof === _ || t.$$typeof === E || t.$$typeof === f || t.$$typeof === l || t.$$typeof === v || t.$$typeof === M || t.getModuleId !== void 0);
80
+ }, i.typeOf = S, i;
81
+ }
82
+ var a = {};
83
+ /**
84
+ * @license React
85
+ * react-is.development.js
86
+ *
87
+ * Copyright (c) Facebook, Inc. and its affiliates.
88
+ *
89
+ * This source code is licensed under the MIT license found in the
90
+ * LICENSE file in the root directory of this source tree.
91
+ */
92
+ var B;
93
+ function Pe() {
94
+ return B || (B = 1, process.env.NODE_ENV !== "production" && function() {
95
+ var e = Symbol.for("react.element"), o = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), l = Symbol.for("react.context"), m = Symbol.for("react.server_context"), v = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), A = Symbol.for("react.offscreen"), M = !1, S = !1, t = !1, R = !1, F = !1, O;
96
+ O = Symbol.for("react.module.reference");
97
+ function I(n) {
98
+ return !!(typeof n == "string" || typeof n == "function" || n === r || n === u || F || n === s || n === d || n === y || R || n === A || M || S || t || typeof n == "object" && n !== null && (n.$$typeof === _ || n.$$typeof === E || n.$$typeof === f || n.$$typeof === l || n.$$typeof === v || // This needs to include all possible module reference object
99
+ // types supported by any Flight configuration anywhere since
100
+ // we don't know which Flight build this will end up being used
101
+ // with.
102
+ n.$$typeof === O || n.getModuleId !== void 0));
103
+ }
104
+ function c(n) {
105
+ if (typeof n == "object" && n !== null) {
106
+ var z = n.$$typeof;
107
+ switch (z) {
108
+ case e:
109
+ var V = n.type;
110
+ switch (V) {
111
+ case r:
112
+ case u:
113
+ case s:
114
+ case d:
115
+ case y:
116
+ return V;
117
+ default:
118
+ var H = V && V.$$typeof;
119
+ switch (H) {
120
+ case m:
121
+ case l:
122
+ case v:
123
+ case _:
124
+ case E:
125
+ case f:
126
+ return H;
127
+ default:
128
+ return z;
129
+ }
130
+ }
131
+ case o:
132
+ return z;
133
+ }
134
+ }
135
+ }
136
+ var p = l, w = f, b = e, Y = v, g = r, x = _, T = E, P = o, h = u, C = s, $ = d, L = y, N = !1, q = !1;
137
+ function re(n) {
138
+ return N || (N = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
139
+ }
140
+ function ne(n) {
141
+ return q || (q = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
142
+ }
143
+ function oe(n) {
144
+ return c(n) === l;
145
+ }
146
+ function se(n) {
147
+ return c(n) === f;
148
+ }
149
+ function ie(n) {
150
+ return typeof n == "object" && n !== null && n.$$typeof === e;
151
+ }
152
+ function ae(n) {
153
+ return c(n) === v;
154
+ }
155
+ function ue(n) {
156
+ return c(n) === r;
157
+ }
158
+ function fe(n) {
159
+ return c(n) === _;
160
+ }
161
+ function ce(n) {
162
+ return c(n) === E;
163
+ }
164
+ function le(n) {
165
+ return c(n) === o;
166
+ }
167
+ function de(n) {
168
+ return c(n) === u;
169
+ }
170
+ function me(n) {
171
+ return c(n) === s;
172
+ }
173
+ function ye(n) {
174
+ return c(n) === d;
175
+ }
176
+ function Se(n) {
177
+ return c(n) === y;
178
+ }
179
+ a.ContextConsumer = p, a.ContextProvider = w, a.Element = b, a.ForwardRef = Y, a.Fragment = g, a.Lazy = x, a.Memo = T, a.Portal = P, a.Profiler = h, a.StrictMode = C, a.Suspense = $, a.SuspenseList = L, a.isAsyncMode = re, a.isConcurrentMode = ne, a.isContextConsumer = oe, a.isContextProvider = se, a.isElement = ie, a.isForwardRef = ae, a.isFragment = ue, a.isLazy = fe, a.isMemo = ce, a.isPortal = le, a.isProfiler = de, a.isStrictMode = me, a.isSuspense = ye, a.isSuspenseList = Se, a.isValidElementType = I, a.typeOf = c;
180
+ }()), a;
181
+ }
182
+ process.env.NODE_ENV === "production" ? j.exports = be() : j.exports = Pe();
183
+ var G = j.exports;
184
+ function J(e, o = "") {
185
+ return e.displayName || e.name || o;
186
+ }
187
+ function K(e, o, r) {
188
+ const s = J(o);
189
+ return e.displayName || (s !== "" ? `${r}(${s})` : r);
190
+ }
191
+ function we(e) {
192
+ if (e != null) {
193
+ if (typeof e == "string")
194
+ return e;
195
+ if (typeof e == "function")
196
+ return J(e, "Component");
197
+ if (typeof e == "object")
198
+ switch (e.$$typeof) {
199
+ case G.ForwardRef:
200
+ return K(e, e.render, "ForwardRef");
201
+ case G.Memo:
202
+ return K(e, e.type, "memo");
203
+ default:
204
+ return;
205
+ }
206
+ }
207
+ }
208
+ function Q(e) {
209
+ const {
210
+ variants: o,
211
+ ...r
212
+ } = e, s = {
213
+ variants: o,
214
+ style: U(r),
215
+ isProcessed: !0
216
+ };
217
+ return s.style === r || o && o.forEach((u) => {
218
+ typeof u.style != "function" && (u.style = U(u.style));
219
+ }), s;
220
+ }
221
+ const Ce = pe();
222
+ function k(e) {
223
+ return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
224
+ }
225
+ function $e(e) {
226
+ return e ? (o, r) => r[e] : null;
227
+ }
228
+ function Ae(e, o, r) {
229
+ e.theme = ge(e.theme) ? r : e.theme[o] || e.theme;
230
+ }
231
+ function D(e, o) {
232
+ const r = typeof o == "function" ? o(e) : o;
233
+ if (Array.isArray(r))
234
+ return r.flatMap((s) => D(e, s));
235
+ if (Array.isArray(r == null ? void 0 : r.variants)) {
236
+ let s;
237
+ if (r.isProcessed)
238
+ s = r.style;
239
+ else {
240
+ const {
241
+ variants: u,
242
+ ...f
243
+ } = r;
244
+ s = f;
245
+ }
246
+ return ee(e, r.variants, [s]);
247
+ }
248
+ return r != null && r.isProcessed ? r.style : r;
249
+ }
250
+ function ee(e, o, r = []) {
251
+ var u;
252
+ let s;
253
+ e: for (let f = 0; f < o.length; f += 1) {
254
+ const l = o[f];
255
+ if (typeof l.props == "function") {
256
+ if (s ?? (s = {
257
+ ...e,
258
+ ...e.ownerState,
259
+ ownerState: e.ownerState
260
+ }), !l.props(s))
261
+ continue;
262
+ } else
263
+ for (const m in l.props)
264
+ if (e[m] !== l.props[m] && ((u = e.ownerState) == null ? void 0 : u[m]) !== l.props[m])
265
+ continue e;
266
+ typeof l.style == "function" ? (s ?? (s = {
267
+ ...e,
268
+ ...e.ownerState,
269
+ ownerState: e.ownerState
270
+ }), r.push(l.style(s))) : r.push(l.style);
271
+ }
272
+ return r;
273
+ }
274
+ function Me(e = {}) {
275
+ const {
276
+ themeId: o,
277
+ defaultTheme: r = Ce,
278
+ rootShouldForwardProp: s = k,
279
+ slotShouldForwardProp: u = k
280
+ } = e;
281
+ function f(m) {
282
+ Ae(m, o, r);
283
+ }
284
+ return (m, v = {}) => {
285
+ Te(m, (c) => c.filter((p) => p !== W));
286
+ const {
287
+ name: d,
288
+ slot: y,
289
+ skipVariantsResolver: E,
290
+ skipSx: _,
291
+ // TODO v6: remove `lowercaseFirstLetter()` in the next major release
292
+ // For more details: https://github.com/mui/material-ui/pull/37908
293
+ overridesResolver: A = $e(te(y)),
294
+ ...M
295
+ } = v, S = E !== void 0 ? E : (
296
+ // TODO v6: remove `Root` in the next major release
297
+ // For more details: https://github.com/mui/material-ui/pull/37908
298
+ y && y !== "Root" && y !== "root" || !1
299
+ ), t = _ || !1;
300
+ let R = k;
301
+ y === "Root" || y === "root" ? R = s : y ? R = u : Ne(m) && (R = void 0);
302
+ const F = Re(m, {
303
+ shouldForwardProp: R,
304
+ label: Fe(d, y),
305
+ ...M
306
+ }), O = (c) => {
307
+ if (typeof c == "function" && c.__emotion_real !== c)
308
+ return function(w) {
309
+ return D(w, c);
310
+ };
311
+ if (he(c)) {
312
+ const p = Q(c);
313
+ return p.variants ? function(b) {
314
+ return D(b, p);
315
+ } : p.style;
316
+ }
317
+ return c;
318
+ }, I = (...c) => {
319
+ const p = [], w = c.map(O), b = [];
320
+ if (p.push(f), d && A && b.push(function(T) {
321
+ var $, L;
322
+ const h = (L = ($ = T.theme.components) == null ? void 0 : $[d]) == null ? void 0 : L.styleOverrides;
323
+ if (!h)
324
+ return null;
325
+ const C = {};
326
+ for (const N in h)
327
+ C[N] = D(T, h[N]);
328
+ return A(T, C);
329
+ }), d && !S && b.push(function(T) {
330
+ var C, $;
331
+ const P = T.theme, h = ($ = (C = P == null ? void 0 : P.components) == null ? void 0 : C[d]) == null ? void 0 : $.variants;
332
+ return h ? ee(T, h) : null;
333
+ }), t || b.push(W), Array.isArray(w[0])) {
334
+ const x = w.shift(), T = new Array(p.length).fill(""), P = new Array(b.length).fill("");
335
+ let h;
336
+ h = [...T, ...x, ...P], h.raw = [...T, ...x.raw, ...P], p.unshift(h);
337
+ }
338
+ const Y = [...p, ...w, ...b], g = F(...Y);
339
+ return m.muiName && (g.muiName = m.muiName), process.env.NODE_ENV !== "production" && (g.displayName = xe(d, y, m)), g;
340
+ };
341
+ return F.withConfig && (I.withConfig = F.withConfig), I;
342
+ };
343
+ }
344
+ function xe(e, o, r) {
345
+ return e ? `${e}${Ee(o || "")}` : `Styled(${we(r)})`;
346
+ }
347
+ function Fe(e, o) {
348
+ let r;
349
+ return process.env.NODE_ENV !== "production" && e && (r = `${e}-${te(o || "Root")}`), r;
350
+ }
351
+ function ge(e) {
352
+ for (const o in e)
353
+ return !1;
354
+ return !0;
355
+ }
356
+ function Ne(e) {
357
+ return typeof e == "string" && // 96 is one less than the char code
358
+ // for "a" so this is checking that
359
+ // it's a lowercase character
360
+ e.charCodeAt(0) > 96;
361
+ }
362
+ function te(e) {
363
+ return e && e.charAt(0).toLowerCase() + e.slice(1);
364
+ }
365
+ const Z = {
366
+ theme: void 0
367
+ };
368
+ function Oe(e) {
369
+ let o, r;
370
+ return function(u) {
371
+ let f = o;
372
+ return (f === void 0 || u.theme !== r) && (Z.theme = u.theme, f = Q(e(Z)), o = f, r = u.theme), f;
373
+ };
374
+ }
375
+ function ze(e, o, r = void 0) {
376
+ const s = {};
377
+ for (const u in e) {
378
+ const f = e[u];
379
+ let l = "", m = !0;
380
+ for (let v = 0; v < f.length; v += 1) {
381
+ const d = f[v];
382
+ d && (l += (m === !0 ? "" : " ") + o(d), m = !1, r && r[d] && (l += " " + r[d]));
383
+ }
384
+ s[u] = l;
385
+ }
386
+ return s;
387
+ }
388
+ function Ie(e) {
389
+ return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
390
+ }
391
+ const Le = (e) => Ie(e) && e !== "classes", ke = Me({
392
+ themeId: _e,
393
+ defaultTheme: ve,
394
+ rootShouldForwardProp: Le
395
+ }), je = Oe;
396
+ export {
397
+ Me as a,
398
+ G as b,
399
+ ze as c,
400
+ Ie as d,
401
+ je as m,
402
+ Le as r,
403
+ ke as s
404
+ };
@@ -0,0 +1,13 @@
1
+ import { i as s } from "./inputBaseClasses-s6dljKxi.js";
2
+ import { g as e, a as i } from "./generateUtilityClasses-CuEy5gtx.js";
3
+ function a(t) {
4
+ return i("MuiOutlinedInput", t);
5
+ }
6
+ const l = {
7
+ ...s,
8
+ ...e("MuiOutlinedInput", ["root", "notchedOutline", "input"])
9
+ };
10
+ export {
11
+ a as g,
12
+ l as o
13
+ };
@@ -0,0 +1,9 @@
1
+ import { g as t, a } from "./generateUtilityClasses-CuEy5gtx.js";
2
+ function o(e) {
3
+ return a("MuiPaper", e);
4
+ }
5
+ const l = t("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
6
+ export {
7
+ o as g,
8
+ l as p
9
+ };
@@ -0,0 +1,7 @@
1
+ import { ColorSystemOptions } from '@mui/material/styles';
2
+ import { ColorScheme, PrimaryColor } from './types';
3
+ interface Config {
4
+ primaryColor: PrimaryColor;
5
+ }
6
+ export declare function colorSchemes(config: Config): Partial<Record<ColorScheme, ColorSystemOptions>>;
7
+ export {};