@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
@@ -1,108 +1,112 @@
|
|
1
1
|
{
|
2
2
|
'light-color-scheme': {
|
3
3
|
primary: {
|
4
|
-
default: { value: '{palette.blue.500
|
4
|
+
default: { value: '{palette.blue.500}' },
|
5
5
|
|
6
6
|
palette: { value: '{palette.blue}' }
|
7
7
|
},
|
8
8
|
second: {
|
9
|
-
default: { value: '{palette.grey.300
|
9
|
+
default: { value: '{palette.grey.300}' },
|
10
10
|
|
11
11
|
palette: { value: '{palette.grey}' }
|
12
12
|
},
|
13
13
|
error: {
|
14
|
-
default: { value: '{palette.red.400
|
14
|
+
default: { value: '{palette.red.400}' },
|
15
15
|
|
16
16
|
palette: { value: '{palette.red}' }
|
17
17
|
},
|
18
18
|
info: {
|
19
|
-
default: { value: '{palette.blue.200
|
19
|
+
default: { value: '{palette.blue.200}' },
|
20
20
|
|
21
21
|
palette: { value: '{palette.blue}' }
|
22
22
|
},
|
23
23
|
success: {
|
24
|
-
default: { value: '{palette.green.200
|
24
|
+
default: { value: '{palette.green.200}' },
|
25
25
|
|
26
26
|
palette: { value: '{palette.green}' }
|
27
27
|
},
|
28
28
|
warning: {
|
29
|
-
default: { value: '{palette.yellow.200
|
29
|
+
default: { value: '{palette.yellow.200}' },
|
30
30
|
|
31
31
|
palette: { value: '{palette.yellow}' }
|
32
32
|
},
|
33
33
|
foreground: {
|
34
|
-
text: { value: '{palette.grey.700
|
35
|
-
'text-less-contrast': { value: '{palette.grey.400
|
36
|
-
'text-disabled': { value: '{palette.grey.300
|
37
|
-
|
38
|
-
|
39
|
-
|
34
|
+
text: { value: '{palette.grey.700}' },
|
35
|
+
'text-less-contrast': { value: '{palette.grey.400}'},
|
36
|
+
'text-disabled': { value: '{palette.grey.300}' },
|
37
|
+
'text-error': { value: '{light-color-scheme.error.palette.value.500}' },
|
38
|
+
'text-success': { value: '{light-color-scheme.success.palette.value.560}' },
|
39
|
+
divider: { value: '{palette.grey.100}' },
|
40
|
+
border: { value: '{palette.grey.300}' },
|
41
|
+
icon: { value: '{palette.grey.400}' }
|
40
42
|
},
|
41
43
|
background: {
|
42
44
|
background: { value: 'white' },
|
43
|
-
'background-disabled': { value: '{palette.grey.60
|
45
|
+
'background-disabled': { value: '{palette.grey.60}' },
|
44
46
|
|
45
47
|
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
46
48
|
'overlay-active': { value: 'rgba(black, 0.1)' },
|
47
49
|
'overlay-disabled': { value: 'rgba(white, 0.3)' }
|
48
50
|
},
|
49
51
|
states: {
|
50
|
-
'focused-color': { value: '{light-color-scheme.primary.palette.value.500
|
51
|
-
'selected-color': { value: '{light-color-scheme.primary.palette.value.100
|
52
|
+
'focused-color': { value: '{light-color-scheme.primary.palette.value.500}' },
|
53
|
+
'selected-color': { value: '{light-color-scheme.primary.palette.value.100}' },
|
52
54
|
'pressed-shadow': { value: 'inset 0 1px 2px 0 rgba(black, 0.2)' },
|
53
55
|
'disabled-opacity': { value: 0.3 }
|
54
56
|
}
|
55
57
|
},
|
56
58
|
'dark-color-scheme': {
|
57
59
|
primary: {
|
58
|
-
default: { value: '{palette.blue.400
|
60
|
+
default: { value: '{palette.blue.400}' },
|
59
61
|
|
60
62
|
palette: { value: '{palette.blue}' }
|
61
63
|
},
|
62
64
|
second: {
|
63
|
-
default: { value: '{palette.grey.400
|
65
|
+
default: { value: '{palette.grey.400}' },
|
64
66
|
|
65
67
|
palette: { value: '{palette.grey}' }
|
66
68
|
},
|
67
69
|
error: {
|
68
|
-
default: { value: '{palette.red.400
|
70
|
+
default: { value: '{palette.red.400}' },
|
69
71
|
|
70
72
|
palette: { value: '{palette.red}' }
|
71
73
|
},
|
72
74
|
info: {
|
73
|
-
default: { value: '{palette.blue.400
|
75
|
+
default: { value: '{palette.blue.400}' },
|
74
76
|
|
75
77
|
palette: { value: '{palette.blue}' }
|
76
78
|
},
|
77
79
|
success: {
|
78
|
-
default: { value: '{palette.green.400
|
80
|
+
default: { value: '{palette.green.400}' },
|
79
81
|
|
80
82
|
palette: { value: '{palette.green}' }
|
81
83
|
},
|
82
84
|
warning: {
|
83
|
-
default: { value: '{palette.yellow.400
|
85
|
+
default: { value: '{palette.yellow.400}' },
|
84
86
|
|
85
87
|
palette: { value: '{palette.yellow}' }
|
86
88
|
},
|
87
89
|
foreground: {
|
88
|
-
text: { value: '{palette.grey.60
|
89
|
-
'text-less-contrast': { value: '{palette.grey.400
|
90
|
-
'text-disabled': { value: '{palette.grey.400
|
91
|
-
|
92
|
-
|
93
|
-
|
90
|
+
text: { value: '{palette.grey.60}' },
|
91
|
+
'text-less-contrast': { value: '{palette.grey.400}'},
|
92
|
+
'text-disabled': { value: '{palette.grey.400}' },
|
93
|
+
'text-error': { value: '{dark-color-scheme.error.palette.value.400}' },
|
94
|
+
'text-success': { value: '{dark-color-scheme.success.palette.value.400}' },
|
95
|
+
divider: { value: '{palette.grey.600}' },
|
96
|
+
border: { value: '{palette.grey.500}' },
|
97
|
+
icon: { value: '{palette.grey.400}' }
|
94
98
|
},
|
95
99
|
background: {
|
96
|
-
background: { value: '{palette.grey.800
|
97
|
-
'background-disabled': { value: '{palette.grey.600
|
100
|
+
background: { value: '{palette.grey.800}' },
|
101
|
+
'background-disabled': { value: '{palette.grey.600}' },
|
98
102
|
|
99
103
|
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
100
104
|
'overlay-active': { value: 'rgba(black, 0.1)' },
|
101
105
|
'overlay-disabled': { value: 'rgba(white, 0.2)' }
|
102
106
|
},
|
103
107
|
states: {
|
104
|
-
'focused-color': { value: '{dark-color-scheme.primary.palette.value.400
|
105
|
-
'selected-color': { value: '{dark-color-scheme.primary.palette.value.700
|
108
|
+
'focused-color': { value: '{dark-color-scheme.primary.palette.value.400}' },
|
109
|
+
'selected-color': { value: '{dark-color-scheme.primary.palette.value.700}' },
|
106
110
|
'pressed-shadow': { value: 'inset 1px 2px 2px 0 rgba(black, 0.2)' },
|
107
111
|
'disabled-opacity': { value: 0.3 }
|
108
112
|
}
|
@@ -1,5 +1,23 @@
|
|
1
1
|
{
|
2
2
|
size: {
|
3
|
+
'3xs': { value: '2px' },
|
4
|
+
'xxs': { value: '4px' },
|
5
|
+
'xs': { value: '6px' },
|
6
|
+
's': { value: '8px' },
|
7
|
+
'm': { value: '12px' },
|
8
|
+
'l': { value: '16px' },
|
9
|
+
'xl': { value: '20px' },
|
10
|
+
'xxl': { value: '24px' },
|
11
|
+
'3xl': { value: '32px' },
|
12
|
+
'4xl': { value: '40px' },
|
13
|
+
'5xl': { value: '48px' },
|
14
|
+
'6xl': { value: '56px' },
|
15
|
+
'7xl': { value: '64px' },
|
16
|
+
|
17
|
+
'border-width': '1px',
|
18
|
+
'border-radius': '3px',
|
19
|
+
|
20
|
+
// this will be deleted
|
3
21
|
'option-height': '32px',
|
4
22
|
'panel-height': '48px',
|
5
23
|
// у radio и checkbox в макетах 20px, у тоггла есть две модификации на 16px и 14px
|
@@ -12,7 +30,8 @@
|
|
12
30
|
'badge_tag-height': '24px',
|
13
31
|
// modal; sidepanel - сейчас в этих компонентах paddings
|
14
32
|
'header-height': '56px',
|
15
|
-
'footer-height': '64px'
|
33
|
+
'footer-height': '64px',
|
34
|
+
// this will be deleted
|
16
35
|
},
|
17
36
|
padding: {
|
18
37
|
'control-horizontal': '16px',
|
@@ -5,136 +5,171 @@
|
|
5
5
|
"line-height": { value: '76px' },
|
6
6
|
"letter-spacing": { value: '-0.4px' },
|
7
7
|
"font-weight": { value: 'normal' },
|
8
|
-
"font-family": { value: '{font.family.base
|
9
|
-
"text-transform": { value: 'null' }
|
8
|
+
"font-family": { value: '{font.family.base}' },
|
9
|
+
"text-transform": { value: 'null' },
|
10
|
+
"font-feature-settings": { value: 'null' }
|
10
11
|
},
|
11
12
|
"display-2": {
|
12
13
|
"font-size": { value: '45px' },
|
13
14
|
"line-height": { value: '56px' },
|
14
15
|
"letter-spacing": { value: 'normal' },
|
15
16
|
"font-weight": { value: 'normal' },
|
16
|
-
"font-family": { value: '{font.family.base
|
17
|
-
"text-transform": { value: 'null' }
|
17
|
+
"font-family": { value: '{font.family.base}' },
|
18
|
+
"text-transform": { value: 'null' },
|
19
|
+
"font-feature-settings": { value: 'null' }
|
18
20
|
},
|
19
21
|
"display-3": {
|
20
22
|
"font-size": { value: '34px' },
|
21
23
|
"line-height": { value: '44px' },
|
22
24
|
"letter-spacing": { value: '0.25px' },
|
23
25
|
"font-weight": { value: 'normal' },
|
24
|
-
"font-family": { value: '{font.family.base
|
25
|
-
"text-transform": { value: 'null' }
|
26
|
+
"font-family": { value: '{font.family.base}' },
|
27
|
+
"text-transform": { value: 'null' },
|
28
|
+
"font-feature-settings": { value: 'null' }
|
26
29
|
},
|
27
30
|
"headline": {
|
28
31
|
"font-size": { value: '24px' },
|
29
32
|
"line-height": { value: '32px' },
|
30
33
|
"letter-spacing": { value: 'normal' },
|
31
34
|
"font-weight": { value: 'normal' },
|
32
|
-
"font-family": { value: '{font.family.base
|
33
|
-
"text-transform": { value: 'null' }
|
35
|
+
"font-family": { value: '{font.family.base}' },
|
36
|
+
"text-transform": { value: 'null' },
|
37
|
+
"font-feature-settings": { value: 'null' }
|
34
38
|
},
|
35
39
|
"title": {
|
36
40
|
"font-size": { value: '20px' },
|
37
41
|
"line-height": { value: '28px' },
|
38
42
|
"letter-spacing": { value: '0.15px' },
|
39
43
|
"font-weight": { value: '500' },
|
40
|
-
"font-family": { value: '{font.family.base
|
41
|
-
"text-transform": { value: 'null' }
|
44
|
+
"font-family": { value: '{font.family.base}' },
|
45
|
+
"text-transform": { value: 'null' },
|
46
|
+
"font-feature-settings": { value: 'null' }
|
42
47
|
},
|
43
48
|
"subheading": {
|
44
49
|
"font-size": { value: '15px' },
|
45
50
|
"line-height": { value: '20px' },
|
46
51
|
"letter-spacing": { value: '0.15px' },
|
47
52
|
"font-weight": { value: '700' },
|
48
|
-
"font-family": { value: '{font.family.base
|
49
|
-
"text-transform": { value: 'null' }
|
53
|
+
"font-family": { value: '{font.family.base}' },
|
54
|
+
"text-transform": { value: 'null' },
|
55
|
+
"font-feature-settings": { value: 'null' }
|
50
56
|
},
|
51
57
|
"body": {
|
52
58
|
"font-size": { value: '15px' },
|
53
59
|
"line-height": { value: '20px' },
|
54
60
|
"letter-spacing": { value: '0.15px' },
|
55
61
|
"font-weight": { value: 'normal' },
|
56
|
-
"font-family": { value: '{font.family.base
|
57
|
-
"text-transform": { value: 'null' }
|
62
|
+
"font-family": { value: '{font.family.base}' },
|
63
|
+
"text-transform": { value: 'null' },
|
64
|
+
"font-feature-settings": { value: 'null' }
|
58
65
|
},
|
59
|
-
"body-
|
66
|
+
"body-tabular": {
|
60
67
|
"font-size": { value: '15px' },
|
61
68
|
"line-height": { value: '20px' },
|
62
69
|
"letter-spacing": { value: '0.15px' },
|
70
|
+
"font-weight": { value: 'normal' },
|
71
|
+
"font-family": { value: '{font.family.base}' },
|
72
|
+
"text-transform": { value: 'null' },
|
73
|
+
"font-feature-settings": { value: '"tnum" on' }
|
74
|
+
},
|
75
|
+
"body-strong": {
|
76
|
+
"font-size": { value: '15px' },
|
77
|
+
"line-height": { value: '20px' },
|
78
|
+
"letter-spacing": { value: '-0.009em' },
|
63
79
|
"font-weight": { value: '500' },
|
64
|
-
"font-family": { value: '{font.family.base
|
65
|
-
"text-transform": { value: 'null' }
|
80
|
+
"font-family": { value: '{font.family.base}' },
|
81
|
+
"text-transform": { value: 'null' },
|
82
|
+
"font-feature-settings": { value: 'null' }
|
66
83
|
},
|
67
84
|
"body-caps": {
|
68
85
|
"font-size": { value: '15px' },
|
69
86
|
"line-height": { value: '20px' },
|
70
87
|
"letter-spacing": { value: '1.7px' },
|
71
88
|
"font-weight": { value: 'normal' },
|
72
|
-
"font-family": { value: '{font.family.base
|
73
|
-
"text-transform": { value: 'uppercase' }
|
89
|
+
"font-family": { value: '{font.family.base}' },
|
90
|
+
"text-transform": { value: 'uppercase' },
|
91
|
+
"font-feature-settings": { value: 'null' }
|
74
92
|
},
|
75
93
|
"body-mono": {
|
76
94
|
"font-size": { value: '15px' },
|
77
95
|
"line-height": { value: '20px' },
|
78
96
|
"letter-spacing": { value: 'normal' },
|
79
97
|
"font-weight": { value: 'normal' },
|
80
|
-
"font-family": { value: '{font.family.monospace
|
81
|
-
"text-transform": { value: 'null' }
|
98
|
+
"font-family": { value: '{font.family.monospace}' },
|
99
|
+
"text-transform": { value: 'null' },
|
100
|
+
"font-feature-settings": { value: 'null' }
|
82
101
|
},
|
83
102
|
"caption": {
|
84
103
|
"font-size": { value: '13px' },
|
85
104
|
"line-height": { value: '16px' },
|
86
105
|
"letter-spacing": { value: '0.25px' },
|
87
106
|
"font-weight": { value: 'normal' },
|
88
|
-
"font-family": { value: '{font.family.base
|
89
|
-
"text-transform": { value: 'null' }
|
107
|
+
"font-family": { value: '{font.family.base}' },
|
108
|
+
"text-transform": { value: 'null' },
|
109
|
+
"font-feature-settings": { value: 'null' }
|
110
|
+
},
|
111
|
+
"caption-tabular": {
|
112
|
+
"font-size": { value: '13px' },
|
113
|
+
"line-height": { value: '16px' },
|
114
|
+
"letter-spacing": { value: '0.25px' },
|
115
|
+
"font-weight": { value: 'normal' },
|
116
|
+
"font-family": { value: '{font.family.base}' },
|
117
|
+
"text-transform": { value: 'null' },
|
118
|
+
"font-feature-settings": { value: '"tnum" on' }
|
90
119
|
},
|
91
120
|
"caption-caps": {
|
92
121
|
"font-size": { value: '13px' },
|
93
122
|
"line-height": { value: '16px' },
|
94
123
|
"letter-spacing": { value: '1.5px' },
|
95
124
|
"font-weight": { value: 'normal' },
|
96
|
-
"font-family": { value: '{font.family.base
|
97
|
-
"text-transform": { value: 'uppercase' }
|
125
|
+
"font-family": { value: '{font.family.base}' },
|
126
|
+
"text-transform": { value: 'uppercase' },
|
127
|
+
"font-feature-settings": { value: 'null' }
|
98
128
|
},
|
99
129
|
"caption-mono": {
|
100
130
|
"font-size": { value: '13px' },
|
101
131
|
"line-height": { value: '16px' },
|
102
132
|
"letter-spacing": { value: 'normal' },
|
103
133
|
"font-weight": { value: 'normal' },
|
104
|
-
"font-family": { value: '{font.family.monospace
|
105
|
-
"text-transform": { value: 'null' }
|
134
|
+
"font-family": { value: '{font.family.monospace}' },
|
135
|
+
"text-transform": { value: 'null' },
|
136
|
+
"font-feature-settings": { value: 'null' }
|
106
137
|
},
|
107
138
|
"small-text": {
|
108
139
|
"font-size": { value: '13px' },
|
109
140
|
"line-height": { value: '16px' },
|
110
141
|
"letter-spacing": { value: '0.25px' },
|
111
142
|
"font-weight": { value: 'normal' },
|
112
|
-
"font-family": { value: '{font.family.base
|
113
|
-
"text-transform": { value: 'null' }
|
143
|
+
"font-family": { value: '{font.family.base}' },
|
144
|
+
"text-transform": { value: 'null' },
|
145
|
+
"font-feature-settings": { value: 'null' }
|
114
146
|
},
|
115
147
|
"extra-small-text": {
|
116
148
|
"font-size": { value: '11px' },
|
117
149
|
"line-height": { value: '16px' },
|
118
150
|
"letter-spacing": { value: '0.22px' },
|
119
151
|
"font-weight": { value: 'normal' },
|
120
|
-
"font-family": { value: '{font.family.base
|
121
|
-
"text-transform": { value: 'null' }
|
152
|
+
"font-family": { value: '{font.family.base}' },
|
153
|
+
"text-transform": { value: 'null' },
|
154
|
+
"font-feature-settings": { value: 'null' }
|
122
155
|
},
|
123
156
|
"extra-small-text-caps": {
|
124
157
|
"font-size": { value: '11px' },
|
125
158
|
"line-height": { value: '16px' },
|
126
159
|
"letter-spacing": { value: '1px' },
|
127
160
|
"font-weight": { value: 'normal' },
|
128
|
-
"font-family": { value: '{font.family.base
|
129
|
-
"text-transform": { value: 'uppercase' }
|
161
|
+
"font-family": { value: '{font.family.base}' },
|
162
|
+
"text-transform": { value: 'uppercase' },
|
163
|
+
"font-feature-settings": { value: 'null' }
|
130
164
|
},
|
131
165
|
"extra-small-text-mono": {
|
132
166
|
"font-size": { value: '11px' },
|
133
167
|
"line-height": { value: '16px' },
|
134
168
|
"letter-spacing": { value: '0px' },
|
135
169
|
"font-weight": { value: 'normal' },
|
136
|
-
"font-family": { value: '{font.family.monospace
|
137
|
-
"text-transform": { value: 'null' }
|
170
|
+
"font-family": { value: '{font.family.monospace}' },
|
171
|
+
"text-transform": { value: 'null' },
|
172
|
+
"font-feature-settings": { value: 'null' }
|
138
173
|
}
|
139
174
|
}
|
140
175
|
}
|