@ptsecurity/mosaic 13.2.0 → 13.3.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 +143 -44
- package/_visual.scss +340 -213
- package/button/button.component.d.ts +1 -1
- package/core/option/option.d.ts +1 -0
- package/core/validation/validation.d.ts +3 -3
- package/design-tokens/legacy-2017/tokens.d.ts +82 -36
- package/design-tokens/pt-2022/tokens.d.ts +78 -32
- 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 +29 -21
- 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 +3 -3
- 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 +10 -7
- package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
- package/esm2020/core/pop-up/pop-up.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2020/core/validation/validation.mjs +10 -5
- 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 +83 -37
- package/esm2020/design-tokens/pt-2022/tokens.mjs +79 -33
- package/esm2020/divider/divider.component.mjs +3 -3
- package/esm2020/divider/divider.module.mjs +4 -4
- package/esm2020/dl/dl.component.mjs +9 -9
- package/esm2020/dl/dl.module.mjs +4 -4
- package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown-item.component.mjs +5 -5
- package/esm2020/dropdown/dropdown-trigger.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown.component.mjs +6 -6
- package/esm2020/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/form-field/cleaner.mjs +3 -3
- package/esm2020/form-field/form-field.mjs +7 -7
- package/esm2020/form-field/form-field.module.mjs +4 -4
- package/esm2020/form-field/hint.mjs +3 -3
- package/esm2020/form-field/password-hint.mjs +34 -15
- 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-password.mjs +12 -11
- package/esm2020/input/input.mjs +12 -11
- 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 +11 -11
- package/esm2020/list/list.component.mjs +7 -7
- package/esm2020/list/list.module.mjs +4 -4
- package/esm2020/modal/css-unit.pipe.mjs +3 -3
- package/esm2020/modal/modal-control.service.mjs +3 -3
- package/esm2020/modal/modal.component.mjs +4 -4
- 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 +80 -79
- package/esm2020/navbar/navbar.component.mjs +10 -10
- package/esm2020/navbar/navbar.module.mjs +4 -4
- package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
- package/esm2020/popover/popover-confirm.component.mjs +8 -8
- package/esm2020/popover/popover.component.mjs +8 -8
- 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/public-api.mjs +2 -1
- package/esm2020/select/select-option.directive.mjs +65 -0
- package/esm2020/select/select.component.mjs +16 -16
- package/esm2020/select/select.module.mjs +19 -10
- package/esm2020/sidebar/sidebar.component.mjs +9 -9
- package/esm2020/sidebar/sidebar.module.mjs +4 -4
- package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
- 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 +19 -19
- 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 +6 -6
- package/esm2020/tags/tag.component.mjs +60 -60
- package/esm2020/tags/tag.module.mjs +4 -4
- package/esm2020/textarea/textarea.component.mjs +9 -8
- 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 -13
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tree/node.mjs +3 -3
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.directive.mjs +12 -9
- package/esm2020/tree/toggle.mjs +10 -10
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +9 -9
- package/esm2020/tree/tree-selection.component.mjs +8 -6
- package/esm2020/tree/tree.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree-select/tree-select.component.mjs +14 -14
- package/esm2020/tree-select/tree-select.module.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-core.mjs +89 -81
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +218 -80
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +19 -19
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +60 -38
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-input.mjs +33 -31
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-list.mjs +21 -21
- package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +97 -96
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- 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 +99 -33
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +26 -26
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +53 -53
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +74 -74
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +11 -10
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +17 -16
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +17 -17
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +158 -155
- 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 +32 -24
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-core.mjs +89 -81
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +218 -80
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +19 -19
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +57 -38
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-input.mjs +33 -31
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-list.mjs +21 -21
- package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +97 -96
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- 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 +96 -32
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +26 -26
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +53 -53
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +72 -72
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +11 -10
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +17 -16
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +17 -17
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +155 -152
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/form-field/password-hint.d.ts +3 -1
- package/input/input-password.d.ts +4 -3
- package/input/input.d.ts +4 -3
- package/list/list-selection.component.d.ts +1 -1
- package/navbar/navbar-item.component.d.ts +18 -18
- 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/select/public-api.d.ts +1 -0
- package/select/select-option.directive.d.ts +20 -0
- package/select/select.module.d.ts +9 -7
- package/tags/tag.component.d.ts +20 -20
- package/textarea/textarea.component.d.ts +4 -3
- package/toggle/README.md +0 -0
- package/tree/padding.directive.d.ts +7 -5
- package/tree/tree-option.component.d.ts +2 -2
- package/design-tokens/legacy-2017/tokens/components/alert.json5 +0 -83
- package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +0 -11
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +0 -174
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +0 -10
- package/design-tokens/legacy-2017/tokens/components/button.json5 +0 -143
- package/design-tokens/legacy-2017/tokens/components/card.json5 +0 -51
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +0 -39
- package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +0 -64
- package/design-tokens/legacy-2017/tokens/components/divider.json5 +0 -8
- package/design-tokens/legacy-2017/tokens/components/dl.json5 +0 -38
- package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +0 -47
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +0 -91
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +0 -52
- package/design-tokens/legacy-2017/tokens/components/input.json5 +0 -13
- package/design-tokens/legacy-2017/tokens/components/link.json5 +0 -56
- package/design-tokens/legacy-2017/tokens/components/list.json5 +0 -15
- package/design-tokens/legacy-2017/tokens/components/modal.json5 +0 -79
- package/design-tokens/legacy-2017/tokens/components/navbar.json5 +0 -69
- package/design-tokens/legacy-2017/tokens/components/optgroup.json5 +0 -10
- package/design-tokens/legacy-2017/tokens/components/option.json5 +0 -12
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +0 -68
- package/design-tokens/legacy-2017/tokens/components/popup.json5 +0 -18
- package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +0 -13
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +0 -7
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +0 -44
- package/design-tokens/legacy-2017/tokens/components/select.json5 +0 -25
- package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +0 -30
- package/design-tokens/legacy-2017/tokens/components/table.json5 +0 -15
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +0 -101
- package/design-tokens/legacy-2017/tokens/components/tags.json5 +0 -132
- package/design-tokens/legacy-2017/tokens/components/textarea.json5 +0 -12
- package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +0 -7
- package/design-tokens/legacy-2017/tokens/components/toggle.json5 +0 -79
- package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +0 -83
- package/design-tokens/legacy-2017/tokens/components/tree.json5 +0 -12
- package/design-tokens/legacy-2017/tokens/properties/aliases.json5 +0 -3
- package/design-tokens/legacy-2017/tokens/properties/colors.json5 +0 -114
- package/design-tokens/legacy-2017/tokens/properties/font.json5 +0 -12
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +0 -49
- package/design-tokens/legacy-2017/tokens/properties/padding.json5 +0 -3
- package/design-tokens/legacy-2017/tokens/properties/palette.json5 +0 -163
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +0 -140
- package/design-tokens/pt-2022/tokens/components/alert.json5 +0 -83
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +0 -11
- package/design-tokens/pt-2022/tokens/components/badge.json5 +0 -174
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +0 -10
- package/design-tokens/pt-2022/tokens/components/button.json5 +0 -143
- package/design-tokens/pt-2022/tokens/components/card.json5 +0 -51
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +0 -39
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +0 -64
- package/design-tokens/pt-2022/tokens/components/divider.json5 +0 -8
- package/design-tokens/pt-2022/tokens/components/dl.json5 +0 -38
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +0 -47
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +0 -91
- package/design-tokens/pt-2022/tokens/components/forms.json5 +0 -52
- package/design-tokens/pt-2022/tokens/components/input.json5 +0 -13
- package/design-tokens/pt-2022/tokens/components/link.json5 +0 -56
- package/design-tokens/pt-2022/tokens/components/list.json5 +0 -15
- package/design-tokens/pt-2022/tokens/components/modal.json5 +0 -79
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +0 -69
- package/design-tokens/pt-2022/tokens/components/optgroup.json5 +0 -10
- package/design-tokens/pt-2022/tokens/components/option.json5 +0 -12
- package/design-tokens/pt-2022/tokens/components/popover.json5 +0 -68
- package/design-tokens/pt-2022/tokens/components/popup.json5 +0 -18
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +0 -13
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +0 -7
- package/design-tokens/pt-2022/tokens/components/radio.json5 +0 -44
- package/design-tokens/pt-2022/tokens/components/select.json5 +0 -25
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +0 -30
- package/design-tokens/pt-2022/tokens/components/table.json5 +0 -15
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +0 -101
- package/design-tokens/pt-2022/tokens/components/tags.json5 +0 -132
- package/design-tokens/pt-2022/tokens/components/textarea.json5 +0 -12
- package/design-tokens/pt-2022/tokens/components/timepicker.json5 +0 -7
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +0 -79
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +0 -83
- package/design-tokens/pt-2022/tokens/components/tree.json5 +0 -12
- package/design-tokens/pt-2022/tokens/properties/aliases.json5 +0 -3
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +0 -116
- package/design-tokens/pt-2022/tokens/properties/font.json5 +0 -15
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +0 -49
- package/design-tokens/pt-2022/tokens/properties/padding.json5 +0 -3
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +0 -226
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +0 -140
- package/design-tokens/style-dictionary/build.js +0 -62
- package/design-tokens/style-dictionary/configs/css.js +0 -13
- package/design-tokens/style-dictionary/configs/index.js +0 -48
- package/design-tokens/style-dictionary/configs/js.js +0 -9
- package/design-tokens/style-dictionary/configs/scss.js +0 -23
- package/design-tokens/style-dictionary/filters/color.js +0 -7
- package/design-tokens/style-dictionary/filters/palette.js +0 -7
- package/design-tokens/style-dictionary/filters/size.js +0 -7
- package/design-tokens/style-dictionary/filters/typography.js +0 -7
- package/design-tokens/style-dictionary/formats/palette.js +0 -25
- package/design-tokens/style-dictionary/formats/typography.js +0 -52
- package/design-tokens/style-dictionary/transformGroups/css.js +0 -13
- package/design-tokens/style-dictionary/transformGroups/scss.js +0 -12
- package/design-tokens/style-dictionary/transforms/attribute/palette.js +0 -9
- package/design-tokens/style-dictionary/transforms/attribute/prefix.js +0 -11
- package/design-tokens/style-dictionary/transforms/attribute/size.js +0 -8
- package/design-tokens/style-dictionary/transforms/attribute/typography.js +0 -9
@@ -1,79 +0,0 @@
|
|
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
|
-
}
|
@@ -1,83 +0,0 @@
|
|
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
|
-
}
|
@@ -1,116 +0,0 @@
|
|
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
|
-
'text-error': { value: '{light-color-scheme.error.palette.value.500.value}' },
|
38
|
-
'text-success': { value: '{light-color-scheme.success.palette.value.560.value}' },
|
39
|
-
divider: { value: '{palette.grey.100.value}' },
|
40
|
-
border: { value: '{palette.grey.200.value}' },
|
41
|
-
icon: { value: '{palette.grey.300.value}' }
|
42
|
-
},
|
43
|
-
background: {
|
44
|
-
background: { value: 'white' },
|
45
|
-
'background-disabled': { value: '{palette.grey.40.value}' },
|
46
|
-
|
47
|
-
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
48
|
-
'overlay-active': { value: 'rgba(black, 0.1)' },
|
49
|
-
'overlay-disabled': { value: 'rgba(white, 0.3)' }
|
50
|
-
},
|
51
|
-
states: {
|
52
|
-
'focused-color': { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
53
|
-
'focused-color-error': { value: '{light-color-scheme.error.palette.value.500.value}' },
|
54
|
-
'selected-color': { value: '{light-color-scheme.primary.palette.value.60.value}' },
|
55
|
-
'pressed-shadow': { value: 'inset 0 1px 2px 0 rgba(black, 0.2)' },
|
56
|
-
'disabled-opacity': { value: 0.3 }
|
57
|
-
}
|
58
|
-
},
|
59
|
-
'dark-color-scheme': {
|
60
|
-
primary: {
|
61
|
-
default: { value: '{palette.blue.560.value}' },
|
62
|
-
|
63
|
-
palette: { value: '{palette.blue}' }
|
64
|
-
},
|
65
|
-
second: {
|
66
|
-
default: { value: '{palette.grey.560.value}' },
|
67
|
-
|
68
|
-
palette: { value: '{palette.grey}' }
|
69
|
-
},
|
70
|
-
error: {
|
71
|
-
default: { value: '{palette.red.560.value}' },
|
72
|
-
|
73
|
-
palette: { value: '{palette.red}' }
|
74
|
-
},
|
75
|
-
info: {
|
76
|
-
default: { value: '{palette.teal.560.value}' },
|
77
|
-
|
78
|
-
palette: { value: '{palette.teal}' }
|
79
|
-
},
|
80
|
-
success: {
|
81
|
-
default: { value: '{palette.green.560.value}' },
|
82
|
-
|
83
|
-
palette: { value: '{palette.green}' }
|
84
|
-
},
|
85
|
-
warning: {
|
86
|
-
default: { value: '{palette.yellow.560.value}' },
|
87
|
-
|
88
|
-
palette: { value: '{palette.yellow}' }
|
89
|
-
},
|
90
|
-
foreground: {
|
91
|
-
text: { value: '{palette.grey.40.value}' },
|
92
|
-
'text-less-contrast': { value: '{palette.grey.300.value}'},
|
93
|
-
'text-disabled': { value: '{palette.grey.500.value}' },
|
94
|
-
'text-error': { value: '{dark-color-scheme.error.palette.value.400.value}' },
|
95
|
-
'text-success': { value: '{dark-color-scheme.success.palette.value.400.value}' },
|
96
|
-
divider: { value: '{palette.grey.700.value}' },
|
97
|
-
border: { value: '{palette.grey.560.value}' },
|
98
|
-
icon: { value: '{palette.grey.300.value}' }
|
99
|
-
},
|
100
|
-
background: {
|
101
|
-
background: { value: '{palette.grey.900.value}' },
|
102
|
-
'background-disabled': { value: '{palette.grey.700.value}' },
|
103
|
-
|
104
|
-
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
105
|
-
'overlay-active': { value: 'rgba(black, 0.1)' },
|
106
|
-
'overlay-disabled': { value: 'rgba(black, 0.2)' }
|
107
|
-
},
|
108
|
-
states: {
|
109
|
-
'focused-color': { value: '{dark-color-scheme.primary.palette.value.400.value}' },
|
110
|
-
'focused-color-error': { value: '{light-color-scheme.error.palette.value.560.value}' },
|
111
|
-
'selected-color': { value: '{dark-color-scheme.primary.palette.value.600.value}' },
|
112
|
-
'pressed-shadow': { value: 'inset 1px 2px 2px 0 rgba(black, 0.2)' },
|
113
|
-
'disabled-opacity': { value: 0.3 }
|
114
|
-
}
|
115
|
-
}
|
116
|
-
}
|
@@ -1,15 +0,0 @@
|
|
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
|
-
}
|
@@ -1,49 +0,0 @@
|
|
1
|
-
{
|
2
|
-
size: {
|
3
|
-
'3xs': '2px',
|
4
|
-
'xxs': '4px',
|
5
|
-
'xs': '6px',
|
6
|
-
's': '8px',
|
7
|
-
'm': '12px',
|
8
|
-
'l': '16px',
|
9
|
-
'xl': '20px',
|
10
|
-
'xxl': '24px',
|
11
|
-
'3xl': '32px',
|
12
|
-
'4xl': '40px',
|
13
|
-
'5xl': '48px',
|
14
|
-
'6xl': '56px',
|
15
|
-
'7xl': '64px',
|
16
|
-
|
17
|
-
'border-width': '1px',
|
18
|
-
'border-radius': '3px',
|
19
|
-
|
20
|
-
// this will be deleted
|
21
|
-
'option-height': '32px',
|
22
|
-
'panel-height': '48px',
|
23
|
-
// у radio и checkbox в макетах 20px, у тоггла есть две модификации на 16px и 14px
|
24
|
-
'control_S-height': '16px',
|
25
|
-
// в form-field это реализовано через отступы
|
26
|
-
'control_M-height': '32px',
|
27
|
-
// этого нет сейчас
|
28
|
-
'button-minWidth': '64px',
|
29
|
-
// badge на padding
|
30
|
-
'badge_tag-height': '24px',
|
31
|
-
// modal; sidepanel - сейчас в этих компонентах paddings
|
32
|
-
'header-height': '56px',
|
33
|
-
'footer-height': '64px',
|
34
|
-
// this will be deleted
|
35
|
-
},
|
36
|
-
padding: {
|
37
|
-
'control-horizontal': '16px',
|
38
|
-
'option-horizontal': '16px',
|
39
|
-
'badge_tag-horizontal': '8px',
|
40
|
-
'header-right': '8px',
|
41
|
-
'headerFooter-horizontal': '16px',
|
42
|
-
},
|
43
|
-
margin: {
|
44
|
-
// у radio-group нет таких отступов, а у checkbox вообще нет группы
|
45
|
-
'controlGroup_S-vertical': '8px',
|
46
|
-
'iconText_M-horizontal': '8px',
|
47
|
-
'iconText_S-horizontal': '4px'
|
48
|
-
}
|
49
|
-
}
|
@@ -1,226 +0,0 @@
|
|
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
|
-
}
|