@solostylist/ui-kit 1.0.230 → 2.0.1
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/colors-CNjL5fhq.js +180 -0
- package/dist/gradients-DSnBONEQ.js +199 -0
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.js +4 -5
- package/dist/hooks/use-countdown.js +69 -47
- package/dist/main.d.ts +7 -2
- package/dist/main.js +2 -0
- package/dist/palettes/index.d.ts +11 -0
- package/dist/palettes/index.js +2 -0
- package/dist/palettes-CJLuEy1m.js +1765 -0
- package/dist/s-accordion/index.d.ts +2 -1
- package/dist/s-accordion/index.js +1 -1
- package/dist/s-accordion/s-accordion.d.ts +39 -19
- package/dist/s-accordion/s-accordion.js +70 -2
- package/dist/s-action-overlay/index.d.ts +2 -1
- package/dist/s-action-overlay/s-action-overlay.d.ts +52 -51
- package/dist/s-action-overlay/s-action-overlay.js +106 -107
- package/dist/s-autocomplete/index.d.ts +2 -1
- package/dist/s-autocomplete/s-autocomplete.d.ts +25 -8
- package/dist/s-autocomplete/s-autocomplete.js +33 -22
- package/dist/s-avatar/index.d.ts +2 -1
- package/dist/s-avatar/s-avatar.d.ts +36 -18
- package/dist/s-avatar/s-avatar.js +53 -27
- package/dist/s-blur-text/index.d.ts +1 -0
- package/dist/s-blur-text/s-blur-text.d.ts +3 -3
- package/dist/s-blur-text/s-blur-text.js +68 -40
- package/dist/s-brand-logo/index.d.ts +3 -0
- package/dist/s-brand-logo/index.js +2 -0
- package/dist/s-brand-logo/s-brand-logo.d.ts +15 -0
- package/dist/s-brand-logo/s-brand-logo.js +2 -0
- package/dist/s-brand-logo-CErW9Slg.js +123 -0
- package/dist/s-breadcrumbs/index.d.ts +2 -1
- package/dist/s-breadcrumbs/s-breadcrumbs.d.ts +5 -1
- package/dist/s-breadcrumbs/s-breadcrumbs.js +71 -36
- package/dist/s-button/s-button.d.ts +3 -5
- package/dist/s-button/s-button.js +3 -9
- package/dist/s-carousel/index.d.ts +3 -1
- package/dist/s-carousel/index.js +1 -1
- package/dist/s-carousel/s-carousel.d.ts +18 -8
- package/dist/s-carousel/s-carousel.js +184 -2
- package/dist/s-category-card/index.d.ts +2 -1
- package/dist/s-category-card/s-category-card.d.ts +38 -51
- package/dist/s-category-card/s-category-card.js +88 -56
- package/dist/s-chat-input/index.d.ts +2 -1
- package/dist/s-chat-input/index.js +1 -1
- package/dist/s-chat-input/s-chat-input.d.ts +41 -6
- package/dist/s-chat-input/s-chat-input.js +398 -2
- package/dist/s-chat-message/index.d.ts +2 -1
- package/dist/s-chat-message/index.js +1 -1
- package/dist/s-chat-message/s-chat-message.d.ts +6 -3
- package/dist/s-chat-message/s-chat-message.js +314 -2
- package/dist/s-checkbox/index.d.ts +2 -1
- package/dist/s-checkbox/s-checkbox.d.ts +33 -11
- package/dist/s-checkbox/s-checkbox.js +44 -34
- package/dist/s-chip/s-chip.d.ts +3 -5
- package/dist/s-chip/s-chip.js +3 -9
- package/dist/s-chips/index.d.ts +2 -1
- package/dist/s-chips/index.js +1 -1
- package/dist/s-chips/s-chips.d.ts +50 -28
- package/dist/s-chips/s-chips.js +174 -2
- package/dist/s-code-block/index.d.ts +3 -1
- package/dist/s-code-block/index.js +1 -1
- package/dist/s-code-block/s-code-block.d.ts +30 -28
- package/dist/s-code-block/s-code-block.js +103 -2
- package/dist/s-comment-message/index.d.ts +1 -0
- package/dist/s-comment-message/index.js +1 -1
- package/dist/s-comment-message/s-comment-message.d.ts +6 -8
- package/dist/s-comment-message/s-comment-message.js +189 -2
- package/dist/s-copyable-text/index.d.ts +2 -1
- package/dist/s-copyable-text/s-copyable-text.d.ts +34 -17
- package/dist/s-copyable-text/s-copyable-text.js +55 -33
- package/dist/s-countdown/index.d.ts +4 -3
- package/dist/s-countdown/index.js +1 -1
- package/dist/s-countdown/s-count-box.d.ts +39 -32
- package/dist/s-countdown/s-count-box.js +104 -87
- package/dist/s-countdown/s-countdown.d.ts +3 -10
- package/dist/s-countdown/s-countdown.js +86 -70
- package/dist/s-data-table/index.d.ts +2 -1
- package/dist/s-data-table/index.js +1 -1
- package/dist/s-data-table/s-data-table.d.ts +15 -7
- package/dist/s-data-table/s-data-table.js +213 -2
- package/dist/s-date-picker/index.d.ts +3 -1
- package/dist/s-date-picker/index.js +1 -1
- package/dist/s-date-picker/picker-action-bar.js +43 -42
- package/dist/s-date-picker/s-date-picker.d.ts +9 -5
- package/dist/s-date-picker/s-date-picker.js +106 -2
- package/dist/s-datetime-picker/index.d.ts +3 -1
- package/dist/s-datetime-picker/index.js +1 -1
- package/dist/s-datetime-picker/s-datetime-picker.d.ts +9 -5
- package/dist/s-datetime-picker/s-datetime-picker.js +108 -2
- package/dist/s-dialog/index.d.ts +2 -1
- package/dist/s-dialog/s-dialog.d.ts +44 -22
- package/dist/s-dialog/s-dialog.js +76 -39
- package/dist/s-dialog-confirm/index.d.ts +2 -1
- package/dist/s-dialog-confirm/s-dialog-confirm.d.ts +46 -62
- package/dist/s-dialog-confirm/s-dialog-confirm.js +89 -71
- package/dist/s-dialog-message/index.d.ts +2 -1
- package/dist/s-dialog-message/s-dialog-message.d.ts +34 -51
- package/dist/s-dialog-message/s-dialog-message.js +74 -67
- package/dist/s-empty/index.d.ts +1 -0
- package/dist/s-empty/s-empty.d.ts +5 -10
- package/dist/s-empty/s-empty.js +27 -9
- package/dist/s-file-dropzone/index.d.ts +3 -1
- package/dist/s-file-dropzone/index.js +1 -1
- package/dist/s-file-dropzone/s-file-dropzone.d.ts +49 -26
- package/dist/s-file-dropzone/s-file-dropzone.js +219 -2
- package/dist/s-file-icon/index.d.ts +1 -0
- package/dist/s-file-icon/s-file-icon.d.ts +3 -5
- package/dist/s-file-icon/s-file-icon.js +118 -98
- package/dist/s-flex-box/index.d.ts +2 -1
- package/dist/s-flex-box/s-flex-box.d.ts +12 -14
- package/dist/s-flex-box/s-flex-box.js +19 -19
- package/dist/s-form/index.d.ts +2 -1
- package/dist/s-form/s-form.d.ts +33 -18
- package/dist/s-form/s-form.js +50 -21
- package/dist/s-gallery/gallery-grid-item.d.ts +3 -1
- package/dist/s-gallery/gallery-grid-item.js +128 -99
- package/dist/s-gallery/gallery-layout.d.ts +1 -1
- package/dist/s-gallery/gallery-media-item.d.ts +3 -3
- package/dist/s-gallery/gallery-media-item.js +45 -50
- package/dist/s-gallery/index.d.ts +2 -1
- package/dist/s-gallery/s-gallery.d.ts +14 -3
- package/dist/s-gallery/s-gallery.js +70 -51
- package/dist/s-glow-button/index.d.ts +2 -1
- package/dist/s-glow-button/index.js +1 -1
- package/dist/s-glow-button/s-glow-button.d.ts +14 -9
- package/dist/s-glow-button/s-glow-button.js +46 -25
- package/dist/s-gradient-icon/index.d.ts +2 -1
- package/dist/s-gradient-icon/s-gradient-icon.d.ts +17 -9
- package/dist/s-gradient-icon/s-gradient-icon.js +81 -69
- package/dist/s-icon-button/index.d.ts +2 -1
- package/dist/s-icon-button/s-icon-button.d.ts +31 -13
- package/dist/s-icon-button/s-icon-button.js +47 -9
- package/dist/s-image-comparison/index.d.ts +2 -1
- package/dist/s-image-comparison/index.js +1 -1
- package/dist/s-image-comparison/s-image-comparison.d.ts +13 -3
- package/dist/s-image-comparison/s-image-comparison.js +195 -98
- package/dist/{s-image-modal → s-image-viewer}/default-media-item.d.ts +0 -1
- package/dist/s-image-viewer/default-media-item.js +30 -0
- package/dist/s-image-viewer/image-viewer-thumbnail-dock.d.ts +12 -0
- package/dist/s-image-viewer/image-viewer-thumbnail-dock.js +102 -0
- package/dist/s-image-viewer/index.d.ts +4 -0
- package/dist/s-image-viewer/index.js +3 -0
- package/dist/s-image-viewer/s-image-viewer.d.ts +4 -0
- package/dist/s-image-viewer/s-image-viewer.js +266 -0
- package/dist/{s-image-modal → s-image-viewer}/types.d.ts +27 -10
- package/dist/s-image-viewer/use-image-viewer-navigation.d.ts +29 -0
- package/dist/s-image-viewer/use-image-viewer-navigation.js +75 -0
- package/dist/s-label/index.d.ts +2 -1
- package/dist/s-label/s-label.d.ts +35 -18
- package/dist/s-label/s-label.js +64 -23
- package/dist/s-language-switcher/index.d.ts +2 -1
- package/dist/s-language-switcher/index.js +2 -2
- package/dist/s-language-switcher/s-language-switcher.d.ts +25 -18
- package/dist/s-language-switcher/s-language-switcher.js +150 -2
- package/dist/s-lazy-image/index.d.ts +2 -1
- package/dist/s-lazy-image/index.js +1 -1
- package/dist/s-lazy-image/s-lazy-image.d.ts +45 -24
- package/dist/s-lazy-image/s-lazy-image.js +77 -40
- package/dist/s-link/s-link.d.ts +4 -33
- package/dist/s-link/s-link.js +3 -35
- package/dist/s-localization-provider/index.js +1 -1
- package/dist/s-localization-provider/s-localization-provider.d.ts +3 -5
- package/dist/s-localization-provider/s-localization-provider.js +12 -2
- package/dist/s-moving-border/index.d.ts +2 -1
- package/dist/s-moving-border/s-moving-border.d.ts +8 -2
- package/dist/s-moving-border/s-moving-border.js +100 -71
- package/dist/s-nav-item/index.d.ts +2 -1
- package/dist/s-nav-item/s-nav-item.d.ts +39 -31
- package/dist/s-nav-item/s-nav-item.js +65 -66
- package/dist/s-nav-items/index.d.ts +2 -1
- package/dist/s-nav-items/s-nav-items.d.ts +13 -10
- package/dist/s-nav-items/s-nav-items.js +95 -79
- package/dist/s-no-ssr/s-no-ssr.d.ts +4 -16
- package/dist/s-no-ssr/s-no-ssr.js +3 -13
- package/dist/s-overlay-scrollbar/index.d.ts +3 -1
- package/dist/s-overlay-scrollbar/s-overlay-scrollbar.d.ts +10 -8
- package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +28 -16
- package/dist/s-pagination/index.d.ts +2 -1
- package/dist/s-pagination/s-pagination.d.ts +14 -49
- package/dist/s-pagination/s-pagination.js +70 -35
- package/dist/s-pagination/types.d.ts +23 -1
- package/dist/s-pagination/types.js +8 -4
- package/dist/s-pixel-reveal/index.d.ts +2 -1
- package/dist/s-pixel-reveal/s-pixel-reveal.d.ts +10 -2
- package/dist/s-pixel-reveal/s-pixel-reveal.js +124 -86
- package/dist/s-quantity-input/index.d.ts +3 -0
- package/dist/s-quantity-input/index.js +2 -0
- package/dist/s-quantity-input/s-quantity-input.d.ts +114 -0
- package/dist/s-quantity-input/s-quantity-input.js +246 -0
- package/dist/s-radial-pulse-animate/index.d.ts +2 -1
- package/dist/s-radial-pulse-animate/s-radial-pulse-animate.d.ts +7 -7
- package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +50 -52
- package/dist/s-rating/s-rating.d.ts +3 -5
- package/dist/s-rating/s-rating.js +3 -9
- package/dist/s-review/index.d.ts +2 -1
- package/dist/s-review/index.js +1 -1
- package/dist/s-review/s-review.d.ts +25 -10
- package/dist/s-review/s-review.js +272 -2
- package/dist/s-scroll-reveal/index.d.ts +3 -1
- package/dist/s-scroll-reveal/s-scroll-reveal.d.ts +14 -6
- package/dist/s-scroll-reveal/s-scroll-reveal.js +78 -60
- package/dist/s-scroll-to-top/index.d.ts +2 -1
- package/dist/s-scroll-to-top/s-scroll-to-top.d.ts +15 -16
- package/dist/s-scroll-to-top/s-scroll-to-top.js +55 -28
- package/dist/s-scroll-velocity/index.d.ts +2 -1
- package/dist/s-scroll-velocity/s-scroll-velocity.d.ts +11 -7
- package/dist/s-scroll-velocity/s-scroll-velocity.js +27 -10
- package/dist/s-scroll-velocity/scroll-velocity-container.d.ts +2 -2
- package/dist/s-scroll-velocity/scroll-velocity-container.js +18 -18
- package/dist/s-scroll-velocity/scroll-velocity-row.d.ts +5 -3
- package/dist/s-scroll-velocity/scroll-velocity-row.js +81 -67
- package/dist/s-select/index.d.ts +2 -1
- package/dist/s-select/index.js +1 -1
- package/dist/s-select/s-select.d.ts +25 -11
- package/dist/s-select/s-select.js +201 -2
- package/dist/s-select-list/index.d.ts +2 -1
- package/dist/s-select-list/s-select-list.d.ts +57 -18
- package/dist/s-select-list/s-select-list.js +156 -32
- package/dist/s-skeleton/index.d.ts +2 -1
- package/dist/s-skeleton/s-skeleton.d.ts +21 -22
- package/dist/s-skeleton/s-skeleton.js +40 -39
- package/dist/s-snackbar-message/index.d.ts +2 -1
- package/dist/s-snackbar-message/s-snackbar-message.d.ts +40 -51
- package/dist/s-snackbar-message/s-snackbar-message.js +81 -44
- package/dist/s-spotlight-cursor/index.d.ts +2 -1
- package/dist/s-spotlight-cursor/s-spotlight-cursor.d.ts +23 -20
- package/dist/s-spotlight-cursor/s-spotlight-cursor.js +83 -58
- package/dist/s-status-illustration/index.d.ts +3 -0
- package/dist/s-status-illustration/index.js +2 -0
- package/dist/s-status-illustration/s-status-illustration.d.ts +57 -0
- package/dist/s-status-illustration/s-status-illustration.js +429 -0
- package/dist/s-stripe/index.d.ts +6 -1
- package/dist/s-stripe/s-stripe-cvc.d.ts +3 -1
- package/dist/s-stripe/s-stripe-expiry.d.ts +3 -1
- package/dist/s-stripe/s-stripe-number.d.ts +3 -1
- package/dist/s-stripe/s-stripe.d.ts +10 -3
- package/dist/s-stripe/s-stripe.js +53 -27
- package/dist/s-stripe/stripe-input.js +48 -20
- package/dist/s-switch/index.d.ts +2 -1
- package/dist/s-switch/s-switch.d.ts +33 -11
- package/dist/s-switch/s-switch.js +44 -34
- package/dist/s-tabs/index.d.ts +5 -3
- package/dist/s-tabs/index.js +5 -4
- package/dist/s-tabs/s-tab-panel.d.ts +12 -10
- package/dist/s-tabs/s-tab-panel.js +26 -19
- package/dist/s-tabs/s-tab.d.ts +3 -2
- package/dist/s-tabs/s-tab.js +3 -9
- package/dist/s-tabs/s-tabs.d.ts +46 -32
- package/dist/s-tabs/s-tabs.js +76 -37
- package/dist/s-tabs/tab-ids.d.ts +3 -0
- package/dist/s-tabs/tab-ids.js +9 -0
- package/dist/s-text-editor/index.d.ts +4 -2
- package/dist/s-text-editor/index.js +1 -1
- package/dist/s-text-editor/s-text-editor-toolbar.d.ts +9 -2
- package/dist/s-text-editor/s-text-editor-toolbar.js +216 -2
- package/dist/s-text-editor/s-text-editor.d.ts +7 -2
- package/dist/s-text-editor/s-text-editor.js +62 -39
- package/dist/s-text-field/index.d.ts +2 -1
- package/dist/s-text-field/index.js +1 -1
- package/dist/s-text-field/s-text-field.d.ts +6 -11
- package/dist/s-text-field/s-text-field.js +52 -2
- package/dist/s-text-shimmer/index.d.ts +2 -1
- package/dist/s-text-shimmer/s-text-shimmer.d.ts +16 -2
- package/dist/s-text-shimmer/s-text-shimmer.js +48 -25
- package/dist/s-text-truncation/index.d.ts +2 -1
- package/dist/s-text-truncation/s-text-truncation.d.ts +38 -14
- package/dist/s-text-truncation/s-text-truncation.js +105 -58
- package/dist/s-theme-demo/index.d.ts +2 -1
- package/dist/s-theme-demo/index.js +1 -1
- package/dist/s-theme-demo/s-theme-demo.d.ts +2 -12
- package/dist/s-theme-demo/s-theme-demo.js +77 -2
- package/dist/s-theme-demo/theme-demo-color-palette-section.d.ts +5 -0
- package/dist/s-theme-demo/theme-demo-color-palette-section.js +185 -0
- package/dist/s-theme-demo/theme-demo-color-ramps-section.d.ts +5 -0
- package/dist/s-theme-demo/theme-demo-color-ramps-section.js +125 -0
- package/dist/s-theme-demo/theme-demo-components-section.d.ts +2 -0
- package/dist/s-theme-demo/theme-demo-components-section.js +265 -0
- package/dist/s-theme-demo/theme-demo-data.d.ts +7 -0
- package/dist/s-theme-demo/theme-demo-data.js +45 -0
- package/dist/s-theme-demo/theme-demo-interactive-section.d.ts +2 -0
- package/dist/s-theme-demo/theme-demo-interactive-section.js +95 -0
- package/dist/s-theme-demo/theme-demo-shadow-section.d.ts +5 -0
- package/dist/s-theme-demo/theme-demo-shadow-section.js +52 -0
- package/dist/s-theme-demo/theme-demo-typography-section.d.ts +5 -0
- package/dist/s-theme-demo/theme-demo-typography-section.js +129 -0
- package/dist/s-theme-demo/types.d.ts +17 -0
- package/dist/s-theme-demo/types.js +0 -0
- package/dist/s-theme-demo/utils.d.ts +2 -0
- package/dist/s-theme-demo/utils.js +9 -0
- package/dist/s-theme-provider/index.d.ts +1 -0
- package/dist/s-theme-provider/s-theme-provider.js +30 -31
- package/dist/s-theme-switch/index.d.ts +2 -1
- package/dist/s-theme-switch/index.js +1 -1
- package/dist/s-theme-switch/s-theme-switch.d.ts +6 -4
- package/dist/s-theme-switch/s-theme-switch.js +60 -2
- package/dist/s-tip/index.d.ts +2 -1
- package/dist/s-tip/index.js +1 -1
- package/dist/s-tip/s-tip.d.ts +29 -11
- package/dist/s-tip/s-tip.js +61 -2
- package/dist/s-toggle-button/index.d.ts +2 -0
- package/dist/s-toggle-button/index.js +2 -0
- package/dist/s-toggle-button/s-toggle-button.d.ts +6 -0
- package/dist/s-toggle-button/s-toggle-button.js +5 -0
- package/dist/s-tool-bar/index.d.ts +2 -1
- package/dist/s-tool-bar/s-tool-bar.d.ts +2 -5
- package/dist/s-tool-bar/s-tool-bar.js +101 -72
- package/dist/s-tool-bar/tool-bar-action-buttons.d.ts +3 -3
- package/dist/s-tool-bar/tool-bar-action-buttons.js +55 -2
- package/dist/s-tool-bar/tool-bar-image-input.d.ts +2 -2
- package/dist/s-tool-bar/tool-bar-image-input.js +148 -2
- package/dist/s-tool-bar/tool-bar-inputs.js +139 -112
- package/dist/s-tool-bar/types.d.ts +45 -35
- package/dist/s-tool-bar/utils.d.ts +1 -0
- package/dist/s-tool-bar/utils.js +10 -7
- package/dist/s-tool-item/index.d.ts +2 -1
- package/dist/s-tool-item/s-tool-item.d.ts +35 -30
- package/dist/s-tool-item/s-tool-item.js +111 -56
- package/dist/s-two-pane-layout/index.d.ts +3 -1
- package/dist/s-two-pane-layout/s-two-pane-layout.d.ts +56 -50
- package/dist/s-two-pane-layout/s-two-pane-layout.js +154 -85
- package/dist/s-typewriter-text/index.d.ts +2 -1
- package/dist/s-typewriter-text/s-typewriter-text.d.ts +16 -5
- package/dist/s-typewriter-text/s-typewriter-text.js +50 -27
- package/dist/s-zoom-image/index.d.ts +2 -1
- package/dist/s-zoom-image/s-zoom-image.d.ts +14 -5
- package/dist/s-zoom-image/s-zoom-image.js +65 -44
- package/dist/theme/component-augmentation.d.ts +265 -0
- package/dist/theme/component-augmentation.js +0 -0
- package/dist/theme/components/accordion-summary.d.ts +41 -38
- package/dist/theme/components/accordion-summary.js +7 -7
- package/dist/theme/components/accordion.d.ts +21 -13
- package/dist/theme/components/accordion.js +15 -12
- package/dist/theme/components/action-styles.d.ts +1075 -0
- package/dist/theme/components/action-styles.js +71 -0
- package/dist/theme/components/alert.d.ts +169 -140
- package/dist/theme/components/alert.js +15 -4
- package/dist/theme/components/app-bar.d.ts +2 -2
- package/dist/theme/components/autocomplete.js +43 -2
- package/dist/theme/components/avatar.js +9 -2
- package/dist/theme/components/backdrop.js +1 -1
- package/dist/theme/components/button-base.d.ts +0 -5
- package/dist/theme/components/button-base.js +1 -10
- package/dist/theme/components/button.d.ts +111 -5275
- package/dist/theme/components/button.js +58 -74
- package/dist/theme/components/card.d.ts +69 -69
- package/dist/theme/components/card.js +11 -10
- package/dist/theme/components/checkbox.d.ts +34 -34
- package/dist/theme/components/checkbox.js +90 -2
- package/dist/theme/components/chip.d.ts +1 -7
- package/dist/theme/components/chip.js +91 -67
- package/dist/theme/components/components.js +22 -22
- package/dist/theme/components/date-calendar.js +1 -0
- package/dist/theme/components/day-calendar.js +1 -0
- package/dist/theme/components/dialog-title.d.ts +2 -2
- package/dist/theme/components/field-label-styles.d.ts +9 -0
- package/dist/theme/components/field-label-styles.js +19 -0
- package/dist/theme/components/form-control.d.ts +1 -1
- package/dist/theme/components/form-control.js +1 -1
- package/dist/theme/components/form-label.d.ts +2 -2
- package/dist/theme/components/form-label.js +1 -1
- package/dist/theme/components/icon-button.d.ts +85 -5228
- package/dist/theme/components/icon-button.js +27 -47
- package/dist/theme/components/input-adornment.d.ts +2 -2
- package/dist/theme/components/linear-progress.d.ts +35 -35
- package/dist/theme/components/linear-progress.js +5 -6
- package/dist/theme/components/link.d.ts +2 -2
- package/dist/theme/components/link.js +7 -9
- package/dist/theme/components/list-item-button.d.ts +120 -46
- package/dist/theme/components/list-item-button.js +27 -20
- package/dist/theme/components/list-item.d.ts +61 -24
- package/dist/theme/components/list-item.js +7 -7
- package/dist/theme/components/list-subheader.d.ts +2 -2
- package/dist/theme/components/month-calendar.d.ts +1049 -6
- package/dist/theme/components/month-calendar.js +25 -15
- package/dist/theme/components/multi-section-digital-clock-section.d.ts +2 -0
- package/dist/theme/components/multi-section-digital-clock-section.js +16 -17
- package/dist/theme/components/outlined-input.d.ts +42 -8
- package/dist/theme/components/outlined-input.js +41 -30
- package/dist/theme/components/pagination-item.d.ts +1038 -1043
- package/dist/theme/components/pagination-item.js +21 -53
- package/dist/theme/components/pagination.js +2 -2
- package/dist/theme/components/picker-day.d.ts +1034 -5
- package/dist/theme/components/picker-day.js +12 -13
- package/dist/theme/components/pickers-arrow-switcher.js +1 -0
- package/dist/theme/components/pickers-calendar-header.d.ts +51 -19
- package/dist/theme/components/pickers-calendar-header.js +49 -25
- package/dist/theme/components/rating.d.ts +12 -0
- package/dist/theme/components/rating.js +4 -1
- package/dist/theme/components/select.js +6 -6
- package/dist/theme/components/slider.d.ts +4 -4
- package/dist/theme/components/step-icon.d.ts +34 -34
- package/dist/theme/components/step-icon.js +9 -10
- package/dist/theme/components/step-label.d.ts +36 -36
- package/dist/theme/components/switch.d.ts +36 -36
- package/dist/theme/components/switch.js +48 -2
- package/dist/theme/components/tab.d.ts +14 -1015
- package/dist/theme/components/tab.js +18 -17
- package/dist/theme/components/table-pagination.js +1 -1
- package/dist/theme/components/tabs.d.ts +20 -1030
- package/dist/theme/components/tabs.js +14 -14
- package/dist/theme/components/toggle-button-group.d.ts +1 -1013
- package/dist/theme/components/toggle-button-group.js +3 -1
- package/dist/theme/components/toggle-button.d.ts +1135 -1014
- package/dist/theme/components/toggle-button.js +93 -2
- package/dist/theme/components/year-calendar.d.ts +1051 -6
- package/dist/theme/components/year-calendar.js +39 -29
- package/dist/theme/optional-component-augmentations/s-carousel.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-carousel.js +0 -0
- package/dist/theme/optional-component-augmentations/s-code-block.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-code-block.js +0 -0
- package/dist/theme/optional-component-augmentations/s-date-picker.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-date-picker.js +0 -0
- package/dist/theme/optional-component-augmentations/s-datetime-picker.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-datetime-picker.js +0 -0
- package/dist/theme/optional-component-augmentations/s-file-dropzone.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-file-dropzone.js +0 -0
- package/dist/theme/optional-component-augmentations/s-overlay-scrollbar.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-overlay-scrollbar.js +0 -0
- package/dist/theme/optional-component-augmentations/s-scroll-reveal.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-scroll-reveal.js +0 -0
- package/dist/theme/optional-component-augmentations/s-stripe.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-stripe.js +0 -0
- package/dist/theme/optional-component-augmentations/s-text-editor.d.ts +18 -0
- package/dist/theme/optional-component-augmentations/s-text-editor.js +0 -0
- package/dist/theme/optional-component-augmentations/s-two-pane-layout.d.ts +14 -0
- package/dist/theme/optional-component-augmentations/s-two-pane-layout.js +0 -0
- package/dist/theme/theme-primitives.d.ts +51 -8
- package/dist/theme/theme-primitives.js +3 -2
- package/dist/theme-primitives-CRfnMsNy.js +254 -0
- package/dist/utils/canvas-color.d.ts +7 -0
- package/dist/utils/canvas-color.js +62 -0
- package/dist/utils/dayjs.js +9 -146
- package/dist/utils/index.d.ts +4 -0
- package/dist/utils/index.js +6 -3
- package/dist/utils/slots.d.ts +12 -0
- package/dist/utils/slots.js +6 -0
- package/dist/utils/sx.d.ts +11 -0
- package/dist/utils/sx.js +4 -0
- package/package.json +1 -1
- package/dist/ArrowUpward-CNiENJp2.js +0 -6
- package/dist/Box-BlmynALm.js +0 -45
- package/dist/ButtonBase-BDefit5I.js +0 -720
- package/dist/ChevronRight-gZJ3kc6N.js +0 -6
- package/dist/Close-CJu3iF1p.js +0 -6
- package/dist/Collapse-JUd84Z9O.js +0 -261
- package/dist/ContentCopy-BMQ2JTA0.js +0 -6
- package/dist/Download-SNal6U7j.js +0 -6
- package/dist/ExpandMore-DIsT5FOp.js +0 -6
- package/dist/Favorite-CbvuQfe4.js +0 -6
- package/dist/FormControl-DsRIRfTs.js +0 -686
- package/dist/InfoOutlined-BCzG-5py.js +0 -6
- package/dist/MenuItem-IOMcBScJ.js +0 -220
- package/dist/MenuList-vtqACjea.js +0 -403
- package/dist/Modal-CLdC2-Th.js +0 -1027
- package/dist/Paper-CPC6sMxx.js +0 -133
- package/dist/Popover-ZneFWo2r.js +0 -333
- package/dist/Stack-BQkLmLFp.js +0 -157
- package/dist/Typography-CZ_MYa-E.js +0 -166
- package/dist/UnfoldMoreRounded-tvqQS6eb.js +0 -6
- package/dist/assets/stripe-input.css +0 -1
- package/dist/autocomplete-Dd4zjpaF.js +0 -43
- package/dist/avatar-DFQ5F7pY.js +0 -10
- package/dist/buttonBaseClasses-BVDyR-hz.js +0 -13
- package/dist/checkbox-DC-OoGvh.js +0 -74
- package/dist/checkboxClasses-DANc9lnq.js +0 -18
- package/dist/chunk-C_CI6nMA.js +0 -13
- package/dist/clsx-Bv8WXdlr.js +0 -34
- package/dist/createSimplePaletteValueFilter-5v48HHyU.js +0 -14
- package/dist/createSvgIcon-HW-tbFcL.js +0 -153
- package/dist/createTheme-Bnw5w28O.js +0 -2506
- package/dist/defaultTheme-Bi3OTfLN.js +0 -5
- package/dist/extends-DM-C9PwL.js +0 -12
- package/dist/formLabelClasses-LXZqWZfM.js +0 -18
- package/dist/generateUtilityClass-tRYNDrlH.js +0 -34
- package/dist/generateUtilityClasses-XrPHiTcM.js +0 -10
- package/dist/hooks/use-is-passed-position.d.ts +0 -1
- package/dist/hooks/use-is-passed-position.js +0 -21
- package/dist/iconButtonClasses-LyjwljJq.js +0 -27
- package/dist/inputAdornmentClasses-ZoGTcUz5.js +0 -19
- package/dist/memoTheme-QMocAblm.js +0 -150
- package/dist/mergeSlotProps-slENzJO5.js +0 -45
- package/dist/monthCalendarClasses-BLfBep-t.js +0 -14
- package/dist/objectWithoutPropertiesLoose-kj3TmhoA.js +0 -12
- package/dist/outlinedInputClasses-DPwt_pSZ.js +0 -38
- package/dist/resolveProps-DrnBChYC.js +0 -30
- package/dist/s-accordion-xPDelTvP.js +0 -453
- package/dist/s-carousel-CvmWl6Sc.js +0 -1324
- package/dist/s-chat-input-BHMymKij.js +0 -352
- package/dist/s-chat-message-C-d9amiC.js +0 -270
- package/dist/s-chips-CAC_vVd0.js +0 -99
- package/dist/s-code-block-DEojINTt.js +0 -630
- package/dist/s-comment-message-Dum0P6de.js +0 -169
- package/dist/s-data-table-DfGYIIvn.js +0 -951
- package/dist/s-date-picker-C06rlE6_.js +0 -640
- package/dist/s-datetime-picker-DnIK-QnQ.js +0 -3837
- package/dist/s-error/index.d.ts +0 -1
- package/dist/s-error/index.js +0 -2
- package/dist/s-error/s-error.d.ts +0 -6
- package/dist/s-error/s-error.js +0 -33
- package/dist/s-error-layout/index.d.ts +0 -2
- package/dist/s-error-layout/index.js +0 -2
- package/dist/s-error-layout/s-error-layout.d.ts +0 -58
- package/dist/s-error-layout/s-error-layout.js +0 -81
- package/dist/s-file-dropzone-C4_hCsN8.js +0 -139
- package/dist/s-image-modal/default-media-item.js +0 -34
- package/dist/s-image-modal/image-modal-thumbnail-dock.d.ts +0 -11
- package/dist/s-image-modal/image-modal-thumbnail-dock.js +0 -102
- package/dist/s-image-modal/index.d.ts +0 -3
- package/dist/s-image-modal/index.js +0 -3
- package/dist/s-image-modal/s-image-modal.d.ts +0 -4
- package/dist/s-image-modal/s-image-modal.js +0 -2
- package/dist/s-image-modal/use-image-modal-navigation.d.ts +0 -29
- package/dist/s-image-modal/use-image-modal-navigation.js +0 -57
- package/dist/s-image-modal-D-Jh-5b3.js +0 -243
- package/dist/s-item-not-found/index.d.ts +0 -2
- package/dist/s-item-not-found/index.js +0 -2
- package/dist/s-item-not-found/s-item-not-found.d.ts +0 -20
- package/dist/s-item-not-found/s-item-not-found.js +0 -243
- package/dist/s-language-switcher-B96dUknj.js +0 -192
- package/dist/s-localization-provider-l5J7myJJ.js +0 -519
- package/dist/s-review-CvTVBxTZ.js +0 -223
- package/dist/s-select-HMWY7frm.js +0 -149
- package/dist/s-text-editor-toolbar-ChtNCg2A.js +0 -2253
- package/dist/s-text-field-DD6nnwwU.js +0 -42
- package/dist/s-theme-demo-Bnv7lPIh.js +0 -867
- package/dist/s-theme-switch-DzXoVmQH.js +0 -37
- package/dist/s-tip-BOGEH1v8.js +0 -34
- package/dist/selectClasses-C-QpiLPi.js +0 -22
- package/dist/styled-BTDmdi4c.js +0 -164
- package/dist/styled-engine-DOxAQ3qw.js +0 -190
- package/dist/svgIconClasses-BtHvkhy5.js +0 -20
- package/dist/switch-BSg1TGWH.js +0 -62
- package/dist/tabClasses-CmFw6sbs.js +0 -20
- package/dist/theme-primitives-CiQYd9Cc.js +0 -431
- package/dist/toggle-button-TmtJ4nSp.js +0 -26
- package/dist/toggle-button-group-BCkdd3Jj.js +0 -26
- package/dist/tool-bar-action-buttons-CSXNDen6.js +0 -50
- package/dist/tool-bar-image-input-IdA6l71Y.js +0 -138
- package/dist/typographyClasses-CiDYRanL.js +0 -31
- package/dist/useControlled-BtZNCHV0.js +0 -5
- package/dist/useControlled-DuSwFVhD.js +0 -29
- package/dist/useEnhancedEffect-Dsu5K7-Z.js +0 -5
- package/dist/useForkRef-yOYCJHzF.js +0 -29
- package/dist/useFormControl-CUs308br.js +0 -18
- package/dist/useMobilePicker-CQA6fYLQ.js +0 -9864
- package/dist/useSlot-IwEDsR9t.js +0 -171
- package/dist/useThemeProps-D4jtjo2I.js +0 -19
- package/dist/utils-CU6O7jrX.js +0 -214
- package/dist/warning-CFMmJJnf.js +0 -111
- package/dist/yearCalendarClasses-DypEe_Vn.js +0 -14
- /package/dist/{s-image-modal → s-image-viewer}/types.js +0 -0
- /package/dist/{utils-B5Rl6Zwv.js → utils-CMeAWSRO.js} +0 -0
|
@@ -1,30 +1,40 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
import { actionHoverMedia as e, getFocusVisibleStyle as t, getSelectedActionStyle as n } from "./action-styles.js";
|
|
2
|
+
import { styled as r } from "@mui/material/styles";
|
|
3
|
+
import i from "@mui/material/ButtonBase";
|
|
4
|
+
import { yearCalendarClasses as a } from "@mui/x-date-pickers/YearCalendar";
|
|
5
|
+
import "@mui/x-date-pickers/themeAugmentation";
|
|
6
|
+
var o = {
|
|
7
|
+
defaultProps: { slots: { yearButton: r(i, {
|
|
8
|
+
name: "MuiYearCalendar",
|
|
9
|
+
slot: "Button"
|
|
10
|
+
})(({ theme: e }) => ({
|
|
11
|
+
...e.typography.subtitle1,
|
|
12
|
+
color: "unset"
|
|
13
|
+
})) } },
|
|
14
|
+
styleOverrides: {
|
|
15
|
+
root: ({ theme: e }) => ({
|
|
16
|
+
width: e.spacing(38),
|
|
17
|
+
paddingLeft: e.spacing(2),
|
|
18
|
+
paddingRight: e.spacing(2),
|
|
19
|
+
rowGap: e.spacing(1),
|
|
20
|
+
columnGap: e.spacing(1),
|
|
21
|
+
justifyContent: "center",
|
|
22
|
+
"& > div": {
|
|
23
|
+
height: e.spacing(4),
|
|
24
|
+
width: `calc((100% - ${e.spacing(3)}) / 4)`
|
|
25
|
+
}
|
|
26
|
+
}),
|
|
27
|
+
button: ({ theme: r }) => ({
|
|
28
|
+
height: r.spacing(4),
|
|
29
|
+
width: `calc((100% - ${r.spacing(3)}) / 4)`,
|
|
30
|
+
fontVariantNumeric: "lining-nums tabular-nums",
|
|
31
|
+
borderRadius: (r.vars ?? r).shape.borderRadius,
|
|
32
|
+
[e]: { "&:hover": { backgroundColor: (r.vars ?? r).palette.action.hover } },
|
|
33
|
+
"&.Mui-focusVisible": t(r),
|
|
34
|
+
"&.Mui-disabled": { color: (r.vars ?? r).palette.action.disabled },
|
|
35
|
+
[`&.${a.selected}`]: { ...n(r, "primary") }
|
|
36
|
+
})
|
|
37
|
+
}
|
|
38
|
+
};
|
|
29
39
|
//#endregion
|
|
30
|
-
export {
|
|
40
|
+
export { o as MuiYearCalendar };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SCarouselProps } from '../../s-carousel/s-carousel';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
SCarousel: SCarouselProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
SCarousel: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
SCarousel?: CustomComponent<'SCarousel', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SCodeBlockProps } from '../../s-code-block/s-code-block';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
SCodeBlock: SCodeBlockProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
SCodeBlock: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
SCodeBlock?: CustomComponent<'SCodeBlock', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SDatePickerProps } from '../../s-date-picker/s-date-picker';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
SDatePicker: SDatePickerProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
SDatePicker: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
SDatePicker?: CustomComponent<'SDatePicker', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SDateTimePickerProps } from '../../s-datetime-picker/s-datetime-picker';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
SDateTimePicker: SDateTimePickerProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
SDateTimePicker: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
SDateTimePicker?: CustomComponent<'SDateTimePicker', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SFileDropzoneProps } from '../../s-file-dropzone/s-file-dropzone';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
SFileDropzone: SFileDropzoneProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
SFileDropzone: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
SFileDropzone?: CustomComponent<'SFileDropzone', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SOverlayScrollbarProps } from '../../s-overlay-scrollbar/s-overlay-scrollbar';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
SOverlayScrollbar: SOverlayScrollbarProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
SOverlayScrollbar: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
SOverlayScrollbar?: CustomComponent<'SOverlayScrollbar', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SScrollRevealProps } from '../../s-scroll-reveal/s-scroll-reveal';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
SScrollReveal: SScrollRevealProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
SScrollReveal: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
SScrollReveal?: CustomComponent<'SScrollReveal', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StripeElement, StripeTextFieldProps } from '../../s-stripe/s-stripe';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
StripeTextField: StripeTextFieldProps<StripeElement>;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
StripeTextField: 'root';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
StripeTextField?: CustomComponent<'StripeTextField', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { STextEditorProps } from '../../s-text-editor/s-text-editor';
|
|
2
|
+
import { STextEditorToolbarProps } from '../../s-text-editor/s-text-editor-toolbar';
|
|
3
|
+
import { CustomComponent } from '../component-augmentation';
|
|
4
|
+
declare module '@mui/material/styles' {
|
|
5
|
+
interface ComponentsPropsList {
|
|
6
|
+
STextEditor: STextEditorProps;
|
|
7
|
+
STextEditorToolbar: STextEditorToolbarProps;
|
|
8
|
+
}
|
|
9
|
+
interface ComponentNameToClassKey {
|
|
10
|
+
STextEditor: 'root';
|
|
11
|
+
STextEditorToolbar: 'root';
|
|
12
|
+
}
|
|
13
|
+
interface Components<Theme = unknown> {
|
|
14
|
+
STextEditor?: CustomComponent<'STextEditor', Theme>;
|
|
15
|
+
STextEditorToolbar?: CustomComponent<'STextEditorToolbar', Theme>;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { STwoPaneLayoutProps } from '../../s-two-pane-layout/s-two-pane-layout';
|
|
2
|
+
import { CustomComponent } from '../component-augmentation';
|
|
3
|
+
declare module '@mui/material/styles' {
|
|
4
|
+
interface ComponentsPropsList {
|
|
5
|
+
STwoPaneLayout: STwoPaneLayoutProps;
|
|
6
|
+
}
|
|
7
|
+
interface ComponentNameToClassKey {
|
|
8
|
+
STwoPaneLayout: 'content' | 'contentHeader' | 'contentScroller' | 'contentViewport' | 'root' | 'sidebar' | 'sidebarHeader' | 'sidebarScroller' | 'sidebarViewport';
|
|
9
|
+
}
|
|
10
|
+
interface Components<Theme = unknown> {
|
|
11
|
+
STwoPaneLayout?: CustomComponent<'STwoPaneLayout', Theme>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
File without changes
|
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
import { Shadows } from '@mui/material/styles';
|
|
2
|
-
import { blue, brand, gray, green, lightBlue, lightBrand, lightGray, lightGreen, lightOrange, lightPurple, lightRed, orange, purple, red } from '@solostylist/core';
|
|
2
|
+
import { blue, brand, darkGradientPalette, gray, green, lightBlue, lightBrand, lightGray, lightGreen, lightOrange, lightPurple, lightRed, orange, purple, red, GradientPath } from '@solostylist/core';
|
|
3
3
|
declare module '@mui/material/Paper' {
|
|
4
4
|
interface PaperPropsVariantOverrides {
|
|
5
5
|
highlighted: true;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
+
declare module '@mui/system' {
|
|
9
|
+
interface AllSystemCSSProperties {
|
|
10
|
+
/** Resolves a semantic gradient path from `theme.palette.gradient`. */
|
|
11
|
+
gradient?: GradientPath;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
8
14
|
declare module '@mui/material/styles' {
|
|
15
|
+
interface InteractionTokens {
|
|
16
|
+
mediaHoverOpacity: number;
|
|
17
|
+
}
|
|
9
18
|
interface RadiusScale {
|
|
10
19
|
none: number;
|
|
11
20
|
sm: number;
|
|
@@ -15,9 +24,11 @@ declare module '@mui/material/styles' {
|
|
|
15
24
|
full: number;
|
|
16
25
|
}
|
|
17
26
|
interface Theme {
|
|
27
|
+
interaction: InteractionTokens;
|
|
18
28
|
radius: RadiusScale;
|
|
19
29
|
}
|
|
20
30
|
interface ThemeOptions {
|
|
31
|
+
interaction?: Partial<InteractionTokens>;
|
|
21
32
|
radius?: Partial<RadiusScale>;
|
|
22
33
|
}
|
|
23
34
|
interface ColorRange {
|
|
@@ -52,13 +63,7 @@ declare module '@mui/material/styles' {
|
|
|
52
63
|
dark: string;
|
|
53
64
|
full: string;
|
|
54
65
|
};
|
|
55
|
-
gradient:
|
|
56
|
-
primary: string;
|
|
57
|
-
secondary: string;
|
|
58
|
-
indigo: string;
|
|
59
|
-
sky: string;
|
|
60
|
-
radial: string;
|
|
61
|
-
};
|
|
66
|
+
gradient: typeof darkGradientPalette;
|
|
62
67
|
ui: {
|
|
63
68
|
pulse: {
|
|
64
69
|
shadowLight: string;
|
|
@@ -69,7 +74,21 @@ declare module '@mui/material/styles' {
|
|
|
69
74
|
};
|
|
70
75
|
};
|
|
71
76
|
}
|
|
77
|
+
interface PaletteOptions {
|
|
78
|
+
baseShadow?: string;
|
|
79
|
+
blackAlpha?: Palette['blackAlpha'];
|
|
80
|
+
whiteAlpha?: Palette['whiteAlpha'];
|
|
81
|
+
gradient?: typeof darkGradientPalette;
|
|
82
|
+
ui?: Palette['ui'];
|
|
83
|
+
}
|
|
72
84
|
}
|
|
85
|
+
/** Maps `sx={{ gradient: 'brand.primary' }}` to the matching theme gradient. */
|
|
86
|
+
export declare const sxConfig: {
|
|
87
|
+
gradient: {
|
|
88
|
+
themeKey: string;
|
|
89
|
+
cssProperty: "backgroundImage";
|
|
90
|
+
};
|
|
91
|
+
};
|
|
73
92
|
export { brand, lightBrand, gray, lightGray, green, lightGreen, orange, lightOrange, blue, lightBlue, red, lightRed, purple, lightPurple, };
|
|
74
93
|
export declare const colorSchemes: {
|
|
75
94
|
light: {
|
|
@@ -115,6 +134,8 @@ export declare const colorSchemes: {
|
|
|
115
134
|
light: string;
|
|
116
135
|
main: string;
|
|
117
136
|
dark: string;
|
|
137
|
+
white: string;
|
|
138
|
+
black: string;
|
|
118
139
|
50: string;
|
|
119
140
|
100: string;
|
|
120
141
|
200: string;
|
|
@@ -131,6 +152,8 @@ export declare const colorSchemes: {
|
|
|
131
152
|
light: string;
|
|
132
153
|
main: string;
|
|
133
154
|
dark: string;
|
|
155
|
+
white: string;
|
|
156
|
+
black: string;
|
|
134
157
|
50: string;
|
|
135
158
|
100: string;
|
|
136
159
|
200: string;
|
|
@@ -147,6 +170,8 @@ export declare const colorSchemes: {
|
|
|
147
170
|
light: string;
|
|
148
171
|
main: string;
|
|
149
172
|
dark: string;
|
|
173
|
+
white: string;
|
|
174
|
+
black: string;
|
|
150
175
|
50: string;
|
|
151
176
|
100: string;
|
|
152
177
|
200: string;
|
|
@@ -163,6 +188,8 @@ export declare const colorSchemes: {
|
|
|
163
188
|
light: string;
|
|
164
189
|
main: string;
|
|
165
190
|
dark: string;
|
|
191
|
+
white: string;
|
|
192
|
+
black: string;
|
|
166
193
|
50: string;
|
|
167
194
|
100: string;
|
|
168
195
|
200: string;
|
|
@@ -179,6 +206,8 @@ export declare const colorSchemes: {
|
|
|
179
206
|
light: string;
|
|
180
207
|
main: string;
|
|
181
208
|
dark: string;
|
|
209
|
+
white: string;
|
|
210
|
+
black: string;
|
|
182
211
|
50: string;
|
|
183
212
|
100: string;
|
|
184
213
|
200: string;
|
|
@@ -252,6 +281,8 @@ export declare const colorSchemes: {
|
|
|
252
281
|
light: string;
|
|
253
282
|
main: string;
|
|
254
283
|
dark: string;
|
|
284
|
+
white: string;
|
|
285
|
+
black: string;
|
|
255
286
|
50: string;
|
|
256
287
|
100: string;
|
|
257
288
|
200: string;
|
|
@@ -268,6 +299,8 @@ export declare const colorSchemes: {
|
|
|
268
299
|
light: string;
|
|
269
300
|
main: string;
|
|
270
301
|
dark: string;
|
|
302
|
+
white: string;
|
|
303
|
+
black: string;
|
|
271
304
|
50: string;
|
|
272
305
|
100: string;
|
|
273
306
|
200: string;
|
|
@@ -284,6 +317,8 @@ export declare const colorSchemes: {
|
|
|
284
317
|
light: string;
|
|
285
318
|
main: string;
|
|
286
319
|
dark: string;
|
|
320
|
+
white: string;
|
|
321
|
+
black: string;
|
|
287
322
|
50: string;
|
|
288
323
|
100: string;
|
|
289
324
|
200: string;
|
|
@@ -300,6 +335,8 @@ export declare const colorSchemes: {
|
|
|
300
335
|
light: string;
|
|
301
336
|
main: string;
|
|
302
337
|
dark: string;
|
|
338
|
+
white: string;
|
|
339
|
+
black: string;
|
|
303
340
|
50: string;
|
|
304
341
|
100: string;
|
|
305
342
|
200: string;
|
|
@@ -316,6 +353,8 @@ export declare const colorSchemes: {
|
|
|
316
353
|
light: string;
|
|
317
354
|
main: string;
|
|
318
355
|
dark: string;
|
|
356
|
+
white: string;
|
|
357
|
+
black: string;
|
|
319
358
|
50: string;
|
|
320
359
|
100: string;
|
|
321
360
|
200: string;
|
|
@@ -427,4 +466,8 @@ export declare const radius: {
|
|
|
427
466
|
xl: number;
|
|
428
467
|
full: number;
|
|
429
468
|
};
|
|
469
|
+
/** Shared interaction tokens resolved through the MUI theme. */
|
|
470
|
+
export declare const interaction: {
|
|
471
|
+
mediaHoverOpacity: number;
|
|
472
|
+
};
|
|
430
473
|
export declare const shadows: Shadows;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { a as e, c as t, d as n, f as r, i, l as a, m as o, n as s, o as c, p as l, r as u, s as d, t as f, u as p } from "../colors-CNjL5fhq.js";
|
|
2
|
+
import { a as m, i as h, n as g, o as _, r as v, s as y, t as b } from "../theme-primitives-CRfnMsNy.js";
|
|
3
|
+
export { f as blue, s as brand, b as colorSchemes, u as gray, i as green, g as interaction, e as lightBlue, c as lightBrand, d as lightGray, t as lightGreen, a as lightOrange, p as lightPurple, n as lightRed, r as orange, l as purple, v as radius, o as red, h as shadows, m as shape, _ as sxConfig, y as typography };
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
import { a as e, c as t, d as n, f as r, i, l as a, m as o, n as s, o as c, p as l, r as u, s as d, t as f, u as p } from "./colors-CNjL5fhq.js";
|
|
2
|
+
import { a as m, i as h, n as g, o as _, r as v, s as y } from "./gradients-DSnBONEQ.js";
|
|
3
|
+
import { alpha as b, createTheme as x, lighten as S } from "@mui/material/styles";
|
|
4
|
+
//#region ../core/dist/interaction.js
|
|
5
|
+
var C = .9, w = { gradient: {
|
|
6
|
+
themeKey: "palette.gradient",
|
|
7
|
+
cssProperty: "backgroundImage"
|
|
8
|
+
} }, T = x(), E = { palette: {
|
|
9
|
+
gradient: g,
|
|
10
|
+
blackAlpha: {
|
|
11
|
+
zero: _[0],
|
|
12
|
+
light: _[10],
|
|
13
|
+
medium: _[50],
|
|
14
|
+
dark: _[80],
|
|
15
|
+
full: _[100]
|
|
16
|
+
},
|
|
17
|
+
whiteAlpha: {
|
|
18
|
+
zero: y[0],
|
|
19
|
+
light: y[10],
|
|
20
|
+
medium: y[50],
|
|
21
|
+
dark: y[80],
|
|
22
|
+
full: y[100]
|
|
23
|
+
},
|
|
24
|
+
ui: { pulse: v },
|
|
25
|
+
primary: {
|
|
26
|
+
...s,
|
|
27
|
+
contrastText: _[100],
|
|
28
|
+
light: s[400],
|
|
29
|
+
main: s[500],
|
|
30
|
+
dark: s[500],
|
|
31
|
+
white: "#ffffff",
|
|
32
|
+
black: "#000000"
|
|
33
|
+
},
|
|
34
|
+
secondary: {
|
|
35
|
+
...l,
|
|
36
|
+
contrastText: _[100],
|
|
37
|
+
light: l[300],
|
|
38
|
+
main: S(l[400], .05),
|
|
39
|
+
dark: l[400],
|
|
40
|
+
white: "#ffffff",
|
|
41
|
+
black: "#000000"
|
|
42
|
+
},
|
|
43
|
+
info: {
|
|
44
|
+
...f,
|
|
45
|
+
contrastText: _[100],
|
|
46
|
+
light: f[300],
|
|
47
|
+
main: f[400],
|
|
48
|
+
dark: f[400],
|
|
49
|
+
white: "#ffffff",
|
|
50
|
+
black: "#000000"
|
|
51
|
+
},
|
|
52
|
+
warning: {
|
|
53
|
+
...r,
|
|
54
|
+
contrastText: _[100],
|
|
55
|
+
light: r[400],
|
|
56
|
+
main: r[500],
|
|
57
|
+
dark: r[500],
|
|
58
|
+
white: "#ffffff",
|
|
59
|
+
black: "#000000"
|
|
60
|
+
},
|
|
61
|
+
error: {
|
|
62
|
+
...o,
|
|
63
|
+
contrastText: _[100],
|
|
64
|
+
light: o[300],
|
|
65
|
+
main: S(o[400], .22),
|
|
66
|
+
dark: S(o[400], .15),
|
|
67
|
+
white: "#ffffff",
|
|
68
|
+
black: "#000000"
|
|
69
|
+
},
|
|
70
|
+
success: {
|
|
71
|
+
...i,
|
|
72
|
+
contrastText: _[100],
|
|
73
|
+
light: i[300],
|
|
74
|
+
main: i[400],
|
|
75
|
+
dark: i[400],
|
|
76
|
+
white: "#ffffff",
|
|
77
|
+
black: "#000000"
|
|
78
|
+
},
|
|
79
|
+
grey: u,
|
|
80
|
+
divider: b(u[700], .9),
|
|
81
|
+
background: {
|
|
82
|
+
default: u[900],
|
|
83
|
+
paper: u[800]
|
|
84
|
+
},
|
|
85
|
+
text: {
|
|
86
|
+
primary: u[50],
|
|
87
|
+
secondary: u[400],
|
|
88
|
+
disabled: u[500]
|
|
89
|
+
},
|
|
90
|
+
action: {
|
|
91
|
+
active: u[50],
|
|
92
|
+
hover: b(u[600], .2),
|
|
93
|
+
selected: b(u[600], .3)
|
|
94
|
+
},
|
|
95
|
+
baseShadow: "hsla(220, 30%, 5%, 0.7) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.8) 0px 8px 16px -5px"
|
|
96
|
+
} }, D = {
|
|
97
|
+
light: { palette: {
|
|
98
|
+
gradient: h,
|
|
99
|
+
blackAlpha: {
|
|
100
|
+
zero: _[0],
|
|
101
|
+
light: _[10],
|
|
102
|
+
medium: _[50],
|
|
103
|
+
dark: _[80],
|
|
104
|
+
full: _[100]
|
|
105
|
+
},
|
|
106
|
+
whiteAlpha: {
|
|
107
|
+
zero: y[0],
|
|
108
|
+
light: y[10],
|
|
109
|
+
medium: y[50],
|
|
110
|
+
dark: y[80],
|
|
111
|
+
full: y[100]
|
|
112
|
+
},
|
|
113
|
+
ui: { pulse: m },
|
|
114
|
+
primary: {
|
|
115
|
+
...c,
|
|
116
|
+
contrastText: c[50],
|
|
117
|
+
light: c[200],
|
|
118
|
+
main: c[500],
|
|
119
|
+
dark: c[700],
|
|
120
|
+
white: "#ffffff",
|
|
121
|
+
black: "#000000"
|
|
122
|
+
},
|
|
123
|
+
secondary: {
|
|
124
|
+
...p,
|
|
125
|
+
contrastText: p[50],
|
|
126
|
+
light: p[200],
|
|
127
|
+
main: p[500],
|
|
128
|
+
dark: p[700],
|
|
129
|
+
white: "#ffffff",
|
|
130
|
+
black: "#000000"
|
|
131
|
+
},
|
|
132
|
+
info: {
|
|
133
|
+
...e,
|
|
134
|
+
contrastText: e[50],
|
|
135
|
+
light: e[200],
|
|
136
|
+
main: e[700],
|
|
137
|
+
dark: e[800],
|
|
138
|
+
white: "#ffffff",
|
|
139
|
+
black: "#000000"
|
|
140
|
+
},
|
|
141
|
+
warning: {
|
|
142
|
+
...a,
|
|
143
|
+
contrastText: a[50],
|
|
144
|
+
light: a[200],
|
|
145
|
+
main: a[900],
|
|
146
|
+
dark: a[900],
|
|
147
|
+
white: "#ffffff",
|
|
148
|
+
black: "#000000"
|
|
149
|
+
},
|
|
150
|
+
error: {
|
|
151
|
+
...n,
|
|
152
|
+
contrastText: n[50],
|
|
153
|
+
light: n[200],
|
|
154
|
+
main: n[600],
|
|
155
|
+
dark: n[700],
|
|
156
|
+
white: "#ffffff",
|
|
157
|
+
black: "#000000"
|
|
158
|
+
},
|
|
159
|
+
success: {
|
|
160
|
+
...t,
|
|
161
|
+
contrastText: t[50],
|
|
162
|
+
light: t[200],
|
|
163
|
+
main: t[800],
|
|
164
|
+
dark: t[900],
|
|
165
|
+
white: "#ffffff",
|
|
166
|
+
black: "#000000"
|
|
167
|
+
},
|
|
168
|
+
grey: d,
|
|
169
|
+
divider: b(d[300], .9),
|
|
170
|
+
background: {
|
|
171
|
+
default: d[50],
|
|
172
|
+
paper: d[100]
|
|
173
|
+
},
|
|
174
|
+
text: {
|
|
175
|
+
primary: d[900],
|
|
176
|
+
secondary: d[600],
|
|
177
|
+
disabled: d[400]
|
|
178
|
+
},
|
|
179
|
+
action: {
|
|
180
|
+
active: d[900],
|
|
181
|
+
hover: b(d[300], .2),
|
|
182
|
+
selected: b(d[300], .3)
|
|
183
|
+
},
|
|
184
|
+
baseShadow: "rgba(15, 23, 42, 0.08) 0px 2px 8px 0px, rgba(15, 23, 42, 0.04) 0px 1px 2px -1px"
|
|
185
|
+
} },
|
|
186
|
+
dark: E
|
|
187
|
+
}, O = {
|
|
188
|
+
fontFamily: "Outfit, sans-serif",
|
|
189
|
+
h1: {
|
|
190
|
+
fontSize: T.typography.pxToRem(36),
|
|
191
|
+
fontWeight: 600,
|
|
192
|
+
lineHeight: 1.2,
|
|
193
|
+
letterSpacing: -.5
|
|
194
|
+
},
|
|
195
|
+
h2: {
|
|
196
|
+
fontSize: T.typography.pxToRem(30),
|
|
197
|
+
fontWeight: 600,
|
|
198
|
+
lineHeight: 1.2
|
|
199
|
+
},
|
|
200
|
+
h3: {
|
|
201
|
+
fontSize: T.typography.pxToRem(24),
|
|
202
|
+
fontWeight: 600,
|
|
203
|
+
lineHeight: 1.2
|
|
204
|
+
},
|
|
205
|
+
h4: {
|
|
206
|
+
fontSize: T.typography.pxToRem(20),
|
|
207
|
+
fontWeight: 600,
|
|
208
|
+
lineHeight: 1.2
|
|
209
|
+
},
|
|
210
|
+
h5: {
|
|
211
|
+
fontSize: T.typography.pxToRem(18),
|
|
212
|
+
fontWeight: 600,
|
|
213
|
+
lineHeight: 1.2
|
|
214
|
+
},
|
|
215
|
+
h6: {
|
|
216
|
+
fontSize: T.typography.pxToRem(16),
|
|
217
|
+
fontWeight: 600,
|
|
218
|
+
lineHeight: 1.2
|
|
219
|
+
},
|
|
220
|
+
subtitle1: {
|
|
221
|
+
fontSize: T.typography.pxToRem(16),
|
|
222
|
+
fontWeight: 500
|
|
223
|
+
},
|
|
224
|
+
subtitle2: {
|
|
225
|
+
fontSize: T.typography.pxToRem(14),
|
|
226
|
+
fontWeight: 500
|
|
227
|
+
},
|
|
228
|
+
body1: {
|
|
229
|
+
fontSize: T.typography.pxToRem(16),
|
|
230
|
+
fontWeight: 400
|
|
231
|
+
},
|
|
232
|
+
body2: {
|
|
233
|
+
fontSize: T.typography.pxToRem(14),
|
|
234
|
+
fontWeight: 400
|
|
235
|
+
},
|
|
236
|
+
caption: {
|
|
237
|
+
fontSize: T.typography.pxToRem(12),
|
|
238
|
+
fontWeight: 400,
|
|
239
|
+
color: "var(--s-palette-text-secondary)"
|
|
240
|
+
}
|
|
241
|
+
}, k = { borderRadius: 8 }, A = {
|
|
242
|
+
none: 0,
|
|
243
|
+
sm: k.borderRadius * .5,
|
|
244
|
+
md: k.borderRadius,
|
|
245
|
+
lg: k.borderRadius * 1.5,
|
|
246
|
+
xl: k.borderRadius * 2,
|
|
247
|
+
full: 9999
|
|
248
|
+
}, j = { mediaHoverOpacity: C }, M = [
|
|
249
|
+
"none",
|
|
250
|
+
"var(--s-palette-baseShadow)",
|
|
251
|
+
...T.shadows.slice(2)
|
|
252
|
+
];
|
|
253
|
+
//#endregion
|
|
254
|
+
export { k as a, M as i, j as n, w as o, A as r, O as s, D as t };
|