@ptsecurity/mosaic 13.1.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 +466 -168
- package/_visual.scss +419 -239
- package/button/button.component.d.ts +1 -1
- package/core/option/option.d.ts +1 -0
- package/core/pop-up/pop-up.d.ts +1 -0
- package/core/validation/validation.d.ts +3 -3
- package/design-tokens/legacy-2017/tokens.d.ts +155 -56
- package/design-tokens/pt-2022/tokens.d.ts +151 -52
- package/dl/README.md +0 -0
- package/dl/dl.component.d.ts +26 -0
- package/dl/dl.module.d.ts +10 -0
- package/dl/index.d.ts +1 -0
- package/dl/package.json +10 -0
- package/dl/ptsecurity-mosaic-dl.d.ts +5 -0
- package/dl/public-api.d.ts +2 -0
- package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.component.mjs +5 -5
- 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 +8 -8
- package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2020/card/card.component.mjs +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +7 -12
- package/esm2020/core/pop-up/pop-up.mjs +7 -4
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
- 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 +4 -4
- package/esm2020/datepicker/calendar.component.mjs +7 -7
- 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 +7 -7
- package/esm2020/datepicker/datepicker.component.mjs +8 -8
- 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 +156 -57
- package/esm2020/design-tokens/pt-2022/tokens.mjs +152 -53
- package/esm2020/divider/divider.component.mjs +4 -4
- package/esm2020/divider/divider.module.mjs +4 -4
- package/esm2020/dl/dl.component.mjs +78 -0
- package/esm2020/dl/dl.module.mjs +42 -0
- package/esm2020/dl/index.mjs +2 -0
- package/esm2020/dl/ptsecurity-mosaic-dl.mjs +5 -0
- package/esm2020/dl/public-api.mjs +3 -0
- 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 +48 -28
- package/esm2020/form-field/form-field.module.mjs +10 -5
- package/esm2020/form-field/hint.mjs +6 -6
- package/esm2020/form-field/password-hint.mjs +134 -0
- package/esm2020/form-field/prefix.mjs +3 -3
- package/esm2020/form-field/public-api.mjs +2 -1
- 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 +368 -0
- package/esm2020/input/input.mjs +12 -11
- package/esm2020/input/input.module.mjs +50 -8
- package/esm2020/input/public-api.mjs +2 -1
- 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 +86 -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 +4 -4
- package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2020/radio/radio.component.mjs +7 -7
- 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 +18 -18
- package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
- package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2020/splitter/splitter.component.mjs +22 -20
- 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 +20 -20
- package/esm2020/tabs/tab-header.component.mjs +4 -4
- 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 +9 -9
- 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 +6 -6
- package/esm2020/toggle/toggle.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +18 -14
- 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 +15 -15
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +11 -11
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +97 -91
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +44 -44
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +443 -146
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dl.mjs +124 -0
- package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -0
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +19 -19
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +214 -50
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.mjs +434 -31
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-link.mjs.map +1 -1
- 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 +103 -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 +8 -8
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +11 -11
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- 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-sidebar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +28 -28
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +25 -23
- package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +56 -56
- 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-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +9 -9
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +21 -17
- 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/fesm2015/ptsecurity-mosaic.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button.mjs +32 -24
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +11 -11
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +97 -91
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +44 -44
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +443 -146
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dl.mjs +124 -0
- package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -0
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +19 -19
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +200 -50
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-input.mjs +427 -31
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-link.mjs.map +1 -1
- 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 +103 -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 +8 -8
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +11 -11
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- 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-sidebar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +28 -28
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +25 -23
- package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +56 -56
- 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-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +9 -9
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +21 -17
- 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/fesm2020/ptsecurity-mosaic.mjs.map +1 -1
- package/form-field/form-field.d.ts +9 -2
- package/form-field/form-field.module.d.ts +8 -7
- package/form-field/password-hint.d.ts +40 -0
- package/form-field/public-api.d.ts +1 -0
- package/input/input-password.d.ts +121 -0
- package/input/input.d.ts +4 -3
- package/input/input.module.d.ts +7 -6
- package/input/public-api.d.ts +1 -0
- package/list/list-selection.component.d.ts +1 -1
- package/navbar/navbar-item.component.d.ts +19 -18
- package/package.json +12 -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 -184
- 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/dropdown.json5 +0 -47
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +0 -52
- 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 -25
- 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 -110
- package/design-tokens/legacy-2017/tokens/properties/font.json5 +0 -12
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +0 -30
- 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 -184
- 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/dropdown.json5 +0 -47
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +0 -52
- 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 -25
- 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 -112
- package/design-tokens/pt-2022/tokens/properties/font.json5 +0 -15
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +0 -30
- 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,30 +0,0 @@
|
|
1
|
-
{
|
2
|
-
sidepanel: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
border: { value: '{light-color-scheme.foreground.border.value}' }
|
5
|
-
},
|
6
|
-
'dark-color-scheme': {
|
7
|
-
border: { value: '{dark-color-scheme.second.palette.value.900.value}' }
|
8
|
-
},
|
9
|
-
font: {
|
10
|
-
default: { value: 'body' }
|
11
|
-
}
|
12
|
-
},
|
13
|
-
'sidepanel-header': {
|
14
|
-
size: {
|
15
|
-
padding: { value: '14px 16px' },
|
16
|
-
'close-padding': { value: '0 0 0 8px' }
|
17
|
-
},
|
18
|
-
font: {
|
19
|
-
default: { value: 'title' }
|
20
|
-
}
|
21
|
-
},
|
22
|
-
'sidepanel-footer': {
|
23
|
-
size: {
|
24
|
-
padding: { value: '16px' }
|
25
|
-
},
|
26
|
-
font: {
|
27
|
-
default: { value: 'body' }
|
28
|
-
}
|
29
|
-
}
|
30
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
{
|
2
|
-
tabs: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
border: { value: '{light-color-scheme.foreground.divider.value}' },
|
5
|
-
'state-active': { value: '{light-color-scheme.primary.default.value}' },
|
6
|
-
'state-disabled-overlay': { value: '{light-color-scheme.background.overlay-disabled.value}' }
|
7
|
-
},
|
8
|
-
'dark-color-scheme': {
|
9
|
-
border: { value: '{dark-color-scheme.foreground.divider.value}' },
|
10
|
-
'state-active': { value: '{dark-color-scheme.primary.default.value}' },
|
11
|
-
'state-disabled-overlay': { value: '{dark-color-scheme.background.overlay-disabled.value}' }
|
12
|
-
},
|
13
|
-
size: {
|
14
|
-
height: { value: '40px' },
|
15
|
-
'highlight-height': { value: '4px' },
|
16
|
-
'padding-horizontal': { value: '16px' },
|
17
|
-
'border-width': { value: '1px' },
|
18
|
-
'border-radius': { value: '3px' },
|
19
|
-
'label-icon-margin': { value: '{margin.iconText_M-horizontal}' }
|
20
|
-
},
|
21
|
-
font: {
|
22
|
-
default: { value: 'body' }
|
23
|
-
}
|
24
|
-
}
|
25
|
-
}
|
@@ -1,132 +0,0 @@
|
|
1
|
-
{
|
2
|
-
tags: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
primary: {
|
5
|
-
background: { value: '{light-color-scheme.primary.palette.value.60.value}' },
|
6
|
-
border: { value: '{light-color-scheme.primary.palette.value.60.value}' },
|
7
|
-
text: { value: '{light-color-scheme.primary.default.value}' },
|
8
|
-
icon: { value: 'mix({light-color-scheme.primary.palette.value.300.value}, {light-color-scheme.background.overlay-hover.value})' },
|
9
|
-
states: {
|
10
|
-
hover: {
|
11
|
-
icon: { value: '{light-color-scheme.primary.palette.value.560.value}' }
|
12
|
-
},
|
13
|
-
focused:{ value: '{light-color-scheme.states.focused-color.value}' },
|
14
|
-
disabled: {
|
15
|
-
text: { value: 'mix({light-color-scheme.primary.palette.value.500.value}, transparent, 50%)' },
|
16
|
-
background: { value: 'mix({light-color-scheme.primary.palette.value.500.value}, transparent, 10%)' }
|
17
|
-
}
|
18
|
-
}
|
19
|
-
},
|
20
|
-
second: {
|
21
|
-
background: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
22
|
-
border: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
23
|
-
text: { value: '{light-color-scheme.foreground.text.value}' },
|
24
|
-
icon: { value: 'mix({light-color-scheme.second.palette.value.300.value}, {light-color-scheme.background.overlay-hover.value})' },
|
25
|
-
states: {
|
26
|
-
hover: {
|
27
|
-
icon: { value: '{light-color-scheme.second.palette.value.560.value}' }
|
28
|
-
},
|
29
|
-
focused: { value: '{light-color-scheme.states.focused-color.value}' },
|
30
|
-
disabled: {
|
31
|
-
text: { value: 'mix({light-color-scheme.second.palette.value.300.value}, transparent, 50%)' },
|
32
|
-
background: { value: 'mix({light-color-scheme.second.palette.value.300.value}, transparent, 10%)' }
|
33
|
-
}
|
34
|
-
}
|
35
|
-
},
|
36
|
-
error: {
|
37
|
-
background: { value: '{light-color-scheme.error.palette.value.60.value}' },
|
38
|
-
border: { value: '{light-color-scheme.error.palette.value.60.value}' },
|
39
|
-
text: { value: '{light-color-scheme.error.default.value}' },
|
40
|
-
icon: { value: 'mix({light-color-scheme.error.palette.value.300.value}, {light-color-scheme.background.overlay-hover.value})' },
|
41
|
-
states: {
|
42
|
-
hover: {
|
43
|
-
icon: { value: '{light-color-scheme.error.palette.value.500.value}' }
|
44
|
-
},
|
45
|
-
focused: { value: '{light-color-scheme.states.focused-color-error.value}' },
|
46
|
-
disabled: {
|
47
|
-
text: { value: 'mix({light-color-scheme.error.palette.value.400.value}, transparent, 50%)' },
|
48
|
-
background: { value: 'mix({light-color-scheme.error.palette.value.400.value}, transparent, 10%)' }
|
49
|
-
}
|
50
|
-
}
|
51
|
-
}
|
52
|
-
},
|
53
|
-
'dark-color-scheme': {
|
54
|
-
primary: {
|
55
|
-
background: { value: '{dark-color-scheme.primary.palette.value.700.value}' },
|
56
|
-
border: { value: '{dark-color-scheme.primary.palette.value.700.value}' },
|
57
|
-
text: { value: '{dark-color-scheme.primary.palette.value.200.value}' },
|
58
|
-
icon: { value: 'mix({dark-color-scheme.primary.palette.value.200.value}, {dark-color-scheme.background.overlay-hover.value})' },
|
59
|
-
states: {
|
60
|
-
hover: {
|
61
|
-
icon: { value: '{dark-color-scheme.primary.palette.value.500.value}' }
|
62
|
-
},
|
63
|
-
focused:{ value: '{dark-color-scheme.states.focused-color.value}' },
|
64
|
-
disabled: {
|
65
|
-
text: { value: 'mix({dark-color-scheme.primary.palette.value.300.value}, transparent, 50%)' },
|
66
|
-
background: { value: 'mix({dark-color-scheme.primary.palette.value.300.value}, transparent, 10%)' }
|
67
|
-
}
|
68
|
-
}
|
69
|
-
},
|
70
|
-
second: {
|
71
|
-
background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
72
|
-
border: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
73
|
-
text: { value: '{dark-color-scheme.second.palette.value.200.value}' },
|
74
|
-
icon: { value: 'mix({dark-color-scheme.second.palette.value.300.value}, {dark-color-scheme.background.overlay-hover.value})' },
|
75
|
-
states: {
|
76
|
-
hover: {
|
77
|
-
icon: { value: '{dark-color-scheme.second.palette.value.100.value}' }
|
78
|
-
},
|
79
|
-
focused: { value: '{dark-color-scheme.states.focused-color.value}' },
|
80
|
-
disabled: {
|
81
|
-
text: { value: 'mix({dark-color-scheme.second.palette.value.400.value}, transparent, 50%)' },
|
82
|
-
background: { value: 'mix({dark-color-scheme.second.palette.value.400.value}, transparent, 10%)' }
|
83
|
-
}
|
84
|
-
}
|
85
|
-
},
|
86
|
-
error: {
|
87
|
-
background: { value: '{dark-color-scheme.error.palette.value.700.value}' },
|
88
|
-
border: { value: '{dark-color-scheme.error.palette.value.700.value}' },
|
89
|
-
text: { value: '{dark-color-scheme.error.palette.value.200.value}' },
|
90
|
-
icon: { value: 'mix({dark-color-scheme.error.palette.value.300.value}, {dark-color-scheme.background.overlay-hover.value})' },
|
91
|
-
states: {
|
92
|
-
hover: {
|
93
|
-
icon: { value: '{dark-color-scheme.error.palette.value.300.value}' }
|
94
|
-
},
|
95
|
-
focused: { value: '{dark-color-scheme.states.focused-color-error.value}' },
|
96
|
-
disabled: {
|
97
|
-
text: { value: 'mix({dark-color-scheme.error.palette.value.400.value}, transparent, 50%)' },
|
98
|
-
background: { value: 'mix({dark-color-scheme.error.palette.value.400.value}, transparent, 10%)' }
|
99
|
-
}
|
100
|
-
}
|
101
|
-
}
|
102
|
-
},
|
103
|
-
size: {
|
104
|
-
margin: { value: '2px' },
|
105
|
-
height: { value: '{size.badge_tag-height}' },
|
106
|
-
'border-width': { value: '1px' },
|
107
|
-
'border-radius': { value: '4px' },
|
108
|
-
'icon-padding': { value: '3px' },
|
109
|
-
'text-margin': { value: '{padding.badge_tag-horizontal}' }
|
110
|
-
},
|
111
|
-
font: {
|
112
|
-
default: { value: 'caption' },
|
113
|
-
mono: { value: 'caption-mono' },
|
114
|
-
caps: { value: 'caption-caps' }
|
115
|
-
}
|
116
|
-
},
|
117
|
-
'tag-list': {
|
118
|
-
size: {
|
119
|
-
padding: { value: '1px 6px' },
|
120
|
-
'min-height': { value: '30px' }
|
121
|
-
}
|
122
|
-
},
|
123
|
-
'tag-input': {
|
124
|
-
size: {
|
125
|
-
height: { value: '22px' },
|
126
|
-
margin: { value: '2px 4px' }
|
127
|
-
},
|
128
|
-
font: {
|
129
|
-
default: { value: 'body' }
|
130
|
-
}
|
131
|
-
}
|
132
|
-
}
|
@@ -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,112 +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
|
-
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
|
-
}
|
@@ -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,30 +0,0 @@
|
|
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
|
-
}
|