@salutejs-ds/sdds_sbcom 0.1.13 → 0.1.15
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 +1 -1
- package/components/Button/Button.config.js +4 -4
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1b1uwtc.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +1 -1
- package/components/Checkbox/Checkbox.config.js +1 -1
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_by8n89.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- 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/components/Counter/Counter.config_1dmfqg0.css +11 -0
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +4 -4
- package/components/IconButton/IconButton.config.d.ts +3 -3
- package/components/IconButton/IconButton.config.js +9 -9
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_108pkgf.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/IconButton/IconButton.d.ts +3 -3
- package/components/Link/Link.config.d.ts +1 -1
- package/components/Link/Link.config.js +4 -4
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/{Link.config_1y1mon9.css → Link.config_8uibyj.css} +4 -4
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.js +4 -4
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_1x15h52.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/css/sdds_sbcom.module.css +245 -229
- package/css/sdds_sbcom__dark.css +139 -131
- package/css/sdds_sbcom__light.css +141 -133
- package/es/components/Button/Button.config.js +4 -4
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1b1uwtc.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +1 -1
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_by8n89.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/es/components/Counter/Counter.config_1dmfqg0.css +11 -0
- package/es/components/Counter/Counter.css +10 -10
- package/es/components/IconButton/IconButton.config.js +9 -9
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_108pkgf.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +4 -4
- package/es/components/Link/Link.config.js.map +1 -1
- package/es/components/Link/{Link.config_1y1mon9.css → Link.config_8uibyj.css} +4 -4
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +4 -4
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_1x15h52.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 +431 -407
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +8 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +7 -7
- package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/cjs/Counter/Counter.config.js +9 -9
- package/styled-components/cjs/IconButton/IconButton.config.js +8 -8
- package/styled-components/cjs/Link/Link.config.js +4 -4
- package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
- package/styled-components/es/Button/Button.config.js +7 -7
- package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/es/Counter/Counter.config.js +9 -9
- package/styled-components/es/IconButton/IconButton.config.js +8 -8
- package/styled-components/es/Link/Link.config.js +4 -4
- 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 +363 -347
- package/theme/tokens/index.js +438 -406
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_1nf8fsa.css +0 -10
- package/components/Checkbox/Checkbox.config_1pgnntn.css +0 -6
- package/components/Counter/Counter.config_ebr9b5.css +0 -11
- package/components/IconButton/IconButton.config_145mdq5.css +0 -9
- package/components/Radiobox/Radiobox.config_jinig9.css +0 -6
- package/es/components/Button/Button.config_1nf8fsa.css +0 -10
- package/es/components/Checkbox/Checkbox.config_1pgnntn.css +0 -6
- package/es/components/Counter/Counter.config_ebr9b5.css +0 -11
- package/es/components/IconButton/IconButton.config_145mdq5.css +0 -9
- package/es/components/Radiobox/Radiobox.config_jinig9.css +0 -6
package/css/sdds_sbcom__dark.css
CHANGED
|
@@ -1,85 +1,66 @@
|
|
|
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
|
-
--inverse-outline-primary-active: #C4BEBAFF;
|
|
12
8
|
--on-light-outline-default-hover: #CCCCCCFF;
|
|
13
9
|
--on-dark-outline-default-hover: #666666FF;
|
|
14
10
|
--on-dark-outline-default-active: #292929FF;
|
|
15
11
|
--personas-green-text-accent-hover: #04C396FF;
|
|
16
12
|
--personas-sea-blue-text-accent-hover: #00C5CCFF;
|
|
17
13
|
--inverse-surface-accent-secondary-hover: #50C3A8FF;
|
|
18
|
-
--on-light-surface-accent-secondary-active: #3CAF94FF;
|
|
19
14
|
--surface-transparent-navi-active: #2424248A;
|
|
20
15
|
--on-light-surface-transparent-accent-minor-active: #0BA88852;
|
|
21
16
|
--on-light-personas-green-text-accent-active: #04AF87FF;
|
|
22
17
|
--outline-default-active: #666666FF;
|
|
23
18
|
--on-dark-outline-primary-active: #2B2827FF;
|
|
24
19
|
--personas-olive-text-accent-active: #7DC07CFF;
|
|
25
|
-
--inverse-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
26
20
|
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
27
|
-
--inverse-surface-transparent-navi-active: #FFFFFFAD;
|
|
28
|
-
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
29
21
|
--on-light-personas-violet-text-accent-active: #81288FFF;
|
|
30
22
|
--on-light-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
31
23
|
--on-dark-surface-accent-secondary-hover: #70CDB7FF;
|
|
32
|
-
--inverse-personas-green-text-accent-hover: #8CDECAFF;
|
|
33
24
|
--on-light-personas-pink-text-accent-hover: #E47777FF;
|
|
34
25
|
--surface-accent-secondary-hover: #70CDB7FF;
|
|
35
|
-
--personas-pink-text-accent-active: #D83B3BFF;
|
|
36
26
|
--personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
37
27
|
--on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
38
28
|
--on-light-outline-primary: #DDD9D7;
|
|
39
29
|
--inverse-outline-default: #FFFFFF;
|
|
40
30
|
--on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
|
|
41
|
-
--on-dark-personas-blue-text-accent-active: #5DA3EFFF;
|
|
42
31
|
--on-light-personas-indigo-text-accent-hover: #000000FF;
|
|
43
|
-
--on-light-personas-indigo-text-accent-active: #5B2999FF;
|
|
44
32
|
--on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;
|
|
45
|
-
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
46
|
-
--on-light-outline-default: #FFFFFF;
|
|
47
33
|
--personas-ochre-text-accent-active: #F19F7EFF;
|
|
48
|
-
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
49
34
|
--inverse-background-hardline: #000000;
|
|
50
|
-
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
51
35
|
--on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
|
|
52
36
|
--surface-transparent-navi: #23232399;
|
|
53
|
-
--on-light-surface-accent-secondary: #41BDA1;
|
|
54
37
|
--personas-violet-text-accent-active: #892B97FF;
|
|
55
38
|
--personas-blue-text-accent-hover: #C3DDF9FF;
|
|
56
39
|
--outline-default: #FFFFFF;
|
|
57
40
|
--text-primary-brightness-active: #FAFAFAC4;
|
|
58
|
-
--surface-solid-card-brightness-hover: #303030FF;
|
|
59
41
|
--surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
60
42
|
--surface-solid-card-brightness-active: #212121FF;
|
|
61
43
|
--surface-solid-primary-brightness-hover: #303030FF;
|
|
62
44
|
--surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
63
|
-
--
|
|
45
|
+
--surface-solid-card-brightness-hover: #303030FF;
|
|
64
46
|
--on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
65
47
|
--on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
66
48
|
--on-dark-surface-solid-card-brightness-hover: #303030FF;
|
|
67
49
|
--on-dark-surface-solid-card-brightness-active: #212121FF;
|
|
68
50
|
--on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
69
51
|
--on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
70
|
-
--outline-primary: #DDD9D7;
|
|
71
52
|
--inverse-personas-indigo-text-accent: #BD91F5;
|
|
72
53
|
--inverse-personas-pink-text-accent: #F7A4A4;
|
|
73
|
-
--on-light-outline-positive-active: #20801EFF;
|
|
74
54
|
--personas-olive-text-accent: #93CB92;
|
|
55
|
+
--on-light-outline-positive-active: #20801EFF;
|
|
75
56
|
--inverse-personas-ochre-text-accent: #D15A11;
|
|
57
|
+
--on-dark-personas-olive-text-accent: #93CB92;
|
|
76
58
|
--surface-solid-tertiary-active: #424242FF;
|
|
77
59
|
--on-light-surface-solid-tertiary-active: #FFFFFFFF;
|
|
78
|
-
--
|
|
60
|
+
--inverse-surface-transparent-navi: #FFFFFF99;
|
|
79
61
|
--on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
80
62
|
--text-primary: #FFFFFFFC;
|
|
81
63
|
--on-dark-text-accent-minor-hover: #60C7AFFF;
|
|
82
|
-
--inverse-surface-transparent-navi: #FFFFFF99;
|
|
83
64
|
--on-light-personas-olive-text-accent: #127210;
|
|
84
65
|
--on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
85
66
|
--on-dark-surface-accent-minor-active: #043F34FF;
|
|
@@ -88,12 +69,11 @@
|
|
|
88
69
|
--inverse-surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
89
70
|
--inverse-surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
90
71
|
--inverse-surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
91
|
-
--
|
|
72
|
+
--outline-primary: #DDD9D7;
|
|
92
73
|
--on-light-personas-ochre-text-accent: #D15A11;
|
|
93
74
|
--on-dark-personas-indigo-text-accent: #BD91F5;
|
|
94
75
|
--on-dark-surface-accent-secondary: #61C8B0;
|
|
95
76
|
--inverse-personas-green-text-accent: #6CD5BB;
|
|
96
|
-
--on-light-personas-pink-text-accent: #DE5555;
|
|
97
77
|
--surface-accent-secondary: #61C8B0;
|
|
98
78
|
--surface-accent-minor: #04473B;
|
|
99
79
|
--on-dark-surface-solid-tertiary-active: #424242FF;
|
|
@@ -102,22 +82,17 @@
|
|
|
102
82
|
--on-light-surface-accent-minor: #D0F2E9;
|
|
103
83
|
--inverse-surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
104
84
|
--on-light-outline-warning-active: #A3420AFF;
|
|
105
|
-
--
|
|
85
|
+
--on-light-personas-violet-text-accent: #9E32AF;
|
|
106
86
|
--inverse-surface-solid-card-brightness-active: #FFFFFFFF;
|
|
107
87
|
--on-dark-surface-accent-minor-hover: #055C4CFF;
|
|
108
88
|
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
109
|
-
--
|
|
110
|
-
--on-light-personas-indigo-text-accent: #7133BE;
|
|
89
|
+
--inverse-surface-accent-minor: #D0F2E9;
|
|
111
90
|
--on-light-personas-sea-blue-text-accent: #00898D;
|
|
112
|
-
--inverse-personas-olive-text-accent: #127210;
|
|
113
91
|
--personas-ochre-text-accent: #F4B49B;
|
|
114
92
|
--on-dark-surface-transparent-accent-minor: #0BA68647;
|
|
115
93
|
--on-dark-personas-violet-text-accent: #E19DED;
|
|
116
94
|
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
117
|
-
--on-dark-personas-
|
|
118
|
-
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
119
|
-
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
120
|
-
--on-light-outline-default-active: #E6E6E6FF;
|
|
95
|
+
--on-dark-personas-blue-text-accent: #79B3F2;
|
|
121
96
|
--personas-green-text-accent-active: #03A57FFF;
|
|
122
97
|
--personas-sea-blue-text-accent-active: #00A8ADFF;
|
|
123
98
|
--inverse-surface-accent-secondary-active: #3CAF94FF;
|
|
@@ -140,24 +115,17 @@
|
|
|
140
115
|
--on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
|
|
141
116
|
--on-light-surface-transparent-accent-minor: #0BA6863D;
|
|
142
117
|
--on-light-personas-green-text-accent: #038768;
|
|
143
|
-
--text-primary-brightness-hover: #FAFAFA93;
|
|
144
|
-
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
145
|
-
--on-light-text-warning-active: #6F2D06FF;
|
|
146
118
|
--on-light-outline-primary-active: #C4BEBAFF;
|
|
147
119
|
--inverse-personas-blue-text-accent-active: #0D4F96FF;
|
|
148
120
|
--inverse-surface-transparent-accent-minor-active: #0BA8885C;
|
|
149
|
-
--
|
|
150
|
-
--
|
|
151
|
-
--
|
|
152
|
-
--
|
|
153
|
-
--on-light-personas-blue-text-accent-
|
|
154
|
-
--on-
|
|
155
|
-
--on-light-
|
|
156
|
-
--surface-transparent-navi-hover: #242424B8;
|
|
157
|
-
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
121
|
+
--text-primary-brightness-hover: #FAFAFA93;
|
|
122
|
+
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
123
|
+
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
124
|
+
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
125
|
+
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
126
|
+
--on-light-outline-default-active: #E6E6E6FF;
|
|
127
|
+
--on-light-text-warning-active: #6F2D06FF;
|
|
158
128
|
--on-light-personas-green-text-accent-hover: #04D7A6FF;
|
|
159
|
-
--outline-default-hover: #858585FF;
|
|
160
|
-
--on-dark-outline-primary-hover: #6B6461FF;
|
|
161
129
|
--on-dark-personas-pink-text-accent-hover: #F26E6EFF;
|
|
162
130
|
--outline-primary-hover: #91847EFF;
|
|
163
131
|
--inverse-personas-indigo-text-accent-hover: #D2B4F8FF;
|
|
@@ -176,32 +144,43 @@
|
|
|
176
144
|
--inverse-outline-default-hover: #CCCCCCFF;
|
|
177
145
|
--personas-violet-text-accent: #9E32AF;
|
|
178
146
|
--inverse-outline-primary-hover: #ADA39FFF;
|
|
147
|
+
--inverse-personas-sea-blue-text-accent-hover: #000000FF;
|
|
148
|
+
--inverse-personas-blue-text-accent-hover: #1477E1FF;
|
|
149
|
+
--inverse-personas-violet-text-accent-hover: #B740C9FF;
|
|
150
|
+
--inverse-surface-transparent-accent-minor-hover: #0BA88857;
|
|
151
|
+
--on-light-personas-blue-text-accent-hover: #1477E1FF;
|
|
152
|
+
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
153
|
+
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
154
|
+
--surface-transparent-navi-hover: #242424B8;
|
|
155
|
+
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
156
|
+
--outline-default-hover: #858585FF;
|
|
157
|
+
--on-dark-outline-primary-hover: #6B6461FF;
|
|
158
|
+
--inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
159
|
+
--inverse-personas-blue-text-accent: #1063BA;
|
|
160
|
+
--personas-blue-text-accent-active: #5DA3EFFF;
|
|
179
161
|
--surface-accent-secondary-active: #59C5ACFF;
|
|
180
162
|
--surface-transparent-accent-minor: #0BA68647;
|
|
181
163
|
--inverse-personas-sea-blue-text-accent: #7BC8C8;
|
|
182
164
|
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
183
|
-
--on-light-text-primary-brightness-hover: #17171793;
|
|
184
|
-
--inverse-text-primary-brightness-hover: #17171793;
|
|
185
|
-
--surface-solid-primary-brightness-active: #212121FF;
|
|
186
|
-
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
187
|
-
--inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
188
165
|
--personas-pink-text-accent: #DE5555;
|
|
189
|
-
--personas-blue-text-accent: #79B3F2;
|
|
190
|
-
--personas-sea-blue-text-accent: #00898D;
|
|
191
|
-
--personas-violet-text-accent-hover: #B438C7FF;
|
|
192
|
-
--background-hardline: #000000;
|
|
193
|
-
--inverse-personas-blue-text-accent: #1063BA;
|
|
194
|
-
--inverse-personas-violet-text-accent: #9E32AF;
|
|
195
|
-
--inverse-surface-transparent-accent-minor: #0BA68647;
|
|
196
|
-
--on-light-personas-blue-text-accent: #1063BA;
|
|
197
166
|
--on-dark-surface-transparent-navi: #23232399;
|
|
198
167
|
--inverse-outline-primary: #DDD9D7;
|
|
199
168
|
--inverse-personas-olive-text-accent-active: #179315FF;
|
|
200
169
|
--on-dark-outline-default: #383838;
|
|
201
170
|
--personas-green-text-accent: #038768;
|
|
202
|
-
--personas-blue-text-accent-active: #5DA3EFFF;
|
|
203
171
|
--dark-background-hardline: #000000;
|
|
204
172
|
--on-dark-outline-primary: #3B3735;
|
|
173
|
+
--personas-blue-text-accent: #79B3F2;
|
|
174
|
+
--personas-sea-blue-text-accent: #00898D;
|
|
175
|
+
--personas-violet-text-accent-hover: #B438C7FF;
|
|
176
|
+
--background-hardline: #000000;
|
|
177
|
+
--on-light-text-primary-brightness-hover: #17171793;
|
|
178
|
+
--inverse-text-primary-brightness-hover: #17171793;
|
|
179
|
+
--surface-solid-primary-brightness-active: #212121FF;
|
|
180
|
+
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
181
|
+
--inverse-personas-violet-text-accent: #9E32AF;
|
|
182
|
+
--inverse-surface-transparent-accent-minor: #0BA68647;
|
|
183
|
+
--on-light-personas-blue-text-accent: #1063BA;
|
|
205
184
|
--on-dark-text-primary-brightness-active: #FAFAFAC4;
|
|
206
185
|
--on-light-text-primary-brightness-active: #171717C4;
|
|
207
186
|
--inverse-text-primary-brightness-active: #171717C4;
|
|
@@ -209,7 +188,27 @@
|
|
|
209
188
|
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
210
189
|
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
211
190
|
--personas-pink-text-accent-hover: #E26E6EFF;
|
|
212
|
-
--text-
|
|
191
|
+
--on-dark-personas-green-text-accent: #6CD5BB;
|
|
192
|
+
--surface-transparent-accent-minor-hover: #0BA88866;
|
|
193
|
+
--on-dark-surface-transparent-navi-active: #2424248A;
|
|
194
|
+
--inverse-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
195
|
+
--inverse-surface-transparent-navi-active: #FFFFFFAD;
|
|
196
|
+
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
197
|
+
--personas-pink-text-accent-active: #D83B3BFF;
|
|
198
|
+
--on-dark-personas-blue-text-accent-active: #5DA3EFFF;
|
|
199
|
+
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
200
|
+
--on-light-outline-default: #FFFFFF;
|
|
201
|
+
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
202
|
+
--on-light-surface-accent-secondary: #41BDA1;
|
|
203
|
+
--on-light-personas-pink-text-accent: #DE5555;
|
|
204
|
+
--inverse-personas-olive-text-accent: #127210;
|
|
205
|
+
--inverse-outline-primary-active: #C4BEBAFF;
|
|
206
|
+
--on-light-surface-accent-secondary-active: #3CAF94FF;
|
|
207
|
+
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
208
|
+
--on-dark-surface-solid-primary-brightness-active: #212121FF;
|
|
209
|
+
--on-light-personas-indigo-text-accent: #7133BE;
|
|
210
|
+
--inverse-personas-green-text-accent-hover: #8CDECAFF;
|
|
211
|
+
--on-light-personas-indigo-text-accent-active: #5B2999FF;
|
|
213
212
|
--text-accent: #61C8B0;
|
|
214
213
|
--text-accent-hover: #77CFBBFF;
|
|
215
214
|
--text-accent-active: #4ABFA4FF;
|
|
@@ -238,7 +237,7 @@
|
|
|
238
237
|
--text-primary-brightness: #FAFAFAF5;
|
|
239
238
|
--text-paragraph: #F6F2F07A;
|
|
240
239
|
--text-paragraph-hover: #F5F1EFFF;
|
|
241
|
-
--
|
|
240
|
+
--text-paragraph-active: #F5F1EF93;
|
|
242
241
|
--on-dark-text-accent: #61C8B0ED;
|
|
243
242
|
--on-dark-text-accent-hover: #60C7AF8E;
|
|
244
243
|
--on-dark-text-accent-active: #60C7AFBE;
|
|
@@ -268,7 +267,7 @@
|
|
|
268
267
|
--on-dark-text-primary-hover: #FFFFFF97;
|
|
269
268
|
--on-dark-text-paragraph: #F6F2F07A;
|
|
270
269
|
--on-dark-text-paragraph-hover: #F5F1EFFF;
|
|
271
|
-
--on-
|
|
270
|
+
--on-dark-text-paragraph-active: #F5F1EF93;
|
|
272
271
|
--on-light-text-secondary: #15110FA3;
|
|
273
272
|
--on-light-text-secondary-hover: #15110FFF;
|
|
274
273
|
--on-light-text-secondary-active: #15110FC4;
|
|
@@ -292,6 +291,7 @@
|
|
|
292
291
|
--on-light-text-primary: #15110FFC;
|
|
293
292
|
--on-light-text-primary-hover: #15110F97;
|
|
294
293
|
--on-light-text-primary-active: #15110FCA;
|
|
294
|
+
--on-light-text-primary-brightness: #171717F5;
|
|
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-active: #AF181DFF;
|
|
321
320
|
--inverse-text-info: #205EA5;
|
|
322
321
|
--inverse-text-info-hover: #000000FF;
|
|
323
322
|
--inverse-text-info-active: #194B85FF;
|
|
@@ -338,7 +337,7 @@
|
|
|
338
337
|
--inverse-text-positive-active: #185E17FF;
|
|
339
338
|
--inverse-text-negative: #D11D23;
|
|
340
339
|
--inverse-text-negative-hover: #E3353BFF;
|
|
341
|
-
--
|
|
340
|
+
--inverse-text-negative-active: #AF181DFF;
|
|
342
341
|
--surface-transparent-tertiary: #FFFFFF3D;
|
|
343
342
|
--surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
344
343
|
--surface-transparent-tertiary-active: #FFFFFF2E;
|
|
@@ -372,7 +371,7 @@
|
|
|
372
371
|
--surface-transparent-primary-active: #FFFFFF0F;
|
|
373
372
|
--surface-transparent-secondary: #FFFFFF29;
|
|
374
373
|
--surface-transparent-secondary-hover: #FFFFFF47;
|
|
375
|
-
--surface-
|
|
374
|
+
--surface-transparent-secondary-active: #FFFFFF1A;
|
|
376
375
|
--surface-negative: #F8A6A9;
|
|
377
376
|
--surface-negative-hover: #F9B8BAFF;
|
|
378
377
|
--surface-negative-active: #F79C9FFF;
|
|
@@ -384,7 +383,8 @@
|
|
|
384
383
|
--surface-positive-hover: #B3D9B0FF;
|
|
385
384
|
--surface-warning: #F8AD80;
|
|
386
385
|
--surface-warning-hover: #F9BB94FF;
|
|
387
|
-
--surface-
|
|
386
|
+
--surface-warning-active: #F8A977FF;
|
|
387
|
+
--surface-transparent-negative-hover: #F8A5A89E;
|
|
388
388
|
--surface-read-only: #F9F9F905;
|
|
389
389
|
--surface-read-only-hover: #FAFAFA0F;
|
|
390
390
|
--surface-read-only-active: #FAFAFA00;
|
|
@@ -397,7 +397,8 @@
|
|
|
397
397
|
--on-dark-surface-solid-secondary-active: #242424FF;
|
|
398
398
|
--on-dark-surface-solid-tertiary: #474747;
|
|
399
399
|
--on-dark-surface-solid-tertiary-hover: #525252FF;
|
|
400
|
-
--
|
|
400
|
+
--surface-transparent-negative-active: #F8A5A870;
|
|
401
|
+
--surface-transparent-negative: #F8A6A980;
|
|
401
402
|
--on-dark-surface-transparent-tertiary: #FFFFFF3D;
|
|
402
403
|
--on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
403
404
|
--on-dark-surface-transparent-tertiary-active: #FFFFFF2E;
|
|
@@ -426,7 +427,7 @@
|
|
|
426
427
|
--on-dark-surface-transparent-primary-active: #FFFFFF0F;
|
|
427
428
|
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
428
429
|
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
429
|
-
--on-dark-surface-
|
|
430
|
+
--on-dark-surface-transparent-secondary-active: #FFFFFF1A;
|
|
430
431
|
--on-dark-surface-positive-hover: #B3D9B0FF;
|
|
431
432
|
--on-dark-surface-positive-active: #9FCF9BFF;
|
|
432
433
|
--on-dark-surface-warning: #F8AD80;
|
|
@@ -441,6 +442,7 @@
|
|
|
441
442
|
--on-dark-surface-transparent-accent-active: #0BA88824;
|
|
442
443
|
--on-dark-surface-transparent-accent: #0BA68633;
|
|
443
444
|
--on-dark-surface-transparent-accent-hover: #0BA88852;
|
|
445
|
+
--on-dark-surface-positive: #A6D2A2;
|
|
444
446
|
--on-dark-surface-read-only: #F9F9F905;
|
|
445
447
|
--on-dark-surface-read-only-hover: #FAFAFA0F;
|
|
446
448
|
--on-dark-surface-read-only-active: #FAFAFA00;
|
|
@@ -453,8 +455,9 @@
|
|
|
453
455
|
--on-light-surface-solid-secondary-active: #FFFFFFFF;
|
|
454
456
|
--on-light-surface-solid-tertiary: #FFFFFF;
|
|
455
457
|
--on-light-surface-solid-tertiary-hover: #FFFFFFFF;
|
|
458
|
+
--on-dark-surface-transparent-negative-active: #F8A5A870;
|
|
456
459
|
--on-dark-surface-transparent-negative: #F8A6A980;
|
|
457
|
-
--on-
|
|
460
|
+
--on-dark-surface-transparent-negative-hover: #F8A5A89E;
|
|
458
461
|
--on-light-surface-transparent-tertiary: #15110F1F;
|
|
459
462
|
--on-light-surface-transparent-tertiary-hover: #15110F2E;
|
|
460
463
|
--on-light-surface-transparent-tertiary-active: #15110F33;
|
|
@@ -483,6 +486,7 @@
|
|
|
483
486
|
--on-light-surface-transparent-primary-active: #15110F0F;
|
|
484
487
|
--on-light-surface-transparent-secondary: #15110F14;
|
|
485
488
|
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
489
|
+
--on-light-surface-transparent-secondary-active: #15110F1F;
|
|
486
490
|
--on-light-surface-positive: #239322;
|
|
487
491
|
--on-light-surface-positive-hover: #28A126FF;
|
|
488
492
|
--on-light-surface-positive-active: #20801EFF;
|
|
@@ -498,7 +502,7 @@
|
|
|
498
502
|
--on-light-surface-transparent-accent-active: #0BA88833;
|
|
499
503
|
--on-light-surface-transparent-accent: #0BA6861F;
|
|
500
504
|
--on-light-surface-transparent-accent-hover: #0BA8882E;
|
|
501
|
-
--on-light-surface-transparent-negative: #
|
|
505
|
+
--on-light-surface-transparent-negative-hover: #E9353B38;
|
|
502
506
|
--on-light-surface-read-only: #F9F9F903;
|
|
503
507
|
--on-light-surface-read-only-hover: #FAFAFA05;
|
|
504
508
|
--on-light-surface-read-only-active: #FAFAFA08;
|
|
@@ -509,7 +513,8 @@
|
|
|
509
513
|
--inverse-surface-solid-secondary: #FFFFFF;
|
|
510
514
|
--inverse-surface-solid-secondary-hover: #FFFFFFFF;
|
|
511
515
|
--inverse-surface-solid-secondary-active: #FFFFFFFF;
|
|
512
|
-
--
|
|
516
|
+
--on-light-surface-transparent-negative-active: #E9353B3D;
|
|
517
|
+
--on-light-surface-transparent-negative: #E8343929;
|
|
513
518
|
--inverse-surface-transparent-secondary-active: #15110F1F;
|
|
514
519
|
--inverse-surface-transparent-tertiary: #15110F1F;
|
|
515
520
|
--inverse-surface-transparent-tertiary-hover: #15110F2E;
|
|
@@ -538,6 +543,7 @@
|
|
|
538
543
|
--inverse-surface-transparent-primary-hover: #15110F0D;
|
|
539
544
|
--inverse-surface-transparent-primary-active: #15110F0F;
|
|
540
545
|
--inverse-surface-transparent-secondary: #15110F14;
|
|
546
|
+
--inverse-surface-transparent-secondary-hover: #15110F1A;
|
|
541
547
|
--inverse-surface-positive: #239322;
|
|
542
548
|
--inverse-surface-positive-hover: #28A126FF;
|
|
543
549
|
--inverse-surface-positive-active: #20801EFF;
|
|
@@ -556,6 +562,7 @@
|
|
|
556
562
|
--inverse-surface-transparent-accent-hover: #0BA8882E;
|
|
557
563
|
--inverse-surface-transparent-accent-active: #0BA88833;
|
|
558
564
|
--inverse-surface-accent-active: #099579FF;
|
|
565
|
+
--inverse-surface-transparent-negative-active: #E9353B3D;
|
|
559
566
|
--inverse-surface-transparent-negative: #E8343929;
|
|
560
567
|
--inverse-surface-read-only: #F9F9F903;
|
|
561
568
|
--inverse-surface-read-only-hover: #FAFAFA05;
|
|
@@ -567,6 +574,7 @@
|
|
|
567
574
|
--dark-background-secondary: #0F0F0F;
|
|
568
575
|
--dark-background-tertiary: #141413;
|
|
569
576
|
--light-background-primary: #EBE7E5;
|
|
577
|
+
--inverse-surface-transparent-negative-hover: #E9353B38;
|
|
570
578
|
--inverse-overlay-soft: #0000003D;
|
|
571
579
|
--inverse-overlay-hard: #00000052;
|
|
572
580
|
--outline-transparent-primary: #FFFFFF1F;
|
|
@@ -637,7 +645,6 @@
|
|
|
637
645
|
--inverse-outline-clear: #FFFFFF00;
|
|
638
646
|
--inverse-outline-clear-hover: #FFFFFF00;
|
|
639
647
|
--inverse-outline-clear-active: #FFFFFF00;
|
|
640
|
-
--inverse-outline-warning-active: #A3420AFF;
|
|
641
648
|
--inverse-outline-negative: #E83439;
|
|
642
649
|
--inverse-outline-negative-hover: #F17E82FF;
|
|
643
650
|
--inverse-outline-negative-active: #DC181FFF;
|
|
@@ -649,6 +656,7 @@
|
|
|
649
656
|
--inverse-outline-positive-hover: #32CA2FFF;
|
|
650
657
|
--inverse-outline-warning: #BE4E0C;
|
|
651
658
|
--inverse-outline-warning-hover: #F3813FFF;
|
|
659
|
+
--inverse-outline-warning-active: #A3420AFF;
|
|
652
660
|
--text-primary-hover: #FFFFFF97;
|
|
653
661
|
--on-dark-surface-solid-default: #F6F2F0;
|
|
654
662
|
--on-light-surface-accent-minor-active: #BFEDE1FF;
|
|
@@ -659,44 +667,42 @@
|
|
|
659
667
|
|
|
660
668
|
:root {
|
|
661
669
|
--on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
662
|
-
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
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%);
|
|
664
|
-
--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%);
|
|
665
670
|
--on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
666
|
-
--inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(
|
|
667
|
-
--outline-white-gradient: linear-gradient(135.00deg,
|
|
671
|
+
--inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
672
|
+
--outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);
|
|
668
673
|
--personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);
|
|
669
|
-
--inverse-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(
|
|
674
|
+
--inverse-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);
|
|
670
675
|
--on-light-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
671
676
|
--inverse-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%);
|
|
672
677
|
--on-dark-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);
|
|
673
|
-
--personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(
|
|
674
|
-
--inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(
|
|
675
|
-
--on-light-surface-skeleton-gradient: linear-gradient(
|
|
678
|
+
--personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
|
|
679
|
+
--inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
680
|
+
--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%);
|
|
676
681
|
--inverse-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
677
682
|
--dark-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
678
683
|
--on-dark-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
|
|
679
|
-
--on-dark-surface-skeleton-gradient: linear-gradient(
|
|
680
|
-
--inverse-background-gradient: linear-gradient(135.00deg, rgb(
|
|
684
|
+
--on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);
|
|
685
|
+
--inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
681
686
|
--inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
682
687
|
--personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
|
|
683
688
|
--on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
|
|
684
689
|
--inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
685
690
|
--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%);
|
|
686
691
|
--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(
|
|
688
|
-
--overlay-gradient: linear-gradient(180.00deg, rgb(
|
|
689
|
-
--on-dark-overlay-gradient: linear-gradient(
|
|
692
|
+
--surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);
|
|
693
|
+
--overlay-gradient: linear-gradient(180.00deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
|
|
694
|
+
--on-dark-overlay-gradient: linear-gradient(180.00deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
|
|
695
|
+
--on-light-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);
|
|
690
696
|
--background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
691
|
-
--personas-
|
|
692
|
-
--
|
|
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%);
|
|
693
699
|
--surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
694
|
-
--inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(
|
|
700
|
+
--inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
695
701
|
--personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);
|
|
696
|
-
--inverse-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0
|
|
702
|
+
--inverse-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);
|
|
697
703
|
--on-light-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
698
704
|
--personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
699
|
-
--on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0
|
|
705
|
+
--on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);
|
|
700
706
|
--inverse-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
|
|
701
707
|
--on-light-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);
|
|
702
708
|
--inverse-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
|
|
@@ -707,18 +713,20 @@
|
|
|
707
713
|
--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%);
|
|
708
714
|
--on-dark-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);
|
|
709
715
|
--personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
|
|
716
|
+
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
710
717
|
--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%);
|
|
711
|
-
--on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
|
|
712
718
|
--on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
713
|
-
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(
|
|
719
|
+
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
714
720
|
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
715
721
|
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
716
722
|
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
723
|
+
--on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 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%);
|
|
717
725
|
--surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
718
726
|
--surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
|
|
719
727
|
--on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
720
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%);
|
|
721
|
-
--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%);
|
|
722
730
|
--on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
723
731
|
--inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
724
732
|
--inverse-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
@@ -726,24 +734,23 @@
|
|
|
726
734
|
|
|
727
735
|
:root {
|
|
728
736
|
--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;
|
|
730
737
|
--shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
|
|
731
738
|
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
739
|
+
--shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
|
|
732
740
|
--shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
|
|
733
741
|
--shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
|
|
734
|
-
--shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
735
742
|
--shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
|
|
736
743
|
--shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
|
|
737
744
|
--shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
738
745
|
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
739
746
|
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
747
|
+
--shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
740
748
|
}
|
|
741
749
|
|
|
742
750
|
:root {
|
|
743
751
|
--border-radius-4xl: 2rem;
|
|
744
|
-
--border-radius-5xl: 2.5rem;
|
|
745
752
|
--border-radius-3xl: 1.75rem;
|
|
746
|
-
--border-radius-
|
|
753
|
+
--border-radius-5xl: 2.5rem;
|
|
747
754
|
--border-radius-xs: 0.375rem;
|
|
748
755
|
--border-radius-xxl: 1.5rem;
|
|
749
756
|
--border-radius-s: 0.5rem;
|
|
@@ -751,11 +758,11 @@
|
|
|
751
758
|
--border-radius-circle: 100rem;
|
|
752
759
|
--border-radius-m: 0.75rem;
|
|
753
760
|
--border-radius-l: 1rem;
|
|
761
|
+
--border-radius-xxs: 0.25rem;
|
|
754
762
|
}
|
|
755
763
|
|
|
756
764
|
:root {
|
|
757
765
|
--spacing-16x: 2rem;
|
|
758
|
-
--spacing-10x: 1.25rem;
|
|
759
766
|
--spacing-12x: 1.5rem;
|
|
760
767
|
--spacing-20x: 2.5rem;
|
|
761
768
|
--spacing-24x: 3rem;
|
|
@@ -769,6 +776,7 @@
|
|
|
769
776
|
--spacing-3x: 0.375rem;
|
|
770
777
|
--spacing-6x: 0.75rem;
|
|
771
778
|
--spacing-8x: 1rem;
|
|
779
|
+
--spacing-10x: 1.25rem;
|
|
772
780
|
}
|
|
773
781
|
|
|
774
782
|
:root {
|
|
@@ -785,9 +793,6 @@
|
|
|
785
793
|
--plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);
|
|
786
794
|
--plasma-typo-h2-medium-letter-spacing: normal;
|
|
787
795
|
--plasma-typo-h2-medium-font-style: normal;
|
|
788
|
-
--plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
|
|
789
|
-
--plasma-typo-dspl-s-letter-spacing: normal;
|
|
790
|
-
--plasma-typo-dspl-s-font-style: normal;
|
|
791
796
|
--plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
|
|
792
797
|
--plasma-typo-dspl-s-bold-letter-spacing: normal;
|
|
793
798
|
--plasma-typo-dspl-s-bold-font-style: normal;
|
|
@@ -821,6 +826,9 @@
|
|
|
821
826
|
--plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);
|
|
822
827
|
--plasma-typo-h4-letter-spacing: normal;
|
|
823
828
|
--plasma-typo-h4-font-style: normal;
|
|
829
|
+
--plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
|
|
830
|
+
--plasma-typo-dspl-s-letter-spacing: normal;
|
|
831
|
+
--plasma-typo-dspl-s-font-style: normal;
|
|
824
832
|
--plasma-typo-h4-bold-font-family: var(--plasma-typo-display-font-family);
|
|
825
833
|
--plasma-typo-h4-bold-letter-spacing: normal;
|
|
826
834
|
--plasma-typo-h4-bold-font-style: normal;
|
|
@@ -915,9 +923,6 @@
|
|
|
915
923
|
--plasma-typo-h2-medium-font-size: 1.375rem;
|
|
916
924
|
--plasma-typo-h2-medium-font-weight: 500;
|
|
917
925
|
--plasma-typo-h2-medium-line-height: 1.75rem;
|
|
918
|
-
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
919
|
-
--plasma-typo-dspl-s-font-weight: 400;
|
|
920
|
-
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
921
926
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
922
927
|
--plasma-typo-dspl-s-bold-font-weight: 700;
|
|
923
928
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
@@ -951,6 +956,9 @@
|
|
|
951
956
|
--plasma-typo-h4-font-size: 1rem;
|
|
952
957
|
--plasma-typo-h4-font-weight: 400;
|
|
953
958
|
--plasma-typo-h4-line-height: 1.25rem;
|
|
959
|
+
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
960
|
+
--plasma-typo-dspl-s-font-weight: 400;
|
|
961
|
+
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
954
962
|
--plasma-typo-h4-bold-font-size: 1rem;
|
|
955
963
|
--plasma-typo-h4-bold-font-weight: 700;
|
|
956
964
|
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
@@ -1130,6 +1138,15 @@
|
|
|
1130
1138
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
1131
1139
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1132
1140
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
1141
|
+
--plasma-typo-text-l-font-size: 1.25rem;
|
|
1142
|
+
--plasma-typo-text-l-font-weight: 400;
|
|
1143
|
+
--plasma-typo-text-l-line-height: 1.75rem;
|
|
1144
|
+
--plasma-typo-text-l-bold-font-size: 1.25rem;
|
|
1145
|
+
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1146
|
+
--plasma-typo-text-l-bold-line-height: 1.75rem;
|
|
1147
|
+
--plasma-typo-text-l-medium-font-size: 1.25rem;
|
|
1148
|
+
--plasma-typo-text-l-medium-font-weight: 500;
|
|
1149
|
+
--plasma-typo-text-l-medium-line-height: 1.75rem;
|
|
1133
1150
|
--plasma-typo-text-m-bold-font-size: 1rem;
|
|
1134
1151
|
--plasma-typo-text-m-bold-font-weight: 600;
|
|
1135
1152
|
--plasma-typo-text-m-bold-line-height: 1.5rem;
|
|
@@ -1157,15 +1174,6 @@
|
|
|
1157
1174
|
--plasma-typo-text-m-font-size: 1rem;
|
|
1158
1175
|
--plasma-typo-text-m-font-weight: 400;
|
|
1159
1176
|
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1160
|
-
--plasma-typo-text-l-font-size: 1.25rem;
|
|
1161
|
-
--plasma-typo-text-l-font-weight: 400;
|
|
1162
|
-
--plasma-typo-text-l-line-height: 1.75rem;
|
|
1163
|
-
--plasma-typo-text-l-bold-font-size: 1.25rem;
|
|
1164
|
-
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1165
|
-
--plasma-typo-text-l-bold-line-height: 1.75rem;
|
|
1166
|
-
--plasma-typo-text-l-medium-font-size: 1.25rem;
|
|
1167
|
-
--plasma-typo-text-l-medium-font-weight: 500;
|
|
1168
|
-
--plasma-typo-text-l-medium-line-height: 1.75rem;
|
|
1169
1177
|
}
|
|
1170
1178
|
}
|
|
1171
1179
|
|
|
@@ -1180,6 +1188,15 @@
|
|
|
1180
1188
|
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1181
1189
|
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1182
1190
|
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1191
|
+
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1192
|
+
--plasma-typo-h3-bold-font-weight: 700;
|
|
1193
|
+
--plasma-typo-h3-bold-line-height: 1.4375rem;
|
|
1194
|
+
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1195
|
+
--plasma-typo-h3-medium-font-weight: 500;
|
|
1196
|
+
--plasma-typo-h3-medium-line-height: 1.4375rem;
|
|
1197
|
+
--plasma-typo-h4-font-size: 1.25rem;
|
|
1198
|
+
--plasma-typo-h4-font-weight: 400;
|
|
1199
|
+
--plasma-typo-h4-line-height: 1.625rem;
|
|
1183
1200
|
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1184
1201
|
--plasma-typo-h4-bold-font-weight: 700;
|
|
1185
1202
|
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
@@ -1231,21 +1248,6 @@
|
|
|
1231
1248
|
--plasma-typo-h3-font-size: 1.25rem;
|
|
1232
1249
|
--plasma-typo-h3-font-weight: 400;
|
|
1233
1250
|
--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;
|
|
1246
|
-
--plasma-typo-text-l-bold-font-size: 1.5rem;
|
|
1247
|
-
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1248
|
-
--plasma-typo-text-l-bold-line-height: 2rem;
|
|
1249
1251
|
--plasma-typo-text-xs-font-size: 0.75rem;
|
|
1250
1252
|
--plasma-typo-text-xs-font-weight: 400;
|
|
1251
1253
|
--plasma-typo-text-xs-line-height: 1rem;
|
|
@@ -1297,5 +1299,11 @@
|
|
|
1297
1299
|
--plasma-typo-body-xxs-medium-font-size: 0.625rem;
|
|
1298
1300
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1299
1301
|
--plasma-typo-body-xxs-medium-line-height: 0.75rem;
|
|
1302
|
+
--plasma-typo-text-l-font-size: 1.5rem;
|
|
1303
|
+
--plasma-typo-text-l-font-weight: 400;
|
|
1304
|
+
--plasma-typo-text-l-line-height: 2rem;
|
|
1305
|
+
--plasma-typo-text-l-bold-font-size: 1.5rem;
|
|
1306
|
+
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1307
|
+
--plasma-typo-text-l-bold-line-height: 2rem;
|
|
1300
1308
|
}
|
|
1301
1309
|
}
|