@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
@@ -5,136 +5,171 @@
|
|
5
5
|
"line-height": { value: '76px' },
|
6
6
|
"letter-spacing": { value: 'normal' },
|
7
7
|
"font-weight": { value: 'normal' },
|
8
|
-
"font-family": { value: '{font.family.accent
|
9
|
-
"text-transform": { value: 'null' }
|
8
|
+
"font-family": { value: '{font.family.accent}' },
|
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.accent
|
17
|
-
"text-transform": { value: 'null' }
|
17
|
+
"font-family": { value: '{font.family.accent}' },
|
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: 'normal' },
|
23
25
|
"font-weight": { value: 'normal' },
|
24
|
-
"font-family": { value: '{font.family.accent
|
25
|
-
"text-transform": { value: 'null' }
|
26
|
+
"font-family": { value: '{font.family.accent}' },
|
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.accent
|
33
|
-
"text-transform": { value: 'null' }
|
35
|
+
"font-family": { value: '{font.family.accent}' },
|
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: 'normal' },
|
39
43
|
"font-weight": { value: '600' },
|
40
|
-
"font-family": { value: '{font.family.accent
|
41
|
-
"text-transform": { value: 'null' }
|
44
|
+
"font-family": { value: '{font.family.accent}' },
|
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.009em' },
|
47
52
|
"font-weight": { value: '600' },
|
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: '"ss01" on, "ss04" on' }
|
50
56
|
},
|
51
57
|
"body": {
|
52
58
|
"font-size": { value: '15px' },
|
53
59
|
"line-height": { value: '20px' },
|
54
60
|
"letter-spacing": { value: '-0.009em' },
|
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: '"ss01" on, "ss04" on' }
|
65
|
+
},
|
66
|
+
"body-tabular": {
|
67
|
+
"font-size": { value: '15px' },
|
68
|
+
"line-height": { value: '20px' },
|
69
|
+
"letter-spacing": { value: '-0.009em' },
|
70
|
+
"font-weight": { value: 'normal' },
|
71
|
+
"font-family": { value: '{font.family.base}' },
|
72
|
+
"text-transform": { value: 'null' },
|
73
|
+
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
58
74
|
},
|
59
75
|
"body-strong": {
|
60
76
|
"font-size": { value: '15px' },
|
61
77
|
"line-height": { value: '20px' },
|
62
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: '"ss01" on, "ss04" on' }
|
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: '"ss01" on, "ss04" on' }
|
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.0025em' },
|
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: '"ss01" on, "ss04" on' }
|
110
|
+
},
|
111
|
+
"caption-tabular": {
|
112
|
+
"font-size": { value: '13px' },
|
113
|
+
"line-height": { value: '16px' },
|
114
|
+
"letter-spacing": { value: '-0.0025em' },
|
115
|
+
"font-weight": { value: 'normal' },
|
116
|
+
"font-family": { value: '{font.family.base}' },
|
117
|
+
"text-transform": { value: 'null' },
|
118
|
+
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" 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: '"ss01" on, "ss04" on' }
|
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.0025em' },
|
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: '"ss01" on, "ss04" on' }
|
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.005em' },
|
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: '"ss01" on, "ss04" on' }
|
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: '"ss01" on, "ss04" on' }
|
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
|
}
|