@ptsecurity/mosaic 13.1.1 → 13.3.1
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 +464 -165
- package/_visual.scss +419 -239
- 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 +30 -30
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +91 -101
- package/design-tokens/legacy-2017/tokens/components/button.json5 +53 -54
- package/design-tokens/legacy-2017/tokens/components/card.json5 +24 -24
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +10 -10
- package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +4 -4
- package/design-tokens/legacy-2017/tokens/components/dl.json5 +38 -0
- package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +2 -1
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +48 -8
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +4 -4
- 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 +10 -8
- package/design-tokens/legacy-2017/tokens/components/navbar.json5 +12 -11
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +18 -18
- package/design-tokens/legacy-2017/tokens/components/popup.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +12 -12
- package/design-tokens/legacy-2017/tokens/components/select.json5 +0 -1
- package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +6 -4
- package/design-tokens/legacy-2017/tokens/components/table.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +82 -6
- package/design-tokens/legacy-2017/tokens/components/tags.json5 +49 -50
- package/design-tokens/legacy-2017/tokens/components/toggle.json5 +17 -17
- package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +21 -21
- package/design-tokens/legacy-2017/tokens/components/tree.json5 +5 -2
- package/design-tokens/legacy-2017/tokens/properties/colors.json5 +35 -31
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +20 -1
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +70 -35
- package/design-tokens/legacy-2017/tokens.d.ts +155 -56
- package/design-tokens/pt-2022/tokens/components/alert.json5 +30 -30
- package/design-tokens/pt-2022/tokens/components/badge.json5 +92 -102
- package/design-tokens/pt-2022/tokens/components/button.json5 +54 -55
- package/design-tokens/pt-2022/tokens/components/card.json5 +24 -24
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +10 -10
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +4 -4
- package/design-tokens/pt-2022/tokens/components/dl.json5 +38 -0
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +2 -1
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +48 -8
- package/design-tokens/pt-2022/tokens/components/forms.json5 +4 -4
- 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 +10 -8
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +14 -13
- package/design-tokens/pt-2022/tokens/components/popover.json5 +21 -21
- package/design-tokens/pt-2022/tokens/components/popup.json5 +8 -8
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/radio.json5 +12 -12
- package/design-tokens/pt-2022/tokens/components/select.json5 +0 -1
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +7 -5
- package/design-tokens/pt-2022/tokens/components/table.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +82 -6
- package/design-tokens/pt-2022/tokens/components/tags.json5 +49 -50
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +18 -18
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +23 -23
- package/design-tokens/pt-2022/tokens/components/tree.json5 +5 -2
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +37 -33
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +20 -1
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +69 -34
- 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 +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 +156 -57
- package/esm2020/design-tokens/pt-2022/tokens.mjs +152 -53
- package/esm2020/divider/divider.component.mjs +3 -3
- 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 +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 +18 -18
- 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 +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 +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 +443 -146
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
- 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-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-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 +28 -28
- 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 +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-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 +443 -146
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
- 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-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-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 +28 -28
- 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 +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-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/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 +18 -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
@@ -2,46 +2,46 @@
|
|
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: {
|
@@ -1,28 +1,28 @@
|
|
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
|
},
|
@@ -9,16 +9,16 @@
|
|
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
|
},
|
@@ -0,0 +1,38 @@
|
|
1
|
+
{
|
2
|
+
'description-list': {
|
3
|
+
'light-color-scheme': {
|
4
|
+
dt: { value: '{light-color-scheme.foreground.text-less-contrast}' },
|
5
|
+
dd: { value: '{light-color-scheme.foreground.text}' }
|
6
|
+
},
|
7
|
+
'dark-color-scheme': {
|
8
|
+
dt: { value: '{dark-color-scheme.foreground.text-less-contrast}' },
|
9
|
+
dd: { value: '{dark-color-scheme.foreground.text}' }
|
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: '{size.l}' },
|
19
|
+
'row-gap': { value: '{size.m}' }
|
20
|
+
},
|
21
|
+
vertical: {
|
22
|
+
'column-gap': { value: '0' },
|
23
|
+
'row-gap': { value: '{size.3xs}' },
|
24
|
+
'dd-margin-bottom': { value: '{size.l}' }
|
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,34 +1,35 @@
|
|
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
34
|
width: { value: '1px' },
|
34
35
|
radius: { value: '3px' }
|
@@ -48,5 +49,44 @@
|
|
48
49
|
font: {
|
49
50
|
default: { value: 'caption' }
|
50
51
|
}
|
52
|
+
},
|
53
|
+
'form-field-password-hint': {
|
54
|
+
'light-color-scheme': {
|
55
|
+
'text-color': { value: '{light-color-scheme.foreground.text}' },
|
56
|
+
'icon-color': { value: '{light-color-scheme.foreground.text}' },
|
57
|
+
|
58
|
+
states: {
|
59
|
+
invalid: {
|
60
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-error}' },
|
61
|
+
'text-color': { value: '{light-color-scheme.foreground.text}' }
|
62
|
+
},
|
63
|
+
valid: {
|
64
|
+
'text-color': { value: '{light-color-scheme.foreground.text-success}' },
|
65
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-success}' }
|
66
|
+
}
|
67
|
+
}
|
68
|
+
},
|
69
|
+
'dark-color-scheme': {
|
70
|
+
'text-color': { value: '{dark-color-scheme.foreground.text}' },
|
71
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text}' },
|
72
|
+
|
73
|
+
states: {
|
74
|
+
invalid: {
|
75
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-error}' },
|
76
|
+
'text-color': { value: '{dark-color-scheme.foreground.text}' }
|
77
|
+
},
|
78
|
+
valid: {
|
79
|
+
'text-color': { value: '{dark-color-scheme.foreground.text-success}' },
|
80
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-success}' }
|
81
|
+
}
|
82
|
+
}
|
83
|
+
},
|
84
|
+
size: {
|
85
|
+
'margin-top': { value: '8px' },
|
86
|
+
'icon-margin': { value: '4px' }
|
87
|
+
},
|
88
|
+
font: {
|
89
|
+
default: { value: 'caption' }
|
90
|
+
}
|
51
91
|
}
|
52
92
|
}
|
@@ -1,12 +1,12 @@
|
|
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: {
|
@@ -1,9 +1,8 @@
|
|
1
1
|
{
|
2
2
|
input: {
|
3
3
|
size: {
|
4
|
-
padding: { value: '
|
5
|
-
width: { value: '100%' }
|
6
|
-
'min-height': { value: '30px' }
|
4
|
+
padding: { value: '0 {padding.control-horizontal}' },
|
5
|
+
width: { value: '100%' }
|
7
6
|
},
|
8
7
|
font: {
|
9
8
|
default: { value: 'body' },
|
@@ -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' }
|
@@ -2,7 +2,7 @@
|
|
2
2
|
modal: {
|
3
3
|
'light-color-scheme': {
|
4
4
|
shadow: {
|
5
|
-
value: '(0 0 0 1px {light-color-scheme.second.palette.value.300
|
5
|
+
value: '(0 0 0 1px {light-color-scheme.second.palette.value.300}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
|
6
6
|
},
|
7
7
|
'body-top-shadow':{
|
8
8
|
value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
|
@@ -14,7 +14,7 @@
|
|
14
14
|
},
|
15
15
|
'dark-color-scheme': {
|
16
16
|
shadow: {
|
17
|
-
value: '(0 0 0 1px {dark-color-scheme.second.palette.value.800
|
17
|
+
value: '(0 0 0 1px {dark-color-scheme.second.palette.value.800}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
|
18
18
|
},
|
19
19
|
'body-top-shadow':{
|
20
20
|
value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
|
@@ -37,14 +37,15 @@
|
|
37
37
|
},
|
38
38
|
'modal-header': {
|
39
39
|
'light-color-scheme': {
|
40
|
-
border: { value: '{light-color-scheme.foreground.divider
|
40
|
+
border: { value: '{light-color-scheme.foreground.divider}' }
|
41
41
|
},
|
42
42
|
'dark-color-scheme': {
|
43
|
-
border: { value: '{dark-color-scheme.foreground.divider
|
43
|
+
border: { value: '{dark-color-scheme.foreground.divider}' }
|
44
44
|
},
|
45
45
|
size: {
|
46
46
|
'border-radius': { value: '4px 4px 0 0' },
|
47
|
-
|
47
|
+
height: { value: '{size.6xl}' },
|
48
|
+
padding: { value: '0 16px' }
|
48
49
|
},
|
49
50
|
font: {
|
50
51
|
default: { value: 'title' }
|
@@ -61,14 +62,15 @@
|
|
61
62
|
},
|
62
63
|
'modal-footer': {
|
63
64
|
'light-color-scheme': {
|
64
|
-
border: { value: '{light-color-scheme.foreground.divider
|
65
|
+
border: { value: '{light-color-scheme.foreground.divider}' }
|
65
66
|
},
|
66
67
|
'dark-color-scheme': {
|
67
|
-
border: { value: '{dark-color-scheme.foreground.divider
|
68
|
+
border: { value: '{dark-color-scheme.foreground.divider}' }
|
68
69
|
},
|
69
70
|
size: {
|
70
71
|
'border-radius': { value: '0 0 4px 4px' },
|
71
|
-
|
72
|
+
height: { value: '{size.7xl}' },
|
73
|
+
padding: { value: '0 {size.l}' }
|
72
74
|
}
|
73
75
|
},
|
74
76
|
'modal-confirm': {
|
@@ -1,17 +1,18 @@
|
|
1
1
|
{
|
2
2
|
navbar: {
|
3
3
|
'light-color-scheme': {
|
4
|
-
background: { value: '{light-color-scheme.primary.palette.value.700
|
4
|
+
background: { value: '{light-color-scheme.primary.palette.value.700}' },
|
5
5
|
|
6
6
|
'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
|
7
7
|
},
|
8
8
|
'dark-color-scheme': {
|
9
|
-
background: { value: '{dark-color-scheme.primary.palette.value.700
|
9
|
+
background: { value: '{dark-color-scheme.primary.palette.value.700}' },
|
10
10
|
|
11
11
|
'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
|
12
12
|
},
|
13
13
|
size: {
|
14
|
-
'icon-margin': { value: '6px' }
|
14
|
+
'icon-margin': { value: '6px' },
|
15
|
+
'right-icon-margin': { value: '{size.3xs}' }
|
15
16
|
},
|
16
17
|
font: {
|
17
18
|
title: { value: 'body' }
|
@@ -28,26 +29,26 @@
|
|
28
29
|
},
|
29
30
|
'navbar-item': {
|
30
31
|
'light-color-scheme': {
|
31
|
-
text: { value: '{light-color-scheme.primary.palette.value.100
|
32
|
-
icon: { value: '{light-color-scheme.primary.palette.value.100
|
32
|
+
text: { value: '{light-color-scheme.primary.palette.value.100}' },
|
33
|
+
icon: { value: '{light-color-scheme.primary.palette.value.100}' },
|
33
34
|
|
34
35
|
states: {
|
35
36
|
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
36
|
-
selected: { value: '{light-color-scheme.
|
37
|
+
selected: { value: '{light-color-scheme.primary.palette.value.600}' },
|
37
38
|
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
38
|
-
progress: { value: '{light-color-scheme.primary.palette.value.800
|
39
|
+
progress: { value: '{light-color-scheme.primary.palette.value.800}' },
|
39
40
|
'disabled-opacity': { value: 0.3 }
|
40
41
|
}
|
41
42
|
},
|
42
43
|
'dark-color-scheme': {
|
43
|
-
text: { value: '{dark-color-scheme.primary.palette.value.100
|
44
|
-
icon: { value: '{dark-color-scheme.primary.palette.value.100
|
44
|
+
text: { value: '{dark-color-scheme.primary.palette.value.100}' },
|
45
|
+
icon: { value: '{dark-color-scheme.primary.palette.value.100}' },
|
45
46
|
|
46
47
|
states: {
|
47
48
|
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
48
|
-
selected: { value: '{dark-color-scheme.
|
49
|
+
selected: { value: '{dark-color-scheme.primary.palette.value.600}' },
|
49
50
|
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
50
|
-
progress: { value: '{dark-color-scheme.primary.palette.value.800
|
51
|
+
progress: { value: '{dark-color-scheme.primary.palette.value.800}' },
|
51
52
|
'disabled-opacity': { value: 0.3 }
|
52
53
|
}
|
53
54
|
},
|
@@ -2,15 +2,15 @@
|
|
2
2
|
popover: {
|
3
3
|
'light-color-scheme': {
|
4
4
|
background: { value: 'white' },
|
5
|
-
text: { value: '{light-color-scheme.foreground.text
|
6
|
-
shadow: { value: '{popup.light-color-scheme.shadow
|
7
|
-
border: { value: '{light-color-scheme.foreground.border
|
5
|
+
text: { value: '{light-color-scheme.foreground.text}' },
|
6
|
+
shadow: { value: '{popup.light-color-scheme.shadow}' },
|
7
|
+
border: { value: '{light-color-scheme.foreground.border}' }
|
8
8
|
},
|
9
9
|
'dark-color-scheme': {
|
10
|
-
background: { value: '{dark-color-scheme.second.palette.value.700
|
11
|
-
text: { value: '{dark-color-scheme.foreground.text
|
12
|
-
shadow: { value: '{popup.dark-color-scheme.shadow
|
13
|
-
border: { value: '{dark-color-scheme.second.palette.value.700
|
10
|
+
background: { value: '{dark-color-scheme.second.palette.value.700}' },
|
11
|
+
text: { value: '{dark-color-scheme.foreground.text}' },
|
12
|
+
shadow: { value: '{popup.dark-color-scheme.shadow}' },
|
13
|
+
border: { value: '{dark-color-scheme.second.palette.value.700}' }
|
14
14
|
},
|
15
15
|
size: {
|
16
16
|
'max-height': { value: '480px' },
|
@@ -30,18 +30,18 @@
|
|
30
30
|
},
|
31
31
|
'popover-header': {
|
32
32
|
'light-color-scheme': {
|
33
|
-
border: { value: '{light-color-scheme.second.palette.value.100
|
34
|
-
text: { value: '{light-color-scheme.foreground.text
|
33
|
+
border: { value: '{light-color-scheme.second.palette.value.100}' },
|
34
|
+
text: { value: '{light-color-scheme.foreground.text}' },
|
35
35
|
background: { value: 'white' }
|
36
36
|
},
|
37
37
|
'dark-color-scheme': {
|
38
|
-
border: { value: '{popup.dark-color-scheme.footer-background
|
39
|
-
text: { value: '{dark-color-scheme.foreground.text
|
40
|
-
background: { value: '{dark-color-scheme.second.palette.value.700
|
38
|
+
border: { value: '{popup.dark-color-scheme.footer-background}' },
|
39
|
+
text: { value: '{dark-color-scheme.foreground.text}' },
|
40
|
+
background: { value: '{dark-color-scheme.second.palette.value.700}' }
|
41
41
|
},
|
42
42
|
size: {
|
43
|
-
height: { value: '
|
44
|
-
padding: { value: '
|
43
|
+
height: { value: '{size.4xl}' },
|
44
|
+
padding: { value: '0 16px' }
|
45
45
|
},
|
46
46
|
font: {
|
47
47
|
default: { value: 'subheading' }
|
@@ -49,12 +49,12 @@
|
|
49
49
|
},
|
50
50
|
'popover-footer': {
|
51
51
|
'light-color-scheme': {
|
52
|
-
border: { value: '{popup.light-color-scheme.footer-background
|
53
|
-
background: { value: '{popup.light-color-scheme.footer-background
|
52
|
+
border: { value: '{popup.light-color-scheme.footer-background}' },
|
53
|
+
background: { value: '{popup.light-color-scheme.footer-background}' }
|
54
54
|
},
|
55
55
|
'dark-color-scheme': {
|
56
|
-
border: { value: '{popup.dark-color-scheme.footer-background
|
57
|
-
background: { value: '{popup.dark-color-scheme.footer-background
|
56
|
+
border: { value: '{popup.dark-color-scheme.footer-background}' },
|
57
|
+
background: { value: '{popup.dark-color-scheme.footer-background}' }
|
58
58
|
},
|
59
59
|
size: {
|
60
60
|
'margin-top': { value: '8px' },
|
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
popup: {
|
3
3
|
'light-color-scheme': {
|
4
|
-
shadow: { value: '0 3px 3px 0 {light-color-scheme.second.palette.value.A200
|
5
|
-
border: { value: '{light-color-scheme.second.palette.value.300
|
6
|
-
divider: { value: '{light-color-scheme.second.palette.value.200
|
4
|
+
shadow: { value: '0 3px 3px 0 {light-color-scheme.second.palette.value.A200}' },
|
5
|
+
border: { value: '{light-color-scheme.second.palette.value.300}' },
|
6
|
+
divider: { value: '{light-color-scheme.second.palette.value.200}' },
|
7
7
|
background: { value: 'white' },
|
8
|
-
'footer-background': { value: '{light-color-scheme.second.palette.value.60
|
8
|
+
'footer-background': { value: '{light-color-scheme.second.palette.value.60}' }
|
9
9
|
},
|
10
10
|
'dark-color-scheme': {
|
11
|
-
shadow: { value: '0 3px 3px 0 {dark-color-scheme.second.palette.value.A200
|
12
|
-
border: { value: '{dark-color-scheme.second.palette.value.400
|
13
|
-
divider: { value: '{dark-color-scheme.foreground.divider
|
14
|
-
background: { value: '{dark-color-scheme.second.palette.value.700
|
11
|
+
shadow: { value: '0 3px 3px 0 {dark-color-scheme.second.palette.value.A200}' },
|
12
|
+
border: { value: '{dark-color-scheme.second.palette.value.400}' },
|
13
|
+
divider: { value: '{dark-color-scheme.foreground.divider}' },
|
14
|
+
background: { value: '{dark-color-scheme.second.palette.value.700}' },
|
15
15
|
'footer-background': { value: 'transparent' }
|
16
16
|
}
|
17
17
|
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
'progress-bar': {
|
3
3
|
'light-color-scheme': {
|
4
|
-
background: { value: '{light-color-scheme.second.palette.value.60
|
4
|
+
background: { value: '{light-color-scheme.second.palette.value.60}' }
|
5
5
|
},
|
6
6
|
'dark-color-scheme': {
|
7
|
-
background: { value: '{dark-color-scheme.second.palette.value.600
|
7
|
+
background: { value: '{dark-color-scheme.second.palette.value.600}' }
|
8
8
|
},
|
9
9
|
size: {
|
10
10
|
height: { value: '4px' }
|