@salutejs-ds/sdds_sbcom 0.1.12 → 0.1.14
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/components/Button/Button.config.d.ts +3 -3
- package/components/Button/Button.config.js +7 -7
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1nf8fsa.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +3 -3
- package/components/Checkbox/Checkbox.config.d.ts +2 -2
- package/components/Checkbox/Checkbox.config.js +5 -5
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_1pgnntn.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Checkbox/Checkbox.d.ts +2 -2
- package/components/Counter/Counter.config.d.ts +4 -4
- package/components/Counter/Counter.config.js +9 -9
- package/components/Counter/Counter.config.js.map +1 -1
- package/{es/components/Counter/Counter.config_yoygvx.css → components/Counter/Counter.config_ebr9b5.css} +8 -8
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +4 -4
- package/components/IconButton/IconButton.config.d.ts +2 -2
- package/components/IconButton/IconButton.config.js +5 -5
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_145mdq5.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Link/Link.config.d.ts +3 -3
- package/components/Link/Link.config.js +7 -7
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/Link.config_1y1mon9.css +8 -0
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +3 -3
- package/components/Radiobox/Radiobox.config.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.js +3 -3
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_jinig9.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/css/sdds_sbcom.module.css +205 -181
- package/css/sdds_sbcom__dark.css +115 -103
- package/css/sdds_sbcom__light.css +116 -104
- package/es/components/Button/Button.config.js +7 -7
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1nf8fsa.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +5 -5
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_1pgnntn.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/Counter/Counter.config.js +9 -9
- package/es/components/Counter/Counter.config.js.map +1 -1
- package/{components/Counter/Counter.config_yoygvx.css → es/components/Counter/Counter.config_ebr9b5.css} +8 -8
- package/es/components/Counter/Counter.css +10 -10
- package/es/components/IconButton/IconButton.config.js +5 -5
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_145mdq5.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +7 -7
- package/es/components/Link/Link.config.js.map +1 -1
- package/es/components/Link/Link.config_1y1mon9.css +8 -0
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +3 -3
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_jinig9.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +55 -55
- package/es/index.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/es/theme/themes/sdds_sbcom__light.js +1 -1
- package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/es/theme/tokens/index.js +415 -379
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +12 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +9 -9
- package/styled-components/cjs/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/cjs/Counter/Counter.config.js +8 -8
- package/styled-components/cjs/IconButton/IconButton.config.js +6 -6
- package/styled-components/cjs/Link/Link.config.js +6 -6
- package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
- package/styled-components/es/Button/Button.config.js +9 -9
- package/styled-components/es/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/es/Counter/Counter.config.js +8 -8
- package/styled-components/es/IconButton/IconButton.config.js +6 -6
- package/styled-components/es/Link/Link.config.js +6 -6
- package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
- package/theme/themes/sdds_sbcom__dark.js +1 -1
- package/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/theme/themes/sdds_sbcom__light.js +1 -1
- package/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/theme/tokens/index.d.ts +347 -323
- package/theme/tokens/index.js +426 -378
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_b4txnl.css +0 -10
- package/components/Checkbox/Checkbox.config_j2f4po.css +0 -6
- package/components/IconButton/IconButton.config_1q8h816.css +0 -9
- package/components/Link/Link.config_e4pw7e.css +0 -8
- package/components/Radiobox/Radiobox.config_10j4d0h.css +0 -6
- package/es/components/Button/Button.config_b4txnl.css +0 -10
- package/es/components/Checkbox/Checkbox.config_j2f4po.css +0 -6
- package/es/components/IconButton/IconButton.config_1q8h816.css +0 -9
- package/es/components/Link/Link.config_e4pw7e.css +0 -8
- package/es/components/Radiobox/Radiobox.config_10j4d0h.css +0 -6
package/css/sdds_sbcom__dark.css
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
/* Generated by robots, do not change this manually! */
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
--on-dark-personas-green-text-accent: #6CD5BB;
|
|
5
|
-
--surface-transparent-accent-minor-hover: #0BA88866;
|
|
6
4
|
--on-light-outline-primary-hover: #ADA39FFF;
|
|
7
5
|
--inverse-outline-default-active: #E6E6E6FF;
|
|
8
6
|
--inverse-personas-sea-blue-text-accent-active: #4BB4B4FF;
|
|
9
7
|
--inverse-personas-violet-text-accent-active: #81288FFF;
|
|
10
|
-
--on-dark-surface-transparent-navi-active: #2424248A;
|
|
11
8
|
--on-light-outline-default-hover: #CCCCCCFF;
|
|
12
9
|
--inverse-outline-primary-active: #C4BEBAFF;
|
|
13
10
|
--on-dark-outline-default-active: #292929FF;
|
|
@@ -23,44 +20,34 @@
|
|
|
23
20
|
--on-dark-outline-primary-active: #2B2827FF;
|
|
24
21
|
--personas-olive-text-accent-active: #7DC07CFF;
|
|
25
22
|
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
26
|
-
--inverse-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
27
|
-
--inverse-surface-transparent-navi-active: #FFFFFFAD;
|
|
28
|
-
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
29
23
|
--on-light-personas-violet-text-accent-active: #81288FFF;
|
|
30
24
|
--on-light-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
31
25
|
--on-dark-surface-accent-secondary-hover: #70CDB7FF;
|
|
32
26
|
--inverse-personas-green-text-accent-hover: #8CDECAFF;
|
|
33
27
|
--on-light-personas-pink-text-accent-hover: #E47777FF;
|
|
34
28
|
--surface-accent-secondary-hover: #70CDB7FF;
|
|
35
|
-
--personas-pink-text-accent-hover: #E26E6EFF;
|
|
36
29
|
--personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
37
|
-
--personas-pink-text-accent-active: #D83B3BFF;
|
|
38
30
|
--on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
39
31
|
--on-light-outline-primary: #DDD9D7;
|
|
40
32
|
--inverse-outline-default: #FFFFFF;
|
|
41
33
|
--on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
|
|
42
|
-
--on-dark-personas-blue-text-accent-active: #5DA3EFFF;
|
|
43
34
|
--on-light-personas-indigo-text-accent-hover: #000000FF;
|
|
44
35
|
--on-light-personas-indigo-text-accent-active: #5B2999FF;
|
|
45
36
|
--on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;
|
|
46
|
-
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
47
|
-
--on-light-outline-default: #FFFFFF;
|
|
48
37
|
--personas-ochre-text-accent-active: #F19F7EFF;
|
|
49
38
|
--inverse-background-hardline: #000000;
|
|
50
|
-
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
51
39
|
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
52
40
|
--on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
|
|
53
|
-
--on-light-surface-accent-secondary: #41BDA1;
|
|
54
41
|
--surface-transparent-navi: #23232399;
|
|
55
42
|
--personas-violet-text-accent-active: #892B97FF;
|
|
56
43
|
--personas-blue-text-accent-hover: #C3DDF9FF;
|
|
57
44
|
--outline-default: #FFFFFF;
|
|
58
45
|
--text-primary-brightness-active: #FAFAFAC4;
|
|
59
|
-
--surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
60
|
-
--surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
61
46
|
--surface-solid-card-brightness-hover: #303030FF;
|
|
47
|
+
--surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
62
48
|
--surface-solid-card-brightness-active: #212121FF;
|
|
63
49
|
--surface-solid-primary-brightness-hover: #303030FF;
|
|
50
|
+
--surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
64
51
|
--on-dark-surface-solid-primary-brightness-active: #212121FF;
|
|
65
52
|
--on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
66
53
|
--on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
@@ -68,19 +55,18 @@
|
|
|
68
55
|
--on-dark-surface-solid-card-brightness-active: #212121FF;
|
|
69
56
|
--on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
70
57
|
--on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
71
|
-
--outline-primary: #DDD9D7;
|
|
72
58
|
--inverse-personas-indigo-text-accent: #BD91F5;
|
|
73
59
|
--inverse-personas-pink-text-accent: #F7A4A4;
|
|
74
|
-
--on-light-outline-positive-active: #20801EFF;
|
|
75
60
|
--personas-olive-text-accent: #93CB92;
|
|
61
|
+
--on-light-outline-positive-active: #20801EFF;
|
|
76
62
|
--inverse-personas-ochre-text-accent: #D15A11;
|
|
63
|
+
--on-dark-personas-olive-text-accent: #93CB92;
|
|
77
64
|
--surface-solid-tertiary-active: #424242FF;
|
|
78
65
|
--on-light-surface-solid-tertiary-active: #FFFFFFFF;
|
|
79
|
-
--
|
|
66
|
+
--inverse-surface-transparent-navi: #FFFFFF99;
|
|
80
67
|
--on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
81
68
|
--text-primary: #FFFFFFFC;
|
|
82
69
|
--on-dark-text-accent-minor-hover: #60C7AFFF;
|
|
83
|
-
--inverse-surface-transparent-navi: #FFFFFF99;
|
|
84
70
|
--on-light-personas-olive-text-accent: #127210;
|
|
85
71
|
--on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
86
72
|
--on-dark-surface-accent-minor-active: #043F34FF;
|
|
@@ -89,12 +75,11 @@
|
|
|
89
75
|
--inverse-surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
90
76
|
--inverse-surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
91
77
|
--inverse-surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
92
|
-
--
|
|
78
|
+
--outline-primary: #DDD9D7;
|
|
93
79
|
--on-light-personas-ochre-text-accent: #D15A11;
|
|
94
80
|
--on-dark-personas-indigo-text-accent: #BD91F5;
|
|
95
81
|
--on-dark-surface-accent-secondary: #61C8B0;
|
|
96
82
|
--inverse-personas-green-text-accent: #6CD5BB;
|
|
97
|
-
--on-light-personas-pink-text-accent: #DE5555;
|
|
98
83
|
--surface-accent-secondary: #61C8B0;
|
|
99
84
|
--surface-accent-minor: #04473B;
|
|
100
85
|
--on-dark-surface-solid-tertiary-active: #424242FF;
|
|
@@ -103,26 +88,19 @@
|
|
|
103
88
|
--on-light-surface-accent-minor: #D0F2E9;
|
|
104
89
|
--inverse-surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
105
90
|
--on-light-outline-warning-active: #A3420AFF;
|
|
106
|
-
--on-light-
|
|
91
|
+
--on-light-personas-violet-text-accent: #9E32AF;
|
|
107
92
|
--inverse-surface-accent-minor: #D0F2E9;
|
|
108
93
|
--inverse-surface-solid-card-brightness-active: #FFFFFFFF;
|
|
109
94
|
--on-dark-surface-accent-minor-hover: #055C4CFF;
|
|
110
|
-
--on-light-surface-
|
|
95
|
+
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
111
96
|
--on-dark-personas-blue-text-accent: #79B3F2;
|
|
112
97
|
--on-light-personas-indigo-text-accent: #7133BE;
|
|
113
98
|
--on-light-personas-sea-blue-text-accent: #00898D;
|
|
114
|
-
--inverse-personas-olive-text-accent: #127210;
|
|
115
99
|
--personas-ochre-text-accent: #F4B49B;
|
|
116
100
|
--on-dark-surface-transparent-accent-minor: #0BA68647;
|
|
117
101
|
--on-dark-personas-violet-text-accent: #E19DED;
|
|
118
|
-
--on-light-
|
|
119
|
-
--on-light-outline-primary-active: #C4BEBAFF;
|
|
120
|
-
--inverse-personas-blue-text-accent-active: #0D4F96FF;
|
|
121
|
-
--inverse-surface-transparent-accent-minor-active: #0BA8885C;
|
|
122
|
-
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
102
|
+
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
123
103
|
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
124
|
-
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
125
|
-
--on-light-outline-default-active: #E6E6E6FF;
|
|
126
104
|
--personas-green-text-accent-active: #03A57FFF;
|
|
127
105
|
--personas-sea-blue-text-accent-active: #00A8ADFF;
|
|
128
106
|
--inverse-surface-accent-secondary-active: #3CAF94FF;
|
|
@@ -145,21 +123,15 @@
|
|
|
145
123
|
--on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
|
|
146
124
|
--on-light-surface-transparent-accent-minor: #0BA6863D;
|
|
147
125
|
--on-light-personas-green-text-accent: #038768;
|
|
126
|
+
--on-light-outline-primary-active: #C4BEBAFF;
|
|
127
|
+
--inverse-personas-blue-text-accent-active: #0D4F96FF;
|
|
128
|
+
--inverse-surface-transparent-accent-minor-active: #0BA8885C;
|
|
148
129
|
--text-primary-brightness-hover: #FAFAFA93;
|
|
149
130
|
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
150
|
-
--on-dark-personas-
|
|
151
|
-
--on-
|
|
152
|
-
--
|
|
153
|
-
--
|
|
154
|
-
--personas-violet-text-accent: #9E32AF;
|
|
155
|
-
--inverse-personas-sea-blue-text-accent-hover: #000000FF;
|
|
156
|
-
--inverse-personas-blue-text-accent-hover: #1477E1FF;
|
|
157
|
-
--inverse-personas-violet-text-accent-hover: #B740C9FF;
|
|
158
|
-
--inverse-surface-transparent-accent-minor-hover: #0BA88857;
|
|
159
|
-
--on-light-personas-blue-text-accent-hover: #1477E1FF;
|
|
160
|
-
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
161
|
-
--inverse-outline-primary-hover: #ADA39FFF;
|
|
162
|
-
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
131
|
+
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
132
|
+
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
133
|
+
--on-light-outline-default-active: #E6E6E6FF;
|
|
134
|
+
--on-light-text-warning-active: #6F2D06FF;
|
|
163
135
|
--surface-transparent-navi-hover: #242424B8;
|
|
164
136
|
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
165
137
|
--on-light-personas-green-text-accent-hover: #04D7A6FF;
|
|
@@ -177,13 +149,35 @@
|
|
|
177
149
|
--on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
|
|
178
150
|
--on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
179
151
|
--on-dark-personas-ochre-text-accent: #F4B49B;
|
|
152
|
+
--on-dark-personas-green-text-accent-active: #54CFB0FF;
|
|
153
|
+
--on-dark-personas-ochre-text-accent-active: #F19F7EFF;
|
|
154
|
+
--surface-transparent-accent-minor-active: #0BA88838;
|
|
155
|
+
--inverse-outline-default-hover: #CCCCCCFF;
|
|
156
|
+
--personas-violet-text-accent: #9E32AF;
|
|
157
|
+
--inverse-outline-primary-hover: #ADA39FFF;
|
|
158
|
+
--inverse-personas-sea-blue-text-accent-hover: #000000FF;
|
|
159
|
+
--inverse-personas-blue-text-accent-hover: #1477E1FF;
|
|
160
|
+
--inverse-personas-violet-text-accent-hover: #B740C9FF;
|
|
161
|
+
--inverse-surface-transparent-accent-minor-hover: #0BA88857;
|
|
162
|
+
--on-light-personas-blue-text-accent-hover: #1477E1FF;
|
|
163
|
+
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
164
|
+
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
165
|
+
--personas-blue-text-accent: #79B3F2;
|
|
180
166
|
--personas-sea-blue-text-accent: #00898D;
|
|
181
167
|
--personas-violet-text-accent-hover: #B438C7FF;
|
|
168
|
+
--background-hardline: #000000;
|
|
169
|
+
--on-light-text-primary-brightness-hover: #17171793;
|
|
170
|
+
--inverse-text-primary-brightness-hover: #17171793;
|
|
171
|
+
--surface-solid-primary-brightness-active: #212121FF;
|
|
172
|
+
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
173
|
+
--inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
174
|
+
--inverse-personas-blue-text-accent: #1063BA;
|
|
175
|
+
--personas-blue-text-accent-active: #5DA3EFFF;
|
|
182
176
|
--surface-accent-secondary-active: #59C5ACFF;
|
|
183
177
|
--surface-transparent-accent-minor: #0BA68647;
|
|
184
178
|
--inverse-personas-sea-blue-text-accent: #7BC8C8;
|
|
185
|
-
--
|
|
186
|
-
--
|
|
179
|
+
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
180
|
+
--personas-pink-text-accent: #DE5555;
|
|
187
181
|
--inverse-personas-violet-text-accent: #9E32AF;
|
|
188
182
|
--inverse-surface-transparent-accent-minor: #0BA68647;
|
|
189
183
|
--on-light-personas-blue-text-accent: #1063BA;
|
|
@@ -192,24 +186,29 @@
|
|
|
192
186
|
--inverse-personas-olive-text-accent-active: #179315FF;
|
|
193
187
|
--on-dark-outline-default: #383838;
|
|
194
188
|
--personas-green-text-accent: #038768;
|
|
195
|
-
--personas-blue-text-accent-active: #5DA3EFFF;
|
|
196
189
|
--dark-background-hardline: #000000;
|
|
197
190
|
--on-dark-outline-primary: #3B3735;
|
|
198
|
-
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
199
|
-
--on-light-text-primary-brightness-hover: #17171793;
|
|
200
|
-
--inverse-text-primary-brightness-hover: #17171793;
|
|
201
|
-
--surface-solid-primary-brightness-active: #212121FF;
|
|
202
|
-
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
203
|
-
--inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
204
|
-
--personas-pink-text-accent: #DE5555;
|
|
205
|
-
--personas-blue-text-accent: #79B3F2;
|
|
206
191
|
--on-dark-text-primary-brightness-active: #FAFAFAC4;
|
|
207
192
|
--on-light-text-primary-brightness-active: #171717C4;
|
|
208
193
|
--inverse-text-primary-brightness-active: #171717C4;
|
|
209
194
|
--personas-indigo-text-accent: #BD91F5;
|
|
210
195
|
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
211
196
|
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
212
|
-
--text-
|
|
197
|
+
--personas-pink-text-accent-hover: #E26E6EFF;
|
|
198
|
+
--on-dark-personas-green-text-accent: #6CD5BB;
|
|
199
|
+
--surface-transparent-accent-minor-hover: #0BA88866;
|
|
200
|
+
--on-dark-surface-transparent-navi-active: #2424248A;
|
|
201
|
+
--inverse-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
202
|
+
--inverse-surface-transparent-navi-active: #FFFFFFAD;
|
|
203
|
+
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
204
|
+
--personas-pink-text-accent-active: #D83B3BFF;
|
|
205
|
+
--on-dark-personas-blue-text-accent-active: #5DA3EFFF;
|
|
206
|
+
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
207
|
+
--on-light-outline-default: #FFFFFF;
|
|
208
|
+
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
209
|
+
--on-light-surface-accent-secondary: #41BDA1;
|
|
210
|
+
--on-light-personas-pink-text-accent: #DE5555;
|
|
211
|
+
--inverse-personas-olive-text-accent: #127210;
|
|
213
212
|
--text-paragraph-active: #F5F1EF93;
|
|
214
213
|
--text-accent: #61C8B0;
|
|
215
214
|
--text-accent-hover: #77CFBBFF;
|
|
@@ -238,7 +237,7 @@
|
|
|
238
237
|
--text-tertiary-active: #F5F1EF49;
|
|
239
238
|
--text-primary-brightness: #FAFAFAF5;
|
|
240
239
|
--text-paragraph: #F6F2F07A;
|
|
241
|
-
--
|
|
240
|
+
--text-paragraph-hover: #F5F1EFFF;
|
|
242
241
|
--on-dark-text-paragraph-active: #F5F1EF93;
|
|
243
242
|
--on-dark-text-accent: #61C8B0ED;
|
|
244
243
|
--on-dark-text-accent-hover: #60C7AF8E;
|
|
@@ -268,7 +267,7 @@
|
|
|
268
267
|
--on-dark-text-secondary-active: #F5F1EFC4;
|
|
269
268
|
--on-dark-text-primary-hover: #FFFFFF97;
|
|
270
269
|
--on-dark-text-paragraph: #F6F2F07A;
|
|
271
|
-
--on-
|
|
270
|
+
--on-dark-text-paragraph-hover: #F5F1EFFF;
|
|
272
271
|
--on-light-text-primary-brightness: #171717F5;
|
|
273
272
|
--on-light-text-secondary: #15110FA3;
|
|
274
273
|
--on-light-text-secondary-hover: #15110FFF;
|
|
@@ -292,6 +291,7 @@
|
|
|
292
291
|
--on-light-text-warning-hover: #BC4C0BFF;
|
|
293
292
|
--on-light-text-primary: #15110FFC;
|
|
294
293
|
--on-light-text-primary-hover: #15110F97;
|
|
294
|
+
--on-light-text-primary-active: #15110FCA;
|
|
295
295
|
--inverse-text-primary: #15110FFC;
|
|
296
296
|
--inverse-text-primary-hover: #15110F97;
|
|
297
297
|
--inverse-text-primary-active: #15110FCA;
|
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
--on-light-text-info-hover: #000000FF;
|
|
318
318
|
--on-light-text-info-active: #194B85FF;
|
|
319
319
|
--on-light-text-negative-hover: #E3353BFF;
|
|
320
|
-
--inverse-text-negative-hover: #E3353BFF;
|
|
321
320
|
--inverse-text-negative-active: #AF181DFF;
|
|
322
321
|
--inverse-text-info: #205EA5;
|
|
323
322
|
--inverse-text-info-hover: #000000FF;
|
|
@@ -338,7 +337,7 @@
|
|
|
338
337
|
--inverse-text-warning-hover: #BC4C0BFF;
|
|
339
338
|
--inverse-text-positive-active: #185E17FF;
|
|
340
339
|
--inverse-text-negative: #D11D23;
|
|
341
|
-
--
|
|
340
|
+
--inverse-text-negative-hover: #E3353BFF;
|
|
342
341
|
--surface-transparent-secondary-active: #FFFFFF1A;
|
|
343
342
|
--surface-transparent-tertiary: #FFFFFF3D;
|
|
344
343
|
--surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
@@ -372,7 +371,7 @@
|
|
|
372
371
|
--surface-solid-card-hover: #2E2E2EFF;
|
|
373
372
|
--surface-transparent-primary-active: #FFFFFF0F;
|
|
374
373
|
--surface-transparent-secondary: #FFFFFF29;
|
|
375
|
-
--surface-
|
|
374
|
+
--surface-transparent-secondary-hover: #FFFFFF47;
|
|
376
375
|
--surface-warning-active: #F8A977FF;
|
|
377
376
|
--surface-negative: #F8A6A9;
|
|
378
377
|
--surface-negative-hover: #F9B8BAFF;
|
|
@@ -384,6 +383,9 @@
|
|
|
384
383
|
--surface-positive: #A6D2A2;
|
|
385
384
|
--surface-positive-hover: #B3D9B0FF;
|
|
386
385
|
--surface-warning: #F8AD80;
|
|
386
|
+
--surface-warning-hover: #F9BB94FF;
|
|
387
|
+
--surface-transparent-negative: #F8A6A980;
|
|
388
|
+
--surface-transparent-negative-hover: #F8A5A89E;
|
|
387
389
|
--surface-read-only: #F9F9F905;
|
|
388
390
|
--surface-read-only-hover: #FAFAFA0F;
|
|
389
391
|
--surface-read-only-active: #FAFAFA00;
|
|
@@ -396,7 +398,7 @@
|
|
|
396
398
|
--on-dark-surface-solid-secondary-active: #242424FF;
|
|
397
399
|
--on-dark-surface-solid-tertiary: #474747;
|
|
398
400
|
--on-dark-surface-solid-tertiary-hover: #525252FF;
|
|
399
|
-
--
|
|
401
|
+
--surface-transparent-negative-active: #F8A5A870;
|
|
400
402
|
--on-dark-surface-transparent-secondary-active: #FFFFFF1A;
|
|
401
403
|
--on-dark-surface-transparent-tertiary: #FFFFFF3D;
|
|
402
404
|
--on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
@@ -425,6 +427,7 @@
|
|
|
425
427
|
--on-dark-surface-solid-card-hover: #2E2E2EFF;
|
|
426
428
|
--on-dark-surface-transparent-primary-active: #FFFFFF0F;
|
|
427
429
|
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
430
|
+
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
428
431
|
--on-dark-surface-positive: #A6D2A2;
|
|
429
432
|
--on-dark-surface-positive-hover: #B3D9B0FF;
|
|
430
433
|
--on-dark-surface-positive-active: #9FCF9BFF;
|
|
@@ -452,7 +455,9 @@
|
|
|
452
455
|
--on-light-surface-solid-secondary-active: #FFFFFFFF;
|
|
453
456
|
--on-light-surface-solid-tertiary: #FFFFFF;
|
|
454
457
|
--on-light-surface-solid-tertiary-hover: #FFFFFFFF;
|
|
455
|
-
--on-
|
|
458
|
+
--on-dark-surface-transparent-negative-active: #F8A5A870;
|
|
459
|
+
--on-dark-surface-transparent-negative: #F8A6A980;
|
|
460
|
+
--on-dark-surface-transparent-negative-hover: #F8A5A89E;
|
|
456
461
|
--on-light-surface-transparent-secondary-active: #15110F1F;
|
|
457
462
|
--on-light-surface-transparent-tertiary: #15110F1F;
|
|
458
463
|
--on-light-surface-transparent-tertiary-hover: #15110F2E;
|
|
@@ -481,6 +486,7 @@
|
|
|
481
486
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
482
487
|
--on-light-surface-transparent-primary-active: #15110F0F;
|
|
483
488
|
--on-light-surface-transparent-secondary: #15110F14;
|
|
489
|
+
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
484
490
|
--on-light-surface-positive: #239322;
|
|
485
491
|
--on-light-surface-positive-hover: #28A126FF;
|
|
486
492
|
--on-light-surface-positive-active: #20801EFF;
|
|
@@ -496,6 +502,8 @@
|
|
|
496
502
|
--on-light-surface-transparent-accent-active: #0BA88833;
|
|
497
503
|
--on-light-surface-transparent-accent: #0BA6861F;
|
|
498
504
|
--on-light-surface-transparent-accent-hover: #0BA8882E;
|
|
505
|
+
--on-light-surface-transparent-negative: #E8343929;
|
|
506
|
+
--on-light-surface-transparent-negative-hover: #E9353B38;
|
|
499
507
|
--on-light-surface-read-only: #F9F9F903;
|
|
500
508
|
--on-light-surface-read-only-hover: #FAFAFA05;
|
|
501
509
|
--on-light-surface-read-only-active: #FAFAFA08;
|
|
@@ -506,7 +514,7 @@
|
|
|
506
514
|
--inverse-surface-solid-secondary: #FFFFFF;
|
|
507
515
|
--inverse-surface-solid-secondary-hover: #FFFFFFFF;
|
|
508
516
|
--inverse-surface-solid-secondary-active: #FFFFFFFF;
|
|
509
|
-
--
|
|
517
|
+
--on-light-surface-transparent-negative-active: #E9353B3D;
|
|
510
518
|
--inverse-surface-transparent-secondary-hover: #15110F1A;
|
|
511
519
|
--inverse-surface-transparent-secondary-active: #15110F1F;
|
|
512
520
|
--inverse-surface-transparent-tertiary: #15110F1F;
|
|
@@ -535,6 +543,7 @@
|
|
|
535
543
|
--inverse-surface-transparent-primary: #15110F0A;
|
|
536
544
|
--inverse-surface-transparent-primary-hover: #15110F0D;
|
|
537
545
|
--inverse-surface-transparent-primary-active: #15110F0F;
|
|
546
|
+
--inverse-surface-transparent-secondary: #15110F14;
|
|
538
547
|
--inverse-surface-positive: #239322;
|
|
539
548
|
--inverse-surface-positive-hover: #28A126FF;
|
|
540
549
|
--inverse-surface-positive-active: #20801EFF;
|
|
@@ -553,6 +562,8 @@
|
|
|
553
562
|
--inverse-surface-transparent-accent-hover: #0BA8882E;
|
|
554
563
|
--inverse-surface-transparent-accent-active: #0BA88833;
|
|
555
564
|
--inverse-surface-accent-active: #099579FF;
|
|
565
|
+
--inverse-surface-transparent-negative-active: #E9353B3D;
|
|
566
|
+
--inverse-surface-transparent-negative: #E8343929;
|
|
556
567
|
--inverse-surface-read-only: #F9F9F903;
|
|
557
568
|
--inverse-surface-read-only-hover: #FAFAFA05;
|
|
558
569
|
--inverse-surface-read-only-active: #FAFAFA08;
|
|
@@ -563,7 +574,7 @@
|
|
|
563
574
|
--dark-background-secondary: #0F0F0F;
|
|
564
575
|
--dark-background-tertiary: #141413;
|
|
565
576
|
--light-background-primary: #EBE7E5;
|
|
566
|
-
--
|
|
577
|
+
--inverse-surface-transparent-negative-hover: #E9353B38;
|
|
567
578
|
--inverse-overlay-soft: #0000003D;
|
|
568
579
|
--inverse-overlay-hard: #00000052;
|
|
569
580
|
--outline-transparent-primary: #FFFFFF1F;
|
|
@@ -579,6 +590,7 @@
|
|
|
579
590
|
--on-dark-overlay-hard: #00000029;
|
|
580
591
|
--inverse-background-primary: #EBE7E5;
|
|
581
592
|
--on-light-overlay-soft: #0000003D;
|
|
593
|
+
--on-light-overlay-hard: #00000052;
|
|
582
594
|
--outline-positive: #A6D2A2;
|
|
583
595
|
--outline-positive-hover: #DBEDD9FF;
|
|
584
596
|
--outline-positive-active: #92C88DFF;
|
|
@@ -633,7 +645,6 @@
|
|
|
633
645
|
--inverse-outline-clear: #FFFFFF00;
|
|
634
646
|
--inverse-outline-clear-hover: #FFFFFF00;
|
|
635
647
|
--inverse-outline-clear-active: #FFFFFF00;
|
|
636
|
-
--inverse-outline-warning-hover: #F3813FFF;
|
|
637
648
|
--inverse-outline-warning-active: #A3420AFF;
|
|
638
649
|
--inverse-outline-negative: #E83439;
|
|
639
650
|
--inverse-outline-negative-hover: #F17E82FF;
|
|
@@ -645,6 +656,7 @@
|
|
|
645
656
|
--inverse-outline-positive: #239322;
|
|
646
657
|
--inverse-outline-positive-hover: #32CA2FFF;
|
|
647
658
|
--inverse-outline-warning: #BE4E0C;
|
|
659
|
+
--inverse-outline-warning-hover: #F3813FFF;
|
|
648
660
|
--text-primary-hover: #FFFFFF97;
|
|
649
661
|
--on-dark-surface-solid-default: #F6F2F0;
|
|
650
662
|
--on-light-surface-accent-minor-active: #BFEDE1FF;
|
|
@@ -655,12 +667,7 @@
|
|
|
655
667
|
|
|
656
668
|
:root {
|
|
657
669
|
--on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
658
|
-
--surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
659
|
-
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
660
|
-
--overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
661
670
|
--on-light-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.8) 100.0%);
|
|
662
|
-
--inverse-surface-skeleton-gradient: linear-gradient(180deg, #080808 0.0%, #080808 10.0%, #080808 20.0%, #080808 25.0%, #080808 30.0%, #080808 40.0%, #080808 50.0%, #080808 60.0%, #080808 70.0%, #080808 75.0%, #080808 80.0%, #080808 90.0%, #080808 100.0%);
|
|
663
|
-
--background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
664
671
|
--on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
665
672
|
--inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
666
673
|
--outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.8) 100.0%);
|
|
@@ -671,11 +678,11 @@
|
|
|
671
678
|
--on-dark-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);
|
|
672
679
|
--personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);
|
|
673
680
|
--inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
|
|
674
|
-
--on-light-surface-skeleton-gradient: linear-gradient(
|
|
681
|
+
--on-light-surface-skeleton-gradient: linear-gradient(90deg, #0808080F 0.0%, #0808080C 10.0%, #08080809 20.0%, #08080808 25.0%, #08080806 30.0%, #08080803 40.0%, #08080800 50.0%, #08080803 60.0%, #08080806 70.0%, #08080808 75.0%, #08080809 80.0%, #0808080C 90.0%, #0808080F 100.0%);
|
|
675
682
|
--inverse-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
676
683
|
--dark-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
677
684
|
--on-dark-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
|
|
678
|
-
--on-dark-surface-skeleton-gradient: linear-gradient(
|
|
685
|
+
--on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);
|
|
679
686
|
--inverse-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
680
687
|
--inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
681
688
|
--personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
|
|
@@ -683,9 +690,12 @@
|
|
|
683
690
|
--inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
684
691
|
--on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
|
|
685
692
|
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
693
|
+
--surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);
|
|
694
|
+
--overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
686
695
|
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
687
|
-
--
|
|
688
|
-
--personas-
|
|
696
|
+
--background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
697
|
+
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
698
|
+
--inverse-surface-skeleton-gradient: linear-gradient(90deg, #0808080F 0.0%, #0808080C 10.0%, #08080809 20.0%, #08080808 25.0%, #08080806 30.0%, #08080803 40.0%, #08080800 50.0%, #08080803 60.0%, #08080806 70.0%, #08080808 75.0%, #08080809 80.0%, #0808080C 90.0%, #0808080F 100.0%);
|
|
689
699
|
--on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
690
700
|
--surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
691
701
|
--inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);
|
|
@@ -704,17 +714,19 @@
|
|
|
704
714
|
--on-dark-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
|
|
705
715
|
--on-dark-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);
|
|
706
716
|
--personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
|
|
717
|
+
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
707
718
|
--text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
|
|
708
|
-
--on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
|
|
709
719
|
--on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
710
720
|
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
|
|
711
721
|
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
712
722
|
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
723
|
+
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
724
|
+
--on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
|
|
713
725
|
--surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
714
726
|
--surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
|
|
715
727
|
--on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
716
728
|
--on-dark-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
|
|
717
|
-
--on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192)
|
|
729
|
+
--on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
718
730
|
--on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
719
731
|
--inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
720
732
|
--inverse-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
@@ -722,24 +734,23 @@
|
|
|
722
734
|
|
|
723
735
|
:root {
|
|
724
736
|
--shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
|
|
725
|
-
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
726
737
|
--shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
|
|
727
738
|
--shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
|
|
739
|
+
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
728
740
|
--shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
|
|
729
741
|
--shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
|
|
730
|
-
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
731
742
|
--shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
732
743
|
--shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
|
|
733
744
|
--shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
|
|
734
745
|
--shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
735
746
|
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
747
|
+
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
736
748
|
}
|
|
737
749
|
|
|
738
750
|
:root {
|
|
739
751
|
--border-radius-4xl: 2rem;
|
|
740
|
-
--border-radius-3xl: 1.75rem;
|
|
741
752
|
--border-radius-5xl: 2.5rem;
|
|
742
|
-
--border-radius-
|
|
753
|
+
--border-radius-3xl: 1.75rem;
|
|
743
754
|
--border-radius-xxs: 0.25rem;
|
|
744
755
|
--border-radius-xs: 0.375rem;
|
|
745
756
|
--border-radius-xxl: 1.5rem;
|
|
@@ -747,11 +758,11 @@
|
|
|
747
758
|
--border-radius-xl: 1.25rem;
|
|
748
759
|
--border-radius-circle: 100rem;
|
|
749
760
|
--border-radius-m: 0.75rem;
|
|
761
|
+
--border-radius-l: 1rem;
|
|
750
762
|
}
|
|
751
763
|
|
|
752
764
|
:root {
|
|
753
765
|
--spacing-16x: 2rem;
|
|
754
|
-
--spacing-8x: 1rem;
|
|
755
766
|
--spacing-10x: 1.25rem;
|
|
756
767
|
--spacing-12x: 1.5rem;
|
|
757
768
|
--spacing-20x: 2.5rem;
|
|
@@ -765,6 +776,7 @@
|
|
|
765
776
|
--spacing-1x: 0.125rem;
|
|
766
777
|
--spacing-3x: 0.375rem;
|
|
767
778
|
--spacing-6x: 0.75rem;
|
|
779
|
+
--spacing-8x: 1rem;
|
|
768
780
|
}
|
|
769
781
|
|
|
770
782
|
:root {
|
|
@@ -1126,9 +1138,6 @@
|
|
|
1126
1138
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
1127
1139
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1128
1140
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
1129
|
-
--plasma-typo-text-m-font-size: 1rem;
|
|
1130
|
-
--plasma-typo-text-m-font-weight: 400;
|
|
1131
|
-
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1132
1141
|
--plasma-typo-text-m-bold-font-size: 1rem;
|
|
1133
1142
|
--plasma-typo-text-m-bold-font-weight: 600;
|
|
1134
1143
|
--plasma-typo-text-m-bold-line-height: 1.5rem;
|
|
@@ -1153,6 +1162,9 @@
|
|
|
1153
1162
|
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
1154
1163
|
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
1155
1164
|
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
1165
|
+
--plasma-typo-text-m-font-size: 1rem;
|
|
1166
|
+
--plasma-typo-text-m-font-weight: 400;
|
|
1167
|
+
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1156
1168
|
--plasma-typo-text-l-font-size: 1.25rem;
|
|
1157
1169
|
--plasma-typo-text-l-font-weight: 400;
|
|
1158
1170
|
--plasma-typo-text-l-line-height: 1.75rem;
|
|
@@ -1167,15 +1179,30 @@
|
|
|
1167
1179
|
|
|
1168
1180
|
@media (min-width: 960px) {
|
|
1169
1181
|
:root {
|
|
1170
|
-
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1171
|
-
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1172
|
-
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1173
1182
|
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
1174
1183
|
--plasma-typo-dspl-s-font-weight: 400;
|
|
1175
1184
|
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
1176
1185
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
1177
1186
|
--plasma-typo-dspl-s-bold-font-weight: 700;
|
|
1178
1187
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
1188
|
+
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1189
|
+
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1190
|
+
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1191
|
+
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1192
|
+
--plasma-typo-h4-bold-font-weight: 700;
|
|
1193
|
+
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
1194
|
+
--plasma-typo-h4-medium-font-size: 1rem;
|
|
1195
|
+
--plasma-typo-h4-medium-font-weight: 500;
|
|
1196
|
+
--plasma-typo-h4-medium-line-height: 1.25rem;
|
|
1197
|
+
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1198
|
+
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1199
|
+
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
1200
|
+
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1201
|
+
--plasma-typo-body-s-font-weight: 400;
|
|
1202
|
+
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1203
|
+
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1204
|
+
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1205
|
+
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1179
1206
|
--plasma-typo-body-l-font-size: 1.125rem;
|
|
1180
1207
|
--plasma-typo-body-l-font-weight: 400;
|
|
1181
1208
|
--plasma-typo-body-l-line-height: 1.375rem;
|
|
@@ -1221,21 +1248,6 @@
|
|
|
1221
1248
|
--plasma-typo-h4-font-size: 1.25rem;
|
|
1222
1249
|
--plasma-typo-h4-font-weight: 400;
|
|
1223
1250
|
--plasma-typo-h4-line-height: 1.625rem;
|
|
1224
|
-
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1225
|
-
--plasma-typo-h4-bold-font-weight: 700;
|
|
1226
|
-
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
1227
|
-
--plasma-typo-h4-medium-font-size: 1rem;
|
|
1228
|
-
--plasma-typo-h4-medium-font-weight: 500;
|
|
1229
|
-
--plasma-typo-h4-medium-line-height: 1.25rem;
|
|
1230
|
-
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1231
|
-
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1232
|
-
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
1233
|
-
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1234
|
-
--plasma-typo-body-s-font-weight: 400;
|
|
1235
|
-
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1236
|
-
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1237
|
-
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1238
|
-
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1239
1251
|
--plasma-typo-text-l-font-size: 1.5rem;
|
|
1240
1252
|
--plasma-typo-text-l-font-weight: 400;
|
|
1241
1253
|
--plasma-typo-text-l-line-height: 2rem;
|