@ptsecurity/mosaic 13.2.0 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_theming.scss +241 -64
- package/_visual.scss +437 -232
- package/button/button.component.d.ts +1 -1
- package/core/option/option.d.ts +1 -0
- package/core/validation/validation.d.ts +3 -3
- package/design-tokens/legacy-2017/tokens/components/alert.json5 +37 -37
- package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +69 -69
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/button.json5 +55 -56
- package/design-tokens/legacy-2017/tokens/components/card.json5 +25 -25
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +13 -13
- package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +12 -12
- package/design-tokens/legacy-2017/tokens/components/dl.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +5 -4
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +27 -26
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +14 -14
- package/design-tokens/legacy-2017/tokens/components/icon.json5 +104 -0
- package/design-tokens/legacy-2017/tokens/components/input.json5 +2 -3
- package/design-tokens/legacy-2017/tokens/components/link.json5 +13 -19
- package/design-tokens/legacy-2017/tokens/components/list.json5 +3 -5
- package/design-tokens/legacy-2017/tokens/components/modal.json5 +17 -15
- package/design-tokens/legacy-2017/tokens/components/navbar.json5 +19 -18
- package/design-tokens/legacy-2017/tokens/components/option.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +23 -23
- package/design-tokens/legacy-2017/tokens/components/popup.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +12 -12
- package/design-tokens/legacy-2017/tokens/components/select.json5 +6 -7
- package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +7 -5
- package/design-tokens/legacy-2017/tokens/components/table.json5 +4 -4
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +32 -32
- package/design-tokens/legacy-2017/tokens/components/tags.json5 +56 -57
- package/design-tokens/legacy-2017/tokens/components/textarea.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/toggle.json5 +18 -18
- package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +27 -27
- package/design-tokens/legacy-2017/tokens/components/tree.json5 +6 -3
- package/design-tokens/legacy-2017/tokens/properties/colors.json5 +39 -35
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +14 -14
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +70 -35
- package/design-tokens/legacy-2017/tokens.d.ts +220 -122
- package/design-tokens/pt-2022/tokens/components/alert.json5 +37 -37
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/badge.json5 +68 -68
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/button.json5 +56 -57
- package/design-tokens/pt-2022/tokens/components/card.json5 +25 -25
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +13 -13
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +12 -12
- package/design-tokens/pt-2022/tokens/components/dl.json5 +4 -4
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +5 -4
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +26 -25
- package/design-tokens/pt-2022/tokens/components/forms.json5 +14 -14
- package/design-tokens/pt-2022/tokens/components/icon.json5 +104 -0
- package/design-tokens/pt-2022/tokens/components/input.json5 +2 -3
- package/design-tokens/pt-2022/tokens/components/link.json5 +17 -23
- package/design-tokens/pt-2022/tokens/components/list.json5 +2 -4
- package/design-tokens/pt-2022/tokens/components/modal.json5 +17 -15
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +21 -20
- package/design-tokens/pt-2022/tokens/components/option.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/popover.json5 +26 -26
- package/design-tokens/pt-2022/tokens/components/popup.json5 +8 -8
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/radio.json5 +12 -12
- package/design-tokens/pt-2022/tokens/components/select.json5 +6 -7
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +8 -6
- package/design-tokens/pt-2022/tokens/components/table.json5 +4 -4
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +32 -32
- package/design-tokens/pt-2022/tokens/components/tags.json5 +56 -57
- package/design-tokens/pt-2022/tokens/components/textarea.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/timepicker.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +19 -19
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +29 -29
- package/design-tokens/pt-2022/tokens/components/tree.json5 +6 -3
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +41 -37
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +14 -14
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +7 -0
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +69 -34
- package/design-tokens/pt-2022/tokens.d.ts +508 -118
- package/dropdown/dropdown-trigger.directive.d.ts +4 -3
- package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.component.mjs +5 -5
- package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2020/button/button.component.mjs +29 -21
- package/esm2020/button/button.module.mjs +4 -4
- package/esm2020/button-toggle/button-toggle.component.mjs +8 -8
- package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2020/card/card.component.mjs +3 -3
- package/esm2020/card/card.module.mjs +4 -4
- package/esm2020/checkbox/checkbox-module.mjs +4 -4
- package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2020/checkbox/checkbox.mjs +3 -3
- package/esm2020/core/common-behaviors/common-module.mjs +4 -4
- package/esm2020/core/error/error-options.mjs +6 -6
- package/esm2020/core/formatters/date/formatter.mjs +3 -3
- package/esm2020/core/formatters/index.mjs +4 -4
- package/esm2020/core/formatters/number/formatter.mjs +4 -4
- package/esm2020/core/forms/forms-module.mjs +4 -4
- package/esm2020/core/forms/forms.directive.mjs +6 -6
- package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
- package/esm2020/core/highlight/index.mjs +4 -4
- package/esm2020/core/line/line.mjs +7 -7
- package/esm2020/core/option/action.mjs +3 -3
- package/esm2020/core/option/optgroup.mjs +3 -3
- package/esm2020/core/option/option-module.mjs +4 -4
- package/esm2020/core/option/option.mjs +10 -7
- package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
- package/esm2020/core/pop-up/pop-up.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2020/core/validation/validation.mjs +10 -5
- package/esm2020/datepicker/calendar-body.component.mjs +3 -3
- package/esm2020/datepicker/calendar.component.mjs +6 -6
- package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
- package/esm2020/datepicker/datepicker-intl.mjs +3 -3
- package/esm2020/datepicker/datepicker-module.mjs +4 -4
- package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
- package/esm2020/datepicker/datepicker.component.mjs +6 -6
- package/esm2020/datepicker/month-view.component.mjs +3 -3
- package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
- package/esm2020/datepicker/year-view.component.mjs +3 -3
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +221 -123
- package/esm2020/design-tokens/pt-2022/tokens.mjs +243 -138
- package/esm2020/divider/divider.component.mjs +3 -3
- package/esm2020/divider/divider.module.mjs +4 -4
- package/esm2020/dl/dl.component.mjs +9 -9
- package/esm2020/dl/dl.module.mjs +4 -4
- package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown-item.component.mjs +5 -5
- package/esm2020/dropdown/dropdown-trigger.directive.mjs +11 -7
- package/esm2020/dropdown/dropdown.component.mjs +6 -6
- package/esm2020/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/form-field/cleaner.mjs +3 -3
- package/esm2020/form-field/form-field.mjs +7 -7
- package/esm2020/form-field/form-field.module.mjs +4 -4
- package/esm2020/form-field/hint.mjs +3 -3
- package/esm2020/form-field/password-hint.mjs +34 -15
- package/esm2020/form-field/prefix.mjs +3 -3
- package/esm2020/form-field/stepper.mjs +3 -3
- package/esm2020/form-field/suffix.mjs +3 -3
- package/esm2020/icon/icon.component.mjs +6 -6
- package/esm2020/icon/icon.module.mjs +4 -4
- package/esm2020/input/input-number-validators.mjs +6 -6
- package/esm2020/input/input-number.mjs +3 -3
- package/esm2020/input/input-password.mjs +12 -11
- package/esm2020/input/input.mjs +12 -11
- package/esm2020/input/input.module.mjs +4 -4
- package/esm2020/link/link.component.mjs +3 -3
- package/esm2020/link/link.module.mjs +4 -4
- package/esm2020/list/list-selection.component.mjs +11 -11
- package/esm2020/list/list.component.mjs +7 -7
- package/esm2020/list/list.module.mjs +4 -4
- package/esm2020/modal/css-unit.pipe.mjs +3 -3
- package/esm2020/modal/modal-control.service.mjs +3 -3
- package/esm2020/modal/modal.component.mjs +4 -4
- package/esm2020/modal/modal.directive.mjs +12 -12
- package/esm2020/modal/modal.module.mjs +4 -4
- package/esm2020/modal/modal.service.mjs +3 -3
- package/esm2020/navbar/navbar-item.component.mjs +81 -82
- package/esm2020/navbar/navbar.component.mjs +10 -10
- package/esm2020/navbar/navbar.module.mjs +4 -4
- package/esm2020/navbar/vertical-navbar.animation.mjs +3 -3
- package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
- package/esm2020/popover/popover-confirm.component.mjs +8 -8
- package/esm2020/popover/popover.component.mjs +8 -8
- package/esm2020/popover/popover.module.mjs +4 -4
- package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
- package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2020/radio/radio.component.mjs +6 -6
- package/esm2020/radio/radio.module.mjs +4 -4
- package/esm2020/select/public-api.mjs +2 -1
- package/esm2020/select/select-option.directive.mjs +65 -0
- package/esm2020/select/select.component.mjs +16 -16
- package/esm2020/select/select.module.mjs +19 -10
- package/esm2020/sidebar/sidebar.component.mjs +9 -9
- package/esm2020/sidebar/sidebar.module.mjs +4 -4
- package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
- package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
- package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
- package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2020/splitter/splitter.component.mjs +12 -12
- package/esm2020/splitter/splitter.module.mjs +4 -4
- package/esm2020/table/table.component.mjs +3 -3
- package/esm2020/table/table.module.mjs +4 -4
- package/esm2020/tabs/paginated-tab-header.mjs +3 -3
- package/esm2020/tabs/tab-body.component.mjs +6 -6
- package/esm2020/tabs/tab-content.directive.mjs +3 -3
- package/esm2020/tabs/tab-group.component.mjs +19 -19
- package/esm2020/tabs/tab-header.component.mjs +4 -4
- package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
- package/esm2020/tabs/tab-label.directive.mjs +3 -3
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
- package/esm2020/tabs/tab.component.mjs +3 -3
- package/esm2020/tabs/tabs.module.mjs +4 -4
- package/esm2020/tags/tag-input.mjs +3 -3
- package/esm2020/tags/tag-list.component.mjs +6 -6
- package/esm2020/tags/tag.component.mjs +67 -69
- package/esm2020/tags/tag.module.mjs +4 -4
- package/esm2020/textarea/textarea.component.mjs +9 -8
- package/esm2020/textarea/textarea.module.mjs +4 -4
- package/esm2020/timepicker/timepicker.directive.mjs +3 -3
- package/esm2020/timepicker/timepicker.module.mjs +4 -4
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/toggle/toggle.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +15 -14
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tree/node.mjs +3 -3
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.directive.mjs +3 -3
- package/esm2020/tree/toggle.mjs +10 -10
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +5 -5
- package/esm2020/tree/tree-selection.component.mjs +8 -6
- package/esm2020/tree/tree.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree-select/tree-select.component.mjs +14 -14
- package/esm2020/tree-select/tree-select.module.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-core.mjs +89 -81
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +572 -271
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +25 -21
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +60 -38
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-input.mjs +33 -31
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-list.mjs +21 -21
- package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +100 -101
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-select.mjs +99 -33
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +26 -26
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +54 -54
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +81 -83
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +11 -10
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +18 -17
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +17 -17
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +44 -42
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2020/ptsecurity-mosaic-button.mjs +32 -24
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-core.mjs +89 -81
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +572 -271
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +25 -21
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +57 -38
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-input.mjs +33 -31
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-list.mjs +21 -21
- package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +100 -101
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-select.mjs +96 -32
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +26 -26
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +54 -54
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +79 -81
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +11 -10
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +18 -17
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +17 -17
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +44 -42
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/form-field/password-hint.d.ts +3 -1
- package/input/input-password.d.ts +4 -3
- package/input/input.d.ts +4 -3
- package/list/list-selection.component.d.ts +1 -1
- package/navbar/navbar-item.component.d.ts +18 -18
- package/package.json +4 -4
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/select/public-api.d.ts +1 -0
- package/select/select-option.directive.d.ts +20 -0
- package/select/select.module.d.ts +9 -7
- package/tags/tag.component.d.ts +21 -21
- package/textarea/textarea.component.d.ts +4 -3
- package/toggle/README.md +0 -0
package/_visual.scss
CHANGED
@@ -17,6 +17,8 @@ $light-color-scheme-foreground-border: #bdc7d1;
|
|
17
17
|
$light-color-scheme-foreground-icon: #8c99a5;
|
18
18
|
$light-color-scheme-background-background: white;
|
19
19
|
$light-color-scheme-background-background-disabled: #f2f5f9;
|
20
|
+
$light-color-scheme-background-background-less-contrast: #f2f5f9;
|
21
|
+
$light-color-scheme-background-background-under: #f2f5f9;
|
20
22
|
$light-color-scheme-background-overlay-hover: rgba(black, 0.05);
|
21
23
|
$light-color-scheme-background-overlay-active: rgba(black, 0.1);
|
22
24
|
$light-color-scheme-background-overlay-disabled: rgba(white, 0.3);
|
@@ -41,6 +43,8 @@ $dark-color-scheme-foreground-border: #515e69;
|
|
41
43
|
$dark-color-scheme-foreground-icon: #8c99a5;
|
42
44
|
$dark-color-scheme-background-background: #19252f;
|
43
45
|
$dark-color-scheme-background-background-disabled: #333f4a;
|
46
|
+
$dark-color-scheme-background-background-less-contrast: #27333e;
|
47
|
+
$dark-color-scheme-background-background-under: #151e25;
|
44
48
|
$dark-color-scheme-background-overlay-hover: rgba(black, 0.05);
|
45
49
|
$dark-color-scheme-background-overlay-active: rgba(black, 0.1);
|
46
50
|
$dark-color-scheme-background-overlay-disabled: rgba(black, 0.2);
|
@@ -52,6 +56,19 @@ $dark-color-scheme-states-disabled-opacity: 0.3;
|
|
52
56
|
$font-family-accent: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
53
57
|
$font-family-base: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
54
58
|
$font-family-monospace: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
|
59
|
+
$size-3xs: 2px;
|
60
|
+
$size-xxs: 4px;
|
61
|
+
$size-xs: 6px;
|
62
|
+
$size-s: 8px;
|
63
|
+
$size-m: 12px;
|
64
|
+
$size-l: 16px;
|
65
|
+
$size-xl: 20px;
|
66
|
+
$size-xxl: 24px;
|
67
|
+
$size-3xl: 32px;
|
68
|
+
$size-4xl: 40px;
|
69
|
+
$size-5xl: 48px;
|
70
|
+
$size-6xl: 56px;
|
71
|
+
$size-7xl: 64px;
|
55
72
|
$palette-blue-40: #eff6ff;
|
56
73
|
$palette-blue-60: #e7f1ff;
|
57
74
|
$palette-blue-100: #c8dfff;
|
@@ -64,6 +81,7 @@ $palette-blue-600: #014b9d;
|
|
64
81
|
$palette-blue-700: #023c7f;
|
65
82
|
$palette-blue-800: #193060;
|
66
83
|
$palette-blue-900: #00224f;
|
84
|
+
$palette-blue-1000: #001a40;
|
67
85
|
$palette-blue-a100: rgba(3, 116, 235, 0.15);
|
68
86
|
$palette-blue-a200: rgba(3, 116, 235, 0.3);
|
69
87
|
$palette-blue-contrast-40: #4D4D4D;
|
@@ -91,6 +109,7 @@ $palette-green-600: #015a2d;
|
|
91
109
|
$palette-green-700: #004823;
|
92
110
|
$palette-green-800: #103920;
|
93
111
|
$palette-green-900: #002a12;
|
112
|
+
$palette-green-1000: #00210c;
|
94
113
|
$palette-green-a100: rgba(2, 139, 73, 0.15);
|
95
114
|
$palette-green-contrast-40: #4D4D4D;
|
96
115
|
$palette-green-contrast-60: #4D4D4D;
|
@@ -116,6 +135,7 @@ $palette-red-600: #9e0130;
|
|
116
135
|
$palette-red-700: #800025;
|
117
136
|
$palette-red-800: #621420;
|
118
137
|
$palette-red-900: #500013;
|
138
|
+
$palette-red-1000: #41000b;
|
119
139
|
$palette-red-a100: rgba(219, 60, 85, 0.15);
|
120
140
|
$palette-red-contrast-40: #4D4D4D;
|
121
141
|
$palette-red-contrast-60: #4D4D4D;
|
@@ -141,6 +161,7 @@ $palette-grey-600: #434f5a;
|
|
141
161
|
$palette-grey-700: #333f4a;
|
142
162
|
$palette-grey-800: #27333e;
|
143
163
|
$palette-grey-900: #19252f;
|
164
|
+
$palette-grey-1000: #151e25;
|
144
165
|
$palette-grey-a40: rgba(25, 37, 47, 0.04);
|
145
166
|
$palette-grey-a60: rgba(25, 37, 47, 0.06);
|
146
167
|
$palette-grey-a100: rgba(25, 37, 47, 0.1);
|
@@ -170,6 +191,7 @@ $palette-yellow-600: #6b4804;
|
|
170
191
|
$palette-yellow-700: #543803;
|
171
192
|
$palette-yellow-800: #3e3015;
|
172
193
|
$palette-yellow-900: #312001;
|
194
|
+
$palette-yellow-1000: #1f1500;
|
173
195
|
$palette-yellow-a100: rgba(255, 159, 18, 0.15);
|
174
196
|
$palette-yellow-contrast-40: #4D4D4D;
|
175
197
|
$palette-yellow-contrast-60: #4D4D4D;
|
@@ -195,6 +217,7 @@ $palette-teal-600: #0c5567;
|
|
195
217
|
$palette-teal-700: #084453;
|
196
218
|
$palette-teal-800: #143641;
|
197
219
|
$palette-teal-900: #022731;
|
220
|
+
$palette-teal-1000: #001f28;
|
198
221
|
$palette-teal-contrast-40: #4D4D4D;
|
199
222
|
$palette-teal-contrast-60: #4D4D4D;
|
200
223
|
$palette-teal-contrast-100: #4D4D4D;
|
@@ -220,6 +243,7 @@ $palette-purple-600: #753865;
|
|
220
243
|
$palette-purple-700: #612853;
|
221
244
|
$palette-purple-800: #48273f;
|
222
245
|
$palette-purple-900: #36172e;
|
246
|
+
$palette-purple-1000: #23001b;
|
223
247
|
$palette-purple-contrast-40: #4D4D4D;
|
224
248
|
$palette-purple-contrast-60: #4D4D4D;
|
225
249
|
$palette-purple-contrast-100: #4D4D4D;
|
@@ -266,17 +290,17 @@ $alert-dark-color-scheme-default-icon: #8c99a5;
|
|
266
290
|
$alert-size-border-width: 1px;
|
267
291
|
$alert-size-border-radius: 4px;
|
268
292
|
$alert-size-horizontal-padding: 16px;
|
269
|
-
$alert-size-vertical-padding:
|
293
|
+
$alert-size-vertical-padding: 12px;
|
270
294
|
$alert-size-icon-margin: 8px;
|
271
295
|
$alert-size-close-button-width: 16px;
|
272
|
-
$alert-size-small-vertical-padding:
|
296
|
+
$alert-size-small-vertical-padding: 12px;
|
273
297
|
$alert-font-default-header: subheading;
|
274
298
|
$alert-font-default-body: body;
|
275
299
|
$alert-font-small-header: caption;
|
276
300
|
$alert-font-small-body: caption;
|
277
301
|
$autocomplete-size-panel-padding: 4px 0;
|
278
302
|
$autocomplete-size-panel-max-height: 256px;
|
279
|
-
$autocomplete-size-panel-border-radius:
|
303
|
+
$autocomplete-size-panel-border-radius: 4px;
|
280
304
|
$badge-light-color-scheme-solid-primary-background: #4187ff;
|
281
305
|
$badge-light-color-scheme-solid-primary-border: #4187ff;
|
282
306
|
$badge-light-color-scheme-solid-primary-color: white;
|
@@ -372,7 +396,7 @@ $badge-font-mini-default: extra-small-text;
|
|
372
396
|
$badge-font-mini-caps: extra-small-text-caps;
|
373
397
|
$badge-font-mini-mono: extra-small-text-mono;
|
374
398
|
$button-toggle-size-border-size: 1px;
|
375
|
-
$button-toggle-size-border-radius:
|
399
|
+
$button-toggle-size-border-radius: 4px;
|
376
400
|
$button-light-color-scheme-active-shadow: inset 0 1px 2px 0 rgba(black, 0.2);
|
377
401
|
$button-light-color-scheme-primary-color: white;
|
378
402
|
$button-light-color-scheme-primary-border: #0374eb;
|
@@ -423,16 +447,15 @@ $button-dark-color-scheme-error-color: #ea5868;
|
|
423
447
|
$button-dark-color-scheme-error-icon: #ea5868;
|
424
448
|
$button-dark-color-scheme-error-states-active-border: #333f4a;
|
425
449
|
$button-dark-color-scheme-error-states-active-background: #333f4a;
|
450
|
+
$button-size-height: 32px;
|
426
451
|
$button-size-border-width: 1px;
|
427
|
-
$button-size-border-radius:
|
428
|
-
$button-size-
|
429
|
-
$button-size-horizontal-padding: 16px;
|
452
|
+
$button-size-border-radius: 4px;
|
453
|
+
$button-size-horizontal-padding: 12px;
|
430
454
|
$button-font-default: body;
|
431
455
|
$button-font-primary: body-strong;
|
432
456
|
$button-font-primary-transparent: body;
|
433
|
-
$icon-button-size-vertical-padding: 6px;
|
434
457
|
$icon-button-size-horizontal-padding: 8px;
|
435
|
-
$icon-button-size-icon-
|
458
|
+
$icon-button-size-left-icon-padding: 6px;
|
436
459
|
$card-light-color-scheme-error-vertical-line: #fbd6d6;
|
437
460
|
$card-light-color-scheme-error-background: #fff3f3;
|
438
461
|
$card-light-color-scheme-error-shadow: #fbd6d6;
|
@@ -525,11 +548,12 @@ $dropdown-group-header-font-default: body-strong;
|
|
525
548
|
$dropdown-group-header-font-small: caption-caps;
|
526
549
|
$dropdown-divider-size-height: 1px;
|
527
550
|
$dropdown-divider-size-margin: 4px 0;
|
528
|
-
$dropdown-trigger-size-
|
551
|
+
$dropdown-trigger-size-button-right-padding: 8px;
|
552
|
+
$dropdown-trigger-size-right-icon-padding: 2px;
|
529
553
|
$dropdown-panel-size-max-width: 640px;
|
530
554
|
$dropdown-panel-size-padding: 4px 0;
|
531
555
|
$dropdown-panel-size-border-width: 1px;
|
532
|
-
$dropdown-panel-size-border-radius:
|
556
|
+
$dropdown-panel-size-border-radius: 4px;
|
533
557
|
$form-field-light-color-scheme-border: #bdc7d1;
|
534
558
|
$form-field-light-color-scheme-background: white;
|
535
559
|
$form-field-light-color-scheme-states-hover-border: #bdc7d1;
|
@@ -540,8 +564,9 @@ $form-field-dark-color-scheme-background: transparent;
|
|
540
564
|
$form-field-dark-color-scheme-states-hover-border: #515e69;
|
541
565
|
$form-field-dark-color-scheme-states-invalid-border: #b9023a;
|
542
566
|
$form-field-dark-color-scheme-states-invalid-background: transparent;
|
567
|
+
$form-field-size-height: 32px;
|
543
568
|
$form-field-size-border-width: 1px;
|
544
|
-
$form-field-size-border-radius:
|
569
|
+
$form-field-size-border-radius: 4px;
|
545
570
|
$form-field-size-button-width: 32px;
|
546
571
|
$form-field-font-default: body;
|
547
572
|
$form-field-hint-size-margin-top: 4px;
|
@@ -579,9 +604,56 @@ $forms-size-vertical-legend-margin-top: 32px;
|
|
579
604
|
$forms-size-vertical-legend-margin-bottom: 12px;
|
580
605
|
$forms-font-default-label: body;
|
581
606
|
$forms-font-default-legend: subheading;
|
582
|
-
$
|
607
|
+
$icon-light-color-scheme-secondary-default: #8c99a5;
|
608
|
+
$icon-light-color-scheme-secondary-states-hover: #6d7a86;
|
609
|
+
$icon-light-color-scheme-secondary-states-active: #434f5a;
|
610
|
+
$icon-light-color-scheme-secondary-states-disabled: mix(#8c99a5, transparent, 30%);
|
611
|
+
$icon-light-color-scheme-primary-default: #5697ff;
|
612
|
+
$icon-light-color-scheme-primary-states-hover: #0374eb;
|
613
|
+
$icon-light-color-scheme-primary-states-active: #014b9d;
|
614
|
+
$icon-light-color-scheme-primary-states-disabled: mix(#5697ff, transparent, 30%);
|
615
|
+
$icon-light-color-scheme-info-default: #18a5c5;
|
616
|
+
$icon-light-color-scheme-info-states-hover: #218ca8;
|
617
|
+
$icon-light-color-scheme-info-states-active: #0c5567;
|
618
|
+
$icon-light-color-scheme-info-states-disabled: mix(#18a5c5, transparent, 30%);
|
619
|
+
$icon-light-color-scheme-success-default: #4ba96c;
|
620
|
+
$icon-light-color-scheme-success-states-hover: #028b49;
|
621
|
+
$icon-light-color-scheme-success-states-active: #015a2d;
|
622
|
+
$icon-light-color-scheme-success-states-disabled: mix(#4ba96c, transparent, 30%);
|
623
|
+
$icon-light-color-scheme-warning-default: #e19f12;
|
624
|
+
$icon-light-color-scheme-warning-states-hover: #a26e0c;
|
625
|
+
$icon-light-color-scheme-warning-states-active: #6b4804;
|
626
|
+
$icon-light-color-scheme-warning-states-disabled: mix(#e19f12, transparent, 30%);
|
627
|
+
$icon-light-color-scheme-error-default: #ee6f79;
|
628
|
+
$icon-light-color-scheme-error-states-hover: #db3c55;
|
629
|
+
$icon-light-color-scheme-error-states-active: #9e0130;
|
630
|
+
$icon-light-color-scheme-error-states-disabled: mix(#ee6f79, transparent, 30%);
|
631
|
+
$icon-dark-color-scheme-secondary-default: #8c99a5;
|
632
|
+
$icon-dark-color-scheme-secondary-states-hover: #6d7a86;
|
633
|
+
$icon-dark-color-scheme-secondary-states-active: #bdc7d1;
|
634
|
+
$icon-dark-color-scheme-secondary-states-disabled: mix(#8c99a5, transparent, 30%);
|
635
|
+
$icon-dark-color-scheme-primary-default: #5697ff;
|
636
|
+
$icon-dark-color-scheme-primary-states-hover: #0374eb;
|
637
|
+
$icon-dark-color-scheme-primary-states-active: #a2c7fe;
|
638
|
+
$icon-dark-color-scheme-primary-states-disabled: mix(#5697ff, transparent, 30%);
|
639
|
+
$icon-dark-color-scheme-info-default: #18a5c5;
|
640
|
+
$icon-dark-color-scheme-info-states-hover: #218ca8;
|
641
|
+
$icon-dark-color-scheme-info-states-active: #6ed3f2;
|
642
|
+
$icon-dark-color-scheme-info-states-disabled: mix(#18a5c5, transparent, 30%);
|
643
|
+
$icon-dark-color-scheme-success-default: #4ba96c;
|
644
|
+
$icon-dark-color-scheme-success-states-hover: #028b49;
|
645
|
+
$icon-dark-color-scheme-success-states-active: #8ed5a1;
|
646
|
+
$icon-dark-color-scheme-success-states-disabled: mix(#4ba96c, transparent, 30%);
|
647
|
+
$icon-dark-color-scheme-warning-default: #e19f12;
|
648
|
+
$icon-dark-color-scheme-warning-states-hover: #a26e0c;
|
649
|
+
$icon-dark-color-scheme-warning-states-active: #f5c23c;
|
650
|
+
$icon-dark-color-scheme-warning-states-disabled: mix(#e19f12, transparent, 30%);
|
651
|
+
$icon-dark-color-scheme-error-default: #ee6f79;
|
652
|
+
$icon-dark-color-scheme-error-states-hover: #db3c55;
|
653
|
+
$icon-dark-color-scheme-error-states-active: #fcb2b4;
|
654
|
+
$icon-dark-color-scheme-error-states-disabled: mix(#ee6f79, transparent, 30%);
|
655
|
+
$input-size-padding: 0 12px;
|
583
656
|
$input-size-width: 100%;
|
584
|
-
$input-size-min-height: 30px;
|
585
657
|
$input-font-default: body;
|
586
658
|
$input-font-monospace: body-mono;
|
587
659
|
$link-light-color-scheme-text: #0374eb;
|
@@ -603,13 +675,10 @@ $link-dark-color-scheme-state-focused-outline: #4187ff;
|
|
603
675
|
$link-size-icon-margin: 4px;
|
604
676
|
$link-size-state-focused-outline-offset: 2px;
|
605
677
|
$link-size-state-focused-outline-width: 2px;
|
606
|
-
$link-animation-transition: color ease-out 300ms;
|
607
|
-
$link-animation-state-hover-transition: color 0ms;
|
608
678
|
$link-font-default: body;
|
609
|
-
$list-size-horizontal-padding:
|
610
|
-
$list-size-icon-
|
679
|
+
$list-size-horizontal-padding: 12px;
|
680
|
+
$list-size-icon-right-margin: 8px;
|
611
681
|
$list-size-item-height: 32px;
|
612
|
-
$list-size-icon-width: 24px;
|
613
682
|
$list-font-item: body;
|
614
683
|
$modal-light-color-scheme-shadow: (0 0 0 1px #d7dee4, 0 6px 12px 0 rgba(39, 51, 62, 0.5));
|
615
684
|
$modal-light-color-scheme-body-top-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.16);
|
@@ -629,7 +698,8 @@ $modal-size-border-width: 1px;
|
|
629
698
|
$modal-header-light-color-scheme-border: #d7dee4;
|
630
699
|
$modal-header-dark-color-scheme-border: #333f4a;
|
631
700
|
$modal-header-size-border-radius: 4px 4px 0 0;
|
632
|
-
$modal-header-size-
|
701
|
+
$modal-header-size-height: 56px;
|
702
|
+
$modal-header-size-padding: 0 16px;
|
633
703
|
$modal-header-font-default: title;
|
634
704
|
$modal-body-size-max-height: calc(100vh - 260px);
|
635
705
|
$modal-body-size-padding: 16px 24px 24px;
|
@@ -637,13 +707,15 @@ $modal-body-font-default: body;
|
|
637
707
|
$modal-footer-light-color-scheme-border: #f2f5f9;
|
638
708
|
$modal-footer-dark-color-scheme-border: #333f4a;
|
639
709
|
$modal-footer-size-border-radius: 0 0 4px 4px;
|
640
|
-
$modal-footer-size-
|
710
|
+
$modal-footer-size-height: 64px;
|
711
|
+
$modal-footer-size-padding: 0 16px;
|
641
712
|
$modal-confirm-size-padding: 24px;
|
642
713
|
$navbar-light-color-scheme-background: #19252f;
|
643
714
|
$navbar-light-color-scheme-divider-background: #515e69;
|
644
715
|
$navbar-dark-color-scheme-background: #333f4a;
|
645
716
|
$navbar-dark-color-scheme-divider-background: #515e69;
|
646
717
|
$navbar-size-icon-margin: 6px;
|
718
|
+
$navbar-size-right-icon-margin: 2px;
|
647
719
|
$navbar-font-title: body;
|
648
720
|
$vertical-navbar-size-states-expanded-width: 240px;
|
649
721
|
$vertical-navbar-size-states-collapsed-width: 56px;
|
@@ -670,7 +742,7 @@ $navbar-brand-size-margin-right: 24px;
|
|
670
742
|
$navbar-brand-font-title: title;
|
671
743
|
$optgroup-size-padding-left: 17px;
|
672
744
|
$optgroup-font-default: subheading;
|
673
|
-
$option-size-horizontal-padding:
|
745
|
+
$option-size-horizontal-padding: 12px;
|
674
746
|
$option-size-height: 32px;
|
675
747
|
$option-size-border-width: 2px;
|
676
748
|
$option-font-default: body;
|
@@ -684,7 +756,7 @@ $popover-dark-color-scheme-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
|
|
684
756
|
$popover-dark-color-scheme-border: #333f4a;
|
685
757
|
$popover-size-max-height: 480px;
|
686
758
|
$popover-size-padding: 16px;
|
687
|
-
$popover-size-border-radius:
|
759
|
+
$popover-size-border-radius: 4px;
|
688
760
|
$popover-size-arrow-size: 12px;
|
689
761
|
$popover-size-trigger-margin: 9px;
|
690
762
|
$popover-size-small-width: 200px;
|
@@ -697,8 +769,8 @@ $popover-header-light-color-scheme-background: white;
|
|
697
769
|
$popover-header-dark-color-scheme-border: #434f5a;
|
698
770
|
$popover-header-dark-color-scheme-text: #f2f5f9;
|
699
771
|
$popover-header-dark-color-scheme-background: #333f4a;
|
700
|
-
$popover-header-size-height:
|
701
|
-
$popover-header-size-padding:
|
772
|
+
$popover-header-size-height: 40px;
|
773
|
+
$popover-header-size-padding: 0 16px;
|
702
774
|
$popover-header-font-default: subheading;
|
703
775
|
$popover-footer-light-color-scheme-border: #f2f5f9;
|
704
776
|
$popover-footer-light-color-scheme-background: #f2f5f9;
|
@@ -739,30 +811,31 @@ $radio-dark-color-scheme-states-focused-inner-circle-shadow: 0 0 0 1px #19252f;
|
|
739
811
|
$radio-size-size: 14px;
|
740
812
|
$radio-size-label-margin: 8px;
|
741
813
|
$radio-font-default: body;
|
742
|
-
$select-size-
|
743
|
-
$select-size-
|
744
|
-
$select-size-
|
745
|
-
$select-size-left-padding-multiple: 8px;
|
814
|
+
$select-size-left-padding: 12px;
|
815
|
+
$select-size-right-padding: 6px;
|
816
|
+
$select-size-left-padding-multiple: 12px;
|
746
817
|
$select-font-default: body;
|
747
818
|
$select-panel-size-max-height: 232px;
|
748
819
|
$select-panel-size-max-width: 640px;
|
749
820
|
$select-panel-size-vertical-padding: 4px;
|
750
821
|
$select-panel-size-border-width: 1px;
|
751
|
-
$select-panel-size-border-radius:
|
822
|
+
$select-panel-size-border-radius: 4px;
|
752
823
|
$select-panel-font-default: body;
|
753
824
|
$sidepanel-light-color-scheme-border: #bdc7d1;
|
754
825
|
$sidepanel-dark-color-scheme-border: #19252f;
|
755
826
|
$sidepanel-font-default: body;
|
756
|
-
$sidepanel-header-size-
|
827
|
+
$sidepanel-header-size-height: 56px;
|
828
|
+
$sidepanel-header-size-padding: 0 16px;
|
757
829
|
$sidepanel-header-size-close-padding: 0 0 0 8px;
|
758
830
|
$sidepanel-header-font-default: title;
|
759
|
-
$sidepanel-footer-size-
|
831
|
+
$sidepanel-footer-size-height: 64px;
|
832
|
+
$sidepanel-footer-size-padding: 0 16px;
|
760
833
|
$sidepanel-footer-font-default: body;
|
761
834
|
$table-size-border-width: 1px;
|
762
835
|
$table-size-row-padding-vertical: 8px;
|
763
836
|
$table-size-row-padding-horizontal: 16px;
|
764
837
|
$table-font-header: caption;
|
765
|
-
$table-font-body: body;
|
838
|
+
$table-font-body: body-tabular;
|
766
839
|
$tabs-light-color-scheme-border: #d7dee4;
|
767
840
|
$tabs-light-color-scheme-state-normal-icon: #8c99a5;
|
768
841
|
$tabs-light-color-scheme-state-normal-text: #19252f;
|
@@ -789,7 +862,7 @@ $tabs-size-height: 40px;
|
|
789
862
|
$tabs-size-highlight-height: 4px;
|
790
863
|
$tabs-size-padding-horizontal: 16px;
|
791
864
|
$tabs-size-border-width: 1px;
|
792
|
-
$tabs-size-border-radius:
|
865
|
+
$tabs-size-border-radius: 4px;
|
793
866
|
$tabs-size-label-icon-margin: 8px;
|
794
867
|
$tabs-font-default: body;
|
795
868
|
$vertical-tabs-light-color-scheme-state-normal-background: transparent;
|
@@ -852,18 +925,17 @@ $tags-size-margin: 2px;
|
|
852
925
|
$tags-size-height: 24px;
|
853
926
|
$tags-size-border-width: 1px;
|
854
927
|
$tags-size-border-radius: 4px;
|
855
|
-
$tags-size-icon-padding:
|
928
|
+
$tags-size-icon-padding: 4px;
|
856
929
|
$tags-size-text-margin: 8px;
|
857
930
|
$tags-font-default: caption;
|
858
931
|
$tags-font-mono: caption-mono;
|
859
932
|
$tags-font-caps: caption-caps;
|
860
|
-
$tag-list-size-padding: 1px
|
861
|
-
$tag-list-size-min-height: 30px;
|
933
|
+
$tag-list-size-padding: 1px 12px;
|
862
934
|
$tag-input-size-height: 22px;
|
863
935
|
$tag-input-size-margin: 2px 4px;
|
864
936
|
$tag-input-font-default: body;
|
865
937
|
$textarea-size-min-height: 50px;
|
866
|
-
$textarea-size-padding:
|
938
|
+
$textarea-size-padding: 5 12px;
|
867
939
|
$textarea-font-default: body;
|
868
940
|
$textarea-font-mono: body-mono;
|
869
941
|
$timepicker-size-padding-right: 16px;
|
@@ -910,7 +982,7 @@ $tooltip-dark-color-scheme-warning-text: #f2f5f9;
|
|
910
982
|
$tooltip-dark-color-scheme-warning-border: #7e5406;
|
911
983
|
$tooltip-size-max-width: 300px;
|
912
984
|
$tooltip-size-border-width: 1px;
|
913
|
-
$tooltip-size-border-radius:
|
985
|
+
$tooltip-size-border-radius: 4px;
|
914
986
|
$tooltip-size-padding: 8px 16px;
|
915
987
|
$tooltip-size-arrow-size: 12px;
|
916
988
|
$tooltip-size-trigger-margin: 9px;
|
@@ -923,7 +995,7 @@ $extended-tooltip-dark-color-scheme-background: #333f4a;
|
|
923
995
|
$extended-tooltip-dark-color-scheme-text: #f2f5f9;
|
924
996
|
$extended-tooltip-dark-color-scheme-border: #333f4a;
|
925
997
|
$extended-tooltip-dark-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
|
926
|
-
$extended-tooltip-size-border-radius:
|
998
|
+
$extended-tooltip-size-border-radius: 4px;
|
927
999
|
$extended-tooltip-size-arrow-size: 12px;
|
928
1000
|
$extended-tooltip-size-trigger-margin: 9px;
|
929
1001
|
$extended-tooltip-size-padding: 8px 16px;
|
@@ -936,10 +1008,12 @@ $extended-tooltip-header-dark-color-scheme-border: #434f5a;
|
|
936
1008
|
$extended-tooltip-header-dark-color-scheme-text: #f2f5f9;
|
937
1009
|
$extended-tooltip-header-dark-color-scheme-background: #333f4a;
|
938
1010
|
$extended-tooltip-header-size-height: 40px;
|
939
|
-
$extended-tooltip-header-size-padding:
|
1011
|
+
$extended-tooltip-header-size-padding: 8px 16px;
|
940
1012
|
$extended-tooltip-header-font-default: subheading;
|
941
1013
|
$tree-size-node-height: 32px;
|
942
|
-
$tree-size-padding-left:
|
1014
|
+
$tree-size-padding-left: 12px;
|
1015
|
+
$tree-size-toggle-padding: 4px;
|
1016
|
+
$tree-size-icon-padding: 8px;
|
943
1017
|
$tree-size-padding-right: 16px;
|
944
1018
|
$tree-font-node: body;
|
945
1019
|
$light-color-scheme-primary-palette: (
|
@@ -955,6 +1029,7 @@ $light-color-scheme-primary-palette: (
|
|
955
1029
|
700: #023c7f,
|
956
1030
|
800: #193060,
|
957
1031
|
900: #00224f,
|
1032
|
+
1000: #001a40,
|
958
1033
|
A100: rgba(3, 116, 235, 0.15),
|
959
1034
|
A200: rgba(3, 116, 235, 0.3),
|
960
1035
|
contrast: (
|
@@ -988,6 +1063,7 @@ $light-color-scheme-second-palette: (
|
|
988
1063
|
700: #333f4a,
|
989
1064
|
800: #27333e,
|
990
1065
|
900: #19252f,
|
1066
|
+
1000: #151e25,
|
991
1067
|
A40: rgba(25, 37, 47, 0.04),
|
992
1068
|
A60: rgba(25, 37, 47, 0.06),
|
993
1069
|
A100: rgba(25, 37, 47, 0.1),
|
@@ -1023,6 +1099,7 @@ $light-color-scheme-error-palette: (
|
|
1023
1099
|
700: #800025,
|
1024
1100
|
800: #621420,
|
1025
1101
|
900: #500013,
|
1102
|
+
1000: #41000b,
|
1026
1103
|
A100: rgba(219, 60, 85, 0.15),
|
1027
1104
|
contrast: (
|
1028
1105
|
40: #4D4D4D,
|
@@ -1054,6 +1131,7 @@ $light-color-scheme-info-palette: (
|
|
1054
1131
|
700: #084453,
|
1055
1132
|
800: #143641,
|
1056
1133
|
900: #022731,
|
1134
|
+
1000: #001f28,
|
1057
1135
|
contrast: (
|
1058
1136
|
40: #4D4D4D,
|
1059
1137
|
60: #4D4D4D,
|
@@ -1085,6 +1163,7 @@ $light-color-scheme-success-palette: (
|
|
1085
1163
|
700: #004823,
|
1086
1164
|
800: #103920,
|
1087
1165
|
900: #002a12,
|
1166
|
+
1000: #00210c,
|
1088
1167
|
A100: rgba(2, 139, 73, 0.15),
|
1089
1168
|
contrast: (
|
1090
1169
|
40: #4D4D4D,
|
@@ -1116,6 +1195,7 @@ $light-color-scheme-warning-palette: (
|
|
1116
1195
|
700: #543803,
|
1117
1196
|
800: #3e3015,
|
1118
1197
|
900: #312001,
|
1198
|
+
1000: #1f1500,
|
1119
1199
|
A100: rgba(255, 159, 18, 0.15),
|
1120
1200
|
contrast: (
|
1121
1201
|
40: #4D4D4D,
|
@@ -1147,6 +1227,7 @@ $dark-color-scheme-primary-palette: (
|
|
1147
1227
|
700: #023c7f,
|
1148
1228
|
800: #193060,
|
1149
1229
|
900: #00224f,
|
1230
|
+
1000: #001a40,
|
1150
1231
|
A100: rgba(3, 116, 235, 0.15),
|
1151
1232
|
A200: rgba(3, 116, 235, 0.3),
|
1152
1233
|
contrast: (
|
@@ -1180,6 +1261,7 @@ $dark-color-scheme-second-palette: (
|
|
1180
1261
|
700: #333f4a,
|
1181
1262
|
800: #27333e,
|
1182
1263
|
900: #19252f,
|
1264
|
+
1000: #151e25,
|
1183
1265
|
A40: rgba(25, 37, 47, 0.04),
|
1184
1266
|
A60: rgba(25, 37, 47, 0.06),
|
1185
1267
|
A100: rgba(25, 37, 47, 0.1),
|
@@ -1215,6 +1297,7 @@ $dark-color-scheme-error-palette: (
|
|
1215
1297
|
700: #800025,
|
1216
1298
|
800: #621420,
|
1217
1299
|
900: #500013,
|
1300
|
+
1000: #41000b,
|
1218
1301
|
A100: rgba(219, 60, 85, 0.15),
|
1219
1302
|
contrast: (
|
1220
1303
|
40: #4D4D4D,
|
@@ -1246,6 +1329,7 @@ $dark-color-scheme-info-palette: (
|
|
1246
1329
|
700: #084453,
|
1247
1330
|
800: #143641,
|
1248
1331
|
900: #022731,
|
1332
|
+
1000: #001f28,
|
1249
1333
|
contrast: (
|
1250
1334
|
40: #4D4D4D,
|
1251
1335
|
60: #4D4D4D,
|
@@ -1277,6 +1361,7 @@ $dark-color-scheme-success-palette: (
|
|
1277
1361
|
700: #004823,
|
1278
1362
|
800: #103920,
|
1279
1363
|
900: #002a12,
|
1364
|
+
1000: #00210c,
|
1280
1365
|
A100: rgba(2, 139, 73, 0.15),
|
1281
1366
|
contrast: (
|
1282
1367
|
40: #4D4D4D,
|
@@ -1308,6 +1393,7 @@ $dark-color-scheme-warning-palette: (
|
|
1308
1393
|
700: #543803,
|
1309
1394
|
800: #3e3015,
|
1310
1395
|
900: #312001,
|
1396
|
+
1000: #1f1500,
|
1311
1397
|
A100: rgba(255, 159, 18, 0.15),
|
1312
1398
|
contrast: (
|
1313
1399
|
40: #4D4D4D,
|
@@ -1339,6 +1425,7 @@ $color-blue-palette: (
|
|
1339
1425
|
700: #023c7f,
|
1340
1426
|
800: #193060,
|
1341
1427
|
900: #00224f,
|
1428
|
+
1000: #001a40,
|
1342
1429
|
A100: rgba(3, 116, 235, 0.15),
|
1343
1430
|
A200: rgba(3, 116, 235, 0.3),
|
1344
1431
|
contrast: (
|
@@ -1372,6 +1459,7 @@ $color-green-palette: (
|
|
1372
1459
|
700: #004823,
|
1373
1460
|
800: #103920,
|
1374
1461
|
900: #002a12,
|
1462
|
+
1000: #00210c,
|
1375
1463
|
A100: rgba(2, 139, 73, 0.15),
|
1376
1464
|
contrast: (
|
1377
1465
|
40: #4D4D4D,
|
@@ -1403,6 +1491,7 @@ $color-red-palette: (
|
|
1403
1491
|
700: #800025,
|
1404
1492
|
800: #621420,
|
1405
1493
|
900: #500013,
|
1494
|
+
1000: #41000b,
|
1406
1495
|
A100: rgba(219, 60, 85, 0.15),
|
1407
1496
|
contrast: (
|
1408
1497
|
40: #4D4D4D,
|
@@ -1434,6 +1523,7 @@ $color-grey-palette: (
|
|
1434
1523
|
700: #333f4a,
|
1435
1524
|
800: #27333e,
|
1436
1525
|
900: #19252f,
|
1526
|
+
1000: #151e25,
|
1437
1527
|
A40: rgba(25, 37, 47, 0.04),
|
1438
1528
|
A60: rgba(25, 37, 47, 0.06),
|
1439
1529
|
A100: rgba(25, 37, 47, 0.1),
|
@@ -1469,6 +1559,7 @@ $color-yellow-palette: (
|
|
1469
1559
|
700: #543803,
|
1470
1560
|
800: #3e3015,
|
1471
1561
|
900: #312001,
|
1562
|
+
1000: #1f1500,
|
1472
1563
|
A100: rgba(255, 159, 18, 0.15),
|
1473
1564
|
contrast: (
|
1474
1565
|
40: #4D4D4D,
|
@@ -1500,6 +1591,7 @@ $color-teal-palette: (
|
|
1500
1591
|
700: #084453,
|
1501
1592
|
800: #143641,
|
1502
1593
|
900: #022731,
|
1594
|
+
1000: #001f28,
|
1503
1595
|
contrast: (
|
1504
1596
|
40: #4D4D4D,
|
1505
1597
|
60: #4D4D4D,
|
@@ -1531,6 +1623,7 @@ $color-purple-palette: (
|
|
1531
1623
|
700: #612853,
|
1532
1624
|
800: #48273f,
|
1533
1625
|
900: #36172e,
|
1626
|
+
1000: #23001b,
|
1534
1627
|
contrast: (
|
1535
1628
|
40: #4D4D4D,
|
1536
1629
|
60: #4D4D4D,
|
@@ -1555,102 +1648,133 @@ $typography-display-1-letter-spacing: normal;
|
|
1555
1648
|
$typography-display-1-font-weight: normal;
|
1556
1649
|
$typography-display-1-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1557
1650
|
$typography-display-1-text-transform: null;
|
1651
|
+
$typography-display-1-font-feature-settings: null;
|
1558
1652
|
$typography-display-2-font-size: 45px;
|
1559
1653
|
$typography-display-2-line-height: 56px;
|
1560
1654
|
$typography-display-2-letter-spacing: normal;
|
1561
1655
|
$typography-display-2-font-weight: normal;
|
1562
1656
|
$typography-display-2-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1563
1657
|
$typography-display-2-text-transform: null;
|
1658
|
+
$typography-display-2-font-feature-settings: null;
|
1564
1659
|
$typography-display-3-font-size: 34px;
|
1565
1660
|
$typography-display-3-line-height: 44px;
|
1566
1661
|
$typography-display-3-letter-spacing: normal;
|
1567
1662
|
$typography-display-3-font-weight: normal;
|
1568
1663
|
$typography-display-3-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1569
1664
|
$typography-display-3-text-transform: null;
|
1665
|
+
$typography-display-3-font-feature-settings: null;
|
1570
1666
|
$typography-headline-font-size: 24px;
|
1571
1667
|
$typography-headline-line-height: 32px;
|
1572
1668
|
$typography-headline-letter-spacing: normal;
|
1573
1669
|
$typography-headline-font-weight: normal;
|
1574
1670
|
$typography-headline-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1575
1671
|
$typography-headline-text-transform: null;
|
1672
|
+
$typography-headline-font-feature-settings: null;
|
1576
1673
|
$typography-title-font-size: 20px;
|
1577
1674
|
$typography-title-line-height: 28px;
|
1578
1675
|
$typography-title-letter-spacing: normal;
|
1579
1676
|
$typography-title-font-weight: 600;
|
1580
1677
|
$typography-title-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1581
1678
|
$typography-title-text-transform: null;
|
1679
|
+
$typography-title-font-feature-settings: null;
|
1582
1680
|
$typography-subheading-font-size: 15px;
|
1583
1681
|
$typography-subheading-line-height: 20px;
|
1584
1682
|
$typography-subheading-letter-spacing: -0.009em;
|
1585
1683
|
$typography-subheading-font-weight: 600;
|
1586
1684
|
$typography-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1587
1685
|
$typography-subheading-text-transform: null;
|
1686
|
+
$typography-subheading-font-feature-settings: "ss01" on, "ss04" on;
|
1588
1687
|
$typography-body-font-size: 15px;
|
1589
1688
|
$typography-body-line-height: 20px;
|
1590
1689
|
$typography-body-letter-spacing: -0.009em;
|
1591
1690
|
$typography-body-font-weight: normal;
|
1592
1691
|
$typography-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1593
1692
|
$typography-body-text-transform: null;
|
1693
|
+
$typography-body-font-feature-settings: "ss01" on, "ss04" on;
|
1694
|
+
$typography-body-tabular-font-size: 15px;
|
1695
|
+
$typography-body-tabular-line-height: 20px;
|
1696
|
+
$typography-body-tabular-letter-spacing: -0.009em;
|
1697
|
+
$typography-body-tabular-font-weight: normal;
|
1698
|
+
$typography-body-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1699
|
+
$typography-body-tabular-text-transform: null;
|
1700
|
+
$typography-body-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
|
1594
1701
|
$typography-body-strong-font-size: 15px;
|
1595
1702
|
$typography-body-strong-line-height: 20px;
|
1596
1703
|
$typography-body-strong-letter-spacing: -0.009em;
|
1597
1704
|
$typography-body-strong-font-weight: 500;
|
1598
1705
|
$typography-body-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1599
1706
|
$typography-body-strong-text-transform: null;
|
1707
|
+
$typography-body-strong-font-feature-settings: "ss01" on, "ss04" on;
|
1600
1708
|
$typography-body-caps-font-size: 15px;
|
1601
1709
|
$typography-body-caps-line-height: 20px;
|
1602
1710
|
$typography-body-caps-letter-spacing: 1.7px;
|
1603
1711
|
$typography-body-caps-font-weight: normal;
|
1604
1712
|
$typography-body-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1605
1713
|
$typography-body-caps-text-transform: uppercase;
|
1714
|
+
$typography-body-caps-font-feature-settings: "ss01" on, "ss04" on;
|
1606
1715
|
$typography-body-mono-font-size: 15px;
|
1607
1716
|
$typography-body-mono-line-height: 20px;
|
1608
1717
|
$typography-body-mono-letter-spacing: normal;
|
1609
1718
|
$typography-body-mono-font-weight: normal;
|
1610
1719
|
$typography-body-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
|
1611
1720
|
$typography-body-mono-text-transform: null;
|
1721
|
+
$typography-body-mono-font-feature-settings: null;
|
1612
1722
|
$typography-caption-font-size: 13px;
|
1613
1723
|
$typography-caption-line-height: 16px;
|
1614
1724
|
$typography-caption-letter-spacing: -0.0025em;
|
1615
1725
|
$typography-caption-font-weight: normal;
|
1616
1726
|
$typography-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1617
1727
|
$typography-caption-text-transform: null;
|
1728
|
+
$typography-caption-font-feature-settings: "ss01" on, "ss04" on;
|
1729
|
+
$typography-caption-tabular-font-size: 13px;
|
1730
|
+
$typography-caption-tabular-line-height: 16px;
|
1731
|
+
$typography-caption-tabular-letter-spacing: -0.0025em;
|
1732
|
+
$typography-caption-tabular-font-weight: normal;
|
1733
|
+
$typography-caption-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1734
|
+
$typography-caption-tabular-text-transform: null;
|
1735
|
+
$typography-caption-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
|
1618
1736
|
$typography-caption-caps-font-size: 13px;
|
1619
1737
|
$typography-caption-caps-line-height: 16px;
|
1620
1738
|
$typography-caption-caps-letter-spacing: 1.5px;
|
1621
1739
|
$typography-caption-caps-font-weight: normal;
|
1622
1740
|
$typography-caption-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1623
1741
|
$typography-caption-caps-text-transform: uppercase;
|
1742
|
+
$typography-caption-caps-font-feature-settings: "ss01" on, "ss04" on;
|
1624
1743
|
$typography-caption-mono-font-size: 13px;
|
1625
1744
|
$typography-caption-mono-line-height: 16px;
|
1626
1745
|
$typography-caption-mono-letter-spacing: normal;
|
1627
1746
|
$typography-caption-mono-font-weight: normal;
|
1628
1747
|
$typography-caption-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
|
1629
1748
|
$typography-caption-mono-text-transform: null;
|
1749
|
+
$typography-caption-mono-font-feature-settings: null;
|
1630
1750
|
$typography-small-text-font-size: 13px;
|
1631
1751
|
$typography-small-text-line-height: 16px;
|
1632
1752
|
$typography-small-text-letter-spacing: -0.0025em;
|
1633
1753
|
$typography-small-text-font-weight: normal;
|
1634
1754
|
$typography-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1635
1755
|
$typography-small-text-text-transform: null;
|
1756
|
+
$typography-small-text-font-feature-settings: "ss01" on, "ss04" on;
|
1636
1757
|
$typography-extra-small-text-font-size: 11px;
|
1637
1758
|
$typography-extra-small-text-line-height: 16px;
|
1638
1759
|
$typography-extra-small-text-letter-spacing: 0.005em;
|
1639
1760
|
$typography-extra-small-text-font-weight: normal;
|
1640
1761
|
$typography-extra-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1641
1762
|
$typography-extra-small-text-text-transform: null;
|
1763
|
+
$typography-extra-small-text-font-feature-settings: "ss01" on, "ss04" on;
|
1642
1764
|
$typography-extra-small-text-caps-font-size: 11px;
|
1643
1765
|
$typography-extra-small-text-caps-line-height: 16px;
|
1644
1766
|
$typography-extra-small-text-caps-letter-spacing: 1px;
|
1645
1767
|
$typography-extra-small-text-caps-font-weight: normal;
|
1646
1768
|
$typography-extra-small-text-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
|
1647
1769
|
$typography-extra-small-text-caps-text-transform: uppercase;
|
1770
|
+
$typography-extra-small-text-caps-font-feature-settings: "ss01" on, "ss04" on;
|
1648
1771
|
$typography-extra-small-text-mono-font-size: 11px;
|
1649
1772
|
$typography-extra-small-text-mono-line-height: 16px;
|
1650
1773
|
$typography-extra-small-text-mono-letter-spacing: 0px;
|
1651
1774
|
$typography-extra-small-text-mono-font-weight: normal;
|
1652
1775
|
$typography-extra-small-text-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
|
1653
1776
|
$typography-extra-small-text-mono-text-transform: null;
|
1777
|
+
$typography-extra-small-text-mono-font-feature-settings: null;
|
1654
1778
|
|
1655
1779
|
$mosaic: (
|
1656
1780
|
'typography': (
|
@@ -1660,7 +1784,8 @@ $mosaic: (
|
|
1660
1784
|
'letter-spacing': $typography-display-1-letter-spacing,
|
1661
1785
|
'font-weight': $typography-display-1-font-weight,
|
1662
1786
|
'font-family': $typography-display-1-font-family,
|
1663
|
-
'text-transform': $typography-display-1-text-transform
|
1787
|
+
'text-transform': $typography-display-1-text-transform,
|
1788
|
+
'font-feature-settings': $typography-display-1-font-feature-settings
|
1664
1789
|
),
|
1665
1790
|
'display-2': (
|
1666
1791
|
'font-size': $typography-display-2-font-size,
|
@@ -1668,7 +1793,8 @@ $mosaic: (
|
|
1668
1793
|
'letter-spacing': $typography-display-2-letter-spacing,
|
1669
1794
|
'font-weight': $typography-display-2-font-weight,
|
1670
1795
|
'font-family': $typography-display-2-font-family,
|
1671
|
-
'text-transform': $typography-display-2-text-transform
|
1796
|
+
'text-transform': $typography-display-2-text-transform,
|
1797
|
+
'font-feature-settings': $typography-display-2-font-feature-settings
|
1672
1798
|
),
|
1673
1799
|
'display-3': (
|
1674
1800
|
'font-size': $typography-display-3-font-size,
|
@@ -1676,7 +1802,8 @@ $mosaic: (
|
|
1676
1802
|
'letter-spacing': $typography-display-3-letter-spacing,
|
1677
1803
|
'font-weight': $typography-display-3-font-weight,
|
1678
1804
|
'font-family': $typography-display-3-font-family,
|
1679
|
-
'text-transform': $typography-display-3-text-transform
|
1805
|
+
'text-transform': $typography-display-3-text-transform,
|
1806
|
+
'font-feature-settings': $typography-display-3-font-feature-settings
|
1680
1807
|
),
|
1681
1808
|
'headline': (
|
1682
1809
|
'font-size': $typography-headline-font-size,
|
@@ -1684,7 +1811,8 @@ $mosaic: (
|
|
1684
1811
|
'letter-spacing': $typography-headline-letter-spacing,
|
1685
1812
|
'font-weight': $typography-headline-font-weight,
|
1686
1813
|
'font-family': $typography-headline-font-family,
|
1687
|
-
'text-transform': $typography-headline-text-transform
|
1814
|
+
'text-transform': $typography-headline-text-transform,
|
1815
|
+
'font-feature-settings': $typography-headline-font-feature-settings
|
1688
1816
|
),
|
1689
1817
|
'title': (
|
1690
1818
|
'font-size': $typography-title-font-size,
|
@@ -1692,7 +1820,8 @@ $mosaic: (
|
|
1692
1820
|
'letter-spacing': $typography-title-letter-spacing,
|
1693
1821
|
'font-weight': $typography-title-font-weight,
|
1694
1822
|
'font-family': $typography-title-font-family,
|
1695
|
-
'text-transform': $typography-title-text-transform
|
1823
|
+
'text-transform': $typography-title-text-transform,
|
1824
|
+
'font-feature-settings': $typography-title-font-feature-settings
|
1696
1825
|
),
|
1697
1826
|
'subheading': (
|
1698
1827
|
'font-size': $typography-subheading-font-size,
|
@@ -1700,7 +1829,8 @@ $mosaic: (
|
|
1700
1829
|
'letter-spacing': $typography-subheading-letter-spacing,
|
1701
1830
|
'font-weight': $typography-subheading-font-weight,
|
1702
1831
|
'font-family': $typography-subheading-font-family,
|
1703
|
-
'text-transform': $typography-subheading-text-transform
|
1832
|
+
'text-transform': $typography-subheading-text-transform,
|
1833
|
+
'font-feature-settings': $typography-subheading-font-feature-settings
|
1704
1834
|
),
|
1705
1835
|
'body': (
|
1706
1836
|
'font-size': $typography-body-font-size,
|
@@ -1708,7 +1838,17 @@ $mosaic: (
|
|
1708
1838
|
'letter-spacing': $typography-body-letter-spacing,
|
1709
1839
|
'font-weight': $typography-body-font-weight,
|
1710
1840
|
'font-family': $typography-body-font-family,
|
1711
|
-
'text-transform': $typography-body-text-transform
|
1841
|
+
'text-transform': $typography-body-text-transform,
|
1842
|
+
'font-feature-settings': $typography-body-font-feature-settings
|
1843
|
+
),
|
1844
|
+
'body-tabular': (
|
1845
|
+
'font-size': $typography-body-tabular-font-size,
|
1846
|
+
'line-height': $typography-body-tabular-line-height,
|
1847
|
+
'letter-spacing': $typography-body-tabular-letter-spacing,
|
1848
|
+
'font-weight': $typography-body-tabular-font-weight,
|
1849
|
+
'font-family': $typography-body-tabular-font-family,
|
1850
|
+
'text-transform': $typography-body-tabular-text-transform,
|
1851
|
+
'font-feature-settings': $typography-body-tabular-font-feature-settings
|
1712
1852
|
),
|
1713
1853
|
'body-strong': (
|
1714
1854
|
'font-size': $typography-body-strong-font-size,
|
@@ -1716,7 +1856,8 @@ $mosaic: (
|
|
1716
1856
|
'letter-spacing': $typography-body-strong-letter-spacing,
|
1717
1857
|
'font-weight': $typography-body-strong-font-weight,
|
1718
1858
|
'font-family': $typography-body-strong-font-family,
|
1719
|
-
'text-transform': $typography-body-strong-text-transform
|
1859
|
+
'text-transform': $typography-body-strong-text-transform,
|
1860
|
+
'font-feature-settings': $typography-body-strong-font-feature-settings
|
1720
1861
|
),
|
1721
1862
|
'body-caps': (
|
1722
1863
|
'font-size': $typography-body-caps-font-size,
|
@@ -1724,7 +1865,8 @@ $mosaic: (
|
|
1724
1865
|
'letter-spacing': $typography-body-caps-letter-spacing,
|
1725
1866
|
'font-weight': $typography-body-caps-font-weight,
|
1726
1867
|
'font-family': $typography-body-caps-font-family,
|
1727
|
-
'text-transform': $typography-body-caps-text-transform
|
1868
|
+
'text-transform': $typography-body-caps-text-transform,
|
1869
|
+
'font-feature-settings': $typography-body-caps-font-feature-settings
|
1728
1870
|
),
|
1729
1871
|
'body-mono': (
|
1730
1872
|
'font-size': $typography-body-mono-font-size,
|
@@ -1732,7 +1874,8 @@ $mosaic: (
|
|
1732
1874
|
'letter-spacing': $typography-body-mono-letter-spacing,
|
1733
1875
|
'font-weight': $typography-body-mono-font-weight,
|
1734
1876
|
'font-family': $typography-body-mono-font-family,
|
1735
|
-
'text-transform': $typography-body-mono-text-transform
|
1877
|
+
'text-transform': $typography-body-mono-text-transform,
|
1878
|
+
'font-feature-settings': $typography-body-mono-font-feature-settings
|
1736
1879
|
),
|
1737
1880
|
'caption': (
|
1738
1881
|
'font-size': $typography-caption-font-size,
|
@@ -1740,7 +1883,17 @@ $mosaic: (
|
|
1740
1883
|
'letter-spacing': $typography-caption-letter-spacing,
|
1741
1884
|
'font-weight': $typography-caption-font-weight,
|
1742
1885
|
'font-family': $typography-caption-font-family,
|
1743
|
-
'text-transform': $typography-caption-text-transform
|
1886
|
+
'text-transform': $typography-caption-text-transform,
|
1887
|
+
'font-feature-settings': $typography-caption-font-feature-settings
|
1888
|
+
),
|
1889
|
+
'caption-tabular': (
|
1890
|
+
'font-size': $typography-caption-tabular-font-size,
|
1891
|
+
'line-height': $typography-caption-tabular-line-height,
|
1892
|
+
'letter-spacing': $typography-caption-tabular-letter-spacing,
|
1893
|
+
'font-weight': $typography-caption-tabular-font-weight,
|
1894
|
+
'font-family': $typography-caption-tabular-font-family,
|
1895
|
+
'text-transform': $typography-caption-tabular-text-transform,
|
1896
|
+
'font-feature-settings': $typography-caption-tabular-font-feature-settings
|
1744
1897
|
),
|
1745
1898
|
'caption-caps': (
|
1746
1899
|
'font-size': $typography-caption-caps-font-size,
|
@@ -1748,7 +1901,8 @@ $mosaic: (
|
|
1748
1901
|
'letter-spacing': $typography-caption-caps-letter-spacing,
|
1749
1902
|
'font-weight': $typography-caption-caps-font-weight,
|
1750
1903
|
'font-family': $typography-caption-caps-font-family,
|
1751
|
-
'text-transform': $typography-caption-caps-text-transform
|
1904
|
+
'text-transform': $typography-caption-caps-text-transform,
|
1905
|
+
'font-feature-settings': $typography-caption-caps-font-feature-settings
|
1752
1906
|
),
|
1753
1907
|
'caption-mono': (
|
1754
1908
|
'font-size': $typography-caption-mono-font-size,
|
@@ -1756,7 +1910,8 @@ $mosaic: (
|
|
1756
1910
|
'letter-spacing': $typography-caption-mono-letter-spacing,
|
1757
1911
|
'font-weight': $typography-caption-mono-font-weight,
|
1758
1912
|
'font-family': $typography-caption-mono-font-family,
|
1759
|
-
'text-transform': $typography-caption-mono-text-transform
|
1913
|
+
'text-transform': $typography-caption-mono-text-transform,
|
1914
|
+
'font-feature-settings': $typography-caption-mono-font-feature-settings
|
1760
1915
|
),
|
1761
1916
|
'small-text': (
|
1762
1917
|
'font-size': $typography-small-text-font-size,
|
@@ -1764,7 +1919,8 @@ $mosaic: (
|
|
1764
1919
|
'letter-spacing': $typography-small-text-letter-spacing,
|
1765
1920
|
'font-weight': $typography-small-text-font-weight,
|
1766
1921
|
'font-family': $typography-small-text-font-family,
|
1767
|
-
'text-transform': $typography-small-text-text-transform
|
1922
|
+
'text-transform': $typography-small-text-text-transform,
|
1923
|
+
'font-feature-settings': $typography-small-text-font-feature-settings
|
1768
1924
|
),
|
1769
1925
|
'extra-small-text': (
|
1770
1926
|
'font-size': $typography-extra-small-text-font-size,
|
@@ -1772,7 +1928,8 @@ $mosaic: (
|
|
1772
1928
|
'letter-spacing': $typography-extra-small-text-letter-spacing,
|
1773
1929
|
'font-weight': $typography-extra-small-text-font-weight,
|
1774
1930
|
'font-family': $typography-extra-small-text-font-family,
|
1775
|
-
'text-transform': $typography-extra-small-text-text-transform
|
1931
|
+
'text-transform': $typography-extra-small-text-text-transform,
|
1932
|
+
'font-feature-settings': $typography-extra-small-text-font-feature-settings
|
1776
1933
|
),
|
1777
1934
|
'extra-small-text-caps': (
|
1778
1935
|
'font-size': $typography-extra-small-text-caps-font-size,
|
@@ -1780,7 +1937,8 @@ $mosaic: (
|
|
1780
1937
|
'letter-spacing': $typography-extra-small-text-caps-letter-spacing,
|
1781
1938
|
'font-weight': $typography-extra-small-text-caps-font-weight,
|
1782
1939
|
'font-family': $typography-extra-small-text-caps-font-family,
|
1783
|
-
'text-transform': $typography-extra-small-text-caps-text-transform
|
1940
|
+
'text-transform': $typography-extra-small-text-caps-text-transform,
|
1941
|
+
'font-feature-settings': $typography-extra-small-text-caps-font-feature-settings
|
1784
1942
|
),
|
1785
1943
|
'extra-small-text-mono': (
|
1786
1944
|
'font-size': $typography-extra-small-text-mono-font-size,
|
@@ -1788,7 +1946,8 @@ $mosaic: (
|
|
1788
1946
|
'letter-spacing': $typography-extra-small-text-mono-letter-spacing,
|
1789
1947
|
'font-weight': $typography-extra-small-text-mono-font-weight,
|
1790
1948
|
'font-family': $typography-extra-small-text-mono-font-family,
|
1791
|
-
'text-transform': $typography-extra-small-text-mono-text-transform
|
1949
|
+
'text-transform': $typography-extra-small-text-mono-text-transform,
|
1950
|
+
'font-feature-settings': $typography-extra-small-text-mono-font-feature-settings
|
1792
1951
|
)
|
1793
1952
|
)
|
1794
1953
|
);
|
@@ -1872,6 +2031,8 @@ $fonts: (
|
|
1872
2031
|
}
|
1873
2032
|
}
|
1874
2033
|
|
2034
|
+
|
2035
|
+
|
1875
2036
|
// mixin definition ; sets LTR and RTL within the same style call
|
1876
2037
|
// @see https://css-tricks.com/almanac/properties/d/direction/
|
1877
2038
|
|
@@ -1904,12 +2065,6 @@ $fonts: (
|
|
1904
2065
|
}
|
1905
2066
|
|
1906
2067
|
|
1907
|
-
|
1908
|
-
// Layout
|
1909
|
-
$baseline-grid: 8px !default;
|
1910
|
-
$layout-gutter-width: ($baseline-grid * 2) !default;
|
1911
|
-
|
1912
|
-
|
1913
2068
|
/*
|
1914
2069
|
* Responsive attributes
|
1915
2070
|
*
|
@@ -1929,24 +2084,27 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
1929
2084
|
}
|
1930
2085
|
}
|
1931
2086
|
|
1932
|
-
@mixin flex-order-for-name($sizes:null) {
|
2087
|
+
@mixin flex-order-for-name($sizes: null) {
|
1933
2088
|
@if $sizes == null {
|
1934
|
-
$sizes
|
2089
|
+
$sizes: '';
|
1935
2090
|
|
1936
2091
|
.flex-order {
|
1937
|
-
order
|
2092
|
+
order: 0;
|
1938
2093
|
}
|
1939
2094
|
}
|
1940
2095
|
|
1941
2096
|
@for $i from -20 through 20 {
|
1942
|
-
$order
|
1943
|
-
$suffix
|
2097
|
+
$order: '';
|
2098
|
+
$suffix: '';
|
1944
2099
|
|
1945
2100
|
@each $s in $sizes {
|
1946
|
-
@if $s != '' {
|
1947
|
-
|
2101
|
+
@if $s != '' {
|
2102
|
+
$suffix: '#{$s}-#{$i}';
|
2103
|
+
} @else {
|
2104
|
+
$suffix: '#{$i}';
|
2105
|
+
}
|
1948
2106
|
|
1949
|
-
$order
|
2107
|
+
$order: '.flex-order-#{$suffix}';
|
1950
2108
|
}
|
1951
2109
|
|
1952
2110
|
#{$order} {
|
@@ -1956,17 +2114,22 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
1956
2114
|
}
|
1957
2115
|
|
1958
2116
|
@mixin offset-for-name($sizes:null) {
|
1959
|
-
@if $sizes == null {
|
2117
|
+
@if $sizes == null {
|
2118
|
+
$sizes: '';
|
2119
|
+
}
|
1960
2120
|
|
1961
2121
|
@for $i from 0 through 19 {
|
1962
|
-
$offsets
|
1963
|
-
$suffix
|
2122
|
+
$offsets: '';
|
2123
|
+
$suffix: '';
|
1964
2124
|
|
1965
2125
|
@each $s in $sizes {
|
1966
|
-
@if $s != '' {
|
1967
|
-
|
2126
|
+
@if $s != '' {
|
2127
|
+
$suffix: '#{$s}-#{$i * 5}';
|
2128
|
+
} @else {
|
2129
|
+
$suffix: '#{$i * 5}';
|
2130
|
+
}
|
1968
2131
|
|
1969
|
-
$offsets
|
2132
|
+
$offsets:
|
1970
2133
|
'.offset-#{$suffix}, ' +
|
1971
2134
|
'.flex-offset-#{$suffix}, ' +
|
1972
2135
|
'.layout-margin .flex-offset-#{$suffix}, ' +
|
@@ -1974,20 +2137,26 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
1974
2137
|
}
|
1975
2138
|
|
1976
2139
|
#{$offsets} {
|
1977
|
-
@if $i != 0 {
|
1978
|
-
|
2140
|
+
@if $i != 0 {
|
2141
|
+
@include rtl-prop(margin-left, margin-right, #{$i * 5 + '%'}, auto);
|
2142
|
+
} @else {
|
2143
|
+
@include rtl-prop(margin-left, margin-right, 0, auto);
|
2144
|
+
}
|
1979
2145
|
}
|
1980
2146
|
}
|
1981
2147
|
|
1982
2148
|
@each $i in 33 {
|
1983
|
-
$offsets
|
1984
|
-
$suffix
|
2149
|
+
$offsets: '';
|
2150
|
+
$suffix: '';
|
1985
2151
|
|
1986
2152
|
@each $s in $sizes {
|
1987
|
-
@if $s != '' {
|
1988
|
-
|
2153
|
+
@if $s != '' {
|
2154
|
+
$suffix: '#{$s}-#{$i}';
|
2155
|
+
} @else {
|
2156
|
+
$suffix: '#{$i}';
|
2157
|
+
}
|
1989
2158
|
|
1990
|
-
$offsets
|
2159
|
+
$offsets:
|
1991
2160
|
'.offset-#{$suffix}, ' +
|
1992
2161
|
'.flex-offset-#{$suffix}, ' +
|
1993
2162
|
'.layout-margin .flex-offset-#{$suffix}, ' +
|
@@ -2000,14 +2169,17 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2000
2169
|
}
|
2001
2170
|
|
2002
2171
|
@each $i in 66 {
|
2003
|
-
$offsets
|
2004
|
-
$suffix
|
2172
|
+
$offsets: '';
|
2173
|
+
$suffix: '';
|
2005
2174
|
|
2006
2175
|
@each $s in $sizes {
|
2007
|
-
@if $s != '' {
|
2008
|
-
|
2176
|
+
@if $s != '' {
|
2177
|
+
$suffix: '#{$s}-#{$i}';
|
2178
|
+
} @else {
|
2179
|
+
$suffix: '#{$i}';
|
2180
|
+
}
|
2009
2181
|
|
2010
|
-
$offsets
|
2182
|
+
$offsets:
|
2011
2183
|
'.offset-#{$suffix}, ' +
|
2012
2184
|
'.flex-offset-#{$suffix}, ' +
|
2013
2185
|
'.layout-margin .flex-offset-#{$suffix}, ' +
|
@@ -2021,8 +2193,13 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2021
2193
|
}
|
2022
2194
|
|
2023
2195
|
@mixin layout-for-name($name: null) {
|
2024
|
-
@if $name == null {
|
2025
|
-
|
2196
|
+
@if $name == null {
|
2197
|
+
$name: '';
|
2198
|
+
}
|
2199
|
+
|
2200
|
+
@if $name != '' {
|
2201
|
+
$name: '-#{$name}';
|
2202
|
+
}
|
2026
2203
|
|
2027
2204
|
.layout#{$name},
|
2028
2205
|
.layout#{$name}-column,
|
@@ -2049,6 +2226,7 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2049
2226
|
|
2050
2227
|
@mixin flex-properties-for-name($name: null) {
|
2051
2228
|
$flexName: 'flex';
|
2229
|
+
|
2052
2230
|
@if $name != null {
|
2053
2231
|
$flexName: 'flex-#{$name}';
|
2054
2232
|
$name: '-#{$name}';
|
@@ -2058,22 +2236,16 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2058
2236
|
|
2059
2237
|
// === flex: 1 1 0%;
|
2060
2238
|
.#{$flexName} { flex: 1; box-sizing: border-box; }
|
2061
|
-
|
2062
2239
|
.#{$flexName}-grow { flex: 1 1 100%; box-sizing: border-box; }
|
2063
|
-
|
2064
2240
|
.#{$flexName}-initial { flex: 0 1 auto; box-sizing: border-box; }
|
2065
|
-
|
2066
2241
|
.#{$flexName}-auto { flex: 1 1 auto; box-sizing: border-box; }
|
2067
|
-
|
2068
2242
|
.#{$flexName}-none { flex: 0 0 auto; box-sizing: border-box; }
|
2069
|
-
|
2070
|
-
.#{$flexName}-
|
2071
|
-
|
2072
|
-
.#{$flexName}-nogrow { flex: 0 1 auto; box-sizing: border-box; }
|
2243
|
+
.#{$flexName}-no-shrink { flex: 1 0 auto; box-sizing: border-box; }
|
2244
|
+
.#{$flexName}-no-grow { flex: 0 1 auto; box-sizing: border-box; }
|
2073
2245
|
|
2074
2246
|
// (1-20) * 5 = 0-100%
|
2075
2247
|
@for $i from 0 through 20 {
|
2076
|
-
$value
|
2248
|
+
$value: #{$i * 5 + '%'};
|
2077
2249
|
|
2078
2250
|
.#{$flexName}-#{$i * 5} {
|
2079
2251
|
flex: 1 1 100%;
|
@@ -2089,7 +2261,9 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2089
2261
|
box-sizing: border-box;
|
2090
2262
|
|
2091
2263
|
// Required by Chrome M48+ due to http://crbug.com/546034
|
2092
|
-
@if $i == 0 {
|
2264
|
+
@if $i == 0 {
|
2265
|
+
min-width: 0;
|
2266
|
+
}
|
2093
2267
|
}
|
2094
2268
|
|
2095
2269
|
.layout-column > .#{$flexName}-#{$i * 5} {
|
@@ -2106,7 +2280,9 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2106
2280
|
box-sizing: border-box;
|
2107
2281
|
|
2108
2282
|
// Required by Chrome M48+ due to http://crbug.com/546034
|
2109
|
-
@if $i == 0 {
|
2283
|
+
@if $i == 0 {
|
2284
|
+
min-width: 0;
|
2285
|
+
}
|
2110
2286
|
}
|
2111
2287
|
|
2112
2288
|
.layout#{$name}-column > .#{$flexName}-#{$i * 5} {
|
@@ -2116,44 +2292,117 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2116
2292
|
box-sizing: border-box;
|
2117
2293
|
|
2118
2294
|
// Required by Chrome M48+ due to http://crbug.com/546034
|
2119
|
-
@if $i == 0 {
|
2295
|
+
@if $i == 0 {
|
2296
|
+
min-height: 0;
|
2297
|
+
}
|
2120
2298
|
}
|
2121
2299
|
}
|
2122
2300
|
|
2123
2301
|
@if ($name == '') {
|
2124
|
-
.flex-33 {
|
2302
|
+
.flex-33 {
|
2303
|
+
flex: 1 1 100%;
|
2304
|
+
max-width: 33.33%;
|
2305
|
+
max-height: 100%;
|
2306
|
+
box-sizing: border-box;
|
2307
|
+
}
|
2125
2308
|
|
2126
|
-
.flex-66 {
|
2309
|
+
.flex-66 {
|
2310
|
+
flex: 1 1 100%;
|
2311
|
+
max-width: 66.66%;
|
2312
|
+
max-height: 100%;
|
2313
|
+
box-sizing: border-box;
|
2314
|
+
}
|
2127
2315
|
}
|
2128
2316
|
|
2129
2317
|
.layout-row {
|
2130
|
-
> .#{$flexName}-33 {
|
2318
|
+
> .#{$flexName}-33 {
|
2319
|
+
flex: 1 1 33.33%;
|
2320
|
+
max-width: 33.33%;
|
2321
|
+
max-height: 100%;
|
2322
|
+
box-sizing: border-box;
|
2323
|
+
}
|
2131
2324
|
|
2132
|
-
> .#{$flexName}-66 {
|
2325
|
+
> .#{$flexName}-66 {
|
2326
|
+
flex: 1 1 66.66%;
|
2327
|
+
max-width: 66.66%;
|
2328
|
+
max-height: 100%;
|
2329
|
+
box-sizing: border-box;
|
2330
|
+
}
|
2133
2331
|
}
|
2134
2332
|
|
2135
2333
|
.layout-column {
|
2136
|
-
> .#{$flexName}-33 {
|
2334
|
+
> .#{$flexName}-33 {
|
2335
|
+
flex: 1 1 33.33%;
|
2336
|
+
max-width: 100%;
|
2337
|
+
max-height: 33.33%;
|
2338
|
+
box-sizing: border-box;
|
2339
|
+
}
|
2137
2340
|
|
2138
|
-
> .#{$flexName}-66 {
|
2341
|
+
> .#{$flexName}-66 {
|
2342
|
+
flex: 1 1 66.66%;
|
2343
|
+
max-width: 100%;
|
2344
|
+
max-height: 66.66%;
|
2345
|
+
box-sizing: border-box;
|
2346
|
+
}
|
2139
2347
|
}
|
2140
2348
|
|
2141
2349
|
.layout#{$name}-row {
|
2142
|
-
> .#{$flexName}-33 {
|
2350
|
+
> .#{$flexName}-33 {
|
2351
|
+
flex: 1 1 100%;
|
2352
|
+
max-width: 33.33%;
|
2353
|
+
max-height: 100%;
|
2354
|
+
box-sizing: border-box;
|
2355
|
+
}
|
2143
2356
|
|
2144
|
-
> .#{$flexName}-66 {
|
2357
|
+
> .#{$flexName}-66 {
|
2358
|
+
flex: 1 1 100%;
|
2359
|
+
max-width: 66.66%;
|
2360
|
+
max-height: 100%;
|
2361
|
+
box-sizing: border-box;
|
2362
|
+
}
|
2145
2363
|
|
2146
2364
|
// Required by Chrome M48+ due to http://crbug.com/546034
|
2147
|
-
> .flex {
|
2365
|
+
> .flex {
|
2366
|
+
min-width: 0;
|
2367
|
+
}
|
2148
2368
|
}
|
2149
2369
|
|
2150
2370
|
.layout#{$name}-column {
|
2151
|
-
> .#{$flexName}-33 {
|
2371
|
+
> .#{$flexName}-33 {
|
2372
|
+
flex: 1 1 100%;
|
2373
|
+
max-width: 100%;
|
2374
|
+
max-height: 33.33%;
|
2375
|
+
box-sizing: border-box;
|
2376
|
+
}
|
2152
2377
|
|
2153
|
-
> .#{$flexName}-66 {
|
2378
|
+
> .#{$flexName}-66 {
|
2379
|
+
flex: 1 1 100%;
|
2380
|
+
max-width: 100%;
|
2381
|
+
max-height: 66.66%;
|
2382
|
+
box-sizing: border-box;
|
2383
|
+
}
|
2154
2384
|
|
2155
2385
|
// Required by Chrome M48+ due to http://crbug.com/546034
|
2156
|
-
> .flex {
|
2386
|
+
> .flex {
|
2387
|
+
min-height: 0;
|
2388
|
+
}
|
2389
|
+
}
|
2390
|
+
|
2391
|
+
.layout-wrap {
|
2392
|
+
flex-wrap: wrap;
|
2393
|
+
}
|
2394
|
+
|
2395
|
+
.layout-nowrap {
|
2396
|
+
flex-wrap: nowrap;
|
2397
|
+
}
|
2398
|
+
|
2399
|
+
.layout-fill {
|
2400
|
+
margin: 0;
|
2401
|
+
|
2402
|
+
width: 100%;
|
2403
|
+
|
2404
|
+
min-height: 100%;
|
2405
|
+
height: 100%;
|
2157
2406
|
}
|
2158
2407
|
}
|
2159
2408
|
|
@@ -2171,10 +2420,9 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2171
2420
|
}
|
2172
2421
|
|
2173
2422
|
.#{$name},
|
2174
|
-
.#{$name}-start-stretch
|
2175
|
-
|
2176
|
-
|
2177
|
-
align-content : stretch;
|
2423
|
+
.#{$name}-start-stretch {
|
2424
|
+
justify-content: flex-start;
|
2425
|
+
align-content: stretch;
|
2178
2426
|
align-items: stretch;
|
2179
2427
|
}
|
2180
2428
|
|
@@ -2183,18 +2431,16 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2183
2431
|
.#{$name}-start-start,
|
2184
2432
|
.#{$name}-start-center,
|
2185
2433
|
.#{$name}-start-end,
|
2186
|
-
.#{$name}-start-stretch
|
2187
|
-
{
|
2434
|
+
.#{$name}-start-stretch {
|
2188
2435
|
justify-content: flex-start;
|
2189
2436
|
}
|
2190
2437
|
|
2191
2438
|
// Main Axis Center
|
2192
|
-
.#{$name}-center,
|
2439
|
+
.#{$name}-center, //stretch
|
2193
2440
|
.#{$name}-center-start,
|
2194
2441
|
.#{$name}-center-center,
|
2195
2442
|
.#{$name}-center-end,
|
2196
|
-
.#{$name}-center-stretch
|
2197
|
-
{
|
2443
|
+
.#{$name}-center-stretch {
|
2198
2444
|
justify-content: center;
|
2199
2445
|
}
|
2200
2446
|
|
@@ -2203,8 +2449,7 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2203
2449
|
.#{$name}-end-start,
|
2204
2450
|
.#{$name}-end-center,
|
2205
2451
|
.#{$name}-end-end,
|
2206
|
-
.#{$name}-end-stretch
|
2207
|
-
{
|
2452
|
+
.#{$name}-end-stretch {
|
2208
2453
|
justify-content: flex-end;
|
2209
2454
|
}
|
2210
2455
|
|
@@ -2213,8 +2458,7 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2213
2458
|
.#{$name}-space-around-center,
|
2214
2459
|
.#{$name}-space-around-start,
|
2215
2460
|
.#{$name}-space-around-end,
|
2216
|
-
.#{$name}-space-around-stretch
|
2217
|
-
{
|
2461
|
+
.#{$name}-space-around-stretch {
|
2218
2462
|
justify-content: space-around;
|
2219
2463
|
}
|
2220
2464
|
|
@@ -2223,12 +2467,10 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2223
2467
|
.#{$name}-space-between-center,
|
2224
2468
|
.#{$name}-space-between-start,
|
2225
2469
|
.#{$name}-space-between-end,
|
2226
|
-
.#{$name}-space-between-stretch
|
2227
|
-
{
|
2470
|
+
.#{$name}-space-between-stretch {
|
2228
2471
|
justify-content: space-between;
|
2229
2472
|
}
|
2230
2473
|
|
2231
|
-
|
2232
2474
|
// Arrange on the Cross Axis
|
2233
2475
|
// center, start, end
|
2234
2476
|
// stretch is the default for align-items
|
@@ -2239,8 +2481,7 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2239
2481
|
.#{$name}-center-start,
|
2240
2482
|
.#{$name}-end-start,
|
2241
2483
|
.#{$name}-space-between-start,
|
2242
|
-
.#{$name}-space-around-start
|
2243
|
-
{
|
2484
|
+
.#{$name}-space-around-start {
|
2244
2485
|
align-items: flex-start;
|
2245
2486
|
align-content: flex-start;
|
2246
2487
|
}
|
@@ -2250,8 +2491,7 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2250
2491
|
.#{$name}-center-center,
|
2251
2492
|
.#{$name}-end-center,
|
2252
2493
|
.#{$name}-space-between-center,
|
2253
|
-
.#{$name}-space-around-center
|
2254
|
-
{
|
2494
|
+
.#{$name}-space-around-center {
|
2255
2495
|
align-items: center;
|
2256
2496
|
align-content: center;
|
2257
2497
|
max-width: 100%;
|
@@ -2262,8 +2502,7 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2262
2502
|
.#{$name}-center-center > *,
|
2263
2503
|
.#{$name}-end-center > *,
|
2264
2504
|
.#{$name}-space-between-center > *,
|
2265
|
-
.#{$name}-space-around-center > *
|
2266
|
-
{
|
2505
|
+
.#{$name}-space-around-center > * {
|
2267
2506
|
max-width: 100%;
|
2268
2507
|
box-sizing: border-box;
|
2269
2508
|
}
|
@@ -2273,8 +2512,7 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2273
2512
|
.#{$name}-center-end,
|
2274
2513
|
.#{$name}-end-end,
|
2275
2514
|
.#{$name}-space-between-end,
|
2276
|
-
.#{$name}-space-around-end
|
2277
|
-
{
|
2515
|
+
.#{$name}-space-around-end {
|
2278
2516
|
align-items: flex-end;
|
2279
2517
|
align-content: flex-end;
|
2280
2518
|
}
|
@@ -2284,117 +2522,88 @@ $layout-gutter-width: ($baseline-grid * 2) !default;
|
|
2284
2522
|
.#{$name}-center-stretch,
|
2285
2523
|
.#{$name}-end-stretch,
|
2286
2524
|
.#{$name}-space-between-stretch,
|
2287
|
-
.#{$name}-space-around-stretch
|
2288
|
-
{
|
2525
|
+
.#{$name}-space-around-stretch {
|
2289
2526
|
align-items: stretch;
|
2290
2527
|
align-content: stretch;
|
2291
2528
|
}
|
2292
2529
|
}
|
2293
2530
|
|
2294
|
-
@mixin layout-
|
2295
|
-
|
2296
|
-
|
2297
|
-
|
2298
|
-
|
2299
|
-
|
2300
|
-
|
2301
|
-
|
2302
|
-
|
2303
|
-
|
2304
|
-
|
2305
|
-
|
2306
|
-
|
2307
|
-
|
2308
|
-
|
2309
|
-
|
2310
|
-
|
2311
|
-
|
2312
|
-
|
2313
|
-
|
2314
|
-
|
2315
|
-
|
2316
|
-
|
2317
|
-
|
2318
|
-
|
2319
|
-
|
2320
|
-
|
2321
|
-
|
2322
|
-
|
2323
|
-
|
2324
|
-
|
2325
|
-
|
2326
|
-
|
2327
|
-
|
2328
|
-
|
2329
|
-
|
2330
|
-
|
2331
|
-
|
2332
|
-
|
2333
|
-
|
2334
|
-
|
2335
|
-
margin: div($layout-gutter-width, 4);
|
2336
|
-
}
|
2337
|
-
|
2338
|
-
.layout-margin,
|
2339
|
-
.layout-margin-gt-sm,
|
2340
|
-
.layout-margin-md,
|
2341
|
-
|
2342
|
-
// NOTE: these`> *` selectors should only be applied for layout="row" or layout="column" children !!
|
2343
|
-
.layout-margin > *,
|
2344
|
-
.layout-margin-gt-sm > *,
|
2345
|
-
.layout-margin-md > *,
|
2346
|
-
|
2347
|
-
.layout-margin > .flex,
|
2348
|
-
.layout-margin > .flex-gt-sm,
|
2349
|
-
.layout-margin > .flex-md
|
2350
|
-
{
|
2351
|
-
margin: div($layout-gutter-width, 2);
|
2352
|
-
}
|
2353
|
-
|
2354
|
-
// NOTE: these`> *` selectors should only be applied for layout="row" or layout="column" children !!
|
2355
|
-
.layout-margin-gt-md > *,
|
2356
|
-
.layout-margin-lg > *,
|
2357
|
-
.layout-margin-gt-lg > *,
|
2531
|
+
@mixin layout-indents() {
|
2532
|
+
$sizes: (
|
2533
|
+
'3xs': $size-3xs,
|
2534
|
+
'xxs': $size-xxs,
|
2535
|
+
'xs': $size-xs,
|
2536
|
+
's': $size-s,
|
2537
|
+
'm': $size-m,
|
2538
|
+
'l': $size-l,
|
2539
|
+
'xl': $size-xl,
|
2540
|
+
'xxl': $size-xxl,
|
2541
|
+
'3xl': $size-3xl,
|
2542
|
+
'4xl': $size-4xl,
|
2543
|
+
'5xl': $size-5xl,
|
2544
|
+
'6xl': $size-6xl,
|
2545
|
+
'7xl': $size-7xl
|
2546
|
+
);
|
2547
|
+
|
2548
|
+
$indents: 'padding', 'margin';
|
2549
|
+
|
2550
|
+
@each $indent in $indents {
|
2551
|
+
@each $name, $value in $sizes {
|
2552
|
+
.layout-#{$indent}-#{$name} {
|
2553
|
+
#{$indent}: $value;
|
2554
|
+
}
|
2555
|
+
|
2556
|
+
.layout-#{$indent}-top-#{$name} {
|
2557
|
+
#{$indent}-top: $value;
|
2558
|
+
}
|
2559
|
+
|
2560
|
+
.layout-#{$indent}-right-#{$name} {
|
2561
|
+
#{$indent}-right: $value;
|
2562
|
+
}
|
2563
|
+
|
2564
|
+
.layout-#{$indent}-bottom-#{$name} {
|
2565
|
+
#{$indent}-bottom: $value;
|
2566
|
+
}
|
2567
|
+
|
2568
|
+
.layout-#{$indent}-left-#{$name} {
|
2569
|
+
#{$indent}-left: $value;
|
2570
|
+
}
|
2571
|
+
}
|
2358
2572
|
|
2359
|
-
|
2360
|
-
|
2361
|
-
|
2362
|
-
{
|
2363
|
-
margin: div($layout-gutter-width, 1);
|
2364
|
-
}
|
2573
|
+
.layout-#{$indent}-no-top {
|
2574
|
+
#{$indent}-top: 0;
|
2575
|
+
}
|
2365
2576
|
|
2366
|
-
|
2367
|
-
|
2368
|
-
|
2577
|
+
.layout-#{$indent}-no-right {
|
2578
|
+
#{$indent}-right: 0;
|
2579
|
+
}
|
2369
2580
|
|
2370
|
-
|
2371
|
-
|
2372
|
-
|
2581
|
+
.layout-#{$indent}-no-bottom {
|
2582
|
+
#{$indent}-bottom: 0;
|
2583
|
+
}
|
2373
2584
|
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2377
|
-
min-height: 100%;
|
2378
|
-
height: 100%;
|
2585
|
+
.layout-#{$indent}-no-left {
|
2586
|
+
#{$indent}-left: 0;
|
2587
|
+
}
|
2379
2588
|
}
|
2380
2589
|
}
|
2381
2590
|
|
2382
|
-
@mixin layouts_for_breakpoint($name:null) {
|
2383
|
-
|
2591
|
+
@mixin layouts_for_breakpoint($name: null) {
|
2384
2592
|
@include flex-order-for-name($name);
|
2385
2593
|
@include offset-for-name($name);
|
2386
2594
|
@include layout-align-for-name($name);
|
2387
2595
|
|
2388
2596
|
@include flex-properties-for-name($name);
|
2389
2597
|
@include layout-for-name($name);
|
2598
|
+
|
2599
|
+
@include layout-indents();
|
2390
2600
|
}
|
2391
2601
|
|
2392
2602
|
|
2393
2603
|
|
2394
|
-
@mixin media-print {
|
2395
2604
|
|
2605
|
+
@mixin media-print {
|
2396
2606
|
@media print {
|
2397
|
-
|
2398
2607
|
.hide-print:not(.show-print):not(.show) {
|
2399
2608
|
display: none !important;
|
2400
2609
|
}
|
@@ -2442,12 +2651,8 @@ $horizontal-padding: 24px;
|
|
2442
2651
|
|
2443
2652
|
|
2444
2653
|
@mixin mosaic-visual() {
|
2445
|
-
|
2446
2654
|
// include specific mixins
|
2447
|
-
|
2448
2655
|
@include body_html();
|
2449
2656
|
@include layouts_for_breakpoint();
|
2450
|
-
@include layout-padding-margin();
|
2451
|
-
|
2452
2657
|
@include media-print();
|
2453
2658
|
}
|