@salutejs-ds/sdds_sbcom 0.1.11 → 0.1.13
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 +4 -4
- 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 +4 -4
- package/components/Checkbox/Checkbox.config.d.ts +3 -3
- 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 +3 -3
- package/components/Counter/Counter.config.d.ts +2 -2
- package/components/Counter/Counter.config.js +7 -7
- package/components/Counter/Counter.config.js.map +1 -1
- package/components/Counter/Counter.config_ebr9b5.css +11 -0
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +2 -2
- 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 +2 -2
- package/components/Link/Link.config.js +6 -6
- 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 +2 -2
- 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 +185 -177
- package/css/sdds_sbcom__dark.css +120 -116
- package/css/sdds_sbcom__light.css +120 -116
- 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 +7 -7
- package/es/components/Counter/Counter.config.js.map +1 -1
- package/es/components/Counter/Counter.config_ebr9b5.css +11 -0
- 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 +6 -6
- 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 +227 -215
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +4 -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 +5 -5
- 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 +6 -6
- package/styled-components/es/Button/Button.config.js +9 -9
- package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
- 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 +6 -6
- 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 +167 -159
- package/theme/tokens/index.js +230 -214
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_1hraf1c.css +0 -10
- package/components/Checkbox/Checkbox.config_eljryy.css +0 -6
- package/components/Counter/Counter.config_1v7pqtf.css +0 -11
- package/components/IconButton/IconButton.config_16whlcu.css +0 -9
- package/components/Link/Link.config_16czjeg.css +0 -8
- package/components/Radiobox/Radiobox.config_1x0ncs8.css +0 -6
- package/es/components/Button/Button.config_1hraf1c.css +0 -10
- package/es/components/Checkbox/Checkbox.config_eljryy.css +0 -6
- package/es/components/Counter/Counter.config_1v7pqtf.css +0 -11
- package/es/components/IconButton/IconButton.config_16whlcu.css +0 -9
- package/es/components/Link/Link.config_16czjeg.css +0 -8
- package/es/components/Radiobox/Radiobox.config_1x0ncs8.css +0 -6
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
--on-dark-personas-green-text-accent: #6CD5BB;
|
|
5
|
-
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
6
5
|
--surface-transparent-accent-minor-hover: #0BA8884D;
|
|
7
6
|
--on-light-outline-primary-hover: #ADA39FFF;
|
|
8
7
|
--inverse-outline-default-active: #292929FF;
|
|
@@ -17,7 +16,7 @@
|
|
|
17
16
|
--personas-sea-blue-text-accent-hover: #000000FF;
|
|
18
17
|
--inverse-surface-accent-secondary-hover: #70CDB7FF;
|
|
19
18
|
--on-light-surface-accent-secondary-active: #3CAF94FF;
|
|
20
|
-
--surface-transparent-navi-active: #
|
|
19
|
+
--surface-transparent-navi-active: #FFFFFFAD;
|
|
21
20
|
--on-light-surface-transparent-accent-minor-active: #0BA88852;
|
|
22
21
|
--on-light-personas-green-text-accent-active: #04AF87FF;
|
|
23
22
|
--outline-default-active: #6B6B6BFF;
|
|
@@ -29,12 +28,10 @@
|
|
|
29
28
|
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
30
29
|
--on-light-personas-violet-text-accent-active: #81288FFF;
|
|
31
30
|
--on-light-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
32
|
-
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
33
31
|
--on-dark-surface-accent-secondary-hover: #70CDB7FF;
|
|
34
32
|
--inverse-personas-green-text-accent-hover: #04C396FF;
|
|
35
33
|
--on-light-personas-pink-text-accent-hover: #E47777FF;
|
|
36
34
|
--surface-accent-secondary-hover: #50C3A8FF;
|
|
37
|
-
--personas-pink-text-accent-hover: #FBCBCBFF;
|
|
38
35
|
--personas-pink-text-accent-active: #F48080FF;
|
|
39
36
|
--personas-indigo-text-accent-hover: #000000FF;
|
|
40
37
|
--on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
@@ -52,17 +49,17 @@
|
|
|
52
49
|
--inverse-background-hardline: #FFFFFF;
|
|
53
50
|
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
54
51
|
--on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
|
|
55
|
-
--surface-transparent-navi: #
|
|
52
|
+
--surface-transparent-navi: #FFFFFF99;
|
|
56
53
|
--on-light-surface-accent-secondary: #41BDA1;
|
|
57
54
|
--personas-violet-text-accent-active: #D679E6FF;
|
|
58
55
|
--personas-blue-text-accent-hover: #1477E1FF;
|
|
59
56
|
--outline-default: #383838;
|
|
60
57
|
--text-primary-brightness-active: #171717C4;
|
|
61
|
-
--surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
62
|
-
--surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
63
58
|
--surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
59
|
+
--surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
64
60
|
--surface-solid-card-brightness-active: #FFFFFFFF;
|
|
65
61
|
--surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
62
|
+
--surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
66
63
|
--on-dark-surface-solid-primary-brightness-active: #212121FF;
|
|
67
64
|
--on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
68
65
|
--on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
@@ -91,7 +88,6 @@
|
|
|
91
88
|
--inverse-surface-solid-primary-brightness-hover: #303030FF;
|
|
92
89
|
--inverse-surface-solid-primary-brightness-active: #212121FF;
|
|
93
90
|
--inverse-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
94
|
-
--on-light-outline-warning-active: #A3420AFF;
|
|
95
91
|
--on-light-personas-violet-text-accent: #9E32AF;
|
|
96
92
|
--on-light-personas-ochre-text-accent: #D15A11;
|
|
97
93
|
--on-dark-personas-indigo-text-accent: #BD91F5;
|
|
@@ -105,24 +101,21 @@
|
|
|
105
101
|
--inverse-surface-solid-tertiary: #474747;
|
|
106
102
|
--on-light-surface-accent-minor: #D0F2E9;
|
|
107
103
|
--inverse-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
108
|
-
--on-light-
|
|
104
|
+
--on-light-outline-warning-active: #A3420AFF;
|
|
109
105
|
--inverse-surface-accent-minor: #04473B;
|
|
110
106
|
--inverse-surface-solid-card-brightness-active: #212121FF;
|
|
111
107
|
--on-dark-surface-accent-minor-hover: #055C4CFF;
|
|
112
|
-
--on-
|
|
113
|
-
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
108
|
+
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
114
109
|
--on-dark-personas-blue-text-accent: #79B3F2;
|
|
115
110
|
--on-light-personas-indigo-text-accent: #7133BE;
|
|
116
111
|
--on-light-personas-sea-blue-text-accent: #00898D;
|
|
117
112
|
--inverse-personas-olive-text-accent: #93CB92;
|
|
118
113
|
--personas-ochre-text-accent: #D15A11;
|
|
119
114
|
--on-dark-surface-transparent-accent-minor: #0BA68647;
|
|
120
|
-
--on-
|
|
115
|
+
--on-dark-personas-violet-text-accent: #E19DED;
|
|
116
|
+
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
121
117
|
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
122
118
|
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
123
|
-
--on-light-outline-primary-active: #C4BEBAFF;
|
|
124
|
-
--inverse-personas-blue-text-accent-active: #5DA3EFFF;
|
|
125
|
-
--inverse-surface-transparent-accent-minor-active: #0BA8882E;
|
|
126
119
|
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
127
120
|
--on-light-outline-default-active: #E6E6E6FF;
|
|
128
121
|
--personas-green-text-accent-active: #4CCDACFF;
|
|
@@ -149,20 +142,18 @@
|
|
|
149
142
|
--on-light-personas-green-text-accent: #038768;
|
|
150
143
|
--text-primary-brightness-hover: #17171793;
|
|
151
144
|
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
152
|
-
--
|
|
153
|
-
--on-
|
|
154
|
-
--
|
|
155
|
-
--surface-transparent-accent-minor-active: #
|
|
156
|
-
--inverse-outline-default-hover: #666666FF;
|
|
145
|
+
--on-light-text-warning-active: #6F2D06FF;
|
|
146
|
+
--on-light-outline-primary-active: #C4BEBAFF;
|
|
147
|
+
--inverse-personas-blue-text-accent-active: #5DA3EFFF;
|
|
148
|
+
--inverse-surface-transparent-accent-minor-active: #0BA8882E;
|
|
157
149
|
--inverse-personas-sea-blue-text-accent-hover: #00C5CCFF;
|
|
158
150
|
--inverse-personas-blue-text-accent-hover: #C3DDF9FF;
|
|
159
151
|
--inverse-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
160
152
|
--inverse-surface-transparent-accent-minor-hover: #0BA8885C;
|
|
161
153
|
--on-light-personas-blue-text-accent-hover: #1477E1FF;
|
|
162
154
|
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
163
|
-
--inverse-outline-primary-hover: #6B6461FF;
|
|
164
155
|
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
165
|
-
--surface-transparent-navi-hover: #
|
|
156
|
+
--surface-transparent-navi-hover: #FFFFFFA8;
|
|
166
157
|
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
167
158
|
--on-light-personas-green-text-accent-hover: #04D7A6FF;
|
|
168
159
|
--outline-default-hover: #B3B3B3FF;
|
|
@@ -179,9 +170,25 @@
|
|
|
179
170
|
--on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
|
|
180
171
|
--on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
181
172
|
--on-dark-personas-ochre-text-accent: #F4B49B;
|
|
173
|
+
--on-dark-personas-green-text-accent-active: #54CFB0FF;
|
|
174
|
+
--on-dark-personas-ochre-text-accent-active: #F19F7EFF;
|
|
175
|
+
--surface-transparent-accent-minor-active: #0BA88852;
|
|
176
|
+
--inverse-outline-default-hover: #666666FF;
|
|
177
|
+
--personas-violet-text-accent: #E19DED;
|
|
178
|
+
--inverse-outline-primary-hover: #6B6461FF;
|
|
182
179
|
--surface-accent-secondary-active: #3CAF94FF;
|
|
183
180
|
--surface-transparent-accent-minor: #0BA6863D;
|
|
184
181
|
--inverse-personas-sea-blue-text-accent: #00898D;
|
|
182
|
+
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
183
|
+
--on-light-text-primary-brightness-hover: #17171793;
|
|
184
|
+
--inverse-text-primary-brightness-hover: #FAFAFA93;
|
|
185
|
+
--surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
186
|
+
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
187
|
+
--inverse-surface-solid-card-brightness-hover: #303030FF;
|
|
188
|
+
--personas-pink-text-accent: #F7A4A4;
|
|
189
|
+
--personas-blue-text-accent: #1063BA;
|
|
190
|
+
--personas-sea-blue-text-accent: #7BC8C8;
|
|
191
|
+
--personas-violet-text-accent-hover: #EBBEF3FF;
|
|
185
192
|
--background-hardline: #FFFFFF;
|
|
186
193
|
--inverse-personas-blue-text-accent: #79B3F2;
|
|
187
194
|
--inverse-personas-violet-text-accent: #E19DED;
|
|
@@ -192,25 +199,16 @@
|
|
|
192
199
|
--inverse-personas-olive-text-accent-active: #7DC07CFF;
|
|
193
200
|
--on-dark-outline-default: #383838;
|
|
194
201
|
--personas-green-text-accent: #6CD5BB;
|
|
195
|
-
--personas-sea-blue-text-accent: #7BC8C8;
|
|
196
|
-
--personas-violet-text-accent-hover: #EBBEF3FF;
|
|
197
202
|
--personas-blue-text-accent-active: #0D4F96FF;
|
|
198
203
|
--dark-background-hardline: #000000;
|
|
199
204
|
--on-dark-outline-primary: #3B3735;
|
|
200
|
-
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
201
|
-
--on-light-text-primary-brightness-hover: #17171793;
|
|
202
|
-
--inverse-text-primary-brightness-hover: #FAFAFA93;
|
|
203
|
-
--surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
204
|
-
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
205
|
-
--inverse-surface-solid-card-brightness-hover: #303030FF;
|
|
206
|
-
--personas-pink-text-accent: #F7A4A4;
|
|
207
|
-
--personas-blue-text-accent: #1063BA;
|
|
208
205
|
--on-dark-text-primary-brightness-active: #FAFAFAC4;
|
|
209
206
|
--on-light-text-primary-brightness-active: #171717C4;
|
|
210
207
|
--inverse-text-primary-brightness-active: #FAFAFAC4;
|
|
211
208
|
--personas-indigo-text-accent: #7133BE;
|
|
212
|
-
--text-
|
|
213
|
-
--text-
|
|
209
|
+
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
210
|
+
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
211
|
+
--personas-pink-text-accent-hover: #FBCBCBFF;
|
|
214
212
|
--text-paragraph-active: #15110F7A;
|
|
215
213
|
--text-accent: #0A8E73;
|
|
216
214
|
--text-accent-hover: #0DB593FF;
|
|
@@ -238,8 +236,8 @@
|
|
|
238
236
|
--text-tertiary-hover: #15110FFF;
|
|
239
237
|
--text-tertiary-active: #15110F49;
|
|
240
238
|
--text-primary-brightness: #171717F5;
|
|
241
|
-
--
|
|
242
|
-
--
|
|
239
|
+
--text-paragraph: #15110F66;
|
|
240
|
+
--text-paragraph-hover: #15110FFF;
|
|
243
241
|
--on-dark-text-paragraph-active: #F5F1EF93;
|
|
244
242
|
--on-dark-text-accent: #61C8B0;
|
|
245
243
|
--on-dark-text-accent-hover: #77CFBBFF;
|
|
@@ -268,8 +266,8 @@
|
|
|
268
266
|
--on-dark-text-tertiary-hover: #F5F1EFFF;
|
|
269
267
|
--on-dark-text-secondary-active: #F5F1EFC4;
|
|
270
268
|
--on-dark-text-primary-hover: #FFFFFF97;
|
|
271
|
-
--on-
|
|
272
|
-
--on-
|
|
269
|
+
--on-dark-text-paragraph: #F6F2F07A;
|
|
270
|
+
--on-dark-text-paragraph-hover: #F5F1EFFF;
|
|
273
271
|
--on-light-text-primary-brightness: #171717F5;
|
|
274
272
|
--on-light-text-secondary: #15110FA3;
|
|
275
273
|
--on-light-text-secondary-hover: #15110FFF;
|
|
@@ -292,6 +290,8 @@
|
|
|
292
290
|
--on-light-text-warning: #973C09;
|
|
293
291
|
--on-light-text-warning-hover: #BC4C0BFF;
|
|
294
292
|
--on-light-text-primary: #15110FFC;
|
|
293
|
+
--on-light-text-primary-hover: #15110F97;
|
|
294
|
+
--on-light-text-primary-active: #15110FCA;
|
|
295
295
|
--inverse-text-primary: #FFFFFFFC;
|
|
296
296
|
--inverse-text-primary-hover: #FFFFFF97;
|
|
297
297
|
--inverse-text-primary-active: #FFFFFFCA;
|
|
@@ -317,8 +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: #F57E83;
|
|
321
|
-
--inverse-text-negative-hover: #F89BA0FF;
|
|
322
320
|
--inverse-text-negative-active: #F3626AFF;
|
|
323
321
|
--inverse-text-info: #70B2F5;
|
|
324
322
|
--inverse-text-info-hover: #BCDBFAFF;
|
|
@@ -338,8 +336,8 @@
|
|
|
338
336
|
--inverse-text-warning: #DA6828;
|
|
339
337
|
--inverse-text-warning-hover: #DF7D43FF;
|
|
340
338
|
--inverse-text-positive-active: #469442FF;
|
|
341
|
-
--
|
|
342
|
-
--
|
|
339
|
+
--inverse-text-negative: #F57E83;
|
|
340
|
+
--inverse-text-negative-hover: #F89BA0FF;
|
|
343
341
|
--surface-transparent-secondary-active: #15110F1F;
|
|
344
342
|
--surface-transparent-tertiary: #15110F1F;
|
|
345
343
|
--surface-transparent-tertiary-hover: #15110F2E;
|
|
@@ -372,8 +370,8 @@
|
|
|
372
370
|
--surface-solid-default-active: #090706FF;
|
|
373
371
|
--surface-solid-card-hover: #FFFFFFFF;
|
|
374
372
|
--surface-transparent-primary-active: #15110F0F;
|
|
375
|
-
--surface-
|
|
376
|
-
--surface-
|
|
373
|
+
--surface-transparent-secondary: #15110F14;
|
|
374
|
+
--surface-transparent-secondary-hover: #15110F1A;
|
|
377
375
|
--surface-warning-active: #AD460BFF;
|
|
378
376
|
--surface-negative: #E83439;
|
|
379
377
|
--surface-negative-hover: #EC5156FF;
|
|
@@ -384,6 +382,9 @@
|
|
|
384
382
|
--surface-positive-active: #20801EFF;
|
|
385
383
|
--surface-positive: #239322;
|
|
386
384
|
--surface-positive-hover: #28A126FF;
|
|
385
|
+
--surface-warning: #BE4E0C;
|
|
386
|
+
--surface-warning-hover: #D3560DFF;
|
|
387
|
+
--surface-transparent-negative: #E8343929;
|
|
387
388
|
--surface-read-only: #F9F9F903;
|
|
388
389
|
--surface-read-only-hover: #FAFAFA05;
|
|
389
390
|
--surface-read-only-active: #FAFAFA08;
|
|
@@ -396,8 +397,6 @@
|
|
|
396
397
|
--on-dark-surface-solid-secondary-active: #242424FF;
|
|
397
398
|
--on-dark-surface-solid-tertiary: #474747;
|
|
398
399
|
--on-dark-surface-solid-tertiary-hover: #525252FF;
|
|
399
|
-
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
400
|
-
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
401
400
|
--on-dark-surface-transparent-secondary-active: #FFFFFF1A;
|
|
402
401
|
--on-dark-surface-transparent-tertiary: #FFFFFF3D;
|
|
403
402
|
--on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
@@ -425,6 +424,8 @@
|
|
|
425
424
|
--on-dark-surface-transparent-primary-hover: #FFFFFF24;
|
|
426
425
|
--on-dark-surface-solid-card-hover: #2E2E2EFF;
|
|
427
426
|
--on-dark-surface-transparent-primary-active: #FFFFFF0F;
|
|
427
|
+
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
428
|
+
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
428
429
|
--on-dark-surface-positive: #A6D2A2;
|
|
429
430
|
--on-dark-surface-positive-hover: #B3D9B0FF;
|
|
430
431
|
--on-dark-surface-positive-active: #9FCF9BFF;
|
|
@@ -452,8 +453,7 @@
|
|
|
452
453
|
--on-light-surface-solid-secondary-active: #FFFFFFFF;
|
|
453
454
|
--on-light-surface-solid-tertiary: #FFFFFF;
|
|
454
455
|
--on-light-surface-solid-tertiary-hover: #FFFFFFFF;
|
|
455
|
-
--on-
|
|
456
|
-
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
456
|
+
--on-dark-surface-transparent-negative: #F8A6A980;
|
|
457
457
|
--on-light-surface-transparent-secondary-active: #15110F1F;
|
|
458
458
|
--on-light-surface-transparent-tertiary: #15110F1F;
|
|
459
459
|
--on-light-surface-transparent-tertiary-hover: #15110F2E;
|
|
@@ -481,6 +481,8 @@
|
|
|
481
481
|
--on-light-surface-solid-default-active: #090706FF;
|
|
482
482
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
483
483
|
--on-light-surface-transparent-primary-active: #15110F0F;
|
|
484
|
+
--on-light-surface-transparent-secondary: #15110F14;
|
|
485
|
+
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
484
486
|
--on-light-surface-positive: #239322;
|
|
485
487
|
--on-light-surface-positive-hover: #28A126FF;
|
|
486
488
|
--on-light-surface-positive-active: #20801EFF;
|
|
@@ -496,6 +498,7 @@
|
|
|
496
498
|
--on-light-surface-transparent-accent-active: #0BA88833;
|
|
497
499
|
--on-light-surface-transparent-accent: #0BA6861F;
|
|
498
500
|
--on-light-surface-transparent-accent-hover: #0BA8882E;
|
|
501
|
+
--on-light-surface-transparent-negative: #E8343929;
|
|
499
502
|
--on-light-surface-read-only: #F9F9F903;
|
|
500
503
|
--on-light-surface-read-only-hover: #FAFAFA05;
|
|
501
504
|
--on-light-surface-read-only-active: #FAFAFA08;
|
|
@@ -506,8 +509,6 @@
|
|
|
506
509
|
--inverse-surface-solid-secondary: #292929;
|
|
507
510
|
--inverse-surface-solid-secondary-hover: #333333FF;
|
|
508
511
|
--inverse-surface-solid-secondary-active: #242424FF;
|
|
509
|
-
--inverse-surface-transparent-primary-active: #FFFFFF0F;
|
|
510
|
-
--inverse-surface-transparent-secondary: #FFFFFF29;
|
|
511
512
|
--inverse-surface-transparent-secondary-hover: #FFFFFF47;
|
|
512
513
|
--inverse-surface-transparent-secondary-active: #FFFFFF1A;
|
|
513
514
|
--inverse-surface-transparent-tertiary: #FFFFFF3D;
|
|
@@ -535,6 +536,8 @@
|
|
|
535
536
|
--inverse-surface-solid-default: #F6F2F0;
|
|
536
537
|
--inverse-surface-transparent-primary: #FFFFFF14;
|
|
537
538
|
--inverse-surface-transparent-primary-hover: #FFFFFF24;
|
|
539
|
+
--inverse-surface-transparent-primary-active: #FFFFFF0F;
|
|
540
|
+
--inverse-surface-transparent-secondary: #FFFFFF29;
|
|
538
541
|
--inverse-surface-positive: #A6D2A2;
|
|
539
542
|
--inverse-surface-positive-hover: #B3D9B0FF;
|
|
540
543
|
--inverse-surface-positive-active: #9FCF9BFF;
|
|
@@ -553,6 +556,7 @@
|
|
|
553
556
|
--inverse-surface-transparent-accent-hover: #0BA88852;
|
|
554
557
|
--inverse-surface-transparent-accent-active: #0BA88824;
|
|
555
558
|
--inverse-surface-accent-active: #0A9E81FF;
|
|
559
|
+
--inverse-surface-transparent-negative: #F8A6A980;
|
|
556
560
|
--inverse-surface-read-only: #F9F9F905;
|
|
557
561
|
--inverse-surface-read-only-hover: #FAFAFA0F;
|
|
558
562
|
--inverse-surface-read-only-active: #FAFAFA00;
|
|
@@ -563,8 +567,6 @@
|
|
|
563
567
|
--dark-background-secondary: #0F0F0F;
|
|
564
568
|
--dark-background-tertiary: #141413;
|
|
565
569
|
--light-background-primary: #EBE7E5;
|
|
566
|
-
--on-light-overlay-soft: #0000003D;
|
|
567
|
-
--on-light-overlay-hard: #00000052;
|
|
568
570
|
--inverse-overlay-soft: #0000001F;
|
|
569
571
|
--inverse-overlay-hard: #00000029;
|
|
570
572
|
--outline-transparent-primary: #15110F3D;
|
|
@@ -579,6 +581,8 @@
|
|
|
579
581
|
--on-dark-overlay-soft: #0000001F;
|
|
580
582
|
--on-dark-overlay-hard: #00000029;
|
|
581
583
|
--inverse-background-primary: #141413;
|
|
584
|
+
--on-light-overlay-soft: #0000003D;
|
|
585
|
+
--on-light-overlay-hard: #00000052;
|
|
582
586
|
--outline-positive: #239322;
|
|
583
587
|
--outline-positive-hover: #32CA2FFF;
|
|
584
588
|
--outline-positive-active: #20801EFF;
|
|
@@ -633,8 +637,6 @@
|
|
|
633
637
|
--inverse-outline-clear: #FFFFFF00;
|
|
634
638
|
--inverse-outline-clear-hover: #FFFFFF00;
|
|
635
639
|
--inverse-outline-clear-active: #FFFFFF00;
|
|
636
|
-
--inverse-outline-warning: #F8AD80;
|
|
637
|
-
--inverse-outline-warning-hover: #FCE0CFFF;
|
|
638
640
|
--inverse-outline-warning-active: #F79C64FF;
|
|
639
641
|
--inverse-outline-negative: #F8A6A9;
|
|
640
642
|
--inverse-outline-negative-hover: #F25A5FFF;
|
|
@@ -645,6 +647,8 @@
|
|
|
645
647
|
--inverse-outline-positive-active: #92C88DFF;
|
|
646
648
|
--inverse-outline-positive: #A6D2A2;
|
|
647
649
|
--inverse-outline-positive-hover: #DBEDD9FF;
|
|
650
|
+
--inverse-outline-warning: #F8AD80;
|
|
651
|
+
--inverse-outline-warning-hover: #FCE0CFFF;
|
|
648
652
|
--text-primary-hover: #15110F97;
|
|
649
653
|
--on-dark-surface-solid-default: #F6F2F0;
|
|
650
654
|
--on-light-surface-accent-minor-active: #BFEDE1FF;
|
|
@@ -655,13 +659,9 @@
|
|
|
655
659
|
|
|
656
660
|
:root {
|
|
657
661
|
--on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
658
|
-
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
659
|
-
--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%);
|
|
660
662
|
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
661
|
-
--overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
662
663
|
--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%);
|
|
663
664
|
--inverse-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
664
|
-
--background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
665
665
|
--on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
666
666
|
--inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
667
667
|
--outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.6) 100.0%);
|
|
@@ -679,13 +679,15 @@
|
|
|
679
679
|
--on-dark-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
680
680
|
--inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
681
681
|
--inverse-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
682
|
-
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
683
682
|
--personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
684
683
|
--on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
|
|
685
684
|
--inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
686
685
|
--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%);
|
|
687
|
-
--
|
|
688
|
-
--
|
|
686
|
+
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
687
|
+
--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%);
|
|
688
|
+
--overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
689
|
+
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
690
|
+
--background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
689
691
|
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
690
692
|
--on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
691
693
|
--surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
@@ -710,6 +712,8 @@
|
|
|
710
712
|
--on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
711
713
|
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
712
714
|
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
715
|
+
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
716
|
+
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
713
717
|
--surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
714
718
|
--surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
715
719
|
--on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
@@ -722,37 +726,35 @@
|
|
|
722
726
|
|
|
723
727
|
:root {
|
|
724
728
|
--shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
|
|
729
|
+
--shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
|
|
725
730
|
--shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
|
|
726
731
|
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
727
|
-
--shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
|
|
728
732
|
--shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
|
|
729
733
|
--shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
|
|
730
|
-
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
731
|
-
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
732
734
|
--shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
733
735
|
--shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
|
|
734
736
|
--shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
|
|
735
737
|
--shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
738
|
+
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
739
|
+
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
736
740
|
}
|
|
737
741
|
|
|
738
742
|
:root {
|
|
739
743
|
--border-radius-4xl: 2rem;
|
|
740
744
|
--border-radius-5xl: 2.5rem;
|
|
741
745
|
--border-radius-3xl: 1.75rem;
|
|
742
|
-
--border-radius-m: 0.75rem;
|
|
743
|
-
--border-radius-l: 1rem;
|
|
744
746
|
--border-radius-xxs: 0.25rem;
|
|
745
747
|
--border-radius-xs: 0.375rem;
|
|
746
748
|
--border-radius-xxl: 1.5rem;
|
|
747
749
|
--border-radius-s: 0.5rem;
|
|
748
750
|
--border-radius-xl: 1.25rem;
|
|
749
751
|
--border-radius-circle: 100rem;
|
|
752
|
+
--border-radius-m: 0.75rem;
|
|
753
|
+
--border-radius-l: 1rem;
|
|
750
754
|
}
|
|
751
755
|
|
|
752
756
|
:root {
|
|
753
757
|
--spacing-16x: 2rem;
|
|
754
|
-
--spacing-6x: 0.75rem;
|
|
755
|
-
--spacing-8x: 1rem;
|
|
756
758
|
--spacing-10x: 1.25rem;
|
|
757
759
|
--spacing-12x: 1.5rem;
|
|
758
760
|
--spacing-20x: 2.5rem;
|
|
@@ -765,6 +767,8 @@
|
|
|
765
767
|
--spacing-0x: 0rem;
|
|
766
768
|
--spacing-1x: 0.125rem;
|
|
767
769
|
--spacing-3x: 0.375rem;
|
|
770
|
+
--spacing-6x: 0.75rem;
|
|
771
|
+
--spacing-8x: 1rem;
|
|
768
772
|
}
|
|
769
773
|
|
|
770
774
|
:root {
|
|
@@ -829,6 +833,15 @@
|
|
|
829
833
|
--plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
|
|
830
834
|
--plasma-typo-body-l-bold-letter-spacing: normal;
|
|
831
835
|
--plasma-typo-body-l-bold-font-style: normal;
|
|
836
|
+
--plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
|
|
837
|
+
--plasma-typo-body-s-bold-letter-spacing: normal;
|
|
838
|
+
--plasma-typo-body-s-bold-font-style: normal;
|
|
839
|
+
--plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
|
|
840
|
+
--plasma-typo-body-l-medium-letter-spacing: normal;
|
|
841
|
+
--plasma-typo-body-l-medium-font-style: normal;
|
|
842
|
+
--plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
|
|
843
|
+
--plasma-typo-body-m-letter-spacing: normal;
|
|
844
|
+
--plasma-typo-body-m-font-style: normal;
|
|
832
845
|
--plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
|
|
833
846
|
--plasma-typo-body-s-medium-letter-spacing: normal;
|
|
834
847
|
--plasma-typo-body-s-medium-font-style: normal;
|
|
@@ -853,18 +866,6 @@
|
|
|
853
866
|
--plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
|
|
854
867
|
--plasma-typo-body-s-letter-spacing: normal;
|
|
855
868
|
--plasma-typo-body-s-font-style: normal;
|
|
856
|
-
--plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
|
|
857
|
-
--plasma-typo-body-s-bold-letter-spacing: normal;
|
|
858
|
-
--plasma-typo-body-s-bold-font-style: normal;
|
|
859
|
-
--plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
|
|
860
|
-
--plasma-typo-body-l-medium-letter-spacing: normal;
|
|
861
|
-
--plasma-typo-body-l-medium-font-style: normal;
|
|
862
|
-
--plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
|
|
863
|
-
--plasma-typo-body-m-letter-spacing: normal;
|
|
864
|
-
--plasma-typo-body-m-font-style: normal;
|
|
865
|
-
--plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
|
|
866
|
-
--plasma-typo-text-xs-medium-letter-spacing: -0.02em;
|
|
867
|
-
--plasma-typo-text-xs-medium-font-style: normal;
|
|
868
869
|
--plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
|
|
869
870
|
--plasma-typo-body-xxs-medium-letter-spacing: normal;
|
|
870
871
|
--plasma-typo-body-xxs-medium-font-style: normal;
|
|
@@ -901,6 +902,9 @@
|
|
|
901
902
|
--plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
|
|
902
903
|
--plasma-typo-text-xs-bold-letter-spacing: -0.02em;
|
|
903
904
|
--plasma-typo-text-xs-bold-font-style: normal;
|
|
905
|
+
--plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
|
|
906
|
+
--plasma-typo-text-xs-medium-letter-spacing: -0.02em;
|
|
907
|
+
--plasma-typo-text-xs-medium-font-style: normal;
|
|
904
908
|
}
|
|
905
909
|
|
|
906
910
|
@media (max-width: 559px) {
|
|
@@ -959,6 +963,15 @@
|
|
|
959
963
|
--plasma-typo-body-l-bold-font-size: 0.9375rem;
|
|
960
964
|
--plasma-typo-body-l-bold-font-weight: 700;
|
|
961
965
|
--plasma-typo-body-l-bold-line-height: 1.25rem;
|
|
966
|
+
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
967
|
+
--plasma-typo-body-s-bold-font-weight: 600;
|
|
968
|
+
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
969
|
+
--plasma-typo-body-l-medium-font-size: 0.9375rem;
|
|
970
|
+
--plasma-typo-body-l-medium-font-weight: 500;
|
|
971
|
+
--plasma-typo-body-l-medium-line-height: 1.25rem;
|
|
972
|
+
--plasma-typo-body-m-font-size: 0.875rem;
|
|
973
|
+
--plasma-typo-body-m-font-weight: 400;
|
|
974
|
+
--plasma-typo-body-m-line-height: 1.125rem;
|
|
962
975
|
--plasma-typo-body-s-medium-font-size: 0.8125rem;
|
|
963
976
|
--plasma-typo-body-s-medium-font-weight: 500;
|
|
964
977
|
--plasma-typo-body-s-medium-line-height: 0.9375rem;
|
|
@@ -983,18 +996,6 @@
|
|
|
983
996
|
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
984
997
|
--plasma-typo-body-s-font-weight: 400;
|
|
985
998
|
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
986
|
-
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
987
|
-
--plasma-typo-body-s-bold-font-weight: 600;
|
|
988
|
-
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
989
|
-
--plasma-typo-body-l-medium-font-size: 0.9375rem;
|
|
990
|
-
--plasma-typo-body-l-medium-font-weight: 500;
|
|
991
|
-
--plasma-typo-body-l-medium-line-height: 1.25rem;
|
|
992
|
-
--plasma-typo-body-m-font-size: 0.875rem;
|
|
993
|
-
--plasma-typo-body-m-font-weight: 400;
|
|
994
|
-
--plasma-typo-body-m-line-height: 1.125rem;
|
|
995
|
-
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
996
|
-
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
997
|
-
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
998
999
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
999
1000
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1000
1001
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
@@ -1031,6 +1032,9 @@
|
|
|
1031
1032
|
--plasma-typo-text-xs-bold-font-size: 0.75rem;
|
|
1032
1033
|
--plasma-typo-text-xs-bold-font-weight: 600;
|
|
1033
1034
|
--plasma-typo-text-xs-bold-line-height: 1rem;
|
|
1035
|
+
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
1036
|
+
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
1037
|
+
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
1034
1038
|
}
|
|
1035
1039
|
}
|
|
1036
1040
|
|
|
@@ -1126,9 +1130,6 @@
|
|
|
1126
1130
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
1127
1131
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1128
1132
|
--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
1133
|
--plasma-typo-text-m-bold-font-size: 1rem;
|
|
1133
1134
|
--plasma-typo-text-m-bold-font-weight: 600;
|
|
1134
1135
|
--plasma-typo-text-m-bold-line-height: 1.5rem;
|
|
@@ -1153,6 +1154,9 @@
|
|
|
1153
1154
|
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
1154
1155
|
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
1155
1156
|
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
1157
|
+
--plasma-typo-text-m-font-size: 1rem;
|
|
1158
|
+
--plasma-typo-text-m-font-weight: 400;
|
|
1159
|
+
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1156
1160
|
--plasma-typo-text-l-font-size: 1.25rem;
|
|
1157
1161
|
--plasma-typo-text-l-font-weight: 400;
|
|
1158
1162
|
--plasma-typo-text-l-line-height: 1.75rem;
|
|
@@ -1167,30 +1171,15 @@
|
|
|
1167
1171
|
|
|
1168
1172
|
@media (min-width: 960px) {
|
|
1169
1173
|
: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
1174
|
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
1174
1175
|
--plasma-typo-dspl-s-font-weight: 400;
|
|
1175
1176
|
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
1176
1177
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
1177
1178
|
--plasma-typo-dspl-s-bold-font-weight: 700;
|
|
1178
1179
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
1179
|
-
--plasma-typo-
|
|
1180
|
-
--plasma-typo-
|
|
1181
|
-
--plasma-typo-
|
|
1182
|
-
--plasma-typo-h3-font-size: 1.25rem;
|
|
1183
|
-
--plasma-typo-h3-font-weight: 400;
|
|
1184
|
-
--plasma-typo-h3-line-height: 1.4375rem;
|
|
1185
|
-
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1186
|
-
--plasma-typo-h3-bold-font-weight: 700;
|
|
1187
|
-
--plasma-typo-h3-bold-line-height: 1.4375rem;
|
|
1188
|
-
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1189
|
-
--plasma-typo-h3-medium-font-weight: 500;
|
|
1190
|
-
--plasma-typo-h3-medium-line-height: 1.4375rem;
|
|
1191
|
-
--plasma-typo-h4-font-size: 1.25rem;
|
|
1192
|
-
--plasma-typo-h4-font-weight: 400;
|
|
1193
|
-
--plasma-typo-h4-line-height: 1.625rem;
|
|
1180
|
+
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1181
|
+
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1182
|
+
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1194
1183
|
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1195
1184
|
--plasma-typo-h4-bold-font-weight: 700;
|
|
1196
1185
|
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
@@ -1236,6 +1225,24 @@
|
|
|
1236
1225
|
--plasma-typo-h2-bold-font-size: 1.375rem;
|
|
1237
1226
|
--plasma-typo-h2-bold-font-weight: 700;
|
|
1238
1227
|
--plasma-typo-h2-bold-line-height: 1.75rem;
|
|
1228
|
+
--plasma-typo-h2-medium-font-size: 1.375rem;
|
|
1229
|
+
--plasma-typo-h2-medium-font-weight: 500;
|
|
1230
|
+
--plasma-typo-h2-medium-line-height: 1.75rem;
|
|
1231
|
+
--plasma-typo-h3-font-size: 1.25rem;
|
|
1232
|
+
--plasma-typo-h3-font-weight: 400;
|
|
1233
|
+
--plasma-typo-h3-line-height: 1.4375rem;
|
|
1234
|
+
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1235
|
+
--plasma-typo-h3-bold-font-weight: 700;
|
|
1236
|
+
--plasma-typo-h3-bold-line-height: 1.4375rem;
|
|
1237
|
+
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1238
|
+
--plasma-typo-h3-medium-font-weight: 500;
|
|
1239
|
+
--plasma-typo-h3-medium-line-height: 1.4375rem;
|
|
1240
|
+
--plasma-typo-h4-font-size: 1.25rem;
|
|
1241
|
+
--plasma-typo-h4-font-weight: 400;
|
|
1242
|
+
--plasma-typo-h4-line-height: 1.625rem;
|
|
1243
|
+
--plasma-typo-text-l-font-size: 1.5rem;
|
|
1244
|
+
--plasma-typo-text-l-font-weight: 400;
|
|
1245
|
+
--plasma-typo-text-l-line-height: 2rem;
|
|
1239
1246
|
--plasma-typo-text-l-bold-font-size: 1.5rem;
|
|
1240
1247
|
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1241
1248
|
--plasma-typo-text-l-bold-line-height: 2rem;
|
|
@@ -1290,8 +1297,5 @@
|
|
|
1290
1297
|
--plasma-typo-body-xxs-medium-font-size: 0.625rem;
|
|
1291
1298
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1292
1299
|
--plasma-typo-body-xxs-medium-line-height: 0.75rem;
|
|
1293
|
-
--plasma-typo-text-l-font-size: 1.5rem;
|
|
1294
|
-
--plasma-typo-text-l-font-weight: 400;
|
|
1295
|
-
--plasma-typo-text-l-line-height: 2rem;
|
|
1296
1300
|
}
|
|
1297
1301
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './Button.
|
|
1
|
+
import './Button.config_1nf8fsa.css';
|
|
2
2
|
var config = {
|
|
3
3
|
defaults: {
|
|
4
4
|
view: 'default',
|
|
@@ -9,17 +9,17 @@ var config = {
|
|
|
9
9
|
view: {
|
|
10
10
|
"default": "d1fnkof5",
|
|
11
11
|
clear: "c1129msw",
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
accent: "abaqjet",
|
|
13
|
+
secondary: "smxfxlw"
|
|
14
14
|
},
|
|
15
15
|
size: {
|
|
16
|
-
|
|
16
|
+
l: "lleczrv",
|
|
17
17
|
xl: "xlekduy",
|
|
18
|
-
|
|
18
|
+
m: "m1yfa47j"
|
|
19
19
|
},
|
|
20
20
|
shape: {
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
pilled: "psb1lec",
|
|
22
|
+
rounded: "r123wpoi"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
invariants: "i1w797f8"
|