@ptsecurity/mosaic 13.9.0 → 14.0.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 +90 -7366
- package/_visual.scss +6 -2761
- package/autocomplete/autocomplete-origin.directive.d.ts +1 -1
- package/autocomplete/autocomplete-trigger.directive.d.ts +1 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/button/button.component.d.ts +4 -4
- package/button-toggle/button-toggle.component.d.ts +2 -2
- package/card/card.component.d.ts +3 -3
- package/checkbox/checkbox-required-validator.d.ts +1 -1
- package/checkbox/checkbox.d.ts +3 -3
- package/core/common-behaviors/color.d.ts +4 -1
- package/core/common-behaviors/error-state.d.ts +7 -4
- package/core/error/error-options.d.ts +3 -3
- package/core/formatters/date/formatter.d.ts +6 -2
- package/core/formatters/number/formatter.d.ts +1 -1
- package/core/forms/forms.directive.d.ts +2 -2
- package/core/highlight/highlight.pipe.d.ts +1 -1
- package/core/line/line.d.ts +1 -1
- package/core/option/action.d.ts +2 -2
- package/core/option/optgroup.d.ts +2 -2
- package/core/option/option.d.ts +1 -1
- package/core/pop-up/pop-up-trigger.d.ts +2 -3
- package/core/pop-up/pop-up.d.ts +2 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +3 -3
- package/datepicker/calendar-body.component.d.ts +1 -1
- package/datepicker/calendar.component.d.ts +30 -30
- package/datepicker/datepicker-input.directive.d.ts +2 -2
- package/datepicker/datepicker-toggle.component.d.ts +2 -2
- package/datepicker/datepicker.component.d.ts +2 -2
- package/datepicker/month-view.component.d.ts +1 -1
- package/datepicker/multi-year-view.component.d.ts +1 -1
- package/datepicker/year-view.component.d.ts +1 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +16 -15
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +0 -4
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +1 -0
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +1 -0
- package/design-tokens/legacy-2017/tokens/components/timezone.json5 +22 -0
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +42 -33
- package/design-tokens/legacy-2017/tokens.d.ts +55 -37
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +17 -16
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/forms.json5 +0 -4
- package/design-tokens/pt-2022/tokens/components/link.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/popover.json5 +7 -6
- package/design-tokens/pt-2022/tokens/components/timezone.json5 +22 -0
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +33 -24
- package/design-tokens/pt-2022/tokens.d.ts +47 -30
- package/design-tokens/style-dictionary/transforms/attribute/palette.js +1 -1
- package/design-tokens/style-dictionary/transforms/attribute/size.js +1 -1
- package/design-tokens/style-dictionary/transforms/attribute/typography.js +1 -1
- package/divider/divider.component.d.ts +1 -1
- package/dl/dl.component.d.ts +3 -3
- package/dropdown/dropdown-content.directive.d.ts +1 -1
- package/dropdown/dropdown-item.component.d.ts +1 -1
- package/dropdown/dropdown-trigger.directive.d.ts +1 -1
- package/dropdown/dropdown.component.d.ts +1 -1
- package/esm2020/autocomplete/autocomplete-origin.directive.mjs +4 -4
- package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +7 -7
- package/esm2020/autocomplete/autocomplete.component.mjs +6 -7
- package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
- package/esm2020/button/button.component.mjs +13 -13
- package/esm2020/button/button.module.mjs +7 -9
- package/esm2020/button-toggle/button-toggle.component.mjs +9 -9
- package/esm2020/button-toggle/button-toggle.module.mjs +5 -5
- package/esm2020/card/card.component.mjs +10 -10
- package/esm2020/card/card.module.mjs +7 -9
- package/esm2020/checkbox/checkbox-module.mjs +5 -5
- package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
- package/esm2020/checkbox/checkbox.mjs +8 -9
- package/esm2020/core/common-behaviors/color.mjs +6 -3
- package/esm2020/core/common-behaviors/common-module.mjs +5 -5
- package/esm2020/core/common-behaviors/disabled.mjs +1 -1
- package/esm2020/core/common-behaviors/error-state.mjs +1 -11
- package/esm2020/core/error/error-options.mjs +7 -7
- package/esm2020/core/formatters/date/formatter.mjs +10 -6
- package/esm2020/core/formatters/index.mjs +5 -5
- package/esm2020/core/formatters/number/formatter.mjs +5 -5
- package/esm2020/core/forms/forms-module.mjs +5 -5
- package/esm2020/core/forms/forms.directive.mjs +7 -7
- package/esm2020/core/highlight/highlight.pipe.mjs +4 -4
- package/esm2020/core/highlight/index.mjs +5 -5
- package/esm2020/core/line/line.mjs +8 -8
- package/esm2020/core/option/action.mjs +7 -7
- package/esm2020/core/option/optgroup.mjs +6 -6
- package/esm2020/core/option/option-module.mjs +6 -6
- package/esm2020/core/option/option.mjs +7 -7
- package/esm2020/core/pop-up/pop-up-trigger.mjs +4 -4
- package/esm2020/core/pop-up/pop-up.mjs +4 -4
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +7 -8
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +5 -5
- package/esm2020/core/services/measure-scrollbar.service.mjs +4 -4
- package/esm2020/datepicker/calendar-body.component.mjs +5 -5
- package/esm2020/datepicker/calendar.component.mjs +126 -129
- package/esm2020/datepicker/datepicker-input.directive.mjs +8 -9
- package/esm2020/datepicker/datepicker-intl.mjs +4 -4
- package/esm2020/datepicker/datepicker-module.mjs +11 -17
- package/esm2020/datepicker/datepicker-toggle.component.mjs +11 -11
- package/esm2020/datepicker/datepicker.component.mjs +10 -10
- package/esm2020/datepicker/month-view.component.mjs +6 -6
- package/esm2020/datepicker/multi-year-view.component.mjs +4 -4
- package/esm2020/datepicker/year-view.component.mjs +4 -4
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +56 -38
- package/esm2020/design-tokens/pt-2022/tokens.mjs +48 -31
- package/esm2020/divider/divider.component.mjs +5 -5
- package/esm2020/divider/divider.module.mjs +5 -5
- package/esm2020/dl/dl.component.mjs +12 -12
- package/esm2020/dl/dl.module.mjs +7 -9
- package/esm2020/dropdown/dropdown-content.directive.mjs +4 -4
- package/esm2020/dropdown/dropdown-item.component.mjs +7 -7
- package/esm2020/dropdown/dropdown-trigger.directive.mjs +4 -4
- package/esm2020/dropdown/dropdown.component.mjs +6 -6
- package/esm2020/dropdown/dropdown.module.mjs +7 -9
- package/esm2020/form-field/cleaner.mjs +4 -4
- package/esm2020/form-field/form-field.mjs +24 -21
- package/esm2020/form-field/form-field.module.mjs +5 -5
- package/esm2020/form-field/hint.mjs +6 -7
- package/esm2020/form-field/password-hint.mjs +11 -12
- package/esm2020/form-field/prefix.mjs +4 -4
- package/esm2020/form-field/stepper.mjs +4 -4
- package/esm2020/form-field/suffix.mjs +4 -4
- package/esm2020/icon/icon.component.mjs +10 -11
- package/esm2020/icon/icon.module.mjs +7 -9
- package/esm2020/input/input-number-validators.mjs +7 -7
- package/esm2020/input/input-number.mjs +4 -4
- package/esm2020/input/input-password.mjs +11 -11
- package/esm2020/input/input.mjs +13 -7
- package/esm2020/input/input.module.mjs +8 -10
- package/esm2020/link/link.component.mjs +4 -4
- package/esm2020/link/link.module.mjs +6 -8
- package/esm2020/list/list-selection.component.mjs +230 -220
- package/esm2020/list/list.component.mjs +8 -8
- package/esm2020/list/list.module.mjs +9 -11
- package/esm2020/loader-overlay/loader-overlay.component.mjs +16 -16
- package/esm2020/loader-overlay/loader-overlay.module.mjs +8 -10
- package/esm2020/modal/css-unit.pipe.mjs +4 -4
- package/esm2020/modal/modal-control.service.mjs +4 -4
- package/esm2020/modal/modal.component.mjs +9 -9
- package/esm2020/modal/modal.directive.mjs +13 -13
- package/esm2020/modal/modal.module.mjs +11 -14
- package/esm2020/modal/modal.service.mjs +5 -6
- package/esm2020/navbar/navbar-item.component.mjs +36 -36
- package/esm2020/navbar/navbar.component.mjs +11 -11
- package/esm2020/navbar/navbar.module.mjs +9 -11
- package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
- package/esm2020/popover/popover-confirm.component.mjs +11 -11
- package/esm2020/popover/popover.component.mjs +10 -10
- package/esm2020/popover/popover.module.mjs +6 -7
- package/esm2020/progress-bar/progress-bar.component.mjs +7 -8
- package/esm2020/progress-bar/progress-bar.module.mjs +6 -8
- package/esm2020/progress-spinner/progress-spinner.component.mjs +7 -8
- package/esm2020/progress-spinner/progress-spinner.module.mjs +6 -8
- package/esm2020/radio/radio.component.mjs +14 -16
- package/esm2020/radio/radio.module.mjs +5 -5
- package/esm2020/select/select-option.directive.mjs +4 -4
- package/esm2020/select/select.component.mjs +26 -20
- package/esm2020/select/select.module.mjs +10 -12
- package/esm2020/sidebar/sidebar.component.mjs +10 -10
- package/esm2020/sidebar/sidebar.module.mjs +5 -5
- package/esm2020/sidepanel/sidepanel-container.component.mjs +7 -7
- package/esm2020/sidepanel/sidepanel-directives.mjs +22 -20
- package/esm2020/sidepanel/sidepanel.module.mjs +11 -14
- package/esm2020/sidepanel/sidepanel.service.mjs +32 -29
- package/esm2020/splitter/splitter.component.mjs +37 -37
- package/esm2020/splitter/splitter.module.mjs +6 -8
- package/esm2020/table/table.component.mjs +4 -4
- package/esm2020/table/table.module.mjs +7 -9
- package/esm2020/tabs/paginated-tab-header.mjs +4 -4
- package/esm2020/tabs/tab-body.component.mjs +7 -7
- package/esm2020/tabs/tab-content.directive.mjs +4 -4
- package/esm2020/tabs/tab-group.component.mjs +30 -31
- package/esm2020/tabs/tab-header.component.mjs +5 -5
- package/esm2020/tabs/tab-label-wrapper.directive.mjs +4 -4
- package/esm2020/tabs/tab-label.directive.mjs +4 -4
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +8 -8
- package/esm2020/tabs/tab.component.mjs +4 -4
- package/esm2020/tabs/tabs.module.mjs +11 -13
- package/esm2020/tags/tag-input.mjs +4 -4
- package/esm2020/tags/tag-list.component.mjs +12 -6
- package/esm2020/tags/tag.component.mjs +24 -22
- package/esm2020/tags/tag.module.mjs +6 -6
- package/esm2020/textarea/textarea.component.mjs +10 -4
- package/esm2020/textarea/textarea.module.mjs +5 -5
- package/esm2020/timepicker/timepicker.directive.mjs +4 -4
- package/esm2020/timepicker/timepicker.module.mjs +8 -10
- package/esm2020/timezone/cities-by-filter.pipe.mjs +17 -0
- package/esm2020/timezone/index.mjs +2 -0
- package/esm2020/timezone/ptsecurity-mosaic-timezone.mjs +5 -0
- package/esm2020/timezone/public-api.mjs +7 -0
- package/esm2020/timezone/timezone-option.component.mjs +48 -0
- package/esm2020/timezone/timezone-option.directive.mjs +58 -0
- package/esm2020/timezone/timezone-select.component.mjs +40 -0
- package/esm2020/timezone/timezone.models.mjs +3 -0
- package/esm2020/timezone/timezone.module.mjs +75 -0
- package/esm2020/timezone/timezone.utils.mjs +64 -0
- package/esm2020/timezone/utc-offset.pipe.mjs +17 -0
- package/esm2020/toast/toast-container.component.mjs +5 -5
- package/esm2020/toast/toast.component.mjs +14 -11
- package/esm2020/toast/toast.module.mjs +12 -12
- package/esm2020/toast/toast.service.mjs +12 -12
- package/esm2020/toggle/toggle.component.mjs +13 -16
- package/esm2020/toggle/toggle.module.mjs +5 -5
- package/esm2020/tooltip/tooltip.component.mjs +14 -14
- package/esm2020/tooltip/tooltip.module.mjs +7 -8
- package/esm2020/tree/control/flat-tree-control.mjs +1 -1
- package/esm2020/tree/data-source/nested-data-source.mjs +1 -1
- package/esm2020/tree/node.mjs +4 -4
- package/esm2020/tree/outlet.mjs +4 -4
- package/esm2020/tree/padding.directive.mjs +4 -4
- package/esm2020/tree/toggle.mjs +11 -11
- package/esm2020/tree/tree-base.mjs +7 -7
- package/esm2020/tree/tree-option.component.mjs +12 -8
- package/esm2020/tree/tree-selection.component.mjs +11 -5
- package/esm2020/tree/tree.mjs +4 -4
- package/esm2020/tree/tree.module.mjs +5 -5
- package/esm2020/tree-select/tree-select.component.mjs +20 -14
- package/esm2020/tree-select/tree-select.module.mjs +11 -13
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +18 -19
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.mjs +18 -20
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +15 -17
- package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +14 -15
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +93 -96
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +174 -184
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +123 -70
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dl.mjs +17 -19
- package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +23 -25
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +54 -52
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +15 -18
- package/fesm2015/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.mjs +38 -34
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.mjs +8 -10
- package/fesm2015/ptsecurity-mosaic-link.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-list.mjs +253 -245
- package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +22 -24
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +41 -45
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +58 -60
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +22 -23
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +11 -14
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +11 -14
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +17 -19
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +36 -32
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +68 -66
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +41 -43
- package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-table.mjs +9 -11
- package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +139 -142
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +42 -34
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +13 -7
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +10 -12
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +299 -0
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -0
- package/fesm2015/ptsecurity-mosaic-toast.mjs +124 -118
- package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +16 -19
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +19 -20
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +29 -25
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +54 -44
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +18 -19
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button.mjs +18 -20
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +15 -17
- package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +14 -15
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +93 -96
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +173 -183
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +123 -70
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dl.mjs +17 -19
- package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +23 -25
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +54 -52
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +15 -18
- package/fesm2020/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-input.mjs +38 -34
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-link.mjs +8 -10
- package/fesm2020/ptsecurity-mosaic-link.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-list.mjs +248 -240
- package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +22 -24
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +41 -45
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +58 -60
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +22 -23
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +11 -14
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +11 -14
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +17 -19
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +36 -32
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +68 -66
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +41 -43
- package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-table.mjs +9 -11
- package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +68 -71
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +42 -34
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +13 -7
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +10 -12
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +298 -0
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -0
- package/fesm2020/ptsecurity-mosaic-toast.mjs +120 -116
- package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +16 -19
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +19 -20
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +29 -25
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +54 -44
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/form-field/cleaner.d.ts +1 -1
- package/form-field/form-field.d.ts +13 -7
- package/form-field/hint.d.ts +3 -3
- package/form-field/password-hint.d.ts +2 -3
- package/form-field/prefix.d.ts +1 -1
- package/form-field/stepper.d.ts +1 -1
- package/form-field/suffix.d.ts +1 -1
- package/icon/icon.component.d.ts +4 -4
- package/input/input-number-validators.d.ts +2 -2
- package/input/input-number.d.ts +1 -1
- package/input/input-password.d.ts +3 -3
- package/input/input.d.ts +8 -2
- package/link/link.component.d.ts +1 -1
- package/list/list-selection.component.d.ts +54 -53
- package/list/list.component.d.ts +2 -2
- package/loader-overlay/loader-overlay.component.d.ts +4 -4
- package/modal/css-unit.pipe.d.ts +1 -1
- package/modal/modal.component.d.ts +1 -1
- package/modal/modal.directive.d.ts +4 -4
- package/navbar/navbar-item.component.d.ts +11 -11
- package/navbar/navbar.component.d.ts +3 -3
- package/navbar/vertical-navbar.component.d.ts +1 -1
- package/package.json +56 -48
- package/popover/popover-confirm.component.d.ts +2 -2
- package/popover/popover.component.d.ts +4 -5
- 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/progress-bar/progress-bar.component.d.ts +3 -3
- package/progress-spinner/progress-spinner.component.d.ts +3 -3
- package/radio/radio.component.d.ts +6 -6
- package/select/select-option.directive.d.ts +1 -1
- package/select/select.component.d.ts +10 -4
- package/sidebar/sidebar.component.d.ts +3 -3
- package/sidepanel/sidepanel-container.component.d.ts +1 -1
- package/sidepanel/sidepanel-directives.d.ts +5 -5
- package/splitter/splitter.component.d.ts +4 -4
- package/table/table.component.d.ts +1 -1
- package/tabs/paginated-tab-header.d.ts +1 -1
- package/tabs/tab-body.component.d.ts +2 -2
- package/tabs/tab-content.directive.d.ts +1 -1
- package/tabs/tab-group.component.d.ts +8 -8
- package/tabs/tab-header.component.d.ts +1 -1
- package/tabs/tab-label-wrapper.directive.d.ts +1 -1
- package/tabs/tab-label.directive.d.ts +1 -1
- package/tabs/tab-nav-bar/tab-nav-bar.d.ts +2 -2
- package/tabs/tab.component.d.ts +1 -1
- package/tags/tag-input.d.ts +1 -1
- package/tags/tag-list.component.d.ts +8 -2
- package/tags/tag.component.d.ts +8 -6
- package/textarea/textarea.component.d.ts +7 -1
- package/timepicker/timepicker.directive.d.ts +1 -1
- package/timezone/README.md +0 -0
- package/timezone/cities-by-filter.pipe.d.ts +7 -0
- package/timezone/index.d.ts +1 -0
- package/timezone/public-api.d.ts +6 -0
- package/timezone/timezone-option.component.d.ts +15 -0
- package/timezone/timezone-option.directive.d.ts +20 -0
- package/timezone/timezone-select.component.d.ts +14 -0
- package/timezone/timezone.models.d.ts +16 -0
- package/timezone/timezone.module.d.ts +19 -0
- package/timezone/timezone.utils.d.ts +18 -0
- package/timezone/utc-offset.pipe.d.ts +7 -0
- package/toast/toast-container.component.d.ts +1 -1
- package/toast/toast.component.d.ts +1 -1
- package/toast/toast.service.d.ts +5 -4
- package/toggle/toggle.component.d.ts +5 -5
- package/tooltip/tooltip.component.d.ts +5 -6
- package/tree/control/flat-tree-control.d.ts +8 -8
- package/tree/node.d.ts +1 -1
- package/tree/outlet.d.ts +1 -1
- package/tree/padding.directive.d.ts +1 -1
- package/tree/toggle.d.ts +3 -3
- package/tree/tree-base.d.ts +2 -2
- package/tree/tree-option.component.d.ts +2 -1
- package/tree/tree-selection.component.d.ts +1 -1
- package/tree/tree.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +10 -4
- package/autocomplete/package.json +0 -10
- package/autocomplete/ptsecurity-mosaic-autocomplete.d.ts +0 -5
- package/button/package.json +0 -10
- package/button/ptsecurity-mosaic-button.d.ts +0 -5
- package/button-toggle/package.json +0 -10
- package/button-toggle/ptsecurity-mosaic-button-toggle.d.ts +0 -5
- package/card/package.json +0 -10
- package/card/ptsecurity-mosaic-card.d.ts +0 -5
- package/checkbox/package.json +0 -10
- package/checkbox/ptsecurity-mosaic-checkbox.d.ts +0 -5
- package/core/package.json +0 -10
- package/core/ptsecurity-mosaic-core.d.ts +0 -5
- package/datepicker/package.json +0 -10
- package/datepicker/ptsecurity-mosaic-datepicker.d.ts +0 -5
- package/design-tokens/package.json +0 -10
- package/design-tokens/ptsecurity-mosaic-design-tokens.d.ts +0 -5
- package/divider/package.json +0 -10
- package/divider/ptsecurity-mosaic-divider.d.ts +0 -5
- package/dl/package.json +0 -10
- package/dl/ptsecurity-mosaic-dl.d.ts +0 -5
- package/dropdown/package.json +0 -10
- package/dropdown/ptsecurity-mosaic-dropdown.d.ts +0 -5
- package/form-field/package.json +0 -10
- package/form-field/ptsecurity-mosaic-form-field.d.ts +0 -5
- package/icon/package.json +0 -10
- package/icon/ptsecurity-mosaic-icon.d.ts +0 -5
- package/input/package.json +0 -10
- package/input/ptsecurity-mosaic-input.d.ts +0 -5
- package/link/package.json +0 -10
- package/link/ptsecurity-mosaic-link.d.ts +0 -5
- package/list/package.json +0 -10
- package/list/ptsecurity-mosaic-list.d.ts +0 -5
- package/loader-overlay/package.json +0 -10
- package/loader-overlay/ptsecurity-mosaic-loader-overlay.d.ts +0 -5
- package/modal/package.json +0 -10
- package/modal/ptsecurity-mosaic-modal.d.ts +0 -5
- package/navbar/package.json +0 -10
- package/navbar/ptsecurity-mosaic-navbar.d.ts +0 -5
- package/popover/package.json +0 -10
- package/popover/ptsecurity-mosaic-popover.d.ts +0 -5
- package/progress-bar/package.json +0 -10
- package/progress-bar/ptsecurity-mosaic-progress-bar.d.ts +0 -5
- package/progress-spinner/package.json +0 -10
- package/progress-spinner/ptsecurity-mosaic-progress-spinner.d.ts +0 -5
- package/ptsecurity-mosaic.d.ts +0 -5
- package/radio/package.json +0 -10
- package/radio/ptsecurity-mosaic-radio.d.ts +0 -5
- package/select/package.json +0 -10
- package/select/ptsecurity-mosaic-select.d.ts +0 -5
- package/sidebar/package.json +0 -10
- package/sidebar/ptsecurity-mosaic-sidebar.d.ts +0 -5
- package/sidepanel/package.json +0 -10
- package/sidepanel/ptsecurity-mosaic-sidepanel.d.ts +0 -5
- package/splitter/package.json +0 -10
- package/splitter/ptsecurity-mosaic-splitter.d.ts +0 -5
- package/table/package.json +0 -10
- package/table/ptsecurity-mosaic-table.d.ts +0 -5
- package/tabs/package.json +0 -10
- package/tabs/ptsecurity-mosaic-tabs.d.ts +0 -5
- package/tags/package.json +0 -10
- package/tags/ptsecurity-mosaic-tags.d.ts +0 -5
- package/textarea/package.json +0 -10
- package/textarea/ptsecurity-mosaic-textarea.d.ts +0 -5
- package/timepicker/package.json +0 -10
- package/timepicker/ptsecurity-mosaic-timepicker.d.ts +0 -5
- package/toast/package.json +0 -10
- package/toast/ptsecurity-mosaic-toast.d.ts +0 -5
- package/toggle/package.json +0 -10
- package/toggle/ptsecurity-mosaic-toggle.d.ts +0 -5
- package/tooltip/package.json +0 -10
- package/tooltip/ptsecurity-mosaic-tooltip.d.ts +0 -5
- package/tree/package.json +0 -10
- package/tree/ptsecurity-mosaic-tree.d.ts +0 -5
- package/tree-select/package.json +0 -10
- package/tree-select/ptsecurity-mosaic-tree-select.d.ts +0 -5
@@ -8,20 +8,20 @@
|
|
8
8
|
states: {
|
9
9
|
checked: {
|
10
10
|
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
11
|
-
background: { value: '{light-color-scheme.primary.palette.value.500}' }
|
11
|
+
background: { value: '{light-color-scheme.primary.palette.value.500}' }
|
12
12
|
},
|
13
13
|
focused: {
|
14
14
|
border: { value: '{light-color-scheme.states.focused-color}' },
|
15
|
-
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' }
|
15
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' }
|
16
16
|
},
|
17
17
|
'checked-focused': {
|
18
18
|
border: { value: '{light-color-scheme.states.focused-color}' },
|
19
19
|
background: { value: '{light-color-scheme.primary.palette.value.500}' },
|
20
20
|
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' },
|
21
|
-
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
21
|
+
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
22
22
|
}
|
23
23
|
}
|
24
|
-
},
|
24
|
+
},
|
25
25
|
error: {
|
26
26
|
border: { value: '{light-color-scheme.error.default}' },
|
27
27
|
color: { value: 'white' },
|
@@ -29,20 +29,20 @@
|
|
29
29
|
states: {
|
30
30
|
checked: {
|
31
31
|
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
32
|
-
background: { value: '{light-color-scheme.error.palette.value.500}' }
|
32
|
+
background: { value: '{light-color-scheme.error.palette.value.500}' }
|
33
33
|
},
|
34
34
|
focused: {
|
35
35
|
border: { value: '{light-color-scheme.states.focused-color-error}' },
|
36
|
-
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color-error}' }
|
36
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color-error}' }
|
37
37
|
},
|
38
38
|
'checked-focused': {
|
39
39
|
border: { value: '{light-color-scheme.states.focused-color-error}' },
|
40
40
|
background: { value: '{light-color-scheme.error.palette.value.500}' },
|
41
41
|
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color-error}' },
|
42
|
-
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
42
|
+
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
43
43
|
}
|
44
44
|
}
|
45
|
-
}
|
45
|
+
}
|
46
46
|
},
|
47
47
|
'dark-color-scheme': {
|
48
48
|
default: {
|
@@ -52,20 +52,20 @@
|
|
52
52
|
states: {
|
53
53
|
checked: {
|
54
54
|
border: { value: '{dark-color-scheme.primary.palette.value.560}' },
|
55
|
-
background: { value: '{dark-color-scheme.primary.palette.value.560}' }
|
55
|
+
background: { value: '{dark-color-scheme.primary.palette.value.560}' }
|
56
56
|
},
|
57
57
|
focused: {
|
58
58
|
border: { value: '{dark-color-scheme.states.focused-color}' },
|
59
|
-
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' }
|
59
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' }
|
60
60
|
},
|
61
61
|
'checked-focused': {
|
62
62
|
border: { value: '{dark-color-scheme.states.focused-color}' },
|
63
63
|
background: { value: '{dark-color-scheme.primary.palette.value.560}' },
|
64
64
|
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' },
|
65
|
-
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
65
|
+
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
66
66
|
}
|
67
67
|
}
|
68
|
-
},
|
68
|
+
},
|
69
69
|
error: {
|
70
70
|
border: { value: '{dark-color-scheme.error.default}' },
|
71
71
|
color: { value: 'white' },
|
@@ -73,25 +73,26 @@
|
|
73
73
|
states: {
|
74
74
|
checked: {
|
75
75
|
border: { value: '{dark-color-scheme.error.palette.value.560}' },
|
76
|
-
background: { value: '{dark-color-scheme.error.palette.value.560}' }
|
76
|
+
background: { value: '{dark-color-scheme.error.palette.value.560}' }
|
77
77
|
},
|
78
78
|
focused: {
|
79
79
|
border: { value: '{dark-color-scheme.states.focused-color-error}' },
|
80
|
-
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color-error}' }
|
80
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color-error}' }
|
81
81
|
},
|
82
82
|
'checked-focused': {
|
83
83
|
border: { value: '{dark-color-scheme.states.focused-color-error}' },
|
84
84
|
background: { value: '{dark-color-scheme.error.palette.value.560}' },
|
85
85
|
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color-error}' },
|
86
|
-
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
86
|
+
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
87
87
|
}
|
88
88
|
}
|
89
|
-
}
|
89
|
+
}
|
90
90
|
},
|
91
91
|
size: {
|
92
92
|
width: { value: '{size.l}' },
|
93
93
|
'label-margin': { value: '{size.s}' },
|
94
94
|
'border-width': { value: '{size.border-width}' },
|
95
|
+
'border-radius': { value: '{size.border-radius}' },
|
95
96
|
'toggle-box-shadow': { value: 'inset 0 0 1px 0 rgba(0, 0, 0, 0.2)' }
|
96
97
|
},
|
97
98
|
font: {
|
@@ -10,7 +10,7 @@
|
|
10
10
|
},
|
11
11
|
invalid: {
|
12
12
|
border: { value: '{light-color-scheme.states.focused-color-error}' },
|
13
|
-
background: { value: '
|
13
|
+
background: { value: '{light-color-scheme.error.palette.value.40}' }
|
14
14
|
}
|
15
15
|
}
|
16
16
|
},
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
invalid: {
|
26
26
|
border: { value: '{dark-color-scheme.states.focused-color-error}' },
|
27
|
-
background: { value: 'transparent' }
|
27
|
+
background: { value: 'mix({dark-color-scheme.error.palette.value.1000}, transparent, 30%)' }
|
28
28
|
}
|
29
29
|
}
|
30
30
|
},
|
@@ -2,7 +2,7 @@
|
|
2
2
|
link: {
|
3
3
|
'light-color-scheme': {
|
4
4
|
text: { value: '{light-color-scheme.primary.palette.value.500}' },
|
5
|
-
'border-bottom': { value: 'rgba({light-color-scheme.
|
5
|
+
'border-bottom': { value: 'rgba({link.light-color-scheme.text}, 0.32)' },
|
6
6
|
|
7
7
|
'state-visited': {
|
8
8
|
'text': { value: '{palette.purple.560}' },
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
'dark-color-scheme': {
|
23
23
|
text: { value: '{dark-color-scheme.primary.palette.value.300}' },
|
24
|
-
'border-bottom': { value: 'rgba({dark-color-scheme.
|
24
|
+
'border-bottom': { value: 'rgba({link.dark-color-scheme.text}, 0.32);' },
|
25
25
|
|
26
26
|
'state-visited': {
|
27
27
|
'text': { value: '{palette.purple.400}' },
|
@@ -16,14 +16,15 @@
|
|
16
16
|
'max-height': { value: '480px' },
|
17
17
|
padding: { value: '{size.l}' },
|
18
18
|
'border-radius': { value: '{size.border-radius}' },
|
19
|
+
'border-width': { value: '{size.border-width}' },
|
19
20
|
|
20
|
-
|
21
|
-
|
21
|
+
'arrow-size': { value: '12px' },
|
22
|
+
'trigger-margin': { value: '9px' },
|
22
23
|
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
'small-width': { value: '200px' },
|
25
|
+
'normal-width': { value: '400px' },
|
26
|
+
'large-width': { value: '640px' }
|
27
|
+
},
|
27
28
|
font: {
|
28
29
|
default: { value: 'body' }
|
29
30
|
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
'timezone-option': {
|
3
|
+
'light-color-scheme': {
|
4
|
+
text: { value: '{light-color-scheme.foreground.text}' },
|
5
|
+
caption: { value: '{light-color-scheme.foreground.text-less-contrast}' }
|
6
|
+
},
|
7
|
+
'dark-color-scheme': {
|
8
|
+
text: { value: '{dark-color-scheme.foreground.text}' },
|
9
|
+
caption: { value: '{dark-color-scheme.foreground.text-less-contrast}' }
|
10
|
+
},
|
11
|
+
size: {
|
12
|
+
padding: { value: '6px 8px 6px 14px' },
|
13
|
+
'column-gap': { value: '16px' },
|
14
|
+
height: { value: 'auto' },
|
15
|
+
'max-height': { value: '4em' }
|
16
|
+
},
|
17
|
+
font: {
|
18
|
+
text: { value: 'body' },
|
19
|
+
caption: { value: 'caption' }
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
@@ -6,8 +6,8 @@
|
|
6
6
|
"letter-spacing": { value: 'normal' },
|
7
7
|
"font-weight": { value: 'normal' },
|
8
8
|
"font-family": { value: '{font.family.accent}' },
|
9
|
-
"text-transform": { value: '
|
10
|
-
"font-feature-settings": { value: '
|
9
|
+
"text-transform": { value: 'initial' },
|
10
|
+
"font-feature-settings": { value: 'initial' }
|
11
11
|
},
|
12
12
|
"display-2": {
|
13
13
|
"font-size": { value: '45px' },
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"letter-spacing": { value: 'normal' },
|
16
16
|
"font-weight": { value: 'normal' },
|
17
17
|
"font-family": { value: '{font.family.accent}' },
|
18
|
-
"text-transform": { value: '
|
19
|
-
"font-feature-settings": { value: '
|
18
|
+
"text-transform": { value: 'initial' },
|
19
|
+
"font-feature-settings": { value: 'initial' }
|
20
20
|
},
|
21
21
|
"display-3": {
|
22
22
|
"font-size": { value: '34px' },
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"letter-spacing": { value: 'normal' },
|
25
25
|
"font-weight": { value: 'normal' },
|
26
26
|
"font-family": { value: '{font.family.accent}' },
|
27
|
-
"text-transform": { value: '
|
28
|
-
"font-feature-settings": { value: '
|
27
|
+
"text-transform": { value: 'initial' },
|
28
|
+
"font-feature-settings": { value: 'initial' }
|
29
29
|
},
|
30
30
|
"headline": {
|
31
31
|
"font-size": { value: '24px' },
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"letter-spacing": { value: 'normal' },
|
34
34
|
"font-weight": { value: 'normal' },
|
35
35
|
"font-family": { value: '{font.family.accent}' },
|
36
|
-
"text-transform": { value: '
|
37
|
-
"font-feature-settings": { value: '
|
36
|
+
"text-transform": { value: 'initial' },
|
37
|
+
"font-feature-settings": { value: 'initial' }
|
38
38
|
},
|
39
39
|
"title": {
|
40
40
|
"font-size": { value: '20px' },
|
@@ -42,8 +42,8 @@
|
|
42
42
|
"letter-spacing": { value: 'normal' },
|
43
43
|
"font-weight": { value: '600' },
|
44
44
|
"font-family": { value: '{font.family.accent}' },
|
45
|
-
"text-transform": { value: '
|
46
|
-
"font-feature-settings": { value: '
|
45
|
+
"text-transform": { value: 'initial' },
|
46
|
+
"font-feature-settings": { value: 'initial' }
|
47
47
|
},
|
48
48
|
"subheading": {
|
49
49
|
"font-size": { value: '15px' },
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"letter-spacing": { value: '-0.009em' },
|
52
52
|
"font-weight": { value: '600' },
|
53
53
|
"font-family": { value: '{font.family.base}' },
|
54
|
-
"text-transform": { value: '
|
54
|
+
"text-transform": { value: 'initial' },
|
55
55
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
56
56
|
},
|
57
57
|
"body": {
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"letter-spacing": { value: '-0.009em' },
|
61
61
|
"font-weight": { value: 'normal' },
|
62
62
|
"font-family": { value: '{font.family.base}' },
|
63
|
-
"text-transform": { value: '
|
63
|
+
"text-transform": { value: 'initial' },
|
64
64
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
65
65
|
},
|
66
66
|
"body-tabular": {
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"letter-spacing": { value: '-0.009em' },
|
70
70
|
"font-weight": { value: 'normal' },
|
71
71
|
"font-family": { value: '{font.family.base}' },
|
72
|
-
"text-transform": { value: '
|
72
|
+
"text-transform": { value: 'initial' },
|
73
73
|
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
74
74
|
},
|
75
75
|
"body-strong": {
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"letter-spacing": { value: '-0.009em' },
|
79
79
|
"font-weight": { value: '500' },
|
80
80
|
"font-family": { value: '{font.family.base}' },
|
81
|
-
"text-transform": { value: '
|
81
|
+
"text-transform": { value: 'initial' },
|
82
82
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
83
83
|
},
|
84
84
|
"body-caps": {
|
@@ -96,8 +96,8 @@
|
|
96
96
|
"letter-spacing": { value: 'normal' },
|
97
97
|
"font-weight": { value: 'normal' },
|
98
98
|
"font-family": { value: '{font.family.monospace}' },
|
99
|
-
"text-transform": { value: '
|
100
|
-
"font-feature-settings": { value: '
|
99
|
+
"text-transform": { value: 'initial' },
|
100
|
+
"font-feature-settings": { value: 'initial' }
|
101
101
|
},
|
102
102
|
"caption": {
|
103
103
|
"font-size": { value: '13px' },
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"letter-spacing": { value: '-0.0025em' },
|
106
106
|
"font-weight": { value: 'normal' },
|
107
107
|
"font-family": { value: '{font.family.base}' },
|
108
|
-
"text-transform": { value: '
|
108
|
+
"text-transform": { value: 'initial' },
|
109
109
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
110
110
|
},
|
111
111
|
"caption-tabular": {
|
@@ -114,7 +114,16 @@
|
|
114
114
|
"letter-spacing": { value: '-0.0025em' },
|
115
115
|
"font-weight": { value: 'normal' },
|
116
116
|
"font-family": { value: '{font.family.base}' },
|
117
|
-
"text-transform": { value: '
|
117
|
+
"text-transform": { value: 'initial' },
|
118
|
+
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
119
|
+
},
|
120
|
+
"caption-strong": {
|
121
|
+
"font-size": { value: '13px' },
|
122
|
+
"line-height": { value: '16px' },
|
123
|
+
"letter-spacing": { value: '-0.0025em' },
|
124
|
+
"font-weight": { value: '500' },
|
125
|
+
"font-family": { value: '{font.family.base}' },
|
126
|
+
"text-transform": { value: 'initial' },
|
118
127
|
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
119
128
|
},
|
120
129
|
"caption-caps": {
|
@@ -132,8 +141,8 @@
|
|
132
141
|
"letter-spacing": { value: 'normal' },
|
133
142
|
"font-weight": { value: 'normal' },
|
134
143
|
"font-family": { value: '{font.family.monospace}' },
|
135
|
-
"text-transform": { value: '
|
136
|
-
"font-feature-settings": { value: '
|
144
|
+
"text-transform": { value: 'initial' },
|
145
|
+
"font-feature-settings": { value: 'initial' }
|
137
146
|
},
|
138
147
|
"small-text": {
|
139
148
|
"font-size": { value: '13px' },
|
@@ -141,7 +150,7 @@
|
|
141
150
|
"letter-spacing": { value: '-0.0025em' },
|
142
151
|
"font-weight": { value: 'normal' },
|
143
152
|
"font-family": { value: '{font.family.base}' },
|
144
|
-
"text-transform": { value: '
|
153
|
+
"text-transform": { value: 'initial' },
|
145
154
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
146
155
|
},
|
147
156
|
"extra-small-text": {
|
@@ -150,7 +159,7 @@
|
|
150
159
|
"letter-spacing": { value: '0.005em' },
|
151
160
|
"font-weight": { value: 'normal' },
|
152
161
|
"font-family": { value: '{font.family.base}' },
|
153
|
-
"text-transform": { value: '
|
162
|
+
"text-transform": { value: 'initial' },
|
154
163
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
155
164
|
},
|
156
165
|
"extra-small-text-caps": {
|
@@ -168,8 +177,8 @@
|
|
168
177
|
"letter-spacing": { value: '0px' },
|
169
178
|
"font-weight": { value: 'normal' },
|
170
179
|
"font-family": { value: '{font.family.monospace}' },
|
171
|
-
"text-transform": { value: '
|
172
|
-
"font-feature-settings": { value: '
|
180
|
+
"text-transform": { value: 'initial' },
|
181
|
+
"font-feature-settings": { value: 'initial' }
|
173
182
|
}
|
174
183
|
}
|
175
184
|
}
|
@@ -8268,63 +8268,63 @@ export declare const TypographyDisplay1LineHeight = "76px";
|
|
8268
8268
|
export declare const TypographyDisplay1LetterSpacing = "normal";
|
8269
8269
|
export declare const TypographyDisplay1FontWeight = "normal";
|
8270
8270
|
export declare const TypographyDisplay1FontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8271
|
-
export declare const TypographyDisplay1TextTransform = "
|
8272
|
-
export declare const TypographyDisplay1FontFeatureSettings = "
|
8271
|
+
export declare const TypographyDisplay1TextTransform = "initial";
|
8272
|
+
export declare const TypographyDisplay1FontFeatureSettings = "initial";
|
8273
8273
|
export declare const TypographyDisplay2FontSize = "45px";
|
8274
8274
|
export declare const TypographyDisplay2LineHeight = "56px";
|
8275
8275
|
export declare const TypographyDisplay2LetterSpacing = "normal";
|
8276
8276
|
export declare const TypographyDisplay2FontWeight = "normal";
|
8277
8277
|
export declare const TypographyDisplay2FontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8278
|
-
export declare const TypographyDisplay2TextTransform = "
|
8279
|
-
export declare const TypographyDisplay2FontFeatureSettings = "
|
8278
|
+
export declare const TypographyDisplay2TextTransform = "initial";
|
8279
|
+
export declare const TypographyDisplay2FontFeatureSettings = "initial";
|
8280
8280
|
export declare const TypographyDisplay3FontSize = "34px";
|
8281
8281
|
export declare const TypographyDisplay3LineHeight = "44px";
|
8282
8282
|
export declare const TypographyDisplay3LetterSpacing = "normal";
|
8283
8283
|
export declare const TypographyDisplay3FontWeight = "normal";
|
8284
8284
|
export declare const TypographyDisplay3FontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8285
|
-
export declare const TypographyDisplay3TextTransform = "
|
8286
|
-
export declare const TypographyDisplay3FontFeatureSettings = "
|
8285
|
+
export declare const TypographyDisplay3TextTransform = "initial";
|
8286
|
+
export declare const TypographyDisplay3FontFeatureSettings = "initial";
|
8287
8287
|
export declare const TypographyHeadlineFontSize = "24px";
|
8288
8288
|
export declare const TypographyHeadlineLineHeight = "32px";
|
8289
8289
|
export declare const TypographyHeadlineLetterSpacing = "normal";
|
8290
8290
|
export declare const TypographyHeadlineFontWeight = "normal";
|
8291
8291
|
export declare const TypographyHeadlineFontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8292
|
-
export declare const TypographyHeadlineTextTransform = "
|
8293
|
-
export declare const TypographyHeadlineFontFeatureSettings = "
|
8292
|
+
export declare const TypographyHeadlineTextTransform = "initial";
|
8293
|
+
export declare const TypographyHeadlineFontFeatureSettings = "initial";
|
8294
8294
|
export declare const TypographyTitleFontSize = "20px";
|
8295
8295
|
export declare const TypographyTitleLineHeight = "28px";
|
8296
8296
|
export declare const TypographyTitleLetterSpacing = "normal";
|
8297
8297
|
export declare const TypographyTitleFontWeight = "600";
|
8298
8298
|
export declare const TypographyTitleFontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8299
|
-
export declare const TypographyTitleTextTransform = "
|
8300
|
-
export declare const TypographyTitleFontFeatureSettings = "
|
8299
|
+
export declare const TypographyTitleTextTransform = "initial";
|
8300
|
+
export declare const TypographyTitleFontFeatureSettings = "initial";
|
8301
8301
|
export declare const TypographySubheadingFontSize = "15px";
|
8302
8302
|
export declare const TypographySubheadingLineHeight = "20px";
|
8303
8303
|
export declare const TypographySubheadingLetterSpacing = "-0.009em";
|
8304
8304
|
export declare const TypographySubheadingFontWeight = "600";
|
8305
8305
|
export declare const TypographySubheadingFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8306
|
-
export declare const TypographySubheadingTextTransform = "
|
8306
|
+
export declare const TypographySubheadingTextTransform = "initial";
|
8307
8307
|
export declare const TypographySubheadingFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
|
8308
8308
|
export declare const TypographyBodyFontSize = "15px";
|
8309
8309
|
export declare const TypographyBodyLineHeight = "20px";
|
8310
8310
|
export declare const TypographyBodyLetterSpacing = "-0.009em";
|
8311
8311
|
export declare const TypographyBodyFontWeight = "normal";
|
8312
8312
|
export declare const TypographyBodyFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8313
|
-
export declare const TypographyBodyTextTransform = "
|
8313
|
+
export declare const TypographyBodyTextTransform = "initial";
|
8314
8314
|
export declare const TypographyBodyFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
|
8315
8315
|
export declare const TypographyBodyTabularFontSize = "15px";
|
8316
8316
|
export declare const TypographyBodyTabularLineHeight = "20px";
|
8317
8317
|
export declare const TypographyBodyTabularLetterSpacing = "-0.009em";
|
8318
8318
|
export declare const TypographyBodyTabularFontWeight = "normal";
|
8319
8319
|
export declare const TypographyBodyTabularFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8320
|
-
export declare const TypographyBodyTabularTextTransform = "
|
8320
|
+
export declare const TypographyBodyTabularTextTransform = "initial";
|
8321
8321
|
export declare const TypographyBodyTabularFontFeatureSettings = "\"tnum\" on, \"ss01\" on, \"ss04\" on";
|
8322
8322
|
export declare const TypographyBodyStrongFontSize = "15px";
|
8323
8323
|
export declare const TypographyBodyStrongLineHeight = "20px";
|
8324
8324
|
export declare const TypographyBodyStrongLetterSpacing = "-0.009em";
|
8325
8325
|
export declare const TypographyBodyStrongFontWeight = "500";
|
8326
8326
|
export declare const TypographyBodyStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8327
|
-
export declare const TypographyBodyStrongTextTransform = "
|
8327
|
+
export declare const TypographyBodyStrongTextTransform = "initial";
|
8328
8328
|
export declare const TypographyBodyStrongFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
|
8329
8329
|
export declare const TypographyBodyCapsFontSize = "15px";
|
8330
8330
|
export declare const TypographyBodyCapsLineHeight = "20px";
|
@@ -8338,22 +8338,29 @@ export declare const TypographyBodyMonoLineHeight = "20px";
|
|
8338
8338
|
export declare const TypographyBodyMonoLetterSpacing = "normal";
|
8339
8339
|
export declare const TypographyBodyMonoFontWeight = "normal";
|
8340
8340
|
export declare const TypographyBodyMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
|
8341
|
-
export declare const TypographyBodyMonoTextTransform = "
|
8342
|
-
export declare const TypographyBodyMonoFontFeatureSettings = "
|
8341
|
+
export declare const TypographyBodyMonoTextTransform = "initial";
|
8342
|
+
export declare const TypographyBodyMonoFontFeatureSettings = "initial";
|
8343
8343
|
export declare const TypographyCaptionFontSize = "13px";
|
8344
8344
|
export declare const TypographyCaptionLineHeight = "16px";
|
8345
8345
|
export declare const TypographyCaptionLetterSpacing = "-0.0025em";
|
8346
8346
|
export declare const TypographyCaptionFontWeight = "normal";
|
8347
8347
|
export declare const TypographyCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8348
|
-
export declare const TypographyCaptionTextTransform = "
|
8348
|
+
export declare const TypographyCaptionTextTransform = "initial";
|
8349
8349
|
export declare const TypographyCaptionFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
|
8350
8350
|
export declare const TypographyCaptionTabularFontSize = "13px";
|
8351
8351
|
export declare const TypographyCaptionTabularLineHeight = "16px";
|
8352
8352
|
export declare const TypographyCaptionTabularLetterSpacing = "-0.0025em";
|
8353
8353
|
export declare const TypographyCaptionTabularFontWeight = "normal";
|
8354
8354
|
export declare const TypographyCaptionTabularFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8355
|
-
export declare const TypographyCaptionTabularTextTransform = "
|
8355
|
+
export declare const TypographyCaptionTabularTextTransform = "initial";
|
8356
8356
|
export declare const TypographyCaptionTabularFontFeatureSettings = "\"tnum\" on, \"ss01\" on, \"ss04\" on";
|
8357
|
+
export declare const TypographyCaptionStrongFontSize = "13px";
|
8358
|
+
export declare const TypographyCaptionStrongLineHeight = "16px";
|
8359
|
+
export declare const TypographyCaptionStrongLetterSpacing = "-0.0025em";
|
8360
|
+
export declare const TypographyCaptionStrongFontWeight = "500";
|
8361
|
+
export declare const TypographyCaptionStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8362
|
+
export declare const TypographyCaptionStrongTextTransform = "initial";
|
8363
|
+
export declare const TypographyCaptionStrongFontFeatureSettings = "\"tnum\" on, \"ss01\" on, \"ss04\" on";
|
8357
8364
|
export declare const TypographyCaptionCapsFontSize = "13px";
|
8358
8365
|
export declare const TypographyCaptionCapsLineHeight = "16px";
|
8359
8366
|
export declare const TypographyCaptionCapsLetterSpacing = "1.5px";
|
@@ -8366,21 +8373,21 @@ export declare const TypographyCaptionMonoLineHeight = "16px";
|
|
8366
8373
|
export declare const TypographyCaptionMonoLetterSpacing = "normal";
|
8367
8374
|
export declare const TypographyCaptionMonoFontWeight = "normal";
|
8368
8375
|
export declare const TypographyCaptionMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
|
8369
|
-
export declare const TypographyCaptionMonoTextTransform = "
|
8370
|
-
export declare const TypographyCaptionMonoFontFeatureSettings = "
|
8376
|
+
export declare const TypographyCaptionMonoTextTransform = "initial";
|
8377
|
+
export declare const TypographyCaptionMonoFontFeatureSettings = "initial";
|
8371
8378
|
export declare const TypographySmallTextFontSize = "13px";
|
8372
8379
|
export declare const TypographySmallTextLineHeight = "16px";
|
8373
8380
|
export declare const TypographySmallTextLetterSpacing = "-0.0025em";
|
8374
8381
|
export declare const TypographySmallTextFontWeight = "normal";
|
8375
8382
|
export declare const TypographySmallTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8376
|
-
export declare const TypographySmallTextTextTransform = "
|
8383
|
+
export declare const TypographySmallTextTextTransform = "initial";
|
8377
8384
|
export declare const TypographySmallTextFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
|
8378
8385
|
export declare const TypographyExtraSmallTextFontSize = "11px";
|
8379
8386
|
export declare const TypographyExtraSmallTextLineHeight = "16px";
|
8380
8387
|
export declare const TypographyExtraSmallTextLetterSpacing = "0.005em";
|
8381
8388
|
export declare const TypographyExtraSmallTextFontWeight = "normal";
|
8382
8389
|
export declare const TypographyExtraSmallTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
8383
|
-
export declare const TypographyExtraSmallTextTextTransform = "
|
8390
|
+
export declare const TypographyExtraSmallTextTextTransform = "initial";
|
8384
8391
|
export declare const TypographyExtraSmallTextFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
|
8385
8392
|
export declare const TypographyExtraSmallTextCapsFontSize = "11px";
|
8386
8393
|
export declare const TypographyExtraSmallTextCapsLineHeight = "16px";
|
@@ -8394,8 +8401,8 @@ export declare const TypographyExtraSmallTextMonoLineHeight = "16px";
|
|
8394
8401
|
export declare const TypographyExtraSmallTextMonoLetterSpacing = "0px";
|
8395
8402
|
export declare const TypographyExtraSmallTextMonoFontWeight = "normal";
|
8396
8403
|
export declare const TypographyExtraSmallTextMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
|
8397
|
-
export declare const TypographyExtraSmallTextMonoTextTransform = "
|
8398
|
-
export declare const TypographyExtraSmallTextMonoFontFeatureSettings = "
|
8404
|
+
export declare const TypographyExtraSmallTextMonoTextTransform = "initial";
|
8405
|
+
export declare const TypographyExtraSmallTextMonoFontFeatureSettings = "initial";
|
8399
8406
|
export declare const AlertLightColorSchemeErrorBackground = "#fff3f3";
|
8400
8407
|
export declare const AlertLightColorSchemeErrorBorder = "#fbd6d6";
|
8401
8408
|
export declare const AlertLightColorSchemeErrorIcon = "#ee6f79";
|
@@ -8663,6 +8670,7 @@ export declare const CheckboxDarkColorSchemeErrorStatesCheckedFocusedOutline = "
|
|
8663
8670
|
export declare const CheckboxSizeWidth = "16px";
|
8664
8671
|
export declare const CheckboxSizeLabelMargin = "8px";
|
8665
8672
|
export declare const CheckboxSizeBorderWidth = "1px";
|
8673
|
+
export declare const CheckboxSizeBorderRadius = "4px";
|
8666
8674
|
export declare const CheckboxSizeToggleBoxShadow = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
|
8667
8675
|
export declare const CheckboxFontDefault = "body";
|
8668
8676
|
export declare const DatepickerToggleSizeWidth = "30px";
|
@@ -8729,12 +8737,12 @@ export declare const FormFieldLightColorSchemeBorder = "#bdc7d1";
|
|
8729
8737
|
export declare const FormFieldLightColorSchemeBackground = "white";
|
8730
8738
|
export declare const FormFieldLightColorSchemeStatesHoverBorder = "#8c99a5";
|
8731
8739
|
export declare const FormFieldLightColorSchemeStatesInvalidBorder = "#db3c55";
|
8732
|
-
export declare const FormFieldLightColorSchemeStatesInvalidBackground = "
|
8740
|
+
export declare const FormFieldLightColorSchemeStatesInvalidBackground = "#fff3f3";
|
8733
8741
|
export declare const FormFieldDarkColorSchemeBorder = "#515e69";
|
8734
8742
|
export declare const FormFieldDarkColorSchemeBackground = "transparent";
|
8735
8743
|
export declare const FormFieldDarkColorSchemeStatesHoverBorder = "#515e69";
|
8736
8744
|
export declare const FormFieldDarkColorSchemeStatesInvalidBorder = "#b9023a";
|
8737
|
-
export declare const FormFieldDarkColorSchemeStatesInvalidBackground = "transparent";
|
8745
|
+
export declare const FormFieldDarkColorSchemeStatesInvalidBackground = "mix(#41000b, transparent, 30%)";
|
8738
8746
|
export declare const FormFieldSizeHeight = "32px";
|
8739
8747
|
export declare const FormFieldSizeBorderWidth = "1px";
|
8740
8748
|
export declare const FormFieldSizeBorderRadius = "4px";
|
@@ -8762,8 +8770,6 @@ export declare const FormsLightColorSchemeLegend = "#19252f";
|
|
8762
8770
|
export declare const FormsDarkColorSchemeLabel = "#8c99a5";
|
8763
8771
|
export declare const FormsDarkColorSchemeLegend = "#f2f5f9";
|
8764
8772
|
export declare const FormsSizeHorizontalRowMarginBottom = "20px";
|
8765
|
-
export declare const FormsSizeHorizontalLabelPaddingTop = "6px";
|
8766
|
-
export declare const FormsSizeHorizontalLabelPaddingBottom = "0";
|
8767
8773
|
export declare const FormsSizeHorizontalControlPaddingLeft = "16px";
|
8768
8774
|
export declare const FormsSizeHorizontalLegendMarginTop = "32px";
|
8769
8775
|
export declare const FormsSizeHorizontalLegendMarginBottom = "16px";
|
@@ -8828,7 +8834,7 @@ export declare const InputSizeWidth = "100%";
|
|
8828
8834
|
export declare const InputFontDefault = "body";
|
8829
8835
|
export declare const InputFontMonospace = "body-mono";
|
8830
8836
|
export declare const LinkLightColorSchemeText = "#0374eb";
|
8831
|
-
export declare const LinkLightColorSchemeBorderBottom = "rgba(#
|
8837
|
+
export declare const LinkLightColorSchemeBorderBottom = "rgba(#0374eb, 0.32)";
|
8832
8838
|
export declare const LinkLightColorSchemeStateVisitedText = "#864775";
|
8833
8839
|
export declare const LinkLightColorSchemeStateVisitedBorderBottom = "rgba(#864775, 0.32)";
|
8834
8840
|
export declare const LinkLightColorSchemeStateHoverText = "#0059b8";
|
@@ -8836,7 +8842,7 @@ export declare const LinkLightColorSchemeStateHoverBorderBottom = "rgba(#0059b8,
|
|
8836
8842
|
export declare const LinkLightColorSchemeStateActive = "#014b9d";
|
8837
8843
|
export declare const LinkLightColorSchemeStateFocusedOutline = "#0374eb";
|
8838
8844
|
export declare const LinkDarkColorSchemeText = "#5697ff";
|
8839
|
-
export declare const LinkDarkColorSchemeBorderBottom = "rgba(#
|
8845
|
+
export declare const LinkDarkColorSchemeBorderBottom = "rgba(#5697ff, 0.32);";
|
8840
8846
|
export declare const LinkDarkColorSchemeStateVisitedText = "#bb78a7";
|
8841
8847
|
export declare const LinkDarkColorSchemeStateVisitedBorderBottom = "rgba(#bb78a7, 0.32)";
|
8842
8848
|
export declare const LinkDarkColorSchemeStateHoverText = "#4187ff";
|
@@ -8939,6 +8945,7 @@ export declare const PopoverDarkColorSchemeBorder = "#333f4a";
|
|
8939
8945
|
export declare const PopoverSizeMaxHeight = "480px";
|
8940
8946
|
export declare const PopoverSizePadding = "16px";
|
8941
8947
|
export declare const PopoverSizeBorderRadius = "4px";
|
8948
|
+
export declare const PopoverSizeBorderWidth = "1px";
|
8942
8949
|
export declare const PopoverSizeArrowSize = "12px";
|
8943
8950
|
export declare const PopoverSizeTriggerMargin = "9px";
|
8944
8951
|
export declare const PopoverSizeSmallWidth = "200px";
|
@@ -9133,6 +9140,16 @@ export declare const TextareaSizePadding = "5px 12px";
|
|
9133
9140
|
export declare const TextareaFontDefault = "body";
|
9134
9141
|
export declare const TextareaFontMono = "body-mono";
|
9135
9142
|
export declare const TimepickerSizePaddingRight = "16px";
|
9143
|
+
export declare const TimezoneOptionLightColorSchemeText = "#19252f";
|
9144
|
+
export declare const TimezoneOptionLightColorSchemeCaption = "#6d7a86";
|
9145
|
+
export declare const TimezoneOptionDarkColorSchemeText = "#f2f5f9";
|
9146
|
+
export declare const TimezoneOptionDarkColorSchemeCaption = "#8c99a5";
|
9147
|
+
export declare const TimezoneOptionSizePadding = "6px 8px 6px 14px";
|
9148
|
+
export declare const TimezoneOptionSizeColumnGap = "16px";
|
9149
|
+
export declare const TimezoneOptionSizeHeight = "auto";
|
9150
|
+
export declare const TimezoneOptionSizeMaxHeight = "4em";
|
9151
|
+
export declare const TimezoneOptionFontText = "body";
|
9152
|
+
export declare const TimezoneOptionFontCaption = "caption";
|
9136
9153
|
export declare const ToastLightColorSchemeBackground = "white";
|
9137
9154
|
export declare const ToastLightColorSchemeBorder = "#bdc7d1";
|
9138
9155
|
export declare const ToastLightColorSchemeText = "#19252f";
|
@@ -7,5 +7,5 @@ export declare class McDivider {
|
|
7
7
|
set inset(value: boolean);
|
8
8
|
private _inset;
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDivider, never>;
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDivider, "mc-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never>;
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDivider, "mc-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never, false>;
|
11
11
|
}
|