@solostylist/ui-kit 1.0.9 → 1.0.10

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 (498) hide show
  1. package/README.md +1 -1
  2. package/dist/{ButtonBase-C9K74oZC.js → ButtonBase-BFsNsbc9.js} +1 -1
  3. package/dist/{Menu-DrTy5vbc.js → Menu-CzI0zcbw.js} +4 -4
  4. package/dist/{MenuItem-CSmlAERi.js → MenuItem-Bl45WcKS.js} +6 -6
  5. package/dist/{Stack-CP2l9Ko9.js → Stack-DIkbVcfm.js} +4 -4
  6. package/dist/{Typography-CgNLUV5h.js → Typography-jSFidXje.js} +24 -24
  7. package/dist/{X-Cw1SQcRJ.js → X-B8GTZwii.js} +3 -3
  8. package/dist/{createSvgIcon-CoYExp5F.js → createSvgIcon-B7_s-URK.js} +15 -15
  9. package/dist/{index-BB439voV.js → index-DljiS4x1.js} +1 -1
  10. package/dist/main.d.ts +45 -49
  11. package/dist/main.js +98 -106
  12. package/dist/{memoTheme-B7hT_l31.js → memoTheme-CaOW5YiB.js} +13 -13
  13. package/dist/s-autocomplete/index.d.ts +1 -0
  14. package/dist/s-autocomplete/index.js +4 -0
  15. package/dist/s-autocomplete/s-autocomplete.d.ts +11 -0
  16. package/dist/s-autocomplete/s-autocomplete.js +26 -0
  17. package/dist/s-avatar/index.d.ts +1 -0
  18. package/dist/s-avatar/index.js +4 -0
  19. package/dist/s-avatar/s-avatar.d.ts +6 -0
  20. package/dist/s-avatar/s-avatar.js +6 -0
  21. package/dist/s-box/index.d.ts +1 -0
  22. package/dist/s-box/index.js +4 -0
  23. package/dist/s-box/s-box.d.ts +7 -0
  24. package/dist/s-box/s-box.js +7 -0
  25. package/dist/s-breadcrumbs-separator/index.d.ts +1 -0
  26. package/dist/s-breadcrumbs-separator/index.js +4 -0
  27. package/dist/s-breadcrumbs-separator/s-breadcrumbs-separator.d.ts +3 -0
  28. package/dist/s-button/index.d.ts +1 -0
  29. package/dist/s-button/index.js +4 -0
  30. package/dist/s-button/s-button.d.ts +6 -0
  31. package/dist/s-button/s-button.js +18 -0
  32. package/dist/s-button-link/index.d.ts +1 -0
  33. package/dist/s-button-link/index.js +4 -0
  34. package/dist/{AppButtonLink/AppButtonLink.d.ts → s-button-link/s-button-link.d.ts} +3 -3
  35. package/dist/s-card/index.d.ts +1 -0
  36. package/dist/s-card/index.js +4 -0
  37. package/dist/s-card/s-card.d.ts +6 -0
  38. package/dist/s-card/s-card.js +6 -0
  39. package/dist/s-card-actions/index.d.ts +1 -0
  40. package/dist/s-card-actions/index.js +4 -0
  41. package/dist/s-card-actions/s-card-actions.d.ts +6 -0
  42. package/dist/{AppCardActions/AppCardActions.js → s-card-actions/s-card-actions.js} +2 -2
  43. package/dist/s-card-content/index.d.ts +1 -0
  44. package/dist/s-card-content/index.js +4 -0
  45. package/dist/s-card-content/s-card-content.d.ts +6 -0
  46. package/dist/{AppCardContent/AppCardContent.js → s-card-content/s-card-content.js} +2 -2
  47. package/dist/s-card-header/index.d.ts +1 -0
  48. package/dist/s-card-header/index.js +4 -0
  49. package/dist/s-card-header/s-card-header.d.ts +6 -0
  50. package/dist/s-card-header/s-card-header.js +6 -0
  51. package/dist/s-checkbox/index.d.ts +1 -0
  52. package/dist/s-checkbox/index.js +4 -0
  53. package/dist/s-checkbox/s-checkbox.d.ts +7 -0
  54. package/dist/{AppCheckbox/AppCheckbox.js → s-checkbox/s-checkbox.js} +2 -2
  55. package/dist/s-chip/index.d.ts +1 -0
  56. package/dist/s-chip/index.js +4 -0
  57. package/dist/s-chip/s-chip.d.ts +6 -0
  58. package/dist/s-chip/s-chip.js +6 -0
  59. package/dist/s-chips/index.d.ts +1 -0
  60. package/dist/s-chips/index.js +4 -0
  61. package/dist/s-chips/s-chips.d.ts +7 -0
  62. package/dist/s-chips/s-chips.js +74 -0
  63. package/dist/s-data-table/index.d.ts +2 -0
  64. package/dist/s-data-table/index.js +4 -0
  65. package/dist/{AppDataTable/AppDataTable.d.ts → s-data-table/s-data-table.d.ts} +4 -4
  66. package/dist/{AppDataTable/AppDataTable.js → s-data-table/s-data-table.js} +26 -26
  67. package/dist/s-dialog/index.d.ts +1 -0
  68. package/dist/s-dialog/index.js +4 -0
  69. package/dist/{AppDialog/AppDialog.d.ts → s-dialog/s-dialog.d.ts} +3 -3
  70. package/dist/{AppDialog/AppDialog.js → s-dialog/s-dialog.js} +4 -4
  71. package/dist/{AppDialogConfirm → s-dialog-confirm}/index.d.ts +2 -2
  72. package/dist/{AppDialogConfirm → s-dialog-confirm}/index.js +1 -1
  73. package/dist/{AppDialogConfirm/AppDialogConfirm.d.ts → s-dialog-confirm/s-dialog-confirm.d.ts} +3 -3
  74. package/dist/{AppDialogConfirm/AppDialogConfirm.js → s-dialog-confirm/s-dialog-confirm.js} +17 -17
  75. package/dist/{AppDialogMessage → s-dialog-message}/index.d.ts +2 -2
  76. package/dist/{AppDialogMessage → s-dialog-message}/index.js +1 -1
  77. package/dist/{AppDialogMessage/AppDialogMessage.d.ts → s-dialog-message/s-dialog-message.d.ts} +3 -3
  78. package/dist/{AppDialogMessage/AppDialogMessage.js → s-dialog-message/s-dialog-message.js} +23 -23
  79. package/dist/s-empty/index.d.ts +1 -0
  80. package/dist/s-empty/index.js +4 -0
  81. package/dist/s-empty/s-empty.d.ts +5 -0
  82. package/dist/{AppEmpty/AppEmpty.js → s-empty/s-empty.js} +2 -2
  83. package/dist/s-error/index.d.ts +1 -0
  84. package/dist/s-error/index.js +4 -0
  85. package/dist/s-error/s-error.d.ts +3 -0
  86. package/dist/s-file-dropzone/index.d.ts +2 -0
  87. package/dist/s-file-dropzone/index.js +4 -0
  88. package/dist/{AppFileDropzone/AppFileDropzone.d.ts → s-file-dropzone/s-file-dropzone.d.ts} +3 -3
  89. package/dist/{AppFileDropzone/AppFileDropzone.js → s-file-dropzone/s-file-dropzone.js} +26 -26
  90. package/dist/s-file-icon/index.d.ts +1 -0
  91. package/dist/s-file-icon/index.js +4 -0
  92. package/dist/s-file-icon/s-file-icon.d.ts +6 -0
  93. package/dist/{AppFileIcon/AppFileIcon.js → s-file-icon/s-file-icon.js} +2 -2
  94. package/dist/s-form/index.d.ts +1 -0
  95. package/dist/s-form/index.js +4 -0
  96. package/dist/s-i18n-provider/index.d.ts +1 -0
  97. package/dist/s-i18n-provider/index.js +4 -0
  98. package/dist/s-i18n-provider/s-i18n-provider.d.ts +7 -0
  99. package/dist/{AppI18nProvider/AppI18nProvider.js → s-i18n-provider/s-i18n-provider.js} +7 -7
  100. package/dist/s-icon-button/index.d.ts +1 -0
  101. package/dist/s-icon-button/index.js +4 -0
  102. package/dist/s-icon-button/s-icon-button.d.ts +8 -0
  103. package/dist/s-icon-button/s-icon-button.js +6 -0
  104. package/dist/s-image-gallery/index.d.ts +1 -0
  105. package/dist/s-image-gallery/index.js +4 -0
  106. package/dist/s-image-gallery/s-image-gallery.d.ts +6 -0
  107. package/dist/{AppGallery/AppGallery.js → s-image-gallery/s-image-gallery.js} +21 -21
  108. package/dist/s-label/index.d.ts +1 -0
  109. package/dist/s-label/index.js +4 -0
  110. package/dist/{AppLabel/AppLabel.d.ts → s-label/s-label.d.ts} +4 -4
  111. package/dist/s-link/index.d.ts +1 -0
  112. package/dist/s-link/index.js +4 -0
  113. package/dist/s-link/s-link.d.ts +6 -0
  114. package/dist/s-link/s-link.js +6 -0
  115. package/dist/s-menu-item/index.d.ts +1 -0
  116. package/dist/s-menu-item/index.js +4 -0
  117. package/dist/{AppOption/AppOption.d.ts → s-menu-item/s-menu-item.d.ts} +3 -3
  118. package/dist/s-menu-item/s-menu-item.js +6 -0
  119. package/dist/s-multi-select/index.d.ts +1 -0
  120. package/dist/s-multi-select/index.js +4 -0
  121. package/dist/s-multi-select/s-multi-select.d.ts +12 -0
  122. package/dist/{AppMultiSelect/AppMultiSelect.js → s-multi-select/s-multi-select.js} +14 -19
  123. package/dist/s-no-ssr/index.d.ts +1 -0
  124. package/dist/s-no-ssr/index.js +4 -0
  125. package/dist/s-no-ssr/s-no-ssr.d.ts +8 -0
  126. package/dist/s-pagination/index.d.ts +1 -0
  127. package/dist/s-pagination/index.js +4 -0
  128. package/dist/s-pagination/s-pagination.d.ts +7 -0
  129. package/dist/{AppPagination/AppPagination.js → s-pagination/s-pagination.js} +1 -1
  130. package/dist/s-rating/index.d.ts +1 -0
  131. package/dist/s-rating/index.js +4 -0
  132. package/dist/s-rating/s-rating.d.ts +7 -0
  133. package/dist/s-rating/s-rating.js +6 -0
  134. package/dist/s-select/index.d.ts +1 -0
  135. package/dist/s-select/index.js +4 -0
  136. package/dist/{AppSelect/AppSelect.d.ts → s-select/s-select.d.ts} +4 -3
  137. package/dist/s-select/s-select.js +55 -0
  138. package/dist/s-skeleton/index.d.ts +1 -0
  139. package/dist/s-skeleton/index.js +4 -0
  140. package/dist/{AppSkeleton/AppSkeleton.d.ts → s-skeleton/s-skeleton.d.ts} +3 -3
  141. package/dist/{AppSnackbarMessage → s-snackbar-message}/index.d.ts +2 -2
  142. package/dist/{AppSnackbarMessage → s-snackbar-message}/index.js +1 -1
  143. package/dist/{AppSnackbarMessage/AppSnackbarMessage.d.ts → s-snackbar-message/s-snackbar-message.d.ts} +3 -3
  144. package/dist/{AppSnackbarMessage/AppSnackbarMessage.js → s-snackbar-message/s-snackbar-message.js} +14 -14
  145. package/dist/s-stack/index.d.ts +1 -0
  146. package/dist/s-stack/index.js +4 -0
  147. package/dist/s-stack/s-stack.d.ts +6 -0
  148. package/dist/s-stack/s-stack.js +6 -0
  149. package/dist/s-text-editor/index.d.ts +1 -0
  150. package/dist/s-text-editor/index.js +4 -0
  151. package/dist/s-text-editor/s-text-editor-toolbar.d.ts +6 -0
  152. package/dist/{AppTextEditor/TextEditorToolbar.js → s-text-editor/s-text-editor-toolbar.js} +9 -9
  153. package/dist/{AppTextEditor/AppTextEditor.d.ts → s-text-editor/s-text-editor.d.ts} +3 -3
  154. package/dist/{AppTextEditor/AppTextEditor.js → s-text-editor/s-text-editor.js} +10 -10
  155. package/dist/s-text-field/index.d.ts +1 -0
  156. package/dist/s-text-field/index.js +4 -0
  157. package/dist/{STextField/STextField.js → s-text-field/s-text-field.js} +1 -1
  158. package/dist/s-text-truncation/index.d.ts +1 -0
  159. package/dist/s-text-truncation/index.js +4 -0
  160. package/dist/s-text-truncation/s-text-truncation.d.ts +6 -0
  161. package/dist/{AppTextTruncation/AppTextTruncation.js → s-text-truncation/s-text-truncation.js} +1 -1
  162. package/dist/s-theme-provider/index.d.ts +1 -0
  163. package/dist/s-theme-provider/index.js +4 -0
  164. package/dist/s-theme-provider/s-theme-provider.js +37 -0
  165. package/dist/s-tip/index.d.ts +1 -0
  166. package/dist/s-tip/index.js +4 -0
  167. package/dist/s-tip/s-tip.d.ts +6 -0
  168. package/dist/s-tip/s-tip.js +31 -0
  169. package/dist/{styles/theme → theme}/components/autocomplete.js +2 -2
  170. package/dist/{styles/theme → theme}/components/backdrop.js +1 -1
  171. package/dist/{styles/theme → theme}/components/button.js +1 -1
  172. package/dist/{styles/theme → theme}/components/card-header.js +1 -1
  173. package/dist/{styles/theme → theme}/components/card.js +1 -1
  174. package/dist/{styles/theme → theme}/components/checkbox.js +1 -1
  175. package/dist/{styles/theme → theme}/components/chip.js +12 -12
  176. package/dist/{styles/theme → theme}/components/components.d.ts +8 -27
  177. package/dist/theme/components/components.js +111 -0
  178. package/dist/{styles/theme → theme}/components/filled-input.js +1 -1
  179. package/dist/{styles/theme → theme}/components/input.js +1 -1
  180. package/dist/{styles/theme → theme}/components/menu-item.js +1 -1
  181. package/dist/{styles/theme → theme}/components/outlined-input.js +2 -2
  182. package/dist/{styles/theme → theme}/components/radio.js +1 -1
  183. package/dist/{styles/theme → theme}/components/select.js +2 -2
  184. package/dist/{styles/theme → theme}/components/table-head.js +1 -1
  185. package/dist/{styles/theme → theme}/components/table-pagination.js +4 -4
  186. package/dist/{styles/theme → theme}/components/tabs.js +2 -2
  187. package/dist/theme/customizations/components/avatar.d.ts +5 -0
  188. package/dist/{User-X5-swnIn.js → theme/customizations/components/avatar.js} +14 -10
  189. package/dist/theme/customizations/components/components.d.ts +7 -0
  190. package/dist/theme/customizations/components/components.js +7 -0
  191. package/dist/{styles/theme → theme}/customizations/data-display.js +6 -6
  192. package/dist/{styles/theme → theme}/customizations/feedback.js +1 -1
  193. package/dist/{styles/theme → theme}/customizations/inputs.js +6 -6
  194. package/dist/{styles/theme → theme}/customizations/navigation.js +7 -7
  195. package/dist/{styles/theme → theme}/customizations/surfaces.js +1 -1
  196. package/dist/{styles/theme → theme}/theme-primitives.js +51 -51
  197. package/dist/{useControlled-QI8qSFYJ.js → useControlled-Bvu9pDu8.js} +7 -7
  198. package/dist/{useSlot-CX_V7IfD.js → useSlot-CtsS_jy6.js} +1 -1
  199. package/package.json +1 -4
  200. package/dist/AppAutocomplete/AppAutocomplete.d.ts +0 -10
  201. package/dist/AppAutocomplete/AppAutocomplete.js +0 -19
  202. package/dist/AppAutocomplete/index.d.ts +0 -1
  203. package/dist/AppAutocomplete/index.js +0 -4
  204. package/dist/AppAvatar/AppAvatar.d.ts +0 -7
  205. package/dist/AppAvatar/AppAvatar.js +0 -13
  206. package/dist/AppAvatar/index.d.ts +0 -1
  207. package/dist/AppAvatar/index.js +0 -4
  208. package/dist/AppBox/AppBox.d.ts +0 -7
  209. package/dist/AppBox/AppBox.js +0 -7
  210. package/dist/AppBox/index.d.ts +0 -1
  211. package/dist/AppBox/index.js +0 -4
  212. package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.d.ts +0 -3
  213. package/dist/AppBreadcrumbsSeparator/index.d.ts +0 -1
  214. package/dist/AppBreadcrumbsSeparator/index.js +0 -4
  215. package/dist/AppButton/AppButton.d.ts +0 -9
  216. package/dist/AppButton/AppButton.js +0 -44
  217. package/dist/AppButton/index.d.ts +0 -1
  218. package/dist/AppButton/index.js +0 -4
  219. package/dist/AppButtonLink/index.d.ts +0 -1
  220. package/dist/AppButtonLink/index.js +0 -4
  221. package/dist/AppCard/AppCard.d.ts +0 -6
  222. package/dist/AppCard/AppCard.js +0 -6
  223. package/dist/AppCard/index.d.ts +0 -1
  224. package/dist/AppCard/index.js +0 -4
  225. package/dist/AppCardActions/AppCardActions.d.ts +0 -6
  226. package/dist/AppCardActions/index.d.ts +0 -1
  227. package/dist/AppCardActions/index.js +0 -4
  228. package/dist/AppCardContent/AppCardContent.d.ts +0 -6
  229. package/dist/AppCardContent/index.d.ts +0 -1
  230. package/dist/AppCardContent/index.js +0 -4
  231. package/dist/AppCardHeader/AppCardHeader.d.ts +0 -10
  232. package/dist/AppCardHeader/AppCardHeader.js +0 -13
  233. package/dist/AppCardHeader/index.d.ts +0 -1
  234. package/dist/AppCardHeader/index.js +0 -4
  235. package/dist/AppCheckbox/AppCheckbox.d.ts +0 -7
  236. package/dist/AppCheckbox/index.d.ts +0 -1
  237. package/dist/AppCheckbox/index.js +0 -4
  238. package/dist/AppChip/AppChip.d.ts +0 -6
  239. package/dist/AppChip/AppChip.js +0 -6
  240. package/dist/AppChip/index.d.ts +0 -1
  241. package/dist/AppChip/index.js +0 -4
  242. package/dist/AppChips/AppChips.d.ts +0 -7
  243. package/dist/AppChips/AppChips.js +0 -72
  244. package/dist/AppChips/index.d.ts +0 -1
  245. package/dist/AppChips/index.js +0 -4
  246. package/dist/AppDataTable/index.d.ts +0 -2
  247. package/dist/AppDataTable/index.js +0 -4
  248. package/dist/AppDialog/index.d.ts +0 -1
  249. package/dist/AppDialog/index.js +0 -4
  250. package/dist/AppEmpty/AppEmpty.d.ts +0 -5
  251. package/dist/AppEmpty/index.d.ts +0 -1
  252. package/dist/AppEmpty/index.js +0 -4
  253. package/dist/AppError/AppError.d.ts +0 -3
  254. package/dist/AppError/index.d.ts +0 -1
  255. package/dist/AppError/index.js +0 -4
  256. package/dist/AppFileDropzone/index.d.ts +0 -2
  257. package/dist/AppFileDropzone/index.js +0 -4
  258. package/dist/AppFileIcon/AppFileIcon.d.ts +0 -6
  259. package/dist/AppFileIcon/index.d.ts +0 -1
  260. package/dist/AppFileIcon/index.js +0 -4
  261. package/dist/AppFormControl/AppFormControl.d.ts +0 -8
  262. package/dist/AppFormControl/AppFormControl.js +0 -10
  263. package/dist/AppFormControl/index.d.ts +0 -1
  264. package/dist/AppFormControl/index.js +0 -4
  265. package/dist/AppGallery/AppGallery.d.ts +0 -6
  266. package/dist/AppGallery/index.d.ts +0 -1
  267. package/dist/AppGallery/index.js +0 -4
  268. package/dist/AppI18nProvider/AppI18nProvider.d.ts +0 -7
  269. package/dist/AppI18nProvider/index.d.ts +0 -1
  270. package/dist/AppI18nProvider/index.js +0 -4
  271. package/dist/AppIconButton/AppIconButton.d.ts +0 -8
  272. package/dist/AppIconButton/AppIconButton.js +0 -6
  273. package/dist/AppIconButton/index.d.ts +0 -1
  274. package/dist/AppIconButton/index.js +0 -4
  275. package/dist/AppIcons/AppIcons.d.ts +0 -3
  276. package/dist/AppIcons/AppIcons.js +0 -1081
  277. package/dist/AppIcons/index.d.ts +0 -1
  278. package/dist/AppIcons/index.js +0 -4
  279. package/dist/AppLabel/index.d.ts +0 -1
  280. package/dist/AppLabel/index.js +0 -4
  281. package/dist/AppLink/AppLink.d.ts +0 -6
  282. package/dist/AppLink/AppLink.js +0 -6
  283. package/dist/AppLink/index.d.ts +0 -1
  284. package/dist/AppLink/index.js +0 -4
  285. package/dist/AppMultiSelect/AppMultiSelect.d.ts +0 -12
  286. package/dist/AppMultiSelect/index.d.ts +0 -1
  287. package/dist/AppMultiSelect/index.js +0 -4
  288. package/dist/AppNoData/AppNoData.d.ts +0 -5
  289. package/dist/AppNoData/AppNoData.js +0 -6
  290. package/dist/AppNoData/index.d.ts +0 -1
  291. package/dist/AppNoData/index.js +0 -4
  292. package/dist/AppNoSsr/AppNoSsr.d.ts +0 -8
  293. package/dist/AppNoSsr/index.d.ts +0 -1
  294. package/dist/AppNoSsr/index.js +0 -4
  295. package/dist/AppOption/AppOption.js +0 -6
  296. package/dist/AppOption/index.d.ts +0 -1
  297. package/dist/AppOption/index.js +0 -4
  298. package/dist/AppPagination/AppPagination.d.ts +0 -7
  299. package/dist/AppPagination/index.d.ts +0 -1
  300. package/dist/AppPagination/index.js +0 -4
  301. package/dist/AppRating/AppRating.d.ts +0 -7
  302. package/dist/AppRating/AppRating.js +0 -6
  303. package/dist/AppRating/index.d.ts +0 -1
  304. package/dist/AppRating/index.js +0 -4
  305. package/dist/AppSelect/AppSelect.js +0 -82
  306. package/dist/AppSelect/index.d.ts +0 -1
  307. package/dist/AppSelect/index.js +0 -4
  308. package/dist/AppSkeleton/index.d.ts +0 -1
  309. package/dist/AppSkeleton/index.js +0 -4
  310. package/dist/AppStack/AppStack.d.ts +0 -6
  311. package/dist/AppStack/AppStack.js +0 -6
  312. package/dist/AppStack/index.d.ts +0 -1
  313. package/dist/AppStack/index.js +0 -4
  314. package/dist/AppTextEditor/TextEditorToolbar.d.ts +0 -6
  315. package/dist/AppTextEditor/index.d.ts +0 -1
  316. package/dist/AppTextEditor/index.js +0 -4
  317. package/dist/AppTextTruncation/AppTextTruncation.d.ts +0 -6
  318. package/dist/AppTextTruncation/index.d.ts +0 -1
  319. package/dist/AppTextTruncation/index.js +0 -4
  320. package/dist/AppTip/AppTip.d.ts +0 -6
  321. package/dist/AppTip/AppTip.js +0 -28
  322. package/dist/AppTip/index.d.ts +0 -1
  323. package/dist/AppTip/index.js +0 -4
  324. package/dist/Lightbulb-BLT-jnYA.js +0 -47
  325. package/dist/SForm/index.d.ts +0 -1
  326. package/dist/SForm/index.js +0 -4
  327. package/dist/SForm/package.json +0 -5
  328. package/dist/STextField/index.d.ts +0 -1
  329. package/dist/STextField/index.js +0 -4
  330. package/dist/STextField/package.json +0 -5
  331. package/dist/SThemeProvider/SThemeProvider.js +0 -35
  332. package/dist/SThemeProvider/index.d.ts +0 -1
  333. package/dist/SThemeProvider/index.js +0 -4
  334. package/dist/SThemeProvider/package.json +0 -5
  335. package/dist/styles/theme/color-schemes.d.ts +0 -7
  336. package/dist/styles/theme/color-schemes.js +0 -147
  337. package/dist/styles/theme/colors.d.ts +0 -92
  338. package/dist/styles/theme/colors.js +0 -94
  339. package/dist/styles/theme/components/avatar.d.ts +0 -18
  340. package/dist/styles/theme/components/avatar.js +0 -21
  341. package/dist/styles/theme/components/components.js +0 -113
  342. package/dist/styles/theme/create-theme.d.ts +0 -8
  343. package/dist/styles/theme/create-theme.js +0 -22
  344. package/dist/styles/theme/index.d.ts +0 -1
  345. package/dist/styles/theme/index.js +0 -4
  346. package/dist/styles/theme/shadows.d.ts +0 -3
  347. package/dist/styles/theme/shadows.js +0 -59
  348. package/dist/styles/theme/typography.d.ts +0 -68
  349. package/dist/styles/theme/typography.js +0 -31
  350. /package/dist/assets/{AppGallery.css → s-image-gallery.css} +0 -0
  351. /package/dist/assets/{AppTextTruncation.css → s-text-truncation.css} +0 -0
  352. /package/dist/{AppAutocomplete → s-autocomplete}/package.json +0 -0
  353. /package/dist/{AppAvatar → s-avatar}/package.json +0 -0
  354. /package/dist/{AppBox → s-box}/package.json +0 -0
  355. /package/dist/{AppBreadcrumbsSeparator → s-breadcrumbs-separator}/package.json +0 -0
  356. /package/dist/{AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js → s-breadcrumbs-separator/s-breadcrumbs-separator.js} +0 -0
  357. /package/dist/{AppButtonLink → s-button}/package.json +0 -0
  358. /package/dist/{AppButton → s-button-link}/package.json +0 -0
  359. /package/dist/{AppButtonLink/AppButtonLink.js → s-button-link/s-button-link.js} +0 -0
  360. /package/dist/{AppCardHeader → s-card}/package.json +0 -0
  361. /package/dist/{AppCard → s-card-actions}/package.json +0 -0
  362. /package/dist/{AppCardActions → s-card-content}/package.json +0 -0
  363. /package/dist/{AppCardContent → s-card-header}/package.json +0 -0
  364. /package/dist/{AppCheckbox → s-checkbox}/package.json +0 -0
  365. /package/dist/{AppChip → s-chip}/package.json +0 -0
  366. /package/dist/{AppChips → s-chips}/package.json +0 -0
  367. /package/dist/{AppDataTable → s-data-table}/package.json +0 -0
  368. /package/dist/{AppDialogMessage → s-dialog}/package.json +0 -0
  369. /package/dist/{AppDialog → s-dialog-confirm}/package.json +0 -0
  370. /package/dist/{AppDialogConfirm → s-dialog-message}/package.json +0 -0
  371. /package/dist/{AppEmpty → s-empty}/package.json +0 -0
  372. /package/dist/{AppError → s-error}/package.json +0 -0
  373. /package/dist/{AppError/AppError.js → s-error/s-error.js} +0 -0
  374. /package/dist/{AppFileDropzone → s-file-dropzone}/package.json +0 -0
  375. /package/dist/{AppFileIcon → s-file-icon}/package.json +0 -0
  376. /package/dist/{AppFormControl → s-form}/package.json +0 -0
  377. /package/dist/{SForm/SForm.d.ts → s-form/s-form.d.ts} +0 -0
  378. /package/dist/{SForm/SForm.js → s-form/s-form.js} +0 -0
  379. /package/dist/{AppGallery → s-i18n-provider}/package.json +0 -0
  380. /package/dist/{AppI18nProvider → s-icon-button}/package.json +0 -0
  381. /package/dist/{AppIconButton → s-image-gallery}/package.json +0 -0
  382. /package/dist/{AppIcons → s-label}/package.json +0 -0
  383. /package/dist/{AppLabel/AppLabel.js → s-label/s-label.js} +0 -0
  384. /package/dist/{AppLabel → s-link}/package.json +0 -0
  385. /package/dist/{AppLink → s-menu-item}/package.json +0 -0
  386. /package/dist/{AppMultiSelect → s-multi-select}/package.json +0 -0
  387. /package/dist/{AppNoData → s-no-ssr}/package.json +0 -0
  388. /package/dist/{AppNoSsr/AppNoSsr.js → s-no-ssr/s-no-ssr.js} +0 -0
  389. /package/dist/{AppNoSsr → s-pagination}/package.json +0 -0
  390. /package/dist/{AppOption → s-rating}/package.json +0 -0
  391. /package/dist/{AppPagination → s-select}/package.json +0 -0
  392. /package/dist/{AppRating → s-skeleton}/package.json +0 -0
  393. /package/dist/{AppSkeleton/AppSkeleton.js → s-skeleton/s-skeleton.js} +0 -0
  394. /package/dist/{AppSelect → s-snackbar-message}/package.json +0 -0
  395. /package/dist/{AppSkeleton → s-stack}/package.json +0 -0
  396. /package/dist/{AppSnackbarMessage → s-text-editor}/package.json +0 -0
  397. /package/dist/{AppStack → s-text-field}/package.json +0 -0
  398. /package/dist/{STextField/STextField.d.ts → s-text-field/s-text-field.d.ts} +0 -0
  399. /package/dist/{AppTextEditor → s-text-truncation}/package.json +0 -0
  400. /package/dist/{AppTextTruncation → s-theme-provider}/package.json +0 -0
  401. /package/dist/{SThemeProvider/SThemeProvider.d.ts → s-theme-provider/s-theme-provider.d.ts} +0 -0
  402. /package/dist/{AppTip → s-tip}/package.json +0 -0
  403. /package/dist/{styles/theme → theme}/components/accordion.d.ts +0 -0
  404. /package/dist/{styles/theme → theme}/components/accordion.js +0 -0
  405. /package/dist/{styles/theme → theme}/components/alert.d.ts +0 -0
  406. /package/dist/{styles/theme → theme}/components/alert.js +0 -0
  407. /package/dist/{styles/theme → theme}/components/autocomplete.d.ts +0 -0
  408. /package/dist/{styles/theme → theme}/components/backdrop.d.ts +0 -0
  409. /package/dist/{styles/theme → theme}/components/button-base.d.ts +0 -0
  410. /package/dist/{styles/theme → theme}/components/button-base.js +0 -0
  411. /package/dist/{styles/theme → theme}/components/button-group.d.ts +0 -0
  412. /package/dist/{styles/theme → theme}/components/button-group.js +0 -0
  413. /package/dist/{styles/theme → theme}/components/button.d.ts +0 -0
  414. /package/dist/{styles/theme → theme}/components/card-actions.d.ts +0 -0
  415. /package/dist/{styles/theme → theme}/components/card-actions.js +0 -0
  416. /package/dist/{styles/theme → theme}/components/card-content.d.ts +0 -0
  417. /package/dist/{styles/theme → theme}/components/card-content.js +0 -0
  418. /package/dist/{styles/theme → theme}/components/card-header.d.ts +0 -0
  419. /package/dist/{styles/theme → theme}/components/card.d.ts +0 -0
  420. /package/dist/{styles/theme → theme}/components/checkbox.d.ts +0 -0
  421. /package/dist/{styles/theme → theme}/components/chip.d.ts +0 -0
  422. /package/dist/{styles/theme → theme}/components/dialog-actions.d.ts +0 -0
  423. /package/dist/{styles/theme → theme}/components/dialog-actions.js +0 -0
  424. /package/dist/{styles/theme → theme}/components/dialog-content-text.d.ts +0 -0
  425. /package/dist/{styles/theme → theme}/components/dialog-content-text.js +0 -0
  426. /package/dist/{styles/theme → theme}/components/dialog-content.d.ts +0 -0
  427. /package/dist/{styles/theme → theme}/components/dialog-content.js +0 -0
  428. /package/dist/{styles/theme → theme}/components/dialog-title.d.ts +0 -0
  429. /package/dist/{styles/theme → theme}/components/dialog-title.js +0 -0
  430. /package/dist/{styles/theme → theme}/components/filled-input.d.ts +0 -0
  431. /package/dist/{styles/theme → theme}/components/form-control-label.d.ts +0 -0
  432. /package/dist/{styles/theme → theme}/components/form-control-label.js +0 -0
  433. /package/dist/{styles/theme → theme}/components/form-group.d.ts +0 -0
  434. /package/dist/{styles/theme → theme}/components/form-group.js +0 -0
  435. /package/dist/{styles/theme → theme}/components/form-helper-text.d.ts +0 -0
  436. /package/dist/{styles/theme → theme}/components/form-helper-text.js +0 -0
  437. /package/dist/{styles/theme → theme}/components/form-label.d.ts +0 -0
  438. /package/dist/{styles/theme → theme}/components/form-label.js +0 -0
  439. /package/dist/{styles/theme → theme}/components/icon-button.d.ts +0 -0
  440. /package/dist/{styles/theme → theme}/components/icon-button.js +0 -0
  441. /package/dist/{styles/theme → theme}/components/input-base.d.ts +0 -0
  442. /package/dist/{styles/theme → theme}/components/input-base.js +0 -0
  443. /package/dist/{styles/theme → theme}/components/input-label.d.ts +0 -0
  444. /package/dist/{styles/theme → theme}/components/input-label.js +0 -0
  445. /package/dist/{styles/theme → theme}/components/input.d.ts +0 -0
  446. /package/dist/{styles/theme → theme}/components/linear-progress.d.ts +0 -0
  447. /package/dist/{styles/theme → theme}/components/linear-progress.js +0 -0
  448. /package/dist/{styles/theme → theme}/components/link.d.ts +0 -0
  449. /package/dist/{styles/theme → theme}/components/link.js +0 -0
  450. /package/dist/{styles/theme → theme}/components/list-item-avatar.d.ts +0 -0
  451. /package/dist/{styles/theme → theme}/components/list-item-avatar.js +0 -0
  452. /package/dist/{styles/theme → theme}/components/list-item-button.d.ts +0 -0
  453. /package/dist/{styles/theme → theme}/components/list-item-button.js +0 -0
  454. /package/dist/{styles/theme → theme}/components/list-item-icon.d.ts +0 -0
  455. /package/dist/{styles/theme → theme}/components/list-item-icon.js +0 -0
  456. /package/dist/{styles/theme → theme}/components/list-item-text.d.ts +0 -0
  457. /package/dist/{styles/theme → theme}/components/list-item-text.js +0 -0
  458. /package/dist/{styles/theme → theme}/components/list-item.d.ts +0 -0
  459. /package/dist/{styles/theme → theme}/components/list-item.js +0 -0
  460. /package/dist/{styles/theme → theme}/components/list.d.ts +0 -0
  461. /package/dist/{styles/theme → theme}/components/list.js +0 -0
  462. /package/dist/{styles/theme → theme}/components/menu-item.d.ts +0 -0
  463. /package/dist/{styles/theme → theme}/components/menu.d.ts +0 -0
  464. /package/dist/{styles/theme → theme}/components/menu.js +0 -0
  465. /package/dist/{styles/theme → theme}/components/outlined-input.d.ts +0 -0
  466. /package/dist/{styles/theme → theme}/components/paper.d.ts +0 -0
  467. /package/dist/{styles/theme → theme}/components/paper.js +0 -0
  468. /package/dist/{styles/theme → theme}/components/popover.d.ts +0 -0
  469. /package/dist/{styles/theme → theme}/components/popover.js +0 -0
  470. /package/dist/{styles/theme → theme}/components/radio.d.ts +0 -0
  471. /package/dist/{styles/theme → theme}/components/select.d.ts +0 -0
  472. /package/dist/{styles/theme → theme}/components/skeleton.d.ts +0 -0
  473. /package/dist/{styles/theme → theme}/components/skeleton.js +0 -0
  474. /package/dist/{styles/theme → theme}/components/stack.d.ts +0 -0
  475. /package/dist/{styles/theme → theme}/components/stack.js +0 -0
  476. /package/dist/{styles/theme → theme}/components/switch.d.ts +0 -0
  477. /package/dist/{styles/theme → theme}/components/switch.js +0 -0
  478. /package/dist/{styles/theme → theme}/components/tab.d.ts +0 -0
  479. /package/dist/{styles/theme → theme}/components/tab.js +0 -0
  480. /package/dist/{styles/theme → theme}/components/table-body.d.ts +0 -0
  481. /package/dist/{styles/theme → theme}/components/table-body.js +0 -0
  482. /package/dist/{styles/theme → theme}/components/table-cell.d.ts +0 -0
  483. /package/dist/{styles/theme → theme}/components/table-cell.js +0 -0
  484. /package/dist/{styles/theme → theme}/components/table-head.d.ts +0 -0
  485. /package/dist/{styles/theme → theme}/components/table-pagination.d.ts +0 -0
  486. /package/dist/{styles/theme → theme}/components/tabs.d.ts +0 -0
  487. /package/dist/{styles/theme → theme}/components/toggle-button-group.d.ts +0 -0
  488. /package/dist/{styles/theme → theme}/components/toggle-button-group.js +0 -0
  489. /package/dist/{styles/theme → theme}/components/toggle-button.d.ts +0 -0
  490. /package/dist/{styles/theme → theme}/components/toggle-button.js +0 -0
  491. /package/dist/{styles/theme → theme}/components/tooltip.d.ts +0 -0
  492. /package/dist/{styles/theme → theme}/components/tooltip.js +0 -0
  493. /package/dist/{styles/theme → theme}/customizations/data-display.d.ts +0 -0
  494. /package/dist/{styles/theme → theme}/customizations/feedback.d.ts +0 -0
  495. /package/dist/{styles/theme → theme}/customizations/inputs.d.ts +0 -0
  496. /package/dist/{styles/theme → theme}/customizations/navigation.d.ts +0 -0
  497. /package/dist/{styles/theme → theme}/customizations/surfaces.d.ts +0 -0
  498. /package/dist/{styles/theme → theme}/theme-primitives.d.ts +0 -0
