@ptsecurity/mosaic 15.4.1 → 15.6.0
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/_theming.scss +16 -12
- package/_visual.scss +4 -4
- package/button/_button-theme.scss +2 -5
- package/button-toggle/_button-toggle-theme.scss +2 -5
- package/checkbox/_checkbox-theme.scss +2 -5
- package/code-block/_code-block-theme.scss +2 -6
- package/core/forms/_forms-theme.scss +2 -4
- package/core/option/_optgroup-theme.scss +2 -4
- package/core/option/_option-theme.scss +2 -5
- package/core/styles/theming/_alerts.scss +45 -43
- package/core/styles/theming/_badges.scss +29 -25
- package/core/styles/theming/_components-theming.scss +1 -1
- package/core/styles/theming/_scrollbars.scss +30 -31
- package/core/styles/theming/_theming.scss +6 -2
- package/core/styles/typography/_typography.scss +3 -3
- package/datepicker/_datepicker-theme.scss +2 -5
- package/dl/_dl-theme.scss +2 -5
- package/dropdown/_dropdown-theme.scss +2 -5
- package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2020/button/button.component.mjs +6 -6
- package/esm2020/button/button.module.mjs +4 -4
- package/esm2020/button-toggle/button-toggle.component.mjs +6 -6
- package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2020/card/card.component.mjs +3 -3
- package/esm2020/card/card.module.mjs +4 -4
- package/esm2020/checkbox/checkbox-module.mjs +4 -4
- package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2020/checkbox/checkbox.mjs +3 -3
- package/esm2020/code-block/actionbar.component.mjs +3 -3
- package/esm2020/code-block/code-block.component.mjs +3 -3
- package/esm2020/code-block/code-block.module.mjs +4 -4
- package/esm2020/core/common-behaviors/common-module.mjs +4 -4
- package/esm2020/core/error/error-options.mjs +6 -6
- package/esm2020/core/formatters/date/formatter.mjs +3 -3
- package/esm2020/core/formatters/date/formatter.pipe.mjs +39 -39
- package/esm2020/core/formatters/index.mjs +4 -4
- package/esm2020/core/formatters/number/formatter.mjs +4 -4
- package/esm2020/core/forms/forms-module.mjs +4 -4
- package/esm2020/core/forms/forms.directive.mjs +6 -6
- package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
- package/esm2020/core/highlight/index.mjs +4 -4
- package/esm2020/core/line/line.mjs +7 -7
- package/esm2020/core/locales/locale-service.mjs +3 -3
- package/esm2020/core/locales/locale-service.module.mjs +4 -4
- package/esm2020/core/option/action.mjs +3 -3
- package/esm2020/core/option/optgroup.mjs +4 -4
- package/esm2020/core/option/option-module.mjs +4 -4
- package/esm2020/core/option/option.mjs +5 -5
- package/esm2020/core/overlay/overlay-position-map.mjs +2 -1
- package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
- package/esm2020/core/pop-up/pop-up.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2020/core/utils/data-size/data-size.pipe.mjs +7 -7
- package/esm2020/core/version.mjs +2 -2
- package/esm2020/datepicker/calendar-body.component.mjs +3 -3
- package/esm2020/datepicker/calendar-header.component.mjs +3 -3
- package/esm2020/datepicker/calendar.component.mjs +3 -3
- package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
- package/esm2020/datepicker/datepicker-intl.mjs +3 -3
- package/esm2020/datepicker/datepicker-module.mjs +4 -4
- package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
- package/esm2020/datepicker/datepicker.component.mjs +6 -6
- package/esm2020/datepicker/month-view.component.mjs +3 -3
- package/esm2020/divider/divider.component.mjs +3 -3
- package/esm2020/divider/divider.module.mjs +4 -4
- package/esm2020/dl/dl.component.mjs +9 -9
- package/esm2020/dl/dl.module.mjs +4 -4
- package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown-item.component.mjs +3 -3
- package/esm2020/dropdown/dropdown-trigger.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown.component.mjs +3 -3
- package/esm2020/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/ellipsis-center/ellipsis-center.directive.mjs +7 -7
- package/esm2020/file-upload/file-drop.mjs +3 -3
- package/esm2020/file-upload/file-upload.module.mjs +4 -4
- package/esm2020/file-upload/multiple-file-upload.component.mjs +3 -3
- package/esm2020/file-upload/single-file-upload.component.mjs +3 -3
- package/esm2020/form-field/cleaner.mjs +3 -3
- package/esm2020/form-field/form-field.mjs +13 -16
- package/esm2020/form-field/form-field.module.mjs +4 -4
- package/esm2020/form-field/hint.mjs +3 -3
- package/esm2020/form-field/password-hint.mjs +14 -6
- package/esm2020/form-field/prefix.mjs +3 -3
- package/esm2020/form-field/stepper.mjs +3 -3
- package/esm2020/form-field/suffix.mjs +3 -3
- package/esm2020/form-field/validate.directive.mjs +3 -3
- package/esm2020/icon/icon.component.mjs +6 -6
- package/esm2020/icon/icon.module.mjs +4 -4
- package/esm2020/input/input-number-validators.mjs +6 -6
- package/esm2020/input/input-number.mjs +3 -3
- package/esm2020/input/input-password.mjs +11 -7
- package/esm2020/input/input.mjs +6 -6
- package/esm2020/input/input.module.mjs +4 -4
- package/esm2020/link/link.component.mjs +3 -3
- package/esm2020/link/link.module.mjs +4 -4
- package/esm2020/list/list-selection.component.mjs +8 -8
- package/esm2020/list/list.component.mjs +7 -7
- package/esm2020/list/list.module.mjs +4 -4
- package/esm2020/loader-overlay/loader-overlay.component.mjs +12 -12
- package/esm2020/loader-overlay/loader-overlay.module.mjs +4 -4
- package/esm2020/markdown/markdown.component.mjs +3 -3
- package/esm2020/markdown/markdown.module.mjs +4 -4
- package/esm2020/markdown/markdown.service.mjs +3 -3
- package/esm2020/modal/css-unit.pipe.mjs +3 -3
- package/esm2020/modal/modal-control.service.mjs +3 -3
- package/esm2020/modal/modal.component.mjs +5 -5
- package/esm2020/modal/modal.directive.mjs +12 -12
- package/esm2020/modal/modal.module.mjs +10 -8
- package/esm2020/modal/modal.service.mjs +3 -3
- package/esm2020/navbar/navbar-item.component.mjs +43 -42
- package/esm2020/navbar/navbar.component.mjs +9 -9
- package/esm2020/navbar/navbar.module.mjs +4 -4
- package/esm2020/navbar/vertical-navbar.component.mjs +3 -3
- package/esm2020/popover/popover-confirm.component.mjs +6 -6
- package/esm2020/popover/popover.component.mjs +6 -6
- package/esm2020/popover/popover.module.mjs +4 -4
- package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
- package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2020/radio/radio.component.mjs +9 -8
- package/esm2020/radio/radio.module.mjs +4 -4
- package/esm2020/select/select-option.directive.mjs +3 -3
- package/esm2020/select/select.component.mjs +21 -21
- package/esm2020/select/select.module.mjs +4 -4
- package/esm2020/sidebar/sidebar.component.mjs +9 -9
- package/esm2020/sidebar/sidebar.module.mjs +4 -4
- package/esm2020/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
- package/esm2020/sidepanel/sidepanel.module.mjs +13 -7
- package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2020/splitter/splitter.component.mjs +12 -12
- package/esm2020/splitter/splitter.module.mjs +4 -4
- package/esm2020/table/table.component.mjs +3 -3
- package/esm2020/table/table.module.mjs +4 -4
- package/esm2020/tabs/paginated-tab-header.mjs +14 -5
- package/esm2020/tabs/tab-body.component.mjs +6 -6
- package/esm2020/tabs/tab-content.directive.mjs +3 -3
- package/esm2020/tabs/tab-group.component.mjs +18 -18
- package/esm2020/tabs/tab-header.component.mjs +3 -3
- package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
- package/esm2020/tabs/tab-label.directive.mjs +3 -3
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
- package/esm2020/tabs/tab.component.mjs +3 -3
- package/esm2020/tabs/tabs.module.mjs +4 -4
- package/esm2020/tags/tag-default-options.mjs +1 -1
- package/esm2020/tags/tag-input.mjs +13 -11
- package/esm2020/tags/tag-list.component.mjs +12 -8
- package/esm2020/tags/tag.component.mjs +16 -16
- package/esm2020/tags/tag.module.mjs +4 -4
- package/esm2020/textarea/textarea.component.mjs +3 -3
- package/esm2020/textarea/textarea.module.mjs +4 -4
- package/esm2020/timepicker/timepicker.directive.mjs +3 -3
- package/esm2020/timepicker/timepicker.module.mjs +4 -4
- package/esm2020/timezone/cities-by-filter.pipe.mjs +3 -3
- package/esm2020/timezone/timezone-option.component.mjs +5 -5
- package/esm2020/timezone/timezone-option.directive.mjs +3 -3
- package/esm2020/timezone/timezone-select.component.mjs +8 -8
- package/esm2020/timezone/timezone.module.mjs +4 -4
- package/esm2020/timezone/utc-offset.pipe.mjs +3 -3
- package/esm2020/title/title.directive.mjs +3 -3
- package/esm2020/title/title.module.mjs +4 -4
- package/esm2020/toast/toast-container.component.mjs +3 -3
- package/esm2020/toast/toast.component.mjs +3 -3
- package/esm2020/toast/toast.module.mjs +4 -4
- package/esm2020/toast/toast.service.mjs +3 -3
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/toggle/toggle.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +12 -12
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tree/node.mjs +3 -3
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.directive.mjs +3 -3
- package/esm2020/tree/toggle.mjs +9 -9
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +5 -4
- package/esm2020/tree/tree-selection.component.mjs +3 -3
- package/esm2020/tree/tree.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree-select/tree-select.component.mjs +11 -11
- package/esm2020/tree-select/tree-select.module.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-button.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-code-block.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-core.mjs +132 -131
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +34 -34
- package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-ellipsis-center.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-file-upload.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +46 -42
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-input.mjs +29 -25
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-list.mjs +19 -19
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-markdown.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-modal.mjs +34 -32
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +58 -57
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-radio.mjs +12 -11
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +27 -27
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +33 -27
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +62 -53
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +42 -36
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +26 -26
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-title.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +15 -15
- package/fesm2015/ptsecurity-mosaic-tree.mjs +38 -37
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-button.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-code-block.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-core.mjs +132 -131
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +35 -34
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-ellipsis-center.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-file-upload.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +46 -41
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-input.mjs +29 -25
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-list.mjs +19 -19
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-markdown.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-modal.mjs +34 -32
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +58 -57
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-radio.mjs +12 -11
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +27 -27
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +33 -27
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +62 -53
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +42 -36
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +26 -26
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-title.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-tree.mjs +38 -37
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +2 -4
- package/form-field/_form-field-theme.scss +3 -5
- package/form-field/form-field.d.ts +0 -1
- package/form-field/form-field.scss +5 -3
- package/form-field/password-hint.d.ts +6 -3
- package/input/_input-theme.scss +7 -6
- package/input/input-password.d.ts +1 -0
- package/link/_link-theme.scss +7 -8
- package/list/_list-theme.scss +2 -5
- package/loader-overlay/_loader-overlay-theme.scss +2 -5
- package/markdown/_markdown-theme.scss +3 -6
- package/modal/_modal-theme.scss +3 -5
- package/navbar/_navbar-theme.scss +2 -6
- package/navbar/navbar-item.component.d.ts +3 -2
- package/package.json +14 -14
- package/popover/_popover-theme.scss +2 -6
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/radio/_radio-theme.scss +2 -6
- package/select/_select-theme.scss +2 -5
- package/select/select.scss +2 -0
- package/sidepanel/_sidepanel-theme.scss +2 -5
- package/table/_table-theme.scss +2 -5
- package/tabs/_tabs-theme.scss +2 -5
- package/tabs/paginated-tab-header.d.ts +1 -0
- package/tags/_tag-theme.scss +2 -5
- package/tags/tag-default-options.d.ts +4 -0
- package/tags/tag-list.component.d.ts +1 -0
- package/tags/tag-list.scss +6 -2
- package/tags/tag.component.d.ts +1 -1
- package/textarea/_textarea-theme.scss +2 -5
- package/timezone/_timezone-option-theme.scss +2 -5
- package/toast/_toast-theme.scss +2 -5
- package/toggle/_toggle-theme.scss +2 -5
- package/tooltip/_tooltip-theme.scss +2 -5
- package/tree/_tree-theme.scss +2 -4
- package/tree-select/_tree-select-theme.scss +2 -5
@@ -5,11 +5,6 @@
|
|
5
5
|
@use '../core/styles/theming/theming' as *;
|
6
6
|
@use '../core/styles/typography/typography-utils' as *;
|
7
7
|
|
8
|
-
@use '../core/styles/tokens';
|
9
|
-
|
10
|
-
|
11
|
-
$tokens: meta.module-variables(tokens) !default;
|
12
|
-
|
13
8
|
@mixin mc-select-theme($theme) {
|
14
9
|
$foreground: map.get($theme, foreground);
|
15
10
|
|
@@ -53,6 +48,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
53
48
|
}
|
54
49
|
|
55
50
|
@mixin mc-select-typography($config) {
|
51
|
+
$tokens: map.get($config, tokens);
|
52
|
+
|
56
53
|
.mc-select {
|
57
54
|
@include mc-typography-level-to-styles($config, map.get($tokens, select-font-default));
|
58
55
|
}
|
package/select/select.scss
CHANGED
@@ -118,6 +118,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
118
118
|
|
119
119
|
padding-left: var(--mc-option-size-horizontal-padding, map.get($tokens, option-size-horizontal-padding));
|
120
120
|
padding-right: var(--mc-option-size-horizontal-padding, map.get($tokens, option-size-horizontal-padding));
|
121
|
+
|
122
|
+
border: var(--mc-option-size-border-width, map.get($tokens, option-size-border-width)) solid transparent;
|
121
123
|
}
|
122
124
|
|
123
125
|
.mc-select__match-list {
|
@@ -3,11 +3,6 @@
|
|
3
3
|
|
4
4
|
@use '../core/styles/typography/typography-utils' as *;
|
5
5
|
|
6
|
-
@use '../core/styles/tokens';
|
7
|
-
|
8
|
-
|
9
|
-
$tokens: meta.module-variables(tokens) !default;
|
10
|
-
|
11
6
|
@mixin mc-sidepanel-theme($theme) {
|
12
7
|
$background: map.get($theme, background);
|
13
8
|
|
@@ -55,6 +50,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
55
50
|
}
|
56
51
|
|
57
52
|
@mixin mc-sidepanel-typography($config) {
|
53
|
+
$tokens: map.get($config, tokens);
|
54
|
+
|
58
55
|
.mc-sidepanel-title {
|
59
56
|
@include mc-typography-level-to-styles($config, map.get($tokens, sidepanel-header-font-default));
|
60
57
|
}
|
package/table/_table-theme.scss
CHANGED
@@ -3,11 +3,6 @@
|
|
3
3
|
|
4
4
|
@use '../core/styles/typography/typography-utils' as *;
|
5
5
|
|
6
|
-
@use '../core/styles/tokens';
|
7
|
-
|
8
|
-
|
9
|
-
$tokens: meta.module-variables(tokens) !default;
|
10
|
-
|
11
6
|
@mixin mc-table-theme($theme) {
|
12
7
|
$foreground: map.get($theme, foreground);
|
13
8
|
$background: map.get($theme, background);
|
@@ -46,6 +41,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
46
41
|
}
|
47
42
|
|
48
43
|
@mixin mc-table-typography($config) {
|
44
|
+
$tokens: map.get($config, tokens);
|
45
|
+
|
49
46
|
.mc-table {
|
50
47
|
& > thead {
|
51
48
|
& > tr > th {
|
package/tabs/_tabs-theme.scss
CHANGED
@@ -3,11 +3,6 @@
|
|
3
3
|
|
4
4
|
@use '../core/styles/typography/typography-utils' as *;
|
5
5
|
|
6
|
-
@use '../core/styles/tokens';
|
7
|
-
|
8
|
-
|
9
|
-
$tokens: meta.module-variables(tokens) !default;
|
10
|
-
|
11
6
|
//noinspection ALL
|
12
7
|
@mixin mc-tabs-theme($theme) {
|
13
8
|
$foreground: map.get($theme, foreground);
|
@@ -233,6 +228,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
233
228
|
}
|
234
229
|
|
235
230
|
@mixin mc-tabs-typography($config) {
|
231
|
+
$tokens: map.get($config, tokens);
|
232
|
+
|
236
233
|
.mc-tab-label,
|
237
234
|
.mc-tab-label_old,
|
238
235
|
.mc-tab-link {
|
@@ -174,6 +174,7 @@ export declare abstract class McPaginatedTabHeader implements AfterContentChecke
|
|
174
174
|
* @returns Information on the current scroll distance and the maximum.
|
175
175
|
*/
|
176
176
|
private scrollTo;
|
177
|
+
private updateScrollPosition;
|
177
178
|
static ɵfac: i0.ɵɵFactoryDeclaration<McPaginatedTabHeader, [null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
178
179
|
static ɵdir: i0.ɵɵDirectiveDeclaration<McPaginatedTabHeader, never, never, { "disablePagination": "disablePagination"; }, {}, never, never, false, never>;
|
179
180
|
}
|
package/tags/_tag-theme.scss
CHANGED
@@ -4,11 +4,6 @@
|
|
4
4
|
@use '../core/styles/theming/theming' as *;
|
5
5
|
@use '../core/styles/typography/typography-utils' as *;
|
6
6
|
|
7
|
-
@use '../core/styles/tokens';
|
8
|
-
|
9
|
-
|
10
|
-
$tokens: meta.module-variables(tokens) !default;
|
11
|
-
|
12
7
|
@mixin mc-tag-color($params) {
|
13
8
|
background: map.get($params, background);
|
14
9
|
border-color: map.get($params, border);
|
@@ -103,6 +98,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
103
98
|
}
|
104
99
|
|
105
100
|
@mixin mc-tag-typography($config) {
|
101
|
+
$tokens: map.get($config, tokens);
|
102
|
+
|
106
103
|
.mc-tag:not(.mc-tag_mono):not(.mc-tag_caps) {
|
107
104
|
@include mc-typography-level-to-styles($config, map.get($tokens, tags-font-default));
|
108
105
|
}
|
@@ -1,8 +1,12 @@
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
2
|
+
import { McTagSeparator } from './tag-input';
|
2
3
|
/** Default options, for the chips module, that can be overridden. */
|
3
4
|
export interface McTagsDefaultOptions {
|
4
5
|
/** The list of key codes that will trigger a chipEnd event. */
|
5
6
|
separatorKeyCodes: number[];
|
7
|
+
separators?: {
|
8
|
+
[key: number]: McTagSeparator;
|
9
|
+
};
|
6
10
|
}
|
7
11
|
/** Injection token to be used to override the default options for the chips module. */
|
8
12
|
export declare const MC_TAGS_DEFAULT_OPTIONS: InjectionToken<McTagsDefaultOptions>;
|
@@ -241,6 +241,7 @@ export declare class McTagList extends McTagListMixinBase implements McFormField
|
|
241
241
|
private syncTagsDisabledState;
|
242
242
|
/** Revalidate control. */
|
243
243
|
private revalidate;
|
244
|
+
private propagateSelectableToChildren;
|
244
245
|
static ɵfac: i0.ɵɵFactoryDeclaration<McTagList, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }]>;
|
245
246
|
static ɵcmp: i0.ɵɵComponentDeclaration<McTagList, "mc-tag-list", ["mcTagList"], { "multiple": "multiple"; "compareWith": "compareWith"; "value": "value"; "required": "required"; "placeholder": "placeholder"; "disabled": "disabled"; "selectable": "selectable"; "tabIndex": "tabIndex"; "errorStateMatcher": "errorStateMatcher"; "orientation": "orientation"; }, { "valueChange": "valueChange"; "change": "change"; }, ["cleaner", "tags"], ["*", "mc-cleaner"], false, never>;
|
246
247
|
}
|
package/tags/tag-list.scss
CHANGED
@@ -33,8 +33,6 @@ $tokens: meta.module-variables(tokens) !default;
|
|
33
33
|
(var(--mc-form-field-size-border-width, map.get($tokens, form-field-size-border-width)) * 2)
|
34
34
|
);
|
35
35
|
|
36
|
-
padding: var(--mc-tag-list-size-padding, map.get($tokens, tag-list-size-padding));
|
37
|
-
|
38
36
|
& .mc-tag-input {
|
39
37
|
max-width: 100%;
|
40
38
|
|
@@ -45,6 +43,12 @@ $tokens: meta.module-variables(tokens) !default;
|
|
45
43
|
}
|
46
44
|
}
|
47
45
|
|
46
|
+
.mc-form-field-type-tag-list {
|
47
|
+
.mc-tags-list__list-container {
|
48
|
+
padding: var(--mc-tag-list-size-padding, map.get($tokens, tag-list-size-padding));
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
48
52
|
.mc-tags-list__cleaner {
|
49
53
|
& .mc-cleaner {
|
50
54
|
height: 30px;
|
package/tags/tag.component.d.ts
CHANGED
@@ -111,7 +111,7 @@ export declare class McTag extends McTagMixinBase implements IFocusableOption, O
|
|
111
111
|
* Informs any listeners of the removal request. Does not remove the tag from the DOM.
|
112
112
|
*/
|
113
113
|
remove(): void;
|
114
|
-
|
114
|
+
handleMousedown(event: Event): void;
|
115
115
|
handleKeydown(event: KeyboardEvent): void;
|
116
116
|
blur(): void;
|
117
117
|
private dispatchSelectionChange;
|
@@ -4,11 +4,6 @@
|
|
4
4
|
@use '../core/styles/theming/theming' as *;
|
5
5
|
@use '../core/styles/typography/typography-utils' as *;
|
6
6
|
|
7
|
-
@use '../core/styles/tokens';
|
8
|
-
|
9
|
-
|
10
|
-
$tokens: meta.module-variables(tokens) !default;
|
11
|
-
|
12
7
|
@mixin mc-textarea-theme($theme) {
|
13
8
|
$foreground: map.get($theme, foreground);
|
14
9
|
|
@@ -30,6 +25,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
30
25
|
}
|
31
26
|
|
32
27
|
@mixin mc-textarea-typography($config) {
|
28
|
+
$tokens: map.get($config, tokens);
|
29
|
+
|
33
30
|
textarea.mc-textarea {
|
34
31
|
@include mc-typography-level-to-styles($config, map.get($tokens, textarea-font-default));
|
35
32
|
}
|
@@ -3,11 +3,6 @@
|
|
3
3
|
|
4
4
|
@use '../core/styles/typography/typography-utils' as *;
|
5
5
|
|
6
|
-
@use '../core/styles/tokens';
|
7
|
-
|
8
|
-
|
9
|
-
$tokens: meta.module-variables(tokens) !default;
|
10
|
-
|
11
6
|
@mixin mc-timezone-option-theme($theme) {
|
12
7
|
$timezone: map.get(map.get($theme, components), timezone);
|
13
8
|
|
@@ -22,6 +17,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
22
17
|
}
|
23
18
|
|
24
19
|
@mixin mc-timezone-option-typography($config) {
|
20
|
+
$tokens: map.get($config, tokens);
|
21
|
+
|
25
22
|
.mc-timezone-option__offset {
|
26
23
|
@include mc-typography-level-to-styles($config, map.get($tokens, timezone-option-font-offset-text));
|
27
24
|
}
|
package/toast/_toast-theme.scss
CHANGED
@@ -3,11 +3,6 @@
|
|
3
3
|
|
4
4
|
@use '../core/styles/typography/typography-utils' as *;
|
5
5
|
|
6
|
-
@use '../core/styles/tokens';
|
7
|
-
|
8
|
-
|
9
|
-
$tokens: meta.module-variables(tokens) !default;
|
10
|
-
|
11
6
|
|
12
7
|
@mixin mc-toast-theme($theme) {
|
13
8
|
$foreground: map.get($theme, foreground);
|
@@ -50,6 +45,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
50
45
|
}
|
51
46
|
|
52
47
|
@mixin mc-toast-typography($config) {
|
48
|
+
$tokens: map.get($config, tokens);
|
49
|
+
|
53
50
|
.mc-toast {
|
54
51
|
@include mc-typography-level-to-styles($config, body);
|
55
52
|
}
|
@@ -4,11 +4,6 @@
|
|
4
4
|
@use '../core/styles/theming/theming' as *;
|
5
5
|
@use '../core/styles/typography/typography-utils' as *;
|
6
6
|
|
7
|
-
@use '../core/styles/tokens';
|
8
|
-
|
9
|
-
|
10
|
-
$tokens: meta.module-variables(tokens) !default;
|
11
|
-
|
12
7
|
@mixin mc-toggle-theme($theme) {
|
13
8
|
$foreground: map.get($theme, foreground);
|
14
9
|
$background: map.get($theme, background);
|
@@ -72,6 +67,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
72
67
|
}
|
73
68
|
|
74
69
|
@mixin mc-toggle-typography($config) {
|
70
|
+
$tokens: map.get($config, tokens);
|
71
|
+
|
75
72
|
.mc-toggle:not(.mc-toggle_small) {
|
76
73
|
@include mc-typography-level-to-styles($config, map.get($tokens, toggle-font-default));
|
77
74
|
}
|
@@ -4,11 +4,6 @@
|
|
4
4
|
@use '../core/pop-up/pop-up' as *;
|
5
5
|
@use '../core/styles/typography/typography-utils' as *;
|
6
6
|
|
7
|
-
@use '../core/styles/tokens';
|
8
|
-
|
9
|
-
|
10
|
-
$tokens: meta.module-variables(tokens) !default;
|
11
|
-
|
12
7
|
@mixin mc-tooltip-theme($theme) {
|
13
8
|
$foreground: map.get($theme, foreground);
|
14
9
|
$background: map.get($theme, background);
|
@@ -88,6 +83,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
88
83
|
}
|
89
84
|
|
90
85
|
@mixin mc-tooltip-typography($config) {
|
86
|
+
$tokens: map.get($config, tokens);
|
87
|
+
|
91
88
|
.mc-tooltip {
|
92
89
|
@include mc-typography-level-to-styles($config, map.get($tokens, tooltip-font-default));
|
93
90
|
}
|
package/tree/_tree-theme.scss
CHANGED
@@ -3,10 +3,6 @@
|
|
3
3
|
|
4
4
|
@use '../core/styles/theming/theming' as *;
|
5
5
|
@use '../core/styles/typography/typography-utils' as *;
|
6
|
-
@use '../core/styles/tokens';
|
7
|
-
|
8
|
-
|
9
|
-
$tokens: meta.module-variables(tokens) !default;
|
10
6
|
|
11
7
|
@mixin mc-tree-theme($theme) {
|
12
8
|
$foreground: map.get($theme, foreground);
|
@@ -64,6 +60,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
64
60
|
}
|
65
61
|
|
66
62
|
@mixin mc-tree-typography($config) {
|
63
|
+
$tokens: map.get($config, tokens);
|
64
|
+
|
67
65
|
.mc-tree-option {
|
68
66
|
@include mc-typography-level-to-styles($config, map.get($tokens, tree-font-node));
|
69
67
|
}
|
@@ -5,11 +5,6 @@
|
|
5
5
|
@use '../core/styles/typography/typography-utils' as *;
|
6
6
|
@use '../core/styles/common/popup' as *;
|
7
7
|
|
8
|
-
@use '../core/styles/tokens';
|
9
|
-
|
10
|
-
|
11
|
-
$tokens: meta.module-variables(tokens) !default;
|
12
|
-
|
13
8
|
@mixin mc-tree-select-theme($theme) {
|
14
9
|
$foreground: map.get($theme, foreground);
|
15
10
|
|
@@ -43,6 +38,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
43
38
|
}
|
44
39
|
|
45
40
|
@mixin mc-tree-select-typography($config) {
|
41
|
+
$tokens: map.get($config, tokens);
|
42
|
+
|
46
43
|
.mc-tree-select,
|
47
44
|
.mc-tree-select__panel {
|
48
45
|
@include mc-typography-level-to-styles($config, map.get($tokens, select-panel-font-default));
|