@ptsecurity/mosaic 13.2.0 → 13.4.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 +241 -64
- package/_visual.scss +437 -232
- 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/components/alert.json5 +37 -37
- package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +69 -69
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/button.json5 +55 -56
- package/design-tokens/legacy-2017/tokens/components/card.json5 +25 -25
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +13 -13
- package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +12 -12
- package/design-tokens/legacy-2017/tokens/components/dl.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +5 -4
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +27 -26
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +14 -14
- package/design-tokens/legacy-2017/tokens/components/icon.json5 +104 -0
- package/design-tokens/legacy-2017/tokens/components/input.json5 +2 -3
- package/design-tokens/legacy-2017/tokens/components/link.json5 +13 -19
- package/design-tokens/legacy-2017/tokens/components/list.json5 +3 -5
- package/design-tokens/legacy-2017/tokens/components/modal.json5 +17 -15
- package/design-tokens/legacy-2017/tokens/components/navbar.json5 +19 -18
- package/design-tokens/legacy-2017/tokens/components/option.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +23 -23
- package/design-tokens/legacy-2017/tokens/components/popup.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +12 -12
- package/design-tokens/legacy-2017/tokens/components/select.json5 +6 -7
- package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +7 -5
- package/design-tokens/legacy-2017/tokens/components/table.json5 +4 -4
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +32 -32
- package/design-tokens/legacy-2017/tokens/components/tags.json5 +56 -57
- package/design-tokens/legacy-2017/tokens/components/textarea.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/toggle.json5 +18 -18
- package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +27 -27
- package/design-tokens/legacy-2017/tokens/components/tree.json5 +6 -3
- package/design-tokens/legacy-2017/tokens/properties/colors.json5 +39 -35
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +14 -14
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +70 -35
- package/design-tokens/legacy-2017/tokens.d.ts +220 -122
- package/design-tokens/pt-2022/tokens/components/alert.json5 +37 -37
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/badge.json5 +68 -68
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/button.json5 +56 -57
- package/design-tokens/pt-2022/tokens/components/card.json5 +25 -25
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +13 -13
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +12 -12
- package/design-tokens/pt-2022/tokens/components/dl.json5 +4 -4
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +5 -4
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +26 -25
- package/design-tokens/pt-2022/tokens/components/forms.json5 +14 -14
- package/design-tokens/pt-2022/tokens/components/icon.json5 +104 -0
- package/design-tokens/pt-2022/tokens/components/input.json5 +2 -3
- package/design-tokens/pt-2022/tokens/components/link.json5 +17 -23
- package/design-tokens/pt-2022/tokens/components/list.json5 +2 -4
- package/design-tokens/pt-2022/tokens/components/modal.json5 +17 -15
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +21 -20
- package/design-tokens/pt-2022/tokens/components/option.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/popover.json5 +26 -26
- package/design-tokens/pt-2022/tokens/components/popup.json5 +8 -8
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/radio.json5 +12 -12
- package/design-tokens/pt-2022/tokens/components/select.json5 +6 -7
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +8 -6
- package/design-tokens/pt-2022/tokens/components/table.json5 +4 -4
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +32 -32
- package/design-tokens/pt-2022/tokens/components/tags.json5 +56 -57
- package/design-tokens/pt-2022/tokens/components/textarea.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/timepicker.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +19 -19
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +29 -29
- package/design-tokens/pt-2022/tokens/components/tree.json5 +6 -3
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +41 -37
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +14 -14
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +7 -0
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +69 -34
- package/design-tokens/pt-2022/tokens.d.ts +508 -118
- package/dropdown/dropdown-trigger.directive.d.ts +4 -3
- 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 +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 +221 -123
- package/esm2020/design-tokens/pt-2022/tokens.mjs +243 -138
- 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 +11 -7
- 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 +81 -82
- package/esm2020/navbar/navbar.component.mjs +10 -10
- package/esm2020/navbar/navbar.module.mjs +4 -4
- package/esm2020/navbar/vertical-navbar.animation.mjs +3 -3
- 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 +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 +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 +67 -69
- 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 +15 -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 +3 -3
- package/esm2020/tree/toggle.mjs +10 -10
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +5 -5
- 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-button-toggle.mjs +12 -12
- 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 +572 -271
- 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 +25 -21
- 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 +100 -101
- 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 +54 -54
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +81 -83
- 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 +18 -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 +44 -42
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
- 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 +572 -271
- 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 +25 -21
- 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 +100 -101
- 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 +54 -54
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +79 -81
- 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 +18 -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 +44 -42
- 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 +21 -21
- package/textarea/textarea.component.d.ts +4 -3
- package/toggle/README.md +0 -0
@@ -2,50 +2,50 @@
|
|
2
2
|
card: {
|
3
3
|
'light-color-scheme': {
|
4
4
|
error: {
|
5
|
-
'vertical-line': { value: '{light-color-scheme.error.default
|
6
|
-
background: { value: '{light-color-scheme.error.palette.value.60
|
7
|
-
shadow: { value: '{light-color-scheme.second.palette.value.100
|
5
|
+
'vertical-line': { value: '{light-color-scheme.error.default}' },
|
6
|
+
background: { value: '{light-color-scheme.error.palette.value.60}' },
|
7
|
+
shadow: { value: '{light-color-scheme.second.palette.value.100}' }
|
8
8
|
},
|
9
9
|
warning: {
|
10
|
-
'vertical-line': { value: '{light-color-scheme.warning.default
|
11
|
-
background: { value: '{light-color-scheme.warning.palette.value.60
|
12
|
-
shadow: { value: '{light-color-scheme.second.palette.value.100
|
10
|
+
'vertical-line': { value: '{light-color-scheme.warning.default}' },
|
11
|
+
background: { value: '{light-color-scheme.warning.palette.value.60}' },
|
12
|
+
shadow: { value: '{light-color-scheme.second.palette.value.100}' }
|
13
13
|
},
|
14
14
|
success: {
|
15
|
-
'vertical-line': { value: '{light-color-scheme.success.default
|
16
|
-
background: { value: '{light-color-scheme.success.palette.value.60
|
17
|
-
shadow: { value: '{light-color-scheme.second.palette.value.100
|
15
|
+
'vertical-line': { value: '{light-color-scheme.success.default}' },
|
16
|
+
background: { value: '{light-color-scheme.success.palette.value.60}' },
|
17
|
+
shadow: { value: '{light-color-scheme.second.palette.value.100}' }
|
18
18
|
},
|
19
19
|
info: {
|
20
|
-
'vertical-line': { value: '{light-color-scheme.info.default
|
21
|
-
background: { value: '{light-color-scheme.info.palette.value.60
|
22
|
-
shadow: { value: '{light-color-scheme.second.palette.value.100
|
20
|
+
'vertical-line': { value: '{light-color-scheme.info.default}' },
|
21
|
+
background: { value: '{light-color-scheme.info.palette.value.60}' },
|
22
|
+
shadow: { value: '{light-color-scheme.second.palette.value.100}' }
|
23
23
|
}
|
24
24
|
},
|
25
25
|
'dark-color-scheme': {
|
26
26
|
error: {
|
27
|
-
'vertical-line': { value: '{dark-color-scheme.error.default
|
28
|
-
background: { value: '{dark-color-scheme.error.palette.value.700
|
29
|
-
shadow: { value: '{dark-color-scheme.second.palette.value.700
|
27
|
+
'vertical-line': { value: '{dark-color-scheme.error.default}' },
|
28
|
+
background: { value: '{dark-color-scheme.error.palette.value.700}' },
|
29
|
+
shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
|
30
30
|
},
|
31
31
|
warning: {
|
32
|
-
'vertical-line': { value: '{dark-color-scheme.warning.default
|
33
|
-
background: { value: '{dark-color-scheme.warning.palette.value.700
|
34
|
-
shadow: { value: '{dark-color-scheme.second.palette.value.700
|
32
|
+
'vertical-line': { value: '{dark-color-scheme.warning.default}' },
|
33
|
+
background: { value: '{dark-color-scheme.warning.palette.value.700}' },
|
34
|
+
shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
|
35
35
|
},
|
36
36
|
success: {
|
37
|
-
'vertical-line': { value: '{dark-color-scheme.success.default
|
38
|
-
background: { value: '{dark-color-scheme.success.palette.value.700
|
39
|
-
shadow: { value: '{dark-color-scheme.second.palette.value.700
|
37
|
+
'vertical-line': { value: '{dark-color-scheme.success.default}' },
|
38
|
+
background: { value: '{dark-color-scheme.success.palette.value.700}' },
|
39
|
+
shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
|
40
40
|
},
|
41
41
|
info: {
|
42
|
-
'vertical-line': { value: '{dark-color-scheme.info.default
|
43
|
-
background: { value: '{dark-color-scheme.info.palette.value.700
|
44
|
-
shadow: { value: '{dark-color-scheme.second.palette.value.700
|
42
|
+
'vertical-line': { value: '{dark-color-scheme.info.default}' },
|
43
|
+
background: { value: '{dark-color-scheme.info.palette.value.700}' },
|
44
|
+
shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
|
45
45
|
}
|
46
46
|
},
|
47
47
|
size: {
|
48
|
-
'vertical-line': { value: '
|
48
|
+
'vertical-line': { value: '{size.xxs}' }
|
49
49
|
}
|
50
50
|
}
|
51
51
|
}
|
@@ -1,35 +1,35 @@
|
|
1
1
|
{
|
2
2
|
checkbox: {
|
3
3
|
'light-color-scheme': {
|
4
|
-
border: { value: '{light-color-scheme.second.palette.value.300
|
4
|
+
border: { value: '{light-color-scheme.second.palette.value.300}' },
|
5
5
|
states: {
|
6
6
|
checked: {
|
7
|
-
border: { value: '{light-color-scheme.primary.palette.value.600
|
8
|
-
background: { value: '{light-color-scheme.primary.palette.value.500
|
7
|
+
border: { value: '{light-color-scheme.primary.palette.value.600}' },
|
8
|
+
background: { value: '{light-color-scheme.primary.palette.value.500}' }
|
9
9
|
},
|
10
10
|
focused: {
|
11
|
-
border: { value: '{light-color-scheme.primary.palette.value.600
|
12
|
-
shadow: { value: '0 0 0 1px {light-color-scheme.primary.palette.value.600
|
11
|
+
border: { value: '{light-color-scheme.primary.palette.value.600}' },
|
12
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.primary.palette.value.600}' }
|
13
13
|
}
|
14
14
|
}
|
15
15
|
},
|
16
16
|
'dark-color-scheme': {
|
17
|
-
border: { value: '{dark-color-scheme.second.palette.value.400
|
17
|
+
border: { value: '{dark-color-scheme.second.palette.value.400}' },
|
18
18
|
states: {
|
19
19
|
checked: {
|
20
|
-
border: { value: '{dark-color-scheme.primary.palette.value.400
|
21
|
-
background: { value: '{dark-color-scheme.primary.palette.value.600
|
20
|
+
border: { value: '{dark-color-scheme.primary.palette.value.400}' },
|
21
|
+
background: { value: '{dark-color-scheme.primary.palette.value.600}' }
|
22
22
|
},
|
23
23
|
focused: {
|
24
|
-
border: { value: '{dark-color-scheme.primary.palette.value.400
|
25
|
-
shadow: { value: '0 0 0 1px {dark-color-scheme.primary.palette.value.400
|
24
|
+
border: { value: '{dark-color-scheme.primary.palette.value.400}' },
|
25
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.primary.palette.value.400}' }
|
26
26
|
}
|
27
27
|
}
|
28
28
|
},
|
29
29
|
size: {
|
30
|
-
width: { value: '
|
31
|
-
'label-margin': { value: '{
|
32
|
-
'border-width': { value: '
|
30
|
+
width: { value: '{size.l}' },
|
31
|
+
'label-margin': { value: '{size.s}' },
|
32
|
+
'border-width': { value: '{size.border-width}' },
|
33
33
|
'toggle-box-shadow': { value: 'inset 0 0 1px 0 rgba(0, 0, 0, 0.2)' }
|
34
34
|
},
|
35
35
|
font: {
|
@@ -9,28 +9,28 @@
|
|
9
9
|
'light-color-scheme': {
|
10
10
|
states: {
|
11
11
|
selected: {
|
12
|
-
color: { value: '{light-color-scheme.primary.default
|
13
|
-
background: { value: '{light-color-scheme.primary.palette.value.100
|
12
|
+
color: { value: '{light-color-scheme.primary.default}' },
|
13
|
+
background: { value: '{light-color-scheme.primary.palette.value.100}' }
|
14
14
|
}
|
15
15
|
}
|
16
16
|
},
|
17
17
|
'dark-color-scheme': {
|
18
18
|
states: {
|
19
19
|
selected: {
|
20
|
-
color: { value: '{dark-color-scheme.primary.palette.value.500
|
21
|
-
background: { value: '{dark-color-scheme.primary.palette.value.700
|
20
|
+
color: { value: '{dark-color-scheme.primary.palette.value.500}' },
|
21
|
+
background: { value: '{dark-color-scheme.primary.palette.value.700}' }
|
22
22
|
}
|
23
23
|
}
|
24
24
|
},
|
25
25
|
size: {
|
26
26
|
label: {
|
27
|
-
'paddings': { value: '
|
27
|
+
'paddings': { value: '{size.s} 28px {size.m} {size.m}' }
|
28
28
|
},
|
29
29
|
cell: {
|
30
|
-
'min-size': { value: '
|
30
|
+
'min-size': { value: '{size.3xl}' },
|
31
31
|
margin: { value: '5%' },
|
32
|
-
padding: { value: '
|
33
|
-
'border-width': { value: '
|
32
|
+
padding: { value: '{size.s}' },
|
33
|
+
'border-width': { value: '{size.border-width}' }
|
34
34
|
}
|
35
35
|
},
|
36
36
|
font: {
|
@@ -40,10 +40,10 @@
|
|
40
40
|
},
|
41
41
|
'datepicker-calendar': {
|
42
42
|
size: {
|
43
|
-
'padding-top': { value: '
|
44
|
-
'padding-horizontal': { value: '
|
45
|
-
'padding-bottom': { value: '
|
46
|
-
'padding-blocks': { value: '
|
43
|
+
'padding-top': { value: '{size.l}' },
|
44
|
+
'padding-horizontal': { value: '{size.s}' },
|
45
|
+
'padding-bottom': { value: '{size.s}' },
|
46
|
+
'padding-blocks': { value: '{size.m}' },
|
47
47
|
|
48
48
|
'divider-width': { value: '1px' },
|
49
49
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
'description-list': {
|
3
3
|
'light-color-scheme': {
|
4
|
-
dt: { value: '{light-color-scheme.foreground.text-less-contrast
|
5
|
-
dd: { value: '{light-color-scheme.foreground.text
|
4
|
+
dt: { value: '{light-color-scheme.foreground.text-less-contrast}' },
|
5
|
+
dd: { value: '{light-color-scheme.foreground.text}' }
|
6
6
|
},
|
7
7
|
'dark-color-scheme': {
|
8
|
-
dt: { value: '{dark-color-scheme.foreground.text-less-contrast
|
9
|
-
dd: { value: '{dark-color-scheme.foreground.text
|
8
|
+
dt: { value: '{dark-color-scheme.foreground.text-less-contrast}' },
|
9
|
+
dd: { value: '{dark-color-scheme.foreground.text}' }
|
10
10
|
},
|
11
11
|
size: {
|
12
12
|
'grid-template-columns': { value: 'repeat(4, 1fr)' },
|
@@ -15,13 +15,13 @@
|
|
15
15
|
'dd-grid-column': { value: '2 / span 3' },
|
16
16
|
|
17
17
|
horizontal: {
|
18
|
-
'column-gap': { value: '
|
19
|
-
'row-gap': { value: '
|
18
|
+
'column-gap': { value: '{size.l}' },
|
19
|
+
'row-gap': { value: '{size.m}' }
|
20
20
|
},
|
21
21
|
vertical: {
|
22
22
|
'column-gap': { value: '0' },
|
23
|
-
'row-gap': { value: '
|
24
|
-
'dd-margin-bottom': { value: '
|
23
|
+
'row-gap': { value: '{size.3xs}' },
|
24
|
+
'dd-margin-bottom': { value: '{size.l}' }
|
25
25
|
},
|
26
26
|
},
|
27
27
|
font: {
|
@@ -31,16 +31,17 @@
|
|
31
31
|
},
|
32
32
|
'dropdown-trigger': {
|
33
33
|
size: {
|
34
|
-
'
|
34
|
+
'button-right-padding': { value: '{size.s}' },
|
35
|
+
'right-icon-padding': { value: '{size.3xs}' }
|
35
36
|
}
|
36
37
|
},
|
37
38
|
'dropdown-panel': {
|
38
39
|
size: {
|
39
40
|
'max-width': { value: '640px' },
|
40
|
-
padding: { value: '
|
41
|
+
padding: { value: '{size.xxs} 0' },
|
41
42
|
border: {
|
42
|
-
width: { value: '
|
43
|
-
radius: { value: '
|
43
|
+
width: { value: '{size.border-width}' },
|
44
|
+
radius: { value: '{size.border-radius}' }
|
44
45
|
}
|
45
46
|
}
|
46
47
|
}
|
@@ -1,40 +1,41 @@
|
|
1
1
|
{
|
2
2
|
'form-field': {
|
3
3
|
'light-color-scheme': {
|
4
|
-
border: { value: '{light-color-scheme.second.default
|
5
|
-
background: { value: '{light-color-scheme.background.background
|
4
|
+
border: { value: '{light-color-scheme.second.default}' },
|
5
|
+
background: { value: '{light-color-scheme.background.background}' },
|
6
6
|
|
7
7
|
states: {
|
8
8
|
hover: {
|
9
|
-
border: { value: '{light-color-scheme.second.palette.value.400
|
9
|
+
border: { value: '{light-color-scheme.second.palette.value.400}' }
|
10
10
|
},
|
11
11
|
invalid: {
|
12
|
-
border: { value: '{light-color-scheme.error.default
|
12
|
+
border: { value: '{light-color-scheme.error.default}' },
|
13
13
|
background: { value: 'transparent' }
|
14
14
|
}
|
15
15
|
}
|
16
16
|
},
|
17
17
|
'dark-color-scheme': {
|
18
|
-
border: { value: '{dark-color-scheme.second.default
|
19
|
-
background: { value: '{dark-color-scheme.background.background
|
18
|
+
border: { value: '{dark-color-scheme.second.default}' },
|
19
|
+
background: { value: '{dark-color-scheme.background.background}' },
|
20
20
|
|
21
21
|
states: {
|
22
22
|
hover: {
|
23
|
-
border: { value: '{dark-color-scheme.second.palette.value.200
|
23
|
+
border: { value: '{dark-color-scheme.second.palette.value.200}' }
|
24
24
|
},
|
25
25
|
invalid: {
|
26
|
-
border: { value: '{dark-color-scheme.error.default
|
26
|
+
border: { value: '{dark-color-scheme.error.default}' },
|
27
27
|
background: { value: 'transparent' }
|
28
28
|
}
|
29
29
|
}
|
30
30
|
},
|
31
31
|
size: {
|
32
|
+
height: { value: '{size.3xl}' },
|
32
33
|
border: {
|
33
|
-
width: { value: '
|
34
|
-
radius: { value: '
|
34
|
+
width: { value: '{size.border-width}' },
|
35
|
+
radius: { value: '{size.border-radius}' }
|
35
36
|
},
|
36
37
|
button: {
|
37
|
-
width: { value: '
|
38
|
+
width: { value: '{size.3xl}' }
|
38
39
|
}
|
39
40
|
},
|
40
41
|
font: {
|
@@ -43,7 +44,7 @@
|
|
43
44
|
},
|
44
45
|
'form-field-hint': {
|
45
46
|
size: {
|
46
|
-
'margin-top': { value: '
|
47
|
+
'margin-top': { value: '{size.xxs}' }
|
47
48
|
},
|
48
49
|
font: {
|
49
50
|
default: { value: 'caption' }
|
@@ -51,38 +52,38 @@
|
|
51
52
|
},
|
52
53
|
'form-field-password-hint': {
|
53
54
|
'light-color-scheme': {
|
54
|
-
'text-color': { value: '{light-color-scheme.foreground.text
|
55
|
-
'icon-color': { value: '{light-color-scheme.foreground.text
|
55
|
+
'text-color': { value: '{light-color-scheme.foreground.text}' },
|
56
|
+
'icon-color': { value: '{light-color-scheme.foreground.text}' },
|
56
57
|
|
57
58
|
states: {
|
58
59
|
invalid: {
|
59
|
-
'icon-color': { value: '{light-color-scheme.foreground.text-error
|
60
|
-
'text-color': { value: '{light-color-scheme.foreground.text
|
60
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-error}' },
|
61
|
+
'text-color': { value: '{light-color-scheme.foreground.text}' }
|
61
62
|
},
|
62
63
|
valid: {
|
63
|
-
'text-color': { value: '{light-color-scheme.foreground.text-success
|
64
|
-
'icon-color': { value: '{light-color-scheme.foreground.text-success
|
64
|
+
'text-color': { value: '{light-color-scheme.foreground.text-success}' },
|
65
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-success}' }
|
65
66
|
}
|
66
67
|
}
|
67
68
|
},
|
68
69
|
'dark-color-scheme': {
|
69
|
-
'text-color': { value: '{dark-color-scheme.foreground.text
|
70
|
-
'icon-color': { value: '{dark-color-scheme.foreground.text
|
70
|
+
'text-color': { value: '{dark-color-scheme.foreground.text}' },
|
71
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text}' },
|
71
72
|
|
72
73
|
states: {
|
73
74
|
invalid: {
|
74
|
-
'icon-color': { value: '{dark-color-scheme.foreground.text-error
|
75
|
-
'text-color': { value: '{dark-color-scheme.foreground.text
|
75
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-error}' },
|
76
|
+
'text-color': { value: '{dark-color-scheme.foreground.text}' }
|
76
77
|
},
|
77
78
|
valid: {
|
78
|
-
'text-color': { value: '{dark-color-scheme.foreground.text-success
|
79
|
-
'icon-color': { value: '{dark-color-scheme.foreground.text-success
|
79
|
+
'text-color': { value: '{dark-color-scheme.foreground.text-success}' },
|
80
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-success}' }
|
80
81
|
}
|
81
82
|
}
|
82
83
|
},
|
83
84
|
size: {
|
84
|
-
'margin-top': { value: '
|
85
|
-
'icon-margin': { value: '
|
85
|
+
'margin-top': { value: '{size.s}' },
|
86
|
+
'icon-margin': { value: '{size.xxs}' }
|
86
87
|
},
|
87
88
|
font: {
|
88
89
|
default: { value: 'caption' }
|
@@ -1,44 +1,44 @@
|
|
1
1
|
{
|
2
2
|
forms: {
|
3
3
|
'light-color-scheme': {
|
4
|
-
label: { value: '{light-color-scheme.foreground.text-less-contrast
|
5
|
-
legend: { value: '{light-color-scheme.foreground.text
|
4
|
+
label: { value: '{light-color-scheme.foreground.text-less-contrast}' },
|
5
|
+
legend: { value: '{light-color-scheme.foreground.text}' }
|
6
6
|
},
|
7
7
|
'dark-color-scheme': {
|
8
|
-
label: { value: '{dark-color-scheme.foreground.text-less-contrast
|
9
|
-
legend: { value: '{dark-color-scheme.foreground.text
|
8
|
+
label: { value: '{dark-color-scheme.foreground.text-less-contrast}' },
|
9
|
+
legend: { value: '{dark-color-scheme.foreground.text}' }
|
10
10
|
},
|
11
11
|
size: {
|
12
12
|
horizontal: {
|
13
13
|
row: {
|
14
|
-
'margin-bottom': { value: '
|
14
|
+
'margin-bottom': { value: '{size.xl}' }
|
15
15
|
},
|
16
16
|
label: {
|
17
|
-
'padding-top': { value: '
|
17
|
+
'padding-top': { value: '{size.xs}' },
|
18
18
|
'padding-bottom': { value: '0' }
|
19
19
|
},
|
20
20
|
control: {
|
21
|
-
'padding-left': { value: '
|
21
|
+
'padding-left': { value: '{size.l}' }
|
22
22
|
},
|
23
23
|
legend: {
|
24
|
-
'margin-top': { value: '
|
25
|
-
'margin-bottom': { value: '
|
24
|
+
'margin-top': { value: '{size.3xl}' },
|
25
|
+
'margin-bottom': { value: '{size.l}' }
|
26
26
|
}
|
27
27
|
},
|
28
28
|
vertical: {
|
29
29
|
row: {
|
30
|
-
'margin-bottom': { value: '
|
30
|
+
'margin-bottom': { value: '{size.l}' }
|
31
31
|
},
|
32
32
|
label: {
|
33
33
|
'padding-top': { value: '0' },
|
34
|
-
'padding-bottom': { value: '
|
34
|
+
'padding-bottom': { value: '{size.xxs}' }
|
35
35
|
},
|
36
36
|
control: {
|
37
|
-
'padding-left': { value: '
|
37
|
+
'padding-left': { value: '{size.xxl}' }
|
38
38
|
},
|
39
39
|
legend: {
|
40
|
-
'margin-top': { value: '
|
41
|
-
'margin-bottom': { value: '
|
40
|
+
'margin-top': { value: '{size.3xl}' },
|
41
|
+
'margin-bottom': { value: '{size.m}' }
|
42
42
|
}
|
43
43
|
},
|
44
44
|
},
|
@@ -0,0 +1,104 @@
|
|
1
|
+
{
|
2
|
+
icon: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
secondary: {
|
5
|
+
default: { value: '{light-color-scheme.second.palette.value.400}' },
|
6
|
+
states: {
|
7
|
+
hover: { value: '{light-color-scheme.second.palette.value.700}' },
|
8
|
+
active: { value: '{light-color-scheme.second.palette.value.800}' },
|
9
|
+
disabled: { value: 'mix({icon.light-color-scheme.secondary.default}, transparent, 30%)' }
|
10
|
+
},
|
11
|
+
},
|
12
|
+
primary: {
|
13
|
+
default: { value: '{light-color-scheme.primary.palette.value.400}' },
|
14
|
+
states: {
|
15
|
+
hover: { value: '{light-color-scheme.primary.palette.value.700}' },
|
16
|
+
active: { value: '{light-color-scheme.primary.palette.value.800}' },
|
17
|
+
disabled: { value: 'mix({icon.light-color-scheme.primary.default}, transparent, 30%)' }
|
18
|
+
},
|
19
|
+
},
|
20
|
+
info: {
|
21
|
+
default: { value: '{light-color-scheme.info.palette.value.400}' },
|
22
|
+
states: {
|
23
|
+
hover: { value: '{light-color-scheme.info.palette.value.700}' },
|
24
|
+
active: { value: '{light-color-scheme.info.palette.value.800}' },
|
25
|
+
disabled: { value: 'mix({icon.light-color-scheme.info.default}, transparent, 30%)' }
|
26
|
+
},
|
27
|
+
},
|
28
|
+
success: {
|
29
|
+
default: { value: '{light-color-scheme.success.palette.value.400}' },
|
30
|
+
states: {
|
31
|
+
hover: { value: '{light-color-scheme.success.palette.value.700}' },
|
32
|
+
active: { value: '{light-color-scheme.success.palette.value.800}' },
|
33
|
+
disabled: { value: 'mix({icon.light-color-scheme.success.default}, transparent, 30%)' }
|
34
|
+
},
|
35
|
+
},
|
36
|
+
warning: {
|
37
|
+
default: { value: '{light-color-scheme.warning.palette.value.400}' },
|
38
|
+
states: {
|
39
|
+
hover: { value: '{light-color-scheme.warning.palette.value.700}' },
|
40
|
+
active: { value: '{light-color-scheme.warning.palette.value.800}' },
|
41
|
+
disabled: { value: 'mix({icon.light-color-scheme.warning.default}, transparent, 30%)' }
|
42
|
+
},
|
43
|
+
},
|
44
|
+
error: {
|
45
|
+
default: { value: '{light-color-scheme.error.palette.value.400}' },
|
46
|
+
states: {
|
47
|
+
hover: { value: '{light-color-scheme.error.palette.value.700}' },
|
48
|
+
active: { value: '{light-color-scheme.error.palette.value.800}' },
|
49
|
+
disabled: { value: 'mix({icon.light-color-scheme.error.default}, transparent, 30%)' }
|
50
|
+
}
|
51
|
+
},
|
52
|
+
},
|
53
|
+
'dark-color-scheme': {
|
54
|
+
secondary: {
|
55
|
+
default: { value: '{dark-color-scheme.second.palette.value.500}' },
|
56
|
+
states: {
|
57
|
+
hover: { value: '{dark-color-scheme.second.palette.value.600}' },
|
58
|
+
active: { value: '{dark-color-scheme.second.palette.value.700}' },
|
59
|
+
disabled: { value: 'mix({icon.dark-color-scheme.secondary.default}, transparent, 30%)' }
|
60
|
+
},
|
61
|
+
},
|
62
|
+
primary: {
|
63
|
+
default: { value: '{dark-color-scheme.primary.palette.value.500}' },
|
64
|
+
states: {
|
65
|
+
hover: { value: '{dark-color-scheme.primary.palette.value.600}' },
|
66
|
+
active: { value: '{dark-color-scheme.primary.palette.value.700}' },
|
67
|
+
disabled: { value: 'mix({icon.dark-color-scheme.primary.default}, transparent, 30%)' }
|
68
|
+
},
|
69
|
+
},
|
70
|
+
info: {
|
71
|
+
default: { value: '{dark-color-scheme.info.palette.value.500}' },
|
72
|
+
states: {
|
73
|
+
hover: { value: '{dark-color-scheme.info.palette.value.600}' },
|
74
|
+
active: { value: '{dark-color-scheme.info.palette.value.700}' },
|
75
|
+
disabled: { value: 'mix({icon.dark-color-scheme.info.default}, transparent, 30%)' }
|
76
|
+
},
|
77
|
+
},
|
78
|
+
success: {
|
79
|
+
default: { value: '{dark-color-scheme.success.palette.value.500}' },
|
80
|
+
states: {
|
81
|
+
hover: { value: '{dark-color-scheme.success.palette.value.600}' },
|
82
|
+
active: { value: '{dark-color-scheme.success.palette.value.700}' },
|
83
|
+
disabled: { value: 'mix({icon.dark-color-scheme.success.default}, transparent, 30%)' }
|
84
|
+
},
|
85
|
+
},
|
86
|
+
warning: {
|
87
|
+
default: { value: '{dark-color-scheme.warning.palette.value.500}' },
|
88
|
+
states: {
|
89
|
+
hover: { value: '{dark-color-scheme.warning.palette.value.600}' },
|
90
|
+
active: { value: '{dark-color-scheme.warning.palette.value.700}' },
|
91
|
+
disabled: { value: 'mix({icon.dark-color-scheme.warning.default}, transparent, 30%)' }
|
92
|
+
},
|
93
|
+
},
|
94
|
+
error: {
|
95
|
+
default: { value: '{dark-color-scheme.error.palette.value.500}' },
|
96
|
+
states: {
|
97
|
+
hover: { value: '{dark-color-scheme.error.palette.value.600}' },
|
98
|
+
active: { value: '{dark-color-scheme.error.palette.value.700}' },
|
99
|
+
disabled: { value: 'mix({icon.dark-color-scheme.error.default}, transparent, 30%)' }
|
100
|
+
}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
}
|
@@ -1,54 +1,48 @@
|
|
1
1
|
{
|
2
2
|
link: {
|
3
3
|
'light-color-scheme': {
|
4
|
-
text: { value: '{light-color-scheme.primary.default
|
5
|
-
'border-bottom': { value: 'rgba({light-color-scheme.primary.default
|
4
|
+
text: { value: '{light-color-scheme.primary.default}' },
|
5
|
+
'border-bottom': { value: 'rgba({light-color-scheme.primary.default}, 0.32)' },
|
6
6
|
|
7
7
|
'state-visited': {
|
8
8
|
'text': { value: '#6A2795' },
|
9
9
|
'border-bottom': { value: 'rgba(106, 39, 149, 0.32)' }
|
10
10
|
},
|
11
11
|
'state-hover': {
|
12
|
-
'text': { value: '{light-color-scheme.primary.palette.value.600
|
13
|
-
'border-bottom': { value: 'rgba({light-color-scheme.primary.palette.value.600
|
12
|
+
'text': { value: '{light-color-scheme.primary.palette.value.600}' },
|
13
|
+
'border-bottom': { value: 'rgba({light-color-scheme.primary.palette.value.600}, 0.32)' }
|
14
14
|
},
|
15
15
|
|
16
|
-
'state-active': { value: '{light-color-scheme.primary.palette.value.700
|
16
|
+
'state-active': { value: '{light-color-scheme.primary.palette.value.700}' },
|
17
17
|
|
18
18
|
'state-focused': {
|
19
|
-
outline: { value: '{light-color-scheme.states.focused-color
|
19
|
+
outline: { value: '{light-color-scheme.states.focused-color}' }
|
20
20
|
}
|
21
21
|
},
|
22
22
|
'dark-color-scheme': {
|
23
|
-
text: { value: '{dark-color-scheme.primary.default
|
24
|
-
'border-bottom': { value: 'rgba({dark-color-scheme.primary.default
|
23
|
+
text: { value: '{dark-color-scheme.primary.default}' },
|
24
|
+
'border-bottom': { value: 'rgba({dark-color-scheme.primary.default}, 0.32)' },
|
25
25
|
|
26
26
|
'state-visited': {
|
27
27
|
'text': { value: '#a23ee2' },
|
28
28
|
'border-bottom': { value: 'rgba(162, 62, 226, 0.32)' }
|
29
29
|
},
|
30
30
|
'state-hover': {
|
31
|
-
'text': { value: '{dark-color-scheme.primary.palette.value.300
|
32
|
-
'border-bottom': { value: 'rgba({dark-color-scheme.primary.palette.value.300
|
31
|
+
'text': { value: '{dark-color-scheme.primary.palette.value.300}' },
|
32
|
+
'border-bottom': { value: 'rgba({dark-color-scheme.primary.palette.value.300}, 0.32)' }
|
33
33
|
},
|
34
|
-
'state-active': { value: '{dark-color-scheme.primary.palette.value.300
|
34
|
+
'state-active': { value: '{dark-color-scheme.primary.palette.value.300}' },
|
35
35
|
'state-focused': {
|
36
|
-
outline: { value: '{dark-color-scheme.states.focused-color
|
36
|
+
outline: { value: '{dark-color-scheme.states.focused-color}' }
|
37
37
|
}
|
38
38
|
},
|
39
39
|
size: {
|
40
|
-
'icon-margin': { value: '{
|
40
|
+
'icon-margin': { value: '{size.xxs}' },
|
41
41
|
'state-focused': {
|
42
42
|
'outline-offset': { value: '2px' },
|
43
43
|
'outline-width': { value: '2px' }
|
44
44
|
}
|
45
45
|
},
|
46
|
-
animation: {
|
47
|
-
'transition': { value: 'color ease-out 300ms' },
|
48
|
-
'state-hover': {
|
49
|
-
'transition': { value: 'color 0ms' }
|
50
|
-
}
|
51
|
-
},
|
52
46
|
font: {
|
53
47
|
default: { value: 'body' }
|
54
48
|
}
|
@@ -1,12 +1,10 @@
|
|
1
1
|
{
|
2
2
|
list: {
|
3
3
|
size: {
|
4
|
-
'horizontal-padding': { value: '{
|
5
|
-
'icon-
|
4
|
+
'horizontal-padding': { value: '{size.m}' },
|
5
|
+
'icon-right-margin': { value: '{size.s}' },
|
6
6
|
|
7
|
-
'item-height': { value: '{size.
|
8
|
-
|
9
|
-
'icon-width': { value: '24px' }
|
7
|
+
'item-height': { value: '{size.3xl}' },
|
10
8
|
},
|
11
9
|
font: {
|
12
10
|
item: { value: 'body' }
|