@solostylist/ui-kit 1.0.203 → 1.0.205
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/dist/ArrowUpward-CDLbIMHR.js +6 -0
- package/dist/Box-CCxGQYgC.js +46 -0
- package/dist/ButtonBase-BpUvp8ep.js +801 -0
- package/dist/ChevronLeft-C7DUyLoc.js +6 -0
- package/dist/ChevronRight-VFk57Tte.js +6 -0
- package/dist/Close-OtVsJy75.js +6 -0
- package/dist/ContentCopy-DHDP4d6g.js +6 -0
- package/dist/DefaultPropsProvider-DpRXvTbj.js +157 -0
- package/dist/Download-Bbx6BZUJ.js +6 -0
- package/dist/ExpandMore-BTC1yHzp.js +6 -0
- package/dist/Favorite-mcH9KX-m.js +6 -0
- package/dist/Menu-Dhh4e9H1.js +1662 -0
- package/dist/MenuItem-aaIy8lan.js +213 -0
- package/dist/Paper--8Q3qCqb.js +329 -0
- package/dist/Select-B5RvkbDO.js +2545 -0
- package/dist/Stack-D-aoKnaS.js +158 -0
- package/dist/Typography-CswuXQLF.js +187 -0
- package/dist/assets/s-carousel.css +1 -1
- package/dist/assets/s-overlay-scrollbar.css +10 -1
- package/dist/assets/stripe-input.css +1 -1
- package/dist/avatar-BVV8tT0K.js +10 -0
- package/dist/buttonBaseClasses-CzfJbQi5.js +13 -0
- package/dist/checkbox-Dd2nIREk.js +57 -0
- package/dist/chunk-efA98nb6.js +13 -0
- package/dist/createSimplePaletteValueFilter-dAWZ3p3z.js +14 -0
- package/dist/createSvgIcon-KjKEsKNV.js +153 -0
- package/dist/createTheme-DuS5_nJb.js +2430 -0
- package/dist/defaultTheme-DBynruYK.js +5 -0
- package/dist/entries/carousel.js +3 -4
- package/dist/entries/chat.js +3 -4
- package/dist/entries/code.js +3 -4
- package/dist/entries/core.js +56 -122
- package/dist/entries/dates.js +7 -12
- package/dist/entries/dropzone.js +3 -4
- package/dist/entries/editor.js +2 -4
- package/dist/entries/gallery.js +7 -13
- package/dist/entries/i18n.js +3 -7
- package/dist/entries/motion.js +14 -27
- package/dist/entries/scrollbar.js +2 -4
- package/dist/entries/stripe.js +6 -10
- package/dist/extendSxProp-YPyfzlEb.js +29 -0
- package/dist/generateUtilityClass-DdqZpZoW.js +34 -0
- package/dist/generateUtilityClasses-BMwEKe3O.js +10 -0
- package/dist/hooks/index.js +5 -11
- package/dist/hooks/use-count-down.js +85 -76
- package/dist/hooks/use-dialog.js +21 -18
- package/dist/hooks/use-is-passed-position.js +20 -20
- package/dist/hooks/use-popover.js +18 -18
- package/dist/hooks/use-scroll-animation.js +74 -56
- package/dist/iconButtonClasses-ApDUTw5e.js +27 -0
- package/dist/identifier-_S1f0Pg2.js +190 -0
- package/dist/main.js +103 -196
- package/dist/mergeSlotProps-BG-pTgpj.js +48 -0
- package/dist/objectWithoutPropertiesLoose-BdL2_POW.js +23 -0
- package/dist/outlinedInputClasses-bgmdcolQ.js +43 -0
- package/dist/resolveProps-CcZ6Bxlf.js +30 -0
- package/dist/s-accordion/index.js +3 -4
- package/dist/s-accordion/s-accordion.js +3 -949
- package/dist/s-accordion-Da1IZflX.js +712 -0
- package/dist/s-action-overlay/index.js +2 -4
- package/dist/s-action-overlay/s-action-overlay.js +108 -109
- package/dist/s-autocomplete/index.js +2 -4
- package/dist/s-autocomplete/s-autocomplete.js +25 -31
- package/dist/s-avatar/index.js +2 -4
- package/dist/s-avatar/s-avatar.js +32 -22
- package/dist/s-blur-text/index.js +2 -4
- package/dist/s-blur-text/s-blur-text.js +67 -81
- package/dist/s-breadcrumbs/index.js +2 -3
- package/dist/s-breadcrumbs/s-breadcrumbs.js +49 -44
- package/dist/s-button/index.js +2 -4
- package/dist/s-button/s-button.js +11 -9
- package/dist/s-carousel/index.js +3 -4
- package/dist/s-carousel/s-carousel.js +3 -2480
- package/dist/s-carousel-BoDg9pKU.js +125 -0
- package/dist/s-category-card/index.js +1 -3
- package/dist/s-category-card/s-category-card.js +70 -105
- package/dist/s-chat-input/index.js +3 -4
- package/dist/s-chat-input/s-chat-input.js +3 -319
- package/dist/s-chat-input-v_XIZVGk.js +283 -0
- package/dist/s-chat-message/index.js +3 -4
- package/dist/s-chat-message/s-chat-message.js +3 -283
- package/dist/s-chat-message-CWtxsicj.js +281 -0
- package/dist/s-checkbox/index.js +2 -4
- package/dist/s-checkbox/s-checkbox.js +27 -17
- package/dist/s-chip/index.js +2 -4
- package/dist/s-chip/s-chip.js +11 -9
- package/dist/s-chips/index.js +2 -4
- package/dist/s-chips/s-chips.js +91 -86
- package/dist/s-code-block/index.js +3 -4
- package/dist/s-code-block/s-code-block.js +3 -1052
- package/dist/s-code-block-BqYdR0Em.js +608 -0
- package/dist/s-comment-message/index.js +3 -4
- package/dist/s-comment-message/s-comment-message.js +3 -123
- package/dist/s-comment-message-DDAHdQqY.js +195 -0
- package/dist/s-copyable-text/index.js +3 -4
- package/dist/s-copyable-text/s-copyable-text.js +50 -54
- package/dist/s-countdown/index.js +3 -5
- package/dist/s-countdown/s-count-box.js +102 -106
- package/dist/s-countdown/s-count-down.js +101 -109
- package/dist/s-data-table/index.js +3 -4
- package/dist/s-data-table/s-data-table.js +3 -1291
- package/dist/s-data-table-BjqqIsFX.js +893 -0
- package/dist/s-date-picker/index.js +3 -4
- package/dist/s-date-picker/s-date-picker.js +3 -1521
- package/dist/s-date-picker-BYqxsjPU.js +581 -0
- package/dist/s-datetime-picker/index.js +3 -4
- package/dist/s-datetime-picker/s-datetime-picker.js +3 -5180
- package/dist/s-datetime-picker-BtwGoxL3.js +3808 -0
- package/dist/s-dialog/index.js +2 -3
- package/dist/s-dialog/s-dialog.js +44 -36
- package/dist/s-dialog-confirm/index.js +3 -6
- package/dist/s-dialog-confirm/s-dialog-confirm.js +85 -74
- package/dist/s-dialog-message/index.js +3 -6
- package/dist/s-dialog-message/s-dialog-message.js +75 -66
- package/dist/s-empty/index.js +1 -3
- package/dist/s-empty/s-empty.js +13 -8
- package/dist/s-error/index.js +2 -4
- package/dist/s-error/s-error.js +31 -20
- package/dist/s-error-layout/index.js +2 -4
- package/dist/s-error-layout/s-error-layout.js +78 -56
- package/dist/s-file-dropzone/index.js +3 -4
- package/dist/s-file-dropzone/s-file-dropzone.js +3 -124
- package/dist/s-file-dropzone-BJBNFC_b.js +134 -0
- package/dist/s-file-icon/index.js +3 -4
- package/dist/s-file-icon/s-file-icon.js +327 -272
- package/dist/s-flex-box/index.js +3 -4
- package/dist/s-flex-box/s-flex-box.js +12 -8
- package/dist/s-form/index.js +2 -4
- package/dist/s-form/s-form.js +23 -15
- package/dist/s-gallery/index.js +3 -5
- package/dist/s-gallery/s-gallery.js +310 -346
- package/dist/s-glow-button/index.js +3 -4
- package/dist/s-glow-button/s-glow-button.js +29 -42
- package/dist/s-gradient-icon/index.js +2 -4
- package/dist/s-gradient-icon/s-gradient-icon.js +124 -79
- package/dist/s-i18n-provider/index.js +2 -4
- package/dist/s-i18n-provider/s-i18n-provider.js +23 -27
- package/dist/s-icon-button/index.js +2 -4
- package/dist/s-icon-button/s-icon-button.js +11 -8
- package/dist/s-image-comparison/index.js +3 -4
- package/dist/s-image-comparison/s-image-comparison.js +169 -207
- package/dist/s-image-modal/index.js +3 -5
- package/dist/s-image-modal/s-image-modal.js +396 -387
- package/dist/s-item-not-found/index.js +1 -3
- package/dist/s-item-not-found/s-item-not-found.js +240 -262
- package/dist/s-label/index.js +3 -4
- package/dist/s-label/s-label.js +3 -17
- package/dist/s-label-Bt4vQGGN.js +30 -0
- package/dist/s-language-switcher/index.js +3 -6
- package/dist/s-language-switcher/s-language-switcher.js +3 -252
- package/dist/s-language-switcher-BJP1r1la.js +198 -0
- package/dist/s-lazy-image/index.js +2 -4
- package/dist/s-lazy-image/s-lazy-image.js +41 -56
- package/dist/s-link/index.js +2 -4
- package/dist/s-link/s-link.js +30 -37
- package/dist/s-localization-provider/index.js +3 -4
- package/dist/s-localization-provider/s-localization-provider.js +3 -562
- package/dist/s-localization-provider-CeOR72Ti.js +537 -0
- package/dist/s-moving-border/index.js +1 -3
- package/dist/s-moving-border/s-moving-border.js +117 -131
- package/dist/s-multi-select/index.js +3 -4
- package/dist/s-multi-select/s-multi-select.js +3 -82
- package/dist/s-multi-select-xKP4heeG.js +64 -0
- package/dist/s-no-ssr/index.js +2 -4
- package/dist/s-no-ssr/s-no-ssr.js +13 -14
- package/dist/s-overlay-scrollbar/index.js +2 -4
- package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +34 -37
- package/dist/s-pagination/index.js +2 -4
- package/dist/s-pagination/s-pagination.js +32 -15
- package/dist/s-pixel-reveal/index.js +3 -4
- package/dist/s-pixel-reveal/s-pixel-reveal.js +138 -156
- package/dist/s-radial-pulse-animate/index.js +3 -4
- package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +80 -122
- package/dist/s-rating/index.js +1 -3
- package/dist/s-rating/s-rating.js +11 -9
- package/dist/s-review/index.js +3 -4
- package/dist/s-review/s-review.js +3 -160
- package/dist/s-review-DOBlCEU2.js +241 -0
- package/dist/s-scroll-reveal/index.js +2 -4
- package/dist/s-scroll-reveal/s-scroll-reveal.js +68 -64
- package/dist/s-scroll-to-top/index.js +3 -4
- package/dist/s-scroll-to-top/s-scroll-to-top.js +45 -44
- package/dist/s-scroll-velocity/index.js +4 -8
- package/dist/s-scroll-velocity/s-scroll-velocity.js +14 -8
- package/dist/s-scroll-velocity/scroll-velocity-container.js +25 -30
- package/dist/s-scroll-velocity/scroll-velocity-row.js +97 -118
- package/dist/s-select/index.js +3 -4
- package/dist/s-select/s-select.js +3 -112
- package/dist/s-select-DXbeZ0CG.js +110 -0
- package/dist/s-select-list/index.js +2 -4
- package/dist/s-select-list/s-select-list.js +44 -49
- package/dist/s-skeleton/index.js +2 -4
- package/dist/s-skeleton/s-skeleton.js +69 -35
- package/dist/s-snackbar-message/index.js +2 -6
- package/dist/s-snackbar-message/s-snackbar-message.js +48 -61
- package/dist/s-spotlight-cursor/index.js +2 -4
- package/dist/s-spotlight-cursor/s-spotlight-cursor.js +58 -61
- package/dist/s-stripe/index.js +6 -10
- package/dist/s-stripe/s-stripe-cvc.js +14 -10
- package/dist/s-stripe/s-stripe-expiry.js +14 -10
- package/dist/s-stripe/s-stripe-number.js +14 -10
- package/dist/s-stripe/s-stripe.js +31 -37
- package/dist/s-stripe/stripe-input.js +57 -81
- package/dist/s-switch/index.js +1 -3
- package/dist/s-switch/s-switch.js +27 -17
- package/dist/s-tabs/index.js +4 -8
- package/dist/s-tabs/s-tab-panel.js +23 -29
- package/dist/s-tabs/s-tab.js +11 -8
- package/dist/s-tabs/s-tabs.js +39 -35
- package/dist/s-text-editor/index.js +3 -5
- package/dist/s-text-editor/s-text-editor-toolbar.js +3 -207
- package/dist/s-text-editor/s-text-editor.js +75 -81
- package/dist/s-text-editor-toolbar-BDDttdIt.js +177 -0
- package/dist/s-text-field/index.js +3 -4
- package/dist/s-text-field/s-text-field.js +3 -49
- package/dist/s-text-field-ni42E-1x.js +41 -0
- package/dist/s-text-shimmer/index.js +3 -4
- package/dist/s-text-shimmer/s-text-shimmer.js +31 -32
- package/dist/s-text-truncation/index.js +1 -3
- package/dist/s-text-truncation/s-text-truncation.js +79 -81
- package/dist/s-theme-demo/index.js +3 -4
- package/dist/s-theme-demo/s-theme-demo.js +3 -380
- package/dist/s-theme-demo-B4pz6fse.js +828 -0
- package/dist/s-theme-provider/index.js +3 -4
- package/dist/s-theme-provider/s-theme-provider.js +35 -50
- package/dist/s-theme-switch/index.js +3 -4
- package/dist/s-theme-switch/s-theme-switch.js +3 -41
- package/dist/s-theme-switch-CCEdponC.js +37 -0
- package/dist/s-tip/index.js +3 -4
- package/dist/s-tip/s-tip.js +3 -34
- package/dist/s-tip-CG51Q6oR.js +34 -0
- package/dist/s-tool-bar/index.js +3 -4
- package/dist/s-tool-bar/s-tool-bar.js +3 -478
- package/dist/s-tool-bar-C2lZhhJm.js +404 -0
- package/dist/s-two-pane-layout/index.js +2 -3
- package/dist/s-two-pane-layout/s-two-pane-layout.js +102 -101
- package/dist/s-typewriter-text/index.js +2 -4
- package/dist/s-typewriter-text/s-typewriter-text.js +39 -45
- package/dist/s-zoom-image/index.js +1 -3
- package/dist/s-zoom-image/s-zoom-image.js +62 -88
- package/dist/select-D9KH9LAz.js +11 -0
- package/dist/styled-Dz7rwAje.js +168 -0
- package/dist/svgIconClasses-CygVMw0E.js +20 -0
- package/dist/tabClasses-CIRFQ-PB.js +21 -0
- package/dist/theme/components/accordion-details.js +7 -8
- package/dist/theme/components/accordion-summary.js +12 -17
- package/dist/theme/components/accordion.js +24 -32
- package/dist/theme/components/alert.js +45 -72
- package/dist/theme/components/app-bar.js +12 -18
- package/dist/theme/components/autocomplete.js +19 -30
- package/dist/theme/components/avatar.js +3 -13
- package/dist/theme/components/backdrop.js +13 -12
- package/dist/theme/components/button-base.js +12 -14
- package/dist/theme/components/button.js +92 -138
- package/dist/theme/components/card-actions.js +4 -10
- package/dist/theme/components/card-content.js +4 -11
- package/dist/theme/components/card-header.js +4 -10
- package/dist/theme/components/card.js +23 -35
- package/dist/theme/components/checkbox.js +3 -65
- package/dist/theme/components/chip.js +67 -106
- package/dist/theme/components/components.js +112 -111
- package/dist/theme/components/container.js +4 -6
- package/dist/theme/components/dialog-actions.js +4 -10
- package/dist/theme/components/dialog.js +11 -17
- package/dist/theme/components/drawer.js +4 -10
- package/dist/theme/components/form-control.js +4 -10
- package/dist/theme/components/form-label.js +7 -11
- package/dist/theme/components/icon-button.js +82 -132
- package/dist/theme/components/icon.js +9 -21
- package/dist/theme/components/input-adornment.js +7 -13
- package/dist/theme/components/input-base.js +10 -16
- package/dist/theme/components/linear-progress.js +11 -16
- package/dist/theme/components/link.js +31 -37
- package/dist/theme/components/list-item-button.js +27 -44
- package/dist/theme/components/list-item-icon.js +4 -10
- package/dist/theme/components/list-item-text.js +14 -16
- package/dist/theme/components/list-item.js +12 -20
- package/dist/theme/components/list-subheader.js +10 -14
- package/dist/theme/components/list.js +9 -13
- package/dist/theme/components/menu-item.js +7 -8
- package/dist/theme/components/menu.js +20 -22
- package/dist/theme/components/outlined-input.js +41 -64
- package/dist/theme/components/pagination-item.js +8 -18
- package/dist/theme/components/paper.js +4 -8
- package/dist/theme/components/popover.js +11 -13
- package/dist/theme/components/rating.js +4 -8
- package/dist/theme/components/select.js +3 -13
- package/dist/theme/components/skeleton.js +4 -10
- package/dist/theme/components/slider.js +4 -8
- package/dist/theme/components/step-connector.js +9 -13
- package/dist/theme/components/step-icon.js +39 -46
- package/dist/theme/components/step-label.js +7 -13
- package/dist/theme/components/svg-icon.js +20 -37
- package/dist/theme/components/tab.js +20 -34
- package/dist/theme/components/table-cell.js +4 -10
- package/dist/theme/components/table-pagination.js +14 -18
- package/dist/theme/components/tabs.js +20 -24
- package/dist/theme/components/toggle-button-group.js +3 -23
- package/dist/theme/components/toggle-button.js +3 -21
- package/dist/theme/components/tooltip.js +23 -23
- package/dist/theme/theme-primitives.js +3 -410
- package/dist/theme-primitives-BG66N-x4.js +398 -0
- package/dist/toggle-button-BI6z89CX.js +26 -0
- package/dist/toggle-button-group-Dzzh9mXv.js +28 -0
- package/dist/typographyClasses-C0nDz5e6.js +32 -0
- package/dist/useControlled-CvWtMQJF.js +32 -0
- package/dist/useEnhancedEffect-NLLl34XR.js +5 -0
- package/dist/useFormControl-ngLNi8dL.js +11 -0
- package/dist/useMobilePicker-DdH0AzNe.js +10635 -0
- package/dist/useTheme-BES_k_99.js +34 -0
- package/dist/useThemeProps-CJRFdjVv.js +19 -0
- package/dist/utils/dayjs.js +161 -113
- package/dist/utils/index.js +3 -11
- package/dist/utils/logger.js +45 -46
- package/dist/utils-Cu16ybRR.js +72 -0
- package/dist/warning-D7iWhOZI.js +110 -0
- package/package.json +29 -29
- package/dist/ArrowUpward-D8eqD-si.js +0 -8
- package/dist/Box-BkXoTbe8.js +0 -62
- package/dist/ButtonBase-D73M0QY5.js +0 -1099
- package/dist/ChevronLeft-BmgmPHp9.js +0 -8
- package/dist/ChevronRight-DbWSr8yz.js +0 -8
- package/dist/Close-lHCUMitI.js +0 -8
- package/dist/ContentCopy-D4SuJd86.js +0 -11
- package/dist/DefaultPropsProvider-DPuuPIbS.js +0 -64
- package/dist/Download-BoRQUwCf.js +0 -8
- package/dist/ExpandMore-C7yRQv1-.js +0 -8
- package/dist/Favorite-Bz_HcMgN.js +0 -8
- package/dist/Menu-GVFDMHCN.js +0 -2441
- package/dist/MenuItem-2wG8I2HO.js +0 -269
- package/dist/Paper-CR019bki.js +0 -553
- package/dist/Select-D2l9rDWL.js +0 -3966
- package/dist/Stack-Dfjnuorw.js +0 -174
- package/dist/Typography-PcmlIqm1.js +0 -253
- package/dist/_commonjsHelpers-ByX85dGu.js +0 -33
- package/dist/buttonBaseClasses-jtnoTmPn.js +0 -10
- package/dist/clsx-OuTLNxxd.js +0 -16
- package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
- package/dist/createSvgIcon-BkbeLOhM.js +0 -242
- package/dist/createTheme-DgoJyWM-.js +0 -2929
- package/dist/defaultTheme-CulFxfLR.js +0 -5
- package/dist/extendSxProp-BJEIxcAx.js +0 -36
- package/dist/generateUtilityClass-BhfUaMgk.js +0 -35
- package/dist/generateUtilityClasses-E9gROIFd.js +0 -10
- package/dist/iconButtonClasses-BMfIhNTh.js +0 -10
- package/dist/identifier-BKLqN993.js +0 -4
- package/dist/index-D3G5Rwl-.js +0 -211
- package/dist/index-DtGYsHSv.js +0 -94
- package/dist/jsx-runtime-tc70JA_2.js +0 -264
- package/dist/mergeSlotProps-CuzBQdlp.js +0 -62
- package/dist/objectWithoutPropertiesLoose-DiWPeE4c.js +0 -22
- package/dist/outlinedInputClasses-DnwW3ujt.js +0 -19
- package/dist/resolveProps-BDH0VJjn.js +0 -39
- package/dist/styled-8Y5KoVix.js +0 -203
- package/dist/svgIconClasses-C6auqaBA.js +0 -10
- package/dist/tabClasses-DFvXsFrN.js +0 -10
- package/dist/typographyClasses-jmoWZuXc.js +0 -10
- package/dist/useControlled-D1L5tREc.js +0 -31
- package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
- package/dist/useFormControl-CatNKXAi.js +0 -10
- package/dist/useMobilePicker-B-bNHHXB.js +0 -13498
- package/dist/useTheme-CWPkv7g3.js +0 -18
- package/dist/useThemeProps-XYgXGzjS.js +0 -27
- package/dist/utils-D1UMIV0b.js +0 -40
- package/dist/warning-Ba-7BBAN.js +0 -135
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { c as t } from "./clsx-OuTLNxxd.js";
|
|
2
|
-
function x(s, i) {
|
|
3
|
-
const a = s.charCodeAt(2);
|
|
4
|
-
return s[0] === "o" && s[1] === "n" && a >= 65 && a <= 90 && typeof i == "function";
|
|
5
|
-
}
|
|
6
|
-
function N(s, i) {
|
|
7
|
-
if (!s)
|
|
8
|
-
return i;
|
|
9
|
-
function a(m, c) {
|
|
10
|
-
const n = {};
|
|
11
|
-
return Object.keys(c).forEach((y) => {
|
|
12
|
-
x(y, c[y]) && typeof m[y] == "function" && (n[y] = (...A) => {
|
|
13
|
-
m[y](...A), c[y](...A);
|
|
14
|
-
});
|
|
15
|
-
}), n;
|
|
16
|
-
}
|
|
17
|
-
if (typeof s == "function" || typeof i == "function")
|
|
18
|
-
return (m) => {
|
|
19
|
-
const c = typeof i == "function" ? i(m) : i, n = typeof s == "function" ? s({
|
|
20
|
-
...m,
|
|
21
|
-
...c
|
|
22
|
-
}) : s, y = t(m?.className, c?.className, n?.className), A = a(n, c);
|
|
23
|
-
return {
|
|
24
|
-
...c,
|
|
25
|
-
...n,
|
|
26
|
-
...A,
|
|
27
|
-
...!!y && {
|
|
28
|
-
className: y
|
|
29
|
-
},
|
|
30
|
-
...c?.style && n?.style && {
|
|
31
|
-
style: {
|
|
32
|
-
...c.style,
|
|
33
|
-
...n.style
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
...c?.sx && n?.sx && {
|
|
37
|
-
sx: [...Array.isArray(c.sx) ? c.sx : [c.sx], ...Array.isArray(n.sx) ? n.sx : [n.sx]]
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
const f = i, u = a(s, f), r = t(f?.className, s?.className);
|
|
42
|
-
return {
|
|
43
|
-
...i,
|
|
44
|
-
...s,
|
|
45
|
-
...u,
|
|
46
|
-
...!!r && {
|
|
47
|
-
className: r
|
|
48
|
-
},
|
|
49
|
-
...f?.style && s?.style && {
|
|
50
|
-
style: {
|
|
51
|
-
...f.style,
|
|
52
|
-
...s.style
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
...f?.sx && s?.sx && {
|
|
56
|
-
sx: [...Array.isArray(f.sx) ? f.sx : [f.sx], ...Array.isArray(s.sx) ? s.sx : [s.sx]]
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
export {
|
|
61
|
-
N as m
|
|
62
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
function a() {
|
|
2
|
-
return a = Object.assign ? Object.assign.bind() : function(r) {
|
|
3
|
-
for (var e = 1; e < arguments.length; e++) {
|
|
4
|
-
var t = arguments[e];
|
|
5
|
-
for (var n in t) ({}).hasOwnProperty.call(t, n) && (r[n] = t[n]);
|
|
6
|
-
}
|
|
7
|
-
return r;
|
|
8
|
-
}, a.apply(null, arguments);
|
|
9
|
-
}
|
|
10
|
-
function i(r, e) {
|
|
11
|
-
if (r == null) return {};
|
|
12
|
-
var t = {};
|
|
13
|
-
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
14
|
-
if (e.indexOf(n) !== -1) continue;
|
|
15
|
-
t[n] = r[n];
|
|
16
|
-
}
|
|
17
|
-
return t;
|
|
18
|
-
}
|
|
19
|
-
export {
|
|
20
|
-
i as _,
|
|
21
|
-
a
|
|
22
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { g as n } from "./generateUtilityClasses-E9gROIFd.js";
|
|
2
|
-
import { g as e } from "./generateUtilityClass-BhfUaMgk.js";
|
|
3
|
-
function l(t) {
|
|
4
|
-
return e("MuiInputBase", t);
|
|
5
|
-
}
|
|
6
|
-
const i = n("MuiInputBase", ["root", "formControl", "focused", "disabled", "adornedStart", "adornedEnd", "error", "sizeSmall", "multiline", "colorSecondary", "fullWidth", "hiddenLabel", "readOnly", "input", "inputSizeSmall", "inputMultiline", "inputTypeSearch", "inputAdornedStart", "inputAdornedEnd", "inputHiddenLabel"]);
|
|
7
|
-
function s(t) {
|
|
8
|
-
return e("MuiOutlinedInput", t);
|
|
9
|
-
}
|
|
10
|
-
const o = {
|
|
11
|
-
...i,
|
|
12
|
-
...n("MuiOutlinedInput", ["root", "notchedOutline", "input"])
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
s as a,
|
|
16
|
-
l as g,
|
|
17
|
-
i,
|
|
18
|
-
o
|
|
19
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { c as r } from "./clsx-OuTLNxxd.js";
|
|
2
|
-
function y(o, t, n = !1) {
|
|
3
|
-
const e = {
|
|
4
|
-
...t
|
|
5
|
-
};
|
|
6
|
-
for (const a in o)
|
|
7
|
-
if (Object.prototype.hasOwnProperty.call(o, a)) {
|
|
8
|
-
const s = a;
|
|
9
|
-
if (s === "components" || s === "slots")
|
|
10
|
-
e[s] = {
|
|
11
|
-
...o[s],
|
|
12
|
-
...e[s]
|
|
13
|
-
};
|
|
14
|
-
else if (s === "componentsProps" || s === "slotProps") {
|
|
15
|
-
const c = o[s], l = t[s];
|
|
16
|
-
if (!l)
|
|
17
|
-
e[s] = c || {};
|
|
18
|
-
else if (!c)
|
|
19
|
-
e[s] = l;
|
|
20
|
-
else {
|
|
21
|
-
e[s] = {
|
|
22
|
-
...l
|
|
23
|
-
};
|
|
24
|
-
for (const f in c)
|
|
25
|
-
if (Object.prototype.hasOwnProperty.call(c, f)) {
|
|
26
|
-
const i = f;
|
|
27
|
-
e[s][i] = y(c[i], l[i], n);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
} else s === "className" && n && t.className ? e.className = r(o?.className, t?.className) : s === "style" && n && t.style ? e.style = {
|
|
31
|
-
...o?.style,
|
|
32
|
-
...t?.style
|
|
33
|
-
} : e[s] === void 0 && (e[s] = o[s]);
|
|
34
|
-
}
|
|
35
|
-
return e;
|
|
36
|
-
}
|
|
37
|
-
export {
|
|
38
|
-
y as r
|
|
39
|
-
};
|
package/dist/styled-8Y5KoVix.js
DELETED
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
import { d as N } from "./defaultTheme-CulFxfLR.js";
|
|
2
|
-
import { T as q } from "./identifier-BKLqN993.js";
|
|
3
|
-
import { i as S, a as G, s as J } from "./index-D3G5Rwl-.js";
|
|
4
|
-
import { k as E, e as Q, s as L, i as U, c as X } from "./createTheme-DgoJyWM-.js";
|
|
5
|
-
function V(e, n = "") {
|
|
6
|
-
return e.displayName || e.name || n;
|
|
7
|
-
}
|
|
8
|
-
function k(e, n, t) {
|
|
9
|
-
const r = V(n);
|
|
10
|
-
return e.displayName || (r !== "" ? `${t}(${r})` : t);
|
|
11
|
-
}
|
|
12
|
-
function Y(e) {
|
|
13
|
-
if (e != null) {
|
|
14
|
-
if (typeof e == "string")
|
|
15
|
-
return e;
|
|
16
|
-
if (typeof e == "function")
|
|
17
|
-
return V(e, "Component");
|
|
18
|
-
if (typeof e == "object")
|
|
19
|
-
switch (e.$$typeof) {
|
|
20
|
-
case E.ForwardRef:
|
|
21
|
-
return k(e, e.render, "ForwardRef");
|
|
22
|
-
case E.Memo:
|
|
23
|
-
return k(e, e.type, "memo");
|
|
24
|
-
default:
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
function Z(e) {
|
|
30
|
-
const {
|
|
31
|
-
variants: n,
|
|
32
|
-
...t
|
|
33
|
-
} = e, r = {
|
|
34
|
-
variants: n,
|
|
35
|
-
style: S(t),
|
|
36
|
-
isProcessed: !0
|
|
37
|
-
};
|
|
38
|
-
return r.style === t || n && n.forEach((s) => {
|
|
39
|
-
typeof s.style != "function" && (s.style = S(s.style));
|
|
40
|
-
}), r;
|
|
41
|
-
}
|
|
42
|
-
const z = Q();
|
|
43
|
-
function $(e) {
|
|
44
|
-
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
45
|
-
}
|
|
46
|
-
function m(e, n) {
|
|
47
|
-
return n && e && typeof e == "object" && e.styles && !e.styles.startsWith("@layer") && (e.styles = `@layer ${n}{${String(e.styles)}}`), e;
|
|
48
|
-
}
|
|
49
|
-
function ee(e) {
|
|
50
|
-
return e ? (n, t) => t[e] : null;
|
|
51
|
-
}
|
|
52
|
-
function te(e, n, t) {
|
|
53
|
-
e.theme = oe(e.theme) ? t : e.theme[n] || e.theme;
|
|
54
|
-
}
|
|
55
|
-
function P(e, n, t) {
|
|
56
|
-
const r = typeof n == "function" ? n(e) : n;
|
|
57
|
-
if (Array.isArray(r))
|
|
58
|
-
return r.flatMap((s) => P(e, s, t));
|
|
59
|
-
if (Array.isArray(r?.variants)) {
|
|
60
|
-
let s;
|
|
61
|
-
if (r.isProcessed)
|
|
62
|
-
s = t ? m(r.style, t) : r.style;
|
|
63
|
-
else {
|
|
64
|
-
const {
|
|
65
|
-
variants: w,
|
|
66
|
-
...o
|
|
67
|
-
} = r;
|
|
68
|
-
s = t ? m(S(o), t) : o;
|
|
69
|
-
}
|
|
70
|
-
return D(e, r.variants, [s], t);
|
|
71
|
-
}
|
|
72
|
-
return r?.isProcessed ? t ? m(S(r.style), t) : r.style : t ? m(S(r), t) : r;
|
|
73
|
-
}
|
|
74
|
-
function D(e, n, t = [], r = void 0) {
|
|
75
|
-
let s;
|
|
76
|
-
e: for (let w = 0; w < n.length; w += 1) {
|
|
77
|
-
const o = n[w];
|
|
78
|
-
if (typeof o.props == "function") {
|
|
79
|
-
if (s ??= {
|
|
80
|
-
...e,
|
|
81
|
-
...e.ownerState,
|
|
82
|
-
ownerState: e.ownerState
|
|
83
|
-
}, !o.props(s))
|
|
84
|
-
continue;
|
|
85
|
-
} else
|
|
86
|
-
for (const i in o.props)
|
|
87
|
-
if (e[i] !== o.props[i] && e.ownerState?.[i] !== o.props[i])
|
|
88
|
-
continue e;
|
|
89
|
-
typeof o.style == "function" ? (s ??= {
|
|
90
|
-
...e,
|
|
91
|
-
...e.ownerState,
|
|
92
|
-
ownerState: e.ownerState
|
|
93
|
-
}, t.push(r ? m(S(o.style(s)), r) : o.style(s))) : t.push(r ? m(S(o.style), r) : o.style);
|
|
94
|
-
}
|
|
95
|
-
return t;
|
|
96
|
-
}
|
|
97
|
-
function ne(e = {}) {
|
|
98
|
-
const {
|
|
99
|
-
themeId: n,
|
|
100
|
-
defaultTheme: t = z,
|
|
101
|
-
rootShouldForwardProp: r = $,
|
|
102
|
-
slotShouldForwardProp: s = $
|
|
103
|
-
} = e;
|
|
104
|
-
function w(i) {
|
|
105
|
-
te(i, n, t);
|
|
106
|
-
}
|
|
107
|
-
return (i, I = {}) => {
|
|
108
|
-
G(i, (u) => u.filter((f) => f !== L));
|
|
109
|
-
const {
|
|
110
|
-
name: y,
|
|
111
|
-
slot: l,
|
|
112
|
-
skipVariantsResolver: A,
|
|
113
|
-
skipSx: M,
|
|
114
|
-
// TODO v6: remove `lowercaseFirstLetter()` in the next major release
|
|
115
|
-
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
116
|
-
overridesResolver: O = ee(j(l)),
|
|
117
|
-
...H
|
|
118
|
-
} = I, T = y && y.startsWith("Mui") || l ? "components" : "custom", W = A !== void 0 ? A : (
|
|
119
|
-
// TODO v6: remove `Root` in the next major release
|
|
120
|
-
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
121
|
-
l && l !== "Root" && l !== "root" || !1
|
|
122
|
-
), C = M || !1;
|
|
123
|
-
let v = $;
|
|
124
|
-
l === "Root" || l === "root" ? v = r : l ? v = s : ie(i) && (v = void 0);
|
|
125
|
-
const x = J(i, {
|
|
126
|
-
shouldForwardProp: v,
|
|
127
|
-
label: se(y, l),
|
|
128
|
-
...H
|
|
129
|
-
}), B = (u) => {
|
|
130
|
-
if (u.__emotion_real === u)
|
|
131
|
-
return u;
|
|
132
|
-
if (typeof u == "function")
|
|
133
|
-
return function(h) {
|
|
134
|
-
return P(h, u, h.theme.modularCssLayers ? T : void 0);
|
|
135
|
-
};
|
|
136
|
-
if (U(u)) {
|
|
137
|
-
const f = Z(u);
|
|
138
|
-
return function(d) {
|
|
139
|
-
return f.variants ? P(d, f, d.theme.modularCssLayers ? T : void 0) : d.theme.modularCssLayers ? m(f.style, T) : f.style;
|
|
140
|
-
};
|
|
141
|
-
}
|
|
142
|
-
return u;
|
|
143
|
-
}, g = (...u) => {
|
|
144
|
-
const f = [], h = u.map(B), d = [];
|
|
145
|
-
if (f.push(w), y && O && d.push(function(a) {
|
|
146
|
-
const c = a.theme.components?.[y]?.styleOverrides;
|
|
147
|
-
if (!c)
|
|
148
|
-
return null;
|
|
149
|
-
const _ = {};
|
|
150
|
-
for (const b in c)
|
|
151
|
-
_[b] = P(a, c[b], a.theme.modularCssLayers ? "theme" : void 0);
|
|
152
|
-
return O(a, _);
|
|
153
|
-
}), y && !W && d.push(function(a) {
|
|
154
|
-
const c = a.theme?.components?.[y]?.variants;
|
|
155
|
-
return c ? D(a, c, [], a.theme.modularCssLayers ? "theme" : void 0) : null;
|
|
156
|
-
}), C || d.push(L), Array.isArray(h[0])) {
|
|
157
|
-
const p = h.shift(), a = new Array(f.length).fill(""), F = new Array(d.length).fill("");
|
|
158
|
-
let c;
|
|
159
|
-
c = [...a, ...p, ...F], c.raw = [...a, ...p.raw, ...F], f.unshift(c);
|
|
160
|
-
}
|
|
161
|
-
const K = [...f, ...h, ...d], R = x(...K);
|
|
162
|
-
return i.muiName && (R.muiName = i.muiName), process.env.NODE_ENV !== "production" && (R.displayName = re(y, l, i)), R;
|
|
163
|
-
};
|
|
164
|
-
return x.withConfig && (g.withConfig = x.withConfig), g;
|
|
165
|
-
};
|
|
166
|
-
}
|
|
167
|
-
function re(e, n, t) {
|
|
168
|
-
return e ? `${e}${X(n || "")}` : `Styled(${Y(t)})`;
|
|
169
|
-
}
|
|
170
|
-
function se(e, n) {
|
|
171
|
-
let t;
|
|
172
|
-
return process.env.NODE_ENV !== "production" && e && (t = `${e}-${j(n || "Root")}`), t;
|
|
173
|
-
}
|
|
174
|
-
function oe(e) {
|
|
175
|
-
for (const n in e)
|
|
176
|
-
return !1;
|
|
177
|
-
return !0;
|
|
178
|
-
}
|
|
179
|
-
function ie(e) {
|
|
180
|
-
return typeof e == "string" && // 96 is one less than the char code
|
|
181
|
-
// for "a" so this is checking that
|
|
182
|
-
// it's a lowercase character
|
|
183
|
-
e.charCodeAt(0) > 96;
|
|
184
|
-
}
|
|
185
|
-
function j(e) {
|
|
186
|
-
return e && e.charAt(0).toLowerCase() + e.slice(1);
|
|
187
|
-
}
|
|
188
|
-
function ue(e) {
|
|
189
|
-
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
190
|
-
}
|
|
191
|
-
const fe = (e) => ue(e) && e !== "classes", ye = ne({
|
|
192
|
-
themeId: q,
|
|
193
|
-
defaultTheme: N,
|
|
194
|
-
rootShouldForwardProp: fe
|
|
195
|
-
});
|
|
196
|
-
export {
|
|
197
|
-
ue as a,
|
|
198
|
-
$ as b,
|
|
199
|
-
ne as c,
|
|
200
|
-
Z as p,
|
|
201
|
-
fe as r,
|
|
202
|
-
ye as s
|
|
203
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { g as r } from "./generateUtilityClass-BhfUaMgk.js";
|
|
2
|
-
import { g as t } from "./generateUtilityClasses-E9gROIFd.js";
|
|
3
|
-
function s(o) {
|
|
4
|
-
return r("MuiSvgIcon", o);
|
|
5
|
-
}
|
|
6
|
-
const n = t("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
|
|
7
|
-
export {
|
|
8
|
-
s as g,
|
|
9
|
-
n as s
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { g as e } from "./generateUtilityClasses-E9gROIFd.js";
|
|
2
|
-
import { g as a } from "./generateUtilityClass-BhfUaMgk.js";
|
|
3
|
-
function i(t) {
|
|
4
|
-
return a("MuiTab", t);
|
|
5
|
-
}
|
|
6
|
-
const s = e("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper", "icon"]);
|
|
7
|
-
export {
|
|
8
|
-
i as g,
|
|
9
|
-
s as t
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { g as a } from "./generateUtilityClasses-E9gROIFd.js";
|
|
2
|
-
import { g as i } from "./generateUtilityClass-BhfUaMgk.js";
|
|
3
|
-
function e(t) {
|
|
4
|
-
return i("MuiTypography", t);
|
|
5
|
-
}
|
|
6
|
-
const s = a("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
|
|
7
|
-
export {
|
|
8
|
-
e as g,
|
|
9
|
-
s as t
|
|
10
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as t from "react";
|
|
2
|
-
function d(i) {
|
|
3
|
-
const {
|
|
4
|
-
controlled: o,
|
|
5
|
-
default: r,
|
|
6
|
-
name: n,
|
|
7
|
-
state: l = "value"
|
|
8
|
-
} = i, {
|
|
9
|
-
current: e
|
|
10
|
-
} = t.useRef(o !== void 0), [c, u] = t.useState(r), f = e ? o : c;
|
|
11
|
-
if (process.env.NODE_ENV !== "production") {
|
|
12
|
-
t.useEffect(() => {
|
|
13
|
-
e !== (o !== void 0) && console.error([`MUI: A component is changing the ${e ? "" : "un"}controlled ${l} state of ${n} to be ${e ? "un" : ""}controlled.`, "Elements should not switch from uncontrolled to controlled (or vice versa).", `Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`, "The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.", "More info: https://fb.me/react-controlled-components"].join(`
|
|
14
|
-
`));
|
|
15
|
-
}, [l, n, o]);
|
|
16
|
-
const {
|
|
17
|
-
current: s
|
|
18
|
-
} = t.useRef(r);
|
|
19
|
-
t.useEffect(() => {
|
|
20
|
-
!e && JSON.stringify(r) !== JSON.stringify(s) && console.error([`MUI: A component is changing the default ${l} state of an uncontrolled ${n} after being initialized. To suppress this warning opt to use a controlled ${n}.`].join(`
|
|
21
|
-
`));
|
|
22
|
-
}, [JSON.stringify(r)]);
|
|
23
|
-
}
|
|
24
|
-
const a = t.useCallback((s) => {
|
|
25
|
-
e || u(s);
|
|
26
|
-
}, []);
|
|
27
|
-
return [f, a];
|
|
28
|
-
}
|
|
29
|
-
export {
|
|
30
|
-
d as u
|
|
31
|
-
};
|