@maggioli-design-system/magma 2.0.0-beta.2 → 2.0.0-beta.3
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 +11 -3
- package/dist/cjs/{floating-controller-DA8xyqCa.js → floating-controller-CXEVR1wX.js} +5 -5
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/magma-components.cjs.js +1 -1
- package/dist/cjs/mds-accordion-item.cjs.entry.js +24 -2
- package/dist/cjs/mds-accordion-timer-item.cjs.entry.js +12 -2
- package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
- package/dist/cjs/mds-accordion.cjs.entry.js +32 -5
- package/dist/cjs/mds-author.cjs.entry.js +1 -1
- package/dist/cjs/mds-avatar-stack-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-avatar-stack.cjs.entry.js +1 -1
- package/dist/cjs/mds-avatar.cjs.entry.js +27 -11
- package/dist/cjs/mds-badge.cjs.entry.js +24 -2
- package/dist/cjs/mds-banner_3.cjs.entry.js +49 -10
- package/dist/cjs/mds-benchmark-bar.cjs.entry.js +1 -1
- package/dist/cjs/mds-bibliography.cjs.entry.js +1 -1
- package/dist/cjs/mds-breadcrumb-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-breadcrumb.cjs.entry.js +7 -7
- package/dist/cjs/mds-button-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/mds-button-group.cjs.entry.js +1 -1
- package/dist/cjs/mds-button_3.cjs.entry.js +30 -9
- package/dist/cjs/mds-calendar_2.cjs.entry.js +69 -67
- package/dist/cjs/mds-card-content.cjs.entry.js +1 -1
- package/dist/cjs/mds-card-footer.cjs.entry.js +1 -1
- package/dist/cjs/mds-card-header.cjs.entry.js +1 -1
- package/dist/cjs/mds-card-media.cjs.entry.js +1 -1
- package/dist/cjs/mds-card.cjs.entry.js +22 -4
- package/dist/cjs/mds-details.cjs.entry.js +14 -2
- package/dist/cjs/mds-dropdown.cjs.entry.js +41 -21
- package/dist/cjs/mds-emoji.cjs.entry.js +1 -1
- package/dist/cjs/mds-entity.cjs.entry.js +20 -2
- package/dist/cjs/mds-file-preview.cjs.entry.js +25 -3
- package/dist/cjs/mds-file.cjs.entry.js +26 -4
- package/dist/cjs/mds-filter-item.cjs.entry.js +22 -2
- package/dist/cjs/mds-filter.cjs.entry.js +24 -2
- package/dist/cjs/mds-header-bar.cjs.entry.js +24 -2
- package/dist/cjs/mds-header.cjs.entry.js +20 -4
- package/dist/cjs/mds-horizontal-scroll.cjs.entry.js +1 -1
- package/dist/cjs/mds-hr.cjs.entry.js +16 -2
- package/dist/cjs/mds-img.cjs.entry.js +5 -4
- package/dist/cjs/mds-input-date-range-preselection.cjs.entry.js +1 -1
- package/dist/cjs/mds-input-date-range.cjs.entry.js +31 -14
- package/dist/cjs/mds-input-date.cjs.entry.js +38 -14
- package/dist/cjs/mds-input-field.cjs.entry.js +1 -1
- package/dist/cjs/mds-input-otp.cjs.entry.js +1 -1
- package/dist/cjs/mds-input-range.cjs.entry.js +24 -2
- package/dist/cjs/mds-input-select.cjs.entry.js +25 -3
- package/dist/cjs/mds-input-switch_2.cjs.entry.js +27 -4
- package/dist/cjs/mds-input-tip_2.cjs.entry.js +28 -5
- package/dist/cjs/mds-input-upload.cjs.entry.js +17 -7
- package/dist/cjs/mds-input.cjs.entry.js +26 -3
- package/dist/cjs/mds-keyboard-key.cjs.entry.js +1 -1
- package/dist/cjs/mds-keyboard.cjs.entry.js +30 -11
- package/dist/cjs/mds-kpi-item.cjs.entry.js +24 -2
- package/dist/cjs/mds-kpi.cjs.entry.js +1 -1
- package/dist/cjs/mds-label.cjs.entry.js +18 -2
- package/dist/cjs/mds-list-item.cjs.entry.js +12 -2
- package/dist/cjs/mds-list.cjs.entry.js +1 -1
- package/dist/cjs/mds-mention.cjs.entry.js +1 -1
- package/dist/cjs/mds-modal.cjs.entry.js +121 -43
- package/dist/cjs/mds-note.cjs.entry.js +22 -2
- package/dist/cjs/mds-notification.cjs.entry.js +14 -4
- package/dist/cjs/mds-paginator-item.cjs.entry.js +18 -2
- package/dist/cjs/mds-paginator.cjs.entry.js +39 -2
- package/dist/cjs/mds-policy-ai.cjs.entry.js +5 -2
- package/dist/cjs/mds-pref-animation.cjs.entry.js +15 -8
- package/dist/cjs/mds-pref-consumption.cjs.entry.js +15 -8
- package/dist/cjs/mds-pref-contrast.cjs.entry.js +15 -8
- package/dist/cjs/mds-pref-language-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-language.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-theme-variant-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-theme-variant.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-theme.cjs.entry.js +27 -18
- package/dist/cjs/mds-pref.cjs.entry.js +2 -2
- package/dist/cjs/mds-price-table-features-cell.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table-features-row.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table-features.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table-header.cjs.entry.js +2 -2
- package/dist/cjs/mds-price-table-list-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-price-table-list.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table.cjs.entry.js +2 -2
- package/dist/cjs/mds-progress_2.cjs.entry.js +26 -4
- package/dist/cjs/mds-push-notification-item.cjs.entry.js +28 -6
- package/dist/cjs/mds-push-notification.cjs.entry.js +16 -2
- package/dist/cjs/mds-quote.cjs.entry.js +12 -2
- package/dist/cjs/mds-radial-menu-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-radial-menu.cjs.entry.js +3 -3
- package/dist/cjs/mds-separator.cjs.entry.js +20 -2
- package/dist/cjs/mds-status-bar.cjs.entry.js +25 -3
- package/dist/cjs/mds-stepper-bar-item.cjs.entry.js +10 -2
- package/dist/cjs/mds-stepper-bar.cjs.entry.js +2 -2
- package/dist/cjs/mds-tab-bar-item.cjs.entry.js +24 -2
- package/dist/cjs/mds-tab-bar.cjs.entry.js +24 -2
- package/dist/cjs/mds-tab_2.cjs.entry.js +56 -6
- package/dist/cjs/mds-table-body.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-footer.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-header-cell.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-header.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-row.cjs.entry.js +12 -4
- package/dist/cjs/mds-table.cjs.entry.js +26 -4
- package/dist/cjs/mds-text.cjs.entry.js +12 -2
- package/dist/cjs/mds-toast.cjs.entry.js +24 -2
- package/dist/cjs/mds-tooltip.cjs.entry.js +37 -17
- package/dist/cjs/mds-tree-item.cjs.entry.js +26 -2
- package/dist/cjs/mds-tree.cjs.entry.js +34 -2
- package/dist/cjs/mds-url-view.cjs.entry.js +22 -2
- package/dist/cjs/mds-usage.cjs.entry.js +24 -2
- package/dist/cjs/mds-video-wall.cjs.entry.js +2 -2
- package/dist/cjs/mds-zero.cjs.entry.js +24 -2
- package/dist/cjs/preference-BdpIXWLP.js +81 -0
- package/dist/collection/common/floating-controller.js +5 -5
- package/dist/collection/common/preference.js +78 -0
- package/dist/collection/components/mds-accordion/mds-accordion.css +16 -16
- package/dist/collection/components/mds-accordion/mds-accordion.js +43 -9
- package/dist/collection/components/mds-accordion/test/mds-accordion.stories.js +4 -3
- package/dist/collection/components/mds-accordion-item/mds-accordion-item.css +38 -27
- package/dist/collection/components/mds-accordion-item/mds-accordion-item.js +31 -1
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.css +0 -11
- package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.css +16 -8
- package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js +16 -1
- package/dist/collection/components/mds-author/mds-author.css +1 -1
- package/dist/collection/components/mds-avatar/mds-avatar.css +27 -19
- package/dist/collection/components/mds-avatar/mds-avatar.js +28 -10
- package/dist/collection/components/mds-avatar-stack/mds-avatar-stack.css +25 -0
- package/dist/collection/components/mds-avatar-stack-item/mds-avatar-stack-item.css +5 -113
- package/dist/collection/components/mds-badge/mds-badge.css +41 -21
- package/dist/collection/components/mds-badge/mds-badge.js +31 -1
- package/dist/collection/components/mds-banner/mds-banner.css +36 -15
- package/dist/collection/components/mds-banner/mds-banner.js +31 -7
- package/dist/collection/components/mds-banner/test/mds-banner.stories.js +3 -3
- package/dist/collection/components/mds-bibliography/mds-bibliography.css +2 -2
- package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.css +0 -12
- package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.js +10 -10
- package/dist/collection/components/mds-breadcrumb/test/mds-breadcrumb.stories.js +2 -2
- package/dist/collection/components/mds-button/mds-button.css +27 -29
- package/dist/collection/components/mds-button/mds-button.js +22 -1
- package/dist/collection/components/mds-button-group/mds-button-group.css +15 -0
- package/dist/collection/components/mds-calendar/mds-calendar.js +67 -65
- package/dist/collection/components/mds-card/mds-card.css +17 -6
- package/dist/collection/components/mds-card/mds-card.js +28 -7
- package/dist/collection/components/mds-card/test/mds-card.stories.js +3 -3
- package/dist/collection/components/mds-chip/mds-chip.css +38 -24
- package/dist/collection/components/mds-chip/mds-chip.js +25 -1
- package/dist/collection/components/mds-details/mds-details.css +23 -10
- package/dist/collection/components/mds-details/mds-details.js +15 -1
- package/dist/collection/components/mds-dropdown/mds-dropdown.css +40 -19
- package/dist/collection/components/mds-dropdown/mds-dropdown.js +63 -35
- package/dist/collection/components/mds-dropdown/test/mds-dropdown.stories.js +15 -15
- package/dist/collection/components/mds-entity/mds-entity.css +19 -10
- package/dist/collection/components/mds-entity/mds-entity.js +26 -1
- package/dist/collection/components/mds-file/mds-file.css +32 -20
- package/dist/collection/components/mds-file/mds-file.js +33 -7
- package/dist/collection/components/mds-file/test/mds-file.stories.js +2 -2
- package/dist/collection/components/mds-file-preview/mds-file-preview.css +41 -23
- package/dist/collection/components/mds-file-preview/mds-file-preview.js +28 -2
- package/dist/collection/components/mds-filter/mds-filter.css +43 -26
- package/dist/collection/components/mds-filter/mds-filter.js +27 -1
- package/dist/collection/components/mds-filter-item/mds-filter-item.css +33 -13
- package/dist/collection/components/mds-filter-item/mds-filter-item.js +29 -1
- package/dist/collection/components/mds-header/mds-header.css +18 -7
- package/dist/collection/components/mds-header/mds-header.js +27 -8
- package/dist/collection/components/mds-header/test/mds-header.stories.js +2 -2
- package/dist/collection/components/mds-header-bar/mds-header-bar.css +33 -13
- package/dist/collection/components/mds-header-bar/mds-header-bar.js +27 -1
- package/dist/collection/components/mds-help/mds-help.js +7 -7
- package/dist/collection/components/mds-horizontal-scroll/mds-horizontal-scroll.css +11 -15
- package/dist/collection/components/mds-hr/mds-hr.css +9 -3
- package/dist/collection/components/mds-hr/mds-hr.js +21 -1
- package/dist/collection/components/mds-icon/mds-icon.js +2 -4
- package/dist/collection/components/mds-img/mds-img.js +4 -3
- package/dist/collection/components/mds-input/mds-input.css +34 -60
- package/dist/collection/components/mds-input/mds-input.js +29 -2
- package/dist/collection/components/mds-input-date/mds-input-date.css +35 -16
- package/dist/collection/components/mds-input-date/mds-input-date.js +41 -13
- package/dist/collection/components/mds-input-date-range/mds-input-date-range.css +35 -15
- package/dist/collection/components/mds-input-date-range/mds-input-date-range.js +34 -13
- package/dist/collection/components/mds-input-field/mds-input-field.css +48 -0
- package/dist/collection/components/mds-input-range/mds-input-range.css +37 -36
- package/dist/collection/components/mds-input-range/mds-input-range.js +28 -2
- package/dist/collection/components/mds-input-select/mds-input-select.css +40 -28
- package/dist/collection/components/mds-input-select/mds-input-select.js +28 -2
- package/dist/collection/components/mds-input-switch/mds-input-switch.css +9 -3
- package/dist/collection/components/mds-input-switch/mds-input-switch.js +17 -1
- package/dist/collection/components/mds-input-tip/mds-input-tip.css +16 -7
- package/dist/collection/components/mds-input-tip/mds-input-tip.js +16 -1
- package/dist/collection/components/mds-input-tip-item/mds-input-tip-item.css +29 -16
- package/dist/collection/components/mds-input-tip-item/mds-input-tip-item.js +18 -2
- package/dist/collection/components/mds-input-upload/mds-input-upload.css +2 -5
- package/dist/collection/components/mds-input-upload/mds-input-upload.js +16 -6
- package/dist/collection/components/mds-keyboard/mds-keyboard.css +9 -3
- package/dist/collection/components/mds-keyboard/mds-keyboard.js +31 -10
- package/dist/collection/components/mds-kpi-item/mds-kpi-item.css +47 -43
- package/dist/collection/components/mds-kpi-item/mds-kpi-item.js +27 -1
- package/dist/collection/components/mds-label/mds-label.css +17 -6
- package/dist/collection/components/mds-label/mds-label.js +20 -1
- package/dist/collection/components/mds-list/mds-list.css +4 -5
- package/dist/collection/components/mds-list-item/mds-list-item.css +11 -8
- package/dist/collection/components/mds-list-item/mds-list-item.js +16 -1
- package/dist/collection/components/mds-modal/mds-modal.css +198 -67
- package/dist/collection/components/mds-modal/mds-modal.js +133 -74
- package/dist/collection/components/mds-modal/test/mds-modal.stories.js +44 -3
- package/dist/collection/components/mds-note/mds-note.css +47 -35
- package/dist/collection/components/mds-note/mds-note.js +25 -1
- package/dist/collection/components/mds-notification/mds-notification.css +34 -26
- package/dist/collection/components/mds-notification/mds-notification.js +22 -7
- package/dist/collection/components/mds-notification/test/mds-notification.stories.js +7 -7
- package/dist/collection/components/mds-paginator/mds-paginator.css +48 -28
- package/dist/collection/components/mds-paginator/mds-paginator.js +46 -1
- package/dist/collection/components/mds-paginator-item/mds-paginator-item.css +29 -15
- package/dist/collection/components/mds-paginator-item/mds-paginator-item.js +24 -1
- package/dist/collection/components/mds-policy-ai/mds-policy-ai.css +10 -7
- package/dist/collection/components/mds-policy-ai/mds-policy-ai.js +4 -1
- package/dist/collection/components/mds-pref/mds-pref.js +1 -1
- package/dist/collection/components/mds-pref-animation/mds-pref-animation.css +8 -3
- package/dist/collection/components/mds-pref-animation/mds-pref-animation.js +15 -7
- package/dist/collection/components/mds-pref-consumption/mds-pref-consumption.css +8 -3
- package/dist/collection/components/mds-pref-consumption/mds-pref-consumption.js +15 -7
- package/dist/collection/components/mds-pref-contrast/mds-pref-contrast.css +8 -3
- package/dist/collection/components/mds-pref-contrast/mds-pref-contrast.js +15 -7
- package/dist/collection/components/mds-pref-language/mds-pref-language.js +1 -1
- package/dist/collection/components/mds-pref-language-item/mds-pref-language-item.js +1 -1
- package/dist/collection/components/mds-pref-theme/mds-pref-theme.css +3 -3
- package/dist/collection/components/mds-pref-theme/mds-pref-theme.js +29 -17
- package/dist/collection/components/mds-pref-theme-variant/mds-pref-theme-variant.js +1 -1
- package/dist/collection/components/mds-pref-theme-variant-item/mds-pref-theme-variant-item.js +1 -1
- package/dist/collection/components/mds-price-table/mds-price-table.js +1 -1
- package/dist/collection/components/mds-price-table-features/mds-price-table-features.css +35 -16
- package/dist/collection/components/mds-price-table-features/mds-price-table-features.js +31 -1
- package/dist/collection/components/mds-price-table-features-cell/mds-price-table-features-cell.css +39 -24
- package/dist/collection/components/mds-price-table-features-cell/mds-price-table-features-cell.js +31 -1
- package/dist/collection/components/mds-price-table-features-row/mds-price-table-features-row.css +37 -17
- package/dist/collection/components/mds-price-table-features-row/mds-price-table-features-row.js +28 -2
- package/dist/collection/components/mds-price-table-header/mds-price-table-header.js +1 -1
- package/dist/collection/components/mds-price-table-list/mds-price-table-list.css +41 -28
- package/dist/collection/components/mds-price-table-list/mds-price-table-list.js +28 -2
- package/dist/collection/components/mds-price-table-list-item/mds-price-table-list-item.css +4 -5
- package/dist/collection/components/mds-price-table-list-item/mds-price-table-list-item.js +1 -1
- package/dist/collection/components/mds-progress/mds-progress.css +37 -19
- package/dist/collection/components/mds-progress/mds-progress.js +27 -1
- package/dist/collection/components/mds-push-notification/mds-push-notification.css +14 -8
- package/dist/collection/components/mds-push-notification/mds-push-notification.js +21 -1
- package/dist/collection/components/mds-push-notification-item/mds-push-notification-item.css +51 -38
- package/dist/collection/components/mds-push-notification-item/mds-push-notification-item.js +33 -7
- package/dist/collection/components/mds-push-notification-item/test/mds-push-notification-item.stories.js +2 -2
- package/dist/collection/components/mds-quote/mds-quote.css +9 -5
- package/dist/collection/components/mds-quote/mds-quote.js +16 -1
- package/dist/collection/components/mds-radial-menu/mds-radial-menu.js +1 -1
- package/dist/collection/components/mds-radial-menu-item/mds-radial-menu-item.js +1 -1
- package/dist/collection/components/mds-radial-progress/mds-radial-progress.js +1 -1
- package/dist/collection/components/mds-separator/mds-separator.css +19 -9
- package/dist/collection/components/mds-separator/mds-separator.js +26 -1
- package/dist/collection/components/mds-spinner/mds-spinner.css +29 -23
- package/dist/collection/components/mds-spinner/mds-spinner.js +16 -1
- package/dist/collection/components/mds-status-bar/mds-status-bar.css +22 -19
- package/dist/collection/components/mds-status-bar/mds-status-bar.js +32 -2
- package/dist/collection/components/mds-stepper-bar/mds-stepper-bar.css +13 -32
- package/dist/collection/components/mds-stepper-bar/mds-stepper-bar.js +1 -1
- package/dist/collection/components/mds-stepper-bar-item/mds-stepper-bar-item.css +34 -44
- package/dist/collection/components/mds-stepper-bar-item/mds-stepper-bar-item.js +10 -1
- package/dist/collection/components/mds-tab/mds-tab.css +50 -20
- package/dist/collection/components/mds-tab/mds-tab.js +40 -3
- package/dist/collection/components/mds-tab-bar/mds-tab-bar.css +35 -14
- package/dist/collection/components/mds-tab-bar/mds-tab-bar.js +31 -1
- package/dist/collection/components/mds-tab-bar-item/mds-tab-bar-item.css +36 -16
- package/dist/collection/components/mds-tab-bar-item/mds-tab-bar-item.js +27 -1
- package/dist/collection/components/mds-tab-item/mds-tab-item.css +11 -6
- package/dist/collection/components/mds-tab-item/mds-tab-item.js +74 -1
- package/dist/collection/components/mds-table/mds-table.css +39 -19
- package/dist/collection/components/mds-table/mds-table.js +29 -3
- package/dist/collection/components/mds-table-body/mds-table-body.css +18 -9
- package/dist/collection/components/mds-table-body/mds-table-body.js +16 -1
- package/dist/collection/components/mds-table-cell/mds-table-cell.css +17 -8
- package/dist/collection/components/mds-table-cell/mds-table-cell.js +16 -1
- package/dist/collection/components/mds-table-footer/mds-table-footer.css +18 -8
- package/dist/collection/components/mds-table-footer/mds-table-footer.js +16 -1
- package/dist/collection/components/mds-table-header/mds-table-header.css +18 -8
- package/dist/collection/components/mds-table-header/mds-table-header.js +12 -1
- package/dist/collection/components/mds-table-header-cell/mds-table-header-cell.css +20 -10
- package/dist/collection/components/mds-table-header-cell/mds-table-header-cell.js +13 -2
- package/dist/collection/components/mds-table-row/mds-table-row.css +25 -14
- package/dist/collection/components/mds-table-row/mds-table-row.js +31 -3
- package/dist/collection/components/mds-text/mds-text.css +7 -5
- package/dist/collection/components/mds-text/mds-text.js +16 -1
- package/dist/collection/components/mds-toast/mds-toast.css +51 -26
- package/dist/collection/components/mds-toast/mds-toast.js +32 -2
- package/dist/collection/components/mds-tooltip/mds-tooltip.css +39 -22
- package/dist/collection/components/mds-tooltip/mds-tooltip.js +54 -26
- package/dist/collection/components/mds-tooltip/test/mds-tooltip.stories.js +11 -11
- package/dist/collection/components/mds-tree/mds-tree.css +2 -2
- package/dist/collection/components/mds-tree/mds-tree.js +33 -1
- package/dist/collection/components/mds-tree-item/mds-tree-item.css +47 -76
- package/dist/collection/components/mds-tree-item/mds-tree-item.js +95 -1
- package/dist/collection/components/mds-url-view/mds-url-view.css +43 -31
- package/dist/collection/components/mds-url-view/mds-url-view.js +25 -1
- package/dist/collection/components/mds-usage/mds-usage.css +44 -26
- package/dist/collection/components/mds-usage/mds-usage.js +27 -1
- package/dist/collection/components/mds-video-wall/mds-video-wall.css +13 -14
- package/dist/collection/components/mds-video-wall/mds-video-wall.js +2 -1
- package/dist/collection/components/mds-zero/mds-zero.css +36 -20
- package/dist/collection/components/mds-zero/mds-zero.js +31 -1
- package/dist/collection/storybook/color-scale.stories.js +1 -1
- package/dist/components/floating-controller.js +1 -1
- package/dist/components/mds-accordion-item.js +1 -1
- package/dist/components/mds-accordion-timer-item.js +1 -1
- package/dist/components/mds-accordion-timer.js +1 -1
- package/dist/components/mds-accordion.js +1 -1
- package/dist/components/mds-author.js +1 -1
- package/dist/components/mds-avatar-stack-item2.js +1 -1
- package/dist/components/mds-avatar-stack.js +1 -1
- package/dist/components/mds-avatar2.js +1 -1
- package/dist/components/mds-badge2.js +1 -1
- package/dist/components/mds-banner2.js +1 -1
- package/dist/components/mds-benchmark-bar.js +1 -1
- package/dist/components/mds-bibliography.js +1 -1
- package/dist/components/mds-breadcrumb-item.js +1 -1
- package/dist/components/mds-breadcrumb.js +1 -1
- package/dist/components/mds-button-dropdown.js +1 -1
- package/dist/components/mds-button-group.js +1 -1
- package/dist/components/mds-button2.js +1 -1
- package/dist/components/mds-calendar-cell2.js +1 -1
- package/dist/components/mds-calendar2.js +1 -1
- package/dist/components/mds-card-content.js +1 -1
- package/dist/components/mds-card-footer.js +1 -1
- package/dist/components/mds-card-header.js +1 -1
- package/dist/components/mds-card-media.js +1 -1
- package/dist/components/mds-card.js +1 -1
- package/dist/components/mds-chip2.js +1 -1
- package/dist/components/mds-details.js +1 -1
- package/dist/components/mds-dropdown2.js +1 -1
- package/dist/components/mds-emoji.js +1 -1
- package/dist/components/mds-entity.js +1 -1
- package/dist/components/mds-file-preview2.js +2 -2
- package/dist/components/mds-file.js +3 -3
- package/dist/components/mds-filter-item2.js +1 -1
- package/dist/components/mds-filter.js +1 -1
- package/dist/components/mds-header-bar.js +1 -1
- package/dist/components/mds-header.js +1 -1
- package/dist/components/mds-help2.js +1 -1
- package/dist/components/mds-horizontal-scroll.js +1 -1
- package/dist/components/mds-hr.js +1 -1
- package/dist/components/mds-icon2.js +1 -1
- package/dist/components/mds-img2.js +1 -1
- package/dist/components/mds-input-date-range-preselection.js +1 -1
- package/dist/components/mds-input-date-range.js +1 -1
- package/dist/components/mds-input-date.js +1 -1
- package/dist/components/mds-input-field.js +1 -1
- package/dist/components/mds-input-otp.js +1 -1
- package/dist/components/mds-input-range.js +1 -1
- package/dist/components/mds-input-select.js +1 -1
- package/dist/components/mds-input-switch2.js +1 -1
- package/dist/components/mds-input-tip-item2.js +1 -1
- package/dist/components/mds-input-tip2.js +1 -1
- package/dist/components/mds-input-upload.js +1 -1
- package/dist/components/mds-input2.js +1 -1
- package/dist/components/mds-keyboard-key.js +1 -1
- package/dist/components/mds-keyboard.js +1 -1
- package/dist/components/mds-kpi-item.js +1 -1
- package/dist/components/mds-kpi.js +1 -1
- package/dist/components/mds-label.js +1 -1
- package/dist/components/mds-list-item.js +1 -1
- package/dist/components/mds-list.js +1 -1
- package/dist/components/mds-mention.js +1 -1
- package/dist/components/mds-modal2.js +1 -1
- package/dist/components/mds-note.js +1 -1
- package/dist/components/mds-notification.js +1 -1
- package/dist/components/mds-paginator-item2.js +1 -1
- package/dist/components/mds-paginator.js +1 -1
- package/dist/components/mds-policy-ai.js +1 -1
- package/dist/components/mds-pref-animation.js +1 -1
- package/dist/components/mds-pref-consumption.js +1 -1
- package/dist/components/mds-pref-contrast.js +1 -1
- package/dist/components/mds-pref-language-item.js +1 -1
- package/dist/components/mds-pref-language.js +1 -1
- package/dist/components/mds-pref-theme-variant-item.js +1 -1
- package/dist/components/mds-pref-theme-variant.js +1 -1
- package/dist/components/mds-pref-theme.js +1 -1
- package/dist/components/mds-pref.js +1 -1
- package/dist/components/mds-price-table-features-cell.js +1 -1
- package/dist/components/mds-price-table-features-row.js +1 -1
- package/dist/components/mds-price-table-features.js +1 -1
- package/dist/components/mds-price-table-header.js +1 -1
- package/dist/components/mds-price-table-list-item.js +1 -1
- package/dist/components/mds-price-table-list.js +1 -1
- package/dist/components/mds-price-table.js +1 -1
- package/dist/components/mds-progress2.js +1 -1
- package/dist/components/mds-push-notification-item.js +1 -1
- package/dist/components/mds-push-notification.js +1 -1
- package/dist/components/mds-quote.js +1 -1
- package/dist/components/mds-radial-menu-item.js +1 -1
- package/dist/components/mds-radial-menu.js +1 -1
- package/dist/components/mds-radial-progress2.js +1 -1
- package/dist/components/mds-separator2.js +1 -1
- package/dist/components/mds-spinner2.js +1 -1
- package/dist/components/mds-status-bar.js +1 -1
- package/dist/components/mds-stepper-bar-item.js +1 -1
- package/dist/components/mds-stepper-bar.js +1 -1
- package/dist/components/mds-tab-bar-item.js +1 -1
- package/dist/components/mds-tab-bar.js +1 -1
- package/dist/components/mds-tab-item2.js +1 -1
- package/dist/components/mds-tab2.js +1 -1
- package/dist/components/mds-table-body.js +1 -1
- package/dist/components/mds-table-cell2.js +1 -1
- package/dist/components/mds-table-footer.js +1 -1
- package/dist/components/mds-table-header-cell2.js +1 -1
- package/dist/components/mds-table-header.js +1 -1
- package/dist/components/mds-table-row.js +1 -1
- package/dist/components/mds-table.js +1 -1
- package/dist/components/mds-text2.js +1 -1
- package/dist/components/mds-toast.js +1 -1
- package/dist/components/mds-tooltip2.js +1 -1
- package/dist/components/mds-tree-item.js +1 -1
- package/dist/components/mds-tree.js +1 -1
- package/dist/components/mds-url-view.js +1 -1
- package/dist/components/mds-usage.js +1 -1
- package/dist/components/mds-video-wall.js +1 -1
- package/dist/components/mds-zero.js +1 -1
- package/dist/components/preference.js +1 -0
- package/dist/documentation.json +488 -382
- package/dist/esm/{floating-controller-CP3-OFb9.js → floating-controller-D5eXU5Mk.js} +5 -5
- package/dist/esm/loader.js +1 -1
- package/dist/esm/magma-components.js +1 -1
- package/dist/esm/mds-accordion-item.entry.js +24 -2
- package/dist/esm/mds-accordion-timer-item.entry.js +12 -2
- package/dist/esm/mds-accordion-timer.entry.js +1 -1
- package/dist/esm/mds-accordion.entry.js +32 -5
- package/dist/esm/mds-author.entry.js +1 -1
- package/dist/esm/mds-avatar-stack-item.entry.js +1 -1
- package/dist/esm/mds-avatar-stack.entry.js +1 -1
- package/dist/esm/mds-avatar.entry.js +27 -11
- package/dist/esm/mds-badge.entry.js +24 -2
- package/dist/esm/mds-banner_3.entry.js +49 -10
- package/dist/esm/mds-benchmark-bar.entry.js +1 -1
- package/dist/esm/mds-bibliography.entry.js +1 -1
- package/dist/esm/mds-breadcrumb-item.entry.js +1 -1
- package/dist/esm/mds-breadcrumb.entry.js +7 -7
- package/dist/esm/mds-button-dropdown.entry.js +1 -1
- package/dist/esm/mds-button-group.entry.js +1 -1
- package/dist/esm/mds-button_3.entry.js +30 -9
- package/dist/esm/mds-calendar_2.entry.js +69 -67
- package/dist/esm/mds-card-content.entry.js +1 -1
- package/dist/esm/mds-card-footer.entry.js +1 -1
- package/dist/esm/mds-card-header.entry.js +1 -1
- package/dist/esm/mds-card-media.entry.js +1 -1
- package/dist/esm/mds-card.entry.js +22 -4
- package/dist/esm/mds-details.entry.js +14 -2
- package/dist/esm/mds-dropdown.entry.js +41 -21
- package/dist/esm/mds-emoji.entry.js +1 -1
- package/dist/esm/mds-entity.entry.js +20 -2
- package/dist/esm/mds-file-preview.entry.js +25 -3
- package/dist/esm/mds-file.entry.js +26 -4
- package/dist/esm/mds-filter-item.entry.js +22 -2
- package/dist/esm/mds-filter.entry.js +24 -2
- package/dist/esm/mds-header-bar.entry.js +24 -2
- package/dist/esm/mds-header.entry.js +20 -4
- package/dist/esm/mds-horizontal-scroll.entry.js +1 -1
- package/dist/esm/mds-hr.entry.js +16 -2
- package/dist/esm/mds-img.entry.js +5 -4
- package/dist/esm/mds-input-date-range-preselection.entry.js +1 -1
- package/dist/esm/mds-input-date-range.entry.js +31 -14
- package/dist/esm/mds-input-date.entry.js +38 -14
- package/dist/esm/mds-input-field.entry.js +1 -1
- package/dist/esm/mds-input-otp.entry.js +1 -1
- package/dist/esm/mds-input-range.entry.js +24 -2
- package/dist/esm/mds-input-select.entry.js +25 -3
- package/dist/esm/mds-input-switch_2.entry.js +27 -4
- package/dist/esm/mds-input-tip_2.entry.js +28 -5
- package/dist/esm/mds-input-upload.entry.js +17 -7
- package/dist/esm/mds-input.entry.js +26 -3
- package/dist/esm/mds-keyboard-key.entry.js +1 -1
- package/dist/esm/mds-keyboard.entry.js +30 -11
- package/dist/esm/mds-kpi-item.entry.js +24 -2
- package/dist/esm/mds-kpi.entry.js +1 -1
- package/dist/esm/mds-label.entry.js +18 -2
- package/dist/esm/mds-list-item.entry.js +12 -2
- package/dist/esm/mds-list.entry.js +1 -1
- package/dist/esm/mds-mention.entry.js +1 -1
- package/dist/esm/mds-modal.entry.js +121 -43
- package/dist/esm/mds-note.entry.js +22 -2
- package/dist/esm/mds-notification.entry.js +14 -4
- package/dist/esm/mds-paginator-item.entry.js +18 -2
- package/dist/esm/mds-paginator.entry.js +39 -2
- package/dist/esm/mds-policy-ai.entry.js +5 -2
- package/dist/esm/mds-pref-animation.entry.js +15 -8
- package/dist/esm/mds-pref-consumption.entry.js +15 -8
- package/dist/esm/mds-pref-contrast.entry.js +15 -8
- package/dist/esm/mds-pref-language-item.entry.js +2 -2
- package/dist/esm/mds-pref-language.entry.js +2 -2
- package/dist/esm/mds-pref-theme-variant-item.entry.js +2 -2
- package/dist/esm/mds-pref-theme-variant.entry.js +2 -2
- package/dist/esm/mds-pref-theme.entry.js +27 -18
- package/dist/esm/mds-pref.entry.js +2 -2
- package/dist/esm/mds-price-table-features-cell.entry.js +24 -2
- package/dist/esm/mds-price-table-features-row.entry.js +24 -2
- package/dist/esm/mds-price-table-features.entry.js +24 -2
- package/dist/esm/mds-price-table-header.entry.js +2 -2
- package/dist/esm/mds-price-table-list-item.entry.js +2 -2
- package/dist/esm/mds-price-table-list.entry.js +24 -2
- package/dist/esm/mds-price-table.entry.js +2 -2
- package/dist/esm/mds-progress_2.entry.js +26 -4
- package/dist/esm/mds-push-notification-item.entry.js +28 -6
- package/dist/esm/mds-push-notification.entry.js +16 -2
- package/dist/esm/mds-quote.entry.js +12 -2
- package/dist/esm/mds-radial-menu-item.entry.js +2 -2
- package/dist/esm/mds-radial-menu.entry.js +3 -3
- package/dist/esm/mds-separator.entry.js +20 -2
- package/dist/esm/mds-status-bar.entry.js +25 -3
- package/dist/esm/mds-stepper-bar-item.entry.js +10 -2
- package/dist/esm/mds-stepper-bar.entry.js +2 -2
- package/dist/esm/mds-tab-bar-item.entry.js +24 -2
- package/dist/esm/mds-tab-bar.entry.js +24 -2
- package/dist/esm/mds-tab_2.entry.js +56 -6
- package/dist/esm/mds-table-body.entry.js +12 -2
- package/dist/esm/mds-table-footer.entry.js +12 -2
- package/dist/esm/mds-table-header-cell.entry.js +12 -2
- package/dist/esm/mds-table-header.entry.js +12 -2
- package/dist/esm/mds-table-row.entry.js +12 -4
- package/dist/esm/mds-table.entry.js +26 -4
- package/dist/esm/mds-text.entry.js +12 -2
- package/dist/esm/mds-toast.entry.js +24 -2
- package/dist/esm/mds-tooltip.entry.js +37 -17
- package/dist/esm/mds-tree-item.entry.js +26 -2
- package/dist/esm/mds-tree.entry.js +34 -2
- package/dist/esm/mds-url-view.entry.js +22 -2
- package/dist/esm/mds-usage.entry.js +24 -2
- package/dist/esm/mds-video-wall.entry.js +2 -2
- package/dist/esm/mds-zero.entry.js +24 -2
- package/dist/esm/preference-fMwnXhio.js +79 -0
- package/dist/esm-es5/floating-controller-D5eXU5Mk.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/magma-components.js +1 -1
- package/dist/esm-es5/mds-accordion-item.entry.js +1 -1
- package/dist/esm-es5/mds-accordion-timer-item.entry.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
- package/dist/esm-es5/mds-accordion.entry.js +1 -1
- package/dist/esm-es5/mds-author.entry.js +1 -1
- package/dist/esm-es5/mds-avatar-stack-item.entry.js +1 -1
- package/dist/esm-es5/mds-avatar-stack.entry.js +1 -1
- package/dist/esm-es5/mds-avatar.entry.js +1 -1
- package/dist/esm-es5/mds-badge.entry.js +1 -1
- package/dist/esm-es5/mds-banner_3.entry.js +1 -1
- package/dist/esm-es5/mds-benchmark-bar.entry.js +1 -1
- package/dist/esm-es5/mds-bibliography.entry.js +1 -1
- package/dist/esm-es5/mds-breadcrumb-item.entry.js +1 -1
- package/dist/esm-es5/mds-breadcrumb.entry.js +1 -1
- package/dist/esm-es5/mds-button-dropdown.entry.js +1 -1
- package/dist/esm-es5/mds-button-group.entry.js +1 -1
- package/dist/esm-es5/mds-button_3.entry.js +1 -1
- package/dist/esm-es5/mds-calendar_2.entry.js +1 -1
- package/dist/esm-es5/mds-card-content.entry.js +1 -1
- package/dist/esm-es5/mds-card-footer.entry.js +1 -1
- package/dist/esm-es5/mds-card-header.entry.js +1 -1
- package/dist/esm-es5/mds-card-media.entry.js +1 -1
- package/dist/esm-es5/mds-card.entry.js +1 -1
- package/dist/esm-es5/mds-details.entry.js +1 -1
- package/dist/esm-es5/mds-dropdown.entry.js +1 -1
- package/dist/esm-es5/mds-emoji.entry.js +1 -1
- package/dist/esm-es5/mds-entity.entry.js +1 -1
- package/dist/esm-es5/mds-file-preview.entry.js +2 -2
- package/dist/esm-es5/mds-file.entry.js +3 -3
- package/dist/esm-es5/mds-filter-item.entry.js +1 -1
- package/dist/esm-es5/mds-filter.entry.js +1 -1
- package/dist/esm-es5/mds-header-bar.entry.js +1 -1
- package/dist/esm-es5/mds-header.entry.js +1 -1
- package/dist/esm-es5/mds-horizontal-scroll.entry.js +1 -1
- package/dist/esm-es5/mds-hr.entry.js +1 -1
- package/dist/esm-es5/mds-img.entry.js +1 -1
- package/dist/esm-es5/mds-input-date-range-preselection.entry.js +1 -1
- package/dist/esm-es5/mds-input-date-range.entry.js +1 -1
- package/dist/esm-es5/mds-input-date.entry.js +1 -1
- package/dist/esm-es5/mds-input-field.entry.js +1 -1
- package/dist/esm-es5/mds-input-otp.entry.js +1 -1
- package/dist/esm-es5/mds-input-range.entry.js +1 -1
- package/dist/esm-es5/mds-input-select.entry.js +1 -1
- package/dist/esm-es5/mds-input-switch_2.entry.js +1 -1
- package/dist/esm-es5/mds-input-tip_2.entry.js +1 -1
- package/dist/esm-es5/mds-input-upload.entry.js +1 -1
- package/dist/esm-es5/mds-input.entry.js +1 -1
- package/dist/esm-es5/mds-keyboard-key.entry.js +1 -1
- package/dist/esm-es5/mds-keyboard.entry.js +1 -1
- package/dist/esm-es5/mds-kpi-item.entry.js +1 -1
- package/dist/esm-es5/mds-kpi.entry.js +1 -1
- package/dist/esm-es5/mds-label.entry.js +1 -1
- package/dist/esm-es5/mds-list-item.entry.js +1 -1
- package/dist/esm-es5/mds-list.entry.js +1 -1
- package/dist/esm-es5/mds-mention.entry.js +1 -1
- package/dist/esm-es5/mds-modal.entry.js +1 -1
- package/dist/esm-es5/mds-note.entry.js +1 -1
- package/dist/esm-es5/mds-notification.entry.js +1 -1
- package/dist/esm-es5/mds-paginator-item.entry.js +1 -1
- package/dist/esm-es5/mds-paginator.entry.js +1 -1
- package/dist/esm-es5/mds-policy-ai.entry.js +1 -1
- package/dist/esm-es5/mds-pref-animation.entry.js +1 -1
- package/dist/esm-es5/mds-pref-consumption.entry.js +1 -1
- package/dist/esm-es5/mds-pref-contrast.entry.js +1 -1
- package/dist/esm-es5/mds-pref-language-item.entry.js +1 -1
- package/dist/esm-es5/mds-pref-language.entry.js +1 -1
- package/dist/esm-es5/mds-pref-theme-variant-item.entry.js +1 -1
- package/dist/esm-es5/mds-pref-theme-variant.entry.js +1 -1
- package/dist/esm-es5/mds-pref-theme.entry.js +1 -1
- package/dist/esm-es5/mds-pref.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-features-cell.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-features-row.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-features.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-header.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-list-item.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-list.entry.js +1 -1
- package/dist/esm-es5/mds-price-table.entry.js +1 -1
- package/dist/esm-es5/mds-progress_2.entry.js +1 -1
- package/dist/esm-es5/mds-push-notification-item.entry.js +1 -1
- package/dist/esm-es5/mds-push-notification.entry.js +1 -1
- package/dist/esm-es5/mds-quote.entry.js +1 -1
- package/dist/esm-es5/mds-radial-menu-item.entry.js +1 -1
- package/dist/esm-es5/mds-radial-menu.entry.js +1 -1
- package/dist/esm-es5/mds-separator.entry.js +1 -1
- package/dist/esm-es5/mds-status-bar.entry.js +1 -1
- package/dist/esm-es5/mds-stepper-bar-item.entry.js +1 -1
- package/dist/esm-es5/mds-stepper-bar.entry.js +1 -1
- package/dist/esm-es5/mds-tab-bar-item.entry.js +1 -1
- package/dist/esm-es5/mds-tab-bar.entry.js +1 -1
- package/dist/esm-es5/mds-tab_2.entry.js +1 -1
- package/dist/esm-es5/mds-table-body.entry.js +1 -1
- package/dist/esm-es5/mds-table-footer.entry.js +1 -1
- package/dist/esm-es5/mds-table-header-cell.entry.js +1 -1
- package/dist/esm-es5/mds-table-header.entry.js +1 -1
- package/dist/esm-es5/mds-table-row.entry.js +1 -1
- package/dist/esm-es5/mds-table.entry.js +1 -1
- package/dist/esm-es5/mds-text.entry.js +1 -1
- package/dist/esm-es5/mds-toast.entry.js +1 -1
- package/dist/esm-es5/mds-tooltip.entry.js +1 -1
- package/dist/esm-es5/mds-tree-item.entry.js +1 -1
- package/dist/esm-es5/mds-tree.entry.js +1 -1
- package/dist/esm-es5/mds-url-view.entry.js +1 -1
- package/dist/esm-es5/mds-usage.entry.js +1 -1
- package/dist/esm-es5/mds-video-wall.entry.js +1 -1
- package/dist/esm-es5/mds-zero.entry.js +1 -1
- package/dist/esm-es5/preference-fMwnXhio.js +1 -0
- package/dist/hydrate/index.js +2084 -527
- package/dist/hydrate/index.mjs +2084 -527
- package/dist/magma-components/magma-components.esm.js +1 -1
- package/dist/magma-components/p-0105d7c7.entry.js +8 -0
- package/dist/magma-components/p-022defe8.entry.js +1 -0
- package/dist/magma-components/p-02d858d0.entry.js +1 -0
- package/dist/magma-components/p-0607a2b3.entry.js +1 -0
- package/dist/magma-components/{p-0b11f03b.entry.js → p-0af4d0ef.entry.js} +1 -1
- package/dist/magma-components/p-0b91aae4.entry.js +1 -0
- package/dist/magma-components/p-0bb29dbd.system.entry.js +1 -0
- package/dist/magma-components/p-0c1a5df0.entry.js +1 -0
- package/dist/magma-components/p-0e986d85.entry.js +18 -0
- package/dist/magma-components/p-0ea42813.entry.js +1 -0
- package/dist/magma-components/p-0fe5aeaf.system.entry.js +1 -0
- package/dist/magma-components/p-10ddec99.system.entry.js +1 -0
- package/dist/magma-components/p-11567740.entry.js +1 -0
- package/dist/magma-components/p-116238cf.system.entry.js +1 -0
- package/dist/magma-components/p-1239667c.system.entry.js +1 -0
- package/dist/magma-components/p-1518fda3.system.entry.js +1 -0
- package/dist/magma-components/p-16c94506.system.entry.js +1 -0
- package/dist/magma-components/p-18823bfc.system.entry.js +1 -0
- package/dist/magma-components/p-188e94ef.system.entry.js +1 -0
- package/dist/magma-components/p-19446c9e.entry.js +1 -0
- package/dist/magma-components/p-1a73c7b0.system.entry.js +1 -0
- package/dist/magma-components/p-1ad03ee9.entry.js +1 -0
- package/dist/magma-components/p-1c4038f7.system.entry.js +1 -0
- package/dist/magma-components/p-2035564c.system.entry.js +1 -0
- package/dist/magma-components/p-2128ce5a.system.entry.js +1 -0
- package/dist/magma-components/p-21ee64ec.entry.js +1 -0
- package/dist/magma-components/p-224d2f55.entry.js +1 -0
- package/dist/magma-components/p-23791e85.system.entry.js +1 -0
- package/dist/magma-components/p-248c1b2c.system.entry.js +1 -0
- package/dist/magma-components/p-249b80a5.entry.js +1 -0
- package/dist/magma-components/p-262daf4f.entry.js +1 -0
- package/dist/magma-components/p-288ce251.entry.js +1 -0
- package/dist/magma-components/p-2a804b82.entry.js +1 -0
- package/dist/magma-components/p-2aff9851.system.entry.js +1 -0
- package/dist/magma-components/p-2b0667f6.system.entry.js +1 -0
- package/dist/magma-components/p-2bd03b3d.system.entry.js +1 -0
- package/dist/magma-components/p-2bfa7ed9.system.entry.js +1 -0
- package/dist/magma-components/p-2c6c80e8.entry.js +1 -0
- package/dist/magma-components/p-2e88e014.system.entry.js +1 -0
- package/dist/magma-components/p-2f5cc981.system.entry.js +1 -0
- package/dist/magma-components/p-31403b12.entry.js +1 -0
- package/dist/magma-components/p-31616d0b.entry.js +1 -0
- package/dist/magma-components/p-33b03c17.system.entry.js +1 -0
- package/dist/magma-components/p-353f30cc.system.entry.js +1 -0
- package/dist/magma-components/p-35482f9d.system.entry.js +1 -0
- package/dist/magma-components/p-35b5889a.system.entry.js +1 -0
- package/dist/magma-components/p-36d9d329.system.entry.js +1 -0
- package/dist/magma-components/p-36fd1ed7.system.entry.js +1 -0
- package/dist/magma-components/p-377c94ee.system.entry.js +1 -0
- package/dist/magma-components/p-385f395d.system.entry.js +1 -0
- package/dist/magma-components/p-39c09a42.system.entry.js +1 -0
- package/dist/magma-components/p-3_AKUQtJ.system.js +1 -0
- package/dist/magma-components/p-3c306ed0.system.entry.js +1 -0
- package/dist/magma-components/p-3de6fa18.entry.js +1 -0
- package/dist/magma-components/p-41da539f.entry.js +1 -0
- package/dist/magma-components/p-422bb9e2.system.entry.js +1 -0
- package/dist/magma-components/p-447c2d1b.entry.js +1 -0
- package/dist/magma-components/p-44e2965d.entry.js +1 -0
- package/dist/magma-components/p-46266f27.entry.js +1 -0
- package/dist/magma-components/p-4630472f.entry.js +1 -0
- package/dist/magma-components/{p-8b3065b4.entry.js → p-4671336c.entry.js} +1 -1
- package/dist/magma-components/p-4803d24f.system.entry.js +1 -0
- package/dist/magma-components/p-4a929c1c.entry.js +1 -0
- package/dist/magma-components/p-4bc7756a.system.entry.js +1 -0
- package/dist/magma-components/p-4f8ae676.system.entry.js +1 -0
- package/dist/magma-components/p-50c922ad.system.entry.js +1 -0
- package/dist/magma-components/p-50cdb70c.system.entry.js +1 -0
- package/dist/magma-components/p-52c10dbf.system.entry.js +1 -0
- package/dist/magma-components/p-52e35c13.system.entry.js +1 -0
- package/dist/magma-components/p-56a8f1d0.system.entry.js +1 -0
- package/dist/magma-components/p-5724212b.entry.js +1 -0
- package/dist/magma-components/p-5be1c273.entry.js +1 -0
- package/dist/magma-components/p-5d05fa1a.entry.js +1 -0
- package/dist/magma-components/p-5de4bf4f.entry.js +1 -0
- package/dist/magma-components/p-5e626696.entry.js +1 -0
- package/dist/magma-components/p-5f1532c0.system.entry.js +1 -0
- package/dist/magma-components/{p-dd860de4.entry.js → p-5fe8c814.entry.js} +1 -1
- package/dist/magma-components/{p-7306b02e.system.entry.js → p-60e8812c.system.entry.js} +1 -1
- package/dist/magma-components/p-611fa0a4.entry.js +1 -0
- package/dist/magma-components/p-61fefe1b.system.entry.js +1 -0
- package/dist/magma-components/p-62c9216f.system.entry.js +1 -0
- package/dist/magma-components/p-652b4e43.entry.js +1 -0
- package/dist/magma-components/p-6a92f533.entry.js +1 -0
- package/dist/magma-components/p-6b3569a0.entry.js +1 -0
- package/dist/magma-components/p-6b9175f1.system.entry.js +1 -0
- package/dist/magma-components/p-6ecfec17.entry.js +1 -0
- package/dist/magma-components/p-6ed096d3.system.entry.js +1 -0
- package/dist/magma-components/p-6ee86191.entry.js +1 -0
- package/dist/magma-components/{p-94713401.entry.js → p-70719b58.entry.js} +1 -1
- package/dist/magma-components/p-70e1a436.entry.js +1 -0
- package/dist/magma-components/p-725d9e09.entry.js +1 -0
- package/dist/magma-components/p-726a76f0.entry.js +1 -0
- package/dist/magma-components/p-72d91c6f.system.entry.js +1 -0
- package/dist/magma-components/{p-68f57bb1.entry.js → p-73926a10.entry.js} +1 -1
- package/dist/magma-components/p-7499262d.system.entry.js +1 -0
- package/dist/magma-components/p-750214a3.entry.js +1 -0
- package/dist/magma-components/p-7590a160.entry.js +1 -0
- package/dist/magma-components/p-75fa7e6f.system.entry.js +1 -0
- package/dist/magma-components/p-765447d4.system.entry.js +1 -0
- package/dist/magma-components/p-76cb480d.entry.js +1 -0
- package/dist/magma-components/p-79e12ac8.entry.js +1 -0
- package/dist/magma-components/p-7b4b9b88.system.entry.js +1 -0
- package/dist/magma-components/p-7c464f28.entry.js +1 -0
- package/dist/magma-components/p-7d338f59.system.entry.js +1 -0
- package/dist/magma-components/p-81e16f90.system.entry.js +1 -0
- package/dist/magma-components/p-82c6cdb9.system.entry.js +1 -0
- package/dist/magma-components/p-83b01f8e.system.entry.js +1 -0
- package/dist/magma-components/p-8546f46f.system.entry.js +1 -0
- package/dist/magma-components/p-85a2d99d.entry.js +1 -0
- package/dist/magma-components/p-8620f425.entry.js +1 -0
- package/dist/magma-components/p-89581b08.system.entry.js +1 -0
- package/dist/magma-components/p-8964a9fe.entry.js +1 -0
- package/dist/magma-components/p-899cd759.entry.js +1 -0
- package/dist/magma-components/p-8b2408b2.entry.js +1 -0
- package/dist/magma-components/p-8b9f6896.entry.js +1 -0
- package/dist/magma-components/p-8bde0c42.entry.js +1 -0
- package/dist/magma-components/p-8d5955ca.system.entry.js +1 -0
- package/dist/magma-components/p-91a1d3d5.entry.js +1 -0
- package/dist/magma-components/p-93538408.system.entry.js +1 -0
- package/dist/magma-components/p-94ff105b.system.entry.js +1 -0
- package/dist/magma-components/p-96f7ec63.entry.js +1 -0
- package/dist/magma-components/p-97144490.entry.js +1 -0
- package/dist/magma-components/p-999b0698.system.entry.js +1 -0
- package/dist/magma-components/p-9e533765.system.entry.js +18 -0
- package/dist/magma-components/p-DTZViJWJ.system.js +1 -1
- package/dist/magma-components/p-DssKRrAV.system.js +1 -0
- package/dist/magma-components/p-MSUJeuJp.js +1 -0
- package/dist/magma-components/p-a24d6d4a.system.entry.js +1 -0
- package/dist/magma-components/p-a24dadaa.system.entry.js +1 -0
- package/dist/magma-components/p-a2b84011.system.entry.js +1 -0
- package/dist/magma-components/p-a2d761d6.entry.js +1 -0
- package/dist/magma-components/p-a379adca.entry.js +1 -0
- package/dist/magma-components/p-a46f7424.system.entry.js +1 -0
- package/dist/magma-components/p-a47708f1.system.entry.js +1 -0
- package/dist/magma-components/p-a4d11055.system.entry.js +1 -0
- package/dist/magma-components/{p-7595afcf.entry.js → p-a5ef9d32.entry.js} +1 -1
- package/dist/magma-components/p-a6103622.entry.js +1 -0
- package/dist/magma-components/p-a6b8b861.entry.js +1 -0
- package/dist/magma-components/p-a6bdaa85.entry.js +1 -0
- package/dist/magma-components/p-a716833c.system.entry.js +1 -0
- package/dist/magma-components/p-a877906d.system.entry.js +1 -0
- package/dist/magma-components/p-a8a2d90e.system.entry.js +1 -0
- package/dist/magma-components/p-a92edada.entry.js +1 -0
- package/dist/magma-components/p-aafec5fe.entry.js +1 -0
- package/dist/magma-components/p-abce0c57.system.entry.js +1 -0
- package/dist/magma-components/p-ac2ee475.entry.js +1 -0
- package/dist/magma-components/p-ac5baffa.system.entry.js +1 -0
- package/dist/magma-components/p-ad1ad433.system.entry.js +1 -0
- package/dist/magma-components/p-ae433eb9.entry.js +1 -0
- package/dist/magma-components/p-afaef9a1.entry.js +1 -0
- package/dist/magma-components/p-b257222c.system.entry.js +1 -0
- package/dist/magma-components/p-b472ed3c.entry.js +1 -0
- package/dist/magma-components/p-b4fc19e9.entry.js +1 -0
- package/dist/magma-components/p-b53ef2c1.entry.js +1 -0
- package/dist/magma-components/p-b7dedc9f.entry.js +1 -0
- package/dist/magma-components/p-b97edfb5.entry.js +1 -0
- package/dist/magma-components/p-bc851caf.entry.js +1 -0
- package/dist/magma-components/p-bc8ef479.system.entry.js +9 -0
- package/dist/magma-components/p-bdc54840.system.entry.js +1 -0
- package/dist/magma-components/p-bf29ca5a.entry.js +1 -0
- package/dist/magma-components/p-bfc29d3b.system.entry.js +1 -0
- package/dist/magma-components/p-bff1e84c.system.entry.js +1 -0
- package/dist/magma-components/p-c01c49b6.entry.js +1 -0
- package/dist/magma-components/p-c0296d86.system.entry.js +1 -0
- package/dist/magma-components/p-c036f516.entry.js +1 -0
- package/dist/magma-components/p-c3d8aa52.entry.js +1 -0
- package/dist/magma-components/{p-d1eea8ca.system.entry.js → p-c4e7b103.system.entry.js} +1 -1
- package/dist/magma-components/p-c7a0a746.system.entry.js +1 -0
- package/dist/magma-components/p-c92a772e.entry.js +1 -0
- package/dist/magma-components/p-ca09ab1d.system.entry.js +1 -0
- package/dist/magma-components/p-cc9212ce.system.entry.js +1 -0
- package/dist/magma-components/p-cc95225c.system.entry.js +1 -0
- package/dist/magma-components/p-cd49c455.entry.js +1 -0
- package/dist/magma-components/p-d0542487.entry.js +1 -0
- package/dist/magma-components/p-d0dfe659.entry.js +1 -0
- package/dist/magma-components/p-d0eb94ea.system.entry.js +1 -0
- package/dist/magma-components/p-d3e5c4eb.system.entry.js +1 -0
- package/dist/magma-components/p-d4295773.entry.js +1 -0
- package/dist/magma-components/p-d5700423.system.entry.js +1 -0
- package/dist/magma-components/{p-292f4566.system.entry.js → p-d838cb1c.system.entry.js} +1 -1
- package/dist/magma-components/p-d9605a5d.system.entry.js +1 -0
- package/dist/magma-components/p-daa8f835.entry.js +1 -0
- package/dist/magma-components/p-db4e2a0b.system.entry.js +1 -0
- package/dist/magma-components/p-de0dac8f.entry.js +1 -0
- package/dist/magma-components/p-de8204f9.entry.js +1 -0
- package/dist/magma-components/p-e0b841e3.entry.js +1 -0
- package/dist/magma-components/p-e35ab355.entry.js +1 -0
- package/dist/magma-components/p-e44e2652.system.entry.js +1 -0
- package/dist/magma-components/p-e48d23f4.system.entry.js +1 -0
- package/dist/magma-components/p-e570aec5.system.entry.js +1 -0
- package/dist/magma-components/p-e57698df.system.entry.js +1 -0
- package/dist/magma-components/p-e669739e.entry.js +1 -0
- package/dist/magma-components/p-e8fa7a07.entry.js +1 -0
- package/dist/magma-components/{p-19f99447.entry.js → p-ea2c8dd1.entry.js} +1 -1
- package/dist/magma-components/p-ea881c45.system.entry.js +1 -0
- package/dist/magma-components/p-ebfb6963.system.entry.js +1 -0
- package/dist/magma-components/p-eca8523b.system.entry.js +1 -0
- package/dist/magma-components/p-ef142420.system.entry.js +1 -0
- package/dist/magma-components/p-ef56af85.system.entry.js +1 -0
- package/dist/magma-components/p-f0762290.entry.js +1 -0
- package/dist/magma-components/p-f1832c1e.system.entry.js +1 -0
- package/dist/magma-components/p-f4b1974a.entry.js +1 -0
- package/dist/magma-components/p-f7cfc9a7.system.entry.js +1 -0
- package/dist/magma-components/p-f83a9e08.entry.js +1 -0
- package/dist/magma-components/p-f8ee5fec.system.entry.js +1 -0
- package/dist/magma-components/p-f91dab2b.entry.js +1 -0
- package/dist/magma-components/p-fMwnXhio.js +1 -0
- package/dist/magma-components/p-fa61d03c.entry.js +1 -0
- package/dist/magma-components/p-fbf423a7.system.entry.js +1 -0
- package/dist/magma-components/p-fbfb589c.entry.js +1 -0
- package/dist/magma-components/p-fc56d9ae.entry.js +1 -0
- package/dist/magma-components/p-fc862fe2.system.entry.js +1 -0
- package/dist/magma-components/{p-59d65cff.entry.js → p-fd574e21.entry.js} +1 -1
- package/dist/magma-components/p-fd649ac2.entry.js +1 -0
- package/dist/magma-components/p-fed36619.entry.js +1 -0
- package/dist/stats.json +4297 -2219
- package/dist/types/common/floating-controller.d.ts +3 -3
- package/dist/types/common/preference.d.ts +22 -0
- package/dist/types/components/mds-accordion/mds-accordion.d.ts +10 -2
- package/dist/types/components/mds-accordion/test/mds-accordion.stories.d.ts +3 -2
- package/dist/types/components/mds-accordion-item/mds-accordion-item.d.ts +10 -0
- package/dist/types/components/mds-accordion-timer-item/mds-accordion-timer-item.d.ts +4 -0
- package/dist/types/components/mds-avatar/mds-avatar.d.ts +8 -0
- package/dist/types/components/mds-badge/mds-badge.d.ts +10 -0
- package/dist/types/components/mds-banner/mds-banner.d.ts +11 -2
- package/dist/types/components/mds-banner/test/mds-banner.stories.d.ts +2 -2
- package/dist/types/components/mds-breadcrumb/mds-breadcrumb.d.ts +2 -2
- package/dist/types/components/mds-breadcrumb/test/mds-breadcrumb.stories.d.ts +1 -1
- package/dist/types/components/mds-button/mds-button.d.ts +6 -0
- package/dist/types/components/mds-calendar/mds-calendar.d.ts +6 -0
- package/dist/types/components/mds-card/mds-card.d.ts +10 -2
- package/dist/types/components/mds-card/test/mds-card.stories.d.ts +2 -2
- package/dist/types/components/mds-chip/mds-chip.d.ts +9 -0
- package/dist/types/components/mds-details/mds-details.d.ts +5 -0
- package/dist/types/components/mds-dropdown/mds-dropdown.d.ts +20 -11
- package/dist/types/components/mds-dropdown/test/mds-dropdown.stories.d.ts +10 -10
- package/dist/types/components/mds-entity/mds-entity.d.ts +8 -0
- package/dist/types/components/mds-file/mds-file.d.ts +12 -2
- package/dist/types/components/mds-file/test/mds-file.stories.d.ts +1 -1
- package/dist/types/components/mds-file-preview/mds-file-preview.d.ts +10 -0
- package/dist/types/components/mds-filter/mds-filter.d.ts +10 -0
- package/dist/types/components/mds-filter-item/mds-filter-item.d.ts +9 -0
- package/dist/types/components/mds-header/mds-header.d.ts +9 -2
- package/dist/types/components/mds-header/test/mds-header.stories.d.ts +1 -1
- package/dist/types/components/mds-header-bar/mds-header-bar.d.ts +10 -0
- package/dist/types/components/mds-help/mds-help.d.ts +2 -2
- package/dist/types/components/mds-hr/mds-hr.d.ts +6 -0
- package/dist/types/components/mds-icon/mds-icon.d.ts +0 -1
- package/dist/types/components/mds-img/mds-img.d.ts +1 -0
- package/dist/types/components/mds-input/mds-input.d.ts +10 -0
- package/dist/types/components/mds-input-date/mds-input-date.d.ts +12 -0
- package/dist/types/components/mds-input-date-range/mds-input-date-range.d.ts +11 -0
- package/dist/types/components/mds-input-range/mds-input-range.d.ts +10 -0
- package/dist/types/components/mds-input-select/mds-input-select.d.ts +10 -0
- package/dist/types/components/mds-input-switch/mds-input-switch.d.ts +6 -0
- package/dist/types/components/mds-input-tip/mds-input-tip.d.ts +4 -0
- package/dist/types/components/mds-input-tip-item/mds-input-tip-item.d.ts +6 -0
- package/dist/types/components/mds-input-upload/mds-input-upload.d.ts +3 -0
- package/dist/types/components/mds-keyboard/mds-keyboard.d.ts +6 -1
- package/dist/types/components/mds-kpi-item/mds-kpi-item.d.ts +10 -0
- package/dist/types/components/mds-label/mds-label.d.ts +7 -0
- package/dist/types/components/mds-list-item/mds-list-item.d.ts +4 -0
- package/dist/types/components/mds-modal/mds-modal.d.ts +23 -12
- package/dist/types/components/mds-modal/meta/types.d.ts +0 -1
- package/dist/types/components/mds-modal/test/mds-modal.stories.d.ts +16 -2
- package/dist/types/components/mds-note/mds-note.d.ts +9 -0
- package/dist/types/components/mds-notification/mds-notification.d.ts +5 -2
- package/dist/types/components/mds-notification/test/mds-notification.stories.d.ts +6 -6
- package/dist/types/components/mds-paginator/mds-paginator.d.ts +15 -0
- package/dist/types/components/mds-paginator-item/mds-paginator-item.d.ts +7 -0
- package/dist/types/components/mds-policy-ai/mds-policy-ai.d.ts +1 -0
- package/dist/types/components/mds-pref-animation/mds-pref-animation.d.ts +5 -0
- package/dist/types/components/mds-pref-consumption/mds-pref-consumption.d.ts +5 -0
- package/dist/types/components/mds-pref-contrast/mds-pref-contrast.d.ts +5 -0
- package/dist/types/components/mds-pref-theme/mds-pref-theme.d.ts +9 -0
- package/dist/types/components/mds-price-table-features/mds-price-table-features.d.ts +10 -0
- package/dist/types/components/mds-price-table-features-cell/mds-price-table-features-cell.d.ts +10 -0
- package/dist/types/components/mds-price-table-features-row/mds-price-table-features-row.d.ts +10 -0
- package/dist/types/components/mds-price-table-list/mds-price-table-list.d.ts +10 -0
- package/dist/types/components/mds-progress/mds-progress.d.ts +10 -0
- package/dist/types/components/mds-push-notification/mds-push-notification.d.ts +6 -0
- package/dist/types/components/mds-push-notification-item/mds-push-notification-item.d.ts +11 -1
- package/dist/types/components/mds-quote/mds-quote.d.ts +4 -0
- package/dist/types/components/mds-separator/mds-separator.d.ts +8 -0
- package/dist/types/components/mds-spinner/mds-spinner.d.ts +4 -0
- package/dist/types/components/mds-status-bar/mds-status-bar.d.ts +10 -0
- package/dist/types/components/mds-stepper-bar-item/mds-stepper-bar-item.d.ts +3 -0
- package/dist/types/components/mds-tab/mds-tab.d.ts +11 -1
- package/dist/types/components/mds-tab-bar/mds-tab-bar.d.ts +10 -0
- package/dist/types/components/mds-tab-bar-item/mds-tab-bar-item.d.ts +10 -0
- package/dist/types/components/mds-tab-item/mds-tab-item.d.ts +20 -0
- package/dist/types/components/mds-table/mds-table.d.ts +9 -0
- package/dist/types/components/mds-table-body/mds-table-body.d.ts +4 -0
- package/dist/types/components/mds-table-cell/mds-table-cell.d.ts +4 -0
- package/dist/types/components/mds-table-footer/mds-table-footer.d.ts +4 -0
- package/dist/types/components/mds-table-header/mds-table-header.d.ts +4 -0
- package/dist/types/components/mds-table-header-cell/mds-table-header-cell.d.ts +4 -0
- package/dist/types/components/mds-table-row/mds-table-row.d.ts +8 -0
- package/dist/types/components/mds-text/mds-text.d.ts +4 -0
- package/dist/types/components/mds-toast/mds-toast.d.ts +10 -0
- package/dist/types/components/mds-tooltip/mds-tooltip.d.ts +17 -8
- package/dist/types/components/mds-tooltip/test/mds-tooltip.stories.d.ts +8 -8
- package/dist/types/components/mds-tree/mds-tree.d.ts +5 -0
- package/dist/types/components/mds-tree-item/mds-tree-item.d.ts +25 -1
- package/dist/types/components/mds-url-view/mds-url-view.d.ts +9 -0
- package/dist/types/components/mds-usage/mds-usage.d.ts +10 -0
- package/dist/types/components/mds-zero/mds-zero.d.ts +10 -0
- package/dist/types/components.d.ts +200 -160
- package/package.json +6 -3
- package/dist/esm-es5/floating-controller-CP3-OFb9.js +0 -1
- package/dist/magma-components/p-00313884.entry.js +0 -1
- package/dist/magma-components/p-01dc43dd.entry.js +0 -1
- package/dist/magma-components/p-01dca5e8.entry.js +0 -1
- package/dist/magma-components/p-030d45e3.entry.js +0 -1
- package/dist/magma-components/p-0328a23e.system.entry.js +0 -1
- package/dist/magma-components/p-08c6869a.entry.js +0 -1
- package/dist/magma-components/p-09de9fc5.system.entry.js +0 -1
- package/dist/magma-components/p-0acb46c8.entry.js +0 -1
- package/dist/magma-components/p-0b10ef9f.system.entry.js +0 -1
- package/dist/magma-components/p-0be56202.system.entry.js +0 -1
- package/dist/magma-components/p-0de58147.entry.js +0 -1
- package/dist/magma-components/p-0e481e5c.system.entry.js +0 -1
- package/dist/magma-components/p-0f104850.system.entry.js +0 -1
- package/dist/magma-components/p-1073bf63.entry.js +0 -1
- package/dist/magma-components/p-11490a89.entry.js +0 -1
- package/dist/magma-components/p-137b0bbe.system.entry.js +0 -1
- package/dist/magma-components/p-14a98729.entry.js +0 -1
- package/dist/magma-components/p-14d858f8.system.entry.js +0 -1
- package/dist/magma-components/p-14e918de.system.entry.js +0 -1
- package/dist/magma-components/p-154ef5b9.entry.js +0 -1
- package/dist/magma-components/p-158af6e3.entry.js +0 -1
- package/dist/magma-components/p-17427d8a.system.entry.js +0 -1
- package/dist/magma-components/p-1805592d.entry.js +0 -1
- package/dist/magma-components/p-18563022.entry.js +0 -1
- package/dist/magma-components/p-1a56d383.system.entry.js +0 -1
- package/dist/magma-components/p-1bb7895a.system.entry.js +0 -1
- package/dist/magma-components/p-1ce791c1.system.entry.js +0 -1
- package/dist/magma-components/p-1da904c3.system.entry.js +0 -1
- package/dist/magma-components/p-20961bf1.entry.js +0 -1
- package/dist/magma-components/p-24a9ed63.system.entry.js +0 -1
- package/dist/magma-components/p-26b131cf.entry.js +0 -1
- package/dist/magma-components/p-28ebb626.entry.js +0 -1
- package/dist/magma-components/p-2a1d3680.system.entry.js +0 -1
- package/dist/magma-components/p-2ab75334.system.entry.js +0 -1
- package/dist/magma-components/p-2ccc796b.system.entry.js +0 -1
- package/dist/magma-components/p-2d9d0887.system.entry.js +0 -1
- package/dist/magma-components/p-2df01d02.system.entry.js +0 -1
- package/dist/magma-components/p-3145c7eb.entry.js +0 -1
- package/dist/magma-components/p-34018dfe.entry.js +0 -1
- package/dist/magma-components/p-35a9f1b4.system.entry.js +0 -18
- package/dist/magma-components/p-35ec8bbd.entry.js +0 -1
- package/dist/magma-components/p-370f9463.system.entry.js +0 -1
- package/dist/magma-components/p-387948c4.system.entry.js +0 -1
- package/dist/magma-components/p-3aeecbba.system.entry.js +0 -1
- package/dist/magma-components/p-3af9132f.system.entry.js +0 -1
- package/dist/magma-components/p-3bfd085f.system.entry.js +0 -1
- package/dist/magma-components/p-3c246a39.entry.js +0 -1
- package/dist/magma-components/p-3c2bf79b.entry.js +0 -1
- package/dist/magma-components/p-3ce52f3c.entry.js +0 -1
- package/dist/magma-components/p-3e5993b4.entry.js +0 -1
- package/dist/magma-components/p-3ef80cd4.system.entry.js +0 -1
- package/dist/magma-components/p-3fc3b8b4.entry.js +0 -1
- package/dist/magma-components/p-423955d1.system.entry.js +0 -1
- package/dist/magma-components/p-42f336df.system.entry.js +0 -1
- package/dist/magma-components/p-45a85712.system.entry.js +0 -1
- package/dist/magma-components/p-460cd731.system.entry.js +0 -1
- package/dist/magma-components/p-473f6954.entry.js +0 -1
- package/dist/magma-components/p-47fa0ecf.entry.js +0 -1
- package/dist/magma-components/p-4b07fe37.entry.js +0 -1
- package/dist/magma-components/p-4b884441.entry.js +0 -1
- package/dist/magma-components/p-4ba583c9.entry.js +0 -1
- package/dist/magma-components/p-4c08fe3e.entry.js +0 -1
- package/dist/magma-components/p-4f490917.entry.js +0 -1
- package/dist/magma-components/p-4f98fdba.system.entry.js +0 -1
- package/dist/magma-components/p-50553954.system.entry.js +0 -1
- package/dist/magma-components/p-523d4716.entry.js +0 -1
- package/dist/magma-components/p-52ccfafc.system.entry.js +0 -1
- package/dist/magma-components/p-52e2f903.entry.js +0 -1
- package/dist/magma-components/p-53195d95.system.entry.js +0 -1
- package/dist/magma-components/p-5488f51f.system.entry.js +0 -1
- package/dist/magma-components/p-553927f9.system.entry.js +0 -1
- package/dist/magma-components/p-55b4bbba.entry.js +0 -1
- package/dist/magma-components/p-583f5ffa.entry.js +0 -1
- package/dist/magma-components/p-59f53701.system.entry.js +0 -1
- package/dist/magma-components/p-5b881091.entry.js +0 -1
- package/dist/magma-components/p-5c44d208.entry.js +0 -1
- package/dist/magma-components/p-5fdcd8e2.system.entry.js +0 -1
- package/dist/magma-components/p-5fe7b875.system.entry.js +0 -1
- package/dist/magma-components/p-614e7f83.system.entry.js +0 -1
- package/dist/magma-components/p-62cf9003.system.entry.js +0 -1
- package/dist/magma-components/p-63898681.entry.js +0 -1
- package/dist/magma-components/p-663a510e.entry.js +0 -1
- package/dist/magma-components/p-6ae4df92.system.entry.js +0 -1
- package/dist/magma-components/p-6d268a59.entry.js +0 -1
- package/dist/magma-components/p-75011fed.system.entry.js +0 -9
- package/dist/magma-components/p-77e9bd68.entry.js +0 -1
- package/dist/magma-components/p-7d836722.entry.js +0 -1
- package/dist/magma-components/p-7e037cf3.entry.js +0 -8
- package/dist/magma-components/p-8106dbfd.system.entry.js +0 -1
- package/dist/magma-components/p-82deeaa0.system.entry.js +0 -1
- package/dist/magma-components/p-83589b83.entry.js +0 -1
- package/dist/magma-components/p-83721814.entry.js +0 -18
- package/dist/magma-components/p-83de0e53.system.entry.js +0 -1
- package/dist/magma-components/p-849760e7.system.entry.js +0 -1
- package/dist/magma-components/p-85ac6e54.system.entry.js +0 -1
- package/dist/magma-components/p-87f8a213.entry.js +0 -1
- package/dist/magma-components/p-89bf698e.system.entry.js +0 -1
- package/dist/magma-components/p-89f96753.system.entry.js +0 -1
- package/dist/magma-components/p-8bec8ad6.system.entry.js +0 -1
- package/dist/magma-components/p-8d76853c.system.entry.js +0 -1
- package/dist/magma-components/p-8f1ce3f1.system.entry.js +0 -1
- package/dist/magma-components/p-9021fa60.entry.js +0 -1
- package/dist/magma-components/p-90b72c1c.system.entry.js +0 -1
- package/dist/magma-components/p-90d5b6df.system.entry.js +0 -1
- package/dist/magma-components/p-913372ff.entry.js +0 -1
- package/dist/magma-components/p-94093140.system.entry.js +0 -1
- package/dist/magma-components/p-944d9b27.system.entry.js +0 -1
- package/dist/magma-components/p-956b5ae6.entry.js +0 -1
- package/dist/magma-components/p-95eae04e.entry.js +0 -1
- package/dist/magma-components/p-961a2531.entry.js +0 -1
- package/dist/magma-components/p-9658cb0c.entry.js +0 -1
- package/dist/magma-components/p-96d1a168.entry.js +0 -1
- package/dist/magma-components/p-96f6a646.entry.js +0 -1
- package/dist/magma-components/p-98435b90.system.entry.js +0 -1
- package/dist/magma-components/p-988b0c7c.entry.js +0 -1
- package/dist/magma-components/p-98a05642.system.entry.js +0 -1
- package/dist/magma-components/p-99f7a1b6.system.entry.js +0 -1
- package/dist/magma-components/p-9a1940c1.system.entry.js +0 -1
- package/dist/magma-components/p-9a89bc78.system.entry.js +0 -1
- package/dist/magma-components/p-9ad586a7.system.entry.js +0 -1
- package/dist/magma-components/p-9b52918e.system.entry.js +0 -1
- package/dist/magma-components/p-9yaIBCJC.system.js +0 -1
- package/dist/magma-components/p-CxU_BeBE.js +0 -1
- package/dist/magma-components/p-a1af65e8.entry.js +0 -1
- package/dist/magma-components/p-a5473293.system.entry.js +0 -1
- package/dist/magma-components/p-a6caafcb.system.entry.js +0 -1
- package/dist/magma-components/p-a7bd4585.entry.js +0 -1
- package/dist/magma-components/p-a88fba47.system.entry.js +0 -1
- package/dist/magma-components/p-a959ade4.entry.js +0 -1
- package/dist/magma-components/p-aa7d8972.entry.js +0 -1
- package/dist/magma-components/p-aa98652f.entry.js +0 -1
- package/dist/magma-components/p-aaeb0ee3.system.entry.js +0 -1
- package/dist/magma-components/p-ab89bf5b.system.entry.js +0 -1
- package/dist/magma-components/p-abc720e3.entry.js +0 -1
- package/dist/magma-components/p-abe87810.entry.js +0 -1
- package/dist/magma-components/p-ac80aca8.entry.js +0 -1
- package/dist/magma-components/p-acb07134.system.entry.js +0 -1
- package/dist/magma-components/p-acd4f96a.entry.js +0 -1
- package/dist/magma-components/p-af49bca2.entry.js +0 -1
- package/dist/magma-components/p-af670eaf.entry.js +0 -1
- package/dist/magma-components/p-b14a94e0.system.entry.js +0 -1
- package/dist/magma-components/p-b2bc194a.entry.js +0 -1
- package/dist/magma-components/p-b2e76c18.system.entry.js +0 -1
- package/dist/magma-components/p-b37dff80.system.entry.js +0 -1
- package/dist/magma-components/p-b3e3226e.entry.js +0 -1
- package/dist/magma-components/p-b40f1153.entry.js +0 -1
- package/dist/magma-components/p-b4709a95.entry.js +0 -1
- package/dist/magma-components/p-b5db6527.system.entry.js +0 -1
- package/dist/magma-components/p-b764defa.entry.js +0 -1
- package/dist/magma-components/p-b9b2501e.system.entry.js +0 -1
- package/dist/magma-components/p-b9b5bcdd.system.entry.js +0 -1
- package/dist/magma-components/p-ba2a0bc1.system.entry.js +0 -1
- package/dist/magma-components/p-bb4380cd.entry.js +0 -1
- package/dist/magma-components/p-bce3a8b0.system.entry.js +0 -1
- package/dist/magma-components/p-bd2998e6.system.entry.js +0 -1
- package/dist/magma-components/p-bd3dbc2d.entry.js +0 -1
- package/dist/magma-components/p-bed57abb.entry.js +0 -1
- package/dist/magma-components/p-bfed0b7a.entry.js +0 -1
- package/dist/magma-components/p-c6177cb9.system.entry.js +0 -1
- package/dist/magma-components/p-c638556c.entry.js +0 -1
- package/dist/magma-components/p-c6fa4a21.entry.js +0 -1
- package/dist/magma-components/p-c8e99385.system.entry.js +0 -1
- package/dist/magma-components/p-c9231987.entry.js +0 -1
- package/dist/magma-components/p-c9c51ba6.system.entry.js +0 -1
- package/dist/magma-components/p-cc53b30c.entry.js +0 -1
- package/dist/magma-components/p-ccc0521c.entry.js +0 -1
- package/dist/magma-components/p-cd71630e.system.entry.js +0 -1
- package/dist/magma-components/p-cd879243.system.entry.js +0 -1
- package/dist/magma-components/p-ce064d47.entry.js +0 -1
- package/dist/magma-components/p-d2537229.system.entry.js +0 -1
- package/dist/magma-components/p-d2617a1a.entry.js +0 -1
- package/dist/magma-components/p-d41c4637.system.entry.js +0 -1
- package/dist/magma-components/p-d88f44aa.entry.js +0 -1
- package/dist/magma-components/p-dae9ae8e.system.entry.js +0 -1
- package/dist/magma-components/p-df87e2f5.system.entry.js +0 -1
- package/dist/magma-components/p-dfe082be.system.entry.js +0 -1
- package/dist/magma-components/p-e00ba5a0.entry.js +0 -1
- package/dist/magma-components/p-e0d12fa2.system.entry.js +0 -1
- package/dist/magma-components/p-e2cd11c3.entry.js +0 -1
- package/dist/magma-components/p-e5fb3081.system.entry.js +0 -1
- package/dist/magma-components/p-e67a6452.entry.js +0 -1
- package/dist/magma-components/p-e6d8c9e3.system.entry.js +0 -1
- package/dist/magma-components/p-e71aecc1.entry.js +0 -1
- package/dist/magma-components/p-eac692ea.system.entry.js +0 -1
- package/dist/magma-components/p-ecf2e98d.system.entry.js +0 -1
- package/dist/magma-components/p-ed6d1453.system.entry.js +0 -1
- package/dist/magma-components/p-f289eb5a.entry.js +0 -1
- package/dist/magma-components/p-f3604c99.entry.js +0 -1
- package/dist/magma-components/p-f3dbca34.entry.js +0 -1
- package/dist/magma-components/p-f4b4bdf2.system.entry.js +0 -1
- package/dist/magma-components/p-f56d16f7.entry.js +0 -1
- package/dist/magma-components/p-f8014852.system.entry.js +0 -1
- package/dist/magma-components/p-f851100d.entry.js +0 -1
- package/dist/magma-components/p-f8d5adce.entry.js +0 -1
- package/dist/magma-components/p-fa427f75.system.entry.js +0 -1
- package/dist/magma-components/p-fa6a05b5.entry.js +0 -1
- package/dist/magma-components/p-fb8b0104.entry.js +0 -1
- package/dist/magma-components/p-fcf59139.system.entry.js +0 -1
- package/dist/magma-components/p-fe3d5720.system.entry.js +0 -1
- package/dist/magma-components/p-fe85ad8e.system.entry.js +0 -1
- package/dist/magma-components/p-ffae137a.entry.js +0 -1
|
@@ -55,6 +55,8 @@ mds-text {
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
:host {
|
|
58
|
+
--mds-filter-item-transition-duration: var(--duration-200, 200ms);
|
|
59
|
+
--private-filter-item-transition-duration: var(--mds-filter-item-transition-duration);
|
|
58
60
|
--mds-filter-item-count-background-default: rgb(var(--tone-neutral-08, 107 107 107));
|
|
59
61
|
--mds-filter-item-count-color-default: rgb(var(--tone-neutral-02, 244 244 244));
|
|
60
62
|
--mds-filter-item-count-background-selected: rgb(var(--tone-neutral-05, 197 197 197));
|
|
@@ -71,7 +73,7 @@ mds-text {
|
|
|
71
73
|
gap: --spacing(100);
|
|
72
74
|
justify-content: center;
|
|
73
75
|
padding: --spacing(200) --spacing(400);
|
|
74
|
-
transition-duration: var(--duration
|
|
76
|
+
transition-duration: var(--private-filter-item-transition-duration);
|
|
75
77
|
transition-property: background-color, box-shadow, color, outline, outline-offset;
|
|
76
78
|
transition-timing-function: var(--ease-out);
|
|
77
79
|
user-select: none;
|
|
@@ -130,18 +132,31 @@ mds-text {
|
|
|
130
132
|
color: var(--mds-filter-item-count-color-selected, rgb(var(--tone-neutral, 0 0 0)));
|
|
131
133
|
}
|
|
132
134
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
+
/* Animation preference. The component mirrors the resolved mode from <html>
|
|
136
|
+
* onto its host as pref-animation (see subscribePreference in @common/preference);
|
|
137
|
+
* these plain shadow selectors then zero the private duration(s) the base CSS
|
|
138
|
+
* reads. `reduce` always stops; `system` and no controller follow the OS via
|
|
139
|
+
* @media; `no-preference` keeps the base value. Customization composes (the base
|
|
140
|
+
* sets --private from the public token, this only overrides it when reduced). */
|
|
141
|
+
|
|
142
|
+
:host([pref-animation='reduce']) {
|
|
143
|
+
--private-filter-item-transition-duration: 0s;
|
|
135
144
|
}
|
|
136
145
|
|
|
137
|
-
@media (prefers-reduced-motion) {
|
|
138
|
-
:host
|
|
139
|
-
:host
|
|
140
|
-
transition-duration: 0s;
|
|
146
|
+
@media (prefers-reduced-motion: reduce) {
|
|
147
|
+
:host([pref-animation='system']),
|
|
148
|
+
:host(:not([pref-animation])) {
|
|
149
|
+
--private-filter-item-transition-duration: 0s;
|
|
141
150
|
}
|
|
142
151
|
}
|
|
143
152
|
|
|
144
|
-
|
|
153
|
+
/* Theme preference. The component reflects the resolved theme mode and scheme
|
|
154
|
+
* from <html> onto its host as pref-theme + pref-theme-scheme (see
|
|
155
|
+
* subscribePreference in @common/preference); these plain shadow selectors refine
|
|
156
|
+
* for dark. `dark` is the explicit choice; `system` and no controller follow the
|
|
157
|
+
* OS via @media; the scheme axis gates it. Cross-browser, no :host-context. */
|
|
158
|
+
|
|
159
|
+
:host([pref-theme='dark']:not([pref-theme-scheme='light'])) {
|
|
145
160
|
background-color: rgb(var(--tone-neutral-10, 60 60 60));
|
|
146
161
|
|
|
147
162
|
&:host([selected]:not([selected='false'])) {
|
|
@@ -155,8 +170,8 @@ mds-text {
|
|
|
155
170
|
}
|
|
156
171
|
|
|
157
172
|
@media (prefers-color-scheme: dark) {
|
|
158
|
-
:host
|
|
159
|
-
:host
|
|
173
|
+
:host([pref-theme='system']:not([pref-theme-scheme='light'])),
|
|
174
|
+
:host(:not([pref-theme])) {
|
|
160
175
|
background-color: rgb(var(--tone-neutral-10, 60 60 60));
|
|
161
176
|
|
|
162
177
|
&:host([selected]:not([selected='false'])) {
|
|
@@ -170,7 +185,12 @@ mds-text {
|
|
|
170
185
|
}
|
|
171
186
|
}
|
|
172
187
|
|
|
173
|
-
|
|
188
|
+
/* Contrast preference. The component reflects the resolved mode from <html> onto
|
|
189
|
+
* its host as pref-contrast (see subscribePreference in @common/preference); these
|
|
190
|
+
* plain shadow selectors refine for high contrast. `more` is the explicit choice;
|
|
191
|
+
* `system` and no controller follow the OS via @media. Cross-browser, no :host-context. */
|
|
192
|
+
|
|
193
|
+
:host([pref-contrast='more']) {
|
|
174
194
|
&:host([selected]:not([selected='false'])),
|
|
175
195
|
&:host(:hover) {
|
|
176
196
|
box-shadow: var(--shadow-outline-strong-50);
|
|
@@ -178,8 +198,8 @@ mds-text {
|
|
|
178
198
|
}
|
|
179
199
|
|
|
180
200
|
@media (prefers-contrast: more) {
|
|
181
|
-
:host
|
|
182
|
-
:host
|
|
201
|
+
:host([pref-contrast='system']),
|
|
202
|
+
:host(:not([pref-contrast])) {
|
|
183
203
|
&:host([selected]:not([selected='false'])),
|
|
184
204
|
&:host(:hover) {
|
|
185
205
|
box-shadow: var(--shadow-outline-strong-50);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Host, h } from "@stencil/core";
|
|
2
2
|
import { KeyboardManager } from "../../common/keyboard-manager";
|
|
3
|
+
import { subscribePreference } from "../../common/preference";
|
|
3
4
|
export class MdsFilterItem {
|
|
4
5
|
constructor() {
|
|
5
6
|
this.km = new KeyboardManager();
|
|
@@ -8,16 +9,35 @@ export class MdsFilterItem {
|
|
|
8
9
|
this.selectedEvent.emit({ id: this.element.id, selected: this.selected });
|
|
9
10
|
};
|
|
10
11
|
}
|
|
12
|
+
connectedCallback() {
|
|
13
|
+
this.unsubscribePrefAnimation = subscribePreference('animation', (value) => {
|
|
14
|
+
this.prefAnimation = value;
|
|
15
|
+
});
|
|
16
|
+
this.unsubscribePrefContrast = subscribePreference('contrast', (value) => {
|
|
17
|
+
this.prefContrast = value;
|
|
18
|
+
});
|
|
19
|
+
this.unsubscribePrefTheme = subscribePreference('theme', (value) => {
|
|
20
|
+
this.prefTheme = value;
|
|
21
|
+
});
|
|
22
|
+
this.unsubscribePrefThemeScheme = subscribePreference('theme-scheme', (value) => {
|
|
23
|
+
this.prefThemeScheme = value;
|
|
24
|
+
});
|
|
25
|
+
}
|
|
11
26
|
componentDidLoad() {
|
|
12
27
|
this.km.addElement(this.element);
|
|
13
28
|
this.km.attachClickBehavior();
|
|
14
29
|
}
|
|
15
30
|
disconnectedCallback() {
|
|
31
|
+
var _a, _b, _c, _d;
|
|
32
|
+
(_a = this.unsubscribePrefAnimation) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
33
|
+
(_b = this.unsubscribePrefContrast) === null || _b === void 0 ? void 0 : _b.call(this);
|
|
34
|
+
(_c = this.unsubscribePrefTheme) === null || _c === void 0 ? void 0 : _c.call(this);
|
|
35
|
+
(_d = this.unsubscribePrefThemeScheme) === null || _d === void 0 ? void 0 : _d.call(this);
|
|
16
36
|
this.km.detachClickBehavior();
|
|
17
37
|
}
|
|
18
38
|
render() {
|
|
19
39
|
var _a;
|
|
20
|
-
return (h(Host, { key: '
|
|
40
|
+
return (h(Host, { key: 'ebc068baa301a93988069f6b8c04ffcf716844e6', tabindex: this.disabled ? '-1' : '0', role: "menuitem", "aria-label": (_a = this.label) !== null && _a !== void 0 ? _a : this.icon, onClick: this.toggle, "pref-animation": this.prefAnimation, "pref-contrast": this.prefContrast, "pref-theme": this.prefTheme, "pref-theme-scheme": this.prefThemeScheme }, this.icon && h("mds-icon", { key: '7fec8ef34bb78a5fbc665c47534b015ec02bc68d', "aria-hidden": "true", name: this.icon }), this.label && (h("mds-text", { key: '556ad11dc7f67735acea552f78b79da8fd8b0d1e', "aria-hidden": "true", variant: "info", typography: "caption" }, this.label)), this.count && (h("div", { key: '5fafb0a462e56e68dc3a8e928e08692b41135129', class: "count" }, h("mds-text", { key: '4fdb750c3f12a25bd83d2cf5038d388ec58566e7', "aria-hidden": "true", variant: "info", typography: "option" }, this.count)))));
|
|
21
41
|
}
|
|
22
42
|
static get is() { return "mds-filter-item"; }
|
|
23
43
|
static get encapsulation() { return "shadow"; }
|
|
@@ -149,6 +169,14 @@ export class MdsFilterItem {
|
|
|
149
169
|
}
|
|
150
170
|
};
|
|
151
171
|
}
|
|
172
|
+
static get states() {
|
|
173
|
+
return {
|
|
174
|
+
"prefAnimation": {},
|
|
175
|
+
"prefContrast": {},
|
|
176
|
+
"prefTheme": {},
|
|
177
|
+
"prefThemeScheme": {}
|
|
178
|
+
};
|
|
179
|
+
}
|
|
152
180
|
static get events() {
|
|
153
181
|
return [{
|
|
154
182
|
"method": "selectedEvent",
|
|
@@ -272,31 +272,42 @@ mds-modal {
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
@container style(--mds-header-backdrop-show: false) {
|
|
275
|
-
|
|
275
|
+
.backdrop {
|
|
276
276
|
display: none;
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
|
|
280
|
+
/* Theme preference. The component reflects the resolved theme mode and scheme
|
|
281
|
+
* from <html> onto its host as pref-theme + pref-theme-scheme (see
|
|
282
|
+
* subscribePreference in @common/preference); these plain shadow selectors refine
|
|
283
|
+
* for dark. `dark` is the explicit choice; `system` and no controller follow the
|
|
284
|
+
* OS via @media; the scheme axis gates it. Cross-browser, no :host-context. */
|
|
285
|
+
|
|
286
|
+
:host([pref-theme='dark']:not([pref-theme-scheme='light'])) {
|
|
281
287
|
--mds-header-modal-icon-color: rgb(var(--tone-neutral-01, 255 255 255));
|
|
282
288
|
}
|
|
283
289
|
|
|
284
290
|
@media (prefers-color-scheme: dark) {
|
|
285
|
-
:host
|
|
286
|
-
:host
|
|
291
|
+
:host([pref-theme='system']:not([pref-theme-scheme='light'])),
|
|
292
|
+
:host(:not([pref-theme])) {
|
|
287
293
|
--mds-header-modal-icon-color: rgb(var(--tone-neutral-01, 255 255 255));
|
|
288
294
|
}
|
|
289
295
|
}
|
|
290
296
|
|
|
291
|
-
|
|
297
|
+
/* Consumption preference. The component mirrors the resolved level from <html>
|
|
298
|
+
* onto its host as pref-consumption (see subscribePreference in @common/preference);
|
|
299
|
+
* these plain shadow selectors then trim the backdrop cost. Cross-browser, no
|
|
300
|
+
* :host-context. */
|
|
301
|
+
|
|
302
|
+
:host([pref-consumption='high']) .backdrop {
|
|
292
303
|
--mds-header-backdrop-background-image: none;
|
|
293
304
|
}
|
|
294
305
|
|
|
295
|
-
:host
|
|
306
|
+
:host([pref-consumption='medium']) .backdrop {
|
|
296
307
|
--mds-header-backdrop-blur-strength: 1px;
|
|
297
308
|
}
|
|
298
309
|
|
|
299
|
-
:host
|
|
310
|
+
:host([pref-consumption='low']) .backdrop {
|
|
300
311
|
--mds-header-backdrop-blur-strength: 0px;
|
|
301
312
|
|
|
302
313
|
display: none;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Host, h, } from "@stencil/core";
|
|
2
|
+
import { subscribePreference } from "../../common/preference";
|
|
2
3
|
// import clsx from 'clsx'
|
|
3
4
|
/**
|
|
4
5
|
* @part menu - The container element of the modal
|
|
@@ -18,9 +19,9 @@ export class MdsHeader {
|
|
|
18
19
|
*/
|
|
19
20
|
this.appearance = 'stripe';
|
|
20
21
|
/**
|
|
21
|
-
*
|
|
22
|
+
* Hides the backdrop shown when the mds-header-bar attribute appearace is set to `inline`
|
|
22
23
|
*/
|
|
23
|
-
this.
|
|
24
|
+
this.hideBackdrop = false;
|
|
24
25
|
/**
|
|
25
26
|
* Sets the visibility type of the hamburger menu of mds-header-bar
|
|
26
27
|
*/
|
|
@@ -135,7 +136,22 @@ export class MdsHeader {
|
|
|
135
136
|
async setOpened(isOpened = true) {
|
|
136
137
|
this.isOpened = isOpened;
|
|
137
138
|
}
|
|
139
|
+
connectedCallback() {
|
|
140
|
+
this.unsubscribeConsumption = subscribePreference('consumption', (value) => {
|
|
141
|
+
this.consumption = value;
|
|
142
|
+
});
|
|
143
|
+
this.unsubscribePrefTheme = subscribePreference('theme', (value) => {
|
|
144
|
+
this.prefTheme = value;
|
|
145
|
+
});
|
|
146
|
+
this.unsubscribePrefThemeScheme = subscribePreference('theme-scheme', (value) => {
|
|
147
|
+
this.prefThemeScheme = value;
|
|
148
|
+
});
|
|
149
|
+
}
|
|
138
150
|
disconnectedCallback() {
|
|
151
|
+
var _a, _b, _c;
|
|
152
|
+
(_a = this.unsubscribeConsumption) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
153
|
+
(_b = this.unsubscribePrefTheme) === null || _b === void 0 ? void 0 : _b.call(this);
|
|
154
|
+
(_c = this.unsubscribePrefThemeScheme) === null || _c === void 0 ? void 0 : _c.call(this);
|
|
139
155
|
if (typeof window === 'undefined') {
|
|
140
156
|
return;
|
|
141
157
|
}
|
|
@@ -180,7 +196,7 @@ export class MdsHeader {
|
|
|
180
196
|
}
|
|
181
197
|
}
|
|
182
198
|
render() {
|
|
183
|
-
return (h(Host, { key: '
|
|
199
|
+
return (h(Host, { key: '97953a24f9b130d1f99dadc6f6c3f4c23caf6272', "pref-consumption": this.consumption, "pref-theme": this.prefTheme, "pref-theme-scheme": this.prefThemeScheme }, !this.hideBackdrop && (h("div", { key: 'f271e2a67f6a244927b0f5a219da6680eae4f1a2', class: "backdrop" }, h("div", { key: '68474c76bfe1d12b58ab87f5f79c68d0922da2c0', class: "backdrop-blur-item" }), h("div", { key: '06fea728d26324dae0e6f4247287fb4b8e8e4b54', class: "backdrop-blur-item" }), h("div", { key: 'ddb4e76a63a86312555756c641ff5d2ca8cb12c6', class: "backdrop-blur-item" }), h("div", { key: 'dc971c217e599227047fabf79ac9f9f99fa7849f', class: "backdrop-blur-item" }), h("div", { key: 'e84678f00349431d723b32acf50653c335b4f612', class: "backdrop-blur-item" }), h("div", { key: '2c139eeaca64cc2f22d6ce95ded41f0e5b87afa8', class: "backdrop-blur-item" }), h("div", { key: 'c6fe66897d0580051b9e1f045419d8021802dfed', class: "backdrop-blur-item" }), h("div", { key: '8237d3e49e4c782b9dbb41c31fdb1291ea6cabfb', class: "backdrop-blur-item" }), h("div", { key: 'a87ee5faf0ee0fc3e86a4a70f708c126894c423b', class: "backdrop-blur-item" }), h("div", { key: '5289da76b9d4ee0e0d73c5a0275bb737558ab96d', class: "backdrop-blur-item" }))), h("slot", { key: '3b68fcf1e23725b767dc791991e28e22d18f8633' }), this.hasMenu && (h("div", { key: 'd54f8cba235e3217833087adee0c3989fad8acc0', class: "menu", part: "menu" }, h("mds-modal", { key: '0f540700417c5caa8fc2d2336814246375491c53', class: "modal", opened: this.isOpened, onMdsModalClose: this.close, position: "right" }, h("slot", { key: '25ac67a9dbedd7d50613bfe5acfabeb128de7193', name: "menu" }))))));
|
|
184
200
|
}
|
|
185
201
|
static get is() { return "mds-header"; }
|
|
186
202
|
static get encapsulation() { return "shadow"; }
|
|
@@ -254,7 +270,7 @@ export class MdsHeader {
|
|
|
254
270
|
"reflect": true,
|
|
255
271
|
"attribute": "auto-hide"
|
|
256
272
|
},
|
|
257
|
-
"
|
|
273
|
+
"hideBackdrop": {
|
|
258
274
|
"type": "boolean",
|
|
259
275
|
"mutable": false,
|
|
260
276
|
"complexType": {
|
|
@@ -266,13 +282,13 @@ export class MdsHeader {
|
|
|
266
282
|
"optional": true,
|
|
267
283
|
"docs": {
|
|
268
284
|
"tags": [],
|
|
269
|
-
"text": "
|
|
285
|
+
"text": "Hides the backdrop shown when the mds-header-bar attribute appearace is set to `inline`"
|
|
270
286
|
},
|
|
271
287
|
"getter": false,
|
|
272
288
|
"setter": false,
|
|
273
289
|
"reflect": true,
|
|
274
|
-
"attribute": "backdrop",
|
|
275
|
-
"defaultValue": "
|
|
290
|
+
"attribute": "hide-backdrop",
|
|
291
|
+
"defaultValue": "false"
|
|
276
292
|
},
|
|
277
293
|
"menu": {
|
|
278
294
|
"type": "string",
|
|
@@ -373,7 +389,10 @@ export class MdsHeader {
|
|
|
373
389
|
static get states() {
|
|
374
390
|
return {
|
|
375
391
|
"hasMenu": {},
|
|
376
|
-
"isOpened": {}
|
|
392
|
+
"isOpened": {},
|
|
393
|
+
"consumption": {},
|
|
394
|
+
"prefTheme": {},
|
|
395
|
+
"prefThemeScheme": {}
|
|
377
396
|
};
|
|
378
397
|
}
|
|
379
398
|
static get events() {
|
|
@@ -14,8 +14,8 @@ export default {
|
|
|
14
14
|
options: appearanceSetDictionary,
|
|
15
15
|
control: { type: 'select' },
|
|
16
16
|
},
|
|
17
|
-
backdrop: {
|
|
18
|
-
description: '
|
|
17
|
+
'hide-backdrop': {
|
|
18
|
+
description: 'Hides the backdrop shown when the mds-header-bar attribute appearace is set to `inline`',
|
|
19
19
|
type: 'boolean',
|
|
20
20
|
},
|
|
21
21
|
'auto-hide': {
|
|
@@ -22,6 +22,8 @@ mds-button {
|
|
|
22
22
|
|
|
23
23
|
:host {
|
|
24
24
|
--mds-header-bar-hamburger-color: rgb(var(--tone-neutral-03, 233 233 233));
|
|
25
|
+
--mds-header-bar-transition-duration: 500ms;
|
|
26
|
+
--private-header-bar-transition-duration: var(--mds-header-bar-transition-duration);
|
|
25
27
|
|
|
26
28
|
background-color: rgb(var(--tone-neutral, 0 0 0));
|
|
27
29
|
box-shadow: var(--shadow-md-sharp, 0 0 1px 1px rgb(0 0 0 / 0.06), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -1px rgb(0 0 0 / 0.06));
|
|
@@ -34,7 +36,7 @@ mds-button {
|
|
|
34
36
|
max-width: 100%;
|
|
35
37
|
padding: --spacing(400) --spacing(600);
|
|
36
38
|
position: fixed;
|
|
37
|
-
transition-duration:
|
|
39
|
+
transition-duration: var(--private-header-bar-transition-duration);
|
|
38
40
|
transition-property: background-color, border-radius, margin, max-width, transform, width;
|
|
39
41
|
transition-timing-function: var(--ease-out-expo, cubic-bezier(0.19, 1, 0.22, 1));
|
|
40
42
|
width: auto;
|
|
@@ -92,39 +94,57 @@ mds-button {
|
|
|
92
94
|
display: none;
|
|
93
95
|
}
|
|
94
96
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
+
/* Animation preference. The component mirrors the resolved mode from <html>
|
|
98
|
+
* onto its host as pref-animation (see subscribePreference in @common/preference);
|
|
99
|
+
* these plain shadow selectors then zero the private duration(s) the base CSS
|
|
100
|
+
* reads. `reduce` always stops; `system` and no controller follow the OS via
|
|
101
|
+
* @media; `no-preference` keeps the base value. Customization composes (the base
|
|
102
|
+
* sets --private from the public token, this only overrides it when reduced). */
|
|
103
|
+
|
|
104
|
+
:host([pref-animation='reduce']) {
|
|
105
|
+
--private-header-bar-transition-duration: 0s;
|
|
97
106
|
}
|
|
98
107
|
|
|
99
|
-
@media (prefers-reduced-motion) {
|
|
100
|
-
:host
|
|
101
|
-
:host
|
|
102
|
-
transition-duration: 0s;
|
|
108
|
+
@media (prefers-reduced-motion: reduce) {
|
|
109
|
+
:host([pref-animation='system']),
|
|
110
|
+
:host(:not([pref-animation])) {
|
|
111
|
+
--private-header-bar-transition-duration: 0s;
|
|
103
112
|
}
|
|
104
113
|
}
|
|
105
114
|
|
|
106
|
-
|
|
115
|
+
/* Theme preference. The component reflects the resolved theme mode and scheme
|
|
116
|
+
* from <html> onto its host as pref-theme + pref-theme-scheme (see
|
|
117
|
+
* subscribePreference in @common/preference); these plain shadow selectors refine
|
|
118
|
+
* for dark. `dark` is the explicit choice; `system` and no controller follow the
|
|
119
|
+
* OS via @media; the scheme axis gates it. Cross-browser, no :host-context. */
|
|
120
|
+
|
|
121
|
+
:host([pref-theme='dark']:not([pref-theme-scheme='light'])) {
|
|
107
122
|
background-color: rgb(var(--tone-neutral-10, 60 60 60));
|
|
108
123
|
box-shadow: var(--shadow-outline), var(--shadow-lg, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1));
|
|
109
124
|
}
|
|
110
125
|
|
|
111
126
|
@media (prefers-color-scheme: dark) {
|
|
112
|
-
:host
|
|
113
|
-
:host
|
|
127
|
+
:host([pref-theme='system']:not([pref-theme-scheme='light'])),
|
|
128
|
+
:host(:not([pref-theme])) {
|
|
114
129
|
background-color: rgb(var(--tone-neutral-10, 60 60 60));
|
|
115
130
|
box-shadow: var(--shadow-outline), var(--shadow-lg, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1));
|
|
116
131
|
}
|
|
117
132
|
}
|
|
118
133
|
|
|
119
|
-
|
|
134
|
+
/* Contrast preference. The component reflects the resolved mode from <html> onto
|
|
135
|
+
* its host as pref-contrast (see subscribePreference in @common/preference); these
|
|
136
|
+
* plain shadow selectors refine for high contrast. `more` is the explicit choice;
|
|
137
|
+
* `system` and no controller follow the OS via @media. Cross-browser, no :host-context. */
|
|
138
|
+
|
|
139
|
+
:host([pref-contrast='more']) {
|
|
120
140
|
--mds-header-bar-hamburger-color: rgb(var(--tone-neutral-01, 255 255 255));
|
|
121
141
|
|
|
122
142
|
box-shadow: var(--shadow-outline-strong-50), var(--shadow-2xl, 0 25px 50px -12px rgb(0 0 0 / 0.25));
|
|
123
143
|
}
|
|
124
144
|
|
|
125
145
|
@media (prefers-contrast: more) {
|
|
126
|
-
:host
|
|
127
|
-
:host
|
|
146
|
+
:host([pref-contrast='system']),
|
|
147
|
+
:host(:not([pref-contrast])) {
|
|
128
148
|
--mds-header-bar-hamburger-color: rgb(var(--tone-neutral-01, 255 255 255));
|
|
129
149
|
|
|
130
150
|
box-shadow: var(--shadow-outline-strong-50), var(--shadow-2xl, 0 25px 50px -12px rgb(0 0 0 / 0.25));
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import miRoundMenu from "@icon/mi/round/menu.svg";
|
|
2
2
|
import { Host, h, } from "@stencil/core";
|
|
3
|
+
import { subscribePreference } from "../../common/preference";
|
|
3
4
|
/**
|
|
4
5
|
* @part actions - Selects the element which wraps `nav` and `hamburger` parts
|
|
5
6
|
* @part hamburger - Selects the `hamburger` menu action element
|
|
@@ -24,6 +25,27 @@ export class MdsHeaderBar {
|
|
|
24
25
|
(_a = this.host.closest('mds-header')) === null || _a === void 0 ? void 0 : _a.setOpened(true);
|
|
25
26
|
};
|
|
26
27
|
}
|
|
28
|
+
connectedCallback() {
|
|
29
|
+
this.unsubscribePrefAnimation = subscribePreference('animation', (value) => {
|
|
30
|
+
this.prefAnimation = value;
|
|
31
|
+
});
|
|
32
|
+
this.unsubscribePrefContrast = subscribePreference('contrast', (value) => {
|
|
33
|
+
this.prefContrast = value;
|
|
34
|
+
});
|
|
35
|
+
this.unsubscribePrefTheme = subscribePreference('theme', (value) => {
|
|
36
|
+
this.prefTheme = value;
|
|
37
|
+
});
|
|
38
|
+
this.unsubscribePrefThemeScheme = subscribePreference('theme-scheme', (value) => {
|
|
39
|
+
this.prefThemeScheme = value;
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
disconnectedCallback() {
|
|
43
|
+
var _a, _b, _c, _d;
|
|
44
|
+
(_a = this.unsubscribePrefAnimation) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
45
|
+
(_b = this.unsubscribePrefContrast) === null || _b === void 0 ? void 0 : _b.call(this);
|
|
46
|
+
(_c = this.unsubscribePrefTheme) === null || _c === void 0 ? void 0 : _c.call(this);
|
|
47
|
+
(_d = this.unsubscribePrefThemeScheme) === null || _d === void 0 ? void 0 : _d.call(this);
|
|
48
|
+
}
|
|
27
49
|
componentWillLoad() {
|
|
28
50
|
this.hasNav = this.host.querySelector(':scope > [slot="nav"]') !== null;
|
|
29
51
|
}
|
|
@@ -35,7 +57,7 @@ export class MdsHeaderBar {
|
|
|
35
57
|
this.isOpened = isOpened;
|
|
36
58
|
}
|
|
37
59
|
render() {
|
|
38
|
-
return (h(Host, { key: '
|
|
60
|
+
return (h(Host, { key: 'b1c85dfc8206bae1df8c6646da41ad85775c0eb7', "pref-animation": this.prefAnimation, "pref-contrast": this.prefContrast, "pref-theme": this.prefTheme, "pref-theme-scheme": this.prefThemeScheme }, h("div", { key: '3f73b7a9ffbf542b60c81e313b1164f6208eb4f2', class: "content", part: "content" }, h("div", { key: '47f423bd40c504c2e058152ce8ca9f0a8ca45326', class: "logo" }, h("slot", { key: 'd0a7f9e9d818fd3e02418bd0cd570eb292cf1095' })), h("div", { key: '4fe0b5d41e3c38ab175a71c8f949ab40c98e30fa', class: "actions", part: "actions" }, this.nav !== 'none' && this.hasNav && (h("nav", { key: '4668b44604cd6619d4b8b894e4bb2086abea0e15', class: "nav", part: "nav" }, h("slot", { key: '0d75f2f06c05c5613b107d3a96a2ecba2bdedcb6', name: "nav" }))), this.menu !== 'none' && (h("mds-button", { key: '225c889c6731cd4db3866ec57f996348f9475ea9', class: "menu", variant: "dark", tone: "text", icon: miRoundMenu, onClick: this.open, part: "hamburger" }))))));
|
|
39
61
|
}
|
|
40
62
|
static get is() { return "mds-header-bar"; }
|
|
41
63
|
static get encapsulation() { return "shadow"; }
|
|
@@ -109,6 +131,10 @@ export class MdsHeaderBar {
|
|
|
109
131
|
}
|
|
110
132
|
static get states() {
|
|
111
133
|
return {
|
|
134
|
+
"prefAnimation": {},
|
|
135
|
+
"prefContrast": {},
|
|
136
|
+
"prefTheme": {},
|
|
137
|
+
"prefThemeScheme": {},
|
|
112
138
|
"isOpened": {}
|
|
113
139
|
};
|
|
114
140
|
}
|
|
@@ -6,9 +6,9 @@ import miOutlineHelp from "@icon/mi/outline/help-outline.svg";
|
|
|
6
6
|
export class MdsHelp {
|
|
7
7
|
constructor() {
|
|
8
8
|
/**
|
|
9
|
-
* If set, the component will be placed automatically near it's caller.
|
|
9
|
+
* If set, the component will not be placed automatically near it's caller.
|
|
10
10
|
*/
|
|
11
|
-
this.
|
|
11
|
+
this.disableAutoPlacement = false;
|
|
12
12
|
/**
|
|
13
13
|
* Specifies where the component should be placed relative to the caller.
|
|
14
14
|
*/
|
|
@@ -16,7 +16,7 @@ export class MdsHelp {
|
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
18
|
var _a;
|
|
19
|
-
return (h(Host, { key: '
|
|
19
|
+
return (h(Host, { key: 'b56b6de29019db8bf7f8b6ae1f133f8625e15e22' }, h("mds-icon", { key: '927cf78c5d30794947cf5898568ae44847ef4749', class: "icon", name: (_a = this.icon) !== null && _a !== void 0 ? _a : miOutlineHelp, part: "icon" }), h("mds-tooltip", { key: '6422a433ec9bab77e9331efeef28e0cbbcb18393', placement: this.placement, disableAutoPlacement: this.disableAutoPlacement, strategy: "absolute", target: ".icon" }, h("slot", { key: '5b238d4131de924165a9d2986cd172e122ceacda' }))));
|
|
20
20
|
}
|
|
21
21
|
static get is() { return "mds-help"; }
|
|
22
22
|
static get encapsulation() { return "shadow"; }
|
|
@@ -51,7 +51,7 @@ export class MdsHelp {
|
|
|
51
51
|
"reflect": false,
|
|
52
52
|
"attribute": "icon"
|
|
53
53
|
},
|
|
54
|
-
"
|
|
54
|
+
"disableAutoPlacement": {
|
|
55
55
|
"type": "boolean",
|
|
56
56
|
"mutable": false,
|
|
57
57
|
"complexType": {
|
|
@@ -63,13 +63,13 @@ export class MdsHelp {
|
|
|
63
63
|
"optional": true,
|
|
64
64
|
"docs": {
|
|
65
65
|
"tags": [],
|
|
66
|
-
"text": "If set, the component will be placed automatically near it's caller."
|
|
66
|
+
"text": "If set, the component will not be placed automatically near it's caller."
|
|
67
67
|
},
|
|
68
68
|
"getter": false,
|
|
69
69
|
"setter": false,
|
|
70
70
|
"reflect": true,
|
|
71
|
-
"attribute": "auto-placement",
|
|
72
|
-
"defaultValue": "
|
|
71
|
+
"attribute": "disable-auto-placement",
|
|
72
|
+
"defaultValue": "false"
|
|
73
73
|
},
|
|
74
74
|
"placement": {
|
|
75
75
|
"type": "string",
|
|
@@ -24,13 +24,11 @@ mds-button {
|
|
|
24
24
|
* @prop --mds-horizontal-scroll-scrollbar-track-background: Sets the background-color of the browser scroll bar track (if supported)
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
|
-
/* ❌ Not supported: scroll-behavior cannot be expressed in @property syntax
|
|
28
27
|
@property --mds-horizontal-scroll-behavior {
|
|
29
28
|
inherits: false;
|
|
30
|
-
syntax: "auto | smooth";
|
|
31
29
|
initial-value: smooth;
|
|
30
|
+
syntax: "auto | smooth";
|
|
32
31
|
}
|
|
33
|
-
*/
|
|
34
32
|
|
|
35
33
|
@property --mds-horizontal-scroll-dots-gap {
|
|
36
34
|
inherits: false;
|
|
@@ -159,6 +157,15 @@ mds-button {
|
|
|
159
157
|
width: 100%;
|
|
160
158
|
}
|
|
161
159
|
|
|
160
|
+
/* Animation preference: scroll-behavior is a keyword, so its reduced-motion state
|
|
161
|
+
* is handled here, cross-browser, via @media following the OS preference. */
|
|
162
|
+
|
|
163
|
+
@media (prefers-reduced-motion: reduce) {
|
|
164
|
+
:host {
|
|
165
|
+
--mds-horizontal-scroll-behavior: auto;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
162
169
|
.navigation {
|
|
163
170
|
border-radius: 1000px;
|
|
164
171
|
display: none;
|
|
@@ -178,7 +185,7 @@ mds-button {
|
|
|
178
185
|
padding-bottom: var(--mds-horizontal-scroll-contents-padding, --spacing(600));
|
|
179
186
|
padding-top: var(--mds-horizontal-scroll-contents-padding, --spacing(600));
|
|
180
187
|
position: relative;
|
|
181
|
-
scroll-behavior: var(--mds-horizontal-scroll-behavior);
|
|
188
|
+
scroll-behavior: var(--mds-horizontal-scroll-behavior, smooth);
|
|
182
189
|
scroll-padding: var(--mds-horizontal-scroll-contents-scroll-padding, 0 --spacing(600));
|
|
183
190
|
scroll-snap-type: x mandatory;
|
|
184
191
|
width: 100%;
|
|
@@ -233,17 +240,6 @@ right: clamp(calc(var(--mds-horizontal-scroll-gap) / 2), var(--position), var(--
|
|
|
233
240
|
}
|
|
234
241
|
}
|
|
235
242
|
|
|
236
|
-
:host-context(:root.pref-animation-reduce) {
|
|
237
|
-
--mds-horizontal-scroll-behavior: auto;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
@media (prefers-reduced-motion) {
|
|
241
|
-
:host-context(:root.pref-animation-system),
|
|
242
|
-
:host-context(:root:not([data-magma-pref])) {
|
|
243
|
-
--mds-horizontal-scroll-behavior: auto;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
243
|
.navigation--back {
|
|
248
244
|
--position: calc(
|
|
249
245
|
var(--scroll-margin) - var(--mds-horizontal-scroll-gap, --spacing(600)) -
|
|
@@ -12,13 +12,19 @@
|
|
|
12
12
|
width: 100%;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
/* Theme preference. The component reflects the resolved theme mode and scheme
|
|
16
|
+
* from <html> onto its host as pref-theme + pref-theme-scheme (see
|
|
17
|
+
* subscribePreference in @common/preference); these plain shadow selectors refine
|
|
18
|
+
* for dark. `dark` is the explicit choice; `system` and no controller follow the
|
|
19
|
+
* OS via @media; the scheme axis gates it. Cross-browser, no :host-context. */
|
|
20
|
+
|
|
21
|
+
:host([pref-theme='dark']:not([pref-theme-scheme='light'])) {
|
|
16
22
|
background-color: rgb(var(--tone-neutral-07, 134 134 134));
|
|
17
23
|
}
|
|
18
24
|
|
|
19
25
|
@media (prefers-color-scheme: dark) {
|
|
20
|
-
:host
|
|
21
|
-
:host
|
|
26
|
+
:host([pref-theme='system']:not([pref-theme-scheme='light'])),
|
|
27
|
+
:host(:not([pref-theme])) {
|
|
22
28
|
background-color: rgb(var(--tone-neutral-07, 134 134 134));
|
|
23
29
|
}
|
|
24
30
|
}
|
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
import { Host, h } from "@stencil/core";
|
|
2
|
+
import { subscribePreference } from "../../common/preference";
|
|
2
3
|
export class MdsHr {
|
|
4
|
+
connectedCallback() {
|
|
5
|
+
this.unsubscribePrefTheme = subscribePreference('theme', (value) => {
|
|
6
|
+
this.prefTheme = value;
|
|
7
|
+
});
|
|
8
|
+
this.unsubscribePrefThemeScheme = subscribePreference('theme-scheme', (value) => {
|
|
9
|
+
this.prefThemeScheme = value;
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
disconnectedCallback() {
|
|
13
|
+
var _a, _b;
|
|
14
|
+
(_a = this.unsubscribePrefTheme) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
15
|
+
(_b = this.unsubscribePrefThemeScheme) === null || _b === void 0 ? void 0 : _b.call(this);
|
|
16
|
+
}
|
|
3
17
|
render() {
|
|
4
|
-
return h(Host, { key: '
|
|
18
|
+
return h(Host, { key: '655c896905ebfdb8f5a170f108f338edde6a4d4f', "pref-theme": this.prefTheme, "pref-theme-scheme": this.prefThemeScheme });
|
|
5
19
|
}
|
|
6
20
|
static get is() { return "mds-hr"; }
|
|
7
21
|
static get encapsulation() { return "shadow"; }
|
|
@@ -15,4 +29,10 @@ export class MdsHr {
|
|
|
15
29
|
"$": ["mds-hr.css"]
|
|
16
30
|
};
|
|
17
31
|
}
|
|
32
|
+
static get states() {
|
|
33
|
+
return {
|
|
34
|
+
"prefTheme": {},
|
|
35
|
+
"prefThemeScheme": {}
|
|
36
|
+
};
|
|
37
|
+
}
|
|
18
38
|
}
|
|
@@ -15,15 +15,13 @@ export class MdsIcon {
|
|
|
15
15
|
this.updateIcon();
|
|
16
16
|
IconsSetService.registerListener(() => this.updateIcon());
|
|
17
17
|
}
|
|
18
|
-
static setSvgPathStatic(path) {
|
|
19
|
-
IconsSetService.setSvgPath(path);
|
|
20
|
-
}
|
|
21
18
|
/**
|
|
22
19
|
* Set the path to the directory of svg files
|
|
23
20
|
* @param svgPath path to the directory of svg files
|
|
24
21
|
*/
|
|
25
22
|
async setSvgPath(svgPath) {
|
|
26
23
|
IconsSetService.setSvgPath(svgPath);
|
|
24
|
+
return Promise.resolve();
|
|
27
25
|
}
|
|
28
26
|
async updateIcon() {
|
|
29
27
|
if (this.name === '')
|
|
@@ -39,7 +37,7 @@ export class MdsIcon {
|
|
|
39
37
|
this.svgHTML = await IconsSetService.fetchSvg(this.name);
|
|
40
38
|
}
|
|
41
39
|
render() {
|
|
42
|
-
return (h(Host, { key: '
|
|
40
|
+
return (h(Host, { key: '8d95b94dbe7f22e136567cb681e44479f5c1be7a' }, this.svgHTML && h("i", { key: 'e9808177023e9521abf570b85302b65e43f9e0d8', "aria-hidden": "true", class: "icon", part: "svg", innerHTML: this.svgHTML })));
|
|
43
41
|
}
|
|
44
42
|
static get is() { return "mds-icon"; }
|
|
45
43
|
static get encapsulation() { return "shadow"; }
|