@ptsecurity/mosaic 13.0.0 → 13.1.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 +916 -884
- package/_visual.scss +839 -686
- package/core/formatters/date/formatter.d.ts +37 -13
- package/core/public-api.d.ts +1 -0
- package/core/version.d.ts +2 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/alert.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/autocomplete.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/badge.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/button-toggle.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/button.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/card.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/checkbox.json5 +2 -2
- package/design-tokens/{tokens → legacy-2017/tokens}/components/datepicker.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/divider.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/dropdown.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/form-field.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/forms.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/input.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/link.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/list.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/modal.json5 +12 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/navbar.json5 +2 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/optgroup.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/option.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/popover.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/popup.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/progress-bar.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/progress-spinner.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/radio.json5 +0 -1
- package/design-tokens/{tokens → legacy-2017/tokens}/components/select.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/sidepanel.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/table.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/tabs.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/tags.json5 +6 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/textarea.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/timepicker.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/toggle.json5 +24 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/tooltip.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/tree.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/aliases.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/colors.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/font.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/globals.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/padding.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/palette.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/typography.json5 +0 -0
- package/design-tokens/{tokens.d.ts → legacy-2017/tokens.d.ts} +22 -2
- package/design-tokens/pt-2022/tokens/components/alert.json5 +83 -0
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +11 -0
- package/design-tokens/pt-2022/tokens/components/badge.json5 +184 -0
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +10 -0
- package/design-tokens/pt-2022/tokens/components/button.json5 +143 -0
- package/design-tokens/pt-2022/tokens/components/card.json5 +51 -0
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +39 -0
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +64 -0
- package/design-tokens/pt-2022/tokens/components/divider.json5 +8 -0
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +47 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +52 -0
- package/design-tokens/pt-2022/tokens/components/forms.json5 +52 -0
- package/design-tokens/pt-2022/tokens/components/input.json5 +13 -0
- package/design-tokens/pt-2022/tokens/components/link.json5 +56 -0
- package/design-tokens/pt-2022/tokens/components/list.json5 +15 -0
- package/design-tokens/pt-2022/tokens/components/modal.json5 +79 -0
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +69 -0
- package/design-tokens/pt-2022/tokens/components/optgroup.json5 +10 -0
- package/design-tokens/pt-2022/tokens/components/option.json5 +12 -0
- package/design-tokens/pt-2022/tokens/components/popover.json5 +68 -0
- package/design-tokens/pt-2022/tokens/components/popup.json5 +18 -0
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +13 -0
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +7 -0
- package/design-tokens/pt-2022/tokens/components/radio.json5 +44 -0
- package/design-tokens/pt-2022/tokens/components/select.json5 +25 -0
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +30 -0
- package/design-tokens/pt-2022/tokens/components/table.json5 +15 -0
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +25 -0
- package/design-tokens/pt-2022/tokens/components/tags.json5 +132 -0
- package/design-tokens/pt-2022/tokens/components/textarea.json5 +12 -0
- package/design-tokens/pt-2022/tokens/components/timepicker.json5 +7 -0
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +79 -0
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +83 -0
- package/design-tokens/pt-2022/tokens/components/tree.json5 +12 -0
- package/design-tokens/pt-2022/tokens/properties/aliases.json5 +3 -0
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +112 -0
- package/design-tokens/pt-2022/tokens/properties/font.json5 +15 -0
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +30 -0
- package/design-tokens/pt-2022/tokens/properties/padding.json5 +3 -0
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +226 -0
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +140 -0
- package/design-tokens/pt-2022/tokens.d.ts +8696 -0
- package/design-tokens/public-api.d.ts +3 -1
- 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/core/common-behaviors/common-module.mjs +4 -4
- package/esm2020/core/error/error-options.mjs +6 -6
- package/esm2020/core/formatters/date/formatter.mjs +76 -31
- package/esm2020/core/formatters/date/templates/en-US.mjs +38 -37
- package/esm2020/core/formatters/date/templates/ru-RU.mjs +38 -37
- 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/option/action.mjs +3 -3
- package/esm2020/core/option/optgroup.mjs +3 -3
- package/esm2020/core/option/option-module.mjs +4 -4
- package/esm2020/core/option/option.mjs +3 -3
- package/esm2020/core/pop-up/pop-up-trigger.mjs +4 -6
- package/esm2020/core/pop-up/pop-up.mjs +3 -3
- package/esm2020/core/public-api.mjs +2 -1
- 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/version.mjs +3 -0
- package/esm2020/datepicker/calendar-body.component.mjs +3 -3
- package/esm2020/datepicker/calendar.component.mjs +6 -6
- 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/datepicker/multi-year-view.component.mjs +3 -3
- package/esm2020/datepicker/year-view.component.mjs +3 -3
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +953 -0
- package/esm2020/design-tokens/pt-2022/tokens.mjs +1013 -0
- package/esm2020/design-tokens/public-api.mjs +4 -2
- package/esm2020/divider/divider.component.mjs +3 -3
- package/esm2020/divider/divider.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/form-field/cleaner.mjs +5 -5
- package/esm2020/form-field/form-field.mjs +6 -6
- package/esm2020/form-field/form-field.module.mjs +4 -4
- package/esm2020/form-field/hint.mjs +3 -3
- 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/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.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 +20 -26
- package/esm2020/list/list.component.mjs +6 -6
- package/esm2020/list/list.module.mjs +4 -4
- package/esm2020/modal/css-unit.pipe.mjs +3 -3
- package/esm2020/modal/modal-control.service.mjs +26 -4
- package/esm2020/modal/modal.component.mjs +3 -3
- package/esm2020/modal/modal.directive.mjs +12 -12
- package/esm2020/modal/modal.module.mjs +4 -4
- package/esm2020/modal/modal.service.mjs +3 -3
- package/esm2020/navbar/navbar-item.component.mjs +30 -30
- 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 +6 -6
- package/esm2020/radio/radio.module.mjs +4 -4
- package/esm2020/select/select.component.mjs +12 -12
- 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 +4 -4
- 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 +3 -3
- 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-input.mjs +3 -3
- package/esm2020/tags/tag-list.component.mjs +3 -3
- package/esm2020/tags/tag.component.mjs +61 -58
- 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/toggle/toggle.component.mjs +3 -3
- package/esm2020/toggle/toggle.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +14 -14
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tree/data-source/flat-data-source.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 +11 -11
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +17 -9
- package/esm2020/tree/tree-selection.component.mjs +8 -5
- package/esm2020/tree/tree.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree-select/tree-select.component.mjs +46 -10
- package/esm2020/tree-select/tree-select.module.mjs +15 -11
- 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-core.mjs +225 -178
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +2466 -480
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +26 -26
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-input.mjs +19 -19
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-list.mjs +30 -35
- package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +50 -28
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +46 -46
- 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 +10 -10
- package/fesm2015/ptsecurity-mosaic-select.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +25 -25
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +52 -52
- package/fesm2015/ptsecurity-mosaic-tags.mjs +72 -67
- 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-toggle.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +17 -17
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +59 -19
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +58 -47
- 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-core.mjs +225 -178
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +2466 -480
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +26 -26
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-input.mjs +19 -19
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-list.mjs +29 -35
- package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +50 -28
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +46 -46
- 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 +10 -10
- package/fesm2020/ptsecurity-mosaic-select.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +25 -25
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +52 -52
- package/fesm2020/ptsecurity-mosaic-tags.mjs +70 -67
- 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-toggle.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +17 -17
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +58 -19
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +58 -47
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/modal/modal-control.service.d.ts +1 -0
- package/package.json +4 -4
- 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/tags/tag.component.d.ts +20 -20
- package/tree/data-source/flat-data-source.d.ts +2 -2
- package/tree/toggle.d.ts +1 -1
- package/tree/tree-option.component.d.ts +5 -3
- package/tree/tree-selection.component.d.ts +1 -0
- package/tree-select/tree-select.component.d.ts +9 -1
- package/tree-select/tree-select.module.d.ts +2 -1
- package/esm2020/design-tokens/tokens.mjs +0 -933
@@ -37,7 +37,8 @@ export interface FormatterRelativeTemplate {
|
|
37
37
|
TOMORROW: string;
|
38
38
|
AFTER_TOMORROW: string;
|
39
39
|
}
|
40
|
-
export interface
|
40
|
+
export interface DateTimeOptions {
|
41
|
+
seconds?: boolean;
|
41
42
|
milliseconds?: boolean;
|
42
43
|
}
|
43
44
|
export interface FormatterConfig {
|
@@ -73,7 +74,7 @@ export declare class DateFormatter<D> {
|
|
73
74
|
* @param template - template
|
74
75
|
* @returns relative date by template
|
75
76
|
*/
|
76
|
-
relativeDate(date: D, template: FormatterRelativeTemplate): string;
|
77
|
+
relativeDate(date: D, template: FormatterRelativeTemplate, seconds?: boolean, milliseconds?: boolean): string;
|
77
78
|
/**
|
78
79
|
* @param date - date
|
79
80
|
* @returns relative date in short format
|
@@ -84,14 +85,27 @@ export declare class DateFormatter<D> {
|
|
84
85
|
* @returns relative date in long format
|
85
86
|
*/
|
86
87
|
relativeLongDate(date: D): string;
|
88
|
+
/**
|
89
|
+
* @param date - date
|
90
|
+
* @param options - DateTimeOptions
|
91
|
+
* @returns relative date in short format with time
|
92
|
+
*/
|
93
|
+
relativeShortDateTime(date: D, options?: DateTimeOptions): string;
|
94
|
+
/**
|
95
|
+
* @param date - date
|
96
|
+
* @param options - DateTimeOptions
|
97
|
+
* @returns relative date in long format with time
|
98
|
+
*/
|
99
|
+
relativeLongDateTime(date: D, options?: DateTimeOptions): string;
|
87
100
|
/**
|
88
101
|
* @param date - date
|
89
102
|
* @param params - parameters
|
90
103
|
* @param datetime - should time be shown as well
|
104
|
+
* @param seconds - should time with seconds be shown as well
|
91
105
|
* @param milliseconds - should time with milliseconds be shown as well
|
92
106
|
* @returns absolute date in common format
|
93
107
|
*/
|
94
|
-
absoluteDate(date: D, params: FormatterAbsoluteTemplate, datetime?: boolean, milliseconds?: boolean): string;
|
108
|
+
absoluteDate(date: D, params: FormatterAbsoluteTemplate, datetime?: boolean, seconds?: boolean, milliseconds?: boolean): string;
|
95
109
|
/**
|
96
110
|
* @param date - date
|
97
111
|
* @returns absolute date in short format
|
@@ -99,10 +113,10 @@ export declare class DateFormatter<D> {
|
|
99
113
|
absoluteShortDate(date: D): string;
|
100
114
|
/**
|
101
115
|
* @param date - date
|
102
|
-
* @param options -
|
116
|
+
* @param options - DateTimeOptions
|
103
117
|
* @returns absolute date in short format with time
|
104
118
|
*/
|
105
|
-
absoluteShortDateTime(date: D, options?:
|
119
|
+
absoluteShortDateTime(date: D, options?: DateTimeOptions): string;
|
106
120
|
/**
|
107
121
|
* @param date - date
|
108
122
|
* @returns absolute date in long format
|
@@ -110,10 +124,10 @@ export declare class DateFormatter<D> {
|
|
110
124
|
absoluteLongDate(date: D): string;
|
111
125
|
/**
|
112
126
|
* @param date - date
|
113
|
-
* @param options -
|
127
|
+
* @param options - DateTimeOptions
|
114
128
|
* @returns absolute date in long format with time
|
115
129
|
*/
|
116
|
-
absoluteLongDateTime(date: D, options?:
|
130
|
+
absoluteLongDateTime(date: D, options?: DateTimeOptions): string;
|
117
131
|
/**
|
118
132
|
* @param startDate - start date
|
119
133
|
* @param endDate - end date
|
@@ -125,9 +139,11 @@ export declare class DateFormatter<D> {
|
|
125
139
|
* @param startDate - start date
|
126
140
|
* @param endDate - end date
|
127
141
|
* @param template - template
|
142
|
+
* @param seconds - should time with seconds be shown as well
|
143
|
+
* @param milliseconds - should time with milliseconds be shown as well
|
128
144
|
* @returns opened date
|
129
145
|
*/
|
130
|
-
openedRangeDateTime(startDate: D | null, endDate: D | null, template: FormatterRangeTemplate): string;
|
146
|
+
openedRangeDateTime(startDate: D | null, endDate: D | null, template: FormatterRangeTemplate, seconds?: boolean, milliseconds?: boolean): string;
|
131
147
|
/**
|
132
148
|
* @param startDate - start date
|
133
149
|
* @param endDate - end date
|
@@ -141,7 +157,7 @@ export declare class DateFormatter<D> {
|
|
141
157
|
* @param template - template
|
142
158
|
* @returns range date in template format with time
|
143
159
|
*/
|
144
|
-
rangeDateTime(startDate: D, endDate: D, template: FormatterRangeTemplate): string;
|
160
|
+
rangeDateTime(startDate: D, endDate: D, template: FormatterRangeTemplate, seconds?: boolean, milliseconds?: boolean): string;
|
145
161
|
/**
|
146
162
|
* @param startDate - start date
|
147
163
|
* @param endDate - end date
|
@@ -151,28 +167,36 @@ export declare class DateFormatter<D> {
|
|
151
167
|
/**
|
152
168
|
* @param startDate - start date
|
153
169
|
* @param endDate - end date
|
170
|
+
* @param options - DateTimeOptions
|
154
171
|
* @returns range date in short format with time
|
155
172
|
*/
|
156
|
-
rangeShortDateTime(startDate: D | null, endDate?: D): string;
|
173
|
+
rangeShortDateTime(startDate: D | null, endDate?: D | null, options?: DateTimeOptions): string;
|
157
174
|
/**
|
158
175
|
* @param startDate - start date
|
159
176
|
* @param endDate - end date
|
160
177
|
* @returns range date in long format
|
161
178
|
*/
|
162
|
-
rangeLongDate(startDate: D | null, endDate?: D): string;
|
179
|
+
rangeLongDate(startDate: D | null, endDate?: D | null): string;
|
163
180
|
/**
|
164
181
|
* @param startDate - start date
|
165
182
|
* @param endDate - end date
|
183
|
+
* @param options - DateTimeOptions
|
166
184
|
* @returns range date in long format with time
|
167
185
|
*/
|
168
|
-
rangeLongDateTime(startDate: D | null, endDate?: D): string;
|
186
|
+
rangeLongDateTime(startDate: D | null, endDate?: D, options?: DateTimeOptions): string;
|
169
187
|
/**
|
170
188
|
* @param startDate - start date
|
171
189
|
* @param endDate - end date
|
190
|
+
* @param options - DateTimeOptions
|
172
191
|
* @returns range middle date with time
|
173
192
|
*/
|
174
|
-
rangeMiddleDateTime(startDate: D, endDate: D): string;
|
193
|
+
rangeMiddleDateTime(startDate: D, endDate: D, options?: DateTimeOptions): string;
|
175
194
|
private compileVariables;
|
195
|
+
private isBeforeYesterday;
|
196
|
+
private isYesterday;
|
197
|
+
private isToday;
|
198
|
+
private isTomorrow;
|
199
|
+
private isAfterTomorrow;
|
176
200
|
private hasSame;
|
177
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatter<any>, never>;
|
178
202
|
static ɵprov: i0.ɵɵInjectableDeclaration<DateFormatter<any>>;
|
package/core/public-api.d.ts
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -9,7 +9,7 @@
|
|
9
9
|
},
|
10
10
|
focused: {
|
11
11
|
border: { value: '{light-color-scheme.primary.palette.value.600.value}' },
|
12
|
-
shadow: { value: '
|
12
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.primary.palette.value.600.value}' }
|
13
13
|
}
|
14
14
|
}
|
15
15
|
},
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
focused: {
|
24
24
|
border: { value: '{dark-color-scheme.primary.palette.value.400.value}' },
|
25
|
-
shadow: { value: '
|
25
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.primary.palette.value.400.value}' }
|
26
26
|
}
|
27
27
|
}
|
28
28
|
},
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -36,6 +36,12 @@
|
|
36
36
|
}
|
37
37
|
},
|
38
38
|
'modal-header': {
|
39
|
+
'light-color-scheme': {
|
40
|
+
border: { value: '{light-color-scheme.foreground.divider.value}' }
|
41
|
+
},
|
42
|
+
'dark-color-scheme': {
|
43
|
+
border: { value: '{dark-color-scheme.foreground.divider.value}' }
|
44
|
+
},
|
39
45
|
size: {
|
40
46
|
'border-radius': { value: '4px 4px 0 0' },
|
41
47
|
padding: { value: '14px 16px' }
|
@@ -54,6 +60,12 @@
|
|
54
60
|
}
|
55
61
|
},
|
56
62
|
'modal-footer': {
|
63
|
+
'light-color-scheme': {
|
64
|
+
border: { value: '{light-color-scheme.foreground.divider.value}' }
|
65
|
+
},
|
66
|
+
'dark-color-scheme': {
|
67
|
+
border: { value: '{dark-color-scheme.foreground.divider.value}' }
|
68
|
+
},
|
57
69
|
size: {
|
58
70
|
'border-radius': { value: '0 0 4px 4px' },
|
59
71
|
padding: { value: '16px {padding.headerFooter-horizontal}' }
|
@@ -33,6 +33,7 @@
|
|
33
33
|
|
34
34
|
states: {
|
35
35
|
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
36
|
+
selected: { value: '{light-color-scheme.second.palette.value.700.value}' },
|
36
37
|
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
37
38
|
progress: { value: '{light-color-scheme.primary.palette.value.800.value}' },
|
38
39
|
'disabled-opacity': { value: 0.3 }
|
@@ -44,6 +45,7 @@
|
|
44
45
|
|
45
46
|
states: {
|
46
47
|
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
48
|
+
selected: { value: '{dark-color-scheme.second.palette.value.600.value}' },
|
47
49
|
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
48
50
|
progress: { value: '{dark-color-scheme.primary.palette.value.800.value}' },
|
49
51
|
'disabled-opacity': { value: 0.3 }
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -8,7 +8,6 @@
|
|
8
8
|
checked: {
|
9
9
|
'outer-circle-border': { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
10
10
|
'inner-circle-border': { value: '{light-color-scheme.primary.palette.value.500.value}' }
|
11
|
-
|
12
11
|
},
|
13
12
|
focused: {
|
14
13
|
'outer-circle-border': { value: '{light-color-scheme.states.focused-color.value}' },
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -4,6 +4,7 @@
|
|
4
4
|
primary: {
|
5
5
|
background: { value: '{light-color-scheme.primary.palette.value.100.value}' },
|
6
6
|
border: { value: '{light-color-scheme.primary.palette.value.100.value}' },
|
7
|
+
text: { value: '{light-color-scheme.primary.default.value}' },
|
7
8
|
icon: { value: 'mix({light-color-scheme.primary.palette.value.400.value}, {light-color-scheme.background.overlay-hover.value})' },
|
8
9
|
states: {
|
9
10
|
hover: {
|
@@ -19,6 +20,7 @@
|
|
19
20
|
second: {
|
20
21
|
background: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
21
22
|
border: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
23
|
+
text: { value: '{light-color-scheme.foreground.text.value}' },
|
22
24
|
icon: { value: 'mix({light-color-scheme.second.palette.value.400.value}, {light-color-scheme.background.overlay-hover.value})' },
|
23
25
|
states: {
|
24
26
|
hover: {
|
@@ -34,6 +36,7 @@
|
|
34
36
|
error: {
|
35
37
|
background: { value: '{light-color-scheme.error.palette.value.100.value}' },
|
36
38
|
border: { value: '{light-color-scheme.error.palette.value.100.value}' },
|
39
|
+
text: { value: '{light-color-scheme.error.default.value}' },
|
37
40
|
icon: { value: 'mix({light-color-scheme.error.palette.value.400.value}, {light-color-scheme.background.overlay-hover.value})' },
|
38
41
|
states: {
|
39
42
|
hover: {
|
@@ -51,6 +54,7 @@
|
|
51
54
|
primary: {
|
52
55
|
background: { value: '{dark-color-scheme.primary.palette.value.700.value}' },
|
53
56
|
border: { value: '{dark-color-scheme.primary.palette.value.700.value}' },
|
57
|
+
text: { value: '{dark-color-scheme.primary.palette.value.200.value}' },
|
54
58
|
icon: { value: 'mix({dark-color-scheme.primary.palette.value.400.value}, {dark-color-scheme.background.overlay-hover.value})' },
|
55
59
|
states: {
|
56
60
|
hover: {
|
@@ -66,6 +70,7 @@
|
|
66
70
|
second: {
|
67
71
|
background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
68
72
|
border: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
73
|
+
text: { value: '{dark-color-scheme.second.palette.value.200.value}' },
|
69
74
|
icon: { value: 'mix({dark-color-scheme.second.palette.value.400.value}, {dark-color-scheme.background.overlay-hover.value})' },
|
70
75
|
states: {
|
71
76
|
hover: {
|
@@ -81,6 +86,7 @@
|
|
81
86
|
error: {
|
82
87
|
background: { value: '{dark-color-scheme.error.palette.value.700.value}' },
|
83
88
|
border: { value: '{dark-color-scheme.error.palette.value.700.value}' },
|
89
|
+
text: { value: '{dark-color-scheme.error.palette.value.200.value}' },
|
84
90
|
icon: { value: 'mix({dark-color-scheme.error.palette.value.400.value}, {dark-color-scheme.background.overlay-hover.value})' },
|
85
91
|
states: {
|
86
92
|
hover: {
|
File without changes
|
File without changes
|
@@ -14,6 +14,18 @@
|
|
14
14
|
value: 'inset 0 0 0 1px {light-color-scheme.background.background.value}, 0 0 0 2px {light-color-scheme.primary.palette.value.500.value}'
|
15
15
|
}
|
16
16
|
}
|
17
|
+
},
|
18
|
+
primary: {
|
19
|
+
checked: {
|
20
|
+
'border-color': { value: '{light-color-scheme.primary.default.value}'},
|
21
|
+
background: { value: '{light-color-scheme.primary.default.value}'}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
error: {
|
25
|
+
checked: {
|
26
|
+
'border-color': { value: '{light-color-scheme.error.default.value}'},
|
27
|
+
background: { value: '{light-color-scheme.error.default.value}'}
|
28
|
+
}
|
17
29
|
}
|
18
30
|
},
|
19
31
|
'dark-color-scheme': {
|
@@ -30,6 +42,18 @@
|
|
30
42
|
value: 'inset 0 0 0 1px {dark-color-scheme.background.background.value}, 0 0 0 2px {dark-color-scheme.primary.palette.value.400.value}'
|
31
43
|
}
|
32
44
|
}
|
45
|
+
},
|
46
|
+
primary: {
|
47
|
+
checked: {
|
48
|
+
'border-color': { value: '{dark-color-scheme.primary.default.value}'},
|
49
|
+
background: { value: '{dark-color-scheme.primary.default.value}'}
|
50
|
+
}
|
51
|
+
},
|
52
|
+
error: {
|
53
|
+
checked: {
|
54
|
+
'border-color': { value: '{dark-color-scheme.error.default.value}'},
|
55
|
+
background: { value: '{dark-color-scheme.error.default.value}'}
|
56
|
+
}
|
33
57
|
}
|
34
58
|
},
|
35
59
|
size: {
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -7232,12 +7232,12 @@ export declare const CheckboxLightColorSchemeBorder = "#B3B3B3";
|
|
7232
7232
|
export declare const CheckboxLightColorSchemeStatesCheckedBorder = "#206EA2";
|
7233
7233
|
export declare const CheckboxLightColorSchemeStatesCheckedBackground = "#338FCC";
|
7234
7234
|
export declare const CheckboxLightColorSchemeStatesFocusedBorder = "#206EA2";
|
7235
|
-
export declare const CheckboxLightColorSchemeStatesFocusedShadow = "
|
7235
|
+
export declare const CheckboxLightColorSchemeStatesFocusedShadow = "0 0 0 1px #206EA2";
|
7236
7236
|
export declare const CheckboxDarkColorSchemeBorder = "#999999";
|
7237
7237
|
export declare const CheckboxDarkColorSchemeStatesCheckedBorder = "#57A4D7";
|
7238
7238
|
export declare const CheckboxDarkColorSchemeStatesCheckedBackground = "#206EA2";
|
7239
7239
|
export declare const CheckboxDarkColorSchemeStatesFocusedBorder = "#57A4D7";
|
7240
|
-
export declare const CheckboxDarkColorSchemeStatesFocusedShadow = "
|
7240
|
+
export declare const CheckboxDarkColorSchemeStatesFocusedShadow = "0 0 0 1px #57A4D7";
|
7241
7241
|
export declare const CheckboxSizeWidth = "16px";
|
7242
7242
|
export declare const CheckboxSizeLabelMargin = "8px";
|
7243
7243
|
export declare const CheckboxSizeBorderWidth = "1px";
|
@@ -7365,12 +7365,16 @@ export declare const ModalSizeTop = "48px";
|
|
7365
7365
|
export declare const ModalSizeCloseWidth = "56px";
|
7366
7366
|
export declare const ModalSizeBorderRadius = "4px";
|
7367
7367
|
export declare const ModalSizeBorderWidth = "1px";
|
7368
|
+
export declare const ModalHeaderLightColorSchemeBorder = "#E6E6E6";
|
7369
|
+
export declare const ModalHeaderDarkColorSchemeBorder = "#666666";
|
7368
7370
|
export declare const ModalHeaderSizeBorderRadius = "4px 4px 0 0";
|
7369
7371
|
export declare const ModalHeaderSizePadding = "14px 16px";
|
7370
7372
|
export declare const ModalHeaderFontDefault = "title";
|
7371
7373
|
export declare const ModalBodySizeMaxHeight = "calc(100vh - 260px)";
|
7372
7374
|
export declare const ModalBodySizePadding = "16px 24px 24px";
|
7373
7375
|
export declare const ModalBodyFontDefault = "body";
|
7376
|
+
export declare const ModalFooterLightColorSchemeBorder = "#E6E6E6";
|
7377
|
+
export declare const ModalFooterDarkColorSchemeBorder = "#666666";
|
7374
7378
|
export declare const ModalFooterSizeBorderRadius = "0 0 4px 4px";
|
7375
7379
|
export declare const ModalFooterSizePadding = "16px 16px";
|
7376
7380
|
export declare const ModalConfirmSizePadding = "24px";
|
@@ -7386,12 +7390,14 @@ export declare const VerticalNavbarSizeIconMargin = "16px";
|
|
7386
7390
|
export declare const NavbarItemLightColorSchemeText = "#D8EAF7";
|
7387
7391
|
export declare const NavbarItemLightColorSchemeIcon = "#D8EAF7";
|
7388
7392
|
export declare const NavbarItemLightColorSchemeStatesActive = "rgba(0, 0, 0, 0.1)";
|
7393
|
+
export declare const NavbarItemLightColorSchemeStatesSelected = "#4D4D4D";
|
7389
7394
|
export declare const NavbarItemLightColorSchemeStatesHover = "rgba(255, 255, 255, 0.1)";
|
7390
7395
|
export declare const NavbarItemLightColorSchemeStatesProgress = "#07314D";
|
7391
7396
|
export declare const NavbarItemLightColorSchemeStatesDisabledOpacity = 0.3;
|
7392
7397
|
export declare const NavbarItemDarkColorSchemeText = "#D8EAF7";
|
7393
7398
|
export declare const NavbarItemDarkColorSchemeIcon = "#D8EAF7";
|
7394
7399
|
export declare const NavbarItemDarkColorSchemeStatesActive = "rgba(0, 0, 0, 0.1)";
|
7400
|
+
export declare const NavbarItemDarkColorSchemeStatesSelected = "#666666";
|
7395
7401
|
export declare const NavbarItemDarkColorSchemeStatesHover = "rgba(255, 255, 255, 0.1)";
|
7396
7402
|
export declare const NavbarItemDarkColorSchemeStatesProgress = "#07314D";
|
7397
7403
|
export declare const NavbarItemDarkColorSchemeStatesDisabledOpacity = 0.3;
|
@@ -7511,6 +7517,7 @@ export declare const TabsSizeLabelIconMargin = "8px";
|
|
7511
7517
|
export declare const TabsFontDefault = "body";
|
7512
7518
|
export declare const TagsLightColorSchemePrimaryBackground = "#D8EAF7";
|
7513
7519
|
export declare const TagsLightColorSchemePrimaryBorder = "#D8EAF7";
|
7520
|
+
export declare const TagsLightColorSchemePrimaryText = "#338FCC";
|
7514
7521
|
export declare const TagsLightColorSchemePrimaryIcon = "mix(#57A4D7, rgba(black, 0.05))";
|
7515
7522
|
export declare const TagsLightColorSchemePrimaryStatesHoverIcon = "#206EA2";
|
7516
7523
|
export declare const TagsLightColorSchemePrimaryStatesFocused = "#338FCC";
|
@@ -7518,6 +7525,7 @@ export declare const TagsLightColorSchemePrimaryStatesDisabledText = "mix(#338FC
|
|
7518
7525
|
export declare const TagsLightColorSchemePrimaryStatesDisabledBackground = "mix(#338FCC, transparent, 10%)";
|
7519
7526
|
export declare const TagsLightColorSchemeSecondBackground = "#E6E6E6";
|
7520
7527
|
export declare const TagsLightColorSchemeSecondBorder = "#E6E6E6";
|
7528
|
+
export declare const TagsLightColorSchemeSecondText = "#4D4D4D";
|
7521
7529
|
export declare const TagsLightColorSchemeSecondIcon = "mix(#999999, rgba(black, 0.05))";
|
7522
7530
|
export declare const TagsLightColorSchemeSecondStatesHoverIcon = "#999999";
|
7523
7531
|
export declare const TagsLightColorSchemeSecondStatesFocused = "#338FCC";
|
@@ -7525,6 +7533,7 @@ export declare const TagsLightColorSchemeSecondStatesDisabledText = "mix(#B3B3B3
|
|
7525
7533
|
export declare const TagsLightColorSchemeSecondStatesDisabledBackground = "mix(#B3B3B3, transparent, 10%)";
|
7526
7534
|
export declare const TagsLightColorSchemeErrorBackground = "#FADEDA";
|
7527
7535
|
export declare const TagsLightColorSchemeErrorBorder = "#FADEDA";
|
7536
|
+
export declare const TagsLightColorSchemeErrorText = "#E76E5C";
|
7528
7537
|
export declare const TagsLightColorSchemeErrorIcon = "mix(#E76E5C, rgba(black, 0.05))";
|
7529
7538
|
export declare const TagsLightColorSchemeErrorStatesHoverIcon = "#E04D36";
|
7530
7539
|
export declare const TagsLightColorSchemeErrorStatesFocused = "#E76E5C";
|
@@ -7532,6 +7541,7 @@ export declare const TagsLightColorSchemeErrorStatesDisabledText = "mix(#E76E5C,
|
|
7532
7541
|
export declare const TagsLightColorSchemeErrorStatesDisabledBackground = "mix(#E76E5C, transparent, 10%)";
|
7533
7542
|
export declare const TagsDarkColorSchemePrimaryBackground = "#114E77";
|
7534
7543
|
export declare const TagsDarkColorSchemePrimaryBorder = "#114E77";
|
7544
|
+
export declare const TagsDarkColorSchemePrimaryText = "#AAD1EC";
|
7535
7545
|
export declare const TagsDarkColorSchemePrimaryIcon = "mix(#57A4D7, rgba(black, 0.05))";
|
7536
7546
|
export declare const TagsDarkColorSchemePrimaryStatesHoverIcon = "#338FCC";
|
7537
7547
|
export declare const TagsDarkColorSchemePrimaryStatesFocused = "#57A4D7";
|
@@ -7539,6 +7549,7 @@ export declare const TagsDarkColorSchemePrimaryStatesDisabledText = "mix(#57A4D7
|
|
7539
7549
|
export declare const TagsDarkColorSchemePrimaryStatesDisabledBackground = "mix(#57A4D7, transparent, 10%)";
|
7540
7550
|
export declare const TagsDarkColorSchemeSecondBackground = "#4D4D4D";
|
7541
7551
|
export declare const TagsDarkColorSchemeSecondBorder = "#4D4D4D";
|
7552
|
+
export declare const TagsDarkColorSchemeSecondText = "#CCCCCC";
|
7542
7553
|
export declare const TagsDarkColorSchemeSecondIcon = "mix(#999999, rgba(black, 0.05))";
|
7543
7554
|
export declare const TagsDarkColorSchemeSecondStatesHoverIcon = "#E6E6E6";
|
7544
7555
|
export declare const TagsDarkColorSchemeSecondStatesFocused = "#57A4D7";
|
@@ -7546,6 +7557,7 @@ export declare const TagsDarkColorSchemeSecondStatesDisabledText = "mix(#999999,
|
|
7546
7557
|
export declare const TagsDarkColorSchemeSecondStatesDisabledBackground = "mix(#999999, transparent, 10%)";
|
7547
7558
|
export declare const TagsDarkColorSchemeErrorBackground = "#832112";
|
7548
7559
|
export declare const TagsDarkColorSchemeErrorBorder = "#832112";
|
7560
|
+
export declare const TagsDarkColorSchemeErrorText = "#F4B7AE";
|
7549
7561
|
export declare const TagsDarkColorSchemeErrorIcon = "mix(#E76E5C, rgba(black, 0.05))";
|
7550
7562
|
export declare const TagsDarkColorSchemeErrorStatesHoverIcon = "#F4B7AE";
|
7551
7563
|
export declare const TagsDarkColorSchemeErrorStatesFocused = "#E76E5C";
|
@@ -7575,11 +7587,19 @@ export declare const ToggleLightColorSchemeBackground = "linear-gradient(to bott
|
|
7575
7587
|
export declare const ToggleLightColorSchemeCircleBorder = "#B3B3B3";
|
7576
7588
|
export declare const ToggleLightColorSchemeCircleBackground = "linear-gradient(to bottom, white, #E6E6E6)";
|
7577
7589
|
export declare const ToggleLightColorSchemeStatesFocusedShadow = "inset 0 0 0 1px white, 0 0 0 2px #338FCC";
|
7590
|
+
export declare const ToggleLightColorSchemePrimaryCheckedBorderColor = "#338FCC";
|
7591
|
+
export declare const ToggleLightColorSchemePrimaryCheckedBackground = "#338FCC";
|
7592
|
+
export declare const ToggleLightColorSchemeErrorCheckedBorderColor = "#E76E5C";
|
7593
|
+
export declare const ToggleLightColorSchemeErrorCheckedBackground = "#E76E5C";
|
7578
7594
|
export declare const ToggleDarkColorSchemeBorder = "#808080";
|
7579
7595
|
export declare const ToggleDarkColorSchemeBackground = "#333333";
|
7580
7596
|
export declare const ToggleDarkColorSchemeCircleBorder = "#808080";
|
7581
7597
|
export declare const ToggleDarkColorSchemeCircleBackground = "white";
|
7582
7598
|
export declare const ToggleDarkColorSchemeStatesFocusedShadow = "inset 0 0 0 1px #333333, 0 0 0 2px #57A4D7";
|
7599
|
+
export declare const ToggleDarkColorSchemePrimaryCheckedBorderColor = "#57A4D7";
|
7600
|
+
export declare const ToggleDarkColorSchemePrimaryCheckedBackground = "#57A4D7";
|
7601
|
+
export declare const ToggleDarkColorSchemeErrorCheckedBorderColor = "#E76E5C";
|
7602
|
+
export declare const ToggleDarkColorSchemeErrorCheckedBackground = "#E76E5C";
|
7583
7603
|
export declare const ToggleSizeHeight = "16px";
|
7584
7604
|
export declare const ToggleSizeWidth = "28px";
|
7585
7605
|
export declare const ToggleSizeBorderRadius = "9px";
|
@@ -0,0 +1,83 @@
|
|
1
|
+
{
|
2
|
+
alert: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
error: {
|
5
|
+
background: { value: '{light-color-scheme.error.palette.value.40.value}' },
|
6
|
+
border: { value: '{light-color-scheme.error.palette.value.100.value}' },
|
7
|
+
icon: { value: '{light-color-scheme.error.palette.value.300.value}' }
|
8
|
+
},
|
9
|
+
warning: {
|
10
|
+
background: { value: '{light-color-scheme.warning.palette.value.40.value}' },
|
11
|
+
border: { value: '{light-color-scheme.warning.palette.value.100.value}' },
|
12
|
+
icon: { value: '{light-color-scheme.warning.palette.value.300.value}' }
|
13
|
+
},
|
14
|
+
success: {
|
15
|
+
background: { value: '{light-color-scheme.success.palette.value.40.value}' },
|
16
|
+
border: { value: '{light-color-scheme.success.palette.value.100.value}' },
|
17
|
+
icon: { value: '{light-color-scheme.success.palette.value.300.value}' }
|
18
|
+
},
|
19
|
+
info: {
|
20
|
+
background: { value: '{light-color-scheme.info.palette.value.40.value}' },
|
21
|
+
border: { value: '{light-color-scheme.info.palette.value.100.value}' },
|
22
|
+
icon: { value: '{light-color-scheme.info.palette.value.300.value}' }
|
23
|
+
},
|
24
|
+
default: {
|
25
|
+
background: { value: '{light-color-scheme.second.palette.value.40.value}' },
|
26
|
+
border: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
27
|
+
icon: { value: '{light-color-scheme.second.palette.value.300.value}' }
|
28
|
+
}
|
29
|
+
},
|
30
|
+
'dark-color-scheme': {
|
31
|
+
error: {
|
32
|
+
background: { value: '{dark-color-scheme.error.palette.value.900.value}' },
|
33
|
+
border: { value: '{dark-color-scheme.error.palette.value.700.value}' },
|
34
|
+
icon: { value: '{dark-color-scheme.error.palette.value.300.value}' }
|
35
|
+
},
|
36
|
+
warning: {
|
37
|
+
background: { value: '{dark-color-scheme.warning.palette.value.800.value}' },
|
38
|
+
border: { value: '{dark-color-scheme.warning.palette.value.700.value}' },
|
39
|
+
icon: { value: '{dark-color-scheme.warning.palette.value.300.value}' }
|
40
|
+
},
|
41
|
+
success: {
|
42
|
+
background: { value: '{dark-color-scheme.success.palette.value.800.value}' },
|
43
|
+
border: { value: '{dark-color-scheme.success.palette.value.700.value}' },
|
44
|
+
icon: { value: '{dark-color-scheme.success.palette.value.300.value}' }
|
45
|
+
},
|
46
|
+
info: {
|
47
|
+
background: { value: '{dark-color-scheme.info.palette.value.800.value}' },
|
48
|
+
border: { value: '{dark-color-scheme.info.palette.value.700.value}' },
|
49
|
+
icon: { value: '{dark-color-scheme.info.palette.value.300.value}' }
|
50
|
+
},
|
51
|
+
default: {
|
52
|
+
background: { value: '{dark-color-scheme.second.palette.value.800.value}' },
|
53
|
+
border: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
54
|
+
icon: { value: '{dark-color-scheme.second.palette.value.300.value}' }
|
55
|
+
}
|
56
|
+
},
|
57
|
+
size: {
|
58
|
+
'border-width': { value: '1px' },
|
59
|
+
'border-radius': { value: '4px' },
|
60
|
+
|
61
|
+
'horizontal-padding': { value: '{padding.control-horizontal}' },
|
62
|
+
'vertical-padding': { value: '13px' },
|
63
|
+
|
64
|
+
'icon-margin': { value: '{margin.iconText_M-horizontal}' },
|
65
|
+
|
66
|
+
'close-button-width': { value: '16px' },
|
67
|
+
|
68
|
+
small: {
|
69
|
+
'vertical-padding': { value: '11px' }
|
70
|
+
}
|
71
|
+
},
|
72
|
+
font: {
|
73
|
+
default: {
|
74
|
+
header: { value: 'subheading' },
|
75
|
+
body: { value: 'body' }
|
76
|
+
},
|
77
|
+
small: {
|
78
|
+
header: { value: 'caption' },
|
79
|
+
body: { value: 'caption' }
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
}
|