@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
@@ -0,0 +1,79 @@
|
|
1
|
+
{
|
2
|
+
toggle: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
border: { value: '{light-color-scheme.foreground.border.value}' },
|
5
|
+
background: {
|
6
|
+
value: '{light-color-scheme.background.background.value}'
|
7
|
+
},
|
8
|
+
'circle-border': { value: '{light-color-scheme.foreground.border.value}' },
|
9
|
+
'circle-background': { value: '{light-color-scheme.second.palette.value.100.value}'
|
10
|
+
},
|
11
|
+
states: {
|
12
|
+
focused: {
|
13
|
+
shadow: {
|
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
|
+
}
|
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
|
+
}
|
29
|
+
}
|
30
|
+
},
|
31
|
+
'dark-color-scheme': {
|
32
|
+
border: { value: '{dark-color-scheme.foreground.border.value}' },
|
33
|
+
background: {
|
34
|
+
value: '{dark-color-scheme.background.background.value}'
|
35
|
+
},
|
36
|
+
'circle-border': { value: '{dark-color-scheme.foreground.border.value}' },
|
37
|
+
'circle-background': { value: '{light-color-scheme.second.palette.value.500.value}' },
|
38
|
+
|
39
|
+
states: {
|
40
|
+
focused: {
|
41
|
+
shadow: {
|
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}'
|
43
|
+
}
|
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
|
+
}
|
57
|
+
}
|
58
|
+
},
|
59
|
+
size: {
|
60
|
+
height: { value: '16px' },
|
61
|
+
width: { value: '28px' },
|
62
|
+
'border-radius': { value: '9px' },
|
63
|
+
'label-margin': { value: '{margin.iconText_M-horizontal}' }
|
64
|
+
},
|
65
|
+
font: {
|
66
|
+
default: { value: 'body' }
|
67
|
+
}
|
68
|
+
},
|
69
|
+
'toggle-small': {
|
70
|
+
size: {
|
71
|
+
height: { value: '14px' },
|
72
|
+
width: { value: '24px' },
|
73
|
+
'border-radius': { value: '8px' }
|
74
|
+
},
|
75
|
+
font: {
|
76
|
+
default: { value: 'caption' }
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
{
|
2
|
+
tooltip: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
background: { value: '{popup.dark-color-scheme.background.value}' },
|
5
|
+
text: { value: '{dark-color-scheme.foreground.text.value}' },
|
6
|
+
border: { value: 'transparent' },
|
7
|
+
shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
|
8
|
+
|
9
|
+
'warning': {
|
10
|
+
background: { value: '{light-color-scheme.warning.palette.value.40.value}' },
|
11
|
+
text: { value: '{light-color-scheme.foreground.text.value}' },
|
12
|
+
border: { value: '{light-color-scheme.warning.palette.value.100.value}' }
|
13
|
+
}
|
14
|
+
},
|
15
|
+
'dark-color-scheme': {
|
16
|
+
background: { value: '{popup.light-color-scheme.background.value}' },
|
17
|
+
text: { value: '{light-color-scheme.foreground.text.value}' },
|
18
|
+
border: { value: 'transparent' },
|
19
|
+
shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
|
20
|
+
|
21
|
+
'warning': {
|
22
|
+
background: { value: '{dark-color-scheme.warning.palette.value.560.value}' },
|
23
|
+
text: { value: '{dark-color-scheme.foreground.text.value}' },
|
24
|
+
border: { value: '{dark-color-scheme.warning.palette.value.560.value}' }
|
25
|
+
}
|
26
|
+
},
|
27
|
+
size: {
|
28
|
+
'max-width': { value: '300px' },
|
29
|
+
'border-width': { value: '1px' },
|
30
|
+
'border-radius': { value: '3px' },
|
31
|
+
padding: { value: '8px 16px' },
|
32
|
+
'arrow-size': { value: '12px' },
|
33
|
+
'trigger-margin': { value: '9px' }
|
34
|
+
},
|
35
|
+
font: {
|
36
|
+
default: { value: 'caption' }
|
37
|
+
}
|
38
|
+
},
|
39
|
+
'extended-tooltip': {
|
40
|
+
'light-color-scheme': {
|
41
|
+
background: { value: '{popup.light-color-scheme.background.value}' },
|
42
|
+
text: { value: '{light-color-scheme.foreground.text.value}' },
|
43
|
+
border: { value: '{popup.light-color-scheme.border.value}' },
|
44
|
+
shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
|
45
|
+
},
|
46
|
+
'dark-color-scheme': {
|
47
|
+
background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
48
|
+
text: { value: '{dark-color-scheme.foreground.text.value}' },
|
49
|
+
border: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
50
|
+
shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
|
51
|
+
},
|
52
|
+
size: {
|
53
|
+
'border-radius': { value: '3px' },
|
54
|
+
'arrow-size': { value: '12px' },
|
55
|
+
'trigger-margin': { value: '9px' },
|
56
|
+
padding: { value: '8px 16px' },
|
57
|
+
'max-height': { value: '480px' }
|
58
|
+
},
|
59
|
+
font: {
|
60
|
+
default: { value: 'caption' }
|
61
|
+
}
|
62
|
+
},
|
63
|
+
'extended-tooltip-header': {
|
64
|
+
'light-color-scheme': {
|
65
|
+
border: { value: '{popup.light-color-scheme.border.value}' },
|
66
|
+
text: { value: '{light-color-scheme.foreground.text.value}' },
|
67
|
+
background: { value: '{popup.light-color-scheme.background.value}' }
|
68
|
+
},
|
69
|
+
'dark-color-scheme': {
|
70
|
+
border: { value: '{dark-color-scheme.second.palette.value.600.value}' },
|
71
|
+
text: { value: '{dark-color-scheme.foreground.text.value}' },
|
72
|
+
background: { value: '{dark-color-scheme.second.palette.value.700.value}' }
|
73
|
+
},
|
74
|
+
size: {
|
75
|
+
height: { value: '40px' },
|
76
|
+
padding: { value: '10px 16px' }
|
77
|
+
},
|
78
|
+
font: {
|
79
|
+
default: { value: 'subheading' }
|
80
|
+
}
|
81
|
+
}
|
82
|
+
|
83
|
+
}
|
@@ -0,0 +1,112 @@
|
|
1
|
+
{
|
2
|
+
'light-color-scheme': {
|
3
|
+
primary: {
|
4
|
+
default: { value: '{palette.blue.500.value}' },
|
5
|
+
|
6
|
+
palette: { value: '{palette.blue}' }
|
7
|
+
},
|
8
|
+
second: {
|
9
|
+
default: { value: '{palette.grey.500.value}' },
|
10
|
+
|
11
|
+
palette: { value: '{palette.grey}' }
|
12
|
+
},
|
13
|
+
error: {
|
14
|
+
default: { value: '{palette.red.500.value}' },
|
15
|
+
|
16
|
+
palette: { value: '{palette.red}' }
|
17
|
+
},
|
18
|
+
info: {
|
19
|
+
default: { value: '{palette.blue.500.value}' },
|
20
|
+
|
21
|
+
palette: { value: '{palette.teal}' }
|
22
|
+
},
|
23
|
+
success: {
|
24
|
+
default: { value: '{palette.green.500.value}' },
|
25
|
+
|
26
|
+
palette: { value: '{palette.green}' }
|
27
|
+
},
|
28
|
+
warning: {
|
29
|
+
default: { value: '{palette.yellow.500.value}' },
|
30
|
+
|
31
|
+
palette: { value: '{palette.yellow}' }
|
32
|
+
},
|
33
|
+
foreground: {
|
34
|
+
text: { value: '{palette.grey.900.value}' },
|
35
|
+
'text-less-contrast': { value: '{palette.grey.500.value}'},
|
36
|
+
'text-disabled': { value: '{palette.grey.300.value}' },
|
37
|
+
divider: { value: '{palette.grey.100.value}' },
|
38
|
+
border: { value: '{palette.grey.200.value}' },
|
39
|
+
icon: { value: '{palette.grey.300.value}' }
|
40
|
+
},
|
41
|
+
background: {
|
42
|
+
background: { value: 'white' },
|
43
|
+
'background-disabled': { value: '{palette.grey.40.value}' },
|
44
|
+
|
45
|
+
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
46
|
+
'overlay-active': { value: 'rgba(black, 0.1)' },
|
47
|
+
'overlay-disabled': { value: 'rgba(white, 0.3)' }
|
48
|
+
},
|
49
|
+
states: {
|
50
|
+
'focused-color': { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
51
|
+
'focused-color-error': { value: '{light-color-scheme.error.palette.value.500.value}' },
|
52
|
+
'selected-color': { value: '{light-color-scheme.primary.palette.value.60.value}' },
|
53
|
+
'pressed-shadow': { value: 'inset 0 1px 2px 0 rgba(black, 0.2)' },
|
54
|
+
'disabled-opacity': { value: 0.3 }
|
55
|
+
}
|
56
|
+
},
|
57
|
+
'dark-color-scheme': {
|
58
|
+
primary: {
|
59
|
+
default: { value: '{palette.blue.560.value}' },
|
60
|
+
|
61
|
+
palette: { value: '{palette.blue}' }
|
62
|
+
},
|
63
|
+
second: {
|
64
|
+
default: { value: '{palette.grey.560.value}' },
|
65
|
+
|
66
|
+
palette: { value: '{palette.grey}' }
|
67
|
+
},
|
68
|
+
error: {
|
69
|
+
default: { value: '{palette.red.560.value}' },
|
70
|
+
|
71
|
+
palette: { value: '{palette.red}' }
|
72
|
+
},
|
73
|
+
info: {
|
74
|
+
default: { value: '{palette.teal.560.value}' },
|
75
|
+
|
76
|
+
palette: { value: '{palette.teal}' }
|
77
|
+
},
|
78
|
+
success: {
|
79
|
+
default: { value: '{palette.green.560.value}' },
|
80
|
+
|
81
|
+
palette: { value: '{palette.green}' }
|
82
|
+
},
|
83
|
+
warning: {
|
84
|
+
default: { value: '{palette.yellow.560.value}' },
|
85
|
+
|
86
|
+
palette: { value: '{palette.yellow}' }
|
87
|
+
},
|
88
|
+
foreground: {
|
89
|
+
text: { value: '{palette.grey.40.value}' },
|
90
|
+
'text-less-contrast': { value: '{palette.grey.300.value}'},
|
91
|
+
'text-disabled': { value: '{palette.grey.500.value}' },
|
92
|
+
divider: { value: '{palette.grey.700.value}' },
|
93
|
+
border: { value: '{palette.grey.560.value}' },
|
94
|
+
icon: { value: '{palette.grey.300.value}' }
|
95
|
+
},
|
96
|
+
background: {
|
97
|
+
background: { value: '{palette.grey.900.value}' },
|
98
|
+
'background-disabled': { value: '{palette.grey.700.value}' },
|
99
|
+
|
100
|
+
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
101
|
+
'overlay-active': { value: 'rgba(black, 0.1)' },
|
102
|
+
'overlay-disabled': { value: 'rgba(black, 0.2)' }
|
103
|
+
},
|
104
|
+
states: {
|
105
|
+
'focused-color': { value: '{dark-color-scheme.primary.palette.value.400.value}' },
|
106
|
+
'focused-color-error': { value: '{light-color-scheme.error.palette.value.560.value}' },
|
107
|
+
'selected-color': { value: '{dark-color-scheme.primary.palette.value.600.value}' },
|
108
|
+
'pressed-shadow': { value: 'inset 1px 2px 2px 0 rgba(black, 0.2)' },
|
109
|
+
'disabled-opacity': { value: 0.3 }
|
110
|
+
}
|
111
|
+
}
|
112
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
font: {
|
3
|
+
family: {
|
4
|
+
accent: {
|
5
|
+
value: "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"
|
6
|
+
},
|
7
|
+
base: {
|
8
|
+
value: "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"
|
9
|
+
},
|
10
|
+
monospace: {
|
11
|
+
value: "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
{
|
2
|
+
size: {
|
3
|
+
'option-height': '32px',
|
4
|
+
'panel-height': '48px',
|
5
|
+
// у radio и checkbox в макетах 20px, у тоггла есть две модификации на 16px и 14px
|
6
|
+
'control_S-height': '16px',
|
7
|
+
// в form-field это реализовано через отступы
|
8
|
+
'control_M-height': '32px',
|
9
|
+
// этого нет сейчас
|
10
|
+
'button-minWidth': '64px',
|
11
|
+
// badge на padding
|
12
|
+
'badge_tag-height': '24px',
|
13
|
+
// modal; sidepanel - сейчас в этих компонентах paddings
|
14
|
+
'header-height': '56px',
|
15
|
+
'footer-height': '64px'
|
16
|
+
},
|
17
|
+
padding: {
|
18
|
+
'control-horizontal': '16px',
|
19
|
+
'option-horizontal': '16px',
|
20
|
+
'badge_tag-horizontal': '8px',
|
21
|
+
'header-right': '8px',
|
22
|
+
'headerFooter-horizontal': '16px',
|
23
|
+
},
|
24
|
+
margin: {
|
25
|
+
// у radio-group нет таких отступов, а у checkbox вообще нет группы
|
26
|
+
'controlGroup_S-vertical': '8px',
|
27
|
+
'iconText_M-horizontal': '8px',
|
28
|
+
'iconText_S-horizontal': '4px'
|
29
|
+
}
|
30
|
+
}
|
@@ -0,0 +1,226 @@
|
|
1
|
+
{
|
2
|
+
"palette": {
|
3
|
+
"blue": {
|
4
|
+
"40": { value: '#eff6ff' },
|
5
|
+
"60": { value: '#e7f1ff' },
|
6
|
+
"100": { value: '#c8dfff' },
|
7
|
+
"200": { value: '#a2c7fe' },
|
8
|
+
"300": { value: '#5697ff' },
|
9
|
+
"400": { value: '#4187ff' },
|
10
|
+
"500": { value: '#0374eb' },
|
11
|
+
"560": { value: '#0059b8' },
|
12
|
+
"600": { value: '#014b9d' },
|
13
|
+
"700": { value: '#023c7f' },
|
14
|
+
"800": { value: '#193060' },
|
15
|
+
"900": { value: '#00224f' },
|
16
|
+
"A100": { value: 'rgba(3, 116, 235, 0.15)' },
|
17
|
+
"A200": { value: 'rgba(3, 116, 235, 0.3)' },
|
18
|
+
"contrast": {
|
19
|
+
"40": { value: '#4D4D4D' },
|
20
|
+
"60": { value: '#4D4D4D' },
|
21
|
+
"100": { value: '#4D4D4D' },
|
22
|
+
"200": { value: '#4D4D4D' },
|
23
|
+
"300": { value: '#4D4D4D' },
|
24
|
+
"400": { value: 'white' },
|
25
|
+
"500": { value: 'white' },
|
26
|
+
"560": { value: 'white' },
|
27
|
+
"600": { value: 'white' },
|
28
|
+
"700": { value: 'white' },
|
29
|
+
"800": { value: 'white' },
|
30
|
+
"A100": { value: '#4D4D4D' },
|
31
|
+
"A200": { value: 'white' }
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"green": {
|
35
|
+
"40": { value: '#ecf9ef' },
|
36
|
+
"60": { value: '#d2f7db' },
|
37
|
+
"100": { value: '#b6ebc3' },
|
38
|
+
"200": { value: '#8ed5a1' },
|
39
|
+
"300": { value: '#4ba96c' },
|
40
|
+
"400": { value: '#319d5c' },
|
41
|
+
"500": { value: '#028b49' },
|
42
|
+
"560": { value: '#016b37' },
|
43
|
+
"600": { value: '#015a2d' },
|
44
|
+
"700": { value: '#004823' },
|
45
|
+
"800": { value: '#103920' },
|
46
|
+
"900": { value: '#002a12' },
|
47
|
+
"A100": { value: 'rgba(2, 139, 73, 0.15)' },
|
48
|
+
"contrast": {
|
49
|
+
"40": { value: '#4D4D4D' },
|
50
|
+
"60": { value: '#4D4D4D' },
|
51
|
+
"100": { value: '#4D4D4D' },
|
52
|
+
"200": { value: '#4D4D4D' },
|
53
|
+
"300": { value: '#4D4D4D' },
|
54
|
+
"400": { value: 'white' },
|
55
|
+
"500": { value: 'white' },
|
56
|
+
"560": { value: 'white' },
|
57
|
+
"600": { value: 'white' },
|
58
|
+
"700": { value: 'white' },
|
59
|
+
"800": { value: 'white' },
|
60
|
+
"A100": { value: '#4D4D4D' }
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"red": {
|
64
|
+
"40": { value: '#fff3f3' },
|
65
|
+
"60": { value: '#ffeaea' },
|
66
|
+
"100": { value: '#fbd6d6' },
|
67
|
+
"200": { value: '#fcb2b4' },
|
68
|
+
"300": { value: '#ee6f79' },
|
69
|
+
"400": { value: '#ea5868' },
|
70
|
+
"500": { value: '#db3c55' },
|
71
|
+
"560": { value: '#b9023a' },
|
72
|
+
"600": { value: '#9e0130' },
|
73
|
+
"700": { value: '#800025' },
|
74
|
+
"800": { value: '#621420' },
|
75
|
+
"900": { value: '#500013' },
|
76
|
+
"A100": { value: 'rgba(219, 60, 85, 0.15)' },
|
77
|
+
|
78
|
+
"contrast": {
|
79
|
+
"40": { value: '#4D4D4D' },
|
80
|
+
"60": { value: '#4D4D4D' },
|
81
|
+
"100": { value: '#4D4D4D' },
|
82
|
+
"200": { value: '#4D4D4D' },
|
83
|
+
"300": { value: '#4D4D4D' },
|
84
|
+
"400": { value: 'white' },
|
85
|
+
"500": { value: 'white' },
|
86
|
+
"560": { value: 'white' },
|
87
|
+
"600": { value: 'white' },
|
88
|
+
"700": { value: 'white' },
|
89
|
+
"800": { value: 'white' },
|
90
|
+
"A100": { value: '#4D4D4D' }
|
91
|
+
}
|
92
|
+
},
|
93
|
+
"grey": {
|
94
|
+
"40": { value: '#f2f5f9' },
|
95
|
+
"60": { value: '#ebeef2' },
|
96
|
+
"100": { value: '#d7dee4' },
|
97
|
+
"200": { value: '#bdc7d1' },
|
98
|
+
"300": { value: '#8c99a5' },
|
99
|
+
"400": { value: '#7f8c98' },
|
100
|
+
"500": { value: '#6d7a86' },
|
101
|
+
"560": { value: '#515e69' },
|
102
|
+
"600": { value: '#434f5a' },
|
103
|
+
"700": { value: '#333f4a' },
|
104
|
+
"800": { value: '#27333e' },
|
105
|
+
"900": { value: '#19252f' },
|
106
|
+
"A40": { value: 'rgba(25, 37, 47, 0.04)' },
|
107
|
+
"A60": { value: 'rgba(25, 37, 47, 0.06)' },
|
108
|
+
"A100": { value: 'rgba(25, 37, 47, 0.1)' },
|
109
|
+
"A200": { value: 'rgba(25, 37, 47, 0.2)' },
|
110
|
+
"A300": { value: 'rgba(25, 37, 47, 0.3)' },
|
111
|
+
"A500": { value: 'rgba(25, 37, 47, 0.5)' },
|
112
|
+
|
113
|
+
"contrast": {
|
114
|
+
"40": { value: '#4D4D4D' },
|
115
|
+
"60": { value: '#4D4D4D' },
|
116
|
+
"100": { value: '#4D4D4D' },
|
117
|
+
"200": { value: '#4D4D4D' },
|
118
|
+
"300": { value: '#4D4D4D' },
|
119
|
+
"400": { value: 'white' },
|
120
|
+
"500": { value: 'white' },
|
121
|
+
"560": { value: 'white' },
|
122
|
+
"600": { value: 'white' },
|
123
|
+
"700": { value: 'white' },
|
124
|
+
"800": { value: 'white' }
|
125
|
+
}
|
126
|
+
},
|
127
|
+
"yellow": {
|
128
|
+
"40": { value: '#fff4dd' },
|
129
|
+
"60": { value: '#ffecce' },
|
130
|
+
"100": { value: '#fcdda6' },
|
131
|
+
"200": { value: '#f5c23c' },
|
132
|
+
"300": { value: '#e19f12' },
|
133
|
+
"400": { value: '#c78816' },
|
134
|
+
"500": { value: '#a26e0c' },
|
135
|
+
"560": { value: '#7e5406' },
|
136
|
+
"600": { value: '#6b4804' },
|
137
|
+
"700": { value: '#543803' },
|
138
|
+
"800": { value: '#3e3015' },
|
139
|
+
"900": { value: '#312001' },
|
140
|
+
"A100": { value: 'rgba(255, 159, 18, 0.15)' },
|
141
|
+
|
142
|
+
"contrast": {
|
143
|
+
"40": { value: '#4D4D4D' },
|
144
|
+
"60": { value: '#4D4D4D' },
|
145
|
+
"100": { value: '#4D4D4D' },
|
146
|
+
"200": { value: '#4D4D4D' },
|
147
|
+
"300": { value: '#4D4D4D' },
|
148
|
+
"400": { value: 'white' },
|
149
|
+
"500": { value: 'white' },
|
150
|
+
"560": { value: 'white' },
|
151
|
+
"600": { value: 'white' },
|
152
|
+
"700": { value: 'white' },
|
153
|
+
"800": { value: 'white' },
|
154
|
+
"A100": { value: '#4D4D4D' }
|
155
|
+
}
|
156
|
+
},
|
157
|
+
"teal": {
|
158
|
+
"40": { value: '#ebf8fd' },
|
159
|
+
"60": { value: '#d9f3fd' },
|
160
|
+
"100": { value: '#afe6f9' },
|
161
|
+
"200": { value: '#6ed3f2' },
|
162
|
+
"300": { value: '#18a5c5' },
|
163
|
+
"400": { value: '#2099b7' },
|
164
|
+
"500": { value: '#218ca8' },
|
165
|
+
"560": { value: '#0c6579' },
|
166
|
+
"600": { value: '#0c5567' },
|
167
|
+
"700": { value: '#084453' },
|
168
|
+
"800": { value: '#143641' },
|
169
|
+
"900": { value: '#022731' },
|
170
|
+
"contrast": {
|
171
|
+
"40": { value: '#4D4D4D' },
|
172
|
+
"60": { value: '#4D4D4D' },
|
173
|
+
"100": { value: '#4D4D4D' },
|
174
|
+
"200": { value: '#4D4D4D' },
|
175
|
+
"300": { value: '#4D4D4D' },
|
176
|
+
"400": { value: 'white' },
|
177
|
+
"500": { value: 'white' },
|
178
|
+
"560": { value: 'white' },
|
179
|
+
"600": { value: 'white' },
|
180
|
+
"700": { value: 'white' },
|
181
|
+
"800": { value: 'white' },
|
182
|
+
"A100": { value: '#4D4D4D' },
|
183
|
+
"A200": { value: 'white' }
|
184
|
+
}
|
185
|
+
},
|
186
|
+
"purple": {
|
187
|
+
"40": { value: '#fff3fb' },
|
188
|
+
"60": { value: '#ffe9f8' },
|
189
|
+
"100": { value: '#f2d4e8' },
|
190
|
+
"200": { value: '#e4bbd7' },
|
191
|
+
"300": { value: '#c692b5' },
|
192
|
+
"400": { value: '#bb78a7' },
|
193
|
+
"500": { value: '#a65d92' },
|
194
|
+
"560": { value: '#864775' },
|
195
|
+
"600": { value: '#753865' },
|
196
|
+
"700": { value: '#612853' },
|
197
|
+
"800": { value: '#48273f' },
|
198
|
+
"900": { value: '#36172e' },
|
199
|
+
"contrast": {
|
200
|
+
"40": { value: '#4D4D4D' },
|
201
|
+
"60": { value: '#4D4D4D' },
|
202
|
+
"100": { value: '#4D4D4D' },
|
203
|
+
"200": { value: '#4D4D4D' },
|
204
|
+
"300": { value: '#4D4D4D' },
|
205
|
+
"400": { value: 'white' },
|
206
|
+
"500": { value: 'white' },
|
207
|
+
"560": { value: 'white' },
|
208
|
+
"600": { value: 'white' },
|
209
|
+
"700": { value: 'white' },
|
210
|
+
"800": { value: 'white' },
|
211
|
+
"A100": { value: '#4D4D4D' },
|
212
|
+
"A200": { value: 'white' }
|
213
|
+
}
|
214
|
+
}
|
215
|
+
},
|
216
|
+
|
217
|
+
"color": {
|
218
|
+
"blue": { "palette": { value: '{palette.blue}' } },
|
219
|
+
"green": { "palette": { value: '{palette.green}' } },
|
220
|
+
"red": { "palette": { value: '{palette.red}' } },
|
221
|
+
"grey": { "palette": { value: '{palette.grey}' } },
|
222
|
+
"yellow": { "palette": { value: '{palette.yellow}' } },
|
223
|
+
"teal": { "palette": { value: '{palette.teal}' } },
|
224
|
+
"purple": { "palette": { value: '{palette.purple}' } }
|
225
|
+
}
|
226
|
+
}
|