@ptsecurity/mosaic 13.3.1 → 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 +99 -21
- package/_visual.scss +98 -20
- package/design-tokens/legacy-2017/tokens/components/alert.json5 +7 -7
- package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/button.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/card.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +10 -10
- package/design-tokens/legacy-2017/tokens/components/icon.json5 +104 -0
- package/design-tokens/legacy-2017/tokens/components/input.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/modal.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/navbar.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/option.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/select.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/table.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/tags.json5 +7 -7
- 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 +1 -1
- package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/tree.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/properties/colors.json5 +4 -0
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +1 -1
- package/design-tokens/legacy-2017/tokens.d.ts +141 -89
- package/design-tokens/pt-2022/tokens/components/alert.json5 +7 -7
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/badge.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/button.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/card.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +8 -8
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/forms.json5 +10 -10
- package/design-tokens/pt-2022/tokens/components/icon.json5 +104 -0
- package/design-tokens/pt-2022/tokens/components/input.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/modal.json5 +7 -7
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +8 -8
- package/design-tokens/pt-2022/tokens/components/option.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/popover.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/select.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/table.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/tags.json5 +7 -7
- 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 +1 -1
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/tree.json5 +1 -1
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +4 -0
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +1 -1
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +7 -0
- package/design-tokens/pt-2022/tokens.d.ts +432 -88
- 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 +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 +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 +4 -4
- 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/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 +142 -90
- package/esm2020/design-tokens/pt-2022/tokens.mjs +167 -108
- 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 +3 -3
- package/esm2020/dropdown/dropdown-trigger.directive.mjs +11 -7
- package/esm2020/dropdown/dropdown.component.mjs +5 -5
- 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 +3 -3
- 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 +6 -6
- package/esm2020/input/input.mjs +6 -6
- 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 +6 -6
- package/esm2020/list/list.component.mjs +6 -6
- 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 +3 -3
- 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 +32 -34
- 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 +7 -7
- package/esm2020/popover/popover.component.mjs +7 -7
- 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/select-option.directive.mjs +3 -3
- 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 +3 -3
- 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 +18 -18
- 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 +4 -4
- package/esm2020/tags/tag.component.mjs +21 -23
- 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 +3 -3
- package/esm2020/toggle/toggle.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +14 -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 +9 -12
- package/esm2020/tree/toggle.mjs +9 -9
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +8 -8
- package/esm2020/tree/tree-selection.component.mjs +3 -3
- package/esm2020/tree/tree.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree-select/tree-select.component.mjs +12 -12
- 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 +11 -11
- package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-core.mjs +75 -75
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +360 -197
- 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 +24 -20
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +29 -29
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-input.mjs +25 -25
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-list.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-modal.mjs +28 -28
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +52 -54
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
- 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 +21 -21
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +25 -25
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +53 -53
- package/fesm2015/ptsecurity-mosaic-tags.mjs +31 -33
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +17 -17
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +15 -15
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +151 -152
- 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 +11 -11
- package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-core.mjs +75 -75
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +360 -197
- 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 +24 -20
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +29 -29
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-input.mjs +25 -25
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-list.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-modal.mjs +28 -28
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +52 -54
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
- 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 +21 -21
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +25 -25
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +53 -53
- package/fesm2020/ptsecurity-mosaic-tags.mjs +31 -33
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +17 -17
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +148 -149
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/package.json +4 -4
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/tags/tag.component.d.ts +1 -1
- package/tree/padding.directive.d.ts +5 -7
- package/tree/tree-option.component.d.ts +2 -2
@@ -38,10 +38,10 @@
|
|
38
38
|
'dropdown-panel': {
|
39
39
|
size: {
|
40
40
|
'max-width': { value: '640px' },
|
41
|
-
padding: { value: '
|
41
|
+
padding: { value: '{size.xxs} 0' },
|
42
42
|
border: {
|
43
|
-
width: { value: '
|
44
|
-
radius: { value: '
|
43
|
+
width: { value: '{size.border-width}' },
|
44
|
+
radius: { value: '{size.border-radius}' }
|
45
45
|
}
|
46
46
|
}
|
47
47
|
}
|
@@ -31,11 +31,11 @@
|
|
31
31
|
size: {
|
32
32
|
height: { value: '{size.3xl}' },
|
33
33
|
border: {
|
34
|
-
width: { value: '
|
35
|
-
radius: { value: '
|
34
|
+
width: { value: '{size.border-width}' },
|
35
|
+
radius: { value: '{size.border-radius}' }
|
36
36
|
},
|
37
37
|
button: {
|
38
|
-
width: { value: '
|
38
|
+
width: { value: '{size.3xl}' }
|
39
39
|
}
|
40
40
|
},
|
41
41
|
font: {
|
@@ -44,7 +44,7 @@
|
|
44
44
|
},
|
45
45
|
'form-field-hint': {
|
46
46
|
size: {
|
47
|
-
'margin-top': { value: '
|
47
|
+
'margin-top': { value: '{size.xxs}' }
|
48
48
|
},
|
49
49
|
font: {
|
50
50
|
default: { value: 'caption' }
|
@@ -82,8 +82,8 @@
|
|
82
82
|
}
|
83
83
|
},
|
84
84
|
size: {
|
85
|
-
'margin-top': { value: '
|
86
|
-
'icon-margin': { value: '
|
85
|
+
'margin-top': { value: '{size.s}' },
|
86
|
+
'icon-margin': { value: '{size.xxs}' }
|
87
87
|
},
|
88
88
|
font: {
|
89
89
|
default: { value: 'caption' }
|
@@ -11,34 +11,34 @@
|
|
11
11
|
size: {
|
12
12
|
horizontal: {
|
13
13
|
row: {
|
14
|
-
'margin-bottom': { value: '
|
14
|
+
'margin-bottom': { value: '{size.xl}' }
|
15
15
|
},
|
16
16
|
label: {
|
17
|
-
'padding-top': { value: '
|
17
|
+
'padding-top': { value: '{size.xs}' },
|
18
18
|
'padding-bottom': { value: '0' }
|
19
19
|
},
|
20
20
|
control: {
|
21
|
-
'padding-left': { value: '
|
21
|
+
'padding-left': { value: '{size.l}' }
|
22
22
|
},
|
23
23
|
legend: {
|
24
|
-
'margin-top': { value: '
|
25
|
-
'margin-bottom': { value: '
|
24
|
+
'margin-top': { value: '{size.3xl}' },
|
25
|
+
'margin-bottom': { value: '{size.l}' }
|
26
26
|
}
|
27
27
|
},
|
28
28
|
vertical: {
|
29
29
|
row: {
|
30
|
-
'margin-bottom': { value: '
|
30
|
+
'margin-bottom': { value: '{size.l}' }
|
31
31
|
},
|
32
32
|
label: {
|
33
33
|
'padding-top': { value: '0' },
|
34
|
-
'padding-bottom': { value: '
|
34
|
+
'padding-bottom': { value: '{size.xxs}' }
|
35
35
|
},
|
36
36
|
control: {
|
37
|
-
'padding-left': { value: '
|
37
|
+
'padding-left': { value: '{size.xxl}' }
|
38
38
|
},
|
39
39
|
legend: {
|
40
|
-
'margin-top': { value: '
|
41
|
-
'margin-bottom': { value: '
|
40
|
+
'margin-top': { value: '{size.3xl}' },
|
41
|
+
'margin-bottom': { value: '{size.m}' }
|
42
42
|
}
|
43
43
|
},
|
44
44
|
},
|
@@ -0,0 +1,104 @@
|
|
1
|
+
{
|
2
|
+
icon: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
secondary: {
|
5
|
+
default: { value: '{light-color-scheme.second.palette.value.300}' },
|
6
|
+
states: {
|
7
|
+
hover: { value: '{light-color-scheme.second.palette.value.500}' },
|
8
|
+
active: { value: '{light-color-scheme.second.palette.value.600}' },
|
9
|
+
disabled: { value: 'mix({icon.light-color-scheme.secondary.default}, transparent, 30%)' }
|
10
|
+
}
|
11
|
+
},
|
12
|
+
primary: {
|
13
|
+
default: { value: '{light-color-scheme.primary.palette.value.300}' },
|
14
|
+
states: {
|
15
|
+
hover: { value: '{light-color-scheme.primary.palette.value.500}' },
|
16
|
+
active: { value: '{light-color-scheme.primary.palette.value.600}' },
|
17
|
+
disabled: { value: 'mix({icon.light-color-scheme.primary.default}, transparent, 30%)' }
|
18
|
+
}
|
19
|
+
},
|
20
|
+
info: {
|
21
|
+
default: { value: '{light-color-scheme.info.palette.value.300}' },
|
22
|
+
states: {
|
23
|
+
hover: { value: '{light-color-scheme.info.palette.value.500}' },
|
24
|
+
active: { value: '{light-color-scheme.info.palette.value.600}' },
|
25
|
+
disabled: { value: 'mix({icon.light-color-scheme.info.default}, transparent, 30%)' }
|
26
|
+
}
|
27
|
+
},
|
28
|
+
success: {
|
29
|
+
default: { value: '{light-color-scheme.success.palette.value.300}' },
|
30
|
+
states: {
|
31
|
+
hover: { value: '{light-color-scheme.success.palette.value.500}' },
|
32
|
+
active: { value: '{light-color-scheme.success.palette.value.600}' },
|
33
|
+
disabled: { value: 'mix({icon.light-color-scheme.success.default}, transparent, 30%)' }
|
34
|
+
}
|
35
|
+
},
|
36
|
+
warning: {
|
37
|
+
default: { value: '{light-color-scheme.warning.palette.value.300}' },
|
38
|
+
states: {
|
39
|
+
hover: { value: '{light-color-scheme.warning.palette.value.500}' },
|
40
|
+
active: { value: '{light-color-scheme.warning.palette.value.600}' },
|
41
|
+
disabled: { value: 'mix({icon.light-color-scheme.warning.default}, transparent, 30%)' }
|
42
|
+
}
|
43
|
+
},
|
44
|
+
error: {
|
45
|
+
default: { value: '{light-color-scheme.error.palette.value.300}' },
|
46
|
+
states: {
|
47
|
+
hover: { value: '{light-color-scheme.error.palette.value.500}' },
|
48
|
+
active: { value: '{light-color-scheme.error.palette.value.600}' },
|
49
|
+
disabled: { value: 'mix({icon.light-color-scheme.error.default}, transparent, 30%)' }
|
50
|
+
}
|
51
|
+
},
|
52
|
+
},
|
53
|
+
'dark-color-scheme': {
|
54
|
+
secondary: {
|
55
|
+
default: { value: '{dark-color-scheme.second.palette.value.300}' },
|
56
|
+
states: {
|
57
|
+
hover: { value: '{dark-color-scheme.second.palette.value.500}' },
|
58
|
+
active: { value: '{dark-color-scheme.second.palette.value.200}' },
|
59
|
+
disabled: { value: 'mix({icon.dark-color-scheme.secondary.default}, transparent, 30%)' }
|
60
|
+
}
|
61
|
+
},
|
62
|
+
primary: {
|
63
|
+
default: { value: '{dark-color-scheme.primary.palette.value.300}' },
|
64
|
+
states: {
|
65
|
+
hover: { value: '{dark-color-scheme.primary.palette.value.500}' },
|
66
|
+
active: { value: '{dark-color-scheme.primary.palette.value.200}' },
|
67
|
+
disabled: { value: 'mix({icon.dark-color-scheme.primary.default}, transparent, 30%)' }
|
68
|
+
}
|
69
|
+
},
|
70
|
+
info: {
|
71
|
+
default: { value: '{dark-color-scheme.info.palette.value.300}' },
|
72
|
+
states: {
|
73
|
+
hover: { value: '{dark-color-scheme.info.palette.value.500}' },
|
74
|
+
active: { value: '{dark-color-scheme.info.palette.value.200}' },
|
75
|
+
disabled: { value: 'mix({icon.dark-color-scheme.info.default}, transparent, 30%)' }
|
76
|
+
}
|
77
|
+
},
|
78
|
+
success: {
|
79
|
+
default: { value: '{dark-color-scheme.success.palette.value.300}' },
|
80
|
+
states: {
|
81
|
+
hover: { value: '{dark-color-scheme.success.palette.value.500}' },
|
82
|
+
active: { value: '{dark-color-scheme.success.palette.value.200}' },
|
83
|
+
disabled: { value: 'mix({icon.dark-color-scheme.success.default}, transparent, 30%)' }
|
84
|
+
}
|
85
|
+
},
|
86
|
+
warning: {
|
87
|
+
default: { value: '{dark-color-scheme.warning.palette.value.300}' },
|
88
|
+
states: {
|
89
|
+
hover: { value: '{dark-color-scheme.warning.palette.value.500}' },
|
90
|
+
active: { value: '{dark-color-scheme.warning.palette.value.200}' },
|
91
|
+
disabled: { value: 'mix({icon.dark-color-scheme.warning.default}, transparent, 30%)' }
|
92
|
+
}
|
93
|
+
},
|
94
|
+
error: {
|
95
|
+
default: { value: '{dark-color-scheme.error.palette.value.300}' },
|
96
|
+
states: {
|
97
|
+
hover: { value: '{dark-color-scheme.error.palette.value.500}' },
|
98
|
+
active: { value: '{dark-color-scheme.error.palette.value.200}' },
|
99
|
+
disabled: { value: 'mix({icon.dark-color-scheme.error.default}, transparent, 30%)' }
|
100
|
+
}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
}
|
@@ -30,9 +30,9 @@
|
|
30
30
|
large: { value: '960px' },
|
31
31
|
|
32
32
|
top: { value: '48px' },
|
33
|
-
'close-width': { value: '
|
34
|
-
'border-radius': { value: '
|
35
|
-
'border-width': { value: '
|
33
|
+
'close-width': { value: '{modal-header.size.height}' },
|
34
|
+
'border-radius': { value: '{size.border-radius}' },
|
35
|
+
'border-width': { value: '{size.border-width}' }
|
36
36
|
}
|
37
37
|
},
|
38
38
|
'modal-header': {
|
@@ -43,7 +43,7 @@
|
|
43
43
|
border: { value: '{dark-color-scheme.foreground.divider}' }
|
44
44
|
},
|
45
45
|
size: {
|
46
|
-
'border-radius': { value: '
|
46
|
+
'border-radius': { value: '{size.border-radius} {size.border-radius} 0 0' },
|
47
47
|
height: { value: '{size.6xl}' },
|
48
48
|
padding: { value: '0 {size.l}' }
|
49
49
|
},
|
@@ -54,7 +54,7 @@
|
|
54
54
|
'modal-body': {
|
55
55
|
size: {
|
56
56
|
'max-height': { value: 'calc(100vh - 260px)' },
|
57
|
-
padding: { value: '
|
57
|
+
padding: { value: '{size.l} {size.xxl} {size.xxl}' }
|
58
58
|
},
|
59
59
|
font: {
|
60
60
|
default: { value: 'body' }
|
@@ -68,14 +68,14 @@
|
|
68
68
|
border: { value: '{dark-color-scheme.foreground.divider}' }
|
69
69
|
},
|
70
70
|
size: {
|
71
|
-
'border-radius': { value: '0 0
|
71
|
+
'border-radius': { value: '0 0 {size.border-radius} {size.border-radius}' },
|
72
72
|
height: { value: '{size.7xl}' },
|
73
73
|
padding: { value: '0 {size.l}' }
|
74
74
|
}
|
75
75
|
},
|
76
76
|
'modal-confirm': {
|
77
77
|
size: {
|
78
|
-
padding: { value: '
|
78
|
+
padding: { value: '{size.xxl}' }
|
79
79
|
}
|
80
80
|
}
|
81
81
|
}
|
@@ -11,7 +11,7 @@
|
|
11
11
|
'divider-background': { value: '{dark-color-scheme.second.palette.value.560}' }
|
12
12
|
},
|
13
13
|
size: {
|
14
|
-
'icon-margin': { value: '
|
14
|
+
'icon-margin': { value: '{size.xs}' },
|
15
15
|
'right-icon-margin': { value: '{size.3xs}' }
|
16
16
|
},
|
17
17
|
font: {
|
@@ -22,9 +22,9 @@
|
|
22
22
|
size: {
|
23
23
|
states: {
|
24
24
|
'expanded-width': { value: '240px' },
|
25
|
-
'collapsed-width': { value: '
|
25
|
+
'collapsed-width': { value: '{size.6xl}' }
|
26
26
|
},
|
27
|
-
'icon-margin': { value: '
|
27
|
+
'icon-margin': { value: '{size.l}' }
|
28
28
|
}
|
29
29
|
},
|
30
30
|
'navbar-item': {
|
@@ -53,15 +53,15 @@
|
|
53
53
|
}
|
54
54
|
},
|
55
55
|
size: {
|
56
|
-
padding: { value: '{
|
57
|
-
height: { value: '
|
58
|
-
height_vertical: { value: '
|
56
|
+
padding: { value: '{size.l}' },
|
57
|
+
height: { value: '{size.5xl}' },
|
58
|
+
height_vertical: { value: '{size.6xl}' }
|
59
59
|
}
|
60
60
|
},
|
61
61
|
'navbar-brand': {
|
62
62
|
size: {
|
63
|
-
padding: { value: '
|
64
|
-
'margin-right': { value: '
|
63
|
+
padding: { value: '{size.m}' },
|
64
|
+
'margin-right': { value: '{size.xxl}' }
|
65
65
|
},
|
66
66
|
font: {
|
67
67
|
title: { value: 'title' }
|
@@ -14,8 +14,8 @@
|
|
14
14
|
},
|
15
15
|
size: {
|
16
16
|
'max-height': { value: '480px' },
|
17
|
-
padding: { value: '
|
18
|
-
'border-radius': { value: '
|
17
|
+
padding: { value: '{size.l}' },
|
18
|
+
'border-radius': { value: '{size.border-radius}' },
|
19
19
|
|
20
20
|
'arrow-size': { value: '12px' },
|
21
21
|
'trigger-margin': { value: '9px' },
|
@@ -41,7 +41,7 @@
|
|
41
41
|
},
|
42
42
|
size: {
|
43
43
|
height: { value: '{size.4xl}' },
|
44
|
-
padding: { value: '0
|
44
|
+
padding: { value: '0 {size.l}' }
|
45
45
|
},
|
46
46
|
font: {
|
47
47
|
default: { value: 'subheading' }
|
@@ -57,9 +57,9 @@
|
|
57
57
|
background: { value: '{dark-color-scheme.background.background-disabled}' }
|
58
58
|
},
|
59
59
|
size: {
|
60
|
-
'margin-top': { value: '
|
61
|
-
padding: { value: '
|
62
|
-
'height': { value: '
|
60
|
+
'margin-top': { value: '{size.s}' },
|
61
|
+
padding: { value: '{size.m} {size.l}' },
|
62
|
+
'height': { value: '{size.6xl}' }
|
63
63
|
},
|
64
64
|
font: {
|
65
65
|
default: { value: 'body' }
|
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
select: {
|
3
3
|
size: {
|
4
|
-
'left-padding': { value: '{
|
5
|
-
'right-padding': { value: '
|
6
|
-
'left-padding-multiple': { value: '
|
4
|
+
'left-padding': { value: '{size.m}' },
|
5
|
+
'right-padding': { value: '{size.xs}' },
|
6
|
+
'left-padding-multiple': { value: '{select.size.left-padding}' }
|
7
7
|
},
|
8
8
|
font: {
|
9
9
|
default: { value: 'body' }
|
@@ -13,9 +13,9 @@
|
|
13
13
|
size: {
|
14
14
|
'max-height': { value: '232px' },
|
15
15
|
'max-width': { value: '640px' },
|
16
|
-
'vertical-padding': { value: '
|
17
|
-
'border-width': { value: '
|
18
|
-
'border-radius': { value: '
|
16
|
+
'vertical-padding': { value: '{size.xxs}' },
|
17
|
+
'border-width': { value: '{size.border-width}' },
|
18
|
+
'border-radius': { value: '{size.border-radius}' }
|
19
19
|
},
|
20
20
|
font: {
|
21
21
|
default: { value: 'body' }
|
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
table: {
|
3
3
|
size: {
|
4
|
-
'border-width': { value: '
|
4
|
+
'border-width': { value: '{size.border-width}' },
|
5
5
|
'row-padding': {
|
6
|
-
vertical: { value: '
|
7
|
-
horizontal: { value: '
|
6
|
+
vertical: { value: '{size.s}' },
|
7
|
+
horizontal: { value: '{size.l}' }
|
8
8
|
}
|
9
9
|
},
|
10
10
|
font: {
|
@@ -53,12 +53,12 @@
|
|
53
53
|
}
|
54
54
|
},
|
55
55
|
size: {
|
56
|
-
height: { value: '
|
57
|
-
'highlight-height': { value: '
|
58
|
-
'padding-horizontal': { value: '
|
59
|
-
'border-width': { value: '
|
60
|
-
'border-radius': { value: '
|
61
|
-
'label-icon-margin': { value: '{
|
56
|
+
height: { value: '{size.4xl}' },
|
57
|
+
'highlight-height': { value: '{size.xxs}' },
|
58
|
+
'padding-horizontal': { value: '{size.l}' },
|
59
|
+
'border-width': { value: '{size.border-width}' },
|
60
|
+
'border-radius': { value: '{size.border-radius}' },
|
61
|
+
'label-icon-margin': { value: '{size.s}' }
|
62
62
|
},
|
63
63
|
font: {
|
64
64
|
default: { value: 'body' }
|
@@ -101,12 +101,12 @@
|
|
101
101
|
}
|
102
102
|
},
|
103
103
|
size: {
|
104
|
-
margin: { value: '
|
105
|
-
height: { value: '{size.
|
106
|
-
'border-width': { value: '
|
107
|
-
'border-radius': { value: '
|
104
|
+
margin: { value: '{size.3xs}' },
|
105
|
+
height: { value: '{size.xxl}' },
|
106
|
+
'border-width': { value: '{size.border-width}' },
|
107
|
+
'border-radius': { value: '{size.border-radius}' },
|
108
108
|
'icon-padding': { value: '{size.xxs}' },
|
109
|
-
'text-margin': { value: '{
|
109
|
+
'text-margin': { value: '{size.s}' }
|
110
110
|
},
|
111
111
|
font: {
|
112
112
|
default: { value: 'caption' },
|
@@ -116,13 +116,13 @@
|
|
116
116
|
},
|
117
117
|
'tag-list': {
|
118
118
|
size: {
|
119
|
-
padding: { value: '1px
|
119
|
+
padding: { value: '1px {size.m}' },
|
120
120
|
}
|
121
121
|
},
|
122
122
|
'tag-input': {
|
123
123
|
size: {
|
124
124
|
height: { value: '22px' },
|
125
|
-
margin: { value: '2px
|
125
|
+
margin: { value: '2px {size.xxs}' }
|
126
126
|
},
|
127
127
|
font: {
|
128
128
|
default: { value: 'body' }
|
@@ -26,9 +26,9 @@
|
|
26
26
|
},
|
27
27
|
size: {
|
28
28
|
'max-width': { value: '300px' },
|
29
|
-
'border-width': { value: '
|
30
|
-
'border-radius': { value: '
|
31
|
-
padding: { value: '
|
29
|
+
'border-width': { value: '{size.border-width}' },
|
30
|
+
'border-radius': { value: '{size.border-radius}' },
|
31
|
+
padding: { value: '{size.s} {size.l}' },
|
32
32
|
'arrow-size': { value: '12px' },
|
33
33
|
'trigger-margin': { value: '9px' }
|
34
34
|
},
|
@@ -50,10 +50,10 @@
|
|
50
50
|
shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
|
51
51
|
},
|
52
52
|
size: {
|
53
|
-
'border-radius': { value: '
|
53
|
+
'border-radius': { value: '{size.border-radius}' },
|
54
54
|
'arrow-size': { value: '12px' },
|
55
55
|
'trigger-margin': { value: '9px' },
|
56
|
-
padding: { value: '
|
56
|
+
padding: { value: '{size.s} {size.l}' },
|
57
57
|
'max-height': { value: '480px' }
|
58
58
|
},
|
59
59
|
font: {
|
@@ -73,7 +73,7 @@
|
|
73
73
|
},
|
74
74
|
size: {
|
75
75
|
height: { value: '40px' },
|
76
|
-
padding: { value: '
|
76
|
+
padding: { value: '{size.s} {size.l}' }
|
77
77
|
},
|
78
78
|
font: {
|
79
79
|
default: { value: 'subheading' }
|
@@ -43,6 +43,8 @@
|
|
43
43
|
background: {
|
44
44
|
background: { value: 'white' },
|
45
45
|
'background-disabled': { value: '{palette.grey.40}' },
|
46
|
+
'background-less-contrast': { value: '{palette.grey.40}' },
|
47
|
+
'background-under': { value: '{palette.grey.40}' },
|
46
48
|
|
47
49
|
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
48
50
|
'overlay-active': { value: 'rgba(black, 0.1)' },
|
@@ -100,6 +102,8 @@
|
|
100
102
|
background: {
|
101
103
|
background: { value: '{palette.grey.900}' },
|
102
104
|
'background-disabled': { value: '{palette.grey.700}' },
|
105
|
+
'background-less-contrast': { value: '{palette.grey.800}' },
|
106
|
+
'background-under': { value: '{palette.grey.1000}' },
|
103
107
|
|
104
108
|
'overlay-hover': { value: 'rgba(black, 0.05)' },
|
105
109
|
'overlay-active': { value: 'rgba(black, 0.1)' },
|
@@ -13,6 +13,7 @@
|
|
13
13
|
"700": { value: '#023c7f' },
|
14
14
|
"800": { value: '#193060' },
|
15
15
|
"900": { value: '#00224f' },
|
16
|
+
"1000": { value: '#001a40' },
|
16
17
|
"A100": { value: 'rgba(3, 116, 235, 0.15)' },
|
17
18
|
"A200": { value: 'rgba(3, 116, 235, 0.3)' },
|
18
19
|
"contrast": {
|
@@ -44,6 +45,7 @@
|
|
44
45
|
"700": { value: '#004823' },
|
45
46
|
"800": { value: '#103920' },
|
46
47
|
"900": { value: '#002a12' },
|
48
|
+
"1000": { value: '#00210c' },
|
47
49
|
"A100": { value: 'rgba(2, 139, 73, 0.15)' },
|
48
50
|
"contrast": {
|
49
51
|
"40": { value: '#4D4D4D' },
|
@@ -73,6 +75,7 @@
|
|
73
75
|
"700": { value: '#800025' },
|
74
76
|
"800": { value: '#621420' },
|
75
77
|
"900": { value: '#500013' },
|
78
|
+
"1000": { value: '#41000b' },
|
76
79
|
"A100": { value: 'rgba(219, 60, 85, 0.15)' },
|
77
80
|
|
78
81
|
"contrast": {
|
@@ -103,6 +106,7 @@
|
|
103
106
|
"700": { value: '#333f4a' },
|
104
107
|
"800": { value: '#27333e' },
|
105
108
|
"900": { value: '#19252f' },
|
109
|
+
"1000": { value: '#151e25' },
|
106
110
|
"A40": { value: 'rgba(25, 37, 47, 0.04)' },
|
107
111
|
"A60": { value: 'rgba(25, 37, 47, 0.06)' },
|
108
112
|
"A100": { value: 'rgba(25, 37, 47, 0.1)' },
|
@@ -137,6 +141,7 @@
|
|
137
141
|
"700": { value: '#543803' },
|
138
142
|
"800": { value: '#3e3015' },
|
139
143
|
"900": { value: '#312001' },
|
144
|
+
"1000": { value: '#1f1500' },
|
140
145
|
"A100": { value: 'rgba(255, 159, 18, 0.15)' },
|
141
146
|
|
142
147
|
"contrast": {
|
@@ -167,6 +172,7 @@
|
|
167
172
|
"700": { value: '#084453' },
|
168
173
|
"800": { value: '#143641' },
|
169
174
|
"900": { value: '#022731' },
|
175
|
+
"1000": { value: '#001f28' },
|
170
176
|
"contrast": {
|
171
177
|
"40": { value: '#4D4D4D' },
|
172
178
|
"60": { value: '#4D4D4D' },
|
@@ -196,6 +202,7 @@
|
|
196
202
|
"700": { value: '#612853' },
|
197
203
|
"800": { value: '#48273f' },
|
198
204
|
"900": { value: '#36172e' },
|
205
|
+
"1000": { value: '#23001b' },
|
199
206
|
"contrast": {
|
200
207
|
"40": { value: '#4D4D4D' },
|
201
208
|
"60": { value: '#4D4D4D' },
|