@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,163 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"palette": {
|
3
|
-
"blue": {
|
4
|
-
"40": { value: '#F5FAFD' },
|
5
|
-
"60": { value: '#EBF4FB' },
|
6
|
-
"100": { value: '#D8EAF7' },
|
7
|
-
"200": { value: '#AAD1EC' },
|
8
|
-
"300": { value: '#7FBAE1' },
|
9
|
-
"400": { value: '#57A4D7' },
|
10
|
-
"500": { value: '#338FCC' },
|
11
|
-
"560": { value: '#277BB3' },
|
12
|
-
"600": { value: '#206EA2' },
|
13
|
-
"700": { value: '#114E77' },
|
14
|
-
"800": { value: '#07314D' },
|
15
|
-
"A100": { value: 'rgba(0, 153, 255, 0.15)' },
|
16
|
-
"A200": { value: 'rgba(0, 153, 255, 0.3)' },
|
17
|
-
|
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: '#F6FBF4' },
|
36
|
-
"60": { value: '#EDF8E9' },
|
37
|
-
"100": { value: '#DCF1D4' },
|
38
|
-
"200": { value: '#B4DEA4' },
|
39
|
-
"300": { value: '#8FCC79' },
|
40
|
-
"400": { value: '#6FBA53' },
|
41
|
-
"500": { value: '#52A832' },
|
42
|
-
"560": { value: '#449327' },
|
43
|
-
"600": { value: '#3B8520' },
|
44
|
-
"700": { value: '#276211' },
|
45
|
-
"800": { value: '#163F07' },
|
46
|
-
"A100": { value: 'rgba(68, 255, 0, 0.15)' },
|
47
|
-
|
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: '#FEF7F6' },
|
65
|
-
"60": { value: '#FCEFEC' },
|
66
|
-
"100": { value: '#FADEDA' },
|
67
|
-
"200": { value: '#F4B7AE' },
|
68
|
-
"300": { value: '#ED9284' },
|
69
|
-
"400": { value: '#E76E5C' },
|
70
|
-
"500": { value: '#E04D36' },
|
71
|
-
"560": { value: '#C43E29' },
|
72
|
-
"600": { value: '#B23522' },
|
73
|
-
"700": { value: '#832112' },
|
74
|
-
"800": { value: '#541208' },
|
75
|
-
"A100": { value: 'rgba(224, 79, 56, 0.15)' },
|
76
|
-
|
77
|
-
"contrast": {
|
78
|
-
"40": { value: '#4D4D4D' },
|
79
|
-
"60": { value: '#4D4D4D' },
|
80
|
-
"100": { value: '#4D4D4D' },
|
81
|
-
"200": { value: '#4D4D4D' },
|
82
|
-
"300": { value: '#4D4D4D' },
|
83
|
-
"400": { value: 'white' },
|
84
|
-
"500": { value: 'white' },
|
85
|
-
"560": { value: 'white' },
|
86
|
-
"600": { value: 'white' },
|
87
|
-
"700": { value: 'white' },
|
88
|
-
"800": { value: 'white' },
|
89
|
-
"A100": { value: '#4D4D4D' }
|
90
|
-
}
|
91
|
-
},
|
92
|
-
"grey": {
|
93
|
-
"40": { value: '#F5F5F5' },
|
94
|
-
"60": { value: '#F0F0F0' },
|
95
|
-
"100": { value: '#E6E6E6' },
|
96
|
-
"200": { value: '#CCCCCC' },
|
97
|
-
"300": { value: '#B3B3B3' },
|
98
|
-
"400": { value: '#999999' },
|
99
|
-
"500": { value: '#808080' },
|
100
|
-
"560": { value: '#707070' },
|
101
|
-
"600": { value: '#666666' },
|
102
|
-
"700": { value: '#4D4D4D' },
|
103
|
-
"800": { value: '#333333' },
|
104
|
-
"A40": { value: 'rgba(0, 0, 0, 0.04)' },
|
105
|
-
"A60": { value: 'rgba(0, 0, 0, 0.06)' },
|
106
|
-
"A100": { value: 'rgba(0, 0, 0, 0.1)' },
|
107
|
-
"A200": { value: 'rgba(0, 0, 0, 0.2)' },
|
108
|
-
"A300": { value: 'rgba(0, 0, 0, 0.3)' },
|
109
|
-
"A500": { value: 'rgba(0, 0, 0, 0.5)' },
|
110
|
-
|
111
|
-
"contrast": {
|
112
|
-
"40": { value: '#4D4D4D' },
|
113
|
-
"60": { value: '#4D4D4D' },
|
114
|
-
"100": { value: '#4D4D4D' },
|
115
|
-
"200": { value: '#4D4D4D' },
|
116
|
-
"300": { value: '#4D4D4D' },
|
117
|
-
"400": { value: 'white' },
|
118
|
-
"500": { value: 'white' },
|
119
|
-
"560": { value: 'white' },
|
120
|
-
"600": { value: 'white' },
|
121
|
-
"700": { value: 'white' },
|
122
|
-
"800": { value: 'white' }
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"yellow": {
|
126
|
-
"40": { value: '#FDFAF3' },
|
127
|
-
"60": { value: '#FCF5E8' },
|
128
|
-
"100": { value: '#F8EBD1' },
|
129
|
-
"200": { value: '#F0D49B' },
|
130
|
-
"300": { value: '#E7BD68' },
|
131
|
-
"400": { value: '#DFA739' },
|
132
|
-
"500": { value: '#D6930D' },
|
133
|
-
"560": { value: '#BB800A' },
|
134
|
-
"600": { value: '#AA7408' },
|
135
|
-
"700": { value: '#7D5504' },
|
136
|
-
"800": { value: '#503602' },
|
137
|
-
"A100": { value: 'rgba(255, 170, 0, 0.15)' },
|
138
|
-
|
139
|
-
"contrast": {
|
140
|
-
"40": { value: '#4D4D4D' },
|
141
|
-
"60": { value: '#4D4D4D' },
|
142
|
-
"100": { value: '#4D4D4D' },
|
143
|
-
"200": { value: '#4D4D4D' },
|
144
|
-
"300": { value: '#4D4D4D' },
|
145
|
-
"400": { value: 'white' },
|
146
|
-
"500": { value: 'white' },
|
147
|
-
"560": { value: 'white' },
|
148
|
-
"600": { value: 'white' },
|
149
|
-
"700": { value: 'white' },
|
150
|
-
"800": { value: 'white' },
|
151
|
-
"A100": { value: '#4D4D4D' }
|
152
|
-
}
|
153
|
-
}
|
154
|
-
},
|
155
|
-
|
156
|
-
"color": {
|
157
|
-
"blue": { "palette": { value: '{palette.blue}' } },
|
158
|
-
"green": { "palette": { value: '{palette.green}' } },
|
159
|
-
"red": { "palette": { value: '{palette.red}' } },
|
160
|
-
"grey": { "palette": { value: '{palette.grey}' } },
|
161
|
-
"yellow": { "palette": { value: '{palette.yellow}' } }
|
162
|
-
}
|
163
|
-
}
|
@@ -1,140 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"typography": {
|
3
|
-
"display-1": {
|
4
|
-
"font-size": { value: '56px' },
|
5
|
-
"line-height": { value: '76px' },
|
6
|
-
"letter-spacing": { value: '-0.4px' },
|
7
|
-
"font-weight": { value: 'normal' },
|
8
|
-
"font-family": { value: '{font.family.base.value}' },
|
9
|
-
"text-transform": { value: 'null' }
|
10
|
-
},
|
11
|
-
"display-2": {
|
12
|
-
"font-size": { value: '45px' },
|
13
|
-
"line-height": { value: '56px' },
|
14
|
-
"letter-spacing": { value: 'normal' },
|
15
|
-
"font-weight": { value: 'normal' },
|
16
|
-
"font-family": { value: '{font.family.base.value}' },
|
17
|
-
"text-transform": { value: 'null' }
|
18
|
-
},
|
19
|
-
"display-3": {
|
20
|
-
"font-size": { value: '34px' },
|
21
|
-
"line-height": { value: '44px' },
|
22
|
-
"letter-spacing": { value: '0.25px' },
|
23
|
-
"font-weight": { value: 'normal' },
|
24
|
-
"font-family": { value: '{font.family.base.value}' },
|
25
|
-
"text-transform": { value: 'null' }
|
26
|
-
},
|
27
|
-
"headline": {
|
28
|
-
"font-size": { value: '24px' },
|
29
|
-
"line-height": { value: '32px' },
|
30
|
-
"letter-spacing": { value: 'normal' },
|
31
|
-
"font-weight": { value: 'normal' },
|
32
|
-
"font-family": { value: '{font.family.base.value}' },
|
33
|
-
"text-transform": { value: 'null' }
|
34
|
-
},
|
35
|
-
"title": {
|
36
|
-
"font-size": { value: '20px' },
|
37
|
-
"line-height": { value: '28px' },
|
38
|
-
"letter-spacing": { value: '0.15px' },
|
39
|
-
"font-weight": { value: '500' },
|
40
|
-
"font-family": { value: '{font.family.base.value}' },
|
41
|
-
"text-transform": { value: 'null' }
|
42
|
-
},
|
43
|
-
"subheading": {
|
44
|
-
"font-size": { value: '15px' },
|
45
|
-
"line-height": { value: '20px' },
|
46
|
-
"letter-spacing": { value: '0.15px' },
|
47
|
-
"font-weight": { value: '700' },
|
48
|
-
"font-family": { value: '{font.family.base.value}' },
|
49
|
-
"text-transform": { value: 'null' }
|
50
|
-
},
|
51
|
-
"body": {
|
52
|
-
"font-size": { value: '15px' },
|
53
|
-
"line-height": { value: '20px' },
|
54
|
-
"letter-spacing": { value: '0.15px' },
|
55
|
-
"font-weight": { value: 'normal' },
|
56
|
-
"font-family": { value: '{font.family.base.value}' },
|
57
|
-
"text-transform": { value: 'null' }
|
58
|
-
},
|
59
|
-
"body-strong": {
|
60
|
-
"font-size": { value: '15px' },
|
61
|
-
"line-height": { value: '20px' },
|
62
|
-
"letter-spacing": { value: '0.15px' },
|
63
|
-
"font-weight": { value: '500' },
|
64
|
-
"font-family": { value: '{font.family.base.value}' },
|
65
|
-
"text-transform": { value: 'null' }
|
66
|
-
},
|
67
|
-
"body-caps": {
|
68
|
-
"font-size": { value: '15px' },
|
69
|
-
"line-height": { value: '20px' },
|
70
|
-
"letter-spacing": { value: '1.7px' },
|
71
|
-
"font-weight": { value: 'normal' },
|
72
|
-
"font-family": { value: '{font.family.base.value}' },
|
73
|
-
"text-transform": { value: 'uppercase' }
|
74
|
-
},
|
75
|
-
"body-mono": {
|
76
|
-
"font-size": { value: '15px' },
|
77
|
-
"line-height": { value: '20px' },
|
78
|
-
"letter-spacing": { value: 'normal' },
|
79
|
-
"font-weight": { value: 'normal' },
|
80
|
-
"font-family": { value: '{font.family.monospace.value}' },
|
81
|
-
"text-transform": { value: 'null' }
|
82
|
-
},
|
83
|
-
"caption": {
|
84
|
-
"font-size": { value: '13px' },
|
85
|
-
"line-height": { value: '16px' },
|
86
|
-
"letter-spacing": { value: '0.25px' },
|
87
|
-
"font-weight": { value: 'normal' },
|
88
|
-
"font-family": { value: '{font.family.base.value}' },
|
89
|
-
"text-transform": { value: 'null' }
|
90
|
-
},
|
91
|
-
"caption-caps": {
|
92
|
-
"font-size": { value: '13px' },
|
93
|
-
"line-height": { value: '16px' },
|
94
|
-
"letter-spacing": { value: '1.5px' },
|
95
|
-
"font-weight": { value: 'normal' },
|
96
|
-
"font-family": { value: '{font.family.base.value}' },
|
97
|
-
"text-transform": { value: 'uppercase' }
|
98
|
-
},
|
99
|
-
"caption-mono": {
|
100
|
-
"font-size": { value: '13px' },
|
101
|
-
"line-height": { value: '16px' },
|
102
|
-
"letter-spacing": { value: 'normal' },
|
103
|
-
"font-weight": { value: 'normal' },
|
104
|
-
"font-family": { value: '{font.family.monospace.value}' },
|
105
|
-
"text-transform": { value: 'null' }
|
106
|
-
},
|
107
|
-
"small-text": {
|
108
|
-
"font-size": { value: '13px' },
|
109
|
-
"line-height": { value: '16px' },
|
110
|
-
"letter-spacing": { value: '0.25px' },
|
111
|
-
"font-weight": { value: 'normal' },
|
112
|
-
"font-family": { value: '{font.family.base.value}' },
|
113
|
-
"text-transform": { value: 'null' }
|
114
|
-
},
|
115
|
-
"extra-small-text": {
|
116
|
-
"font-size": { value: '11px' },
|
117
|
-
"line-height": { value: '16px' },
|
118
|
-
"letter-spacing": { value: '0.22px' },
|
119
|
-
"font-weight": { value: 'normal' },
|
120
|
-
"font-family": { value: '{font.family.base.value}' },
|
121
|
-
"text-transform": { value: 'null' }
|
122
|
-
},
|
123
|
-
"extra-small-text-caps": {
|
124
|
-
"font-size": { value: '11px' },
|
125
|
-
"line-height": { value: '16px' },
|
126
|
-
"letter-spacing": { value: '1px' },
|
127
|
-
"font-weight": { value: 'normal' },
|
128
|
-
"font-family": { value: '{font.family.base.value}' },
|
129
|
-
"text-transform": { value: 'uppercase' }
|
130
|
-
},
|
131
|
-
"extra-small-text-mono": {
|
132
|
-
"font-size": { value: '11px' },
|
133
|
-
"line-height": { value: '16px' },
|
134
|
-
"letter-spacing": { value: '0px' },
|
135
|
-
"font-weight": { value: 'normal' },
|
136
|
-
"font-family": { value: '{font.family.monospace.value}' },
|
137
|
-
"text-transform": { value: 'null' }
|
138
|
-
}
|
139
|
-
}
|
140
|
-
}
|
@@ -1,83 +0,0 @@
|
|
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
|
-
}
|
@@ -1,174 +0,0 @@
|
|
1
|
-
{
|
2
|
-
badge: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
solid: {
|
5
|
-
primary: {
|
6
|
-
background: { value: '{light-color-scheme.primary.palette.value.400.value}' },
|
7
|
-
border: { value: '{light-color-scheme.primary.palette.value.400.value}' },
|
8
|
-
color: { value: 'white' },
|
9
|
-
},
|
10
|
-
info: {
|
11
|
-
background: { value: '{light-color-scheme.info.palette.value.400.value}' },
|
12
|
-
border: { value: '{light-color-scheme.info.palette.value.400.value}' },
|
13
|
-
color: { value: 'white' }
|
14
|
-
},
|
15
|
-
success: {
|
16
|
-
background: { value: '{light-color-scheme.success.palette.value.400.value}' },
|
17
|
-
border: { value: '{light-color-scheme.success.palette.value.400.value}' },
|
18
|
-
color: { value: 'white' }
|
19
|
-
},
|
20
|
-
warning: {
|
21
|
-
background: { value: '{light-color-scheme.warning.palette.value.400.value}' },
|
22
|
-
border: { value: '{light-color-scheme.warning.palette.value.400.value}' },
|
23
|
-
color: { value: 'white' }
|
24
|
-
},
|
25
|
-
error: {
|
26
|
-
background: { value: '{light-color-scheme.error.palette.value.400.value}' },
|
27
|
-
border: { value: '{light-color-scheme.error.palette.value.400.value}' },
|
28
|
-
color: { value: 'white' }
|
29
|
-
},
|
30
|
-
transparent: {
|
31
|
-
background: { value: 'transparent' },
|
32
|
-
border: { value: '{light-color-scheme.second.palette.value.200.value}' },
|
33
|
-
color: { value: '{light-color-scheme.second.palette.value.900.value}' },
|
34
|
-
},
|
35
|
-
light: {
|
36
|
-
background: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
37
|
-
border: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
38
|
-
color: { value: '{light-color-scheme.second.palette.value.900.value}' }
|
39
|
-
},
|
40
|
-
second: {
|
41
|
-
background: { value: '{light-color-scheme.second.palette.value.400.value}' },
|
42
|
-
border: { value: '{light-color-scheme.second.palette.value.400.value}' },
|
43
|
-
color: { value: 'white' }
|
44
|
-
}
|
45
|
-
},
|
46
|
-
pastel: {
|
47
|
-
primary: {
|
48
|
-
background: { value: '{light-color-scheme.primary.palette.value.40.value}' },
|
49
|
-
border: { value: '{light-color-scheme.primary.palette.value.200.value}' },
|
50
|
-
color: { value: '{light-color-scheme.primary.palette.value.400.value}' }
|
51
|
-
},
|
52
|
-
info: {
|
53
|
-
background: { value: '{light-color-scheme.info.palette.value.40.value}' },
|
54
|
-
border: { value: '{light-color-scheme.primary.palette.value.200.value}' },
|
55
|
-
color: { value: '{light-color-scheme.info.palette.value.400.value}' }
|
56
|
-
},
|
57
|
-
success: {
|
58
|
-
background: { value: '{light-color-scheme.success.palette.value.40.value}' },
|
59
|
-
border: { value: '{light-color-scheme.success.palette.value.200.value}' },
|
60
|
-
color: { value: '{light-color-scheme.success.palette.value.500.value}' }
|
61
|
-
},
|
62
|
-
warning: {
|
63
|
-
background: { value: '{light-color-scheme.warning.palette.value.40.value}' },
|
64
|
-
border: { value: '{light-color-scheme.warning.palette.value.200.value}' },
|
65
|
-
color: { value: '{light-color-scheme.warning.palette.value.500.value}' }
|
66
|
-
},
|
67
|
-
error: {
|
68
|
-
background: { value: '{light-color-scheme.error.palette.value.40.value}' },
|
69
|
-
border: { value: '{light-color-scheme.error.palette.value.200.value}' },
|
70
|
-
color: { value: '{light-color-scheme.error.palette.value.500.value}' }
|
71
|
-
}
|
72
|
-
}
|
73
|
-
},
|
74
|
-
'dark-color-scheme': {
|
75
|
-
pastel: {
|
76
|
-
primary: {
|
77
|
-
background: { value: '{light-color-scheme.primary.palette.value.800.value}' },
|
78
|
-
border: { value: '{light-color-scheme.primary.palette.value.600.value}' },
|
79
|
-
color: { value: '{light-color-scheme.primary.palette.value.200.value}' },
|
80
|
-
},
|
81
|
-
info: {
|
82
|
-
background: { value: '{light-color-scheme.info.palette.value.800.value}' },
|
83
|
-
border: { value: '{light-color-scheme.info.palette.value.600.value}' },
|
84
|
-
color: { value: '{light-color-scheme.info.palette.value.200.value}' },
|
85
|
-
},
|
86
|
-
success: {
|
87
|
-
background: { value: '{light-color-scheme.success.palette.value.800.value}' },
|
88
|
-
border: { value: '{light-color-scheme.success.palette.value.600.value}' },
|
89
|
-
color: { value: '{light-color-scheme.success.palette.value.200.value}' }
|
90
|
-
},
|
91
|
-
warning: {
|
92
|
-
background: { value: '{light-color-scheme.warning.palette.value.800.value}' },
|
93
|
-
border: { value: '{light-color-scheme.warning.palette.value.600.value}' },
|
94
|
-
color: { value: '{light-color-scheme.warning.palette.value.200.value}' }
|
95
|
-
},
|
96
|
-
error: {
|
97
|
-
background: { value: '{light-color-scheme.error.palette.value.800.value}' },
|
98
|
-
border: { value: '{light-color-scheme.error.palette.value.600.value}' },
|
99
|
-
color: { value: '{light-color-scheme.error.palette.value.200.value}' }
|
100
|
-
}
|
101
|
-
},
|
102
|
-
solid: {
|
103
|
-
primary: {
|
104
|
-
background: { value: '{light-color-scheme.primary.palette.value.560.value}' },
|
105
|
-
border: { value: '{light-color-scheme.primary.palette.value.560.value}' },
|
106
|
-
color: { value: 'white' },
|
107
|
-
},
|
108
|
-
info: {
|
109
|
-
background: { value: '{light-color-scheme.info.palette.value.560.value}' },
|
110
|
-
border: { value: '{light-color-scheme.info.palette.value.560.value}' },
|
111
|
-
color: { value: 'white' }
|
112
|
-
},
|
113
|
-
success: {
|
114
|
-
background: { value: '{light-color-scheme.success.palette.value.560.value}' },
|
115
|
-
border: { value: '{light-color-scheme.success.palette.value.560.value}' },
|
116
|
-
color: { value: 'white' }
|
117
|
-
},
|
118
|
-
warning: {
|
119
|
-
background: { value: '{light-color-scheme.warning.palette.value.560.value}' },
|
120
|
-
border: { value: '{light-color-scheme.warning.palette.value.560.value}' },
|
121
|
-
color: { value: 'white' }
|
122
|
-
},
|
123
|
-
error: {
|
124
|
-
background: { value: '{light-color-scheme.error.palette.value.560.value}' },
|
125
|
-
border: { value: '{light-color-scheme.error.palette.value.560.value}' },
|
126
|
-
color: { value: 'white' }
|
127
|
-
},
|
128
|
-
transparent: {
|
129
|
-
background: { value: 'transparent' },
|
130
|
-
border: { value: '{light-color-scheme.second.palette.value.560.value}' },
|
131
|
-
color: { value: 'white' },
|
132
|
-
},
|
133
|
-
light: {
|
134
|
-
background: { value: '{light-color-scheme.second.palette.value.400.value}' },
|
135
|
-
border: { value: '{light-color-scheme.second.palette.value.400.value}' },
|
136
|
-
color: { value: 'white' }
|
137
|
-
},
|
138
|
-
second: {
|
139
|
-
background: { value: '{light-color-scheme.second.palette.value.560.value}' },
|
140
|
-
border: { value: '{light-color-scheme.second.palette.value.560.value}' },
|
141
|
-
color: { value: 'white' }
|
142
|
-
}
|
143
|
-
}
|
144
|
-
},
|
145
|
-
size: {
|
146
|
-
default: {
|
147
|
-
height: { value: '{size.xxl}' },
|
148
|
-
'min-width': { value: '10px' },
|
149
|
-
padding: { value: '0 8px' },
|
150
|
-
'border-width': { value: '1px' },
|
151
|
-
'border-radius': { value: '4px' }
|
152
|
-
},
|
153
|
-
mini: {
|
154
|
-
height: { value: '{size.l}' },
|
155
|
-
'min-width': { value: '10px' },
|
156
|
-
'border-width': { value: '1px' },
|
157
|
-
'border-radius': { value: '2px' },
|
158
|
-
padding: { value: '0 4px' }
|
159
|
-
}
|
160
|
-
},
|
161
|
-
font: {
|
162
|
-
default: {
|
163
|
-
default: { value: 'caption' },
|
164
|
-
caps: { value: 'caption-caps' },
|
165
|
-
mono: { value: 'caption-mono'}
|
166
|
-
},
|
167
|
-
mini: {
|
168
|
-
default: { value: 'extra-small-text' },
|
169
|
-
caps: { value: 'extra-small-text-caps' },
|
170
|
-
mono: { value: 'extra-small-text-mono'}
|
171
|
-
}
|
172
|
-
}
|
173
|
-
}
|
174
|
-
}
|