@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,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
'description-list': {
|
3
|
-
'light-color-scheme': {
|
4
|
-
dt: { value: '{light-color-scheme.foreground.text-less-contrast.value}' },
|
5
|
-
dd: { value: '{light-color-scheme.foreground.text.value}' }
|
6
|
-
},
|
7
|
-
'dark-color-scheme': {
|
8
|
-
dt: { value: '{dark-color-scheme.foreground.text-less-contrast.value}' },
|
9
|
-
dd: { value: '{dark-color-scheme.foreground.text.value}' }
|
10
|
-
},
|
11
|
-
size: {
|
12
|
-
'grid-template-columns': { value: 'repeat(4, 1fr)' },
|
13
|
-
|
14
|
-
'dt-grid-column': { value: '1' },
|
15
|
-
'dd-grid-column': { value: '2 / span 3' },
|
16
|
-
|
17
|
-
horizontal: {
|
18
|
-
'column-gap': { value: '16px' },
|
19
|
-
'row-gap': { value: '12px' }
|
20
|
-
},
|
21
|
-
vertical: {
|
22
|
-
'column-gap': { value: '0' },
|
23
|
-
'row-gap': { value: '2px' },
|
24
|
-
'dd-margin-bottom': { value: '16px' }
|
25
|
-
},
|
26
|
-
},
|
27
|
-
font: {
|
28
|
-
horizontal: {
|
29
|
-
dt: { value: 'body' },
|
30
|
-
dd: { value: 'body' },
|
31
|
-
},
|
32
|
-
vertical: {
|
33
|
-
dt: { value: 'caption' },
|
34
|
-
dd: { value: 'body' }
|
35
|
-
},
|
36
|
-
}
|
37
|
-
}
|
38
|
-
}
|
@@ -1,47 +0,0 @@
|
|
1
|
-
{
|
2
|
-
'dropdown-item': {
|
3
|
-
size: {
|
4
|
-
padding: { value: '5px 15px' },
|
5
|
-
'icon-padding': { value: '0 8px 2px 0' }
|
6
|
-
},
|
7
|
-
font: {
|
8
|
-
default: { value: 'body' },
|
9
|
-
caption: { value: 'caption' }
|
10
|
-
}
|
11
|
-
},
|
12
|
-
'dropdown-group-header': {
|
13
|
-
size: {
|
14
|
-
default: {
|
15
|
-
padding: { value: '6px 15px' }
|
16
|
-
},
|
17
|
-
small: {
|
18
|
-
padding: { value: '8px 15px' }
|
19
|
-
}
|
20
|
-
},
|
21
|
-
font: {
|
22
|
-
default: { value: 'body-strong' },
|
23
|
-
small: { value: 'caption-caps' }
|
24
|
-
}
|
25
|
-
},
|
26
|
-
'dropdown-divider': {
|
27
|
-
size: {
|
28
|
-
'height': { value: '1px' },
|
29
|
-
'margin': { value: '4px 0' }
|
30
|
-
}
|
31
|
-
},
|
32
|
-
'dropdown-trigger': {
|
33
|
-
size: {
|
34
|
-
'icon-padding-right': { value: '8px' }
|
35
|
-
}
|
36
|
-
},
|
37
|
-
'dropdown-panel': {
|
38
|
-
size: {
|
39
|
-
'max-width': { value: '640px' },
|
40
|
-
padding: { value: '4px 0' },
|
41
|
-
border: {
|
42
|
-
width: { value: '1px' },
|
43
|
-
radius: { value: '3px' }
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
47
|
-
}
|
@@ -1,91 +0,0 @@
|
|
1
|
-
{
|
2
|
-
'form-field': {
|
3
|
-
'light-color-scheme': {
|
4
|
-
border: { value: '{light-color-scheme.second.default.value}' },
|
5
|
-
background: { value: '{light-color-scheme.background.background.value}' },
|
6
|
-
|
7
|
-
states: {
|
8
|
-
hover: {
|
9
|
-
border: { value: '{light-color-scheme.second.palette.value.400.value}' }
|
10
|
-
},
|
11
|
-
invalid: {
|
12
|
-
border: { value: '{light-color-scheme.error.default.value}' },
|
13
|
-
background: { value: 'transparent' }
|
14
|
-
}
|
15
|
-
}
|
16
|
-
},
|
17
|
-
'dark-color-scheme': {
|
18
|
-
border: { value: '{dark-color-scheme.second.default.value}' },
|
19
|
-
background: { value: '{dark-color-scheme.background.background.value}' },
|
20
|
-
|
21
|
-
states: {
|
22
|
-
hover: {
|
23
|
-
border: { value: '{dark-color-scheme.second.palette.value.200.value}' }
|
24
|
-
},
|
25
|
-
invalid: {
|
26
|
-
border: { value: '{dark-color-scheme.error.default.value}' },
|
27
|
-
background: { value: 'transparent' }
|
28
|
-
}
|
29
|
-
}
|
30
|
-
},
|
31
|
-
size: {
|
32
|
-
border: {
|
33
|
-
width: { value: '1px' },
|
34
|
-
radius: { value: '3px' }
|
35
|
-
},
|
36
|
-
button: {
|
37
|
-
width: { value: '32px' }
|
38
|
-
}
|
39
|
-
},
|
40
|
-
font: {
|
41
|
-
default: { value: 'body' }
|
42
|
-
}
|
43
|
-
},
|
44
|
-
'form-field-hint': {
|
45
|
-
size: {
|
46
|
-
'margin-top': { value: '4px' }
|
47
|
-
},
|
48
|
-
font: {
|
49
|
-
default: { value: 'caption' }
|
50
|
-
}
|
51
|
-
},
|
52
|
-
'form-field-password-hint': {
|
53
|
-
'light-color-scheme': {
|
54
|
-
'text-color': { value: '{light-color-scheme.foreground.text.value}' },
|
55
|
-
'icon-color': { value: '{light-color-scheme.foreground.text.value}' },
|
56
|
-
|
57
|
-
states: {
|
58
|
-
invalid: {
|
59
|
-
'icon-color': { value: '{light-color-scheme.foreground.text-error.value}' },
|
60
|
-
'text-color': { value: '{light-color-scheme.foreground.text.value}' }
|
61
|
-
},
|
62
|
-
valid: {
|
63
|
-
'text-color': { value: '{light-color-scheme.foreground.text-success.value}' },
|
64
|
-
'icon-color': { value: '{light-color-scheme.foreground.text-success.value}' }
|
65
|
-
}
|
66
|
-
}
|
67
|
-
},
|
68
|
-
'dark-color-scheme': {
|
69
|
-
'text-color': { value: '{dark-color-scheme.foreground.text.value}' },
|
70
|
-
'icon-color': { value: '{dark-color-scheme.foreground.text.value}' },
|
71
|
-
|
72
|
-
states: {
|
73
|
-
invalid: {
|
74
|
-
'icon-color': { value: '{dark-color-scheme.foreground.text-error.value}' },
|
75
|
-
'text-color': { value: '{dark-color-scheme.foreground.text.value}' }
|
76
|
-
},
|
77
|
-
valid: {
|
78
|
-
'text-color': { value: '{dark-color-scheme.foreground.text-success.value}' },
|
79
|
-
'icon-color': { value: '{dark-color-scheme.foreground.text-success.value}' }
|
80
|
-
}
|
81
|
-
}
|
82
|
-
},
|
83
|
-
size: {
|
84
|
-
'margin-top': { value: '8px' },
|
85
|
-
'icon-margin': { value: '4px' }
|
86
|
-
},
|
87
|
-
font: {
|
88
|
-
default: { value: 'caption' }
|
89
|
-
}
|
90
|
-
}
|
91
|
-
}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
{
|
2
|
-
forms: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
label: { value: '{light-color-scheme.foreground.text-less-contrast.value}' },
|
5
|
-
legend: { value: '{light-color-scheme.foreground.text.value}' }
|
6
|
-
},
|
7
|
-
'dark-color-scheme': {
|
8
|
-
label: { value: '{dark-color-scheme.foreground.text-less-contrast.value}' },
|
9
|
-
legend: { value: '{dark-color-scheme.foreground.text.value}' }
|
10
|
-
},
|
11
|
-
size: {
|
12
|
-
horizontal: {
|
13
|
-
row: {
|
14
|
-
'margin-bottom': { value: '20px' }
|
15
|
-
},
|
16
|
-
label: {
|
17
|
-
'padding-top': { value: '6px' },
|
18
|
-
'padding-bottom': { value: '0' }
|
19
|
-
},
|
20
|
-
control: {
|
21
|
-
'padding-left': { value: '16px' }
|
22
|
-
},
|
23
|
-
legend: {
|
24
|
-
'margin-top': { value: '32px' },
|
25
|
-
'margin-bottom': { value: '16px' }
|
26
|
-
}
|
27
|
-
},
|
28
|
-
vertical: {
|
29
|
-
row: {
|
30
|
-
'margin-bottom': { value: '16px' }
|
31
|
-
},
|
32
|
-
label: {
|
33
|
-
'padding-top': { value: '0' },
|
34
|
-
'padding-bottom': { value: '4px' }
|
35
|
-
},
|
36
|
-
control: {
|
37
|
-
'padding-left': { value: '24px' }
|
38
|
-
},
|
39
|
-
legend: {
|
40
|
-
'margin-top': { value: '32px' },
|
41
|
-
'margin-bottom': { value: '12px' }
|
42
|
-
}
|
43
|
-
},
|
44
|
-
},
|
45
|
-
font: {
|
46
|
-
default: {
|
47
|
-
label: { value: 'body' },
|
48
|
-
legend: { value: 'subheading' },
|
49
|
-
},
|
50
|
-
}
|
51
|
-
}
|
52
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
{
|
2
|
-
link: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
text: { value: '{light-color-scheme.primary.default.value}' },
|
5
|
-
'border-bottom': { value: 'rgba({light-color-scheme.primary.default.value}, 0.32)' },
|
6
|
-
|
7
|
-
'state-visited': {
|
8
|
-
'text': { value: '#6A2795' },
|
9
|
-
'border-bottom': { value: 'rgba(106, 39, 149, 0.32)' }
|
10
|
-
},
|
11
|
-
'state-hover': {
|
12
|
-
'text': { value: '{light-color-scheme.primary.palette.value.600.value}' },
|
13
|
-
'border-bottom': { value: 'rgba({light-color-scheme.primary.palette.value.600.value}, 0.32)' }
|
14
|
-
},
|
15
|
-
|
16
|
-
'state-active': { value: '{light-color-scheme.primary.palette.value.700.value}' },
|
17
|
-
|
18
|
-
'state-focused': {
|
19
|
-
outline: { value: '{light-color-scheme.states.focused-color.value}' }
|
20
|
-
}
|
21
|
-
},
|
22
|
-
'dark-color-scheme': {
|
23
|
-
text: { value: '{dark-color-scheme.primary.default.value}' },
|
24
|
-
'border-bottom': { value: 'rgba({dark-color-scheme.primary.default.value}, 0.32)' },
|
25
|
-
|
26
|
-
'state-visited': {
|
27
|
-
'text': { value: '#a23ee2' },
|
28
|
-
'border-bottom': { value: 'rgba(162, 62, 226, 0.32)' }
|
29
|
-
},
|
30
|
-
'state-hover': {
|
31
|
-
'text': { value: '{dark-color-scheme.primary.palette.value.300.value}' },
|
32
|
-
'border-bottom': { value: 'rgba({dark-color-scheme.primary.palette.value.300.value}, 0.32)' }
|
33
|
-
},
|
34
|
-
'state-active': { value: '{dark-color-scheme.primary.palette.value.300.value}' },
|
35
|
-
'state-focused': {
|
36
|
-
outline: { value: '{dark-color-scheme.states.focused-color.value}' }
|
37
|
-
}
|
38
|
-
},
|
39
|
-
size: {
|
40
|
-
'icon-margin': { value: '{margin.iconText_S-horizontal}' },
|
41
|
-
'state-focused': {
|
42
|
-
'outline-offset': { value: '2px' },
|
43
|
-
'outline-width': { value: '2px' }
|
44
|
-
}
|
45
|
-
},
|
46
|
-
animation: {
|
47
|
-
'transition': { value: 'color ease-out 300ms' },
|
48
|
-
'state-hover': {
|
49
|
-
'transition': { value: 'color 0ms' }
|
50
|
-
}
|
51
|
-
},
|
52
|
-
font: {
|
53
|
-
default: { value: 'body' }
|
54
|
-
}
|
55
|
-
}
|
56
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
list: {
|
3
|
-
size: {
|
4
|
-
'horizontal-padding': { value: '{padding.option-horizontal}' },
|
5
|
-
'icon-padding': { value: '4px' },
|
6
|
-
|
7
|
-
'item-height': { value: '{size.option-height}' },
|
8
|
-
|
9
|
-
'icon-width': { value: '24px' }
|
10
|
-
},
|
11
|
-
font: {
|
12
|
-
item: { value: 'body' }
|
13
|
-
}
|
14
|
-
}
|
15
|
-
}
|
@@ -1,79 +0,0 @@
|
|
1
|
-
{
|
2
|
-
modal: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
shadow: {
|
5
|
-
value: '(0 0 0 1px {light-color-scheme.second.palette.value.300.value}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
|
6
|
-
},
|
7
|
-
'body-top-shadow':{
|
8
|
-
value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
|
9
|
-
},
|
10
|
-
'body-bottom-shadow':{
|
11
|
-
value: '0 -2px 4px 0 rgba(0, 0, 0, 0.16)'
|
12
|
-
},
|
13
|
-
'background-mask': { value: 'rgba(0, 0, 0, 0.5)' }
|
14
|
-
},
|
15
|
-
'dark-color-scheme': {
|
16
|
-
shadow: {
|
17
|
-
value: '(0 0 0 1px {dark-color-scheme.second.palette.value.800.value}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
|
18
|
-
},
|
19
|
-
'body-top-shadow':{
|
20
|
-
value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
|
21
|
-
},
|
22
|
-
'body-bottom-shadow':{
|
23
|
-
value: '0 -2px 4px 0 rgba(0, 0, 0, 0.16)'
|
24
|
-
},
|
25
|
-
'background-mask': { value: 'rgba(0, 0, 0, 0.5)' }
|
26
|
-
},
|
27
|
-
size: {
|
28
|
-
small: { value: '400px' },
|
29
|
-
normal: { value: '640px' },
|
30
|
-
large: { value: '960px' },
|
31
|
-
|
32
|
-
top: { value: '48px' },
|
33
|
-
'close-width': { value: '56px' },
|
34
|
-
'border-radius': { value: '4px' },
|
35
|
-
'border-width': { value: '1px' }
|
36
|
-
}
|
37
|
-
},
|
38
|
-
'modal-header': {
|
39
|
-
'light-color-scheme': {
|
40
|
-
border: { value: '{light-color-scheme.foreground.divider.value}' }
|
41
|
-
},
|
42
|
-
'dark-color-scheme': {
|
43
|
-
border: { value: '{dark-color-scheme.foreground.divider.value}' }
|
44
|
-
},
|
45
|
-
size: {
|
46
|
-
'border-radius': { value: '4px 4px 0 0' },
|
47
|
-
padding: { value: '14px 16px' }
|
48
|
-
},
|
49
|
-
font: {
|
50
|
-
default: { value: 'title' }
|
51
|
-
}
|
52
|
-
},
|
53
|
-
'modal-body': {
|
54
|
-
size: {
|
55
|
-
'max-height': { value: 'calc(100vh - 260px)' },
|
56
|
-
padding: { value: '16px 24px 24px' }
|
57
|
-
},
|
58
|
-
font: {
|
59
|
-
default: { value: 'body' }
|
60
|
-
}
|
61
|
-
},
|
62
|
-
'modal-footer': {
|
63
|
-
'light-color-scheme': {
|
64
|
-
border: { value: '{light-color-scheme.foreground.divider.value}' }
|
65
|
-
},
|
66
|
-
'dark-color-scheme': {
|
67
|
-
border: { value: '{dark-color-scheme.foreground.divider.value}' }
|
68
|
-
},
|
69
|
-
size: {
|
70
|
-
'border-radius': { value: '0 0 4px 4px' },
|
71
|
-
padding: { value: '16px {padding.headerFooter-horizontal}' }
|
72
|
-
}
|
73
|
-
},
|
74
|
-
'modal-confirm': {
|
75
|
-
size: {
|
76
|
-
padding: { value: '24px' }
|
77
|
-
}
|
78
|
-
}
|
79
|
-
}
|
@@ -1,69 +0,0 @@
|
|
1
|
-
{
|
2
|
-
navbar: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
background: { value: '{light-color-scheme.primary.palette.value.700.value}' },
|
5
|
-
|
6
|
-
'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
|
7
|
-
},
|
8
|
-
'dark-color-scheme': {
|
9
|
-
background: { value: '{dark-color-scheme.primary.palette.value.700.value}' },
|
10
|
-
|
11
|
-
'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
|
12
|
-
},
|
13
|
-
size: {
|
14
|
-
'icon-margin': { value: '6px' }
|
15
|
-
},
|
16
|
-
font: {
|
17
|
-
title: { value: 'body' }
|
18
|
-
}
|
19
|
-
},
|
20
|
-
'vertical-navbar': {
|
21
|
-
size: {
|
22
|
-
states: {
|
23
|
-
'expanded-width': { value: '240px' },
|
24
|
-
'collapsed-width': { value: '56px' }
|
25
|
-
},
|
26
|
-
'icon-margin': { value: '16px' }
|
27
|
-
}
|
28
|
-
},
|
29
|
-
'navbar-item': {
|
30
|
-
'light-color-scheme': {
|
31
|
-
text: { value: '{light-color-scheme.primary.palette.value.100.value}' },
|
32
|
-
icon: { value: '{light-color-scheme.primary.palette.value.100.value}' },
|
33
|
-
|
34
|
-
states: {
|
35
|
-
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
36
|
-
selected: { value: '{light-color-scheme.second.palette.value.700.value}' },
|
37
|
-
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
38
|
-
progress: { value: '{light-color-scheme.primary.palette.value.800.value}' },
|
39
|
-
'disabled-opacity': { value: 0.3 }
|
40
|
-
}
|
41
|
-
},
|
42
|
-
'dark-color-scheme': {
|
43
|
-
text: { value: '{dark-color-scheme.primary.palette.value.100.value}' },
|
44
|
-
icon: { value: '{dark-color-scheme.primary.palette.value.100.value}' },
|
45
|
-
|
46
|
-
states: {
|
47
|
-
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
48
|
-
selected: { value: '{dark-color-scheme.second.palette.value.600.value}' },
|
49
|
-
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
50
|
-
progress: { value: '{dark-color-scheme.primary.palette.value.800.value}' },
|
51
|
-
'disabled-opacity': { value: 0.3 }
|
52
|
-
}
|
53
|
-
},
|
54
|
-
size: {
|
55
|
-
padding: { value: '{padding.control-horizontal}' },
|
56
|
-
height: { value: '48px' },
|
57
|
-
height_vertical: { value: '56px' }
|
58
|
-
}
|
59
|
-
},
|
60
|
-
'navbar-brand': {
|
61
|
-
size: {
|
62
|
-
padding: { value: '12px' },
|
63
|
-
'margin-right': { value: '24px' }
|
64
|
-
},
|
65
|
-
font: {
|
66
|
-
title: { value: 'title' }
|
67
|
-
}
|
68
|
-
}
|
69
|
-
}
|
@@ -1,68 +0,0 @@
|
|
1
|
-
{
|
2
|
-
popover: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
background: { value: 'white' },
|
5
|
-
text: { value: '{light-color-scheme.foreground.text.value}' },
|
6
|
-
shadow: { value: '{popup.light-color-scheme.shadow.value}' },
|
7
|
-
border: { value: '{light-color-scheme.foreground.border.value}' }
|
8
|
-
},
|
9
|
-
'dark-color-scheme': {
|
10
|
-
background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
11
|
-
text: { value: '{dark-color-scheme.foreground.text.value}' },
|
12
|
-
shadow: { value: '{popup.dark-color-scheme.shadow.value}' },
|
13
|
-
border: { value: '{dark-color-scheme.second.palette.value.700.value}' }
|
14
|
-
},
|
15
|
-
size: {
|
16
|
-
'max-height': { value: '480px' },
|
17
|
-
padding: { value: '16px' },
|
18
|
-
'border-radius': { value: '3px' },
|
19
|
-
|
20
|
-
'arrow-size': { value: '12px' },
|
21
|
-
'trigger-margin': { value: '9px' },
|
22
|
-
|
23
|
-
'small-width': { value: '200px' },
|
24
|
-
'normal-width': { value: '400px' },
|
25
|
-
'large-width': { value: '640px' }
|
26
|
-
},
|
27
|
-
font: {
|
28
|
-
default: { value: 'body' }
|
29
|
-
}
|
30
|
-
},
|
31
|
-
'popover-header': {
|
32
|
-
'light-color-scheme': {
|
33
|
-
border: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
34
|
-
text: { value: '{light-color-scheme.foreground.text.value}' },
|
35
|
-
background: { value: 'white' }
|
36
|
-
},
|
37
|
-
'dark-color-scheme': {
|
38
|
-
border: { value: '{popup.dark-color-scheme.footer-background.value}' },
|
39
|
-
text: { value: '{dark-color-scheme.foreground.text.value}' },
|
40
|
-
background: { value: '{dark-color-scheme.second.palette.value.700.value}' }
|
41
|
-
},
|
42
|
-
size: {
|
43
|
-
height: { value: '10px 16px' },
|
44
|
-
padding: { value: '10px 16px' }
|
45
|
-
},
|
46
|
-
font: {
|
47
|
-
default: { value: 'subheading' }
|
48
|
-
}
|
49
|
-
},
|
50
|
-
'popover-footer': {
|
51
|
-
'light-color-scheme': {
|
52
|
-
border: { value: '{popup.light-color-scheme.footer-background.value}' },
|
53
|
-
background: { value: '{popup.light-color-scheme.footer-background.value}' }
|
54
|
-
},
|
55
|
-
'dark-color-scheme': {
|
56
|
-
border: { value: '{popup.dark-color-scheme.footer-background.value}' },
|
57
|
-
background: { value: '{popup.dark-color-scheme.footer-background.value}' }
|
58
|
-
},
|
59
|
-
size: {
|
60
|
-
'margin-top': { value: '8px' },
|
61
|
-
padding: { value: '12px {padding.headerFooter-horizontal}' },
|
62
|
-
'height': { value: '56px' }
|
63
|
-
},
|
64
|
-
font: {
|
65
|
-
default: { value: 'body' }
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
{
|
2
|
-
popup: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
shadow: { value: '0 3px 3px 0 {light-color-scheme.second.palette.value.A200.value}' },
|
5
|
-
border: { value: '{light-color-scheme.second.palette.value.300.value}' },
|
6
|
-
divider: { value: '{light-color-scheme.second.palette.value.200.value}' },
|
7
|
-
background: { value: 'white' },
|
8
|
-
'footer-background': { value: '{light-color-scheme.second.palette.value.60.value}' }
|
9
|
-
},
|
10
|
-
'dark-color-scheme': {
|
11
|
-
shadow: { value: '0 3px 3px 0 {dark-color-scheme.second.palette.value.A200.value}' },
|
12
|
-
border: { value: '{dark-color-scheme.second.palette.value.400.value}' },
|
13
|
-
divider: { value: '{dark-color-scheme.foreground.divider.value}' },
|
14
|
-
background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
15
|
-
'footer-background': { value: 'transparent' }
|
16
|
-
}
|
17
|
-
}
|
18
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
{
|
2
|
-
'progress-bar': {
|
3
|
-
'light-color-scheme': {
|
4
|
-
background: { value: '{light-color-scheme.second.palette.value.60.value}' }
|
5
|
-
},
|
6
|
-
'dark-color-scheme': {
|
7
|
-
background: { value: '{dark-color-scheme.second.palette.value.600.value}' }
|
8
|
-
},
|
9
|
-
size: {
|
10
|
-
height: { value: '4px' }
|
11
|
-
}
|
12
|
-
}
|
13
|
-
}
|
@@ -1,44 +0,0 @@
|
|
1
|
-
{
|
2
|
-
radio: {
|
3
|
-
'light-color-scheme': {
|
4
|
-
'outer-circle-border': { value: '{light-color-scheme.second.palette.value.300.value}' },
|
5
|
-
'inner-circle-border': { value: 'transparent' },
|
6
|
-
|
7
|
-
states: {
|
8
|
-
checked: {
|
9
|
-
'outer-circle-border': { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
10
|
-
'inner-circle-border': { value: '{light-color-scheme.primary.palette.value.500.value}' }
|
11
|
-
},
|
12
|
-
focused: {
|
13
|
-
'outer-circle-border': { value: '{light-color-scheme.states.focused-color.value}' },
|
14
|
-
'outer-circle-shadow': { value: '0 0 0 2px {light-color-scheme.second.palette.value.300.value}' },
|
15
|
-
'inner-circle-shadow': { value: '0 0 0 1px {light-color-scheme.background.background.value}' }
|
16
|
-
}
|
17
|
-
}
|
18
|
-
},
|
19
|
-
'dark-color-scheme': {
|
20
|
-
'outer-circle-border': { value: '{dark-color-scheme.second.palette.value.400.value}' },
|
21
|
-
'inner-circle-border': { value: 'transparent' },
|
22
|
-
|
23
|
-
states: {
|
24
|
-
checked: {
|
25
|
-
'outer-circle-border': { value: '{dark-color-scheme.primary.palette.value.400.value}' },
|
26
|
-
'inner-circle-border': { value: '{dark-color-scheme.primary.palette.value.600.value}' }
|
27
|
-
},
|
28
|
-
focused: {
|
29
|
-
'outer-circle-border': { value: '{dark-color-scheme.states.focused-color.value}' },
|
30
|
-
'outer-circle-shadow': { value: '0 0 0 2px {dark-color-scheme.states.focused-color.value}' },
|
31
|
-
|
32
|
-
'inner-circle-shadow': { value: '0 0 0 1px {dark-color-scheme.background.background.value}' }
|
33
|
-
}
|
34
|
-
}
|
35
|
-
},
|
36
|
-
size: {
|
37
|
-
size: { value: '14px' },
|
38
|
-
'label-margin': { value: '{margin.iconText_M-horizontal}' }
|
39
|
-
},
|
40
|
-
font: {
|
41
|
-
default: { value: 'body' }
|
42
|
-
}
|
43
|
-
}
|
44
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
{
|
2
|
-
select: {
|
3
|
-
size: {
|
4
|
-
height: { value: '30px' },
|
5
|
-
'left-padding': { value: '{padding.control-horizontal}' },
|
6
|
-
'right-padding': { value: '8px' },
|
7
|
-
'left-padding-multiple': { value: '8px' }
|
8
|
-
},
|
9
|
-
font: {
|
10
|
-
default: { value: 'body' }
|
11
|
-
}
|
12
|
-
},
|
13
|
-
'select-panel': {
|
14
|
-
size: {
|
15
|
-
'max-height': { value: '232px' },
|
16
|
-
'max-width': { value: '640px' },
|
17
|
-
'vertical-padding': { value: '4px' },
|
18
|
-
'border-width': { value: '1px' },
|
19
|
-
'border-radius': { value: '3px' }
|
20
|
-
},
|
21
|
-
font: {
|
22
|
-
default: { value: 'body' }
|
23
|
-
}
|
24
|
-
}
|
25
|
-
}
|