@ptsecurity/mosaic 13.9.1 → 13.11.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 +92 -66
- package/_visual.scss +88 -67
- package/core/formatters/date/formatter.d.ts +6 -2
- package/core/formatters/date/formatter.pipe.d.ts +95 -0
- package/core/formatters/index.d.ts +3 -1
- package/core/pop-up/pop-up-trigger.d.ts +3 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +1 -0
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +1 -0
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +42 -33
- package/design-tokens/legacy-2017/tokens.d.ts +48 -35
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/link.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/popover.json5 +7 -6
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +6 -6
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +33 -24
- package/design-tokens/pt-2022/tokens.d.ts +70 -58
- package/design-tokens/style-dictionary/formats/figma.js +2 -2
- package/esm2020/autocomplete/autocomplete.component.mjs +2 -2
- package/esm2020/button/button.component.mjs +2 -2
- package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2020/card/card.component.mjs +2 -2
- package/esm2020/checkbox/checkbox.mjs +2 -2
- package/esm2020/core/formatters/date/formatter.mjs +7 -3
- package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
- package/esm2020/core/formatters/index.mjs +62 -4
- package/esm2020/core/option/action.mjs +2 -2
- package/esm2020/core/option/optgroup.mjs +2 -2
- package/esm2020/core/option/option.mjs +2 -2
- package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2020/datepicker/calendar-body.component.mjs +2 -2
- package/esm2020/datepicker/calendar.component.mjs +2 -2
- package/esm2020/datepicker/datepicker-toggle.component.mjs +2 -2
- package/esm2020/datepicker/datepicker.component.mjs +3 -3
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +49 -36
- package/esm2020/design-tokens/pt-2022/tokens.mjs +71 -59
- package/esm2020/divider/divider.component.mjs +2 -2
- package/esm2020/dl/dl.component.mjs +2 -2
- package/esm2020/dropdown/dropdown-item.component.mjs +2 -2
- package/esm2020/dropdown/dropdown.component.mjs +3 -3
- package/esm2020/form-field/form-field.mjs +2 -2
- package/esm2020/list/list-selection.component.mjs +229 -219
- package/esm2020/list/list.component.mjs +2 -2
- package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
- package/esm2020/modal/modal.component.mjs +2 -2
- package/esm2020/modal/modal.service.mjs +2 -1
- package/esm2020/navbar/navbar.component.mjs +2 -2
- package/esm2020/navbar/vertical-navbar.component.mjs +3 -3
- package/esm2020/popover/popover-confirm.component.mjs +3 -3
- package/esm2020/popover/popover.component.mjs +13 -4
- package/esm2020/progress-bar/progress-bar.component.mjs +2 -2
- package/esm2020/progress-spinner/progress-spinner.component.mjs +2 -2
- package/esm2020/radio/radio.component.mjs +2 -2
- package/esm2020/select/select.component.mjs +3 -3
- package/esm2020/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
- package/esm2020/tabs/tab-group.component.mjs +2 -2
- package/esm2020/tabs/tab-header.component.mjs +2 -2
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
- package/esm2020/tags/tag-list.component.mjs +2 -2
- package/esm2020/tags/tag.component.mjs +2 -2
- package/esm2020/toast/toast-container.component.mjs +2 -2
- package/esm2020/toast/toast.component.mjs +14 -11
- package/esm2020/toast/toast.service.mjs +12 -3
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/tree/toggle.mjs +2 -2
- package/esm2020/tree/tree-option.component.mjs +7 -3
- package/esm2020/tree/tree-selection.component.mjs +7 -1
- package/esm2020/tree-select/tree-select.component.mjs +3 -3
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +272 -24
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +132 -94
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dl.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-list.mjs +239 -229
- package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +3 -2
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +6 -6
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toast.mjs +27 -13
- package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +14 -4
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +269 -24
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +132 -94
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dl.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +4 -4
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-list.mjs +234 -224
- package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +4 -4
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +3 -2
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +6 -6
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +4 -4
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toast.mjs +25 -13
- package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +14 -4
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/list/list-selection.component.d.ts +53 -52
- package/loader-overlay/loader-overlay.component.d.ts +1 -0
- package/package.json +4 -4
- package/popover/popover.component.d.ts +2 -1
- 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/toast/toast.service.d.ts +1 -0
- package/tree/tree-option.component.d.ts +1 -0
@@ -4,6 +4,7 @@
|
|
4
4
|
default: {
|
5
5
|
border: { value: '{light-color-scheme.foreground.border}' },
|
6
6
|
color: { value: 'white' },
|
7
|
+
background: { value: 'transparent' },
|
7
8
|
|
8
9
|
states: {
|
9
10
|
checked: {
|
@@ -25,6 +26,7 @@
|
|
25
26
|
error: {
|
26
27
|
border: { value: '{light-color-scheme.error.palette.value.400}' },
|
27
28
|
color: { value: 'white' },
|
29
|
+
background: { value: 'transparent' },
|
28
30
|
|
29
31
|
states: {
|
30
32
|
checked: {
|
@@ -48,6 +50,7 @@
|
|
48
50
|
default: {
|
49
51
|
border: { value: '{dark-color-scheme.foreground.border}' },
|
50
52
|
color: { value: 'white' },
|
53
|
+
background: { value: 'transparent' },
|
51
54
|
|
52
55
|
states: {
|
53
56
|
checked: {
|
@@ -69,6 +72,7 @@
|
|
69
72
|
error: {
|
70
73
|
border: { value: '{dark-color-scheme.error.palette.value.400}' },
|
71
74
|
color: { value: 'white' },
|
75
|
+
background: { value: 'transparent' },
|
72
76
|
|
73
77
|
states: {
|
74
78
|
checked: {
|
@@ -10,7 +10,7 @@
|
|
10
10
|
},
|
11
11
|
invalid: {
|
12
12
|
border: { value: '{light-color-scheme.error.default}' },
|
13
|
-
background: { value: '
|
13
|
+
background: { value: '{light-color-scheme.error.palette.value.40}' }
|
14
14
|
}
|
15
15
|
}
|
16
16
|
},
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
invalid: {
|
26
26
|
border: { value: '{dark-color-scheme.error.default}' },
|
27
|
-
background: { value: 'transparent' }
|
27
|
+
background: { value: 'mix({dark-color-scheme.error.palette.value.800}, transparent, 30%)' }
|
28
28
|
}
|
29
29
|
}
|
30
30
|
},
|
@@ -6,8 +6,8 @@
|
|
6
6
|
"letter-spacing": { value: '-0.4px' },
|
7
7
|
"font-weight": { value: 'normal' },
|
8
8
|
"font-family": { value: '{font.family.base}' },
|
9
|
-
"text-transform": { value: '
|
10
|
-
"font-feature-settings": { value: '
|
9
|
+
"text-transform": { value: 'initial' },
|
10
|
+
"font-feature-settings": { value: 'initial' }
|
11
11
|
},
|
12
12
|
"display-2": {
|
13
13
|
"font-size": { value: '45px' },
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"letter-spacing": { value: 'normal' },
|
16
16
|
"font-weight": { value: 'normal' },
|
17
17
|
"font-family": { value: '{font.family.base}' },
|
18
|
-
"text-transform": { value: '
|
19
|
-
"font-feature-settings": { value: '
|
18
|
+
"text-transform": { value: 'initial' },
|
19
|
+
"font-feature-settings": { value: 'initial' }
|
20
20
|
},
|
21
21
|
"display-3": {
|
22
22
|
"font-size": { value: '34px' },
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"letter-spacing": { value: '0.25px' },
|
25
25
|
"font-weight": { value: 'normal' },
|
26
26
|
"font-family": { value: '{font.family.base}' },
|
27
|
-
"text-transform": { value: '
|
28
|
-
"font-feature-settings": { value: '
|
27
|
+
"text-transform": { value: 'initial' },
|
28
|
+
"font-feature-settings": { value: 'initial' }
|
29
29
|
},
|
30
30
|
"headline": {
|
31
31
|
"font-size": { value: '24px' },
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"letter-spacing": { value: 'normal' },
|
34
34
|
"font-weight": { value: 'normal' },
|
35
35
|
"font-family": { value: '{font.family.base}' },
|
36
|
-
"text-transform": { value: '
|
37
|
-
"font-feature-settings": { value: '
|
36
|
+
"text-transform": { value: 'initial' },
|
37
|
+
"font-feature-settings": { value: 'initial' }
|
38
38
|
},
|
39
39
|
"title": {
|
40
40
|
"font-size": { value: '20px' },
|
@@ -42,8 +42,8 @@
|
|
42
42
|
"letter-spacing": { value: '0.15px' },
|
43
43
|
"font-weight": { value: '500' },
|
44
44
|
"font-family": { value: '{font.family.base}' },
|
45
|
-
"text-transform": { value: '
|
46
|
-
"font-feature-settings": { value: '
|
45
|
+
"text-transform": { value: 'initial' },
|
46
|
+
"font-feature-settings": { value: 'initial' }
|
47
47
|
},
|
48
48
|
"subheading": {
|
49
49
|
"font-size": { value: '15px' },
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"letter-spacing": { value: '0.15px' },
|
52
52
|
"font-weight": { value: '700' },
|
53
53
|
"font-family": { value: '{font.family.base}' },
|
54
|
-
"text-transform": { value: '
|
55
|
-
"font-feature-settings": { value: '
|
54
|
+
"text-transform": { value: 'initial' },
|
55
|
+
"font-feature-settings": { value: 'initial' }
|
56
56
|
},
|
57
57
|
"body": {
|
58
58
|
"font-size": { value: '15px' },
|
@@ -60,8 +60,8 @@
|
|
60
60
|
"letter-spacing": { value: '0.15px' },
|
61
61
|
"font-weight": { value: 'normal' },
|
62
62
|
"font-family": { value: '{font.family.base}' },
|
63
|
-
"text-transform": { value: '
|
64
|
-
"font-feature-settings": { value: '
|
63
|
+
"text-transform": { value: 'initial' },
|
64
|
+
"font-feature-settings": { value: 'initial' }
|
65
65
|
},
|
66
66
|
"body-tabular": {
|
67
67
|
"font-size": { value: '15px' },
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"letter-spacing": { value: '0.15px' },
|
70
70
|
"font-weight": { value: 'normal' },
|
71
71
|
"font-family": { value: '{font.family.base}' },
|
72
|
-
"text-transform": { value: '
|
72
|
+
"text-transform": { value: 'initial' },
|
73
73
|
"font-feature-settings": { value: '"tnum" on' }
|
74
74
|
},
|
75
75
|
"body-strong": {
|
@@ -78,8 +78,8 @@
|
|
78
78
|
"letter-spacing": { value: '-0.009em' },
|
79
79
|
"font-weight": { value: '500' },
|
80
80
|
"font-family": { value: '{font.family.base}' },
|
81
|
-
"text-transform": { value: '
|
82
|
-
"font-feature-settings": { value: '
|
81
|
+
"text-transform": { value: 'initial' },
|
82
|
+
"font-feature-settings": { value: 'initial' }
|
83
83
|
},
|
84
84
|
"body-caps": {
|
85
85
|
"font-size": { value: '15px' },
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"font-weight": { value: 'normal' },
|
89
89
|
"font-family": { value: '{font.family.base}' },
|
90
90
|
"text-transform": { value: 'uppercase' },
|
91
|
-
"font-feature-settings": { value: '
|
91
|
+
"font-feature-settings": { value: 'initial' }
|
92
92
|
},
|
93
93
|
"body-mono": {
|
94
94
|
"font-size": { value: '15px' },
|
@@ -96,8 +96,8 @@
|
|
96
96
|
"letter-spacing": { value: 'normal' },
|
97
97
|
"font-weight": { value: 'normal' },
|
98
98
|
"font-family": { value: '{font.family.monospace}' },
|
99
|
-
"text-transform": { value: '
|
100
|
-
"font-feature-settings": { value: '
|
99
|
+
"text-transform": { value: 'initial' },
|
100
|
+
"font-feature-settings": { value: 'initial' }
|
101
101
|
},
|
102
102
|
"caption": {
|
103
103
|
"font-size": { value: '13px' },
|
@@ -105,8 +105,17 @@
|
|
105
105
|
"letter-spacing": { value: '0.25px' },
|
106
106
|
"font-weight": { value: 'normal' },
|
107
107
|
"font-family": { value: '{font.family.base}' },
|
108
|
-
"text-transform": { value: '
|
109
|
-
"font-feature-settings": { value: '
|
108
|
+
"text-transform": { value: 'initial' },
|
109
|
+
"font-feature-settings": { value: 'initial' }
|
110
|
+
},
|
111
|
+
"caption-strong": {
|
112
|
+
"font-size": { value: '13px' },
|
113
|
+
"line-height": { value: '16px' },
|
114
|
+
"letter-spacing": { value: '0.25px' },
|
115
|
+
"font-weight": { value: '700' },
|
116
|
+
"font-family": { value: '{font.family.base}' },
|
117
|
+
"text-transform": { value: 'initial' },
|
118
|
+
"font-feature-settings": { value: 'initial' }
|
110
119
|
},
|
111
120
|
"caption-tabular": {
|
112
121
|
"font-size": { value: '13px' },
|
@@ -114,7 +123,7 @@
|
|
114
123
|
"letter-spacing": { value: '0.25px' },
|
115
124
|
"font-weight": { value: 'normal' },
|
116
125
|
"font-family": { value: '{font.family.base}' },
|
117
|
-
"text-transform": { value: '
|
126
|
+
"text-transform": { value: 'initial' },
|
118
127
|
"font-feature-settings": { value: '"tnum" on' }
|
119
128
|
},
|
120
129
|
"caption-caps": {
|
@@ -124,7 +133,7 @@
|
|
124
133
|
"font-weight": { value: 'normal' },
|
125
134
|
"font-family": { value: '{font.family.base}' },
|
126
135
|
"text-transform": { value: 'uppercase' },
|
127
|
-
"font-feature-settings": { value: '
|
136
|
+
"font-feature-settings": { value: 'initial' }
|
128
137
|
},
|
129
138
|
"caption-mono": {
|
130
139
|
"font-size": { value: '13px' },
|
@@ -132,8 +141,8 @@
|
|
132
141
|
"letter-spacing": { value: 'normal' },
|
133
142
|
"font-weight": { value: 'normal' },
|
134
143
|
"font-family": { value: '{font.family.monospace}' },
|
135
|
-
"text-transform": { value: '
|
136
|
-
"font-feature-settings": { value: '
|
144
|
+
"text-transform": { value: 'initial' },
|
145
|
+
"font-feature-settings": { value: 'initial' }
|
137
146
|
},
|
138
147
|
"small-text": {
|
139
148
|
"font-size": { value: '13px' },
|
@@ -141,8 +150,8 @@
|
|
141
150
|
"letter-spacing": { value: '0.25px' },
|
142
151
|
"font-weight": { value: 'normal' },
|
143
152
|
"font-family": { value: '{font.family.base}' },
|
144
|
-
"text-transform": { value: '
|
145
|
-
"font-feature-settings": { value: '
|
153
|
+
"text-transform": { value: 'initial' },
|
154
|
+
"font-feature-settings": { value: 'initial' }
|
146
155
|
},
|
147
156
|
"extra-small-text": {
|
148
157
|
"font-size": { value: '11px' },
|
@@ -150,8 +159,8 @@
|
|
150
159
|
"letter-spacing": { value: '0.22px' },
|
151
160
|
"font-weight": { value: 'normal' },
|
152
161
|
"font-family": { value: '{font.family.base}' },
|
153
|
-
"text-transform": { value: '
|
154
|
-
"font-feature-settings": { value: '
|
162
|
+
"text-transform": { value: 'initial' },
|
163
|
+
"font-feature-settings": { value: 'initial' }
|
155
164
|
},
|
156
165
|
"extra-small-text-caps": {
|
157
166
|
"font-size": { value: '11px' },
|
@@ -160,7 +169,7 @@
|
|
160
169
|
"font-weight": { value: 'normal' },
|
161
170
|
"font-family": { value: '{font.family.base}' },
|
162
171
|
"text-transform": { value: 'uppercase' },
|
163
|
-
"font-feature-settings": { value: '
|
172
|
+
"font-feature-settings": { value: 'initial' }
|
164
173
|
},
|
165
174
|
"extra-small-text-mono": {
|
166
175
|
"font-size": { value: '11px' },
|
@@ -168,8 +177,8 @@
|
|
168
177
|
"letter-spacing": { value: '0px' },
|
169
178
|
"font-weight": { value: 'normal' },
|
170
179
|
"font-family": { value: '{font.family.monospace}' },
|
171
|
-
"text-transform": { value: '
|
172
|
-
"font-feature-settings": { value: '
|
180
|
+
"text-transform": { value: 'initial' },
|
181
|
+
"font-feature-settings": { value: 'initial' }
|
173
182
|
}
|
174
183
|
}
|
175
184
|
}
|
@@ -6939,91 +6939,98 @@ export declare const TypographyDisplay1LineHeight = "76px";
|
|
6939
6939
|
export declare const TypographyDisplay1LetterSpacing = "-0.4px";
|
6940
6940
|
export declare const TypographyDisplay1FontWeight = "normal";
|
6941
6941
|
export declare const TypographyDisplay1FontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6942
|
-
export declare const TypographyDisplay1TextTransform = "
|
6943
|
-
export declare const TypographyDisplay1FontFeatureSettings = "
|
6942
|
+
export declare const TypographyDisplay1TextTransform = "initial";
|
6943
|
+
export declare const TypographyDisplay1FontFeatureSettings = "initial";
|
6944
6944
|
export declare const TypographyDisplay2FontSize = "45px";
|
6945
6945
|
export declare const TypographyDisplay2LineHeight = "56px";
|
6946
6946
|
export declare const TypographyDisplay2LetterSpacing = "normal";
|
6947
6947
|
export declare const TypographyDisplay2FontWeight = "normal";
|
6948
6948
|
export declare const TypographyDisplay2FontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6949
|
-
export declare const TypographyDisplay2TextTransform = "
|
6950
|
-
export declare const TypographyDisplay2FontFeatureSettings = "
|
6949
|
+
export declare const TypographyDisplay2TextTransform = "initial";
|
6950
|
+
export declare const TypographyDisplay2FontFeatureSettings = "initial";
|
6951
6951
|
export declare const TypographyDisplay3FontSize = "34px";
|
6952
6952
|
export declare const TypographyDisplay3LineHeight = "44px";
|
6953
6953
|
export declare const TypographyDisplay3LetterSpacing = "0.25px";
|
6954
6954
|
export declare const TypographyDisplay3FontWeight = "normal";
|
6955
6955
|
export declare const TypographyDisplay3FontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6956
|
-
export declare const TypographyDisplay3TextTransform = "
|
6957
|
-
export declare const TypographyDisplay3FontFeatureSettings = "
|
6956
|
+
export declare const TypographyDisplay3TextTransform = "initial";
|
6957
|
+
export declare const TypographyDisplay3FontFeatureSettings = "initial";
|
6958
6958
|
export declare const TypographyHeadlineFontSize = "24px";
|
6959
6959
|
export declare const TypographyHeadlineLineHeight = "32px";
|
6960
6960
|
export declare const TypographyHeadlineLetterSpacing = "normal";
|
6961
6961
|
export declare const TypographyHeadlineFontWeight = "normal";
|
6962
6962
|
export declare const TypographyHeadlineFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6963
|
-
export declare const TypographyHeadlineTextTransform = "
|
6964
|
-
export declare const TypographyHeadlineFontFeatureSettings = "
|
6963
|
+
export declare const TypographyHeadlineTextTransform = "initial";
|
6964
|
+
export declare const TypographyHeadlineFontFeatureSettings = "initial";
|
6965
6965
|
export declare const TypographyTitleFontSize = "20px";
|
6966
6966
|
export declare const TypographyTitleLineHeight = "28px";
|
6967
6967
|
export declare const TypographyTitleLetterSpacing = "0.15px";
|
6968
6968
|
export declare const TypographyTitleFontWeight = "500";
|
6969
6969
|
export declare const TypographyTitleFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6970
|
-
export declare const TypographyTitleTextTransform = "
|
6971
|
-
export declare const TypographyTitleFontFeatureSettings = "
|
6970
|
+
export declare const TypographyTitleTextTransform = "initial";
|
6971
|
+
export declare const TypographyTitleFontFeatureSettings = "initial";
|
6972
6972
|
export declare const TypographySubheadingFontSize = "15px";
|
6973
6973
|
export declare const TypographySubheadingLineHeight = "20px";
|
6974
6974
|
export declare const TypographySubheadingLetterSpacing = "0.15px";
|
6975
6975
|
export declare const TypographySubheadingFontWeight = "700";
|
6976
6976
|
export declare const TypographySubheadingFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6977
|
-
export declare const TypographySubheadingTextTransform = "
|
6978
|
-
export declare const TypographySubheadingFontFeatureSettings = "
|
6977
|
+
export declare const TypographySubheadingTextTransform = "initial";
|
6978
|
+
export declare const TypographySubheadingFontFeatureSettings = "initial";
|
6979
6979
|
export declare const TypographyBodyFontSize = "15px";
|
6980
6980
|
export declare const TypographyBodyLineHeight = "20px";
|
6981
6981
|
export declare const TypographyBodyLetterSpacing = "0.15px";
|
6982
6982
|
export declare const TypographyBodyFontWeight = "normal";
|
6983
6983
|
export declare const TypographyBodyFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6984
|
-
export declare const TypographyBodyTextTransform = "
|
6985
|
-
export declare const TypographyBodyFontFeatureSettings = "
|
6984
|
+
export declare const TypographyBodyTextTransform = "initial";
|
6985
|
+
export declare const TypographyBodyFontFeatureSettings = "initial";
|
6986
6986
|
export declare const TypographyBodyTabularFontSize = "15px";
|
6987
6987
|
export declare const TypographyBodyTabularLineHeight = "20px";
|
6988
6988
|
export declare const TypographyBodyTabularLetterSpacing = "0.15px";
|
6989
6989
|
export declare const TypographyBodyTabularFontWeight = "normal";
|
6990
6990
|
export declare const TypographyBodyTabularFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6991
|
-
export declare const TypographyBodyTabularTextTransform = "
|
6991
|
+
export declare const TypographyBodyTabularTextTransform = "initial";
|
6992
6992
|
export declare const TypographyBodyTabularFontFeatureSettings = "\"tnum\" on";
|
6993
6993
|
export declare const TypographyBodyStrongFontSize = "15px";
|
6994
6994
|
export declare const TypographyBodyStrongLineHeight = "20px";
|
6995
6995
|
export declare const TypographyBodyStrongLetterSpacing = "-0.009em";
|
6996
6996
|
export declare const TypographyBodyStrongFontWeight = "500";
|
6997
6997
|
export declare const TypographyBodyStrongFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
6998
|
-
export declare const TypographyBodyStrongTextTransform = "
|
6999
|
-
export declare const TypographyBodyStrongFontFeatureSettings = "
|
6998
|
+
export declare const TypographyBodyStrongTextTransform = "initial";
|
6999
|
+
export declare const TypographyBodyStrongFontFeatureSettings = "initial";
|
7000
7000
|
export declare const TypographyBodyCapsFontSize = "15px";
|
7001
7001
|
export declare const TypographyBodyCapsLineHeight = "20px";
|
7002
7002
|
export declare const TypographyBodyCapsLetterSpacing = "1.7px";
|
7003
7003
|
export declare const TypographyBodyCapsFontWeight = "normal";
|
7004
7004
|
export declare const TypographyBodyCapsFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7005
7005
|
export declare const TypographyBodyCapsTextTransform = "uppercase";
|
7006
|
-
export declare const TypographyBodyCapsFontFeatureSettings = "
|
7006
|
+
export declare const TypographyBodyCapsFontFeatureSettings = "initial";
|
7007
7007
|
export declare const TypographyBodyMonoFontSize = "15px";
|
7008
7008
|
export declare const TypographyBodyMonoLineHeight = "20px";
|
7009
7009
|
export declare const TypographyBodyMonoLetterSpacing = "normal";
|
7010
7010
|
export declare const TypographyBodyMonoFontWeight = "normal";
|
7011
7011
|
export declare const TypographyBodyMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
|
7012
|
-
export declare const TypographyBodyMonoTextTransform = "
|
7013
|
-
export declare const TypographyBodyMonoFontFeatureSettings = "
|
7012
|
+
export declare const TypographyBodyMonoTextTransform = "initial";
|
7013
|
+
export declare const TypographyBodyMonoFontFeatureSettings = "initial";
|
7014
7014
|
export declare const TypographyCaptionFontSize = "13px";
|
7015
7015
|
export declare const TypographyCaptionLineHeight = "16px";
|
7016
7016
|
export declare const TypographyCaptionLetterSpacing = "0.25px";
|
7017
7017
|
export declare const TypographyCaptionFontWeight = "normal";
|
7018
7018
|
export declare const TypographyCaptionFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7019
|
-
export declare const TypographyCaptionTextTransform = "
|
7020
|
-
export declare const TypographyCaptionFontFeatureSettings = "
|
7019
|
+
export declare const TypographyCaptionTextTransform = "initial";
|
7020
|
+
export declare const TypographyCaptionFontFeatureSettings = "initial";
|
7021
|
+
export declare const TypographyCaptionStrongFontSize = "13px";
|
7022
|
+
export declare const TypographyCaptionStrongLineHeight = "16px";
|
7023
|
+
export declare const TypographyCaptionStrongLetterSpacing = "0.25px";
|
7024
|
+
export declare const TypographyCaptionStrongFontWeight = "700";
|
7025
|
+
export declare const TypographyCaptionStrongFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7026
|
+
export declare const TypographyCaptionStrongTextTransform = "initial";
|
7027
|
+
export declare const TypographyCaptionStrongFontFeatureSettings = "initial";
|
7021
7028
|
export declare const TypographyCaptionTabularFontSize = "13px";
|
7022
7029
|
export declare const TypographyCaptionTabularLineHeight = "16px";
|
7023
7030
|
export declare const TypographyCaptionTabularLetterSpacing = "0.25px";
|
7024
7031
|
export declare const TypographyCaptionTabularFontWeight = "normal";
|
7025
7032
|
export declare const TypographyCaptionTabularFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7026
|
-
export declare const TypographyCaptionTabularTextTransform = "
|
7033
|
+
export declare const TypographyCaptionTabularTextTransform = "initial";
|
7027
7034
|
export declare const TypographyCaptionTabularFontFeatureSettings = "\"tnum\" on";
|
7028
7035
|
export declare const TypographyCaptionCapsFontSize = "13px";
|
7029
7036
|
export declare const TypographyCaptionCapsLineHeight = "16px";
|
@@ -7031,42 +7038,42 @@ export declare const TypographyCaptionCapsLetterSpacing = "1.5px";
|
|
7031
7038
|
export declare const TypographyCaptionCapsFontWeight = "normal";
|
7032
7039
|
export declare const TypographyCaptionCapsFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7033
7040
|
export declare const TypographyCaptionCapsTextTransform = "uppercase";
|
7034
|
-
export declare const TypographyCaptionCapsFontFeatureSettings = "
|
7041
|
+
export declare const TypographyCaptionCapsFontFeatureSettings = "initial";
|
7035
7042
|
export declare const TypographyCaptionMonoFontSize = "13px";
|
7036
7043
|
export declare const TypographyCaptionMonoLineHeight = "16px";
|
7037
7044
|
export declare const TypographyCaptionMonoLetterSpacing = "normal";
|
7038
7045
|
export declare const TypographyCaptionMonoFontWeight = "normal";
|
7039
7046
|
export declare const TypographyCaptionMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
|
7040
|
-
export declare const TypographyCaptionMonoTextTransform = "
|
7041
|
-
export declare const TypographyCaptionMonoFontFeatureSettings = "
|
7047
|
+
export declare const TypographyCaptionMonoTextTransform = "initial";
|
7048
|
+
export declare const TypographyCaptionMonoFontFeatureSettings = "initial";
|
7042
7049
|
export declare const TypographySmallTextFontSize = "13px";
|
7043
7050
|
export declare const TypographySmallTextLineHeight = "16px";
|
7044
7051
|
export declare const TypographySmallTextLetterSpacing = "0.25px";
|
7045
7052
|
export declare const TypographySmallTextFontWeight = "normal";
|
7046
7053
|
export declare const TypographySmallTextFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7047
|
-
export declare const TypographySmallTextTextTransform = "
|
7048
|
-
export declare const TypographySmallTextFontFeatureSettings = "
|
7054
|
+
export declare const TypographySmallTextTextTransform = "initial";
|
7055
|
+
export declare const TypographySmallTextFontFeatureSettings = "initial";
|
7049
7056
|
export declare const TypographyExtraSmallTextFontSize = "11px";
|
7050
7057
|
export declare const TypographyExtraSmallTextLineHeight = "16px";
|
7051
7058
|
export declare const TypographyExtraSmallTextLetterSpacing = "0.22px";
|
7052
7059
|
export declare const TypographyExtraSmallTextFontWeight = "normal";
|
7053
7060
|
export declare const TypographyExtraSmallTextFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7054
|
-
export declare const TypographyExtraSmallTextTextTransform = "
|
7055
|
-
export declare const TypographyExtraSmallTextFontFeatureSettings = "
|
7061
|
+
export declare const TypographyExtraSmallTextTextTransform = "initial";
|
7062
|
+
export declare const TypographyExtraSmallTextFontFeatureSettings = "initial";
|
7056
7063
|
export declare const TypographyExtraSmallTextCapsFontSize = "11px";
|
7057
7064
|
export declare const TypographyExtraSmallTextCapsLineHeight = "16px";
|
7058
7065
|
export declare const TypographyExtraSmallTextCapsLetterSpacing = "1px";
|
7059
7066
|
export declare const TypographyExtraSmallTextCapsFontWeight = "normal";
|
7060
7067
|
export declare const TypographyExtraSmallTextCapsFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
|
7061
7068
|
export declare const TypographyExtraSmallTextCapsTextTransform = "uppercase";
|
7062
|
-
export declare const TypographyExtraSmallTextCapsFontFeatureSettings = "
|
7069
|
+
export declare const TypographyExtraSmallTextCapsFontFeatureSettings = "initial";
|
7063
7070
|
export declare const TypographyExtraSmallTextMonoFontSize = "11px";
|
7064
7071
|
export declare const TypographyExtraSmallTextMonoLineHeight = "16px";
|
7065
7072
|
export declare const TypographyExtraSmallTextMonoLetterSpacing = "0px";
|
7066
7073
|
export declare const TypographyExtraSmallTextMonoFontWeight = "normal";
|
7067
7074
|
export declare const TypographyExtraSmallTextMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
|
7068
|
-
export declare const TypographyExtraSmallTextMonoTextTransform = "
|
7069
|
-
export declare const TypographyExtraSmallTextMonoFontFeatureSettings = "
|
7075
|
+
export declare const TypographyExtraSmallTextMonoTextTransform = "initial";
|
7076
|
+
export declare const TypographyExtraSmallTextMonoFontFeatureSettings = "initial";
|
7070
7077
|
export declare const AlertLightColorSchemeErrorBackground = "#FCEFEC";
|
7071
7078
|
export declare const AlertLightColorSchemeErrorBorder = "#E76E5C";
|
7072
7079
|
export declare const AlertLightColorSchemeErrorIcon = "#E76E5C";
|
@@ -7293,6 +7300,7 @@ export declare const CardDarkColorSchemeInfoShadow = "#4D4D4D";
|
|
7293
7300
|
export declare const CardSizeVerticalLine = "4px";
|
7294
7301
|
export declare const CheckboxLightColorSchemeDefaultBorder = "#B3B3B3";
|
7295
7302
|
export declare const CheckboxLightColorSchemeDefaultColor = "white";
|
7303
|
+
export declare const CheckboxLightColorSchemeDefaultBackground = "transparent";
|
7296
7304
|
export declare const CheckboxLightColorSchemeDefaultStatesCheckedBorder = "#206EA2";
|
7297
7305
|
export declare const CheckboxLightColorSchemeDefaultStatesCheckedBackground = "#338FCC";
|
7298
7306
|
export declare const CheckboxLightColorSchemeDefaultStatesFocusedBorder = "#338FCC";
|
@@ -7303,6 +7311,7 @@ export declare const CheckboxLightColorSchemeDefaultStatesCheckedFocusedShadow =
|
|
7303
7311
|
export declare const CheckboxLightColorSchemeDefaultStatesCheckedFocusedOutline = "1px solid white";
|
7304
7312
|
export declare const CheckboxLightColorSchemeErrorBorder = "#E76E5C";
|
7305
7313
|
export declare const CheckboxLightColorSchemeErrorColor = "white";
|
7314
|
+
export declare const CheckboxLightColorSchemeErrorBackground = "transparent";
|
7306
7315
|
export declare const CheckboxLightColorSchemeErrorStatesCheckedBorder = "#B23522";
|
7307
7316
|
export declare const CheckboxLightColorSchemeErrorStatesCheckedBackground = "#E04D36";
|
7308
7317
|
export declare const CheckboxLightColorSchemeErrorStatesFocusedBorder = "#E76E5C";
|
@@ -7313,6 +7322,7 @@ export declare const CheckboxLightColorSchemeErrorStatesCheckedFocusedShadow = "
|
|
7313
7322
|
export declare const CheckboxLightColorSchemeErrorStatesCheckedFocusedOutline = "1px solid white";
|
7314
7323
|
export declare const CheckboxDarkColorSchemeDefaultBorder = "#808080";
|
7315
7324
|
export declare const CheckboxDarkColorSchemeDefaultColor = "white";
|
7325
|
+
export declare const CheckboxDarkColorSchemeDefaultBackground = "transparent";
|
7316
7326
|
export declare const CheckboxDarkColorSchemeDefaultStatesCheckedBorder = "#57A4D7";
|
7317
7327
|
export declare const CheckboxDarkColorSchemeDefaultStatesCheckedBackground = "#206EA2";
|
7318
7328
|
export declare const CheckboxDarkColorSchemeDefaultStatesFocusedBorder = "#57A4D7";
|
@@ -7323,6 +7333,7 @@ export declare const CheckboxDarkColorSchemeDefaultStatesCheckedFocusedShadow =
|
|
7323
7333
|
export declare const CheckboxDarkColorSchemeDefaultStatesCheckedFocusedOutline = "1px solid #333333";
|
7324
7334
|
export declare const CheckboxDarkColorSchemeErrorBorder = "#E76E5C";
|
7325
7335
|
export declare const CheckboxDarkColorSchemeErrorColor = "white";
|
7336
|
+
export declare const CheckboxDarkColorSchemeErrorBackground = "transparent";
|
7326
7337
|
export declare const CheckboxDarkColorSchemeErrorStatesCheckedBorder = "#E76E5C";
|
7327
7338
|
export declare const CheckboxDarkColorSchemeErrorStatesCheckedBackground = "#B23522";
|
7328
7339
|
export declare const CheckboxDarkColorSchemeErrorStatesFocusedBorder = "#E76E5C";
|
@@ -7400,12 +7411,12 @@ export declare const FormFieldLightColorSchemeBorder = "#B3B3B3";
|
|
7400
7411
|
export declare const FormFieldLightColorSchemeBackground = "white";
|
7401
7412
|
export declare const FormFieldLightColorSchemeStatesHoverBorder = "#999999";
|
7402
7413
|
export declare const FormFieldLightColorSchemeStatesInvalidBorder = "#E76E5C";
|
7403
|
-
export declare const FormFieldLightColorSchemeStatesInvalidBackground = "
|
7414
|
+
export declare const FormFieldLightColorSchemeStatesInvalidBackground = "#FEF7F6";
|
7404
7415
|
export declare const FormFieldDarkColorSchemeBorder = "#999999";
|
7405
7416
|
export declare const FormFieldDarkColorSchemeBackground = "#333333";
|
7406
7417
|
export declare const FormFieldDarkColorSchemeStatesHoverBorder = "#CCCCCC";
|
7407
7418
|
export declare const FormFieldDarkColorSchemeStatesInvalidBorder = "#E76E5C";
|
7408
|
-
export declare const FormFieldDarkColorSchemeStatesInvalidBackground = "transparent";
|
7419
|
+
export declare const FormFieldDarkColorSchemeStatesInvalidBackground = "mix(#541208, transparent, 30%)";
|
7409
7420
|
export declare const FormFieldSizeHeight = "32px";
|
7410
7421
|
export declare const FormFieldSizeBorderWidth = "1px";
|
7411
7422
|
export declare const FormFieldSizeBorderRadius = "4px";
|
@@ -7610,6 +7621,7 @@ export declare const PopoverDarkColorSchemeBorder = "#4D4D4D";
|
|
7610
7621
|
export declare const PopoverSizeMaxHeight = "480px";
|
7611
7622
|
export declare const PopoverSizePadding = "16px";
|
7612
7623
|
export declare const PopoverSizeBorderRadius = "4px";
|
7624
|
+
export declare const PopoverSizeBorderWidth = "1px";
|
7613
7625
|
export declare const PopoverSizeArrowSize = "12px";
|
7614
7626
|
export declare const PopoverSizeTriggerMargin = "9px";
|
7615
7627
|
export declare const PopoverSizeSmallWidth = "200px";
|
@@ -7655,6 +7667,7 @@ export declare const RadioLightColorSchemeStatesFocusedOuterCircleShadow = "0 0
|
|
7655
7667
|
export declare const RadioLightColorSchemeStatesFocusedInnerCircleShadow = "0 0 0 2px white";
|
7656
7668
|
export declare const RadioDarkColorSchemeOuterCircleBorder = "#999999";
|
7657
7669
|
export declare const RadioDarkColorSchemeInnerCircleBorder = "transparent";
|
7670
|
+
export declare const RadioDarkColorSchemeCapColor = "white";
|
7658
7671
|
export declare const RadioDarkColorSchemeStatesCheckedOuterCircleBorder = "#206EA2";
|
7659
7672
|
export declare const RadioDarkColorSchemeStatesCheckedInnerCircleBorder = "#206EA2";
|
7660
7673
|
export declare const RadioDarkColorSchemeStatesFocusedOuterCircleBorder = "#338FCC";
|
@@ -4,6 +4,7 @@
|
|
4
4
|
default: {
|
5
5
|
border: { value: '{light-color-scheme.foreground.border}' },
|
6
6
|
color: { value: 'white' },
|
7
|
+
background: { value: 'transparent' },
|
7
8
|
|
8
9
|
states: {
|
9
10
|
checked: {
|
@@ -25,6 +26,7 @@
|
|
25
26
|
error: {
|
26
27
|
border: { value: '{light-color-scheme.error.default}' },
|
27
28
|
color: { value: 'white' },
|
29
|
+
background: { value: 'transparent' },
|
28
30
|
|
29
31
|
states: {
|
30
32
|
checked: {
|
@@ -48,6 +50,7 @@
|
|
48
50
|
default: {
|
49
51
|
border: { value: '{dark-color-scheme.foreground.border}' },
|
50
52
|
color: { value: 'white' },
|
53
|
+
background: { value: 'transparent' },
|
51
54
|
|
52
55
|
states: {
|
53
56
|
checked: {
|
@@ -69,6 +72,7 @@
|
|
69
72
|
error: {
|
70
73
|
border: { value: '{dark-color-scheme.error.default}' },
|
71
74
|
color: { value: 'white' },
|
75
|
+
background: { value: 'transparent' },
|
72
76
|
|
73
77
|
states: {
|
74
78
|
checked: {
|
@@ -10,7 +10,7 @@
|
|
10
10
|
},
|
11
11
|
invalid: {
|
12
12
|
border: { value: '{light-color-scheme.states.focused-color-error}' },
|
13
|
-
background: { value: '
|
13
|
+
background: { value: '{light-color-scheme.error.palette.value.40}' }
|
14
14
|
}
|
15
15
|
}
|
16
16
|
},
|
@@ -20,11 +20,11 @@
|
|
20
20
|
|
21
21
|
states: {
|
22
22
|
hover: {
|
23
|
-
border: { value: '{dark-color-scheme.second.palette.value.
|
23
|
+
border: { value: '{dark-color-scheme.second.palette.value.500}' }
|
24
24
|
},
|
25
25
|
invalid: {
|
26
26
|
border: { value: '{dark-color-scheme.states.focused-color-error}' },
|
27
|
-
background: { value: 'transparent' }
|
27
|
+
background: { value: 'mix({dark-color-scheme.error.palette.value.1000}, transparent, 30%)' }
|
28
28
|
}
|
29
29
|
}
|
30
30
|
},
|
@@ -2,7 +2,7 @@
|
|
2
2
|
link: {
|
3
3
|
'light-color-scheme': {
|
4
4
|
text: { value: '{light-color-scheme.primary.palette.value.500}' },
|
5
|
-
'border-bottom': { value: 'rgba({light-color-scheme.
|
5
|
+
'border-bottom': { value: 'rgba({link.light-color-scheme.text}, 0.32)' },
|
6
6
|
|
7
7
|
'state-visited': {
|
8
8
|
'text': { value: '{palette.purple.560}' },
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
'dark-color-scheme': {
|
23
23
|
text: { value: '{dark-color-scheme.primary.palette.value.300}' },
|
24
|
-
'border-bottom': { value: 'rgba({dark-color-scheme.
|
24
|
+
'border-bottom': { value: 'rgba({link.dark-color-scheme.text}, 0.32);' },
|
25
25
|
|
26
26
|
'state-visited': {
|
27
27
|
'text': { value: '{palette.purple.400}' },
|
@@ -16,14 +16,15 @@
|
|
16
16
|
'max-height': { value: '480px' },
|
17
17
|
padding: { value: '{size.l}' },
|
18
18
|
'border-radius': { value: '{size.border-radius}' },
|
19
|
+
'border-width': { value: '{size.border-width}' },
|
19
20
|
|
20
|
-
|
21
|
-
|
21
|
+
'arrow-size': { value: '12px' },
|
22
|
+
'trigger-margin': { value: '9px' },
|
22
23
|
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
'small-width': { value: '200px' },
|
25
|
+
'normal-width': { value: '400px' },
|
26
|
+
'large-width': { value: '640px' }
|
27
|
+
},
|
27
28
|
font: {
|
28
29
|
default: { value: 'body' }
|
29
30
|
}
|