@ptsecurity/mosaic 13.0.0 → 13.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_theming.scss +1235 -1004
- package/_visual.scss +914 -708
- package/core/formatters/date/formatter.d.ts +37 -13
- package/core/pop-up/pop-up.d.ts +1 -0
- package/core/public-api.d.ts +1 -0
- package/core/version.d.ts +2 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/alert.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/autocomplete.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/badge.json5 +28 -38
- package/design-tokens/{tokens → legacy-2017/tokens}/components/button-toggle.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/button.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/card.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/checkbox.json5 +2 -2
- package/design-tokens/{tokens → legacy-2017/tokens}/components/datepicker.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/divider.json5 +0 -0
- package/design-tokens/legacy-2017/tokens/components/dl.json5 +38 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/dropdown.json5 +0 -0
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +91 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/forms.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/input.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/link.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/list.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/modal.json5 +12 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/navbar.json5 +2 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/optgroup.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/option.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/popover.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/popup.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/progress-bar.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/progress-spinner.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/radio.json5 +0 -1
- package/design-tokens/{tokens → legacy-2017/tokens}/components/select.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/sidepanel.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/table.json5 +0 -0
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +101 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/tags.json5 +6 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/textarea.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/timepicker.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/toggle.json5 +24 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/tooltip.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/components/tree.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/aliases.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/colors.json5 +4 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/font.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/globals.json5 +20 -1
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/padding.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/palette.json5 +0 -0
- package/design-tokens/{tokens → legacy-2017/tokens}/properties/typography.json5 +0 -0
- package/design-tokens/{tokens.d.ts → legacy-2017/tokens.d.ts} +101 -28
- package/design-tokens/pt-2022/tokens/components/alert.json5 +83 -0
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +11 -0
- package/design-tokens/pt-2022/tokens/components/badge.json5 +174 -0
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +10 -0
- package/design-tokens/pt-2022/tokens/components/button.json5 +143 -0
- package/design-tokens/pt-2022/tokens/components/card.json5 +51 -0
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +39 -0
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +64 -0
- package/design-tokens/pt-2022/tokens/components/divider.json5 +8 -0
- package/design-tokens/pt-2022/tokens/components/dl.json5 +38 -0
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +47 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +91 -0
- package/design-tokens/pt-2022/tokens/components/forms.json5 +52 -0
- package/design-tokens/pt-2022/tokens/components/input.json5 +13 -0
- package/design-tokens/pt-2022/tokens/components/link.json5 +56 -0
- package/design-tokens/pt-2022/tokens/components/list.json5 +15 -0
- package/design-tokens/pt-2022/tokens/components/modal.json5 +79 -0
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +69 -0
- package/design-tokens/pt-2022/tokens/components/optgroup.json5 +10 -0
- package/design-tokens/pt-2022/tokens/components/option.json5 +12 -0
- package/design-tokens/pt-2022/tokens/components/popover.json5 +68 -0
- package/design-tokens/pt-2022/tokens/components/popup.json5 +18 -0
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +13 -0
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +7 -0
- package/design-tokens/pt-2022/tokens/components/radio.json5 +44 -0
- package/design-tokens/pt-2022/tokens/components/select.json5 +25 -0
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +30 -0
- package/design-tokens/pt-2022/tokens/components/table.json5 +15 -0
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +101 -0
- package/design-tokens/pt-2022/tokens/components/tags.json5 +132 -0
- package/design-tokens/pt-2022/tokens/components/textarea.json5 +12 -0
- package/design-tokens/pt-2022/tokens/components/timepicker.json5 +7 -0
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +79 -0
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +83 -0
- package/design-tokens/pt-2022/tokens/components/tree.json5 +12 -0
- package/design-tokens/pt-2022/tokens/properties/aliases.json5 +3 -0
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +116 -0
- package/design-tokens/pt-2022/tokens/properties/font.json5 +15 -0
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +49 -0
- package/design-tokens/pt-2022/tokens/properties/padding.json5 +3 -0
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +226 -0
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +140 -0
- package/design-tokens/pt-2022/tokens.d.ts +8749 -0
- package/design-tokens/public-api.d.ts +3 -1
- 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 +5 -5
- package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2020/button/button.component.mjs +7 -7
- package/esm2020/button/button.module.mjs +4 -4
- package/esm2020/button-toggle/button-toggle.component.mjs +8 -8
- package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2020/card/card.component.mjs +4 -4
- 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 +4 -4
- 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 +76 -31
- package/esm2020/core/formatters/date/templates/en-US.mjs +38 -37
- package/esm2020/core/formatters/date/templates/ru-RU.mjs +38 -37
- 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 +4 -4
- package/esm2020/core/option/option-module.mjs +4 -4
- package/esm2020/core/option/option.mjs +4 -4
- package/esm2020/core/pop-up/pop-up-trigger.mjs +7 -14
- package/esm2020/core/pop-up/pop-up.mjs +7 -4
- package/esm2020/core/public-api.mjs +2 -1
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
- 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/version.mjs +3 -0
- package/esm2020/datepicker/calendar-body.component.mjs +4 -4
- package/esm2020/datepicker/calendar.component.mjs +7 -7
- 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 +7 -7
- package/esm2020/datepicker/datepicker.component.mjs +8 -8
- 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 +1006 -0
- package/esm2020/design-tokens/pt-2022/tokens.mjs +1066 -0
- package/esm2020/design-tokens/public-api.mjs +4 -2
- package/esm2020/divider/divider.component.mjs +4 -4
- 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 +4 -4
- 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 +5 -5
- 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 +115 -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 +367 -0
- package/esm2020/input/input.mjs +6 -6
- 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 +22 -28
- 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 +26 -4
- 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 +37 -31
- 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 +4 -4
- package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2020/radio/radio.component.mjs +7 -7
- package/esm2020/radio/radio.module.mjs +4 -4
- package/esm2020/select/select.component.mjs +15 -15
- package/esm2020/select/select.module.mjs +4 -4
- 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 +22 -20
- 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 +4 -4
- package/esm2020/tags/tag.component.mjs +61 -58
- package/esm2020/tags/tag.module.mjs +4 -4
- package/esm2020/textarea/textarea.component.mjs +3 -3
- 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 +6 -6
- package/esm2020/toggle/toggle.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +17 -14
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tree/data-source/flat-data-source.mjs +4 -4
- package/esm2020/tree/node.mjs +3 -3
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.directive.mjs +3 -3
- package/esm2020/tree/toggle.mjs +11 -11
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +17 -9
- package/esm2020/tree/tree-selection.component.mjs +8 -5
- package/esm2020/tree/tree.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree-select/tree-select.component.mjs +46 -10
- package/esm2020/tree-select/tree-select.module.mjs +15 -11
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.mjs +11 -11
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +11 -11
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +234 -189
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +44 -44
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +2647 -502
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
- 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 +193 -51
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.mjs +429 -28
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-link.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-list.mjs +33 -38
- package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +51 -29
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +55 -49
- 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 +8 -8
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +11 -11
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +18 -18
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +28 -28
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +25 -23
- package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +56 -56
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +73 -68
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +9 -9
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +20 -17
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +59 -19
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +58 -47
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button.mjs +11 -11
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +11 -11
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +234 -189
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +44 -44
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +2647 -502
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
- 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 +182 -51
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-input.mjs +422 -28
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-link.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-list.mjs +32 -38
- package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +51 -29
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +55 -49
- 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 +8 -8
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +11 -11
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +18 -18
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +28 -28
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +25 -23
- package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +56 -56
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +71 -68
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +9 -9
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +20 -17
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +58 -19
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +58 -47
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic.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 +38 -0
- package/form-field/public-api.d.ts +1 -0
- package/input/input-password.d.ts +120 -0
- package/input/input.module.d.ts +7 -6
- package/input/public-api.d.ts +1 -0
- package/modal/modal-control.service.d.ts +1 -0
- package/navbar/navbar-item.component.d.ts +1 -0
- 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/tags/tag.component.d.ts +20 -20
- package/tree/data-source/flat-data-source.d.ts +2 -2
- package/tree/toggle.d.ts +1 -1
- package/tree/tree-option.component.d.ts +5 -3
- package/tree/tree-selection.component.d.ts +1 -0
- package/tree-select/tree-select.component.d.ts +9 -1
- package/tree-select/tree-select.module.d.ts +2 -1
- package/design-tokens/tokens/components/form-field.json5 +0 -52
- package/design-tokens/tokens/components/tabs.json5 +0 -25
- package/esm2020/design-tokens/tokens.mjs +0 -933
@@ -0,0 +1,143 @@
|
|
1
|
+
{
|
2
|
+
button: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
active: {
|
5
|
+
shadow: { value: 'inset 0 1px 2px 0 rgba(black, 0.2)' }
|
6
|
+
},
|
7
|
+
primary: {
|
8
|
+
color: { value: '{light-color-scheme.primary.palette.value.contrast.500.value}' },
|
9
|
+
border: { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
10
|
+
background: { value: '{light-color-scheme.primary.default.value}' },
|
11
|
+
icon: { value: '{light-color-scheme.primary.palette.value.contrast.500.value}' },
|
12
|
+
|
13
|
+
states: {
|
14
|
+
active: {
|
15
|
+
border: { value: '{light-color-scheme.primary.palette.value.560.value}' },
|
16
|
+
background: { value: '{light-color-scheme.primary.palette.value.560.value}' }
|
17
|
+
}
|
18
|
+
}
|
19
|
+
},
|
20
|
+
primary_transparent: {
|
21
|
+
color: { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
22
|
+
icon: { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
23
|
+
|
24
|
+
states: {
|
25
|
+
hover: {
|
26
|
+
color: { value: '{light-color-scheme.primary.palette.value.560.value}' },
|
27
|
+
icon: { value: '{light-color-scheme.primary.palette.value.560.value}' }
|
28
|
+
},
|
29
|
+
active: {
|
30
|
+
color: { value: '{light-color-scheme.primary.palette.value.600.value}' },
|
31
|
+
icon: { value: '{light-color-scheme.primary.palette.value.600.value}' }
|
32
|
+
}
|
33
|
+
}
|
34
|
+
},
|
35
|
+
second: {
|
36
|
+
border: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
37
|
+
background: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
38
|
+
color: { value: '{light-color-scheme.second.palette.value.900.value}' },
|
39
|
+
icon: { value: '{light-color-scheme.second.palette.value.300.value}' },
|
40
|
+
|
41
|
+
states: {
|
42
|
+
active: {
|
43
|
+
border: { value: '{light-color-scheme.second.palette.value.200.value}' },
|
44
|
+
background: { value: '{light-color-scheme.second.palette.value.200.value}' },
|
45
|
+
}
|
46
|
+
}
|
47
|
+
},
|
48
|
+
error: {
|
49
|
+
border: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
50
|
+
background: { value: '{light-color-scheme.second.palette.value.100.value}' },
|
51
|
+
color: { value: '{light-color-scheme.error.palette.value.400.value}' },
|
52
|
+
icon: { value: '{light-color-scheme.error.palette.value.400.value}' },
|
53
|
+
|
54
|
+
states: {
|
55
|
+
active: {
|
56
|
+
border: { value: '{light-color-scheme.second.palette.value.200.value}' },
|
57
|
+
background: { value: '{light-color-scheme.second.palette.value.200.value}' },
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
},
|
62
|
+
'dark-color-scheme': {
|
63
|
+
active: {
|
64
|
+
shadow: { value: 'inset 1px 2px 2px 0 rgba(black, 0.2)' }
|
65
|
+
},
|
66
|
+
primary: {
|
67
|
+
color: { value: '{dark-color-scheme.primary.palette.value.contrast.500.value}' },
|
68
|
+
border: { value: '{dark-color-scheme.primary.palette.value.560.value}' },
|
69
|
+
background: { value: '{dark-color-scheme.primary.default.value}' },
|
70
|
+
icon: { value: '{dark-color-scheme.primary.palette.value.contrast.500.value}' },
|
71
|
+
|
72
|
+
states: {
|
73
|
+
active: {
|
74
|
+
border: { value: 'darken({dark-color-scheme.primary.palette.value.600.value}, 5)' },
|
75
|
+
background: { value: 'darken({dark-color-scheme.primary.palette.value.600.value}, 5)' }
|
76
|
+
}
|
77
|
+
}
|
78
|
+
},
|
79
|
+
|
80
|
+
primary_transparent: {
|
81
|
+
color: { value: '{dark-color-scheme.primary.palette.value.500.value}' },
|
82
|
+
icon: { value: '{dark-color-scheme.primary.palette.value.500.value}' },
|
83
|
+
|
84
|
+
states: {
|
85
|
+
hover: {
|
86
|
+
color: { value: '{dark-color-scheme.primary.palette.value.600.value}' },
|
87
|
+
icon: { value: '{dark-color-scheme.primary.palette.value.600.value}' }
|
88
|
+
},
|
89
|
+
active: {
|
90
|
+
color: { value: '{dark-color-scheme.primary.palette.value.700.value}' },
|
91
|
+
icon: { value: '{dark-color-scheme.primary.palette.value.700.value}' }
|
92
|
+
}
|
93
|
+
}
|
94
|
+
},
|
95
|
+
second: {
|
96
|
+
border: { value: '{dark-color-scheme.second.palette.value.560.value}' },
|
97
|
+
background: { value: '{dark-color-scheme.second.palette.value.560.value}' },
|
98
|
+
color: { value: '{dark-color-scheme.second.palette.value.40.value}' },
|
99
|
+
icon: { value: '{dark-color-scheme.second.palette.value.300.value}' },
|
100
|
+
|
101
|
+
states: {
|
102
|
+
active: {
|
103
|
+
border: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
104
|
+
background: { value: '{dark-color-scheme.second.palette.value.700.value}' }
|
105
|
+
}
|
106
|
+
}
|
107
|
+
},
|
108
|
+
error: {
|
109
|
+
border: { value: '{dark-color-scheme.second.palette.value.560.value}' },
|
110
|
+
background: { value: '{dark-color-scheme.second.palette.value.560.value}' },
|
111
|
+
color: { value: '{dark-color-scheme.error.palette.value.400.value}' },
|
112
|
+
icon: { value: '{dark-color-scheme.error.palette.value.400.value}' },
|
113
|
+
|
114
|
+
states: {
|
115
|
+
active: {
|
116
|
+
border: { value: '{dark-color-scheme.second.palette.value.700.value}' },
|
117
|
+
background: { value: '{dark-color-scheme.second.palette.value.700.value}' }
|
118
|
+
}
|
119
|
+
}
|
120
|
+
}
|
121
|
+
},
|
122
|
+
size: {
|
123
|
+
'border-width': { value: '1px' },
|
124
|
+
'border-radius': { value: '3px' },
|
125
|
+
|
126
|
+
'vertical-padding': { value: '6px' },
|
127
|
+
'horizontal-padding': { value: '16px' }
|
128
|
+
},
|
129
|
+
font: {
|
130
|
+
default: { value: 'body' },
|
131
|
+
primary: { value: 'body-strong' },
|
132
|
+
primary_transparent: { value: 'body' }
|
133
|
+
}
|
134
|
+
},
|
135
|
+
'icon-button': {
|
136
|
+
size: {
|
137
|
+
'vertical-padding': { value: '6px' },
|
138
|
+
'horizontal-padding': { value: '8px' },
|
139
|
+
|
140
|
+
'icon-horizontal-padding': { value: '16px' }
|
141
|
+
}
|
142
|
+
}
|
143
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
{
|
2
|
+
card: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
error: {
|
5
|
+
'vertical-line': { value: '{light-color-scheme.error.palette.value.100.value}' },
|
6
|
+
background: { value: '{light-color-scheme.error.palette.value.40.value}' },
|
7
|
+
shadow: { value: '{light-color-scheme.error.palette.value.100.value}' }
|
8
|
+
},
|
9
|
+
warning: {
|
10
|
+
'vertical-line': { value: '{light-color-scheme.warning.palette.value.100.value}' },
|
11
|
+
background: { value: '{light-color-scheme.warning.palette.value.40.value}' },
|
12
|
+
shadow: { value: '{light-color-scheme.warning.palette.value.100.value}' }
|
13
|
+
},
|
14
|
+
success: {
|
15
|
+
'vertical-line': { value: '{light-color-scheme.success.palette.value.100.value}' },
|
16
|
+
background: { value: '{light-color-scheme.success.palette.value.40.value}' },
|
17
|
+
shadow: { value: '{light-color-scheme.success.palette.value.100.value}' }
|
18
|
+
},
|
19
|
+
info: {
|
20
|
+
'vertical-line': { value: '{light-color-scheme.info.palette.value.100.value}' },
|
21
|
+
background: { value: '{light-color-scheme.info.palette.value.40.value}' },
|
22
|
+
shadow: { value: '{light-color-scheme.info.palette.value.100.value}' }
|
23
|
+
}
|
24
|
+
},
|
25
|
+
'dark-color-scheme': {
|
26
|
+
error: {
|
27
|
+
'vertical-line': { value: '{dark-color-scheme.error.palette.value.700.value}' },
|
28
|
+
background: { value: '{dark-color-scheme.error.palette.value.900.value}' },
|
29
|
+
shadow: { value: '{dark-color-scheme.error.palette.value.700.value}' }
|
30
|
+
},
|
31
|
+
warning: {
|
32
|
+
'vertical-line': { value: '{dark-color-scheme.warning.palette.value.700.value}' },
|
33
|
+
background: { value: '{dark-color-scheme.warning.palette.value.800.value}' },
|
34
|
+
shadow: { value: '{dark-color-scheme.warning.palette.value.700.value}' }
|
35
|
+
},
|
36
|
+
success: {
|
37
|
+
'vertical-line': { value: '{dark-color-scheme.success.palette.value.700.value}' },
|
38
|
+
background: { value: '{dark-color-scheme.success.palette.value.800.value}' },
|
39
|
+
shadow: { value: '{dark-color-scheme.success.palette.value.700.value}' }
|
40
|
+
},
|
41
|
+
info: {
|
42
|
+
'vertical-line': { value: '{dark-color-scheme.info.palette.value.700.value}' },
|
43
|
+
background: { value: '{dark-color-scheme.info.palette.value.800.value}' },
|
44
|
+
shadow: { value: '{dark-color-scheme.info.palette.value.700.value}' }
|
45
|
+
}
|
46
|
+
},
|
47
|
+
size: {
|
48
|
+
'vertical-line': { value: '4px' }
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
{
|
2
|
+
checkbox: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
border: { value: '{light-color-scheme.foreground.border.value}' },
|
5
|
+
states: {
|
6
|
+
checked: {
|
7
|
+
border: { value: '{light-color-scheme.primary.default.value}' },
|
8
|
+
background: { value: '{light-color-scheme.primary.default.value}' }
|
9
|
+
},
|
10
|
+
focused: {
|
11
|
+
border: { value: '{light-color-scheme.states.focused-color.value}' },
|
12
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color.value}' }
|
13
|
+
}
|
14
|
+
}
|
15
|
+
},
|
16
|
+
'dark-color-scheme': {
|
17
|
+
border: { value: '{dark-color-scheme.foreground.border.value}' },
|
18
|
+
states: {
|
19
|
+
checked: {
|
20
|
+
border: { value: '{dark-color-scheme.primary.default.value}' },
|
21
|
+
background: { value: '{dark-color-scheme.primary.default.value}' }
|
22
|
+
},
|
23
|
+
focused: {
|
24
|
+
border: { value: '{dark-color-scheme.states.focused-color.value}' },
|
25
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color.value}' }
|
26
|
+
}
|
27
|
+
}
|
28
|
+
},
|
29
|
+
size: {
|
30
|
+
width: { value: '16px' },
|
31
|
+
'label-margin': { value: '{margin.iconText_M-horizontal}' },
|
32
|
+
'border-width': { value: '1px' },
|
33
|
+
'toggle-box-shadow': { value: 'inset 0 0 1px 0 rgba(0, 0, 0, 0.2)' }
|
34
|
+
},
|
35
|
+
font: {
|
36
|
+
default: { value: 'body' }
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
@@ -0,0 +1,64 @@
|
|
1
|
+
{
|
2
|
+
'datepicker-toggle': {
|
3
|
+
size: {
|
4
|
+
width: { value: '30px' },
|
5
|
+
height: { value: '30px' }
|
6
|
+
}
|
7
|
+
},
|
8
|
+
'datepicker-body': {
|
9
|
+
'light-color-scheme': {
|
10
|
+
states: {
|
11
|
+
selected: {
|
12
|
+
color: { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
13
|
+
background: { value: '{light-color-scheme.states.selected-color.value}' }
|
14
|
+
}
|
15
|
+
}
|
16
|
+
},
|
17
|
+
'dark-color-scheme': {
|
18
|
+
states: {
|
19
|
+
selected: {
|
20
|
+
color: { value: '{dark-color-scheme.primary.palette.value.400.value}' },
|
21
|
+
background: { value: '{dark-color-scheme.states.selected-color.value}' }
|
22
|
+
}
|
23
|
+
}
|
24
|
+
},
|
25
|
+
size: {
|
26
|
+
label: {
|
27
|
+
'paddings': { value: '8px 28px 12px 12px' }
|
28
|
+
},
|
29
|
+
cell: {
|
30
|
+
'min-size': { value: '32px' },
|
31
|
+
margin: { value: '5%' },
|
32
|
+
padding: { value: '8px' },
|
33
|
+
'border-width': { value: '1px' }
|
34
|
+
}
|
35
|
+
},
|
36
|
+
font: {
|
37
|
+
label: { value: 'body-strong' },
|
38
|
+
today: { value: 'body-strong' }
|
39
|
+
}
|
40
|
+
},
|
41
|
+
'datepicker-calendar': {
|
42
|
+
size: {
|
43
|
+
'padding-top': { value: '16px' },
|
44
|
+
'padding-horizontal': { value: '8px' },
|
45
|
+
'padding-bottom': { value: '8px' },
|
46
|
+
'padding-blocks': { value: '12px' },
|
47
|
+
|
48
|
+
'divider-width': { value: '1px' },
|
49
|
+
|
50
|
+
icon: {
|
51
|
+
'border-width': { value: '2px' },
|
52
|
+
'prev-icon-transform': { value: 'translateX(2px) rotate(-45deg)' },
|
53
|
+
'nex-icon-transform': { value: 'translateX(-2px) rotate(45deg)' }
|
54
|
+
}
|
55
|
+
},
|
56
|
+
font: {
|
57
|
+
default: { value: 'body' },
|
58
|
+
header: { value: 'caption' }
|
59
|
+
}
|
60
|
+
},
|
61
|
+
'datepicker-input': {
|
62
|
+
size: { 'width': { value: '130px' } }
|
63
|
+
}
|
64
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
{
|
2
|
+
'description-list': {
|
3
|
+
'light-color-scheme': {
|
4
|
+
dt: { value: '{light-color-scheme.foreground.text-less-contrast.value}' },
|
5
|
+
dd: { value: '{light-color-scheme.foreground.text.value}' }
|
6
|
+
},
|
7
|
+
'dark-color-scheme': {
|
8
|
+
dt: { value: '{dark-color-scheme.foreground.text-less-contrast.value}' },
|
9
|
+
dd: { value: '{dark-color-scheme.foreground.text.value}' }
|
10
|
+
},
|
11
|
+
size: {
|
12
|
+
'grid-template-columns': { value: 'repeat(4, 1fr)' },
|
13
|
+
|
14
|
+
'dt-grid-column': { value: '1' },
|
15
|
+
'dd-grid-column': { value: '2 / span 3' },
|
16
|
+
|
17
|
+
horizontal: {
|
18
|
+
'column-gap': { value: '{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
|
+
}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
{
|
2
|
+
'dropdown-item': {
|
3
|
+
size: {
|
4
|
+
padding: { value: '5px 15px' },
|
5
|
+
'icon-padding': { value: '0 8px 2px 0' }
|
6
|
+
},
|
7
|
+
font: {
|
8
|
+
default: { value: 'body' },
|
9
|
+
caption: { value: 'caption' }
|
10
|
+
}
|
11
|
+
},
|
12
|
+
'dropdown-group-header': {
|
13
|
+
size: {
|
14
|
+
default: {
|
15
|
+
padding: { value: '6px 15px' }
|
16
|
+
},
|
17
|
+
small: {
|
18
|
+
padding: { value: '8px 15px' }
|
19
|
+
}
|
20
|
+
},
|
21
|
+
font: {
|
22
|
+
default: { value: 'body-strong' },
|
23
|
+
small: { value: 'caption-caps' }
|
24
|
+
}
|
25
|
+
},
|
26
|
+
'dropdown-divider': {
|
27
|
+
size: {
|
28
|
+
'height': { value: '1px' },
|
29
|
+
'margin': { value: '4px 0' }
|
30
|
+
}
|
31
|
+
},
|
32
|
+
'dropdown-trigger': {
|
33
|
+
size: {
|
34
|
+
'icon-padding-right': { value: '8px' }
|
35
|
+
}
|
36
|
+
},
|
37
|
+
'dropdown-panel': {
|
38
|
+
size: {
|
39
|
+
'max-width': { value: '640px' },
|
40
|
+
padding: { value: '4px 0' },
|
41
|
+
border: {
|
42
|
+
width: { value: '1px' },
|
43
|
+
radius: { value: '3px' }
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
@@ -0,0 +1,91 @@
|
|
1
|
+
{
|
2
|
+
'form-field': {
|
3
|
+
'light-color-scheme': {
|
4
|
+
border: { value: '{light-color-scheme.foreground.border.value}' },
|
5
|
+
background: { value: '{light-color-scheme.background.background.value}' },
|
6
|
+
|
7
|
+
states: {
|
8
|
+
hover: {
|
9
|
+
border: { value: '{light-color-scheme.second.palette.value.200.value}' }
|
10
|
+
},
|
11
|
+
invalid: {
|
12
|
+
border: { value: '{light-color-scheme.states.focused-color-error.value}' },
|
13
|
+
background: { value: 'transparent' }
|
14
|
+
}
|
15
|
+
}
|
16
|
+
},
|
17
|
+
'dark-color-scheme': {
|
18
|
+
border: { value: '{dark-color-scheme.foreground.border.value}' },
|
19
|
+
background: { value: 'transparent' },
|
20
|
+
|
21
|
+
states: {
|
22
|
+
hover: {
|
23
|
+
border: { value: '{dark-color-scheme.second.palette.value.560.value}' }
|
24
|
+
},
|
25
|
+
invalid: {
|
26
|
+
border: { value: '{dark-color-scheme.states.focused-color-error.value}' },
|
27
|
+
background: { value: 'transparent' }
|
28
|
+
}
|
29
|
+
}
|
30
|
+
},
|
31
|
+
size: {
|
32
|
+
border: {
|
33
|
+
width: { value: '1px' },
|
34
|
+
radius: { value: '3px' }
|
35
|
+
},
|
36
|
+
button: {
|
37
|
+
width: { value: '32px' }
|
38
|
+
}
|
39
|
+
},
|
40
|
+
font: {
|
41
|
+
default: { value: 'body' }
|
42
|
+
}
|
43
|
+
},
|
44
|
+
'form-field-hint': {
|
45
|
+
size: {
|
46
|
+
'margin-top': { value: '4px' }
|
47
|
+
},
|
48
|
+
font: {
|
49
|
+
default: { value: 'caption' }
|
50
|
+
}
|
51
|
+
},
|
52
|
+
'form-field-password-hint': {
|
53
|
+
'light-color-scheme': {
|
54
|
+
'text-color': { value: '{light-color-scheme.foreground.text.value}' },
|
55
|
+
'icon-color': { value: '{light-color-scheme.foreground.text.value}' },
|
56
|
+
|
57
|
+
states: {
|
58
|
+
invalid: {
|
59
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-error.value}' },
|
60
|
+
'text-color': { value: '{light-color-scheme.foreground.text.value}' }
|
61
|
+
},
|
62
|
+
valid: {
|
63
|
+
'text-color': { value: '{light-color-scheme.foreground.text-success.value}' },
|
64
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-success.value}' }
|
65
|
+
}
|
66
|
+
}
|
67
|
+
},
|
68
|
+
'dark-color-scheme': {
|
69
|
+
'text-color': { value: '{dark-color-scheme.foreground.text.value}' },
|
70
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text.value}' },
|
71
|
+
|
72
|
+
states: {
|
73
|
+
invalid: {
|
74
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-error.value}' },
|
75
|
+
'text-color': { value: '{dark-color-scheme.foreground.text.value}' }
|
76
|
+
},
|
77
|
+
valid: {
|
78
|
+
'text-color': { value: '{dark-color-scheme.foreground.text-success.value}' },
|
79
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-success.value}' }
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
size: {
|
84
|
+
'margin-top': { value: '8px' },
|
85
|
+
'icon-margin': { value: '4px' }
|
86
|
+
},
|
87
|
+
font: {
|
88
|
+
default: { value: 'caption' }
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
{
|
2
|
+
forms: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
label: { value: '{light-color-scheme.foreground.text-less-contrast.value}' },
|
5
|
+
legend: { value: '{light-color-scheme.foreground.text.value}' }
|
6
|
+
},
|
7
|
+
'dark-color-scheme': {
|
8
|
+
label: { value: '{dark-color-scheme.foreground.text-less-contrast.value}' },
|
9
|
+
legend: { value: '{dark-color-scheme.foreground.text.value}' }
|
10
|
+
},
|
11
|
+
size: {
|
12
|
+
horizontal: {
|
13
|
+
row: {
|
14
|
+
'margin-bottom': { value: '20px' }
|
15
|
+
},
|
16
|
+
label: {
|
17
|
+
'padding-top': { value: '6px' },
|
18
|
+
'padding-bottom': { value: '0' }
|
19
|
+
},
|
20
|
+
control: {
|
21
|
+
'padding-left': { value: '16px' }
|
22
|
+
},
|
23
|
+
legend: {
|
24
|
+
'margin-top': { value: '32px' },
|
25
|
+
'margin-bottom': { value: '16px' }
|
26
|
+
}
|
27
|
+
},
|
28
|
+
vertical: {
|
29
|
+
row: {
|
30
|
+
'margin-bottom': { value: '16px' }
|
31
|
+
},
|
32
|
+
label: {
|
33
|
+
'padding-top': { value: '0' },
|
34
|
+
'padding-bottom': { value: '4px' }
|
35
|
+
},
|
36
|
+
control: {
|
37
|
+
'padding-left': { value: '24px' }
|
38
|
+
},
|
39
|
+
legend: {
|
40
|
+
'margin-top': { value: '32px' },
|
41
|
+
'margin-bottom': { value: '12px' }
|
42
|
+
}
|
43
|
+
},
|
44
|
+
},
|
45
|
+
font: {
|
46
|
+
default: {
|
47
|
+
label: { value: 'body' },
|
48
|
+
legend: { value: 'subheading' },
|
49
|
+
},
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
{
|
2
|
+
link: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
text: { value: '{light-color-scheme.primary.palette.value.500.value}' },
|
5
|
+
'border-bottom': { value: 'rgba({link.light-color-scheme.text.value}, 0.32)' },
|
6
|
+
|
7
|
+
'state-visited': {
|
8
|
+
'text': { value: '{palette.purple.560.value}' },
|
9
|
+
'border-bottom': { value: 'rgba({link.light-color-scheme.state-visited.text.value}, 0.32)' }
|
10
|
+
},
|
11
|
+
'state-hover': {
|
12
|
+
'text': { value: '{light-color-scheme.primary.palette.value.560.value}' },
|
13
|
+
'border-bottom': { value: 'rgba({link.light-color-scheme.state-hover.text.value}, 0.32)' }
|
14
|
+
},
|
15
|
+
|
16
|
+
'state-active': { value: '{light-color-scheme.primary.palette.value.600.value}' },
|
17
|
+
|
18
|
+
'state-focused': {
|
19
|
+
outline: { value: '{light-color-scheme.states.focused-color.value}' }
|
20
|
+
}
|
21
|
+
},
|
22
|
+
'dark-color-scheme': {
|
23
|
+
text: { value: '{dark-color-scheme.primary.palette.value.400.value}' },
|
24
|
+
'border-bottom': { value: 'rgba({link.dark-color-scheme.text.value}, 0.32)' },
|
25
|
+
|
26
|
+
'state-visited': {
|
27
|
+
'text': { value: '{palette.purple.400.value}' },
|
28
|
+
'border-bottom': { value: 'rgba({link.dark-color-scheme.state-visited.text.value}, 0.32)' }
|
29
|
+
},
|
30
|
+
'state-hover': {
|
31
|
+
'text': { value: '{dark-color-scheme.primary.palette.value.500.value}' },
|
32
|
+
'border-bottom': { value: 'rgba({link.dark-color-scheme.state-hover.text.value}, 0.32)' }
|
33
|
+
},
|
34
|
+
'state-active': { value: '{dark-color-scheme.primary.palette.value.560.value}' },
|
35
|
+
'state-focused': {
|
36
|
+
outline: { value: '{dark-color-scheme.states.focused-color.value}' }
|
37
|
+
}
|
38
|
+
},
|
39
|
+
size: {
|
40
|
+
'icon-margin': { value: '{margin.iconText_S-horizontal}' },
|
41
|
+
'state-focused': {
|
42
|
+
'outline-offset': { value: '2px' },
|
43
|
+
'outline-width': { value: '2px' }
|
44
|
+
}
|
45
|
+
},
|
46
|
+
animation: {
|
47
|
+
'transition': { value: 'color ease-out 300ms' },
|
48
|
+
'state-hover': {
|
49
|
+
'transition': { value: 'color 0ms' }
|
50
|
+
}
|
51
|
+
},
|
52
|
+
font: {
|
53
|
+
default: { value: 'body' }
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
list: {
|
3
|
+
size: {
|
4
|
+
'horizontal-padding': { value: '{padding.option-horizontal}' },
|
5
|
+
'icon-padding': { value: '4px' },
|
6
|
+
|
7
|
+
'item-height': { value: '{size.option-height}' },
|
8
|
+
|
9
|
+
'icon-width': { value: '24px' }
|
10
|
+
},
|
11
|
+
font: {
|
12
|
+
item: { value: 'body' }
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|