@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.
- package/README.md +1 -1
- package/dist/{ButtonBase-C9K74oZC.js → ButtonBase-BFsNsbc9.js} +1 -1
- package/dist/{Menu-DrTy5vbc.js → Menu-CzI0zcbw.js} +4 -4
- package/dist/{MenuItem-CSmlAERi.js → MenuItem-Bl45WcKS.js} +6 -6
- package/dist/{Stack-CP2l9Ko9.js → Stack-DIkbVcfm.js} +4 -4
- package/dist/{Typography-CgNLUV5h.js → Typography-jSFidXje.js} +24 -24
- package/dist/{X-Cw1SQcRJ.js → X-B8GTZwii.js} +3 -3
- package/dist/{createSvgIcon-CoYExp5F.js → createSvgIcon-B7_s-URK.js} +15 -15
- package/dist/{index-BB439voV.js → index-DljiS4x1.js} +1 -1
- package/dist/main.d.ts +45 -49
- package/dist/main.js +98 -106
- package/dist/{memoTheme-B7hT_l31.js → memoTheme-CaOW5YiB.js} +13 -13
- package/dist/s-autocomplete/index.d.ts +1 -0
- package/dist/s-autocomplete/index.js +4 -0
- package/dist/s-autocomplete/s-autocomplete.d.ts +11 -0
- package/dist/s-autocomplete/s-autocomplete.js +26 -0
- package/dist/s-avatar/index.d.ts +1 -0
- package/dist/s-avatar/index.js +4 -0
- package/dist/s-avatar/s-avatar.d.ts +6 -0
- package/dist/s-avatar/s-avatar.js +6 -0
- package/dist/s-box/index.d.ts +1 -0
- package/dist/s-box/index.js +4 -0
- package/dist/s-box/s-box.d.ts +7 -0
- package/dist/s-box/s-box.js +7 -0
- package/dist/s-breadcrumbs-separator/index.d.ts +1 -0
- package/dist/s-breadcrumbs-separator/index.js +4 -0
- package/dist/s-breadcrumbs-separator/s-breadcrumbs-separator.d.ts +3 -0
- package/dist/s-button/index.d.ts +1 -0
- package/dist/s-button/index.js +4 -0
- package/dist/s-button/s-button.d.ts +6 -0
- package/dist/s-button/s-button.js +18 -0
- package/dist/s-button-link/index.d.ts +1 -0
- package/dist/s-button-link/index.js +4 -0
- package/dist/{AppButtonLink/AppButtonLink.d.ts → s-button-link/s-button-link.d.ts} +3 -3
- package/dist/s-card/index.d.ts +1 -0
- package/dist/s-card/index.js +4 -0
- package/dist/s-card/s-card.d.ts +6 -0
- package/dist/s-card/s-card.js +6 -0
- package/dist/s-card-actions/index.d.ts +1 -0
- package/dist/s-card-actions/index.js +4 -0
- package/dist/s-card-actions/s-card-actions.d.ts +6 -0
- package/dist/{AppCardActions/AppCardActions.js → s-card-actions/s-card-actions.js} +2 -2
- package/dist/s-card-content/index.d.ts +1 -0
- package/dist/s-card-content/index.js +4 -0
- package/dist/s-card-content/s-card-content.d.ts +6 -0
- package/dist/{AppCardContent/AppCardContent.js → s-card-content/s-card-content.js} +2 -2
- package/dist/s-card-header/index.d.ts +1 -0
- package/dist/s-card-header/index.js +4 -0
- package/dist/s-card-header/s-card-header.d.ts +6 -0
- package/dist/s-card-header/s-card-header.js +6 -0
- package/dist/s-checkbox/index.d.ts +1 -0
- package/dist/s-checkbox/index.js +4 -0
- package/dist/s-checkbox/s-checkbox.d.ts +7 -0
- package/dist/{AppCheckbox/AppCheckbox.js → s-checkbox/s-checkbox.js} +2 -2
- package/dist/s-chip/index.d.ts +1 -0
- package/dist/s-chip/index.js +4 -0
- package/dist/s-chip/s-chip.d.ts +6 -0
- package/dist/s-chip/s-chip.js +6 -0
- package/dist/s-chips/index.d.ts +1 -0
- package/dist/s-chips/index.js +4 -0
- package/dist/s-chips/s-chips.d.ts +7 -0
- package/dist/s-chips/s-chips.js +74 -0
- package/dist/s-data-table/index.d.ts +2 -0
- package/dist/s-data-table/index.js +4 -0
- package/dist/{AppDataTable/AppDataTable.d.ts → s-data-table/s-data-table.d.ts} +4 -4
- package/dist/{AppDataTable/AppDataTable.js → s-data-table/s-data-table.js} +26 -26
- package/dist/s-dialog/index.d.ts +1 -0
- package/dist/s-dialog/index.js +4 -0
- package/dist/{AppDialog/AppDialog.d.ts → s-dialog/s-dialog.d.ts} +3 -3
- package/dist/{AppDialog/AppDialog.js → s-dialog/s-dialog.js} +4 -4
- package/dist/{AppDialogConfirm → s-dialog-confirm}/index.d.ts +2 -2
- package/dist/{AppDialogConfirm → s-dialog-confirm}/index.js +1 -1
- package/dist/{AppDialogConfirm/AppDialogConfirm.d.ts → s-dialog-confirm/s-dialog-confirm.d.ts} +3 -3
- package/dist/{AppDialogConfirm/AppDialogConfirm.js → s-dialog-confirm/s-dialog-confirm.js} +17 -17
- package/dist/{AppDialogMessage → s-dialog-message}/index.d.ts +2 -2
- package/dist/{AppDialogMessage → s-dialog-message}/index.js +1 -1
- package/dist/{AppDialogMessage/AppDialogMessage.d.ts → s-dialog-message/s-dialog-message.d.ts} +3 -3
- package/dist/{AppDialogMessage/AppDialogMessage.js → s-dialog-message/s-dialog-message.js} +23 -23
- package/dist/s-empty/index.d.ts +1 -0
- package/dist/s-empty/index.js +4 -0
- package/dist/s-empty/s-empty.d.ts +5 -0
- package/dist/{AppEmpty/AppEmpty.js → s-empty/s-empty.js} +2 -2
- package/dist/s-error/index.d.ts +1 -0
- package/dist/s-error/index.js +4 -0
- package/dist/s-error/s-error.d.ts +3 -0
- package/dist/s-file-dropzone/index.d.ts +2 -0
- package/dist/s-file-dropzone/index.js +4 -0
- package/dist/{AppFileDropzone/AppFileDropzone.d.ts → s-file-dropzone/s-file-dropzone.d.ts} +3 -3
- package/dist/{AppFileDropzone/AppFileDropzone.js → s-file-dropzone/s-file-dropzone.js} +26 -26
- package/dist/s-file-icon/index.d.ts +1 -0
- package/dist/s-file-icon/index.js +4 -0
- package/dist/s-file-icon/s-file-icon.d.ts +6 -0
- package/dist/{AppFileIcon/AppFileIcon.js → s-file-icon/s-file-icon.js} +2 -2
- package/dist/s-form/index.d.ts +1 -0
- package/dist/s-form/index.js +4 -0
- package/dist/s-i18n-provider/index.d.ts +1 -0
- package/dist/s-i18n-provider/index.js +4 -0
- package/dist/s-i18n-provider/s-i18n-provider.d.ts +7 -0
- package/dist/{AppI18nProvider/AppI18nProvider.js → s-i18n-provider/s-i18n-provider.js} +7 -7
- package/dist/s-icon-button/index.d.ts +1 -0
- package/dist/s-icon-button/index.js +4 -0
- package/dist/s-icon-button/s-icon-button.d.ts +8 -0
- package/dist/s-icon-button/s-icon-button.js +6 -0
- package/dist/s-image-gallery/index.d.ts +1 -0
- package/dist/s-image-gallery/index.js +4 -0
- package/dist/s-image-gallery/s-image-gallery.d.ts +6 -0
- package/dist/{AppGallery/AppGallery.js → s-image-gallery/s-image-gallery.js} +21 -21
- package/dist/s-label/index.d.ts +1 -0
- package/dist/s-label/index.js +4 -0
- package/dist/{AppLabel/AppLabel.d.ts → s-label/s-label.d.ts} +4 -4
- package/dist/s-link/index.d.ts +1 -0
- package/dist/s-link/index.js +4 -0
- package/dist/s-link/s-link.d.ts +6 -0
- package/dist/s-link/s-link.js +6 -0
- package/dist/s-menu-item/index.d.ts +1 -0
- package/dist/s-menu-item/index.js +4 -0
- package/dist/{AppOption/AppOption.d.ts → s-menu-item/s-menu-item.d.ts} +3 -3
- package/dist/s-menu-item/s-menu-item.js +6 -0
- package/dist/s-multi-select/index.d.ts +1 -0
- package/dist/s-multi-select/index.js +4 -0
- package/dist/s-multi-select/s-multi-select.d.ts +12 -0
- package/dist/{AppMultiSelect/AppMultiSelect.js → s-multi-select/s-multi-select.js} +14 -19
- package/dist/s-no-ssr/index.d.ts +1 -0
- package/dist/s-no-ssr/index.js +4 -0
- package/dist/s-no-ssr/s-no-ssr.d.ts +8 -0
- package/dist/s-pagination/index.d.ts +1 -0
- package/dist/s-pagination/index.js +4 -0
- package/dist/s-pagination/s-pagination.d.ts +7 -0
- package/dist/{AppPagination/AppPagination.js → s-pagination/s-pagination.js} +1 -1
- package/dist/s-rating/index.d.ts +1 -0
- package/dist/s-rating/index.js +4 -0
- package/dist/s-rating/s-rating.d.ts +7 -0
- package/dist/s-rating/s-rating.js +6 -0
- package/dist/s-select/index.d.ts +1 -0
- package/dist/s-select/index.js +4 -0
- package/dist/{AppSelect/AppSelect.d.ts → s-select/s-select.d.ts} +4 -3
- package/dist/s-select/s-select.js +55 -0
- package/dist/s-skeleton/index.d.ts +1 -0
- package/dist/s-skeleton/index.js +4 -0
- package/dist/{AppSkeleton/AppSkeleton.d.ts → s-skeleton/s-skeleton.d.ts} +3 -3
- package/dist/{AppSnackbarMessage → s-snackbar-message}/index.d.ts +2 -2
- package/dist/{AppSnackbarMessage → s-snackbar-message}/index.js +1 -1
- package/dist/{AppSnackbarMessage/AppSnackbarMessage.d.ts → s-snackbar-message/s-snackbar-message.d.ts} +3 -3
- package/dist/{AppSnackbarMessage/AppSnackbarMessage.js → s-snackbar-message/s-snackbar-message.js} +14 -14
- package/dist/s-stack/index.d.ts +1 -0
- package/dist/s-stack/index.js +4 -0
- package/dist/s-stack/s-stack.d.ts +6 -0
- package/dist/s-stack/s-stack.js +6 -0
- package/dist/s-text-editor/index.d.ts +1 -0
- package/dist/s-text-editor/index.js +4 -0
- package/dist/s-text-editor/s-text-editor-toolbar.d.ts +6 -0
- package/dist/{AppTextEditor/TextEditorToolbar.js → s-text-editor/s-text-editor-toolbar.js} +9 -9
- package/dist/{AppTextEditor/AppTextEditor.d.ts → s-text-editor/s-text-editor.d.ts} +3 -3
- package/dist/{AppTextEditor/AppTextEditor.js → s-text-editor/s-text-editor.js} +10 -10
- package/dist/s-text-field/index.d.ts +1 -0
- package/dist/s-text-field/index.js +4 -0
- package/dist/{STextField/STextField.js → s-text-field/s-text-field.js} +1 -1
- package/dist/s-text-truncation/index.d.ts +1 -0
- package/dist/s-text-truncation/index.js +4 -0
- package/dist/s-text-truncation/s-text-truncation.d.ts +6 -0
- package/dist/{AppTextTruncation/AppTextTruncation.js → s-text-truncation/s-text-truncation.js} +1 -1
- package/dist/s-theme-provider/index.d.ts +1 -0
- package/dist/s-theme-provider/index.js +4 -0
- package/dist/s-theme-provider/s-theme-provider.js +37 -0
- package/dist/s-tip/index.d.ts +1 -0
- package/dist/s-tip/index.js +4 -0
- package/dist/s-tip/s-tip.d.ts +6 -0
- package/dist/s-tip/s-tip.js +31 -0
- package/dist/{styles/theme → theme}/components/autocomplete.js +2 -2
- package/dist/{styles/theme → theme}/components/backdrop.js +1 -1
- package/dist/{styles/theme → theme}/components/button.js +1 -1
- package/dist/{styles/theme → theme}/components/card-header.js +1 -1
- package/dist/{styles/theme → theme}/components/card.js +1 -1
- package/dist/{styles/theme → theme}/components/checkbox.js +1 -1
- package/dist/{styles/theme → theme}/components/chip.js +12 -12
- package/dist/{styles/theme → theme}/components/components.d.ts +8 -27
- package/dist/theme/components/components.js +111 -0
- package/dist/{styles/theme → theme}/components/filled-input.js +1 -1
- package/dist/{styles/theme → theme}/components/input.js +1 -1
- package/dist/{styles/theme → theme}/components/menu-item.js +1 -1
- package/dist/{styles/theme → theme}/components/outlined-input.js +2 -2
- package/dist/{styles/theme → theme}/components/radio.js +1 -1
- package/dist/{styles/theme → theme}/components/select.js +2 -2
- package/dist/{styles/theme → theme}/components/table-head.js +1 -1
- package/dist/{styles/theme → theme}/components/table-pagination.js +4 -4
- package/dist/{styles/theme → theme}/components/tabs.js +2 -2
- package/dist/theme/customizations/components/avatar.d.ts +5 -0
- package/dist/{User-X5-swnIn.js → theme/customizations/components/avatar.js} +14 -10
- package/dist/theme/customizations/components/components.d.ts +7 -0
- package/dist/theme/customizations/components/components.js +7 -0
- package/dist/{styles/theme → theme}/customizations/data-display.js +6 -6
- package/dist/{styles/theme → theme}/customizations/feedback.js +1 -1
- package/dist/{styles/theme → theme}/customizations/inputs.js +6 -6
- package/dist/{styles/theme → theme}/customizations/navigation.js +7 -7
- package/dist/{styles/theme → theme}/customizations/surfaces.js +1 -1
- package/dist/{styles/theme → theme}/theme-primitives.js +51 -51
- package/dist/{useControlled-QI8qSFYJ.js → useControlled-Bvu9pDu8.js} +7 -7
- package/dist/{useSlot-CX_V7IfD.js → useSlot-CtsS_jy6.js} +1 -1
- package/package.json +1 -4
- package/dist/AppAutocomplete/AppAutocomplete.d.ts +0 -10
- package/dist/AppAutocomplete/AppAutocomplete.js +0 -19
- package/dist/AppAutocomplete/index.d.ts +0 -1
- package/dist/AppAutocomplete/index.js +0 -4
- package/dist/AppAvatar/AppAvatar.d.ts +0 -7
- package/dist/AppAvatar/AppAvatar.js +0 -13
- package/dist/AppAvatar/index.d.ts +0 -1
- package/dist/AppAvatar/index.js +0 -4
- package/dist/AppBox/AppBox.d.ts +0 -7
- package/dist/AppBox/AppBox.js +0 -7
- package/dist/AppBox/index.d.ts +0 -1
- package/dist/AppBox/index.js +0 -4
- package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.d.ts +0 -3
- package/dist/AppBreadcrumbsSeparator/index.d.ts +0 -1
- package/dist/AppBreadcrumbsSeparator/index.js +0 -4
- package/dist/AppButton/AppButton.d.ts +0 -9
- package/dist/AppButton/AppButton.js +0 -44
- package/dist/AppButton/index.d.ts +0 -1
- package/dist/AppButton/index.js +0 -4
- package/dist/AppButtonLink/index.d.ts +0 -1
- package/dist/AppButtonLink/index.js +0 -4
- package/dist/AppCard/AppCard.d.ts +0 -6
- package/dist/AppCard/AppCard.js +0 -6
- package/dist/AppCard/index.d.ts +0 -1
- package/dist/AppCard/index.js +0 -4
- package/dist/AppCardActions/AppCardActions.d.ts +0 -6
- package/dist/AppCardActions/index.d.ts +0 -1
- package/dist/AppCardActions/index.js +0 -4
- package/dist/AppCardContent/AppCardContent.d.ts +0 -6
- package/dist/AppCardContent/index.d.ts +0 -1
- package/dist/AppCardContent/index.js +0 -4
- package/dist/AppCardHeader/AppCardHeader.d.ts +0 -10
- package/dist/AppCardHeader/AppCardHeader.js +0 -13
- package/dist/AppCardHeader/index.d.ts +0 -1
- package/dist/AppCardHeader/index.js +0 -4
- package/dist/AppCheckbox/AppCheckbox.d.ts +0 -7
- package/dist/AppCheckbox/index.d.ts +0 -1
- package/dist/AppCheckbox/index.js +0 -4
- package/dist/AppChip/AppChip.d.ts +0 -6
- package/dist/AppChip/AppChip.js +0 -6
- package/dist/AppChip/index.d.ts +0 -1
- package/dist/AppChip/index.js +0 -4
- package/dist/AppChips/AppChips.d.ts +0 -7
- package/dist/AppChips/AppChips.js +0 -72
- package/dist/AppChips/index.d.ts +0 -1
- package/dist/AppChips/index.js +0 -4
- package/dist/AppDataTable/index.d.ts +0 -2
- package/dist/AppDataTable/index.js +0 -4
- package/dist/AppDialog/index.d.ts +0 -1
- package/dist/AppDialog/index.js +0 -4
- package/dist/AppEmpty/AppEmpty.d.ts +0 -5
- package/dist/AppEmpty/index.d.ts +0 -1
- package/dist/AppEmpty/index.js +0 -4
- package/dist/AppError/AppError.d.ts +0 -3
- package/dist/AppError/index.d.ts +0 -1
- package/dist/AppError/index.js +0 -4
- package/dist/AppFileDropzone/index.d.ts +0 -2
- package/dist/AppFileDropzone/index.js +0 -4
- package/dist/AppFileIcon/AppFileIcon.d.ts +0 -6
- package/dist/AppFileIcon/index.d.ts +0 -1
- package/dist/AppFileIcon/index.js +0 -4
- package/dist/AppFormControl/AppFormControl.d.ts +0 -8
- package/dist/AppFormControl/AppFormControl.js +0 -10
- package/dist/AppFormControl/index.d.ts +0 -1
- package/dist/AppFormControl/index.js +0 -4
- package/dist/AppGallery/AppGallery.d.ts +0 -6
- package/dist/AppGallery/index.d.ts +0 -1
- package/dist/AppGallery/index.js +0 -4
- package/dist/AppI18nProvider/AppI18nProvider.d.ts +0 -7
- package/dist/AppI18nProvider/index.d.ts +0 -1
- package/dist/AppI18nProvider/index.js +0 -4
- package/dist/AppIconButton/AppIconButton.d.ts +0 -8
- package/dist/AppIconButton/AppIconButton.js +0 -6
- package/dist/AppIconButton/index.d.ts +0 -1
- package/dist/AppIconButton/index.js +0 -4
- package/dist/AppIcons/AppIcons.d.ts +0 -3
- package/dist/AppIcons/AppIcons.js +0 -1081
- package/dist/AppIcons/index.d.ts +0 -1
- package/dist/AppIcons/index.js +0 -4
- package/dist/AppLabel/index.d.ts +0 -1
- package/dist/AppLabel/index.js +0 -4
- package/dist/AppLink/AppLink.d.ts +0 -6
- package/dist/AppLink/AppLink.js +0 -6
- package/dist/AppLink/index.d.ts +0 -1
- package/dist/AppLink/index.js +0 -4
- package/dist/AppMultiSelect/AppMultiSelect.d.ts +0 -12
- package/dist/AppMultiSelect/index.d.ts +0 -1
- package/dist/AppMultiSelect/index.js +0 -4
- package/dist/AppNoData/AppNoData.d.ts +0 -5
- package/dist/AppNoData/AppNoData.js +0 -6
- package/dist/AppNoData/index.d.ts +0 -1
- package/dist/AppNoData/index.js +0 -4
- package/dist/AppNoSsr/AppNoSsr.d.ts +0 -8
- package/dist/AppNoSsr/index.d.ts +0 -1
- package/dist/AppNoSsr/index.js +0 -4
- package/dist/AppOption/AppOption.js +0 -6
- package/dist/AppOption/index.d.ts +0 -1
- package/dist/AppOption/index.js +0 -4
- package/dist/AppPagination/AppPagination.d.ts +0 -7
- package/dist/AppPagination/index.d.ts +0 -1
- package/dist/AppPagination/index.js +0 -4
- package/dist/AppRating/AppRating.d.ts +0 -7
- package/dist/AppRating/AppRating.js +0 -6
- package/dist/AppRating/index.d.ts +0 -1
- package/dist/AppRating/index.js +0 -4
- package/dist/AppSelect/AppSelect.js +0 -82
- package/dist/AppSelect/index.d.ts +0 -1
- package/dist/AppSelect/index.js +0 -4
- package/dist/AppSkeleton/index.d.ts +0 -1
- package/dist/AppSkeleton/index.js +0 -4
- package/dist/AppStack/AppStack.d.ts +0 -6
- package/dist/AppStack/AppStack.js +0 -6
- package/dist/AppStack/index.d.ts +0 -1
- package/dist/AppStack/index.js +0 -4
- package/dist/AppTextEditor/TextEditorToolbar.d.ts +0 -6
- package/dist/AppTextEditor/index.d.ts +0 -1
- package/dist/AppTextEditor/index.js +0 -4
- package/dist/AppTextTruncation/AppTextTruncation.d.ts +0 -6
- package/dist/AppTextTruncation/index.d.ts +0 -1
- package/dist/AppTextTruncation/index.js +0 -4
- package/dist/AppTip/AppTip.d.ts +0 -6
- package/dist/AppTip/AppTip.js +0 -28
- package/dist/AppTip/index.d.ts +0 -1
- package/dist/AppTip/index.js +0 -4
- package/dist/Lightbulb-BLT-jnYA.js +0 -47
- package/dist/SForm/index.d.ts +0 -1
- package/dist/SForm/index.js +0 -4
- package/dist/SForm/package.json +0 -5
- package/dist/STextField/index.d.ts +0 -1
- package/dist/STextField/index.js +0 -4
- package/dist/STextField/package.json +0 -5
- package/dist/SThemeProvider/SThemeProvider.js +0 -35
- package/dist/SThemeProvider/index.d.ts +0 -1
- package/dist/SThemeProvider/index.js +0 -4
- package/dist/SThemeProvider/package.json +0 -5
- package/dist/styles/theme/color-schemes.d.ts +0 -7
- package/dist/styles/theme/color-schemes.js +0 -147
- package/dist/styles/theme/colors.d.ts +0 -92
- package/dist/styles/theme/colors.js +0 -94
- package/dist/styles/theme/components/avatar.d.ts +0 -18
- package/dist/styles/theme/components/avatar.js +0 -21
- package/dist/styles/theme/components/components.js +0 -113
- package/dist/styles/theme/create-theme.d.ts +0 -8
- package/dist/styles/theme/create-theme.js +0 -22
- package/dist/styles/theme/index.d.ts +0 -1
- package/dist/styles/theme/index.js +0 -4
- package/dist/styles/theme/shadows.d.ts +0 -3
- package/dist/styles/theme/shadows.js +0 -59
- package/dist/styles/theme/typography.d.ts +0 -68
- package/dist/styles/theme/typography.js +0 -31
- /package/dist/assets/{AppGallery.css → s-image-gallery.css} +0 -0
- /package/dist/assets/{AppTextTruncation.css → s-text-truncation.css} +0 -0
- /package/dist/{AppAutocomplete → s-autocomplete}/package.json +0 -0
- /package/dist/{AppAvatar → s-avatar}/package.json +0 -0
- /package/dist/{AppBox → s-box}/package.json +0 -0
- /package/dist/{AppBreadcrumbsSeparator → s-breadcrumbs-separator}/package.json +0 -0
- /package/dist/{AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js → s-breadcrumbs-separator/s-breadcrumbs-separator.js} +0 -0
- /package/dist/{AppButtonLink → s-button}/package.json +0 -0
- /package/dist/{AppButton → s-button-link}/package.json +0 -0
- /package/dist/{AppButtonLink/AppButtonLink.js → s-button-link/s-button-link.js} +0 -0
- /package/dist/{AppCardHeader → s-card}/package.json +0 -0
- /package/dist/{AppCard → s-card-actions}/package.json +0 -0
- /package/dist/{AppCardActions → s-card-content}/package.json +0 -0
- /package/dist/{AppCardContent → s-card-header}/package.json +0 -0
- /package/dist/{AppCheckbox → s-checkbox}/package.json +0 -0
- /package/dist/{AppChip → s-chip}/package.json +0 -0
- /package/dist/{AppChips → s-chips}/package.json +0 -0
- /package/dist/{AppDataTable → s-data-table}/package.json +0 -0
- /package/dist/{AppDialogMessage → s-dialog}/package.json +0 -0
- /package/dist/{AppDialog → s-dialog-confirm}/package.json +0 -0
- /package/dist/{AppDialogConfirm → s-dialog-message}/package.json +0 -0
- /package/dist/{AppEmpty → s-empty}/package.json +0 -0
- /package/dist/{AppError → s-error}/package.json +0 -0
- /package/dist/{AppError/AppError.js → s-error/s-error.js} +0 -0
- /package/dist/{AppFileDropzone → s-file-dropzone}/package.json +0 -0
- /package/dist/{AppFileIcon → s-file-icon}/package.json +0 -0
- /package/dist/{AppFormControl → s-form}/package.json +0 -0
- /package/dist/{SForm/SForm.d.ts → s-form/s-form.d.ts} +0 -0
- /package/dist/{SForm/SForm.js → s-form/s-form.js} +0 -0
- /package/dist/{AppGallery → s-i18n-provider}/package.json +0 -0
- /package/dist/{AppI18nProvider → s-icon-button}/package.json +0 -0
- /package/dist/{AppIconButton → s-image-gallery}/package.json +0 -0
- /package/dist/{AppIcons → s-label}/package.json +0 -0
- /package/dist/{AppLabel/AppLabel.js → s-label/s-label.js} +0 -0
- /package/dist/{AppLabel → s-link}/package.json +0 -0
- /package/dist/{AppLink → s-menu-item}/package.json +0 -0
- /package/dist/{AppMultiSelect → s-multi-select}/package.json +0 -0
- /package/dist/{AppNoData → s-no-ssr}/package.json +0 -0
- /package/dist/{AppNoSsr/AppNoSsr.js → s-no-ssr/s-no-ssr.js} +0 -0
- /package/dist/{AppNoSsr → s-pagination}/package.json +0 -0
- /package/dist/{AppOption → s-rating}/package.json +0 -0
- /package/dist/{AppPagination → s-select}/package.json +0 -0
- /package/dist/{AppRating → s-skeleton}/package.json +0 -0
- /package/dist/{AppSkeleton/AppSkeleton.js → s-skeleton/s-skeleton.js} +0 -0
- /package/dist/{AppSelect → s-snackbar-message}/package.json +0 -0
- /package/dist/{AppSkeleton → s-stack}/package.json +0 -0
- /package/dist/{AppSnackbarMessage → s-text-editor}/package.json +0 -0
- /package/dist/{AppStack → s-text-field}/package.json +0 -0
- /package/dist/{STextField/STextField.d.ts → s-text-field/s-text-field.d.ts} +0 -0
- /package/dist/{AppTextEditor → s-text-truncation}/package.json +0 -0
- /package/dist/{AppTextTruncation → s-theme-provider}/package.json +0 -0
- /package/dist/{SThemeProvider/SThemeProvider.d.ts → s-theme-provider/s-theme-provider.d.ts} +0 -0
- /package/dist/{AppTip → s-tip}/package.json +0 -0
- /package/dist/{styles/theme → theme}/components/accordion.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/accordion.js +0 -0
- /package/dist/{styles/theme → theme}/components/alert.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/alert.js +0 -0
- /package/dist/{styles/theme → theme}/components/autocomplete.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/backdrop.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/button-base.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/button-base.js +0 -0
- /package/dist/{styles/theme → theme}/components/button-group.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/button-group.js +0 -0
- /package/dist/{styles/theme → theme}/components/button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card-actions.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card-actions.js +0 -0
- /package/dist/{styles/theme → theme}/components/card-content.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card-content.js +0 -0
- /package/dist/{styles/theme → theme}/components/card-header.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/checkbox.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/chip.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-actions.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-actions.js +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content-text.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content-text.js +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content.js +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-title.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-title.js +0 -0
- /package/dist/{styles/theme → theme}/components/filled-input.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-control-label.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-control-label.js +0 -0
- /package/dist/{styles/theme → theme}/components/form-group.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-group.js +0 -0
- /package/dist/{styles/theme → theme}/components/form-helper-text.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-helper-text.js +0 -0
- /package/dist/{styles/theme → theme}/components/form-label.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-label.js +0 -0
- /package/dist/{styles/theme → theme}/components/icon-button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/icon-button.js +0 -0
- /package/dist/{styles/theme → theme}/components/input-base.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/input-base.js +0 -0
- /package/dist/{styles/theme → theme}/components/input-label.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/input-label.js +0 -0
- /package/dist/{styles/theme → theme}/components/input.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/linear-progress.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/linear-progress.js +0 -0
- /package/dist/{styles/theme → theme}/components/link.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/link.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-avatar.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-avatar.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-button.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-icon.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-icon.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-text.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-text.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item.js +0 -0
- /package/dist/{styles/theme → theme}/components/list.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list.js +0 -0
- /package/dist/{styles/theme → theme}/components/menu-item.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/menu.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/menu.js +0 -0
- /package/dist/{styles/theme → theme}/components/outlined-input.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/paper.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/paper.js +0 -0
- /package/dist/{styles/theme → theme}/components/popover.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/popover.js +0 -0
- /package/dist/{styles/theme → theme}/components/radio.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/select.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/skeleton.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/skeleton.js +0 -0
- /package/dist/{styles/theme → theme}/components/stack.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/stack.js +0 -0
- /package/dist/{styles/theme → theme}/components/switch.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/switch.js +0 -0
- /package/dist/{styles/theme → theme}/components/tab.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/tab.js +0 -0
- /package/dist/{styles/theme → theme}/components/table-body.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/table-body.js +0 -0
- /package/dist/{styles/theme → theme}/components/table-cell.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/table-cell.js +0 -0
- /package/dist/{styles/theme → theme}/components/table-head.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/table-pagination.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/tabs.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button-group.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button-group.js +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button.js +0 -0
- /package/dist/{styles/theme → theme}/components/tooltip.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/tooltip.js +0 -0
- /package/dist/{styles/theme → theme}/customizations/data-display.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/feedback.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/inputs.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/navigation.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/surfaces.d.ts +0 -0
- /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,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,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
|
-
};
|
|
File without changes
|
|
File without changes
|