@@ -1,147 +0,0 @@
1
- import { blue as a, california as e, kepple as t, nevada as r, shakespeare as i, red as l } from "./colors.js";
2
- const m = {
3
- blue: {
4
- dark: {
5
- ...a,
6
- light: a[300],
7
- main: a[400],
8
- dark: a[500],
9
- contrastText: "var(--mui-palette-common-black)"
10
- },
11
- light: {
12
- ...a,
13
- light: a[400],
14
- main: a[500],
15
- dark: a[600],
16
- contrastText: "var(--mui-palette-common-white)"
17
- }
18
- }
19
- };
20
- function u(o) {
21
- let n = m[o.primaryColor];
22
- return n || (n = m.blue), {
23
- dark: {
24
- palette: {
25
- action: { disabledBackground: "rgba(0, 0, 0, 0.12)" },
26
- background: {
27
- default: "var(--mui-palette-neutral-950)",
28
- defaultChannel: "9 10 11",
29
- paper: "var(--mui-palette-neutral-900)",
30
- paperChannel: "0 0 0"
31
- },
32
- common: { black: "#000000", white: "#ffffff" },
33
- divider: "var(--mui-palette-neutral-700)",
34
- dividerChannel: "50 56 62",
35
- error: {
36
- ...l,
37
- light: l[300],
38
- main: l[400],
39
- dark: l[500],
40
- contrastText: "var(--mui-palette-common-black)"
41
- },
42
- info: {
43
- ...i,
44
- light: i[300],
45
- main: i[400],
46
- dark: i[500],
47
- contrastText: "var(--mui-palette-common-black)"
48
- },
49
- primary: n.dark,
50
- secondary: {
51
- ...r,
52
- light: r[100],
53
- main: r[200],
54
- dark: r[300],
55
- contrastText: "var(--mui-palette-common-black)"
56
- },
57
- success: {
58
- ...t,
59
- light: t[300],
60
- main: t[400],
61
- dark: t[500],
62
- contrastText: "var(--mui-palette-common-black)"
63
- },
64
- text: {
65
- primary: "var(--mui-palette-neutral-100)",
66
- primaryChannel: "240 244 248",
67
- secondary: "var(--mui-palette-neutral-400)",
68
- secondaryChannel: "159 166 173",
69
- disabled: "var(--mui-palette-neutral-600)"
70
- },
71
- warning: {
72
- ...e,
73
- light: e[300],
74
- main: e[400],
75
- dark: e[500],
76
- contrastText: "var(--mui-palette-common-black)"
77
- },
78
- Avatar: { defaultBg: "var(--mui-palette-neutral-200)" },
79
- TableCell: { border: "var(--mui-palette-divider)" },
80
- Tooltip: { bg: "rgba(10, 13, 20, 0.75)" }
81
- }
82
- },
83
- light: {
84
- palette: {
85
- action: { disabledBackground: "rgba(0, 0, 0, 0.06)" },
86
- background: {
87
- default: "var(--mui-palette-common-white)",
88
- defaultChannel: "255 255 255",
89
- paper: "var(--mui-palette-common-white)",
90
- paperChannel: "255 255 255"
91
- },
92
- common: { black: "#000000", white: "#ffffff" },
93
- divider: "var(--mui-palette-neutral-200)",
94
- dividerChannel: "220 223 228",
95
- error: {
96
- ...l,
97
- light: l[400],
98
- main: l[500],
99
- dark: l[600],
100
- contrastText: "var(--mui-palette-common-white)"
101
- },
102
- info: {
103
- ...i,
104
- light: i[400],
105
- main: i[500],
106
- dark: i[600],
107
- contrastText: "var(--mui-palette-common-white)"
108
- },
109
- primary: n.light,
110
- secondary: {
111
- ...r,
112
- light: r[600],
113
- main: r[700],
114
- dark: r[800],
115
- contrastText: "var(--mui-palette-common-white)"
116
- },
117
- success: {
118
- ...t,
119
- light: t[400],
120
- main: t[500],
121
- dark: t[600],
122
- contrastText: "var(--mui-palette-common-white)"
123
- },
124
- text: {
125
- primary: "var(--mui-palette-neutral-900)",
126
- primaryChannel: "33 38 54",
127
- secondary: "var(--mui-palette-neutral-500)",
128
- secondaryChannel: "102 112 133",
129
- disabled: "var(--mui-palette-neutral-400)"
130
- },
131
- warning: {
132
- ...e,
133
- light: e[400],
134
- main: e[500],
135
- dark: e[600],
136
- contrastText: "var(--mui-palette-common-white)"
137
- },
138
- Avatar: { defaultBg: "var(--mui-palette-neutral-600)" },
139
- TableCell: { border: "var(--mui-palette-divider)" },
140
- Tooltip: { bg: "rgba(10, 13, 20, 0.75)" }
141
- }
142
- }
143
- };
144
- }
145
- export {
146
- u as colorSchemes
147
- };
@@ -1,92 +0,0 @@
1
- declare const california: {
2
- 50: string;
3
- 100: string;
4
- 200: string;
5
- 300: string;
6
- 400: string;
7
- 500: string;
8
- 600: string;
9
- 700: string;
10
- 800: string;
11
- 900: string;
12
- 950: string;
13
- };
14
- declare const kepple: {
15
- 50: string;
16
- 100: string;
17
- 200: string;
18
- 300: string;
19
- 400: string;
20
- 500: string;
21
- 600: string;
22
- 700: string;
23
- 800: string;
24
- 900: string;
25
- 950: string;
26
- };
27
- declare const nevada: {
28
- 50: string;
29
- 100: string;
30
- 200: string;
31
- 300: string;
32
- 400: string;
33
- 500: string;
34
- 600: string;
35
- 700: string;
36
- 800: string;
37
- 900: string;
38
- 950: string;
39
- };
40
- declare const red: {
41
- 50: string;
42
- 100: string;
43
- 200: string;
44
- 300: string;
45
- 400: string;
46
- 500: string;
47
- 600: string;
48
- 700: string;
49
- 800: string;
50
- 900: string;
51
- 950: string;
52
- };
53
- declare const blue: {
54
- 50: string;
55
- 100: string;
56
- 200: string;
57
- 300: string;
58
- 400: string;
59
- 500: string;
60
- 600: string;
61
- 700: string;
62
- 800: string;
63
- 900: string;
64
- 950: string;
65
- };
66
- declare const shakespeare: {
67
- 50: string;
68
- 100: string;
69
- 200: string;
70
- 300: string;
71
- 400: string;
72
- 500: string;
73
- 600: string;
74
- 700: string;
75
- 800: string;
76
- 900: string;
77
- 950: string;
78
- };
79
- declare const grey: {
80
- 50: string;
81
- 100: string;
82
- 200: string;
83
- 300: string;
84
- 400: string;
85
- 500: string;
86
- 600: string;
87
- 700: string;
88
- 800: string;
89
- 900: string;
90
- 950: string;
91
- };
92
- export { california, kepple, nevada, red, blue, shakespeare, grey };
@@ -1,94 +0,0 @@
1
- const f = {
2
- 50: "#fffaea",
3
- 100: "#fff3c6",
4
- 200: "#ffe587",
5
- 300: "#ffd049",
6
- 400: "#ffbb1f",
7
- 500: "#fb9c0c",
8
- 600: "#de7101",
9
- 700: "#b84d05",
10
- 800: "#953b0b",
11
- 900: "#7b310c",
12
- 950: "#471701"
13
- }, e = {
14
- 50: "#f0fdfa",
15
- 100: "#ccfbef",
16
- 200: "#9af5e1",
17
- 300: "#5fe9ce",
18
- 400: "#2ed3b8",
19
- 500: "#15b79f",
20
- 600: "#0e9382",
21
- 700: "#107569",
22
- 800: "#115e56",
23
- 900: "#134e48",
24
- 950: "#042f2c"
25
- }, a = {
26
- 50: "#fbfcfe",
27
- 100: "#f0f4f8",
28
- 200: "#dde7ee",
29
- 300: "#cdd7e1",
30
- 400: "#9fa6ad",
31
- 500: "#636b74",
32
- 600: "#555e68",
33
- 700: "#32383e",
34
- 800: "#202427",
35
- 900: "#121517",
36
- 950: "#090a0b"
37
- }, c = {
38
- 50: "#fef3f2",
39
- 100: "#fee4e2",
40
- 200: "#ffcdc9",
41
- 300: "#fdaaa4",
42
- 400: "#f97970",
43
- 500: "#f04438",
44
- 600: "#de3024",
45
- 700: "#bb241a",
46
- 800: "#9a221a",
47
- 900: "#80231c",
48
- 950: "#460d09"
49
- }, d = {
50
- 50: "#bec3d9",
51
- 100: "#bdc6d9",
52
- 200: "#97a7d9",
53
- 300: "#7e94d9",
54
- 400: "#2f6ad9",
55
- 500: "#235bc4",
56
- 600: "#1f4fab",
57
- 700: "#1b4494",
58
- 800: "#113680",
59
- 900: "#0c2e70",
60
- 950: "#082459"
61
- }, b = {
62
- 50: "#ecfdff",
63
- 100: "#cff7fe",
64
- 200: "#a4eefd",
65
- 300: "#66e0fa",
66
- 400: "#10bee8",
67
- 500: "#04aad6",
68
- 600: "#0787b3",
69
- 700: "#0d6d91",
70
- 800: "#145876",
71
- 900: "#154964",
72
- 950: "#082f44"
73
- }, n = {
74
- 50: "#f9fafb",
75
- 100: "#f1f1f4",
76
- 200: "#dcdfe4",
77
- 300: "#b3b9c6",
78
- 400: "#8a94a6",
79
- 500: "#667085",
80
- 600: "#565e73",
81
- 700: "#434a60",
82
- 800: "#313749",
83
- 900: "#212636",
84
- 950: "#121621"
85
- };
86
- export {
87
- d as blue,
88
- f as california,
89
- n as grey,
90
- e as kepple,
91
- a as nevada,
92
- c as red,
93
- b as shakespeare
94
- };
@@ -1,18 +0,0 @@
1
- export declare const MuiAvatar: {
2
- defaultProps: {
3
- children: import("react/jsx-runtime").JSX.Element;
4
- };
5
- styleOverrides: {
6
- root: {
7
- fontSize: string;
8
- fontWeight: number;
9
- height: string;
10
- letterSpacing: number;
11
- width: string;
12
- border: string;
13
- };
14
- img: {
15
- objectFit: "fill";
16
- };
17
- };
18
- };
@@ -1,21 +0,0 @@
1
- import { j as t } from "../../../jsx-runtime-C5mzlN2N.js";
2
- import { S as r } from "../../../User-X5-swnIn.js";
3
- const o = {
4
- defaultProps: { children: /* @__PURE__ */ t.jsx(r, {}) },
5
- styleOverrides: {
6
- root: {
7
- fontSize: "var(--icon-fontSize-md)",
8
- fontWeight: 500,
9
- height: "var(--Avatar-size, 40px)",
10
- letterSpacing: 0,
11
- width: "var(--Avatar-size, 40px)",
12
- border: "1px solid var(--mui-palette-grey-300)"
13
- },
14
- img: {
15
- objectFit: "fill"
16
- }
17
- }
18
- };
19
- export {
20
- o as MuiAvatar
21
- };
@@ -1,113 +0,0 @@
1
- import { MuiAccordion as o } from "./accordion.js";
2
- import { MuiAlert as r } from "./alert.js";
3
- import { MuiAutocomplete as i } from "./autocomplete.js";
4
- import { MuiAvatar as m } from "./avatar.js";
5
- import { MuiBackdrop as t } from "./backdrop.js";
6
- import { MuiButton as u } from "./button.js";
7
- import { MuiButtonBase as p } from "./button-base.js";
8
- import { MuiButtonGroup as M } from "./button-group.js";
9
- import { MuiCard as f } from "./card.js";
10
- import { MuiCardActions as e } from "./card-actions.js";
11
- import { MuiCardContent as n } from "./card-content.js";
12
- import { MuiCardHeader as a } from "./card-header.js";
13
- import { MuiCheckbox as l } from "./checkbox.js";
14
- import { MuiChip as s } from "./chip.js";
15
- import { MuiDialogActions as c } from "./dialog-actions.js";
16
- import { MuiDialogContent as I } from "./dialog-content.js";
17
- import { MuiDialogContentText as T } from "./dialog-content-text.js";
18
- import { MuiDialogTitle as d } from "./dialog-title.js";
19
- import { MuiFilledInput as B } from "./filled-input.js";
20
- import { MuiFormControlLabel as C } from "./form-control-label.js";
21
- import { MuiFormGroup as L } from "./form-group.js";
22
- import { MuiFormHelperText as b } from "./form-helper-text.js";
23
- import { MuiFormLabel as g } from "./form-label.js";
24
- import { MuiIconButton as A } from "./icon-button.js";
25
- import { MuiInput as k } from "./input.js";
26
- import { MuiInputBase as x } from "./input-base.js";
27
- import { MuiInputLabel as F } from "./input-label.js";
28
- import { MuiLinearProgress as D } from "./linear-progress.js";
29
- import { MuiLink as P } from "./link.js";
30
- import { MuiList as S } from "./list.js";
31
- import { MuiListItem as h } from "./list-item.js";
32
- import { MuiListItemAvatar as v } from "./list-item-avatar.js";
33
- import { MuiListItemButton as G } from "./list-item-button.js";
34
- import { MuiListItemIcon as H } from "./list-item-icon.js";
35
- import { MuiListItemText as w } from "./list-item-text.js";
36
- import { MuiMenu as y } from "./menu.js";
37
- import { MuiMenuItem as O } from "./menu-item.js";
38
- import { MuiOutlinedInput as R } from "./outlined-input.js";
39
- import { MuiPaper as j } from "./paper.js";
40
- import { MuiPopover as q } from "./popover.js";
41
- import { MuiRadio as z } from "./radio.js";
42
- import { MuiSelect as E } from "./select.js";
43
- import { MuiSkeleton as J } from "./skeleton.js";
44
- import { MuiStack as K } from "./stack.js";
45
- import { MuiSwitch as N } from "./switch.js";
46
- import { MuiTab as Q } from "./tab.js";
47
- import { MuiTableBody as U } from "./table-body.js";
48
- import { MuiTableCell as V } from "./table-cell.js";
49
- import { MuiTableHead as W } from "./table-head.js";
50
- import { MuiTablePagination as X } from "./table-pagination.js";
51
- import { MuiTabs as Y } from "./tabs.js";
52
- import { MuiToggleButton as Z } from "./toggle-button.js";
53
- import { MuiToggleButtonGroup as _ } from "./toggle-button-group.js";
54
- import { MuiTooltip as $ } from "./tooltip.js";
55
- const rr = {
56
- MuiAlert: r,
57
- MuiAvatar: m,
58
- MuiBackdrop: t,
59
- MuiButton: u,
60
- MuiButtonBase: p,
61
- MuiButtonGroup: M,
62
- MuiCard: f,
63
- MuiCardActions: e,
64
- MuiCardContent: n,
65
- MuiCardHeader: a,
66
- MuiCheckbox: l,
67
- MuiChip: s,
68
- MuiFilledInput: B,
69
- MuiFormControlLabel: C,
70
- MuiFormGroup: L,
71
- MuiFormLabel: g,
72
- MuiIconButton: A,
73
- MuiInput: k,
74
- MuiInputBase: x,
75
- MuiInputLabel: F,
76
- MuiLinearProgress: D,
77
- MuiLink: P,
78
- MuiList: S,
79
- MuiListItem: h,
80
- MuiListItemAvatar: v,
81
- MuiListItemButton: G,
82
- MuiListItemIcon: H,
83
- MuiListItemText: w,
84
- MuiMenu: y,
85
- MuiMenuItem: O,
86
- MuiOutlinedInput: R,
87
- MuiPaper: j,
88
- MuiPopover: q,
89
- MuiRadio: z,
90
- MuiSelect: E,
91
- MuiStack: K,
92
- MuiSwitch: N,
93
- MuiTab: Q,
94
- MuiTableBody: U,
95
- MuiTableCell: V,
96
- MuiTableHead: W,
97
- MuiTablePagination: X,
98
- MuiTabs: Y,
99
- MuiToggleButton: Z,
100
- MuiToggleButtonGroup: _,
101
- MuiTooltip: $,
102
- MuiAutocomplete: i,
103
- MuiAccordion: o,
104
- MuiDialogActions: c,
105
- MuiDialogContentText: T,
106
- MuiDialogTitle: d,
107
- MuiDialogContent: I,
108
- MuiFormHelperText: b,
109
- MuiSkeleton: J
110
- };
111
- export {
112
- rr as components
113
- };
@@ -1,8 +0,0 @@
1
- import { ColorScheme, Direction, PrimaryColor, Theme } from './types';
2
- interface Config {
3
- primaryColor: PrimaryColor;
4
- colorScheme: ColorScheme;
5
- direction?: Direction;
6
- }
7
- declare function createTheme(config: Config): Theme;
8
- export { createTheme };
@@ -1,22 +0,0 @@
1
- import { createTheme as t } from "@mui/material";
2
- import { colorSchemes as m } from "./color-schemes.js";
3
- import { components as a } from "./components/components.js";
4
- import { shadows as o } from "./shadows.js";
5
- import { typography as s } from "./typography.js";
6
- function n(e) {
7
- var r;
8
- return t({
9
- cssVariables: !0,
10
- breakpoints: { values: { xs: 0, sm: 600, md: 900, lg: 1200, xl: 1440 } },
11
- // colorSchemes: colorSchemes({ primaryColor: config.primaryColor }),
12
- components: a,
13
- direction: e.direction,
14
- shadows: e.colorScheme === "dark" ? o.dark : o.light,
15
- shape: { borderRadius: 8 },
16
- typography: s,
17
- palette: (r = m({ primaryColor: e.primaryColor })[e.colorScheme]) == null ? void 0 : r.palette
18
- });
19
- }
20
- export {
21
- n as createTheme
22
- };
@@ -1 +0,0 @@
1
- export * from './create-theme';
@@ -1,4 +0,0 @@
1
- import { createTheme as m } from "./create-theme.js";
2
- export {
3
- m as createTheme
4
- };
@@ -1,3 +0,0 @@
1
- import { Shadows } from '@mui/material';
2
- import { ColorScheme } from './types';
3
- export declare const shadows: Record<ColorScheme, Shadows>;
@@ -1,59 +0,0 @@
1
- const p = {
2
- dark: [
3
- "none",
4
- "0px 1px 2px rgba(0, 0, 0, 0.5)",
5
- "0px 1px 5px rgba(0, 0, 0, 0.5)",
6
- "0px 1px 8px rgba(0, 0, 0, 0.5)",
7
- "0px 1px 10px rgba(0, 0, 0, 0.5)",
8
- "0px 1px 14px rgba(0, 0, 0, 0.5)",
9
- "0px 1px 18px rgba(0, 0, 0, 0.5)",
10
- "0px 2px 16px rgba(0, 0, 0, 0.5)",
11
- "0px 3px 14px rgba(0, 0, 0, 0.5)",
12
- "0px 3px 16px rgba(0, 0, 0, 0.5)",
13
- "0px 4px 18px rgba(0, 0, 0, 0.5)",
14
- "0px 4px 20px rgba(0, 0, 0, 0.5)",
15
- "0px 5px 22px rgba(0, 0, 0, 0.5)",
16
- "0px 5px 24px rgba(0, 0, 0, 0.5)",
17
- "0px 5px 26px rgba(0, 0, 0, 0.5)",
18
- "0px 6px 28px rgba(0, 0, 0, 0.5)",
19
- "0px 6px 30px rgba(0, 0, 0, 0.5)",
20
- "0px 6px 32px rgba(0, 0, 0, 0.5)",
21
- "0px 7px 34px rgba(0, 0, 0, 0.5)",
22
- "0px 7px 36px rgba(0, 0, 0, 0.5)",
23
- "0px 8px 38px rgba(0, 0, 0, 0.5)",
24
- "0px 8px 40px rgba(0, 0, 0, 0.5)",
25
- "0px 8px 42px rgba(0, 0, 0, 0.5)",
26
- "0px 9px 44px rgba(0, 0, 0, 0.5)",
27
- "0px 9px 46px rgba(0, 0, 0, 0.5)"
28
- ],
29
- light: [
30
- "none",
31
- "0px 1px 2px rgba(0, 0, 0, 0.08)",
32
- "0px 1px 5px rgba(0, 0, 0, 0.08)",
33
- "0px 1px 8px rgba(0, 0, 0, 0.08)",
34
- "0px 1px 10px rgba(0, 0, 0, 0.08)",
35
- "0px 1px 14px rgba(0, 0, 0, 0.08)",
36
- "0px 1px 18px rgba(0, 0, 0, 0.08)",
37
- "0px 2px 16px rgba(0, 0, 0, 0.08)",
38
- "0px 3px 14px rgba(0, 0, 0, 0.08)",
39
- "0px 3px 16px rgba(0, 0, 0, 0.08)",
40
- "0px 4px 18px rgba(0, 0, 0, 0.08)",
41
- "0px 4px 20px rgba(0, 0, 0, 0.08)",
42
- "0px 5px 22px rgba(0, 0, 0, 0.08)",
43
- "0px 5px 24px rgba(0, 0, 0, 0.08)",
44
- "0px 5px 26px rgba(0, 0, 0, 0.08)",
45
- "0px 6px 28px rgba(0, 0, 0, 0.08)",
46
- "0px 6px 30px rgba(0, 0, 0, 0.08)",
47
- "0px 6px 32px rgba(0, 0, 0, 0.08)",
48
- "0px 7px 34px rgba(0, 0, 0, 0.08)",
49
- "0px 7px 36px rgba(0, 0, 0, 0.08)",
50
- "0px 8px 38px rgba(0, 0, 0, 0.08)",
51
- "0px 8px 40px rgba(0, 0, 0, 0.08)",
52
- "0px 8px 42px rgba(0, 0, 0, 0.08)",
53
- "0px 9px 44px rgba(0, 0, 0, 0.08)",
54
- "0px 9px 46px rgba(0, 0, 0, 0.08)"
55
- ]
56
- };
57
- export {
58
- p as shadows
59
- };
@@ -1,68 +0,0 @@
1
- export declare const typography: {
2
- fontFamily: "\"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"";
3
- body1: {
4
- fontSize: string;
5
- fontWeight: number;
6
- lineHeight: number;
7
- };
8
- body2: {
9
- fontSize: string;
10
- fontWeight: number;
11
- lineHeight: number;
12
- };
13
- button: {
14
- fontWeight: number;
15
- };
16
- caption: {
17
- fontSize: string;
18
- fontWeight: number;
19
- lineHeight: number;
20
- };
21
- subtitle1: {
22
- fontSize: string;
23
- fontWeight: number;
24
- lineHeight: number;
25
- };
26
- subtitle2: {
27
- fontSize: string;
28
- fontWeight: number;
29
- lineHeight: number;
30
- };
31
- overline: {
32
- fontSize: string;
33
- fontWeight: number;
34
- letterSpacing: string;
35
- lineHeight: number;
36
- textTransform: "uppercase";
37
- };
38
- h1: {
39
- fontSize: string;
40
- fontWeight: number;
41
- lineHeight: number;
42
- };
43
- h2: {
44
- fontSize: string;
45
- fontWeight: number;
46
- lineHeight: number;
47
- };
48
- h3: {
49
- fontSize: string;
50
- fontWeight: number;
51
- lineHeight: number;
52
- };
53
- h4: {
54
- fontSize: string;
55
- fontWeight: number;
56
- lineHeight: number;
57
- };
58
- h5: {
59
- fontSize: string;
60
- fontWeight: number;
61
- lineHeight: number;
62
- };
63
- h6: {
64
- fontSize: string;
65
- fontWeight: number;
66
- lineHeight: number;
67
- };
68
- };
@@ -1,31 +0,0 @@
1
- const e = {
2
- fontFamily: '"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"',
3
- body1: { fontSize: "1rem", fontWeight: 400, lineHeight: 1.5 },
4
- body2: { fontSize: "0.875rem", fontWeight: 400, lineHeight: 1.57 },
5
- button: { fontWeight: 500 },
6
- caption: { fontSize: "0.75rem", fontWeight: 400, lineHeight: 1.66 },
7
- subtitle1: { fontSize: "1rem", fontWeight: 500, lineHeight: 1.57 },
8
- subtitle2: { fontSize: "0.875rem", fontWeight: 500, lineHeight: 1.57 },
9
- overline: {
10
- fontSize: "0.75rem",
11
- fontWeight: 500,
12
- letterSpacing: "0.5px",
13
- lineHeight: 2.5,
14
- textTransform: "uppercase"
15
- },
16
- h1: { fontSize: "3.5rem", fontWeight: 500, lineHeight: 1.2 },
17
- // 56px
18
- h2: { fontSize: "3rem", fontWeight: 500, lineHeight: 1.2 },
19
- // 48px
20
- h3: { fontSize: "2.25rem", fontWeight: 500, lineHeight: 1.2 },
21
- // 36px
22
- h4: { fontSize: "2rem", fontWeight: 500, lineHeight: 1.2 },
23
- // 32px
24
- h5: { fontSize: "1.5rem", fontWeight: 500, lineHeight: 1.2 },
25
- // 24px
26
- h6: { fontSize: "1.125rem", fontWeight: 500, lineHeight: 1.2 }
27
- // 18px
28
- };
29
- export {
30
- e as typography
31
- };