@salutejs-ds/sdds_sbcom 0.1.10 → 0.1.12
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_b4txnl.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 +2 -2
- package/components/Checkbox/Checkbox.config.js +5 -5
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_j2f4po.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Checkbox/Checkbox.d.ts +2 -2
- package/components/Counter/Counter.config.d.ts +5 -5
- package/components/Counter/Counter.config.js +7 -7
- package/components/Counter/Counter.config.js.map +1 -1
- package/components/Counter/Counter.config_yoygvx.css +11 -0
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +5 -5
- 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_1q8h816.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Link/Link.config.d.ts +3 -3
- package/components/Link/Link.config.js +6 -6
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/Link.config_e4pw7e.css +8 -0
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +3 -3
- package/components/Radiobox/Radiobox.config.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.js +3 -3
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_10j4d0h.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/css/sdds_sbcom.module.css +511 -367
- package/css/sdds_sbcom__dark.css +335 -191
- package/css/sdds_sbcom__light.css +335 -191
- 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_b4txnl.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_j2f4po.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_yoygvx.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_1q8h816.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_e4pw7e.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_10j4d0h.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 +547 -427
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +12 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +9 -9
- package/styled-components/cjs/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/cjs/Counter/Counter.config.js +8 -8
- package/styled-components/cjs/IconButton/IconButton.config.js +6 -6
- package/styled-components/cjs/Link/Link.config.js +6 -6
- package/styled-components/cjs/Radiobox/Radiobox.config.js +6 -6
- package/styled-components/es/Button/Button.config.js +9 -9
- package/styled-components/es/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/es/Counter/Counter.config.js +8 -8
- package/styled-components/es/IconButton/IconButton.config.js +6 -6
- package/styled-components/es/Link/Link.config.js +6 -6
- package/styled-components/es/Radiobox/Radiobox.config.js +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 +380 -272
- package/theme/tokens/index.js +558 -426
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_1wue0f1.css +0 -10
- package/components/Checkbox/Checkbox.config_limvsr.css +0 -6
- package/components/Counter/Counter.config_u14r3s.css +0 -11
- package/components/IconButton/IconButton.config_yxpssw.css +0 -9
- package/components/Link/Link.config_1adojdx.css +0 -8
- package/components/Radiobox/Radiobox.config_wzkn6m.css +0 -6
- package/es/components/Button/Button.config_1wue0f1.css +0 -10
- package/es/components/Checkbox/Checkbox.config_limvsr.css +0 -6
- package/es/components/Counter/Counter.config_u14r3s.css +0 -11
- package/es/components/IconButton/IconButton.config_yxpssw.css +0 -9
- package/es/components/Link/Link.config_1adojdx.css +0 -8
- package/es/components/Radiobox/Radiobox.config_wzkn6m.css +0 -6
package/es/theme/tokens/index.js
CHANGED
|
@@ -3,632 +3,626 @@
|
|
|
3
3
|
/** null */
|
|
4
4
|
var onDarkPersonasGreenTextAccent = 'var(--on-dark-personas-green-text-accent, #6CD5BB)';
|
|
5
5
|
|
|
6
|
-
/** null */
|
|
7
|
-
var onDarkPersonasGreenTextAccentHover = 'var(--on-dark-personas-green-text-accent-hover, #84DCC6FF)';
|
|
8
|
-
|
|
9
|
-
/** null */
|
|
10
|
-
var onDarkPersonasGreenTextAccentActive = 'var(--on-dark-personas-green-text-accent-active, #54CFB0FF)';
|
|
11
|
-
|
|
12
|
-
/** null */
|
|
13
|
-
var onDarkPersonasOchreTextAccentHover = 'var(--on-dark-personas-ochre-text-accent-hover, #F7C8B6FF)';
|
|
14
|
-
|
|
15
|
-
/** null */
|
|
16
|
-
var onDarkPersonasOchreTextAccentActive = 'var(--on-dark-personas-ochre-text-accent-active, #F19F7EFF)';
|
|
17
|
-
|
|
18
6
|
/** null */
|
|
19
7
|
var surfaceTransparentAccentMinorHover = 'var(--surface-transparent-accent-minor-hover, #0BA88866)';
|
|
20
8
|
|
|
21
|
-
/** null */
|
|
22
|
-
var surfaceTransparentAccentMinorActive = 'var(--surface-transparent-accent-minor-active, #0BA88838)';
|
|
23
|
-
|
|
24
9
|
/** null */
|
|
25
10
|
var onLightOutlinePrimaryHover = 'var(--on-light-outline-primary-hover, #ADA39FFF)';
|
|
26
11
|
|
|
27
|
-
/** null */
|
|
28
|
-
var onLightOutlinePrimaryActive = 'var(--on-light-outline-primary-active, #C4BEBAFF)';
|
|
29
|
-
|
|
30
|
-
/** null */
|
|
31
|
-
var inverseOutlineDefaultHover = 'var(--inverse-outline-default-hover, #CCCCCCFF)';
|
|
32
|
-
|
|
33
12
|
/** null */
|
|
34
13
|
var inverseOutlineDefaultActive = 'var(--inverse-outline-default-active, #E6E6E6FF)';
|
|
35
14
|
|
|
36
|
-
/** null */
|
|
37
|
-
var inversePersonasSeaBlueTextAccentHover = 'var(--inverse-personas-sea-blue-text-accent-hover, #000000FF)';
|
|
38
|
-
|
|
39
15
|
/** null */
|
|
40
16
|
var inversePersonasSeaBlueTextAccentActive = 'var(--inverse-personas-sea-blue-text-accent-active, #4BB4B4FF)';
|
|
41
17
|
|
|
42
18
|
/** null */
|
|
43
|
-
var
|
|
19
|
+
var inversePersonasVioletTextAccentActive = 'var(--inverse-personas-violet-text-accent-active, #81288FFF)';
|
|
44
20
|
|
|
45
21
|
/** null */
|
|
46
|
-
var
|
|
22
|
+
var onDarkSurfaceTransparentNaviActive = 'var(--on-dark-surface-transparent-navi-active, #2424248A)';
|
|
47
23
|
|
|
48
24
|
/** null */
|
|
49
|
-
var
|
|
25
|
+
var onLightOutlineDefaultHover = 'var(--on-light-outline-default-hover, #CCCCCCFF)';
|
|
50
26
|
|
|
51
27
|
/** null */
|
|
52
|
-
var
|
|
28
|
+
var inverseOutlinePrimaryActive = 'var(--inverse-outline-primary-active, #C4BEBAFF)';
|
|
53
29
|
|
|
54
30
|
/** null */
|
|
55
|
-
var
|
|
31
|
+
var onDarkOutlineDefaultActive = 'var(--on-dark-outline-default-active, #292929FF)';
|
|
56
32
|
|
|
57
33
|
/** null */
|
|
58
|
-
var
|
|
34
|
+
var onDarkOutlineDefaultHover = 'var(--on-dark-outline-default-hover, #666666FF)';
|
|
59
35
|
|
|
60
36
|
/** null */
|
|
61
|
-
var
|
|
37
|
+
var personasGreenTextAccentHover = 'var(--personas-green-text-accent-hover, #04C396FF)';
|
|
62
38
|
|
|
63
39
|
/** null */
|
|
64
|
-
var
|
|
40
|
+
var personasSeaBlueTextAccentHover = 'var(--personas-sea-blue-text-accent-hover, #00C5CCFF)';
|
|
65
41
|
|
|
66
42
|
/** null */
|
|
67
|
-
var
|
|
43
|
+
var inverseSurfaceAccentSecondaryHover = 'var(--inverse-surface-accent-secondary-hover, #50C3A8FF)';
|
|
68
44
|
|
|
69
45
|
/** null */
|
|
70
|
-
var
|
|
46
|
+
var onLightSurfaceAccentSecondaryActive = 'var(--on-light-surface-accent-secondary-active, #3CAF94FF)';
|
|
71
47
|
|
|
72
48
|
/** null */
|
|
73
|
-
var
|
|
49
|
+
var surfaceTransparentNaviActive = 'var(--surface-transparent-navi-active, #2424248A)';
|
|
74
50
|
|
|
75
51
|
/** null */
|
|
76
|
-
var
|
|
52
|
+
var onLightSurfaceTransparentAccentMinorActive = 'var(--on-light-surface-transparent-accent-minor-active, #0BA88852)';
|
|
77
53
|
|
|
78
54
|
/** null */
|
|
79
|
-
var
|
|
55
|
+
var onLightPersonasGreenTextAccentActive = 'var(--on-light-personas-green-text-accent-active, #04AF87FF)';
|
|
80
56
|
|
|
81
57
|
/** null */
|
|
82
|
-
var
|
|
58
|
+
var outlineDefaultActive = 'var(--outline-default-active, #666666FF)';
|
|
83
59
|
|
|
84
60
|
/** null */
|
|
85
|
-
var
|
|
61
|
+
var onDarkOutlinePrimaryActive = 'var(--on-dark-outline-primary-active, #2B2827FF)';
|
|
86
62
|
|
|
87
63
|
/** null */
|
|
88
|
-
var
|
|
64
|
+
var personasOliveTextAccentActive = 'var(--personas-olive-text-accent-active, #7DC07CFF)';
|
|
89
65
|
|
|
90
66
|
/** null */
|
|
91
|
-
var
|
|
67
|
+
var onDarkPersonasOliveTextAccentHover = 'var(--on-dark-personas-olive-text-accent-hover, #A6D4A5FF)';
|
|
92
68
|
|
|
93
69
|
/** null */
|
|
94
|
-
var
|
|
70
|
+
var inversePersonasOchreTextAccentActive = 'var(--inverse-personas-ochre-text-accent-active, #AA4A0EFF)';
|
|
95
71
|
|
|
96
72
|
/** null */
|
|
97
|
-
var
|
|
73
|
+
var inverseSurfaceTransparentNaviActive = 'var(--inverse-surface-transparent-navi-active, #FFFFFFAD)';
|
|
98
74
|
|
|
99
75
|
/** null */
|
|
100
|
-
var
|
|
76
|
+
var onLightPersonasOliveTextAccentActive = 'var(--on-light-personas-olive-text-accent-active, #179315FF)';
|
|
101
77
|
|
|
102
78
|
/** null */
|
|
103
|
-
var
|
|
79
|
+
var onLightPersonasVioletTextAccentActive = 'var(--on-light-personas-violet-text-accent-active, #81288FFF)';
|
|
104
80
|
|
|
105
81
|
/** null */
|
|
106
|
-
var
|
|
82
|
+
var onLightPersonasOchreTextAccentActive = 'var(--on-light-personas-ochre-text-accent-active, #AA4A0EFF)';
|
|
107
83
|
|
|
108
84
|
/** null */
|
|
109
|
-
var
|
|
85
|
+
var onDarkSurfaceAccentSecondaryHover = 'var(--on-dark-surface-accent-secondary-hover, #70CDB7FF)';
|
|
110
86
|
|
|
111
87
|
/** null */
|
|
112
|
-
var
|
|
88
|
+
var inversePersonasGreenTextAccentHover = 'var(--inverse-personas-green-text-accent-hover, #8CDECAFF)';
|
|
113
89
|
|
|
114
90
|
/** null */
|
|
115
|
-
var
|
|
91
|
+
var onLightPersonasPinkTextAccentHover = 'var(--on-light-personas-pink-text-accent-hover, #E47777FF)';
|
|
116
92
|
|
|
117
93
|
/** null */
|
|
118
|
-
var
|
|
94
|
+
var surfaceAccentSecondaryHover = 'var(--surface-accent-secondary-hover, #70CDB7FF)';
|
|
119
95
|
|
|
120
96
|
/** null */
|
|
121
|
-
var
|
|
97
|
+
var personasPinkTextAccentHover = 'var(--personas-pink-text-accent-hover, #E26E6EFF)';
|
|
122
98
|
|
|
123
99
|
/** null */
|
|
124
|
-
var
|
|
100
|
+
var personasIndigoTextAccentHover = 'var(--personas-indigo-text-accent-hover, #E8DAFCFF)';
|
|
125
101
|
|
|
126
102
|
/** null */
|
|
127
|
-
var
|
|
103
|
+
var personasPinkTextAccentActive = 'var(--personas-pink-text-accent-active, #D83B3BFF)';
|
|
128
104
|
|
|
129
105
|
/** null */
|
|
130
|
-
var
|
|
106
|
+
var onDarkPersonasVioletTextAccentHover = 'var(--on-dark-personas-violet-text-accent-hover, #E9B6F2FF)';
|
|
131
107
|
|
|
132
108
|
/** null */
|
|
133
|
-
var
|
|
109
|
+
var onLightOutlinePrimary = 'var(--on-light-outline-primary, #DDD9D7)';
|
|
134
110
|
|
|
135
111
|
/** null */
|
|
136
|
-
var
|
|
112
|
+
var inverseOutlineDefault = 'var(--inverse-outline-default, #FFFFFF)';
|
|
137
113
|
|
|
138
114
|
/** null */
|
|
139
|
-
var
|
|
115
|
+
var onDarkPersonasBlueTextAccentHover = 'var(--on-dark-personas-blue-text-accent-hover, #C3DDF9FF)';
|
|
140
116
|
|
|
141
117
|
/** null */
|
|
142
|
-
var
|
|
118
|
+
var onDarkPersonasBlueTextAccentActive = 'var(--on-dark-personas-blue-text-accent-active, #5DA3EFFF)';
|
|
143
119
|
|
|
144
120
|
/** null */
|
|
145
|
-
var
|
|
121
|
+
var onLightPersonasIndigoTextAccentHover = 'var(--on-light-personas-indigo-text-accent-hover, #000000FF)';
|
|
146
122
|
|
|
147
123
|
/** null */
|
|
148
|
-
var
|
|
124
|
+
var onLightPersonasIndigoTextAccentActive = 'var(--on-light-personas-indigo-text-accent-active, #5B2999FF)';
|
|
149
125
|
|
|
150
126
|
/** null */
|
|
151
|
-
var
|
|
127
|
+
var onLightPersonasSeaBlueTextAccentHover = 'var(--on-light-personas-sea-blue-text-accent-hover, #00D9E0FF)';
|
|
152
128
|
|
|
153
129
|
/** null */
|
|
154
|
-
var
|
|
130
|
+
var onLightPersonasSeaBlueTextAccentActive = 'var(--on-light-personas-sea-blue-text-accent-active, #00B1B8FF)';
|
|
155
131
|
|
|
156
132
|
/** null */
|
|
157
|
-
var
|
|
133
|
+
var onLightOutlineDefault = 'var(--on-light-outline-default, #FFFFFF)';
|
|
158
134
|
|
|
159
135
|
/** null */
|
|
160
|
-
var
|
|
136
|
+
var personasOchreTextAccentActive = 'var(--personas-ochre-text-accent-active, #F19F7EFF)';
|
|
161
137
|
|
|
162
138
|
/** null */
|
|
163
|
-
var
|
|
139
|
+
var inverseBackgroundHardline = 'var(--inverse-background-hardline, #000000)';
|
|
164
140
|
|
|
165
141
|
/** null */
|
|
166
|
-
var
|
|
142
|
+
var onDarkSurfaceTransparentAccentMinorHover = 'var(--on-dark-surface-transparent-accent-minor-hover, #0BA88866)';
|
|
167
143
|
|
|
168
144
|
/** null */
|
|
169
|
-
var
|
|
145
|
+
var onDarkSurfaceTransparentAccentMinorActive = 'var(--on-dark-surface-transparent-accent-minor-active, #0BA88838)';
|
|
170
146
|
|
|
171
147
|
/** null */
|
|
172
|
-
var
|
|
148
|
+
var onDarkPersonasSeaBlueTextAccentHover = 'var(--on-dark-personas-sea-blue-text-accent-hover, #FFFFFFFF)';
|
|
173
149
|
|
|
174
150
|
/** null */
|
|
175
|
-
var
|
|
151
|
+
var onLightSurfaceAccentSecondary = 'var(--on-light-surface-accent-secondary, #41BDA1)';
|
|
176
152
|
|
|
177
153
|
/** null */
|
|
178
|
-
var
|
|
154
|
+
var surfaceTransparentNavi = 'var(--surface-transparent-navi, #23232399)';
|
|
179
155
|
|
|
180
156
|
/** null */
|
|
181
|
-
var
|
|
157
|
+
var personasVioletTextAccentActive = 'var(--personas-violet-text-accent-active, #892B97FF)';
|
|
182
158
|
|
|
183
159
|
/** null */
|
|
184
|
-
var
|
|
160
|
+
var personasBlueTextAccentHover = 'var(--personas-blue-text-accent-hover, #C3DDF9FF)';
|
|
185
161
|
|
|
186
162
|
/** null */
|
|
187
|
-
var
|
|
163
|
+
var outlineDefault = 'var(--outline-default, #FFFFFF)';
|
|
188
164
|
|
|
189
|
-
/**
|
|
190
|
-
var
|
|
165
|
+
/** Основной цвет текста */
|
|
166
|
+
var textPrimaryBrightnessActive = 'var(--text-primary-brightness-active, #FAFAFAC4)';
|
|
191
167
|
|
|
192
|
-
/**
|
|
193
|
-
var
|
|
168
|
+
/** Прозрачный фон для карточек */
|
|
169
|
+
var surfaceTransparentCardBrightnessHover = 'var(--surface-transparent-card-brightness-hover, #FAFAFA1F)';
|
|
194
170
|
|
|
195
|
-
/**
|
|
196
|
-
var
|
|
171
|
+
/** Прозрачный фон для карточек */
|
|
172
|
+
var surfaceTransparentCardBrightnessActive = 'var(--surface-transparent-card-brightness-active, #FAFAFA0A)';
|
|
197
173
|
|
|
198
|
-
/**
|
|
199
|
-
var
|
|
174
|
+
/** Основной фон для карточек */
|
|
175
|
+
var surfaceSolidCardBrightnessHover = 'var(--surface-solid-card-brightness-hover, #303030FF)';
|
|
200
176
|
|
|
201
|
-
/**
|
|
202
|
-
var
|
|
177
|
+
/** Основной фон для карточек */
|
|
178
|
+
var surfaceSolidCardBrightnessActive = 'var(--surface-solid-card-brightness-active, #212121FF)';
|
|
203
179
|
|
|
204
|
-
/**
|
|
205
|
-
var
|
|
180
|
+
/** Основной непрозрачный фон поверхности/контрола */
|
|
181
|
+
var surfaceSolidPrimaryBrightnessHover = 'var(--surface-solid-primary-brightness-hover, #303030FF)';
|
|
206
182
|
|
|
207
|
-
/**
|
|
208
|
-
var
|
|
183
|
+
/** Основной непрозрачный фон поверхности/контрола на темном фоне */
|
|
184
|
+
var onDarkSurfaceSolidPrimaryBrightnessActive = 'var(--on-dark-surface-solid-primary-brightness-active, #212121FF)';
|
|
209
185
|
|
|
210
|
-
/**
|
|
211
|
-
var
|
|
186
|
+
/** Прозрачный фон для карточек на темном фоне */
|
|
187
|
+
var onDarkSurfaceTransparentCardBrightnessHover = 'var(--on-dark-surface-transparent-card-brightness-hover, #FAFAFA1F)';
|
|
212
188
|
|
|
213
|
-
/**
|
|
214
|
-
var
|
|
189
|
+
/** Прозрачный фон для карточек на темном фоне */
|
|
190
|
+
var onDarkSurfaceTransparentCardBrightnessActive = 'var(--on-dark-surface-transparent-card-brightness-active, #FAFAFA0A)';
|
|
215
191
|
|
|
216
|
-
/**
|
|
217
|
-
var
|
|
192
|
+
/** Основной фон для карточек на темном фоне */
|
|
193
|
+
var onDarkSurfaceSolidCardBrightnessHover = 'var(--on-dark-surface-solid-card-brightness-hover, #303030FF)';
|
|
218
194
|
|
|
219
|
-
/**
|
|
220
|
-
var
|
|
195
|
+
/** Основной фон для карточек на темном фоне */
|
|
196
|
+
var onDarkSurfaceSolidCardBrightnessActive = 'var(--on-dark-surface-solid-card-brightness-active, #212121FF)';
|
|
221
197
|
|
|
222
|
-
/**
|
|
223
|
-
var
|
|
198
|
+
/** Основной непрозрачный фон поверхности/контрола на светлом фоне */
|
|
199
|
+
var onLightSurfaceSolidPrimaryBrightnessHover = 'var(--on-light-surface-solid-primary-brightness-hover, #FFFFFFFF)';
|
|
224
200
|
|
|
225
|
-
/**
|
|
226
|
-
var
|
|
201
|
+
/** Основной непрозрачный фон поверхности/контрола на светлом фоне */
|
|
202
|
+
var onLightSurfaceSolidPrimaryBrightnessActive = 'var(--on-light-surface-solid-primary-brightness-active, #FFFFFFFF)';
|
|
227
203
|
|
|
228
204
|
/** null */
|
|
229
|
-
var
|
|
205
|
+
var outlinePrimary = 'var(--outline-primary, #DDD9D7)';
|
|
230
206
|
|
|
231
207
|
/** null */
|
|
232
|
-
var
|
|
208
|
+
var inversePersonasIndigoTextAccent = 'var(--inverse-personas-indigo-text-accent, #BD91F5)';
|
|
233
209
|
|
|
234
210
|
/** null */
|
|
235
|
-
var
|
|
211
|
+
var inversePersonasPinkTextAccent = 'var(--inverse-personas-pink-text-accent, #F7A4A4)';
|
|
236
212
|
|
|
237
|
-
/**
|
|
238
|
-
var
|
|
213
|
+
/** Цвет обводки успех на светлом фоне */
|
|
214
|
+
var onLightOutlinePositiveActive = 'var(--on-light-outline-positive-active, #20801EFF)';
|
|
239
215
|
|
|
240
216
|
/** null */
|
|
241
|
-
var
|
|
217
|
+
var personasOliveTextAccent = 'var(--personas-olive-text-accent, #93CB92)';
|
|
242
218
|
|
|
243
219
|
/** null */
|
|
244
|
-
var
|
|
220
|
+
var inversePersonasOchreTextAccent = 'var(--inverse-personas-ochre-text-accent, #D15A11)';
|
|
245
221
|
|
|
246
|
-
/**
|
|
247
|
-
var
|
|
222
|
+
/** Третичный непрозрачный фон поверхности/контрола */
|
|
223
|
+
var surfaceSolidTertiaryActive = 'var(--surface-solid-tertiary-active, #424242FF)';
|
|
248
224
|
|
|
249
|
-
/**
|
|
250
|
-
var
|
|
225
|
+
/** Третичный непрозрачный фон поверхности/контрола на светлом фоне */
|
|
226
|
+
var onLightSurfaceSolidTertiaryActive = 'var(--on-light-surface-solid-tertiary-active, #FFFFFFFF)';
|
|
251
227
|
|
|
252
228
|
/** null */
|
|
253
|
-
var
|
|
229
|
+
var onDarkPersonasOliveTextAccent = 'var(--on-dark-personas-olive-text-accent, #93CB92)';
|
|
254
230
|
|
|
255
|
-
/**
|
|
256
|
-
var
|
|
231
|
+
/** Прозрачный фон для карточек на светлом фоне */
|
|
232
|
+
var onLightSurfaceTransparentCardBrightnessHover = 'var(--on-light-surface-transparent-card-brightness-hover, #FFFFFFFF)';
|
|
257
233
|
|
|
258
|
-
/**
|
|
259
|
-
var
|
|
234
|
+
/** Основной цвет текста */
|
|
235
|
+
var textPrimary = 'var(--text-primary, #FFFFFFFC)';
|
|
260
236
|
|
|
261
|
-
/**
|
|
262
|
-
var
|
|
237
|
+
/** Акцентный минорный цвет на темном фоне */
|
|
238
|
+
var onDarkTextAccentMinorHover = 'var(--on-dark-text-accent-minor-hover, #60C7AFFF)';
|
|
263
239
|
|
|
264
240
|
/** null */
|
|
265
|
-
var
|
|
241
|
+
var inverseSurfaceTransparentNavi = 'var(--inverse-surface-transparent-navi, #FFFFFF99)';
|
|
266
242
|
|
|
267
243
|
/** null */
|
|
268
|
-
var
|
|
244
|
+
var onLightPersonasOliveTextAccent = 'var(--on-light-personas-olive-text-accent, #127210)';
|
|
269
245
|
|
|
270
|
-
/**
|
|
271
|
-
var
|
|
246
|
+
/** Прозрачный фон для карточек на светлом фоне */
|
|
247
|
+
var onLightSurfaceTransparentCardBrightnessActive = 'var(--on-light-surface-transparent-card-brightness-active, #FFFFFFFF)';
|
|
272
248
|
|
|
273
|
-
/**
|
|
274
|
-
var
|
|
249
|
+
/** Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне */
|
|
250
|
+
var onDarkSurfaceAccentMinorActive = 'var(--on-dark-surface-accent-minor-active, #043F34FF)';
|
|
275
251
|
|
|
276
|
-
/**
|
|
277
|
-
var
|
|
252
|
+
/** Основной фон для карточек на светлом фоне */
|
|
253
|
+
var onLightSurfaceSolidCardBrightnessHover = 'var(--on-light-surface-solid-card-brightness-hover, #FFFFFFFF)';
|
|
278
254
|
|
|
279
|
-
/**
|
|
280
|
-
var
|
|
255
|
+
/** Основной фон для карточек на светлом фоне */
|
|
256
|
+
var onLightSurfaceSolidCardBrightnessActive = 'var(--on-light-surface-solid-card-brightness-active, #FFFFFFFF)';
|
|
281
257
|
|
|
282
|
-
/**
|
|
283
|
-
var
|
|
258
|
+
/** Инвертированный основной непрозрачный фон поверхности/контрола */
|
|
259
|
+
var inverseSurfaceSolidPrimaryBrightnessHover = 'var(--inverse-surface-solid-primary-brightness-hover, #FFFFFFFF)';
|
|
284
260
|
|
|
285
|
-
/**
|
|
286
|
-
var
|
|
261
|
+
/** Инвертированный основной непрозрачный фон поверхности/контрола */
|
|
262
|
+
var inverseSurfaceSolidPrimaryBrightnessActive = 'var(--inverse-surface-solid-primary-brightness-active, #FFFFFFFF)';
|
|
287
263
|
|
|
288
|
-
/**
|
|
289
|
-
var
|
|
264
|
+
/** Инвертированный прозрачный фон для карточек */
|
|
265
|
+
var inverseSurfaceTransparentCardBrightnessHover = 'var(--inverse-surface-transparent-card-brightness-hover, #FFFFFFFF)';
|
|
290
266
|
|
|
291
267
|
/** null */
|
|
292
|
-
var
|
|
268
|
+
var onLightPersonasVioletTextAccent = 'var(--on-light-personas-violet-text-accent, #9E32AF)';
|
|
293
269
|
|
|
294
270
|
/** null */
|
|
295
|
-
var
|
|
271
|
+
var onLightPersonasOchreTextAccent = 'var(--on-light-personas-ochre-text-accent, #D15A11)';
|
|
296
272
|
|
|
297
273
|
/** null */
|
|
298
|
-
var
|
|
274
|
+
var onDarkPersonasIndigoTextAccent = 'var(--on-dark-personas-indigo-text-accent, #BD91F5)';
|
|
299
275
|
|
|
300
276
|
/** null */
|
|
301
|
-
var
|
|
277
|
+
var onDarkSurfaceAccentSecondary = 'var(--on-dark-surface-accent-secondary, #61C8B0)';
|
|
302
278
|
|
|
303
279
|
/** null */
|
|
304
|
-
var
|
|
280
|
+
var inversePersonasGreenTextAccent = 'var(--inverse-personas-green-text-accent, #6CD5BB)';
|
|
305
281
|
|
|
306
282
|
/** null */
|
|
307
|
-
var
|
|
283
|
+
var onLightPersonasPinkTextAccent = 'var(--on-light-personas-pink-text-accent, #DE5555)';
|
|
308
284
|
|
|
309
285
|
/** null */
|
|
310
|
-
var
|
|
286
|
+
var surfaceAccentSecondary = 'var(--surface-accent-secondary, #61C8B0)';
|
|
311
287
|
|
|
312
|
-
/**
|
|
313
|
-
var
|
|
288
|
+
/** Акцентный минорный непрозрачный фон поверхности/контрола */
|
|
289
|
+
var surfaceAccentMinor = 'var(--surface-accent-minor, #04473B)';
|
|
314
290
|
|
|
315
|
-
/**
|
|
316
|
-
var
|
|
291
|
+
/** Третичный непрозрачный фон поверхности/контрола на темном фоне */
|
|
292
|
+
var onDarkSurfaceSolidTertiaryActive = 'var(--on-dark-surface-solid-tertiary-active, #424242FF)';
|
|
317
293
|
|
|
318
|
-
/**
|
|
319
|
-
var
|
|
294
|
+
/** Вторичный фон на светлом фоне */
|
|
295
|
+
var lightBackgroundSecondary = 'var(--light-background-secondary, #F6F2F0)';
|
|
320
296
|
|
|
321
|
-
/**
|
|
322
|
-
var
|
|
297
|
+
/** Инвертированный третичный непрозрачный фон поверхности/контрола */
|
|
298
|
+
var inverseSurfaceSolidTertiary = 'var(--inverse-surface-solid-tertiary, #FFFFFF)';
|
|
323
299
|
|
|
324
|
-
/**
|
|
325
|
-
var
|
|
300
|
+
/** Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне */
|
|
301
|
+
var onLightSurfaceAccentMinor = 'var(--on-light-surface-accent-minor, #D0F2E9)';
|
|
326
302
|
|
|
327
|
-
/**
|
|
328
|
-
var
|
|
303
|
+
/** Инвертированный прозрачный фон для карточек */
|
|
304
|
+
var inverseSurfaceTransparentCardBrightnessActive = 'var(--inverse-surface-transparent-card-brightness-active, #FFFFFFFF)';
|
|
329
305
|
|
|
330
|
-
/**
|
|
331
|
-
var
|
|
306
|
+
/** Цвет обводки предупреждение на светлом фоне */
|
|
307
|
+
var onLightOutlineWarningActive = 'var(--on-light-outline-warning-active, #A3420AFF)';
|
|
332
308
|
|
|
333
|
-
/**
|
|
334
|
-
var
|
|
309
|
+
/** Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне */
|
|
310
|
+
var onLightSurfaceAccentMinorHover = 'var(--on-light-surface-accent-minor-hover, #C7F0E5FF)';
|
|
335
311
|
|
|
336
|
-
/**
|
|
337
|
-
var
|
|
312
|
+
/** Инвертированный акцентный минорный непрозрачный фон поверхности/контрола */
|
|
313
|
+
var inverseSurfaceAccentMinor = 'var(--inverse-surface-accent-minor, #D0F2E9)';
|
|
338
314
|
|
|
339
|
-
/**
|
|
340
|
-
var
|
|
315
|
+
/** Инвертированный основной фон для карточек */
|
|
316
|
+
var inverseSurfaceSolidCardBrightnessActive = 'var(--inverse-surface-solid-card-brightness-active, #FFFFFFFF)';
|
|
341
317
|
|
|
342
|
-
/**
|
|
343
|
-
var
|
|
318
|
+
/** Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне */
|
|
319
|
+
var onDarkSurfaceAccentMinorHover = 'var(--on-dark-surface-accent-minor-hover, #055C4CFF)';
|
|
344
320
|
|
|
345
321
|
/** null */
|
|
346
|
-
var
|
|
322
|
+
var onLightSurfaceTransparentNavi = 'var(--on-light-surface-transparent-navi, #FFFFFF99)';
|
|
347
323
|
|
|
348
324
|
/** null */
|
|
349
|
-
var
|
|
325
|
+
var onDarkPersonasBlueTextAccent = 'var(--on-dark-personas-blue-text-accent, #79B3F2)';
|
|
350
326
|
|
|
351
327
|
/** null */
|
|
352
|
-
var
|
|
328
|
+
var onLightPersonasIndigoTextAccent = 'var(--on-light-personas-indigo-text-accent, #7133BE)';
|
|
353
329
|
|
|
354
330
|
/** null */
|
|
355
|
-
var
|
|
331
|
+
var onLightPersonasSeaBlueTextAccent = 'var(--on-light-personas-sea-blue-text-accent, #00898D)';
|
|
356
332
|
|
|
357
333
|
/** null */
|
|
358
|
-
var
|
|
334
|
+
var inversePersonasOliveTextAccent = 'var(--inverse-personas-olive-text-accent, #127210)';
|
|
359
335
|
|
|
360
336
|
/** null */
|
|
361
|
-
var
|
|
337
|
+
var personasOchreTextAccent = 'var(--personas-ochre-text-accent, #F4B49B)';
|
|
362
338
|
|
|
363
339
|
/** null */
|
|
364
|
-
var
|
|
340
|
+
var onDarkSurfaceTransparentAccentMinor = 'var(--on-dark-surface-transparent-accent-minor, #0BA68647)';
|
|
365
341
|
|
|
366
342
|
/** null */
|
|
367
|
-
var
|
|
343
|
+
var onDarkPersonasVioletTextAccent = 'var(--on-dark-personas-violet-text-accent, #E19DED)';
|
|
368
344
|
|
|
369
|
-
/**
|
|
370
|
-
var
|
|
345
|
+
/** Цвет предупреждения на светлом фоне */
|
|
346
|
+
var onLightTextWarningActive = 'var(--on-light-text-warning-active, #6F2D06FF)';
|
|
371
347
|
|
|
372
348
|
/** null */
|
|
373
|
-
var
|
|
349
|
+
var onLightOutlinePrimaryActive = 'var(--on-light-outline-primary-active, #C4BEBAFF)';
|
|
374
350
|
|
|
375
351
|
/** null */
|
|
376
|
-
var
|
|
352
|
+
var inversePersonasBlueTextAccentActive = 'var(--inverse-personas-blue-text-accent-active, #0D4F96FF)';
|
|
377
353
|
|
|
378
354
|
/** null */
|
|
379
|
-
var
|
|
355
|
+
var inverseSurfaceTransparentAccentMinorActive = 'var(--inverse-surface-transparent-accent-minor-active, #0BA8885C)';
|
|
380
356
|
|
|
381
357
|
/** null */
|
|
382
|
-
var
|
|
358
|
+
var onDarkPersonasSeaBlueTextAccent = 'var(--on-dark-personas-sea-blue-text-accent, #7BC8C8)';
|
|
383
359
|
|
|
384
360
|
/** null */
|
|
385
|
-
var
|
|
361
|
+
var onDarkPersonasGreenTextAccentHover = 'var(--on-dark-personas-green-text-accent-hover, #84DCC6FF)';
|
|
386
362
|
|
|
387
363
|
/** null */
|
|
388
|
-
var
|
|
364
|
+
var onLightPersonasBlueTextAccentActive = 'var(--on-light-personas-blue-text-accent-active, #0D4F96FF)';
|
|
389
365
|
|
|
390
|
-
/**
|
|
391
|
-
var
|
|
366
|
+
/** null */
|
|
367
|
+
var onLightOutlineDefaultActive = 'var(--on-light-outline-default-active, #E6E6E6FF)';
|
|
392
368
|
|
|
393
369
|
/** null */
|
|
394
|
-
var
|
|
370
|
+
var personasGreenTextAccentActive = 'var(--personas-green-text-accent-active, #03A57FFF)';
|
|
395
371
|
|
|
396
|
-
/**
|
|
397
|
-
var
|
|
372
|
+
/** null */
|
|
373
|
+
var personasSeaBlueTextAccentActive = 'var(--personas-sea-blue-text-accent-active, #00A8ADFF)';
|
|
398
374
|
|
|
399
375
|
/** null */
|
|
400
|
-
var
|
|
376
|
+
var inverseSurfaceAccentSecondaryActive = 'var(--inverse-surface-accent-secondary-active, #3CAF94FF)';
|
|
401
377
|
|
|
402
|
-
/**
|
|
403
|
-
var
|
|
378
|
+
/** null */
|
|
379
|
+
var onDarkPersonasPinkTextAccentActive = 'var(--on-dark-personas-pink-text-accent-active, #F58A8AFF)';
|
|
404
380
|
|
|
405
381
|
/** null */
|
|
406
|
-
var
|
|
382
|
+
var outlinePrimaryActive = 'var(--outline-primary-active, #665C57FF)';
|
|
407
383
|
|
|
408
|
-
/**
|
|
409
|
-
var
|
|
384
|
+
/** null */
|
|
385
|
+
var inversePersonasIndigoTextAccentActive = 'var(--inverse-personas-indigo-text-accent-active, #A46AF1FF)';
|
|
410
386
|
|
|
411
|
-
/**
|
|
412
|
-
var
|
|
387
|
+
/** null */
|
|
388
|
+
var inversePersonasPinkTextAccentActive = 'var(--inverse-personas-pink-text-accent-active, #F48080FF)';
|
|
413
389
|
|
|
414
|
-
/**
|
|
415
|
-
var
|
|
390
|
+
/** null */
|
|
391
|
+
var onDarkPersonasOliveTextAccentActive = 'var(--on-dark-personas-olive-text-accent-active, #7DC07CFF)';
|
|
416
392
|
|
|
417
|
-
/**
|
|
418
|
-
var
|
|
393
|
+
/** null */
|
|
394
|
+
var onDarkSurfaceAccentSecondaryActive = 'var(--on-dark-surface-accent-secondary-active, #59C5ACFF)';
|
|
419
395
|
|
|
420
|
-
/**
|
|
421
|
-
var
|
|
396
|
+
/** null */
|
|
397
|
+
var inversePersonasGreenTextAccentActive = 'var(--inverse-personas-green-text-accent-active, #4CCDACFF)';
|
|
422
398
|
|
|
423
|
-
/**
|
|
424
|
-
var
|
|
399
|
+
/** null */
|
|
400
|
+
var onLightPersonasPinkTextAccentActive = 'var(--on-light-personas-pink-text-accent-active, #D73333FF)';
|
|
425
401
|
|
|
426
|
-
/**
|
|
427
|
-
var
|
|
402
|
+
/** null */
|
|
403
|
+
var personasIndigoTextAccentActive = 'var(--personas-indigo-text-accent-active, #AA73F2FF)';
|
|
428
404
|
|
|
429
|
-
/**
|
|
430
|
-
var
|
|
405
|
+
/** null */
|
|
406
|
+
var onDarkPersonasVioletTextAccentActive = 'var(--on-dark-personas-violet-text-accent-active, #D982E8FF)';
|
|
431
407
|
|
|
432
|
-
/**
|
|
433
|
-
var
|
|
408
|
+
/** null */
|
|
409
|
+
var onLightSurfaceTransparentNaviHover = 'var(--on-light-surface-transparent-navi-hover, #FFFFFFA8)';
|
|
434
410
|
|
|
435
|
-
/**
|
|
436
|
-
var
|
|
411
|
+
/** null */
|
|
412
|
+
var onLightSurfaceTransparentNaviActive = 'var(--on-light-surface-transparent-navi-active, #FFFFFFAD)';
|
|
437
413
|
|
|
438
|
-
/**
|
|
439
|
-
var
|
|
414
|
+
/** null */
|
|
415
|
+
var inversePersonasOliveTextAccentHover = 'var(--inverse-personas-olive-text-accent-hover, #1DB71AFF)';
|
|
440
416
|
|
|
441
|
-
/**
|
|
442
|
-
var
|
|
417
|
+
/** null */
|
|
418
|
+
var personasOchreTextAccentHover = 'var(--personas-ochre-text-accent-hover, #F7C8B6FF)';
|
|
443
419
|
|
|
444
|
-
/**
|
|
445
|
-
var
|
|
420
|
+
/** null */
|
|
421
|
+
var inverseSurfaceAccentSecondary = 'var(--inverse-surface-accent-secondary, #41BDA1)';
|
|
446
422
|
|
|
447
|
-
/**
|
|
448
|
-
var
|
|
423
|
+
/** null */
|
|
424
|
+
var lightBackgroundHardline = 'var(--light-background-hardline, #FFFFFF)';
|
|
449
425
|
|
|
450
|
-
/**
|
|
451
|
-
var
|
|
426
|
+
/** null */
|
|
427
|
+
var onDarkPersonasSeaBlueTextAccentActive = 'var(--on-dark-personas-sea-blue-text-accent-active, #2D6C6CFF)';
|
|
452
428
|
|
|
453
|
-
/**
|
|
454
|
-
var
|
|
429
|
+
/** null */
|
|
430
|
+
var onLightSurfaceTransparentAccentMinor = 'var(--on-light-surface-transparent-accent-minor, #0BA6863D)';
|
|
455
431
|
|
|
456
|
-
/**
|
|
457
|
-
var
|
|
432
|
+
/** null */
|
|
433
|
+
var onLightPersonasGreenTextAccent = 'var(--on-light-personas-green-text-accent, #038768)';
|
|
458
434
|
|
|
459
|
-
/** Основной
|
|
460
|
-
var
|
|
435
|
+
/** Основной цвет текста */
|
|
436
|
+
var textPrimaryBrightnessHover = 'var(--text-primary-brightness-hover, #FAFAFA93)';
|
|
461
437
|
|
|
462
|
-
/** Основной
|
|
463
|
-
var
|
|
438
|
+
/** Основной цвет текста на темном фоне */
|
|
439
|
+
var onDarkTextPrimaryBrightnessHover = 'var(--on-dark-text-primary-brightness-hover, #FAFAFA93)';
|
|
464
440
|
|
|
465
441
|
/** null */
|
|
466
|
-
var
|
|
442
|
+
var onDarkPersonasGreenTextAccentActive = 'var(--on-dark-personas-green-text-accent-active, #54CFB0FF)';
|
|
467
443
|
|
|
468
444
|
/** null */
|
|
469
|
-
var
|
|
445
|
+
var onDarkPersonasOchreTextAccentActive = 'var(--on-dark-personas-ochre-text-accent-active, #F19F7EFF)';
|
|
470
446
|
|
|
471
447
|
/** null */
|
|
472
|
-
var
|
|
473
|
-
|
|
474
|
-
/** Цвет обводки успех на светлом фоне */
|
|
475
|
-
var onLightOutlinePositiveActive = 'var(--on-light-outline-positive-active, #20801EFF)';
|
|
448
|
+
var surfaceTransparentAccentMinorActive = 'var(--surface-transparent-accent-minor-active, #0BA88838)';
|
|
476
449
|
|
|
477
450
|
/** null */
|
|
478
|
-
var
|
|
451
|
+
var inverseOutlineDefaultHover = 'var(--inverse-outline-default-hover, #CCCCCCFF)';
|
|
479
452
|
|
|
480
453
|
/** null */
|
|
481
|
-
var
|
|
454
|
+
var personasVioletTextAccent = 'var(--personas-violet-text-accent, #9E32AF)';
|
|
482
455
|
|
|
483
|
-
/**
|
|
484
|
-
var
|
|
456
|
+
/** null */
|
|
457
|
+
var inversePersonasSeaBlueTextAccentHover = 'var(--inverse-personas-sea-blue-text-accent-hover, #000000FF)';
|
|
485
458
|
|
|
486
|
-
/**
|
|
487
|
-
var
|
|
459
|
+
/** null */
|
|
460
|
+
var inversePersonasBlueTextAccentHover = 'var(--inverse-personas-blue-text-accent-hover, #1477E1FF)';
|
|
488
461
|
|
|
489
462
|
/** null */
|
|
490
|
-
var
|
|
463
|
+
var inversePersonasVioletTextAccentHover = 'var(--inverse-personas-violet-text-accent-hover, #B740C9FF)';
|
|
491
464
|
|
|
492
|
-
/**
|
|
493
|
-
var
|
|
465
|
+
/** null */
|
|
466
|
+
var inverseSurfaceTransparentAccentMinorHover = 'var(--inverse-surface-transparent-accent-minor-hover, #0BA88857)';
|
|
494
467
|
|
|
495
|
-
/**
|
|
496
|
-
var
|
|
468
|
+
/** null */
|
|
469
|
+
var onLightPersonasBlueTextAccentHover = 'var(--on-light-personas-blue-text-accent-hover, #1477E1FF)';
|
|
497
470
|
|
|
498
|
-
/**
|
|
499
|
-
var
|
|
471
|
+
/** null */
|
|
472
|
+
var onDarkSurfaceTransparentNaviHover = 'var(--on-dark-surface-transparent-navi-hover, #242424B8)';
|
|
500
473
|
|
|
501
|
-
/**
|
|
502
|
-
var
|
|
474
|
+
/** null */
|
|
475
|
+
var inverseOutlinePrimaryHover = 'var(--inverse-outline-primary-hover, #ADA39FFF)';
|
|
503
476
|
|
|
504
477
|
/** null */
|
|
505
|
-
var
|
|
478
|
+
var onLightSurfaceAccentSecondaryHover = 'var(--on-light-surface-accent-secondary-hover, #50C3A8FF)';
|
|
506
479
|
|
|
507
480
|
/** null */
|
|
508
|
-
var
|
|
481
|
+
var surfaceTransparentNaviHover = 'var(--surface-transparent-navi-hover, #242424B8)';
|
|
509
482
|
|
|
510
|
-
/**
|
|
511
|
-
var
|
|
483
|
+
/** null */
|
|
484
|
+
var onLightSurfaceTransparentAccentMinorHover = 'var(--on-light-surface-transparent-accent-minor-hover, #0BA8884D)';
|
|
512
485
|
|
|
513
|
-
/**
|
|
514
|
-
var
|
|
486
|
+
/** null */
|
|
487
|
+
var onLightPersonasGreenTextAccentHover = 'var(--on-light-personas-green-text-accent-hover, #04D7A6FF)';
|
|
515
488
|
|
|
516
|
-
/**
|
|
517
|
-
var
|
|
489
|
+
/** null */
|
|
490
|
+
var outlineDefaultHover = 'var(--outline-default-hover, #858585FF)';
|
|
518
491
|
|
|
519
|
-
/**
|
|
520
|
-
var
|
|
492
|
+
/** null */
|
|
493
|
+
var onDarkOutlinePrimaryHover = 'var(--on-dark-outline-primary-hover, #6B6461FF)';
|
|
521
494
|
|
|
522
|
-
/**
|
|
523
|
-
var
|
|
495
|
+
/** null */
|
|
496
|
+
var onDarkPersonasPinkTextAccentHover = 'var(--on-dark-personas-pink-text-accent-hover, #F26E6EFF)';
|
|
524
497
|
|
|
525
|
-
/**
|
|
526
|
-
var
|
|
498
|
+
/** null */
|
|
499
|
+
var outlinePrimaryHover = 'var(--outline-primary-hover, #91847EFF)';
|
|
527
500
|
|
|
528
|
-
/**
|
|
529
|
-
var
|
|
501
|
+
/** null */
|
|
502
|
+
var inversePersonasIndigoTextAccentHover = 'var(--inverse-personas-indigo-text-accent-hover, #D2B4F8FF)';
|
|
530
503
|
|
|
531
504
|
/** null */
|
|
532
|
-
var
|
|
505
|
+
var inversePersonasPinkTextAccentHover = 'var(--inverse-personas-pink-text-accent-hover, #FBCBCBFF)';
|
|
533
506
|
|
|
534
507
|
/** null */
|
|
535
|
-
var
|
|
508
|
+
var personasOliveTextAccentHover = 'var(--personas-olive-text-accent-hover, #A6D4A5FF)';
|
|
536
509
|
|
|
537
510
|
/** null */
|
|
538
|
-
var
|
|
511
|
+
var inversePersonasOchreTextAccentHover = 'var(--inverse-personas-ochre-text-accent-hover, #ED6C1DFF)';
|
|
539
512
|
|
|
540
513
|
/** null */
|
|
541
|
-
var
|
|
514
|
+
var inverseSurfaceTransparentNaviHover = 'var(--inverse-surface-transparent-navi-hover, #FFFFFFA8)';
|
|
542
515
|
|
|
543
516
|
/** null */
|
|
544
|
-
var
|
|
517
|
+
var onLightPersonasOliveTextAccentHover = 'var(--on-light-personas-olive-text-accent-hover, #1DB71AFF)';
|
|
545
518
|
|
|
546
519
|
/** null */
|
|
547
|
-
var
|
|
520
|
+
var onLightPersonasVioletTextAccentHover = 'var(--on-light-personas-violet-text-accent-hover, #B740C9FF)';
|
|
548
521
|
|
|
549
522
|
/** null */
|
|
550
|
-
var
|
|
523
|
+
var onLightPersonasOchreTextAccentHover = 'var(--on-light-personas-ochre-text-accent-hover, #ED6C1DFF)';
|
|
551
524
|
|
|
552
|
-
/**
|
|
553
|
-
var
|
|
525
|
+
/** null */
|
|
526
|
+
var onDarkPersonasIndigoTextAccentHover = 'var(--on-dark-personas-indigo-text-accent-hover, #E8DAFCFF)';
|
|
554
527
|
|
|
555
|
-
/**
|
|
556
|
-
var
|
|
528
|
+
/** null */
|
|
529
|
+
var onDarkPersonasOchreTextAccent = 'var(--on-dark-personas-ochre-text-accent, #F4B49B)';
|
|
557
530
|
|
|
558
|
-
/**
|
|
559
|
-
var
|
|
531
|
+
/** null */
|
|
532
|
+
var personasSeaBlueTextAccent = 'var(--personas-sea-blue-text-accent, #00898D)';
|
|
560
533
|
|
|
561
|
-
/**
|
|
562
|
-
var
|
|
534
|
+
/** null */
|
|
535
|
+
var personasVioletTextAccentHover = 'var(--personas-violet-text-accent-hover, #B438C7FF)';
|
|
563
536
|
|
|
564
|
-
/**
|
|
565
|
-
var
|
|
537
|
+
/** null */
|
|
538
|
+
var surfaceAccentSecondaryActive = 'var(--surface-accent-secondary-active, #59C5ACFF)';
|
|
566
539
|
|
|
567
|
-
/**
|
|
568
|
-
var
|
|
540
|
+
/** null */
|
|
541
|
+
var surfaceTransparentAccentMinor = 'var(--surface-transparent-accent-minor, #0BA68647)';
|
|
569
542
|
|
|
570
|
-
/**
|
|
571
|
-
var
|
|
543
|
+
/** null */
|
|
544
|
+
var inversePersonasSeaBlueTextAccent = 'var(--inverse-personas-sea-blue-text-accent, #7BC8C8)';
|
|
572
545
|
|
|
573
|
-
/**
|
|
574
|
-
var
|
|
546
|
+
/** null */
|
|
547
|
+
var backgroundHardline = 'var(--background-hardline, #000000)';
|
|
575
548
|
|
|
576
|
-
/**
|
|
577
|
-
var
|
|
549
|
+
/** null */
|
|
550
|
+
var inversePersonasBlueTextAccent = 'var(--inverse-personas-blue-text-accent, #1063BA)';
|
|
578
551
|
|
|
579
|
-
/**
|
|
580
|
-
var
|
|
552
|
+
/** null */
|
|
553
|
+
var inversePersonasVioletTextAccent = 'var(--inverse-personas-violet-text-accent, #9E32AF)';
|
|
581
554
|
|
|
582
|
-
/**
|
|
583
|
-
var
|
|
555
|
+
/** null */
|
|
556
|
+
var inverseSurfaceTransparentAccentMinor = 'var(--inverse-surface-transparent-accent-minor, #0BA68647)';
|
|
584
557
|
|
|
585
558
|
/** null */
|
|
586
|
-
var
|
|
559
|
+
var onLightPersonasBlueTextAccent = 'var(--on-light-personas-blue-text-accent, #1063BA)';
|
|
587
560
|
|
|
588
561
|
/** null */
|
|
589
|
-
var
|
|
562
|
+
var onDarkSurfaceTransparentNavi = 'var(--on-dark-surface-transparent-navi, #23232399)';
|
|
590
563
|
|
|
591
564
|
/** null */
|
|
592
|
-
var
|
|
565
|
+
var inverseOutlinePrimary = 'var(--inverse-outline-primary, #DDD9D7)';
|
|
593
566
|
|
|
594
567
|
/** null */
|
|
595
|
-
var
|
|
568
|
+
var inversePersonasOliveTextAccentActive = 'var(--inverse-personas-olive-text-accent-active, #179315FF)';
|
|
596
569
|
|
|
597
570
|
/** null */
|
|
598
|
-
var
|
|
571
|
+
var onDarkOutlineDefault = 'var(--on-dark-outline-default, #383838)';
|
|
599
572
|
|
|
600
573
|
/** null */
|
|
601
|
-
var
|
|
574
|
+
var personasGreenTextAccent = 'var(--personas-green-text-accent, #038768)';
|
|
602
575
|
|
|
603
576
|
/** null */
|
|
604
|
-
var
|
|
577
|
+
var personasBlueTextAccentActive = 'var(--personas-blue-text-accent-active, #5DA3EFFF)';
|
|
605
578
|
|
|
606
579
|
/** null */
|
|
607
|
-
var
|
|
580
|
+
var darkBackgroundHardline = 'var(--dark-background-hardline, #000000)';
|
|
608
581
|
|
|
609
582
|
/** null */
|
|
610
|
-
var
|
|
583
|
+
var onDarkOutlinePrimary = 'var(--on-dark-outline-primary, #3B3735)';
|
|
611
584
|
|
|
612
585
|
/** null */
|
|
613
|
-
var
|
|
586
|
+
var onDarkPersonasPinkTextAccent = 'var(--on-dark-personas-pink-text-accent, #F7A4A4)';
|
|
614
587
|
|
|
615
|
-
/**
|
|
616
|
-
var
|
|
588
|
+
/** Основной цвет текста на светлом фоне */
|
|
589
|
+
var onLightTextPrimaryBrightnessHover = 'var(--on-light-text-primary-brightness-hover, #17171793)';
|
|
617
590
|
|
|
618
|
-
/**
|
|
619
|
-
var
|
|
591
|
+
/** Инвертированный основной цвет текста */
|
|
592
|
+
var inverseTextPrimaryBrightnessHover = 'var(--inverse-text-primary-brightness-hover, #17171793)';
|
|
593
|
+
|
|
594
|
+
/** Основной непрозрачный фон поверхности/контрола */
|
|
595
|
+
var surfaceSolidPrimaryBrightnessActive = 'var(--surface-solid-primary-brightness-active, #212121FF)';
|
|
596
|
+
|
|
597
|
+
/** Основной непрозрачный фон поверхности/контрола на темном фоне */
|
|
598
|
+
var onDarkSurfaceSolidPrimaryBrightnessHover = 'var(--on-dark-surface-solid-primary-brightness-hover, #303030FF)';
|
|
599
|
+
|
|
600
|
+
/** Инвертированный основной фон для карточек */
|
|
601
|
+
var inverseSurfaceSolidCardBrightnessHover = 'var(--inverse-surface-solid-card-brightness-hover, #FFFFFFFF)';
|
|
620
602
|
|
|
621
603
|
/** null */
|
|
622
|
-
var
|
|
604
|
+
var personasPinkTextAccent = 'var(--personas-pink-text-accent, #DE5555)';
|
|
623
605
|
|
|
624
606
|
/** null */
|
|
625
607
|
var personasBlueTextAccent = 'var(--personas-blue-text-accent, #79B3F2)';
|
|
626
608
|
|
|
627
|
-
/**
|
|
628
|
-
var
|
|
609
|
+
/** Основной цвет текста на темном фоне */
|
|
610
|
+
var onDarkTextPrimaryBrightnessActive = 'var(--on-dark-text-primary-brightness-active, #FAFAFAC4)';
|
|
629
611
|
|
|
630
|
-
/**
|
|
631
|
-
var
|
|
612
|
+
/** Основной цвет текста на светлом фоне */
|
|
613
|
+
var onLightTextPrimaryBrightnessActive = 'var(--on-light-text-primary-brightness-active, #171717C4)';
|
|
614
|
+
|
|
615
|
+
/** Инвертированный основной цвет текста */
|
|
616
|
+
var inverseTextPrimaryBrightnessActive = 'var(--inverse-text-primary-brightness-active, #171717C4)';
|
|
617
|
+
|
|
618
|
+
/** null */
|
|
619
|
+
var personasIndigoTextAccent = 'var(--personas-indigo-text-accent, #BD91F5)';
|
|
620
|
+
|
|
621
|
+
/** null */
|
|
622
|
+
var onDarkPersonasOchreTextAccentHover = 'var(--on-dark-personas-ochre-text-accent-hover, #F7C8B6FF)';
|
|
623
|
+
|
|
624
|
+
/** null */
|
|
625
|
+
var onDarkPersonasIndigoTextAccentActive = 'var(--on-dark-personas-indigo-text-accent-active, #AA73F2FF)';
|
|
632
626
|
|
|
633
627
|
/** Сплошной наборный текст */
|
|
634
628
|
var textParagraphHover = 'var(--text-paragraph-hover, #F5F1EFFF)';
|
|
@@ -693,6 +687,9 @@ var textInfoActive = 'var(--text-info-active, #53A3F3FF)';
|
|
|
693
687
|
/** Вторичный цвет текста */
|
|
694
688
|
var textSecondaryHover = 'var(--text-secondary-hover, #F5F1EFFF)';
|
|
695
689
|
|
|
690
|
+
/** Вторичный цвет текста */
|
|
691
|
+
var textSecondary = 'var(--text-secondary, #F6F2F0A3)';
|
|
692
|
+
|
|
696
693
|
/** Основной цвет текста */
|
|
697
694
|
var textPrimaryActive = 'var(--text-primary-active, #FFFFFFCA)';
|
|
698
695
|
|
|
@@ -711,11 +708,8 @@ var textTertiaryActive = 'var(--text-tertiary-active, #F5F1EF49)';
|
|
|
711
708
|
/** Основной цвет текста */
|
|
712
709
|
var textPrimaryBrightness = 'var(--text-primary-brightness, #FAFAFAF5)';
|
|
713
710
|
|
|
714
|
-
/**
|
|
715
|
-
var
|
|
716
|
-
|
|
717
|
-
/** Сплошной наборный текст на темном фоне */
|
|
718
|
-
var onDarkTextParagraph = 'var(--on-dark-text-paragraph, #F6F2F07A)';
|
|
711
|
+
/** Сплошной наборный текст */
|
|
712
|
+
var textParagraph = 'var(--text-paragraph, #F6F2F07A)';
|
|
719
713
|
|
|
720
714
|
/** Сплошной наборный текст на темном фоне */
|
|
721
715
|
var onDarkTextParagraphHover = 'var(--on-dark-text-paragraph-hover, #F5F1EFFF)';
|
|
@@ -777,6 +771,9 @@ var onDarkTextInfoActive = 'var(--on-dark-text-info-active, #53A3F3FF)';
|
|
|
777
771
|
/** Основной цвет текста на темном фоне */
|
|
778
772
|
var onDarkTextPrimaryActive = 'var(--on-dark-text-primary-active, #FFFFFFCA)';
|
|
779
773
|
|
|
774
|
+
/** Третичный цвет текста на темном фоне */
|
|
775
|
+
var onDarkTextTertiaryActive = 'var(--on-dark-text-tertiary-active, #F5F1EF49)';
|
|
776
|
+
|
|
780
777
|
/** Основной цвет текста на темном фоне */
|
|
781
778
|
var onDarkTextPrimary = 'var(--on-dark-text-primary, #FFFFFFFC)';
|
|
782
779
|
|
|
@@ -801,8 +798,8 @@ var onDarkTextSecondaryActive = 'var(--on-dark-text-secondary-active, #F5F1EFC4)
|
|
|
801
798
|
/** Основной цвет текста на темном фоне */
|
|
802
799
|
var onDarkTextPrimaryHover = 'var(--on-dark-text-primary-hover, #FFFFFF97)';
|
|
803
800
|
|
|
804
|
-
/**
|
|
805
|
-
var
|
|
801
|
+
/** Сплошной наборный текст на темном фоне */
|
|
802
|
+
var onDarkTextParagraph = 'var(--on-dark-text-paragraph, #F6F2F07A)';
|
|
806
803
|
|
|
807
804
|
/** Основной цвет текста на светлом фоне */
|
|
808
805
|
var onLightTextPrimaryActive = 'var(--on-light-text-primary-active, #15110FCA)';
|
|
@@ -873,6 +870,9 @@ var onLightTextWarningHover = 'var(--on-light-text-warning-hover, #BC4C0BFF)';
|
|
|
873
870
|
/** Основной цвет текста на светлом фоне */
|
|
874
871
|
var onLightTextPrimary = 'var(--on-light-text-primary, #15110FFC)';
|
|
875
872
|
|
|
873
|
+
/** Основной цвет текста на светлом фоне */
|
|
874
|
+
var onLightTextPrimaryHover = 'var(--on-light-text-primary-hover, #15110F97)';
|
|
875
|
+
|
|
876
876
|
/** Инвертированный основной цвет текста */
|
|
877
877
|
var inverseTextPrimary = 'var(--inverse-text-primary, #15110FFC)';
|
|
878
878
|
|
|
@@ -948,12 +948,6 @@ var onLightTextInfoActive = 'var(--on-light-text-info-active, #194B85FF)';
|
|
|
948
948
|
/** Цвет ошибки на светлом фоне */
|
|
949
949
|
var onLightTextNegativeHover = 'var(--on-light-text-negative-hover, #E3353BFF)';
|
|
950
950
|
|
|
951
|
-
/** Инвертированный цвет предупреждения */
|
|
952
|
-
var inverseTextWarningActive = 'var(--inverse-text-warning-active, #6F2D06FF)';
|
|
953
|
-
|
|
954
|
-
/** Инвертированный цвет ошибки */
|
|
955
|
-
var inverseTextNegative = 'var(--inverse-text-negative, #D11D23)';
|
|
956
|
-
|
|
957
951
|
/** Инвертированный цвет ошибки */
|
|
958
952
|
var inverseTextNegativeHover = 'var(--inverse-text-negative-hover, #E3353BFF)';
|
|
959
953
|
|
|
@@ -972,6 +966,9 @@ var inverseTextInfoActive = 'var(--inverse-text-info-active, #194B85FF)';
|
|
|
972
966
|
/** Основной непрозрачный фон поверхности/контрола */
|
|
973
967
|
var surfaceSolidPrimary = 'var(--surface-solid-primary, #232323)';
|
|
974
968
|
|
|
969
|
+
/** Инвертированный цвет предупреждения */
|
|
970
|
+
var inverseTextWarningActive = 'var(--inverse-text-warning-active, #6F2D06FF)';
|
|
971
|
+
|
|
975
972
|
/** Основной непрозрачный фон поверхности/контрола */
|
|
976
973
|
var surfaceSolidPrimaryHover = 'var(--surface-solid-primary-hover, #2E2E2EFF)';
|
|
977
974
|
|
|
@@ -1011,11 +1008,8 @@ var inverseTextWarningHover = 'var(--inverse-text-warning-hover, #BC4C0BFF)';
|
|
|
1011
1008
|
/** Инвертированный цвет успеха */
|
|
1012
1009
|
var inverseTextPositiveActive = 'var(--inverse-text-positive-active, #185E17FF)';
|
|
1013
1010
|
|
|
1014
|
-
/**
|
|
1015
|
-
var
|
|
1016
|
-
|
|
1017
|
-
/** Вторичный прозрачный фон поверхности/контрола */
|
|
1018
|
-
var surfaceTransparentSecondary = 'var(--surface-transparent-secondary, #FFFFFF29)';
|
|
1011
|
+
/** Инвертированный цвет ошибки */
|
|
1012
|
+
var inverseTextNegative = 'var(--inverse-text-negative, #D11D23)';
|
|
1019
1013
|
|
|
1020
1014
|
/** Вторичный прозрачный фон поверхности/контрола */
|
|
1021
1015
|
var surfaceTransparentSecondaryHover = 'var(--surface-transparent-secondary-hover, #FFFFFF47)';
|
|
@@ -1113,11 +1107,11 @@ var surfaceSolidDefaultActive = 'var(--surface-solid-default-active, #F2ECE9FF)'
|
|
|
1113
1107
|
/** Основной фон для карточек */
|
|
1114
1108
|
var surfaceSolidCardHover = 'var(--surface-solid-card-hover, #2E2E2EFF)';
|
|
1115
1109
|
|
|
1116
|
-
/**
|
|
1117
|
-
var
|
|
1110
|
+
/** Основной прозрачный фон поверхности/контрола */
|
|
1111
|
+
var surfaceTransparentPrimaryActive = 'var(--surface-transparent-primary-active, #FFFFFF0F)';
|
|
1118
1112
|
|
|
1119
|
-
/**
|
|
1120
|
-
var
|
|
1113
|
+
/** Вторичный прозрачный фон поверхности/контрола */
|
|
1114
|
+
var surfaceTransparentSecondary = 'var(--surface-transparent-secondary, #FFFFFF29)';
|
|
1121
1115
|
|
|
1122
1116
|
/** Цвет фона поверхности/контрола предупреждение */
|
|
1123
1117
|
var surfaceWarningHover = 'var(--surface-warning-hover, #F9BB94FF)';
|
|
@@ -1143,12 +1137,18 @@ var surfaceInfoHover = 'var(--surface-info-hover, #AED4F9FF)';
|
|
|
1143
1137
|
/** Цвет фона поверхности/контрола информация */
|
|
1144
1138
|
var surfaceInfoActive = 'var(--surface-info-active, #91C4F7FF)';
|
|
1145
1139
|
|
|
1140
|
+
/** Цвет фона поверхности/контрола успех */
|
|
1141
|
+
var surfacePositiveActive = 'var(--surface-positive-active, #9FCF9BFF)';
|
|
1142
|
+
|
|
1146
1143
|
/** Цвет фона поверхности/контрола успех */
|
|
1147
1144
|
var surfacePositive = 'var(--surface-positive, #A6D2A2)';
|
|
1148
1145
|
|
|
1149
1146
|
/** Цвет фона поверхности/контрола успех */
|
|
1150
1147
|
var surfacePositiveHover = 'var(--surface-positive-hover, #B3D9B0FF)';
|
|
1151
1148
|
|
|
1149
|
+
/** Цвет фона поверхности/контрола предупреждение */
|
|
1150
|
+
var surfaceWarning = 'var(--surface-warning, #F8AD80)';
|
|
1151
|
+
|
|
1152
1152
|
/** Цвет для readOnly */
|
|
1153
1153
|
var surfaceReadOnly = 'var(--surface-read-only, #F9F9F905)';
|
|
1154
1154
|
|
|
@@ -1185,12 +1185,6 @@ var onDarkSurfaceSolidTertiary = 'var(--on-dark-surface-solid-tertiary, #474747)
|
|
|
1185
1185
|
/** Третичный непрозрачный фон поверхности/контрола на темном фоне */
|
|
1186
1186
|
var onDarkSurfaceSolidTertiaryHover = 'var(--on-dark-surface-solid-tertiary-hover, #525252FF)';
|
|
1187
1187
|
|
|
1188
|
-
/** Основной прозрачный фон поверхности/контрола на темном фоне */
|
|
1189
|
-
var onDarkSurfaceTransparentPrimaryActive = 'var(--on-dark-surface-transparent-primary-active, #FFFFFF0F)';
|
|
1190
|
-
|
|
1191
|
-
/** Вторичный прозрачный фон поверхности/контрола на темном фоне */
|
|
1192
|
-
var onDarkSurfaceTransparentSecondary = 'var(--on-dark-surface-transparent-secondary, #FFFFFF29)';
|
|
1193
|
-
|
|
1194
1188
|
/** Вторичный прозрачный фон поверхности/контрола на темном фоне */
|
|
1195
1189
|
var onDarkSurfaceTransparentSecondaryHover = 'var(--on-dark-surface-transparent-secondary-hover, #FFFFFF47)';
|
|
1196
1190
|
|
|
@@ -1272,6 +1266,12 @@ var onDarkSurfaceTransparentPrimaryHover = 'var(--on-dark-surface-transparent-pr
|
|
|
1272
1266
|
/** Основной фон для карточек на темном фоне */
|
|
1273
1267
|
var onDarkSurfaceSolidCardHover = 'var(--on-dark-surface-solid-card-hover, #2E2E2EFF)';
|
|
1274
1268
|
|
|
1269
|
+
/** Основной прозрачный фон поверхности/контрола на темном фоне */
|
|
1270
|
+
var onDarkSurfaceTransparentPrimaryActive = 'var(--on-dark-surface-transparent-primary-active, #FFFFFF0F)';
|
|
1271
|
+
|
|
1272
|
+
/** Вторичный прозрачный фон поверхности/контрола на темном фоне */
|
|
1273
|
+
var onDarkSurfaceTransparentSecondary = 'var(--on-dark-surface-transparent-secondary, #FFFFFF29)';
|
|
1274
|
+
|
|
1275
1275
|
/** Цвет фона поверхности/контрола успех на темном фоне */
|
|
1276
1276
|
var onDarkSurfacePositive = 'var(--on-dark-surface-positive, #A6D2A2)';
|
|
1277
1277
|
|
|
@@ -1353,12 +1353,6 @@ var onLightSurfaceSolidTertiary = 'var(--on-light-surface-solid-tertiary, #FFFFF
|
|
|
1353
1353
|
/** Третичный непрозрачный фон поверхности/контрола на светлом фоне */
|
|
1354
1354
|
var onLightSurfaceSolidTertiaryHover = 'var(--on-light-surface-solid-tertiary-hover, #FFFFFFFF)';
|
|
1355
1355
|
|
|
1356
|
-
/** Основной прозрачный фон поверхности/контрола на светлом фоне */
|
|
1357
|
-
var onLightSurfaceTransparentPrimaryActive = 'var(--on-light-surface-transparent-primary-active, #15110F0F)';
|
|
1358
|
-
|
|
1359
|
-
/** Вторичный прозрачный фон поверхности/контрола на светлом фоне */
|
|
1360
|
-
var onLightSurfaceTransparentSecondary = 'var(--on-light-surface-transparent-secondary, #15110F14)';
|
|
1361
|
-
|
|
1362
1356
|
/** Вторичный прозрачный фон поверхности/контрола на светлом фоне */
|
|
1363
1357
|
var onLightSurfaceTransparentSecondaryHover = 'var(--on-light-surface-transparent-secondary-hover, #15110F1A)';
|
|
1364
1358
|
|
|
@@ -1440,6 +1434,12 @@ var onLightSurfaceSolidDefaultActive = 'var(--on-light-surface-solid-default-act
|
|
|
1440
1434
|
/** Основной фон для карточек на светлом фоне */
|
|
1441
1435
|
var onLightSurfaceSolidCardHover = 'var(--on-light-surface-solid-card-hover, #FFFFFFFF)';
|
|
1442
1436
|
|
|
1437
|
+
/** Основной прозрачный фон поверхности/контрола на светлом фоне */
|
|
1438
|
+
var onLightSurfaceTransparentPrimaryActive = 'var(--on-light-surface-transparent-primary-active, #15110F0F)';
|
|
1439
|
+
|
|
1440
|
+
/** Вторичный прозрачный фон поверхности/контрола на светлом фоне */
|
|
1441
|
+
var onLightSurfaceTransparentSecondary = 'var(--on-light-surface-transparent-secondary, #15110F14)';
|
|
1442
|
+
|
|
1443
1443
|
/** Цвет фона поверхности/контрола успех на светлом фоне */
|
|
1444
1444
|
var onLightSurfacePositive = 'var(--on-light-surface-positive, #239322)';
|
|
1445
1445
|
|
|
@@ -1515,12 +1515,6 @@ var inverseSurfaceSolidSecondaryHover = 'var(--inverse-surface-solid-secondary-h
|
|
|
1515
1515
|
/** Инвертированный вторичный непрозрачный фон поверхности/контрола */
|
|
1516
1516
|
var inverseSurfaceSolidSecondaryActive = 'var(--inverse-surface-solid-secondary-active, #FFFFFFFF)';
|
|
1517
1517
|
|
|
1518
|
-
/** Инвертированный основной прозрачный фон поверхности/контрола */
|
|
1519
|
-
var inverseSurfaceTransparentPrimaryHover = 'var(--inverse-surface-transparent-primary-hover, #15110F0D)';
|
|
1520
|
-
|
|
1521
|
-
/** Инвертированный основной прозрачный фон поверхности/контрола */
|
|
1522
|
-
var inverseSurfaceTransparentPrimaryActive = 'var(--inverse-surface-transparent-primary-active, #15110F0F)';
|
|
1523
|
-
|
|
1524
1518
|
/** Инвертированный вторичный прозрачный фон поверхности/контрола */
|
|
1525
1519
|
var inverseSurfaceTransparentSecondary = 'var(--inverse-surface-transparent-secondary, #15110F14)';
|
|
1526
1520
|
|
|
@@ -1602,6 +1596,12 @@ var inverseSurfaceSolidDefault = 'var(--inverse-surface-solid-default, #15110F)'
|
|
|
1602
1596
|
/** Инвертированный основной прозрачный фон поверхности/контрола */
|
|
1603
1597
|
var inverseSurfaceTransparentPrimary = 'var(--inverse-surface-transparent-primary, #15110F0A)';
|
|
1604
1598
|
|
|
1599
|
+
/** Инвертированный основной прозрачный фон поверхности/контрола */
|
|
1600
|
+
var inverseSurfaceTransparentPrimaryHover = 'var(--inverse-surface-transparent-primary-hover, #15110F0D)';
|
|
1601
|
+
|
|
1602
|
+
/** Инвертированный основной прозрачный фон поверхности/контрола */
|
|
1603
|
+
var inverseSurfaceTransparentPrimaryActive = 'var(--inverse-surface-transparent-primary-active, #15110F0F)';
|
|
1604
|
+
|
|
1605
1605
|
/** Инвертированный цвет фона поверхности/контрола успех */
|
|
1606
1606
|
var inverseSurfacePositive = 'var(--inverse-surface-positive, #239322)';
|
|
1607
1607
|
|
|
@@ -1686,9 +1686,6 @@ var darkBackgroundTertiary = 'var(--dark-background-tertiary, #141413)';
|
|
|
1686
1686
|
/** Основной фон на светлом фоне */
|
|
1687
1687
|
var lightBackgroundPrimary = 'var(--light-background-primary, #EBE7E5)';
|
|
1688
1688
|
|
|
1689
|
-
/** Цвет фона паранжи светлый на светлом фоне */
|
|
1690
|
-
var onLightOverlaySoft = 'var(--on-light-overlay-soft, #0000003D)';
|
|
1691
|
-
|
|
1692
1689
|
/** Цвет фона паранжи темный на светлом фоне */
|
|
1693
1690
|
var onLightOverlayHard = 'var(--on-light-overlay-hard, #00000052)';
|
|
1694
1691
|
|
|
@@ -1734,6 +1731,9 @@ var onDarkOverlayHard = 'var(--on-dark-overlay-hard, #00000029)';
|
|
|
1734
1731
|
/** Инвертированный основной фон */
|
|
1735
1732
|
var inverseBackgroundPrimary = 'var(--inverse-background-primary, #EBE7E5)';
|
|
1736
1733
|
|
|
1734
|
+
/** Цвет фона паранжи светлый на светлом фоне */
|
|
1735
|
+
var onLightOverlaySoft = 'var(--on-light-overlay-soft, #0000003D)';
|
|
1736
|
+
|
|
1737
1737
|
/** Цвет обводки успех */
|
|
1738
1738
|
var outlinePositive = 'var(--outline-positive, #A6D2A2)';
|
|
1739
1739
|
|
|
@@ -1896,12 +1896,6 @@ var inverseOutlineClearHover = 'var(--inverse-outline-clear-hover, #FFFFFF00)';
|
|
|
1896
1896
|
/** Инвертированная бесцветная обводка */
|
|
1897
1897
|
var inverseOutlineClearActive = 'var(--inverse-outline-clear-active, #FFFFFF00)';
|
|
1898
1898
|
|
|
1899
|
-
/** Инвертированный цвет обводки успех */
|
|
1900
|
-
var inverseOutlinePositiveActive = 'var(--inverse-outline-positive-active, #20801EFF)';
|
|
1901
|
-
|
|
1902
|
-
/** Инвертированный цвет обводки предупреждение */
|
|
1903
|
-
var inverseOutlineWarning = 'var(--inverse-outline-warning, #BE4E0C)';
|
|
1904
|
-
|
|
1905
1899
|
/** Инвертированный цвет обводки предупреждение */
|
|
1906
1900
|
var inverseOutlineWarningHover = 'var(--inverse-outline-warning-hover, #F3813FFF)';
|
|
1907
1901
|
|
|
@@ -1926,12 +1920,18 @@ var inverseOutlineInfoHover = 'var(--inverse-outline-info-hover, #81AADAFF)';
|
|
|
1926
1920
|
/** Инвертированный цвет обводки информация */
|
|
1927
1921
|
var inverseOutlineInfoActive = 'var(--inverse-outline-info-active, #3067A6FF)';
|
|
1928
1922
|
|
|
1923
|
+
/** Инвертированный цвет обводки успех */
|
|
1924
|
+
var inverseOutlinePositiveActive = 'var(--inverse-outline-positive-active, #20801EFF)';
|
|
1925
|
+
|
|
1929
1926
|
/** Инвертированный цвет обводки успех */
|
|
1930
1927
|
var inverseOutlinePositive = 'var(--inverse-outline-positive, #239322)';
|
|
1931
1928
|
|
|
1932
1929
|
/** Инвертированный цвет обводки успех */
|
|
1933
1930
|
var inverseOutlinePositiveHover = 'var(--inverse-outline-positive-hover, #32CA2FFF)';
|
|
1934
1931
|
|
|
1932
|
+
/** Инвертированный цвет обводки предупреждение */
|
|
1933
|
+
var inverseOutlineWarning = 'var(--inverse-outline-warning, #BE4E0C)';
|
|
1934
|
+
|
|
1935
1935
|
/** Основной цвет текста */
|
|
1936
1936
|
var textPrimaryHover = 'var(--text-primary-hover, #FFFFFF97)';
|
|
1937
1937
|
|
|
@@ -1947,12 +1947,6 @@ var inverseSurfaceAccentMinorHover = 'var(--inverse-surface-accent-minor-hover,
|
|
|
1947
1947
|
/** null */
|
|
1948
1948
|
var onDarkPersonasIndigoSurfaceAccentGradient = 'var(--on-dark-personas-indigo-surface-accent-gradient, linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%))';
|
|
1949
1949
|
|
|
1950
|
-
/** null */
|
|
1951
|
-
var onLightTextAccentGradientAI = 'var(--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%))';
|
|
1952
|
-
|
|
1953
|
-
/** null */
|
|
1954
|
-
var lightBackgroundGradient = 'var(--light-background-gradient, linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%))';
|
|
1955
|
-
|
|
1956
1950
|
/** null */
|
|
1957
1951
|
var surfaceSkeletonGradient = 'var(--surface-skeleton-gradient, linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%))';
|
|
1958
1952
|
|
|
@@ -2022,9 +2016,6 @@ var inverseBackgroundGradient = 'var(--inverse-background-gradient, linear-gradi
|
|
|
2022
2016
|
/** null */
|
|
2023
2017
|
var inverseOverlayGradient = 'var(--inverse-overlay-gradient, linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%))';
|
|
2024
2018
|
|
|
2025
|
-
/** null */
|
|
2026
|
-
var onDarkOverlayGradient = 'var(--on-dark-overlay-gradient, linear-gradient(180deg, #000000 0.0%, #000000 100.0%))';
|
|
2027
|
-
|
|
2028
2019
|
/** null */
|
|
2029
2020
|
var personasPinkSurfaceAccentGradient = 'var(--personas-pink-surface-accent-gradient, linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%))';
|
|
2030
2021
|
|
|
@@ -2035,10 +2026,13 @@ var onLightPersonasOliveSurfaceAccentGradient = 'var(--on-light-personas-olive-s
|
|
|
2035
2026
|
var inverseSurfaceAccentGradientSecondary = 'var(--inverse-surface-accent-gradient-secondary, linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%))';
|
|
2036
2027
|
|
|
2037
2028
|
/** null */
|
|
2038
|
-
var
|
|
2029
|
+
var onLightTextAccentGradientAI = 'var(--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%))';
|
|
2039
2030
|
|
|
2040
2031
|
/** null */
|
|
2041
|
-
var
|
|
2032
|
+
var lightBackgroundGradient = 'var(--light-background-gradient, linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%))';
|
|
2033
|
+
|
|
2034
|
+
/** null */
|
|
2035
|
+
var onDarkOverlayGradient = 'var(--on-dark-overlay-gradient, linear-gradient(180deg, #000000 0.0%, #000000 100.0%))';
|
|
2042
2036
|
|
|
2043
2037
|
/** null */
|
|
2044
2038
|
var onLightPersonasGreenSurfaceAccentGradient = 'var(--on-light-personas-green-surface-accent-gradient, linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%))';
|
|
@@ -2112,6 +2106,12 @@ var onDarkSurfaceAccentGradientSecondary = 'var(--on-dark-surface-accent-gradien
|
|
|
2112
2106
|
/** null */
|
|
2113
2107
|
var personasBlueSurfaceAccentGradient = 'var(--personas-blue-surface-accent-gradient, linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%))';
|
|
2114
2108
|
|
|
2109
|
+
/** null */
|
|
2110
|
+
var inversePersonasVioletSurfaceAccentGradient = 'var(--inverse-personas-violet-surface-accent-gradient, linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%))';
|
|
2111
|
+
|
|
2112
|
+
/** null */
|
|
2113
|
+
var onLightSurfaceAccentGradientSecondary = 'var(--on-light-surface-accent-gradient-secondary, linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%))';
|
|
2114
|
+
|
|
2115
2115
|
/** Акцентный фон поверхности/контрола с градиентом */
|
|
2116
2116
|
var surfaceAccentGradient = 'var(--surface-accent-gradient, linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%))';
|
|
2117
2117
|
|
|
@@ -2124,9 +2124,6 @@ var onDarkSurfaceAccentGradient = 'var(--on-dark-surface-accent-gradient, linear
|
|
|
2124
2124
|
/** Акцентный минорный фон поверхности/контрола с градиентом на темном фоне */
|
|
2125
2125
|
var onDarkSurfaceAccentMinorGradient = 'var(--on-dark-surface-accent-minor-gradient, linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%))';
|
|
2126
2126
|
|
|
2127
|
-
/** Инвертированный акцентный минорный фон поверхности/контрола с градиентом */
|
|
2128
|
-
var inverseSurfaceAccentMinorGradient = 'var(--inverse-surface-accent-minor-gradient, linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%))';
|
|
2129
|
-
|
|
2130
2127
|
/** Акцентный фон поверхности/контрола с градиентом на светлом фоне */
|
|
2131
2128
|
var onLightSurfaceAccentGradient = 'var(--on-light-surface-accent-gradient, linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%))';
|
|
2132
2129
|
|
|
@@ -2136,30 +2133,27 @@ var onLightSurfaceAccentMinorGradient = 'var(--on-light-surface-accent-minor-gra
|
|
|
2136
2133
|
/** Инвертированный акцентный фон поверхности/контрола с градиентом */
|
|
2137
2134
|
var inverseSurfaceAccentGradient = 'var(--inverse-surface-accent-gradient, linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%))';
|
|
2138
2135
|
|
|
2136
|
+
/** Инвертированный акцентный минорный фон поверхности/контрола с градиентом */
|
|
2137
|
+
var inverseSurfaceAccentMinorGradient = 'var(--inverse-surface-accent-minor-gradient, linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%))';
|
|
2138
|
+
|
|
2139
2139
|
/** shadow down hard s */
|
|
2140
2140
|
var shadowDownHardS = 'var(--shadow-down-hard-s, 0rem 0.25rem 0.75rem -0.1875rem #08080829,0rem 0.0625rem 0.25rem -0.125rem #00000014)';
|
|
2141
2141
|
|
|
2142
|
+
/** shadow down soft m */
|
|
2143
|
+
var shadowDownSoftM = 'var(--shadow-down-soft-m, 0rem 1.5rem 3rem -0.5rem #00000014)';
|
|
2144
|
+
|
|
2142
2145
|
/** shadow down soft l */
|
|
2143
2146
|
var shadowDownSoftL = 'var(--shadow-down-soft-l, 0rem 3.75rem 7rem -0.5rem #00000014)';
|
|
2144
2147
|
|
|
2145
2148
|
/** shadow down soft s */
|
|
2146
2149
|
var shadowDownSoftS = 'var(--shadow-down-soft-s, 0rem 0.25rem 0.875rem -0.25rem #08080814,0rem 0.0625rem 0.25rem -0.0625rem #0000000A)';
|
|
2147
2150
|
|
|
2148
|
-
/** shadow down soft m */
|
|
2149
|
-
var shadowDownSoftM = 'var(--shadow-down-soft-m, 0rem 1.5rem 3rem -0.5rem #00000014)';
|
|
2150
|
-
|
|
2151
2151
|
/** shadow down hard m */
|
|
2152
2152
|
var shadowDownHardM = 'var(--shadow-down-hard-m, 0rem 1rem 2rem -0.5rem #0000003D)';
|
|
2153
2153
|
|
|
2154
2154
|
/** shadow down hard l */
|
|
2155
2155
|
var shadowDownHardL = 'var(--shadow-down-hard-l, 0rem 3.75rem 7rem -0.5rem #00000066)';
|
|
2156
2156
|
|
|
2157
|
-
/** shadow up soft s */
|
|
2158
|
-
var shadowUpSoftS = 'var(--shadow-up-soft-s, 0rem -0.25rem 0.875rem -0.25rem #08080814,0rem -0.0625rem 0.25rem -0.0625rem #00000008)';
|
|
2159
|
-
|
|
2160
|
-
/** shadow up soft m */
|
|
2161
|
-
var shadowUpSoftM = 'var(--shadow-up-soft-m, 0rem -1.5rem 3rem -0.5rem #00000014)';
|
|
2162
|
-
|
|
2163
2157
|
/** shadow up soft l */
|
|
2164
2158
|
var shadowUpSoftL = 'var(--shadow-up-soft-l, 0rem -3.75rem 7rem -0.5rem #00000014)';
|
|
2165
2159
|
|
|
@@ -2172,6 +2166,12 @@ var shadowUpHardM = 'var(--shadow-up-hard-m, 0rem -1rem 2rem -0.5rem #0000003D)'
|
|
|
2172
2166
|
/** shadow up hard l */
|
|
2173
2167
|
var shadowUpHardL = 'var(--shadow-up-hard-l, 0rem -3.75rem 7rem -0.5rem #00000066)';
|
|
2174
2168
|
|
|
2169
|
+
/** shadow up soft s */
|
|
2170
|
+
var shadowUpSoftS = 'var(--shadow-up-soft-s, 0rem -0.25rem 0.875rem -0.25rem #08080814,0rem -0.0625rem 0.25rem -0.0625rem #00000008)';
|
|
2171
|
+
|
|
2172
|
+
/** shadow up soft m */
|
|
2173
|
+
var shadowUpSoftM = 'var(--shadow-up-soft-m, 0rem -1.5rem 3rem -0.5rem #00000014)';
|
|
2174
|
+
|
|
2175
2175
|
/** New description */
|
|
2176
2176
|
var borderRadius4xl = 'var(--border-radius-4xl, 2rem)';
|
|
2177
2177
|
|
|
@@ -2181,12 +2181,6 @@ var borderRadius3xl = 'var(--border-radius-3xl, 1.75rem)';
|
|
|
2181
2181
|
/** New description */
|
|
2182
2182
|
var borderRadius5xl = 'var(--border-radius-5xl, 2.5rem)';
|
|
2183
2183
|
|
|
2184
|
-
/** borderRadius circle */
|
|
2185
|
-
var borderRadiusCircle = 'var(--border-radius-circle, 100rem)';
|
|
2186
|
-
|
|
2187
|
-
/** borderRadius m */
|
|
2188
|
-
var borderRadiusM = 'var(--border-radius-m, 0.75rem)';
|
|
2189
|
-
|
|
2190
2184
|
/** borderRadius l */
|
|
2191
2185
|
var borderRadiusL = 'var(--border-radius-l, 1rem)';
|
|
2192
2186
|
|
|
@@ -2205,14 +2199,14 @@ var borderRadiusS = 'var(--border-radius-s, 0.5rem)';
|
|
|
2205
2199
|
/** borderRadius xl */
|
|
2206
2200
|
var borderRadiusXl = 'var(--border-radius-xl, 1.25rem)';
|
|
2207
2201
|
|
|
2208
|
-
/**
|
|
2209
|
-
var
|
|
2202
|
+
/** borderRadius circle */
|
|
2203
|
+
var borderRadiusCircle = 'var(--border-radius-circle, 100rem)';
|
|
2210
2204
|
|
|
2211
|
-
/**
|
|
2212
|
-
var
|
|
2205
|
+
/** borderRadius m */
|
|
2206
|
+
var borderRadiusM = 'var(--border-radius-m, 0.75rem)';
|
|
2213
2207
|
|
|
2214
|
-
/** spacing
|
|
2215
|
-
var
|
|
2208
|
+
/** spacing 16x */
|
|
2209
|
+
var spacing16x = 'var(--spacing-16x, 2rem)';
|
|
2216
2210
|
|
|
2217
2211
|
/** spacing 8x */
|
|
2218
2212
|
var spacing8x = 'var(--spacing-8x, 1rem)';
|
|
@@ -2250,6 +2244,12 @@ var spacing0x = 'var(--spacing-0x, 0rem)';
|
|
|
2250
2244
|
/** spacing 1x */
|
|
2251
2245
|
var spacing1x = 'var(--spacing-1x, 0.125rem)';
|
|
2252
2246
|
|
|
2247
|
+
/** spacing 3x */
|
|
2248
|
+
var spacing3x = 'var(--spacing-3x, 0.375rem)';
|
|
2249
|
+
|
|
2250
|
+
/** spacing 6x */
|
|
2251
|
+
var spacing6x = 'var(--spacing-6x, 0.75rem)';
|
|
2252
|
+
|
|
2253
2253
|
/** typography s body-xxs-bold */
|
|
2254
2254
|
var bodyXXSBold = {
|
|
2255
2255
|
fontFamily: 'var(--plasma-typo-body-xxs-bold-font-family)',
|
|
@@ -2430,6 +2430,36 @@ var bodyLBold = {
|
|
|
2430
2430
|
lineHeight: 'var(--plasma-typo-body-l-bold-line-height)'
|
|
2431
2431
|
};
|
|
2432
2432
|
|
|
2433
|
+
/** typography s body-s-bold */
|
|
2434
|
+
var bodySBold = {
|
|
2435
|
+
fontFamily: 'var(--plasma-typo-body-s-bold-font-family)',
|
|
2436
|
+
fontSize: 'var(--plasma-typo-body-s-bold-font-size)',
|
|
2437
|
+
fontStyle: 'var(--plasma-typo-body-s-bold-font-style)',
|
|
2438
|
+
fontWeight: 'var(--plasma-typo-body-s-bold-font-weight)',
|
|
2439
|
+
letterSpacing: 'var(--plasma-typo-body-s-bold-letter-spacing)',
|
|
2440
|
+
lineHeight: 'var(--plasma-typo-body-s-bold-line-height)'
|
|
2441
|
+
};
|
|
2442
|
+
|
|
2443
|
+
/** typography s body-l-medium */
|
|
2444
|
+
var bodyLMedium = {
|
|
2445
|
+
fontFamily: 'var(--plasma-typo-body-l-medium-font-family)',
|
|
2446
|
+
fontSize: 'var(--plasma-typo-body-l-medium-font-size)',
|
|
2447
|
+
fontStyle: 'var(--plasma-typo-body-l-medium-font-style)',
|
|
2448
|
+
fontWeight: 'var(--plasma-typo-body-l-medium-font-weight)',
|
|
2449
|
+
letterSpacing: 'var(--plasma-typo-body-l-medium-letter-spacing)',
|
|
2450
|
+
lineHeight: 'var(--plasma-typo-body-l-medium-line-height)'
|
|
2451
|
+
};
|
|
2452
|
+
|
|
2453
|
+
/** typography s body-m */
|
|
2454
|
+
var bodyM = {
|
|
2455
|
+
fontFamily: 'var(--plasma-typo-body-m-font-family)',
|
|
2456
|
+
fontSize: 'var(--plasma-typo-body-m-font-size)',
|
|
2457
|
+
fontStyle: 'var(--plasma-typo-body-m-font-style)',
|
|
2458
|
+
fontWeight: 'var(--plasma-typo-body-m-font-weight)',
|
|
2459
|
+
letterSpacing: 'var(--plasma-typo-body-m-letter-spacing)',
|
|
2460
|
+
lineHeight: 'var(--plasma-typo-body-m-line-height)'
|
|
2461
|
+
};
|
|
2462
|
+
|
|
2433
2463
|
/** typography s body-s-medium */
|
|
2434
2464
|
var bodySMedium = {
|
|
2435
2465
|
fontFamily: 'var(--plasma-typo-body-s-medium-font-family)',
|
|
@@ -2510,36 +2540,6 @@ var bodyS = {
|
|
|
2510
2540
|
lineHeight: 'var(--plasma-typo-body-s-line-height)'
|
|
2511
2541
|
};
|
|
2512
2542
|
|
|
2513
|
-
/** typography s body-s-bold */
|
|
2514
|
-
var bodySBold = {
|
|
2515
|
-
fontFamily: 'var(--plasma-typo-body-s-bold-font-family)',
|
|
2516
|
-
fontSize: 'var(--plasma-typo-body-s-bold-font-size)',
|
|
2517
|
-
fontStyle: 'var(--plasma-typo-body-s-bold-font-style)',
|
|
2518
|
-
fontWeight: 'var(--plasma-typo-body-s-bold-font-weight)',
|
|
2519
|
-
letterSpacing: 'var(--plasma-typo-body-s-bold-letter-spacing)',
|
|
2520
|
-
lineHeight: 'var(--plasma-typo-body-s-bold-line-height)'
|
|
2521
|
-
};
|
|
2522
|
-
|
|
2523
|
-
/** typography s body-l-medium */
|
|
2524
|
-
var bodyLMedium = {
|
|
2525
|
-
fontFamily: 'var(--plasma-typo-body-l-medium-font-family)',
|
|
2526
|
-
fontSize: 'var(--plasma-typo-body-l-medium-font-size)',
|
|
2527
|
-
fontStyle: 'var(--plasma-typo-body-l-medium-font-style)',
|
|
2528
|
-
fontWeight: 'var(--plasma-typo-body-l-medium-font-weight)',
|
|
2529
|
-
letterSpacing: 'var(--plasma-typo-body-l-medium-letter-spacing)',
|
|
2530
|
-
lineHeight: 'var(--plasma-typo-body-l-medium-line-height)'
|
|
2531
|
-
};
|
|
2532
|
-
|
|
2533
|
-
/** typography s body-m */
|
|
2534
|
-
var bodyM = {
|
|
2535
|
-
fontFamily: 'var(--plasma-typo-body-m-font-family)',
|
|
2536
|
-
fontSize: 'var(--plasma-typo-body-m-font-size)',
|
|
2537
|
-
fontStyle: 'var(--plasma-typo-body-m-font-style)',
|
|
2538
|
-
fontWeight: 'var(--plasma-typo-body-m-font-weight)',
|
|
2539
|
-
letterSpacing: 'var(--plasma-typo-body-m-letter-spacing)',
|
|
2540
|
-
lineHeight: 'var(--plasma-typo-body-m-line-height)'
|
|
2541
|
-
};
|
|
2542
|
-
|
|
2543
2543
|
/** typography s body-xxs-medium */
|
|
2544
2544
|
var bodyXXSMedium = {
|
|
2545
2545
|
fontFamily: 'var(--plasma-typo-body-xxs-medium-font-family)',
|
|
@@ -2549,10 +2549,130 @@ var bodyXXSMedium = {
|
|
|
2549
2549
|
letterSpacing: 'var(--plasma-typo-body-xxs-medium-letter-spacing)',
|
|
2550
2550
|
lineHeight: 'var(--plasma-typo-body-xxs-medium-line-height)'
|
|
2551
2551
|
};
|
|
2552
|
+
|
|
2553
|
+
/** typography s text-l */
|
|
2554
|
+
var textL = {
|
|
2555
|
+
fontFamily: 'var(--plasma-typo-text-l-font-family)',
|
|
2556
|
+
fontSize: 'var(--plasma-typo-text-l-font-size)',
|
|
2557
|
+
fontStyle: 'var(--plasma-typo-text-l-font-style)',
|
|
2558
|
+
fontWeight: 'var(--plasma-typo-text-l-font-weight)',
|
|
2559
|
+
letterSpacing: 'var(--plasma-typo-text-l-letter-spacing)',
|
|
2560
|
+
lineHeight: 'var(--plasma-typo-text-l-line-height)'
|
|
2561
|
+
};
|
|
2562
|
+
|
|
2563
|
+
/** typography s text-s-medium */
|
|
2564
|
+
var textSMedium = {
|
|
2565
|
+
fontFamily: 'var(--plasma-typo-text-s-medium-font-family)',
|
|
2566
|
+
fontSize: 'var(--plasma-typo-text-s-medium-font-size)',
|
|
2567
|
+
fontStyle: 'var(--plasma-typo-text-s-medium-font-style)',
|
|
2568
|
+
fontWeight: 'var(--plasma-typo-text-s-medium-font-weight)',
|
|
2569
|
+
letterSpacing: 'var(--plasma-typo-text-s-medium-letter-spacing)',
|
|
2570
|
+
lineHeight: 'var(--plasma-typo-text-s-medium-line-height)'
|
|
2571
|
+
};
|
|
2572
|
+
|
|
2573
|
+
/** typography s text-l-bold */
|
|
2574
|
+
var textLBold = {
|
|
2575
|
+
fontFamily: 'var(--plasma-typo-text-l-bold-font-family)',
|
|
2576
|
+
fontSize: 'var(--plasma-typo-text-l-bold-font-size)',
|
|
2577
|
+
fontStyle: 'var(--plasma-typo-text-l-bold-font-style)',
|
|
2578
|
+
fontWeight: 'var(--plasma-typo-text-l-bold-font-weight)',
|
|
2579
|
+
letterSpacing: 'var(--plasma-typo-text-l-bold-letter-spacing)',
|
|
2580
|
+
lineHeight: 'var(--plasma-typo-text-l-bold-line-height)'
|
|
2581
|
+
};
|
|
2582
|
+
|
|
2583
|
+
/** typography s text-m */
|
|
2584
|
+
var textM = {
|
|
2585
|
+
fontFamily: 'var(--plasma-typo-text-m-font-family)',
|
|
2586
|
+
fontSize: 'var(--plasma-typo-text-m-font-size)',
|
|
2587
|
+
fontStyle: 'var(--plasma-typo-text-m-font-style)',
|
|
2588
|
+
fontWeight: 'var(--plasma-typo-text-m-font-weight)',
|
|
2589
|
+
letterSpacing: 'var(--plasma-typo-text-m-letter-spacing)',
|
|
2590
|
+
lineHeight: 'var(--plasma-typo-text-m-line-height)'
|
|
2591
|
+
};
|
|
2592
|
+
|
|
2593
|
+
/** typography s text-l-medium */
|
|
2594
|
+
var textLMedium = {
|
|
2595
|
+
fontFamily: 'var(--plasma-typo-text-l-medium-font-family)',
|
|
2596
|
+
fontSize: 'var(--plasma-typo-text-l-medium-font-size)',
|
|
2597
|
+
fontStyle: 'var(--plasma-typo-text-l-medium-font-style)',
|
|
2598
|
+
fontWeight: 'var(--plasma-typo-text-l-medium-font-weight)',
|
|
2599
|
+
letterSpacing: 'var(--plasma-typo-text-l-medium-letter-spacing)',
|
|
2600
|
+
lineHeight: 'var(--plasma-typo-text-l-medium-line-height)'
|
|
2601
|
+
};
|
|
2602
|
+
|
|
2603
|
+
/** typography s text-s */
|
|
2604
|
+
var textS = {
|
|
2605
|
+
fontFamily: 'var(--plasma-typo-text-s-font-family)',
|
|
2606
|
+
fontSize: 'var(--plasma-typo-text-s-font-size)',
|
|
2607
|
+
fontStyle: 'var(--plasma-typo-text-s-font-style)',
|
|
2608
|
+
fontWeight: 'var(--plasma-typo-text-s-font-weight)',
|
|
2609
|
+
letterSpacing: 'var(--plasma-typo-text-s-letter-spacing)',
|
|
2610
|
+
lineHeight: 'var(--plasma-typo-text-s-line-height)'
|
|
2611
|
+
};
|
|
2612
|
+
|
|
2613
|
+
/** typography s text-s-bold */
|
|
2614
|
+
var textSBold = {
|
|
2615
|
+
fontFamily: 'var(--plasma-typo-text-s-bold-font-family)',
|
|
2616
|
+
fontSize: 'var(--plasma-typo-text-s-bold-font-size)',
|
|
2617
|
+
fontStyle: 'var(--plasma-typo-text-s-bold-font-style)',
|
|
2618
|
+
fontWeight: 'var(--plasma-typo-text-s-bold-font-weight)',
|
|
2619
|
+
letterSpacing: 'var(--plasma-typo-text-s-bold-letter-spacing)',
|
|
2620
|
+
lineHeight: 'var(--plasma-typo-text-s-bold-line-height)'
|
|
2621
|
+
};
|
|
2622
|
+
|
|
2623
|
+
/** typography s text-m-bold */
|
|
2624
|
+
var textMBold = {
|
|
2625
|
+
fontFamily: 'var(--plasma-typo-text-m-bold-font-family)',
|
|
2626
|
+
fontSize: 'var(--plasma-typo-text-m-bold-font-size)',
|
|
2627
|
+
fontStyle: 'var(--plasma-typo-text-m-bold-font-style)',
|
|
2628
|
+
fontWeight: 'var(--plasma-typo-text-m-bold-font-weight)',
|
|
2629
|
+
letterSpacing: 'var(--plasma-typo-text-m-bold-letter-spacing)',
|
|
2630
|
+
lineHeight: 'var(--plasma-typo-text-m-bold-line-height)'
|
|
2631
|
+
};
|
|
2632
|
+
|
|
2633
|
+
/** typography s text-m-medium */
|
|
2634
|
+
var textMMedium = {
|
|
2635
|
+
fontFamily: 'var(--plasma-typo-text-m-medium-font-family)',
|
|
2636
|
+
fontSize: 'var(--plasma-typo-text-m-medium-font-size)',
|
|
2637
|
+
fontStyle: 'var(--plasma-typo-text-m-medium-font-style)',
|
|
2638
|
+
fontWeight: 'var(--plasma-typo-text-m-medium-font-weight)',
|
|
2639
|
+
letterSpacing: 'var(--plasma-typo-text-m-medium-letter-spacing)',
|
|
2640
|
+
lineHeight: 'var(--plasma-typo-text-m-medium-line-height)'
|
|
2641
|
+
};
|
|
2642
|
+
|
|
2643
|
+
/** typography s text-xs */
|
|
2644
|
+
var textXS = {
|
|
2645
|
+
fontFamily: 'var(--plasma-typo-text-xs-font-family)',
|
|
2646
|
+
fontSize: 'var(--plasma-typo-text-xs-font-size)',
|
|
2647
|
+
fontStyle: 'var(--plasma-typo-text-xs-font-style)',
|
|
2648
|
+
fontWeight: 'var(--plasma-typo-text-xs-font-weight)',
|
|
2649
|
+
letterSpacing: 'var(--plasma-typo-text-xs-letter-spacing)',
|
|
2650
|
+
lineHeight: 'var(--plasma-typo-text-xs-line-height)'
|
|
2651
|
+
};
|
|
2652
|
+
|
|
2653
|
+
/** typography s text-xs-bold */
|
|
2654
|
+
var textXSBold = {
|
|
2655
|
+
fontFamily: 'var(--plasma-typo-text-xs-bold-font-family)',
|
|
2656
|
+
fontSize: 'var(--plasma-typo-text-xs-bold-font-size)',
|
|
2657
|
+
fontStyle: 'var(--plasma-typo-text-xs-bold-font-style)',
|
|
2658
|
+
fontWeight: 'var(--plasma-typo-text-xs-bold-font-weight)',
|
|
2659
|
+
letterSpacing: 'var(--plasma-typo-text-xs-bold-letter-spacing)',
|
|
2660
|
+
lineHeight: 'var(--plasma-typo-text-xs-bold-line-height)'
|
|
2661
|
+
};
|
|
2662
|
+
|
|
2663
|
+
/** typography s text-xs-medium */
|
|
2664
|
+
var textXSMedium = {
|
|
2665
|
+
fontFamily: 'var(--plasma-typo-text-xs-medium-font-family)',
|
|
2666
|
+
fontSize: 'var(--plasma-typo-text-xs-medium-font-size)',
|
|
2667
|
+
fontStyle: 'var(--plasma-typo-text-xs-medium-font-style)',
|
|
2668
|
+
fontWeight: 'var(--plasma-typo-text-xs-medium-font-weight)',
|
|
2669
|
+
letterSpacing: 'var(--plasma-typo-text-xs-medium-letter-spacing)',
|
|
2670
|
+
lineHeight: 'var(--plasma-typo-text-xs-medium-line-height)'
|
|
2671
|
+
};
|
|
2552
2672
|
var viewContainer = {
|
|
2553
|
-
dark: "\n --surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --inverse-outline-default-hover: var(--on-light-outline-default-hover);\n --inverse-outline-default-active: var(--on-light-outline-default-active);\n --inverse-personas-sea-blue-text-accent-hover: var(--on-light-personas-sea-blue-text-accent-hover);\n --inverse-personas-sea-blue-text-accent-active: var(--on-light-personas-sea-blue-text-accent-active);\n --inverse-personas-blue-text-accent-hover: var(--on-light-personas-blue-text-accent-hover);\n --inverse-personas-blue-text-accent-active: var(--on-light-personas-blue-text-accent-active);\n --inverse-personas-violet-text-accent-hover: var(--on-light-personas-violet-text-accent-hover);\n --inverse-personas-violet-text-accent-active: var(--on-light-personas-violet-text-accent-active);\n --inverse-surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --inverse-surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --inverse-outline-primary-hover: var(--on-light-outline-primary-hover);\n --inverse-outline-primary-active: var(--on-light-outline-primary-active);\n --personas-green-text-accent-hover: var(--on-dark-personas-green-text-accent-hover);\n --personas-green-text-accent-active: var(--on-dark-personas-green-text-accent-active);\n --personas-sea-blue-text-accent-hover: var(--on-dark-personas-sea-blue-text-accent-hover);\n --personas-sea-blue-text-accent-active: var(--on-dark-personas-sea-blue-text-accent-active);\n --inverse-surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --inverse-surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --surface-transparent-navi-hover: var(--on-dark-surface-transparent-navi-hover);\n --surface-transparent-navi-active: var(--on-dark-surface-transparent-navi-active);\n --outline-default-hover: var(--on-dark-outline-default-hover);\n --outline-default-active: var(--on-dark-outline-default-active);\n --outline-primary-hover: var(--on-dark-outline-primary-hover);\n --outline-primary-active: var(--on-dark-outline-primary-active);\n --inverse-personas-indigo-text-accent-hover: var(--on-light-personas-indigo-text-accent-hover);\n --inverse-personas-indigo-text-accent-active: var(--on-light-personas-indigo-text-accent-active);\n --inverse-personas-pink-text-accent-hover: var(--on-light-personas-pink-text-accent-hover);\n --inverse-personas-pink-text-accent-active: var(--on-light-personas-pink-text-accent-active);\n --personas-olive-text-accent-hover: var(--on-dark-personas-olive-text-accent-hover);\n --personas-olive-text-accent-active: var(--on-dark-personas-olive-text-accent-active);\n --inverse-personas-ochre-text-accent-hover: var(--on-light-personas-ochre-text-accent-hover);\n --inverse-personas-ochre-text-accent-active: var(--on-light-personas-ochre-text-accent-active);\n --inverse-surface-transparent-navi-hover: var(--on-light-surface-transparent-navi-hover);\n --inverse-surface-transparent-navi-active: var(--on-light-surface-transparent-navi-active);\n --inverse-personas-green-text-accent-hover: var(--on-light-personas-green-text-accent-hover);\n --inverse-personas-green-text-accent-active: var(--on-light-personas-green-text-accent-active);\n --surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --personas-pink-text-accent-hover: var(--on-dark-personas-pink-text-accent-hover);\n --surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --personas-pink-text-accent-active: var(--on-dark-personas-pink-text-accent-active);\n --personas-indigo-text-accent-hover: var(--on-dark-personas-indigo-text-accent-hover);\n --personas-indigo-text-accent-active: var(--on-dark-personas-indigo-text-accent-active);\n --inverse-outline-default: var(--on-light-outline-default);\n --inverse-personas-sea-blue-text-accent: var(--on-light-personas-sea-blue-text-accent);\n --background-hardline: var(--dark-background-hardline);\n --inverse-personas-blue-text-accent: var(--on-light-personas-blue-text-accent);\n --inverse-personas-violet-text-accent: var(--on-light-personas-violet-text-accent);\n --inverse-surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --inverse-outline-primary: var(--on-light-outline-primary);\n --inverse-personas-olive-text-accent-hover: var(--on-light-personas-olive-text-accent-hover);\n --inverse-personas-olive-text-accent-active: var(--on-light-personas-olive-text-accent-active);\n --personas-ochre-text-accent-hover: var(--on-dark-personas-ochre-text-accent-hover);\n --personas-ochre-text-accent-active: var(--on-dark-personas-ochre-text-accent-active);\n --personas-green-text-accent: var(--on-dark-personas-green-text-accent);\n --personas-sea-blue-text-accent: var(--on-dark-personas-sea-blue-text-accent);\n --inverse-background-hardline: var(--light-background-hardline);\n --inverse-surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --surface-transparent-navi: var(--on-dark-surface-transparent-navi);\n --personas-violet-text-accent-hover: var(--on-dark-personas-violet-text-accent-hover);\n --personas-violet-text-accent-active: var(--on-dark-personas-violet-text-accent-active);\n --personas-blue-text-accent-hover: var(--on-dark-personas-blue-text-accent-hover);\n --outline-default: var(--on-dark-outline-default);\n --personas-blue-text-accent-active: var(--on-dark-personas-blue-text-accent-active);\n --text-primary-brightness-hover: var(--on-dark-text-primary-brightness-hover);\n --text-primary-brightness-active: var(--on-dark-text-primary-brightness-active);\n --inverse-text-primary-brightness-hover: var(--on-light-text-primary-brightness-hover);\n --inverse-text-primary-brightness-active: var(--on-light-text-primary-brightness-active);\n --surface-solid-primary-brightness-active: var(--on-dark-surface-solid-primary-brightness-active);\n --surface-transparent-card-brightness-hover: var(--on-dark-surface-transparent-card-brightness-hover);\n --surface-transparent-card-brightness-active: var(--on-dark-surface-transparent-card-brightness-active);\n --surface-solid-card-brightness-hover: var(--on-dark-surface-solid-card-brightness-hover);\n --surface-solid-card-brightness-active: var(--on-dark-surface-solid-card-brightness-active);\n --surface-solid-primary-brightness-hover: var(--on-dark-surface-solid-primary-brightness-hover);\n --outline-primary: var(--on-dark-outline-primary);\n --inverse-personas-indigo-text-accent: var(--on-light-personas-indigo-text-accent);\n --inverse-personas-pink-text-accent: var(--on-light-personas-pink-text-accent);\n --personas-olive-text-accent: var(--on-dark-personas-olive-text-accent);\n --inverse-personas-ochre-text-accent: var(--on-light-personas-ochre-text-accent);\n --surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --text-primary: var(--on-dark-text-primary);\n --inverse-surface-transparent-navi: var(--on-light-surface-transparent-navi);\n --inverse-surface-solid-primary-brightness-hover: var(--on-light-surface-solid-primary-brightness-hover);\n --inverse-surface-solid-primary-brightness-active: var(--on-light-surface-solid-primary-brightness-active);\n --inverse-surface-transparent-card-brightness-hover: var(--on-light-surface-transparent-card-brightness-hover);\n --inverse-personas-green-text-accent: var(--on-light-personas-green-text-accent);\n --surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --surface-accent-minor: var(--on-dark-surface-accent-minor);\n --inverse-surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --inverse-surface-transparent-card-brightness-active: var(--on-light-surface-transparent-card-brightness-active);\n --inverse-surface-solid-card-brightness-hover: var(--on-light-surface-solid-card-brightness-hover);\n --inverse-surface-accent-minor: var(--on-light-surface-accent-minor);\n --inverse-surface-solid-card-brightness-active: var(--on-light-surface-solid-card-brightness-active);\n --personas-pink-text-accent: var(--on-dark-personas-pink-text-accent);\n --personas-indigo-text-accent: var(--on-dark-personas-indigo-text-accent);\n --inverse-personas-olive-text-accent: var(--on-light-personas-olive-text-accent);\n --personas-ochre-text-accent: var(--on-dark-personas-ochre-text-accent);\n --personas-violet-text-accent: var(--on-dark-personas-violet-text-accent);\n --personas-blue-text-accent: var(--on-dark-personas-blue-text-accent);\n --text-secondary: var(--on-dark-text-secondary);\n --text-paragraph: var(--on-dark-text-paragraph);\n --text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --text-paragraph-active: var(--on-dark-text-paragraph-active);\n --text-accent: var(--on-dark-text-accent);\n --text-accent-hover: var(--on-dark-text-accent-hover);\n --text-accent-active: var(--on-dark-text-accent-active);\n --text-accent-minor: var(--on-dark-text-accent-minor);\n --text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --text-positive: var(--on-dark-text-positive);\n --text-positive-hover: var(--on-dark-text-positive-hover);\n --text-positive-active: var(--on-dark-text-positive-active);\n --text-warning: var(--on-dark-text-warning);\n --text-warning-hover: var(--on-dark-text-warning-hover);\n --text-warning-active: var(--on-dark-text-warning-active);\n --text-negative: var(--on-dark-text-negative);\n --text-negative-hover: var(--on-dark-text-negative-hover);\n --text-negative-active: var(--on-dark-text-negative-active);\n --text-info: var(--on-dark-text-info);\n --text-info-hover: var(--on-dark-text-info-hover);\n --text-info-active: var(--on-dark-text-info-active);\n --text-secondary-hover: var(--on-dark-text-secondary-hover);\n --text-primary-active: var(--on-dark-text-primary-active);\n --text-secondary-active: var(--on-dark-text-secondary-active);\n --text-tertiary: var(--on-dark-text-tertiary);\n --text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --text-tertiary-active: var(--on-dark-text-tertiary-active);\n --text-primary-brightness: var(--on-dark-text-primary-brightness);\n --inverse-text-primary: var(--on-light-text-primary);\n --inverse-text-primary-hover: var(--on-light-text-primary-hover);\n --inverse-text-primary-active: var(--on-light-text-primary-active);\n --inverse-text-primary-brightness: var(--on-light-text-primary-brightness);\n --inverse-text-secondary: var(--on-light-text-secondary);\n --inverse-text-secondary-hover: var(--on-light-text-secondary-hover);\n --inverse-text-secondary-active: var(--on-light-text-secondary-active);\n --inverse-text-tertiary: var(--on-light-text-tertiary);\n --inverse-text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --inverse-text-tertiary-active: var(--on-light-text-tertiary-active);\n --inverse-text-paragraph: var(--on-light-text-paragraph);\n --inverse-text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --inverse-text-paragraph-active: var(--on-light-text-paragraph-active);\n --inverse-text-accent: var(--on-light-text-accent);\n --inverse-text-accent-hover: var(--on-light-text-accent-hover);\n --inverse-text-accent-active: var(--on-light-text-accent-active);\n --inverse-text-accent-minor: var(--on-light-text-accent-minor);\n --inverse-text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --inverse-text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --inverse-text-warning-active: var(--on-light-text-warning-active);\n --inverse-text-negative: var(--on-light-text-negative);\n --inverse-text-negative-hover: var(--on-light-text-negative-hover);\n --inverse-text-negative-active: var(--on-light-text-negative-active);\n --inverse-text-info: var(--on-light-text-info);\n --inverse-text-info-hover: var(--on-light-text-info-hover);\n --inverse-text-info-active: var(--on-light-text-info-active);\n --surface-solid-primary: var(--on-dark-surface-solid-primary);\n --surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --inverse-text-positive: var(--on-light-text-positive);\n --inverse-text-positive-hover: var(--on-light-text-positive-hover);\n --inverse-text-warning: var(--on-light-text-warning);\n --inverse-text-warning-hover: var(--on-light-text-warning-hover);\n --inverse-text-positive-active: var(--on-light-text-positive-active);\n --surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --surface-transparent-tertiary: var(--on-dark-surface-transparent-tertiary);\n --surface-transparent-tertiary-hover: var(--on-dark-surface-transparent-tertiary-hover);\n --surface-transparent-tertiary-active: var(--on-dark-surface-transparent-tertiary-active);\n --surface-transparent-deep: var(--on-dark-surface-transparent-deep);\n --surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --surface-transparent-card: var(--on-dark-surface-transparent-card);\n --surface-transparent-card-hover: var(--on-dark-surface-transparent-card-hover);\n --surface-transparent-card-active: var(--on-dark-surface-transparent-card-active);\n --surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --surface-clear: var(--on-dark-surface-clear);\n --surface-clear-hover: var(--on-dark-surface-clear-hover);\n --surface-clear-active: var(--on-dark-surface-clear-active);\n --surface-accent: var(--on-dark-surface-accent);\n --surface-accent-hover: var(--on-dark-surface-accent-hover);\n --surface-accent-active: var(--on-dark-surface-accent-active);\n --surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\n --surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --surface-transparent-accent-hover: var(--on-dark-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --surface-solid-card: var(--on-dark-surface-solid-card);\n --surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\n --surface-solid-default: var(--on-dark-surface-solid-default);\n --surface-solid-default-hover: var(--on-dark-surface-solid-default-hover);\n --surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --surface-solid-default-active: var(--on-dark-surface-solid-default-active);\n --surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --surface-positive-active: var(--on-dark-surface-positive-active);\n --surface-warning: var(--on-dark-surface-warning);\n --surface-warning-hover: var(--on-dark-surface-warning-hover);\n --surface-warning-active: var(--on-dark-surface-warning-active);\n --surface-negative: var(--on-dark-surface-negative);\n --surface-negative-hover: var(--on-dark-surface-negative-hover);\n --surface-negative-active: var(--on-dark-surface-negative-active);\n --surface-info: var(--on-dark-surface-info);\n --surface-info-hover: var(--on-dark-surface-info-hover);\n --surface-info-active: var(--on-dark-surface-info-active);\n --surface-positive: var(--on-dark-surface-positive);\n --surface-positive-hover: var(--on-dark-surface-positive-hover);\n --surface-read-only: var(--on-dark-surface-read-only);\n --surface-read-only-hover: var(--on-dark-surface-read-only-hover);\n --surface-read-only-active: var(--on-dark-surface-read-only-active);\n --inverse-surface-solid-primary: var(--on-light-surface-solid-primary);\n --inverse-surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --inverse-surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --inverse-surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --inverse-surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --inverse-surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --inverse-surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --inverse-surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --inverse-surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --inverse-surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --inverse-surface-transparent-tertiary: var(--on-light-surface-transparent-tertiary);\n --inverse-surface-transparent-tertiary-hover: var(--on-light-surface-transparent-tertiary-hover);\n --inverse-surface-transparent-tertiary-active: var(--on-light-surface-transparent-tertiary-active);\n --inverse-surface-transparent-deep: var(--on-light-surface-transparent-deep);\n --inverse-surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --inverse-surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --inverse-surface-transparent-card: var(--on-light-surface-transparent-card);\n --inverse-surface-transparent-card-hover: var(--on-light-surface-transparent-card-hover);\n --inverse-surface-transparent-card-active: var(--on-light-surface-transparent-card-active);\n --inverse-surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --inverse-surface-clear: var(--on-light-surface-clear);\n --inverse-surface-clear-hover: var(--on-light-surface-clear-hover);\n --inverse-surface-clear-active: var(--on-light-surface-clear-active);\n --inverse-surface-accent: var(--on-light-surface-accent);\n --inverse-surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --inverse-surface-solid-card: var(--on-light-surface-solid-card);\n --inverse-surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --inverse-surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --inverse-surface-solid-default-hover: var(--on-light-surface-solid-default-hover);\n --inverse-surface-solid-default-active: var(--on-light-surface-solid-default-active);\n --inverse-surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\n --inverse-surface-solid-default: var(--on-light-surface-solid-default);\n --inverse-surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --inverse-surface-positive: var(--on-light-surface-positive);\n --inverse-surface-positive-hover: var(--on-light-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-light-surface-positive-active);\n --inverse-surface-warning: var(--on-light-surface-warning);\n --inverse-surface-warning-hover: var(--on-light-surface-warning-hover);\n --inverse-surface-warning-active: var(--on-light-surface-warning-active);\n --inverse-surface-negative: var(--on-light-surface-negative);\n --inverse-surface-negative-hover: var(--on-light-surface-negative-hover);\n --inverse-surface-negative-active: var(--on-light-surface-negative-active);\n --inverse-surface-info: var(--on-light-surface-info);\n --inverse-surface-info-hover: var(--on-light-surface-info-hover);\n --inverse-surface-info-active: var(--on-light-surface-info-active);\n --inverse-surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\n --inverse-surface-accent-hover: var(--on-light-surface-accent-hover);\n --inverse-surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --inverse-surface-transparent-accent-hover: var(--on-light-surface-transparent-accent-hover);\n --inverse-surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --inverse-surface-accent-active: var(--on-light-surface-accent-active);\n --inverse-surface-read-only: var(--on-light-surface-read-only);\n --inverse-surface-read-only-hover: var(--on-light-surface-read-only-hover);\n --inverse-surface-read-only-active: var(--on-light-surface-read-only-active);\n --background-primary: var(--dark-background-primary);\n --background-secondary: var(--dark-background-secondary);\n --background-tertiary: var(--dark-background-tertiary);\n --inverse-overlay-soft: var(--on-light-overlay-soft);\n --inverse-overlay-hard: var(--on-light-overlay-hard);\n --outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --outline-transparent-primary-hover: var(--on-dark-outline-transparent-primary-hover);\n --outline-transparent-primary-active: var(--on-dark-outline-transparent-primary-active);\n --outline-clear: var(--on-dark-outline-clear);\n --inverse-background-secondary: var(--light-background-secondary);\n --inverse-background-tertiary: var(--light-background-tertiary);\n --overlay-soft: var(--on-dark-overlay-soft);\n --overlay-hard: var(--on-dark-overlay-hard);\n --inverse-background-primary: var(--light-background-primary);\n --outline-positive: var(--on-dark-outline-positive);\n --outline-positive-hover: var(--on-dark-outline-positive-hover);\n --outline-positive-active: var(--on-dark-outline-positive-active);\n --outline-warning: var(--on-dark-outline-warning);\n --outline-warning-hover: var(--on-dark-outline-warning-hover);\n --outline-warning-active: var(--on-dark-outline-warning-active);\n --outline-negative: var(--on-dark-outline-negative);\n --outline-negative-hover: var(--on-dark-outline-negative-hover);\n --outline-negative-active: var(--on-dark-outline-negative-active);\n --outline-info: var(--on-dark-outline-info);\n --outline-info-hover: var(--on-dark-outline-info-hover);\n --outline-info-active: var(--on-dark-outline-info-active);\n --outline-clear-active: var(--on-dark-outline-clear-active);\n --outline-clear-hover: var(--on-dark-outline-clear-hover);\n --inverse-outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --inverse-outline-transparent-primary-hover: var(--on-light-outline-transparent-primary-hover);\n --inverse-outline-transparent-primary-active: var(--on-light-outline-transparent-primary-active);\n --inverse-outline-clear: var(--on-light-outline-clear);\n --inverse-outline-clear-hover: var(--on-light-outline-clear-hover);\n --inverse-outline-clear-active: var(--on-light-outline-clear-active);\n --inverse-outline-positive-active: var(--on-light-outline-positive-active);\n --inverse-outline-warning: var(--on-light-outline-warning);\n --inverse-outline-warning-hover: var(--on-light-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-light-outline-warning-active);\n --inverse-outline-negative: var(--on-light-outline-negative);\n --inverse-outline-negative-hover: var(--on-light-outline-negative-hover);\n --inverse-outline-negative-active: var(--on-light-outline-negative-active);\n --inverse-outline-info: var(--on-light-outline-info);\n --inverse-outline-info-hover: var(--on-light-outline-info-hover);\n --inverse-outline-info-active: var(--on-light-outline-info-active);\n --inverse-outline-positive: var(--on-light-outline-positive);\n --inverse-outline-positive-hover: var(--on-light-outline-positive-hover);\n --text-primary-hover: var(--on-dark-text-primary-hover);\n --inverse-surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --overlay-gradient: var(--on-dark-overlay-gradient);\n --inverse-surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --background-gradient: var(--dark-background-gradient);\n --inverse-personas-indigo-surface-accent-gradient: var(--on-light-personas-indigo-surface-accent-gradient);\n --outline-white-gradient: var(--on-dark-outline-white-gradient);\n --personas-green-surface-accent-gradient: var(--on-dark-personas-green-surface-accent-gradient);\n --inverse-personas-sea-blue-surface-accent-gradient: var(--on-light-personas-sea-blue-surface-accent-gradient);\n --inverse-text-accent-gradient-a-i: var(--on-light-text-accent-gradient-a-i);\n --personas-sea-blue-surface-accent-gradient: var(--on-dark-personas-sea-blue-surface-accent-gradient);\n --inverse-personas-pink-surface-accent-gradient: var(--on-light-personas-pink-surface-accent-gradient);\n --inverse-personas-ochre-surface-accent-gradient: var(--on-light-personas-ochre-surface-accent-gradient);\n --inverse-background-gradient: var(--light-background-gradient);\n --inverse-overlay-gradient: var(--on-light-overlay-gradient);\n --personas-pink-surface-accent-gradient: var(--on-dark-personas-pink-surface-accent-gradient);\n --inverse-surface-accent-gradient-secondary: var(--on-light-surface-accent-gradient-secondary);\n --inverse-personas-violet-surface-accent-gradient: var(--on-light-personas-violet-surface-accent-gradient);\n --personas-indigo-surface-accent-gradient: var(--on-dark-personas-indigo-surface-accent-gradient);\n --surface-accent-gradient-secondary: var(--on-dark-surface-accent-gradient-secondary);\n --inverse-personas-green-surface-accent-gradient: var(--on-light-personas-green-surface-accent-gradient);\n --personas-ochre-surface-accent-gradient: var(--on-dark-personas-ochre-surface-accent-gradient);\n --inverse-outline-white-gradient: var(--on-light-outline-white-gradient);\n --personas-violet-surface-accent-gradient: var(--on-dark-personas-violet-surface-accent-gradient);\n --inverse-personas-blue-surface-accent-gradient: var(--on-light-personas-blue-surface-accent-gradient);\n --inverse-personas-olive-surface-accent-gradient: var(--on-light-personas-olive-surface-accent-gradient);\n --personas-olive-surface-accent-gradient: var(--on-dark-personas-olive-surface-accent-gradient);\n --text-accent-gradient-a-i: var(--on-dark-text-accent-gradient-a-i);\n --personas-blue-surface-accent-gradient: var(--on-dark-personas-blue-surface-accent-gradient);\n --surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --surface-accent-minor-gradient: var(--on-dark-surface-accent-minor-gradient);\n --inverse-surface-accent-minor-gradient: var(--on-light-surface-accent-minor-gradient);\n --inverse-surface-accent-gradient: var(--on-light-surface-accent-gradient);\n ",
|
|
2554
|
-
light: "\n --surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --inverse-outline-default-hover: var(--on-dark-outline-default-hover);\n --inverse-outline-default-active: var(--on-dark-outline-default-active);\n --inverse-personas-sea-blue-text-accent-hover: var(--on-dark-personas-sea-blue-text-accent-hover);\n --inverse-personas-sea-blue-text-accent-active: var(--on-dark-personas-sea-blue-text-accent-active);\n --inverse-personas-blue-text-accent-hover: var(--on-dark-personas-blue-text-accent-hover);\n --inverse-personas-blue-text-accent-active: var(--on-dark-personas-blue-text-accent-active);\n --inverse-personas-violet-text-accent-hover: var(--on-dark-personas-violet-text-accent-hover);\n --inverse-personas-violet-text-accent-active: var(--on-dark-personas-violet-text-accent-active);\n --inverse-surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --inverse-surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --inverse-outline-primary-hover: var(--on-dark-outline-primary-hover);\n --inverse-outline-primary-active: var(--on-dark-outline-primary-active);\n --personas-green-text-accent-hover: var(--on-light-personas-green-text-accent-hover);\n --personas-green-text-accent-active: var(--on-light-personas-green-text-accent-active);\n --personas-sea-blue-text-accent-hover: var(--on-light-personas-sea-blue-text-accent-hover);\n --personas-sea-blue-text-accent-active: var(--on-light-personas-sea-blue-text-accent-active);\n --inverse-surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --inverse-surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --surface-transparent-navi-hover: var(--on-light-surface-transparent-navi-hover);\n --surface-transparent-navi-active: var(--on-light-surface-transparent-navi-active);\n --outline-default-hover: var(--on-light-outline-default-hover);\n --outline-default-active: var(--on-light-outline-default-active);\n --outline-primary-hover: var(--on-light-outline-primary-hover);\n --outline-primary-active: var(--on-light-outline-primary-active);\n --inverse-personas-indigo-text-accent-hover: var(--on-dark-personas-indigo-text-accent-hover);\n --inverse-personas-indigo-text-accent-active: var(--on-dark-personas-indigo-text-accent-active);\n --inverse-personas-pink-text-accent-hover: var(--on-dark-personas-pink-text-accent-hover);\n --inverse-personas-pink-text-accent-active: var(--on-dark-personas-pink-text-accent-active);\n --personas-olive-text-accent-hover: var(--on-light-personas-olive-text-accent-hover);\n --personas-olive-text-accent-active: var(--on-light-personas-olive-text-accent-active);\n --inverse-personas-ochre-text-accent-hover: var(--on-dark-personas-ochre-text-accent-hover);\n --inverse-personas-ochre-text-accent-active: var(--on-dark-personas-ochre-text-accent-active);\n --inverse-surface-transparent-navi-hover: var(--on-dark-surface-transparent-navi-hover);\n --inverse-surface-transparent-navi-active: var(--on-dark-surface-transparent-navi-active);\n --inverse-personas-green-text-accent-hover: var(--on-dark-personas-green-text-accent-hover);\n --inverse-personas-green-text-accent-active: var(--on-dark-personas-green-text-accent-active);\n --surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --personas-pink-text-accent-hover: var(--on-light-personas-pink-text-accent-hover);\n --surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --personas-pink-text-accent-active: var(--on-light-personas-pink-text-accent-active);\n --personas-indigo-text-accent-hover: var(--on-light-personas-indigo-text-accent-hover);\n --personas-indigo-text-accent-active: var(--on-light-personas-indigo-text-accent-active);\n --inverse-outline-default: var(--on-dark-outline-default);\n --inverse-personas-sea-blue-text-accent: var(--on-dark-personas-sea-blue-text-accent);\n --background-hardline: var(--light-background-hardline);\n --inverse-personas-blue-text-accent: var(--on-dark-personas-blue-text-accent);\n --inverse-personas-violet-text-accent: var(--on-dark-personas-violet-text-accent);\n --inverse-surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --inverse-outline-primary: var(--on-dark-outline-primary);\n --inverse-personas-olive-text-accent-hover: var(--on-dark-personas-olive-text-accent-hover);\n --inverse-personas-olive-text-accent-active: var(--on-dark-personas-olive-text-accent-active);\n --personas-ochre-text-accent-hover: var(--on-light-personas-ochre-text-accent-hover);\n --personas-ochre-text-accent-active: var(--on-light-personas-ochre-text-accent-active);\n --personas-green-text-accent: var(--on-light-personas-green-text-accent);\n --personas-sea-blue-text-accent: var(--on-light-personas-sea-blue-text-accent);\n --inverse-background-hardline: var(--dark-background-hardline);\n --inverse-surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --surface-transparent-navi: var(--on-light-surface-transparent-navi);\n --personas-violet-text-accent-hover: var(--on-light-personas-violet-text-accent-hover);\n --personas-violet-text-accent-active: var(--on-light-personas-violet-text-accent-active);\n --personas-blue-text-accent-hover: var(--on-light-personas-blue-text-accent-hover);\n --outline-default: var(--on-light-outline-default);\n --personas-blue-text-accent-active: var(--on-light-personas-blue-text-accent-active);\n --text-primary-brightness-hover: var(--on-light-text-primary-brightness-hover);\n --text-primary-brightness-active: var(--on-light-text-primary-brightness-active);\n --inverse-text-primary-brightness-hover: var(--on-dark-text-primary-brightness-hover);\n --inverse-text-primary-brightness-active: var(--on-dark-text-primary-brightness-active);\n --surface-solid-primary-brightness-active: var(--on-light-surface-solid-primary-brightness-active);\n --surface-transparent-card-brightness-hover: var(--on-light-surface-transparent-card-brightness-hover);\n --surface-transparent-card-brightness-active: var(--on-light-surface-transparent-card-brightness-active);\n --surface-solid-card-brightness-hover: var(--on-light-surface-solid-card-brightness-hover);\n --surface-solid-card-brightness-active: var(--on-light-surface-solid-card-brightness-active);\n --surface-solid-primary-brightness-hover: var(--on-light-surface-solid-primary-brightness-hover);\n --outline-primary: var(--on-light-outline-primary);\n --inverse-personas-indigo-text-accent: var(--on-dark-personas-indigo-text-accent);\n --inverse-personas-pink-text-accent: var(--on-dark-personas-pink-text-accent);\n --personas-olive-text-accent: var(--on-light-personas-olive-text-accent);\n --inverse-personas-ochre-text-accent: var(--on-dark-personas-ochre-text-accent);\n --surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --text-primary: var(--on-light-text-primary);\n --inverse-surface-transparent-navi: var(--on-dark-surface-transparent-navi);\n --inverse-surface-solid-primary-brightness-hover: var(--on-dark-surface-solid-primary-brightness-hover);\n --inverse-surface-solid-primary-brightness-active: var(--on-dark-surface-solid-primary-brightness-active);\n --inverse-surface-transparent-card-brightness-hover: var(--on-dark-surface-transparent-card-brightness-hover);\n --inverse-personas-green-text-accent: var(--on-dark-personas-green-text-accent);\n --surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --surface-accent-minor: var(--on-light-surface-accent-minor);\n --inverse-surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --inverse-surface-transparent-card-brightness-active: var(--on-dark-surface-transparent-card-brightness-active);\n --inverse-surface-solid-card-brightness-hover: var(--on-dark-surface-solid-card-brightness-hover);\n --inverse-surface-accent-minor: var(--on-dark-surface-accent-minor);\n --inverse-surface-solid-card-brightness-active: var(--on-dark-surface-solid-card-brightness-active);\n --personas-pink-text-accent: var(--on-light-personas-pink-text-accent);\n --personas-indigo-text-accent: var(--on-light-personas-indigo-text-accent);\n --inverse-personas-olive-text-accent: var(--on-dark-personas-olive-text-accent);\n --personas-ochre-text-accent: var(--on-light-personas-ochre-text-accent);\n --personas-violet-text-accent: var(--on-light-personas-violet-text-accent);\n --personas-blue-text-accent: var(--on-light-personas-blue-text-accent);\n --text-secondary: var(--on-light-text-secondary);\n --text-paragraph: var(--on-light-text-paragraph);\n --text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --text-paragraph-active: var(--on-light-text-paragraph-active);\n --text-accent: var(--on-light-text-accent);\n --text-accent-hover: var(--on-light-text-accent-hover);\n --text-accent-active: var(--on-light-text-accent-active);\n --text-accent-minor: var(--on-light-text-accent-minor);\n --text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --text-positive: var(--on-light-text-positive);\n --text-positive-hover: var(--on-light-text-positive-hover);\n --text-positive-active: var(--on-light-text-positive-active);\n --text-warning: var(--on-light-text-warning);\n --text-warning-hover: var(--on-light-text-warning-hover);\n --text-warning-active: var(--on-light-text-warning-active);\n --text-negative: var(--on-light-text-negative);\n --text-negative-hover: var(--on-light-text-negative-hover);\n --text-negative-active: var(--on-light-text-negative-active);\n --text-info: var(--on-light-text-info);\n --text-info-hover: var(--on-light-text-info-hover);\n --text-info-active: var(--on-light-text-info-active);\n --text-secondary-hover: var(--on-light-text-secondary-hover);\n --text-primary-active: var(--on-light-text-primary-active);\n --text-secondary-active: var(--on-light-text-secondary-active);\n --text-tertiary: var(--on-light-text-tertiary);\n --text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --text-tertiary-active: var(--on-light-text-tertiary-active);\n --text-primary-brightness: var(--on-light-text-primary-brightness);\n --inverse-text-primary: var(--on-dark-text-primary);\n --inverse-text-primary-hover: var(--on-dark-text-primary-hover);\n --inverse-text-primary-active: var(--on-dark-text-primary-active);\n --inverse-text-primary-brightness: var(--on-dark-text-primary-brightness);\n --inverse-text-secondary: var(--on-dark-text-secondary);\n --inverse-text-secondary-hover: var(--on-dark-text-secondary-hover);\n --inverse-text-secondary-active: var(--on-dark-text-secondary-active);\n --inverse-text-tertiary: var(--on-dark-text-tertiary);\n --inverse-text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --inverse-text-tertiary-active: var(--on-dark-text-tertiary-active);\n --inverse-text-paragraph: var(--on-dark-text-paragraph);\n --inverse-text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --inverse-text-paragraph-active: var(--on-dark-text-paragraph-active);\n --inverse-text-accent: var(--on-dark-text-accent);\n --inverse-text-accent-hover: var(--on-dark-text-accent-hover);\n --inverse-text-accent-active: var(--on-dark-text-accent-active);\n --inverse-text-accent-minor: var(--on-dark-text-accent-minor);\n --inverse-text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --inverse-text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --inverse-text-warning-active: var(--on-dark-text-warning-active);\n --inverse-text-negative: var(--on-dark-text-negative);\n --inverse-text-negative-hover: var(--on-dark-text-negative-hover);\n --inverse-text-negative-active: var(--on-dark-text-negative-active);\n --inverse-text-info: var(--on-dark-text-info);\n --inverse-text-info-hover: var(--on-dark-text-info-hover);\n --inverse-text-info-active: var(--on-dark-text-info-active);\n --surface-solid-primary: var(--on-light-surface-solid-primary);\n --surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --inverse-text-positive: var(--on-dark-text-positive);\n --inverse-text-positive-hover: var(--on-dark-text-positive-hover);\n --inverse-text-warning: var(--on-dark-text-warning);\n --inverse-text-warning-hover: var(--on-dark-text-warning-hover);\n --inverse-text-positive-active: var(--on-dark-text-positive-active);\n --surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --surface-transparent-tertiary: var(--on-light-surface-transparent-tertiary);\n --surface-transparent-tertiary-hover: var(--on-light-surface-transparent-tertiary-hover);\n --surface-transparent-tertiary-active: var(--on-light-surface-transparent-tertiary-active);\n --surface-transparent-deep: var(--on-light-surface-transparent-deep);\n --surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --surface-transparent-card: var(--on-light-surface-transparent-card);\n --surface-transparent-card-hover: var(--on-light-surface-transparent-card-hover);\n --surface-transparent-card-active: var(--on-light-surface-transparent-card-active);\n --surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --surface-clear: var(--on-light-surface-clear);\n --surface-clear-hover: var(--on-light-surface-clear-hover);\n --surface-clear-active: var(--on-light-surface-clear-active);\n --surface-accent: var(--on-light-surface-accent);\n --surface-accent-hover: var(--on-light-surface-accent-hover);\n --surface-accent-active: var(--on-light-surface-accent-active);\n --surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\n --surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --surface-transparent-accent-hover: var(--on-light-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --surface-solid-card: var(--on-light-surface-solid-card);\n --surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\n --surface-solid-default: var(--on-light-surface-solid-default);\n --surface-solid-default-hover: var(--on-light-surface-solid-default-hover);\n --surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --surface-solid-default-active: var(--on-light-surface-solid-default-active);\n --surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --surface-positive-active: var(--on-light-surface-positive-active);\n --surface-warning: var(--on-light-surface-warning);\n --surface-warning-hover: var(--on-light-surface-warning-hover);\n --surface-warning-active: var(--on-light-surface-warning-active);\n --surface-negative: var(--on-light-surface-negative);\n --surface-negative-hover: var(--on-light-surface-negative-hover);\n --surface-negative-active: var(--on-light-surface-negative-active);\n --surface-info: var(--on-light-surface-info);\n --surface-info-hover: var(--on-light-surface-info-hover);\n --surface-info-active: var(--on-light-surface-info-active);\n --surface-positive: var(--on-light-surface-positive);\n --surface-positive-hover: var(--on-light-surface-positive-hover);\n --surface-read-only: var(--on-light-surface-read-only);\n --surface-read-only-hover: var(--on-light-surface-read-only-hover);\n --surface-read-only-active: var(--on-light-surface-read-only-active);\n --inverse-surface-solid-primary: var(--on-dark-surface-solid-primary);\n --inverse-surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --inverse-surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --inverse-surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --inverse-surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --inverse-surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --inverse-surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --inverse-surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --inverse-surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --inverse-surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --inverse-surface-transparent-tertiary: var(--on-dark-surface-transparent-tertiary);\n --inverse-surface-transparent-tertiary-hover: var(--on-dark-surface-transparent-tertiary-hover);\n --inverse-surface-transparent-tertiary-active: var(--on-dark-surface-transparent-tertiary-active);\n --inverse-surface-transparent-deep: var(--on-dark-surface-transparent-deep);\n --inverse-surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --inverse-surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --inverse-surface-transparent-card: var(--on-dark-surface-transparent-card);\n --inverse-surface-transparent-card-hover: var(--on-dark-surface-transparent-card-hover);\n --inverse-surface-transparent-card-active: var(--on-dark-surface-transparent-card-active);\n --inverse-surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --inverse-surface-clear: var(--on-dark-surface-clear);\n --inverse-surface-clear-hover: var(--on-dark-surface-clear-hover);\n --inverse-surface-clear-active: var(--on-dark-surface-clear-active);\n --inverse-surface-accent: var(--on-dark-surface-accent);\n --inverse-surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --inverse-surface-solid-card: var(--on-dark-surface-solid-card);\n --inverse-surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --inverse-surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --inverse-surface-solid-default-hover: var(--on-dark-surface-solid-default-hover);\n --inverse-surface-solid-default-active: var(--on-dark-surface-solid-default-active);\n --inverse-surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\n --inverse-surface-solid-default: var(--on-dark-surface-solid-default);\n --inverse-surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --inverse-surface-positive: var(--on-dark-surface-positive);\n --inverse-surface-positive-hover: var(--on-dark-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-dark-surface-positive-active);\n --inverse-surface-warning: var(--on-dark-surface-warning);\n --inverse-surface-warning-hover: var(--on-dark-surface-warning-hover);\n --inverse-surface-warning-active: var(--on-dark-surface-warning-active);\n --inverse-surface-negative: var(--on-dark-surface-negative);\n --inverse-surface-negative-hover: var(--on-dark-surface-negative-hover);\n --inverse-surface-negative-active: var(--on-dark-surface-negative-active);\n --inverse-surface-info: var(--on-dark-surface-info);\n --inverse-surface-info-hover: var(--on-dark-surface-info-hover);\n --inverse-surface-info-active: var(--on-dark-surface-info-active);\n --inverse-surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\n --inverse-surface-accent-hover: var(--on-dark-surface-accent-hover);\n --inverse-surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --inverse-surface-transparent-accent-hover: var(--on-dark-surface-transparent-accent-hover);\n --inverse-surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --inverse-surface-accent-active: var(--on-dark-surface-accent-active);\n --inverse-surface-read-only: var(--on-dark-surface-read-only);\n --inverse-surface-read-only-hover: var(--on-dark-surface-read-only-hover);\n --inverse-surface-read-only-active: var(--on-dark-surface-read-only-active);\n --background-primary: var(--light-background-primary);\n --background-secondary: var(--light-background-secondary);\n --background-tertiary: var(--light-background-tertiary);\n --inverse-overlay-soft: var(--on-dark-overlay-soft);\n --inverse-overlay-hard: var(--on-dark-overlay-hard);\n --outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --outline-transparent-primary-hover: var(--on-light-outline-transparent-primary-hover);\n --outline-transparent-primary-active: var(--on-light-outline-transparent-primary-active);\n --outline-clear: var(--on-light-outline-clear);\n --inverse-background-secondary: var(--dark-background-secondary);\n --inverse-background-tertiary: var(--dark-background-tertiary);\n --overlay-soft: var(--on-light-overlay-soft);\n --overlay-hard: var(--on-light-overlay-hard);\n --inverse-background-primary: var(--dark-background-primary);\n --outline-positive: var(--on-light-outline-positive);\n --outline-positive-hover: var(--on-light-outline-positive-hover);\n --outline-positive-active: var(--on-light-outline-positive-active);\n --outline-warning: var(--on-light-outline-warning);\n --outline-warning-hover: var(--on-light-outline-warning-hover);\n --outline-warning-active: var(--on-light-outline-warning-active);\n --outline-negative: var(--on-light-outline-negative);\n --outline-negative-hover: var(--on-light-outline-negative-hover);\n --outline-negative-active: var(--on-light-outline-negative-active);\n --outline-info: var(--on-light-outline-info);\n --outline-info-hover: var(--on-light-outline-info-hover);\n --outline-info-active: var(--on-light-outline-info-active);\n --outline-clear-active: var(--on-light-outline-clear-active);\n --outline-clear-hover: var(--on-light-outline-clear-hover);\n --inverse-outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --inverse-outline-transparent-primary-hover: var(--on-dark-outline-transparent-primary-hover);\n --inverse-outline-transparent-primary-active: var(--on-dark-outline-transparent-primary-active);\n --inverse-outline-clear: var(--on-dark-outline-clear);\n --inverse-outline-clear-hover: var(--on-dark-outline-clear-hover);\n --inverse-outline-clear-active: var(--on-dark-outline-clear-active);\n --inverse-outline-positive-active: var(--on-dark-outline-positive-active);\n --inverse-outline-warning: var(--on-dark-outline-warning);\n --inverse-outline-warning-hover: var(--on-dark-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-dark-outline-warning-active);\n --inverse-outline-negative: var(--on-dark-outline-negative);\n --inverse-outline-negative-hover: var(--on-dark-outline-negative-hover);\n --inverse-outline-negative-active: var(--on-dark-outline-negative-active);\n --inverse-outline-info: var(--on-dark-outline-info);\n --inverse-outline-info-hover: var(--on-dark-outline-info-hover);\n --inverse-outline-info-active: var(--on-dark-outline-info-active);\n --inverse-outline-positive: var(--on-dark-outline-positive);\n --inverse-outline-positive-hover: var(--on-dark-outline-positive-hover);\n --text-primary-hover: var(--on-light-text-primary-hover);\n --inverse-surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --overlay-gradient: var(--on-light-overlay-gradient);\n --inverse-surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --background-gradient: var(--light-background-gradient);\n --inverse-personas-indigo-surface-accent-gradient: var(--on-dark-personas-indigo-surface-accent-gradient);\n --outline-white-gradient: var(--on-light-outline-white-gradient);\n --personas-green-surface-accent-gradient: var(--on-light-personas-green-surface-accent-gradient);\n --inverse-personas-sea-blue-surface-accent-gradient: var(--on-dark-personas-sea-blue-surface-accent-gradient);\n --inverse-text-accent-gradient-a-i: var(--on-dark-text-accent-gradient-a-i);\n --personas-sea-blue-surface-accent-gradient: var(--on-light-personas-sea-blue-surface-accent-gradient);\n --inverse-personas-pink-surface-accent-gradient: var(--on-dark-personas-pink-surface-accent-gradient);\n --inverse-personas-ochre-surface-accent-gradient: var(--on-dark-personas-ochre-surface-accent-gradient);\n --inverse-background-gradient: var(--dark-background-gradient);\n --inverse-overlay-gradient: var(--on-dark-overlay-gradient);\n --personas-pink-surface-accent-gradient: var(--on-light-personas-pink-surface-accent-gradient);\n --inverse-surface-accent-gradient-secondary: var(--on-dark-surface-accent-gradient-secondary);\n --inverse-personas-violet-surface-accent-gradient: var(--on-dark-personas-violet-surface-accent-gradient);\n --personas-indigo-surface-accent-gradient: var(--on-light-personas-indigo-surface-accent-gradient);\n --surface-accent-gradient-secondary: var(--on-light-surface-accent-gradient-secondary);\n --inverse-personas-green-surface-accent-gradient: var(--on-dark-personas-green-surface-accent-gradient);\n --personas-ochre-surface-accent-gradient: var(--on-light-personas-ochre-surface-accent-gradient);\n --inverse-outline-white-gradient: var(--on-dark-outline-white-gradient);\n --personas-violet-surface-accent-gradient: var(--on-light-personas-violet-surface-accent-gradient);\n --inverse-personas-blue-surface-accent-gradient: var(--on-dark-personas-blue-surface-accent-gradient);\n --inverse-personas-olive-surface-accent-gradient: var(--on-dark-personas-olive-surface-accent-gradient);\n --personas-olive-surface-accent-gradient: var(--on-light-personas-olive-surface-accent-gradient);\n --text-accent-gradient-a-i: var(--on-light-text-accent-gradient-a-i);\n --personas-blue-surface-accent-gradient: var(--on-light-personas-blue-surface-accent-gradient);\n --surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --surface-accent-minor-gradient: var(--on-light-surface-accent-minor-gradient);\n --inverse-surface-accent-minor-gradient: var(--on-dark-surface-accent-minor-gradient);\n --inverse-surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n "
|
|
2673
|
+
dark: "\n --surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --inverse-outline-default-active: var(--on-light-outline-default-active);\n --inverse-personas-sea-blue-text-accent-active: var(--on-light-personas-sea-blue-text-accent-active);\n --inverse-personas-violet-text-accent-active: var(--on-light-personas-violet-text-accent-active);\n --inverse-outline-primary-active: var(--on-light-outline-primary-active);\n --personas-green-text-accent-hover: var(--on-dark-personas-green-text-accent-hover);\n --personas-sea-blue-text-accent-hover: var(--on-dark-personas-sea-blue-text-accent-hover);\n --inverse-surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --surface-transparent-navi-active: var(--on-dark-surface-transparent-navi-active);\n --outline-default-active: var(--on-dark-outline-default-active);\n --personas-olive-text-accent-active: var(--on-dark-personas-olive-text-accent-active);\n --inverse-personas-ochre-text-accent-active: var(--on-light-personas-ochre-text-accent-active);\n --inverse-surface-transparent-navi-active: var(--on-light-surface-transparent-navi-active);\n --inverse-personas-green-text-accent-hover: var(--on-light-personas-green-text-accent-hover);\n --surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --personas-pink-text-accent-hover: var(--on-dark-personas-pink-text-accent-hover);\n --personas-indigo-text-accent-hover: var(--on-dark-personas-indigo-text-accent-hover);\n --personas-pink-text-accent-active: var(--on-dark-personas-pink-text-accent-active);\n --inverse-outline-default: var(--on-light-outline-default);\n --personas-ochre-text-accent-active: var(--on-dark-personas-ochre-text-accent-active);\n --inverse-background-hardline: var(--light-background-hardline);\n --surface-transparent-navi: var(--on-dark-surface-transparent-navi);\n --personas-violet-text-accent-active: var(--on-dark-personas-violet-text-accent-active);\n --personas-blue-text-accent-hover: var(--on-dark-personas-blue-text-accent-hover);\n --outline-default: var(--on-dark-outline-default);\n --text-primary-brightness-active: var(--on-dark-text-primary-brightness-active);\n --surface-transparent-card-brightness-hover: var(--on-dark-surface-transparent-card-brightness-hover);\n --surface-transparent-card-brightness-active: var(--on-dark-surface-transparent-card-brightness-active);\n --surface-solid-card-brightness-hover: var(--on-dark-surface-solid-card-brightness-hover);\n --surface-solid-card-brightness-active: var(--on-dark-surface-solid-card-brightness-active);\n --surface-solid-primary-brightness-hover: var(--on-dark-surface-solid-primary-brightness-hover);\n --outline-primary: var(--on-dark-outline-primary);\n --inverse-personas-indigo-text-accent: var(--on-light-personas-indigo-text-accent);\n --inverse-personas-pink-text-accent: var(--on-light-personas-pink-text-accent);\n --personas-olive-text-accent: var(--on-dark-personas-olive-text-accent);\n --inverse-personas-ochre-text-accent: var(--on-light-personas-ochre-text-accent);\n --surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --text-primary: var(--on-dark-text-primary);\n --inverse-surface-transparent-navi: var(--on-light-surface-transparent-navi);\n --inverse-surface-solid-primary-brightness-hover: var(--on-light-surface-solid-primary-brightness-hover);\n --inverse-surface-solid-primary-brightness-active: var(--on-light-surface-solid-primary-brightness-active);\n --inverse-surface-transparent-card-brightness-hover: var(--on-light-surface-transparent-card-brightness-hover);\n --inverse-personas-green-text-accent: var(--on-light-personas-green-text-accent);\n --surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --surface-accent-minor: var(--on-dark-surface-accent-minor);\n --inverse-surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --inverse-surface-transparent-card-brightness-active: var(--on-light-surface-transparent-card-brightness-active);\n --inverse-surface-accent-minor: var(--on-light-surface-accent-minor);\n --inverse-surface-solid-card-brightness-active: var(--on-light-surface-solid-card-brightness-active);\n --inverse-personas-olive-text-accent: var(--on-light-personas-olive-text-accent);\n --personas-ochre-text-accent: var(--on-dark-personas-ochre-text-accent);\n --inverse-personas-blue-text-accent-active: var(--on-light-personas-blue-text-accent-active);\n --inverse-surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --personas-green-text-accent-active: var(--on-dark-personas-green-text-accent-active);\n --personas-sea-blue-text-accent-active: var(--on-dark-personas-sea-blue-text-accent-active);\n --inverse-surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --outline-primary-active: var(--on-dark-outline-primary-active);\n --inverse-personas-indigo-text-accent-active: var(--on-light-personas-indigo-text-accent-active);\n --inverse-personas-pink-text-accent-active: var(--on-light-personas-pink-text-accent-active);\n --inverse-personas-green-text-accent-active: var(--on-light-personas-green-text-accent-active);\n --personas-indigo-text-accent-active: var(--on-dark-personas-indigo-text-accent-active);\n --inverse-personas-olive-text-accent-hover: var(--on-light-personas-olive-text-accent-hover);\n --personas-ochre-text-accent-hover: var(--on-dark-personas-ochre-text-accent-hover);\n --inverse-surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --text-primary-brightness-hover: var(--on-dark-text-primary-brightness-hover);\n --surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --inverse-outline-default-hover: var(--on-light-outline-default-hover);\n --personas-violet-text-accent: var(--on-dark-personas-violet-text-accent);\n --inverse-personas-sea-blue-text-accent-hover: var(--on-light-personas-sea-blue-text-accent-hover);\n --inverse-personas-blue-text-accent-hover: var(--on-light-personas-blue-text-accent-hover);\n --inverse-personas-violet-text-accent-hover: var(--on-light-personas-violet-text-accent-hover);\n --inverse-surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --inverse-outline-primary-hover: var(--on-light-outline-primary-hover);\n --surface-transparent-navi-hover: var(--on-dark-surface-transparent-navi-hover);\n --outline-default-hover: var(--on-dark-outline-default-hover);\n --outline-primary-hover: var(--on-dark-outline-primary-hover);\n --inverse-personas-indigo-text-accent-hover: var(--on-light-personas-indigo-text-accent-hover);\n --inverse-personas-pink-text-accent-hover: var(--on-light-personas-pink-text-accent-hover);\n --personas-olive-text-accent-hover: var(--on-dark-personas-olive-text-accent-hover);\n --inverse-personas-ochre-text-accent-hover: var(--on-light-personas-ochre-text-accent-hover);\n --inverse-surface-transparent-navi-hover: var(--on-light-surface-transparent-navi-hover);\n --personas-sea-blue-text-accent: var(--on-dark-personas-sea-blue-text-accent);\n --personas-violet-text-accent-hover: var(--on-dark-personas-violet-text-accent-hover);\n --surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --inverse-personas-sea-blue-text-accent: var(--on-light-personas-sea-blue-text-accent);\n --background-hardline: var(--dark-background-hardline);\n --inverse-personas-blue-text-accent: var(--on-light-personas-blue-text-accent);\n --inverse-personas-violet-text-accent: var(--on-light-personas-violet-text-accent);\n --inverse-surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --inverse-outline-primary: var(--on-light-outline-primary);\n --inverse-personas-olive-text-accent-active: var(--on-light-personas-olive-text-accent-active);\n --personas-green-text-accent: var(--on-dark-personas-green-text-accent);\n --personas-blue-text-accent-active: var(--on-dark-personas-blue-text-accent-active);\n --inverse-text-primary-brightness-hover: var(--on-light-text-primary-brightness-hover);\n --surface-solid-primary-brightness-active: var(--on-dark-surface-solid-primary-brightness-active);\n --inverse-surface-solid-card-brightness-hover: var(--on-light-surface-solid-card-brightness-hover);\n --personas-pink-text-accent: var(--on-dark-personas-pink-text-accent);\n --personas-blue-text-accent: var(--on-dark-personas-blue-text-accent);\n --inverse-text-primary-brightness-active: var(--on-light-text-primary-brightness-active);\n --personas-indigo-text-accent: var(--on-dark-personas-indigo-text-accent);\n --text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --text-paragraph-active: var(--on-dark-text-paragraph-active);\n --text-accent: var(--on-dark-text-accent);\n --text-accent-hover: var(--on-dark-text-accent-hover);\n --text-accent-active: var(--on-dark-text-accent-active);\n --text-accent-minor: var(--on-dark-text-accent-minor);\n --text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --text-positive: var(--on-dark-text-positive);\n --text-positive-hover: var(--on-dark-text-positive-hover);\n --text-positive-active: var(--on-dark-text-positive-active);\n --text-warning: var(--on-dark-text-warning);\n --text-warning-hover: var(--on-dark-text-warning-hover);\n --text-warning-active: var(--on-dark-text-warning-active);\n --text-negative: var(--on-dark-text-negative);\n --text-negative-hover: var(--on-dark-text-negative-hover);\n --text-negative-active: var(--on-dark-text-negative-active);\n --text-info: var(--on-dark-text-info);\n --text-info-hover: var(--on-dark-text-info-hover);\n --text-info-active: var(--on-dark-text-info-active);\n --text-secondary-hover: var(--on-dark-text-secondary-hover);\n --text-secondary: var(--on-dark-text-secondary);\n --text-primary-active: var(--on-dark-text-primary-active);\n --text-secondary-active: var(--on-dark-text-secondary-active);\n --text-tertiary: var(--on-dark-text-tertiary);\n --text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --text-tertiary-active: var(--on-dark-text-tertiary-active);\n --text-primary-brightness: var(--on-dark-text-primary-brightness);\n --text-paragraph: var(--on-dark-text-paragraph);\n --inverse-text-primary: var(--on-light-text-primary);\n --inverse-text-primary-hover: var(--on-light-text-primary-hover);\n --inverse-text-primary-active: var(--on-light-text-primary-active);\n --inverse-text-primary-brightness: var(--on-light-text-primary-brightness);\n --inverse-text-secondary: var(--on-light-text-secondary);\n --inverse-text-secondary-hover: var(--on-light-text-secondary-hover);\n --inverse-text-secondary-active: var(--on-light-text-secondary-active);\n --inverse-text-tertiary: var(--on-light-text-tertiary);\n --inverse-text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --inverse-text-tertiary-active: var(--on-light-text-tertiary-active);\n --inverse-text-paragraph: var(--on-light-text-paragraph);\n --inverse-text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --inverse-text-paragraph-active: var(--on-light-text-paragraph-active);\n --inverse-text-accent: var(--on-light-text-accent);\n --inverse-text-accent-hover: var(--on-light-text-accent-hover);\n --inverse-text-accent-active: var(--on-light-text-accent-active);\n --inverse-text-accent-minor: var(--on-light-text-accent-minor);\n --inverse-text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --inverse-text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --inverse-text-negative-hover: var(--on-light-text-negative-hover);\n --inverse-text-negative-active: var(--on-light-text-negative-active);\n --inverse-text-info: var(--on-light-text-info);\n --inverse-text-info-hover: var(--on-light-text-info-hover);\n --inverse-text-info-active: var(--on-light-text-info-active);\n --surface-solid-primary: var(--on-dark-surface-solid-primary);\n --inverse-text-warning-active: var(--on-light-text-warning-active);\n --surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --inverse-text-positive: var(--on-light-text-positive);\n --inverse-text-positive-hover: var(--on-light-text-positive-hover);\n --inverse-text-warning: var(--on-light-text-warning);\n --inverse-text-warning-hover: var(--on-light-text-warning-hover);\n --inverse-text-positive-active: var(--on-light-text-positive-active);\n --inverse-text-negative: var(--on-light-text-negative);\n --surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --surface-transparent-tertiary: var(--on-dark-surface-transparent-tertiary);\n --surface-transparent-tertiary-hover: var(--on-dark-surface-transparent-tertiary-hover);\n --surface-transparent-tertiary-active: var(--on-dark-surface-transparent-tertiary-active);\n --surface-transparent-deep: var(--on-dark-surface-transparent-deep);\n --surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --surface-transparent-card: var(--on-dark-surface-transparent-card);\n --surface-transparent-card-hover: var(--on-dark-surface-transparent-card-hover);\n --surface-transparent-card-active: var(--on-dark-surface-transparent-card-active);\n --surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --surface-clear: var(--on-dark-surface-clear);\n --surface-clear-hover: var(--on-dark-surface-clear-hover);\n --surface-clear-active: var(--on-dark-surface-clear-active);\n --surface-accent: var(--on-dark-surface-accent);\n --surface-accent-hover: var(--on-dark-surface-accent-hover);\n --surface-accent-active: var(--on-dark-surface-accent-active);\n --surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\n --surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --surface-transparent-accent-hover: var(--on-dark-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --surface-solid-card: var(--on-dark-surface-solid-card);\n --surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\n --surface-solid-default: var(--on-dark-surface-solid-default);\n --surface-solid-default-hover: var(--on-dark-surface-solid-default-hover);\n --surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --surface-solid-default-active: var(--on-dark-surface-solid-default-active);\n --surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --surface-warning-hover: var(--on-dark-surface-warning-hover);\n --surface-warning-active: var(--on-dark-surface-warning-active);\n --surface-negative: var(--on-dark-surface-negative);\n --surface-negative-hover: var(--on-dark-surface-negative-hover);\n --surface-negative-active: var(--on-dark-surface-negative-active);\n --surface-info: var(--on-dark-surface-info);\n --surface-info-hover: var(--on-dark-surface-info-hover);\n --surface-info-active: var(--on-dark-surface-info-active);\n --surface-positive-active: var(--on-dark-surface-positive-active);\n --surface-positive: var(--on-dark-surface-positive);\n --surface-positive-hover: var(--on-dark-surface-positive-hover);\n --surface-warning: var(--on-dark-surface-warning);\n --surface-read-only: var(--on-dark-surface-read-only);\n --surface-read-only-hover: var(--on-dark-surface-read-only-hover);\n --surface-read-only-active: var(--on-dark-surface-read-only-active);\n --inverse-surface-solid-primary: var(--on-light-surface-solid-primary);\n --inverse-surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --inverse-surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --inverse-surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --inverse-surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --inverse-surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --inverse-surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --inverse-surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --inverse-surface-transparent-tertiary: var(--on-light-surface-transparent-tertiary);\n --inverse-surface-transparent-tertiary-hover: var(--on-light-surface-transparent-tertiary-hover);\n --inverse-surface-transparent-tertiary-active: var(--on-light-surface-transparent-tertiary-active);\n --inverse-surface-transparent-deep: var(--on-light-surface-transparent-deep);\n --inverse-surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --inverse-surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --inverse-surface-transparent-card: var(--on-light-surface-transparent-card);\n --inverse-surface-transparent-card-hover: var(--on-light-surface-transparent-card-hover);\n --inverse-surface-transparent-card-active: var(--on-light-surface-transparent-card-active);\n --inverse-surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --inverse-surface-clear: var(--on-light-surface-clear);\n --inverse-surface-clear-hover: var(--on-light-surface-clear-hover);\n --inverse-surface-clear-active: var(--on-light-surface-clear-active);\n --inverse-surface-accent: var(--on-light-surface-accent);\n --inverse-surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --inverse-surface-solid-card: var(--on-light-surface-solid-card);\n --inverse-surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --inverse-surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --inverse-surface-solid-default-hover: var(--on-light-surface-solid-default-hover);\n --inverse-surface-solid-default-active: var(--on-light-surface-solid-default-active);\n --inverse-surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\n --inverse-surface-solid-default: var(--on-light-surface-solid-default);\n --inverse-surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --inverse-surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --inverse-surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --inverse-surface-positive: var(--on-light-surface-positive);\n --inverse-surface-positive-hover: var(--on-light-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-light-surface-positive-active);\n --inverse-surface-warning: var(--on-light-surface-warning);\n --inverse-surface-warning-hover: var(--on-light-surface-warning-hover);\n --inverse-surface-warning-active: var(--on-light-surface-warning-active);\n --inverse-surface-negative: var(--on-light-surface-negative);\n --inverse-surface-negative-hover: var(--on-light-surface-negative-hover);\n --inverse-surface-negative-active: var(--on-light-surface-negative-active);\n --inverse-surface-info: var(--on-light-surface-info);\n --inverse-surface-info-hover: var(--on-light-surface-info-hover);\n --inverse-surface-info-active: var(--on-light-surface-info-active);\n --inverse-surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\n --inverse-surface-accent-hover: var(--on-light-surface-accent-hover);\n --inverse-surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --inverse-surface-transparent-accent-hover: var(--on-light-surface-transparent-accent-hover);\n --inverse-surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --inverse-surface-accent-active: var(--on-light-surface-accent-active);\n --inverse-surface-read-only: var(--on-light-surface-read-only);\n --inverse-surface-read-only-hover: var(--on-light-surface-read-only-hover);\n --inverse-surface-read-only-active: var(--on-light-surface-read-only-active);\n --background-primary: var(--dark-background-primary);\n --background-secondary: var(--dark-background-secondary);\n --background-tertiary: var(--dark-background-tertiary);\n --inverse-overlay-soft: var(--on-light-overlay-soft);\n --inverse-overlay-hard: var(--on-light-overlay-hard);\n --outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --outline-transparent-primary-hover: var(--on-dark-outline-transparent-primary-hover);\n --outline-transparent-primary-active: var(--on-dark-outline-transparent-primary-active);\n --outline-clear: var(--on-dark-outline-clear);\n --inverse-background-secondary: var(--light-background-secondary);\n --inverse-background-tertiary: var(--light-background-tertiary);\n --overlay-soft: var(--on-dark-overlay-soft);\n --overlay-hard: var(--on-dark-overlay-hard);\n --inverse-background-primary: var(--light-background-primary);\n --outline-positive: var(--on-dark-outline-positive);\n --outline-positive-hover: var(--on-dark-outline-positive-hover);\n --outline-positive-active: var(--on-dark-outline-positive-active);\n --outline-warning: var(--on-dark-outline-warning);\n --outline-warning-hover: var(--on-dark-outline-warning-hover);\n --outline-warning-active: var(--on-dark-outline-warning-active);\n --outline-negative: var(--on-dark-outline-negative);\n --outline-negative-hover: var(--on-dark-outline-negative-hover);\n --outline-negative-active: var(--on-dark-outline-negative-active);\n --outline-info: var(--on-dark-outline-info);\n --outline-info-hover: var(--on-dark-outline-info-hover);\n --outline-info-active: var(--on-dark-outline-info-active);\n --outline-clear-active: var(--on-dark-outline-clear-active);\n --outline-clear-hover: var(--on-dark-outline-clear-hover);\n --inverse-outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --inverse-outline-transparent-primary-hover: var(--on-light-outline-transparent-primary-hover);\n --inverse-outline-transparent-primary-active: var(--on-light-outline-transparent-primary-active);\n --inverse-outline-clear: var(--on-light-outline-clear);\n --inverse-outline-clear-hover: var(--on-light-outline-clear-hover);\n --inverse-outline-clear-active: var(--on-light-outline-clear-active);\n --inverse-outline-warning-hover: var(--on-light-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-light-outline-warning-active);\n --inverse-outline-negative: var(--on-light-outline-negative);\n --inverse-outline-negative-hover: var(--on-light-outline-negative-hover);\n --inverse-outline-negative-active: var(--on-light-outline-negative-active);\n --inverse-outline-info: var(--on-light-outline-info);\n --inverse-outline-info-hover: var(--on-light-outline-info-hover);\n --inverse-outline-info-active: var(--on-light-outline-info-active);\n --inverse-outline-positive-active: var(--on-light-outline-positive-active);\n --inverse-outline-positive: var(--on-light-outline-positive);\n --inverse-outline-positive-hover: var(--on-light-outline-positive-hover);\n --inverse-outline-warning: var(--on-light-outline-warning);\n --text-primary-hover: var(--on-dark-text-primary-hover);\n --inverse-surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --overlay-gradient: var(--on-dark-overlay-gradient);\n --inverse-surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --background-gradient: var(--dark-background-gradient);\n --inverse-personas-indigo-surface-accent-gradient: var(--on-light-personas-indigo-surface-accent-gradient);\n --outline-white-gradient: var(--on-dark-outline-white-gradient);\n --personas-green-surface-accent-gradient: var(--on-dark-personas-green-surface-accent-gradient);\n --inverse-personas-sea-blue-surface-accent-gradient: var(--on-light-personas-sea-blue-surface-accent-gradient);\n --inverse-text-accent-gradient-a-i: var(--on-light-text-accent-gradient-a-i);\n --personas-sea-blue-surface-accent-gradient: var(--on-dark-personas-sea-blue-surface-accent-gradient);\n --inverse-personas-pink-surface-accent-gradient: var(--on-light-personas-pink-surface-accent-gradient);\n --inverse-personas-ochre-surface-accent-gradient: var(--on-light-personas-ochre-surface-accent-gradient);\n --inverse-background-gradient: var(--light-background-gradient);\n --inverse-overlay-gradient: var(--on-light-overlay-gradient);\n --personas-pink-surface-accent-gradient: var(--on-dark-personas-pink-surface-accent-gradient);\n --inverse-surface-accent-gradient-secondary: var(--on-light-surface-accent-gradient-secondary);\n --personas-indigo-surface-accent-gradient: var(--on-dark-personas-indigo-surface-accent-gradient);\n --surface-accent-gradient-secondary: var(--on-dark-surface-accent-gradient-secondary);\n --inverse-personas-green-surface-accent-gradient: var(--on-light-personas-green-surface-accent-gradient);\n --personas-ochre-surface-accent-gradient: var(--on-dark-personas-ochre-surface-accent-gradient);\n --inverse-outline-white-gradient: var(--on-light-outline-white-gradient);\n --personas-violet-surface-accent-gradient: var(--on-dark-personas-violet-surface-accent-gradient);\n --inverse-personas-blue-surface-accent-gradient: var(--on-light-personas-blue-surface-accent-gradient);\n --inverse-personas-olive-surface-accent-gradient: var(--on-light-personas-olive-surface-accent-gradient);\n --personas-olive-surface-accent-gradient: var(--on-dark-personas-olive-surface-accent-gradient);\n --text-accent-gradient-a-i: var(--on-dark-text-accent-gradient-a-i);\n --personas-blue-surface-accent-gradient: var(--on-dark-personas-blue-surface-accent-gradient);\n --inverse-personas-violet-surface-accent-gradient: var(--on-light-personas-violet-surface-accent-gradient);\n --surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --surface-accent-minor-gradient: var(--on-dark-surface-accent-minor-gradient);\n --inverse-surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --inverse-surface-accent-minor-gradient: var(--on-light-surface-accent-minor-gradient);\n ",
|
|
2674
|
+
light: "\n --surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --inverse-outline-default-active: var(--on-dark-outline-default-active);\n --inverse-personas-sea-blue-text-accent-active: var(--on-dark-personas-sea-blue-text-accent-active);\n --inverse-personas-violet-text-accent-active: var(--on-dark-personas-violet-text-accent-active);\n --inverse-outline-primary-active: var(--on-dark-outline-primary-active);\n --personas-green-text-accent-hover: var(--on-light-personas-green-text-accent-hover);\n --personas-sea-blue-text-accent-hover: var(--on-light-personas-sea-blue-text-accent-hover);\n --inverse-surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --surface-transparent-navi-active: var(--on-light-surface-transparent-navi-active);\n --outline-default-active: var(--on-light-outline-default-active);\n --personas-olive-text-accent-active: var(--on-light-personas-olive-text-accent-active);\n --inverse-personas-ochre-text-accent-active: var(--on-dark-personas-ochre-text-accent-active);\n --inverse-surface-transparent-navi-active: var(--on-dark-surface-transparent-navi-active);\n --inverse-personas-green-text-accent-hover: var(--on-dark-personas-green-text-accent-hover);\n --surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --personas-pink-text-accent-hover: var(--on-light-personas-pink-text-accent-hover);\n --personas-indigo-text-accent-hover: var(--on-light-personas-indigo-text-accent-hover);\n --personas-pink-text-accent-active: var(--on-light-personas-pink-text-accent-active);\n --inverse-outline-default: var(--on-dark-outline-default);\n --personas-ochre-text-accent-active: var(--on-light-personas-ochre-text-accent-active);\n --inverse-background-hardline: var(--dark-background-hardline);\n --surface-transparent-navi: var(--on-light-surface-transparent-navi);\n --personas-violet-text-accent-active: var(--on-light-personas-violet-text-accent-active);\n --personas-blue-text-accent-hover: var(--on-light-personas-blue-text-accent-hover);\n --outline-default: var(--on-light-outline-default);\n --text-primary-brightness-active: var(--on-light-text-primary-brightness-active);\n --surface-transparent-card-brightness-hover: var(--on-light-surface-transparent-card-brightness-hover);\n --surface-transparent-card-brightness-active: var(--on-light-surface-transparent-card-brightness-active);\n --surface-solid-card-brightness-hover: var(--on-light-surface-solid-card-brightness-hover);\n --surface-solid-card-brightness-active: var(--on-light-surface-solid-card-brightness-active);\n --surface-solid-primary-brightness-hover: var(--on-light-surface-solid-primary-brightness-hover);\n --outline-primary: var(--on-light-outline-primary);\n --inverse-personas-indigo-text-accent: var(--on-dark-personas-indigo-text-accent);\n --inverse-personas-pink-text-accent: var(--on-dark-personas-pink-text-accent);\n --personas-olive-text-accent: var(--on-light-personas-olive-text-accent);\n --inverse-personas-ochre-text-accent: var(--on-dark-personas-ochre-text-accent);\n --surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --text-primary: var(--on-light-text-primary);\n --inverse-surface-transparent-navi: var(--on-dark-surface-transparent-navi);\n --inverse-surface-solid-primary-brightness-hover: var(--on-dark-surface-solid-primary-brightness-hover);\n --inverse-surface-solid-primary-brightness-active: var(--on-dark-surface-solid-primary-brightness-active);\n --inverse-surface-transparent-card-brightness-hover: var(--on-dark-surface-transparent-card-brightness-hover);\n --inverse-personas-green-text-accent: var(--on-dark-personas-green-text-accent);\n --surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --surface-accent-minor: var(--on-light-surface-accent-minor);\n --inverse-surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --inverse-surface-transparent-card-brightness-active: var(--on-dark-surface-transparent-card-brightness-active);\n --inverse-surface-accent-minor: var(--on-dark-surface-accent-minor);\n --inverse-surface-solid-card-brightness-active: var(--on-dark-surface-solid-card-brightness-active);\n --inverse-personas-olive-text-accent: var(--on-dark-personas-olive-text-accent);\n --personas-ochre-text-accent: var(--on-light-personas-ochre-text-accent);\n --inverse-personas-blue-text-accent-active: var(--on-dark-personas-blue-text-accent-active);\n --inverse-surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --personas-green-text-accent-active: var(--on-light-personas-green-text-accent-active);\n --personas-sea-blue-text-accent-active: var(--on-light-personas-sea-blue-text-accent-active);\n --inverse-surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --outline-primary-active: var(--on-light-outline-primary-active);\n --inverse-personas-indigo-text-accent-active: var(--on-dark-personas-indigo-text-accent-active);\n --inverse-personas-pink-text-accent-active: var(--on-dark-personas-pink-text-accent-active);\n --inverse-personas-green-text-accent-active: var(--on-dark-personas-green-text-accent-active);\n --personas-indigo-text-accent-active: var(--on-light-personas-indigo-text-accent-active);\n --inverse-personas-olive-text-accent-hover: var(--on-dark-personas-olive-text-accent-hover);\n --personas-ochre-text-accent-hover: var(--on-light-personas-ochre-text-accent-hover);\n --inverse-surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --text-primary-brightness-hover: var(--on-light-text-primary-brightness-hover);\n --surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --inverse-outline-default-hover: var(--on-dark-outline-default-hover);\n --personas-violet-text-accent: var(--on-light-personas-violet-text-accent);\n --inverse-personas-sea-blue-text-accent-hover: var(--on-dark-personas-sea-blue-text-accent-hover);\n --inverse-personas-blue-text-accent-hover: var(--on-dark-personas-blue-text-accent-hover);\n --inverse-personas-violet-text-accent-hover: var(--on-dark-personas-violet-text-accent-hover);\n --inverse-surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --inverse-outline-primary-hover: var(--on-dark-outline-primary-hover);\n --surface-transparent-navi-hover: var(--on-light-surface-transparent-navi-hover);\n --outline-default-hover: var(--on-light-outline-default-hover);\n --outline-primary-hover: var(--on-light-outline-primary-hover);\n --inverse-personas-indigo-text-accent-hover: var(--on-dark-personas-indigo-text-accent-hover);\n --inverse-personas-pink-text-accent-hover: var(--on-dark-personas-pink-text-accent-hover);\n --personas-olive-text-accent-hover: var(--on-light-personas-olive-text-accent-hover);\n --inverse-personas-ochre-text-accent-hover: var(--on-dark-personas-ochre-text-accent-hover);\n --inverse-surface-transparent-navi-hover: var(--on-dark-surface-transparent-navi-hover);\n --personas-sea-blue-text-accent: var(--on-light-personas-sea-blue-text-accent);\n --personas-violet-text-accent-hover: var(--on-light-personas-violet-text-accent-hover);\n --surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --inverse-personas-sea-blue-text-accent: var(--on-dark-personas-sea-blue-text-accent);\n --background-hardline: var(--light-background-hardline);\n --inverse-personas-blue-text-accent: var(--on-dark-personas-blue-text-accent);\n --inverse-personas-violet-text-accent: var(--on-dark-personas-violet-text-accent);\n --inverse-surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --inverse-outline-primary: var(--on-dark-outline-primary);\n --inverse-personas-olive-text-accent-active: var(--on-dark-personas-olive-text-accent-active);\n --personas-green-text-accent: var(--on-light-personas-green-text-accent);\n --personas-blue-text-accent-active: var(--on-light-personas-blue-text-accent-active);\n --inverse-text-primary-brightness-hover: var(--on-dark-text-primary-brightness-hover);\n --surface-solid-primary-brightness-active: var(--on-light-surface-solid-primary-brightness-active);\n --inverse-surface-solid-card-brightness-hover: var(--on-dark-surface-solid-card-brightness-hover);\n --personas-pink-text-accent: var(--on-light-personas-pink-text-accent);\n --personas-blue-text-accent: var(--on-light-personas-blue-text-accent);\n --inverse-text-primary-brightness-active: var(--on-dark-text-primary-brightness-active);\n --personas-indigo-text-accent: var(--on-light-personas-indigo-text-accent);\n --text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --text-paragraph-active: var(--on-light-text-paragraph-active);\n --text-accent: var(--on-light-text-accent);\n --text-accent-hover: var(--on-light-text-accent-hover);\n --text-accent-active: var(--on-light-text-accent-active);\n --text-accent-minor: var(--on-light-text-accent-minor);\n --text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --text-positive: var(--on-light-text-positive);\n --text-positive-hover: var(--on-light-text-positive-hover);\n --text-positive-active: var(--on-light-text-positive-active);\n --text-warning: var(--on-light-text-warning);\n --text-warning-hover: var(--on-light-text-warning-hover);\n --text-warning-active: var(--on-light-text-warning-active);\n --text-negative: var(--on-light-text-negative);\n --text-negative-hover: var(--on-light-text-negative-hover);\n --text-negative-active: var(--on-light-text-negative-active);\n --text-info: var(--on-light-text-info);\n --text-info-hover: var(--on-light-text-info-hover);\n --text-info-active: var(--on-light-text-info-active);\n --text-secondary-hover: var(--on-light-text-secondary-hover);\n --text-secondary: var(--on-light-text-secondary);\n --text-primary-active: var(--on-light-text-primary-active);\n --text-secondary-active: var(--on-light-text-secondary-active);\n --text-tertiary: var(--on-light-text-tertiary);\n --text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --text-tertiary-active: var(--on-light-text-tertiary-active);\n --text-primary-brightness: var(--on-light-text-primary-brightness);\n --text-paragraph: var(--on-light-text-paragraph);\n --inverse-text-primary: var(--on-dark-text-primary);\n --inverse-text-primary-hover: var(--on-dark-text-primary-hover);\n --inverse-text-primary-active: var(--on-dark-text-primary-active);\n --inverse-text-primary-brightness: var(--on-dark-text-primary-brightness);\n --inverse-text-secondary: var(--on-dark-text-secondary);\n --inverse-text-secondary-hover: var(--on-dark-text-secondary-hover);\n --inverse-text-secondary-active: var(--on-dark-text-secondary-active);\n --inverse-text-tertiary: var(--on-dark-text-tertiary);\n --inverse-text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --inverse-text-tertiary-active: var(--on-dark-text-tertiary-active);\n --inverse-text-paragraph: var(--on-dark-text-paragraph);\n --inverse-text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --inverse-text-paragraph-active: var(--on-dark-text-paragraph-active);\n --inverse-text-accent: var(--on-dark-text-accent);\n --inverse-text-accent-hover: var(--on-dark-text-accent-hover);\n --inverse-text-accent-active: var(--on-dark-text-accent-active);\n --inverse-text-accent-minor: var(--on-dark-text-accent-minor);\n --inverse-text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --inverse-text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --inverse-text-negative-hover: var(--on-dark-text-negative-hover);\n --inverse-text-negative-active: var(--on-dark-text-negative-active);\n --inverse-text-info: var(--on-dark-text-info);\n --inverse-text-info-hover: var(--on-dark-text-info-hover);\n --inverse-text-info-active: var(--on-dark-text-info-active);\n --surface-solid-primary: var(--on-light-surface-solid-primary);\n --inverse-text-warning-active: var(--on-dark-text-warning-active);\n --surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --inverse-text-positive: var(--on-dark-text-positive);\n --inverse-text-positive-hover: var(--on-dark-text-positive-hover);\n --inverse-text-warning: var(--on-dark-text-warning);\n --inverse-text-warning-hover: var(--on-dark-text-warning-hover);\n --inverse-text-positive-active: var(--on-dark-text-positive-active);\n --inverse-text-negative: var(--on-dark-text-negative);\n --surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --surface-transparent-tertiary: var(--on-light-surface-transparent-tertiary);\n --surface-transparent-tertiary-hover: var(--on-light-surface-transparent-tertiary-hover);\n --surface-transparent-tertiary-active: var(--on-light-surface-transparent-tertiary-active);\n --surface-transparent-deep: var(--on-light-surface-transparent-deep);\n --surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --surface-transparent-card: var(--on-light-surface-transparent-card);\n --surface-transparent-card-hover: var(--on-light-surface-transparent-card-hover);\n --surface-transparent-card-active: var(--on-light-surface-transparent-card-active);\n --surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --surface-clear: var(--on-light-surface-clear);\n --surface-clear-hover: var(--on-light-surface-clear-hover);\n --surface-clear-active: var(--on-light-surface-clear-active);\n --surface-accent: var(--on-light-surface-accent);\n --surface-accent-hover: var(--on-light-surface-accent-hover);\n --surface-accent-active: var(--on-light-surface-accent-active);\n --surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\n --surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --surface-transparent-accent-hover: var(--on-light-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --surface-solid-card: var(--on-light-surface-solid-card);\n --surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\n --surface-solid-default: var(--on-light-surface-solid-default);\n --surface-solid-default-hover: var(--on-light-surface-solid-default-hover);\n --surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --surface-solid-default-active: var(--on-light-surface-solid-default-active);\n --surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --surface-warning-hover: var(--on-light-surface-warning-hover);\n --surface-warning-active: var(--on-light-surface-warning-active);\n --surface-negative: var(--on-light-surface-negative);\n --surface-negative-hover: var(--on-light-surface-negative-hover);\n --surface-negative-active: var(--on-light-surface-negative-active);\n --surface-info: var(--on-light-surface-info);\n --surface-info-hover: var(--on-light-surface-info-hover);\n --surface-info-active: var(--on-light-surface-info-active);\n --surface-positive-active: var(--on-light-surface-positive-active);\n --surface-positive: var(--on-light-surface-positive);\n --surface-positive-hover: var(--on-light-surface-positive-hover);\n --surface-warning: var(--on-light-surface-warning);\n --surface-read-only: var(--on-light-surface-read-only);\n --surface-read-only-hover: var(--on-light-surface-read-only-hover);\n --surface-read-only-active: var(--on-light-surface-read-only-active);\n --inverse-surface-solid-primary: var(--on-dark-surface-solid-primary);\n --inverse-surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --inverse-surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --inverse-surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --inverse-surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --inverse-surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --inverse-surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --inverse-surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --inverse-surface-transparent-tertiary: var(--on-dark-surface-transparent-tertiary);\n --inverse-surface-transparent-tertiary-hover: var(--on-dark-surface-transparent-tertiary-hover);\n --inverse-surface-transparent-tertiary-active: var(--on-dark-surface-transparent-tertiary-active);\n --inverse-surface-transparent-deep: var(--on-dark-surface-transparent-deep);\n --inverse-surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --inverse-surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --inverse-surface-transparent-card: var(--on-dark-surface-transparent-card);\n --inverse-surface-transparent-card-hover: var(--on-dark-surface-transparent-card-hover);\n --inverse-surface-transparent-card-active: var(--on-dark-surface-transparent-card-active);\n --inverse-surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --inverse-surface-clear: var(--on-dark-surface-clear);\n --inverse-surface-clear-hover: var(--on-dark-surface-clear-hover);\n --inverse-surface-clear-active: var(--on-dark-surface-clear-active);\n --inverse-surface-accent: var(--on-dark-surface-accent);\n --inverse-surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --inverse-surface-solid-card: var(--on-dark-surface-solid-card);\n --inverse-surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --inverse-surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --inverse-surface-solid-default-hover: var(--on-dark-surface-solid-default-hover);\n --inverse-surface-solid-default-active: var(--on-dark-surface-solid-default-active);\n --inverse-surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\n --inverse-surface-solid-default: var(--on-dark-surface-solid-default);\n --inverse-surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --inverse-surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --inverse-surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --inverse-surface-positive: var(--on-dark-surface-positive);\n --inverse-surface-positive-hover: var(--on-dark-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-dark-surface-positive-active);\n --inverse-surface-warning: var(--on-dark-surface-warning);\n --inverse-surface-warning-hover: var(--on-dark-surface-warning-hover);\n --inverse-surface-warning-active: var(--on-dark-surface-warning-active);\n --inverse-surface-negative: var(--on-dark-surface-negative);\n --inverse-surface-negative-hover: var(--on-dark-surface-negative-hover);\n --inverse-surface-negative-active: var(--on-dark-surface-negative-active);\n --inverse-surface-info: var(--on-dark-surface-info);\n --inverse-surface-info-hover: var(--on-dark-surface-info-hover);\n --inverse-surface-info-active: var(--on-dark-surface-info-active);\n --inverse-surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\n --inverse-surface-accent-hover: var(--on-dark-surface-accent-hover);\n --inverse-surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --inverse-surface-transparent-accent-hover: var(--on-dark-surface-transparent-accent-hover);\n --inverse-surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --inverse-surface-accent-active: var(--on-dark-surface-accent-active);\n --inverse-surface-read-only: var(--on-dark-surface-read-only);\n --inverse-surface-read-only-hover: var(--on-dark-surface-read-only-hover);\n --inverse-surface-read-only-active: var(--on-dark-surface-read-only-active);\n --background-primary: var(--light-background-primary);\n --background-secondary: var(--light-background-secondary);\n --background-tertiary: var(--light-background-tertiary);\n --inverse-overlay-soft: var(--on-dark-overlay-soft);\n --inverse-overlay-hard: var(--on-dark-overlay-hard);\n --outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --outline-transparent-primary-hover: var(--on-light-outline-transparent-primary-hover);\n --outline-transparent-primary-active: var(--on-light-outline-transparent-primary-active);\n --outline-clear: var(--on-light-outline-clear);\n --inverse-background-secondary: var(--dark-background-secondary);\n --inverse-background-tertiary: var(--dark-background-tertiary);\n --overlay-soft: var(--on-light-overlay-soft);\n --overlay-hard: var(--on-light-overlay-hard);\n --inverse-background-primary: var(--dark-background-primary);\n --outline-positive: var(--on-light-outline-positive);\n --outline-positive-hover: var(--on-light-outline-positive-hover);\n --outline-positive-active: var(--on-light-outline-positive-active);\n --outline-warning: var(--on-light-outline-warning);\n --outline-warning-hover: var(--on-light-outline-warning-hover);\n --outline-warning-active: var(--on-light-outline-warning-active);\n --outline-negative: var(--on-light-outline-negative);\n --outline-negative-hover: var(--on-light-outline-negative-hover);\n --outline-negative-active: var(--on-light-outline-negative-active);\n --outline-info: var(--on-light-outline-info);\n --outline-info-hover: var(--on-light-outline-info-hover);\n --outline-info-active: var(--on-light-outline-info-active);\n --outline-clear-active: var(--on-light-outline-clear-active);\n --outline-clear-hover: var(--on-light-outline-clear-hover);\n --inverse-outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --inverse-outline-transparent-primary-hover: var(--on-dark-outline-transparent-primary-hover);\n --inverse-outline-transparent-primary-active: var(--on-dark-outline-transparent-primary-active);\n --inverse-outline-clear: var(--on-dark-outline-clear);\n --inverse-outline-clear-hover: var(--on-dark-outline-clear-hover);\n --inverse-outline-clear-active: var(--on-dark-outline-clear-active);\n --inverse-outline-warning-hover: var(--on-dark-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-dark-outline-warning-active);\n --inverse-outline-negative: var(--on-dark-outline-negative);\n --inverse-outline-negative-hover: var(--on-dark-outline-negative-hover);\n --inverse-outline-negative-active: var(--on-dark-outline-negative-active);\n --inverse-outline-info: var(--on-dark-outline-info);\n --inverse-outline-info-hover: var(--on-dark-outline-info-hover);\n --inverse-outline-info-active: var(--on-dark-outline-info-active);\n --inverse-outline-positive-active: var(--on-dark-outline-positive-active);\n --inverse-outline-positive: var(--on-dark-outline-positive);\n --inverse-outline-positive-hover: var(--on-dark-outline-positive-hover);\n --inverse-outline-warning: var(--on-dark-outline-warning);\n --text-primary-hover: var(--on-light-text-primary-hover);\n --inverse-surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --overlay-gradient: var(--on-light-overlay-gradient);\n --inverse-surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --background-gradient: var(--light-background-gradient);\n --inverse-personas-indigo-surface-accent-gradient: var(--on-dark-personas-indigo-surface-accent-gradient);\n --outline-white-gradient: var(--on-light-outline-white-gradient);\n --personas-green-surface-accent-gradient: var(--on-light-personas-green-surface-accent-gradient);\n --inverse-personas-sea-blue-surface-accent-gradient: var(--on-dark-personas-sea-blue-surface-accent-gradient);\n --inverse-text-accent-gradient-a-i: var(--on-dark-text-accent-gradient-a-i);\n --personas-sea-blue-surface-accent-gradient: var(--on-light-personas-sea-blue-surface-accent-gradient);\n --inverse-personas-pink-surface-accent-gradient: var(--on-dark-personas-pink-surface-accent-gradient);\n --inverse-personas-ochre-surface-accent-gradient: var(--on-dark-personas-ochre-surface-accent-gradient);\n --inverse-background-gradient: var(--dark-background-gradient);\n --inverse-overlay-gradient: var(--on-dark-overlay-gradient);\n --personas-pink-surface-accent-gradient: var(--on-light-personas-pink-surface-accent-gradient);\n --inverse-surface-accent-gradient-secondary: var(--on-dark-surface-accent-gradient-secondary);\n --personas-indigo-surface-accent-gradient: var(--on-light-personas-indigo-surface-accent-gradient);\n --surface-accent-gradient-secondary: var(--on-light-surface-accent-gradient-secondary);\n --inverse-personas-green-surface-accent-gradient: var(--on-dark-personas-green-surface-accent-gradient);\n --personas-ochre-surface-accent-gradient: var(--on-light-personas-ochre-surface-accent-gradient);\n --inverse-outline-white-gradient: var(--on-dark-outline-white-gradient);\n --personas-violet-surface-accent-gradient: var(--on-light-personas-violet-surface-accent-gradient);\n --inverse-personas-blue-surface-accent-gradient: var(--on-dark-personas-blue-surface-accent-gradient);\n --inverse-personas-olive-surface-accent-gradient: var(--on-dark-personas-olive-surface-accent-gradient);\n --personas-olive-surface-accent-gradient: var(--on-light-personas-olive-surface-accent-gradient);\n --text-accent-gradient-a-i: var(--on-light-text-accent-gradient-a-i);\n --personas-blue-surface-accent-gradient: var(--on-light-personas-blue-surface-accent-gradient);\n --inverse-personas-violet-surface-accent-gradient: var(--on-dark-personas-violet-surface-accent-gradient);\n --surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --surface-accent-minor-gradient: var(--on-light-surface-accent-minor-gradient);\n --inverse-surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --inverse-surface-accent-minor-gradient: var(--on-dark-surface-accent-minor-gradient);\n "
|
|
2555
2675
|
};
|
|
2556
2676
|
|
|
2557
|
-
export { backgroundGradient, backgroundHardline, backgroundPrimary, backgroundSecondary, backgroundTertiary, bodyL, bodyLBold, bodyLMedium, bodyM, bodyMBold, bodyMMedium, bodyS, bodySBold, bodySMedium, bodyXS, bodyXSBold, bodyXSMedium, bodyXXS, bodyXXSBold, bodyXXSMedium, borderRadius3xl, borderRadius4xl, borderRadius5xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, borderRadiusXxs, darkBackgroundGradient, darkBackgroundHardline, darkBackgroundPrimary, darkBackgroundSecondary, darkBackgroundTertiary, dsplS, dsplSBold, dsplSMedium, h1, h1Bold, h1Medium, h2, h2Bold, h2Medium, h3, h3Bold, h3Medium, h4, h4Bold, h4Medium, inverseBackgroundGradient, inverseBackgroundHardline, inverseBackgroundPrimary, inverseBackgroundSecondary, inverseBackgroundTertiary, inverseOutlineClear, inverseOutlineClearActive, inverseOutlineClearHover, inverseOutlineDefault, inverseOutlineDefaultActive, inverseOutlineDefaultHover, inverseOutlineInfo, inverseOutlineInfoActive, inverseOutlineInfoHover, inverseOutlineNegative, inverseOutlineNegativeActive, inverseOutlineNegativeHover, inverseOutlinePositive, inverseOutlinePositiveActive, inverseOutlinePositiveHover, inverseOutlinePrimary, inverseOutlinePrimaryActive, inverseOutlinePrimaryHover, inverseOutlineTransparentPrimary, inverseOutlineTransparentPrimaryActive, inverseOutlineTransparentPrimaryHover, inverseOutlineWarning, inverseOutlineWarningActive, inverseOutlineWarningHover, inverseOutlineWhiteGradient, inverseOverlayGradient, inverseOverlayHard, inverseOverlaySoft, inversePersonasBlueSurfaceAccentGradient, inversePersonasBlueTextAccent, inversePersonasBlueTextAccentActive, inversePersonasBlueTextAccentHover, inversePersonasGreenSurfaceAccentGradient, inversePersonasGreenTextAccent, inversePersonasGreenTextAccentActive, inversePersonasGreenTextAccentHover, inversePersonasIndigoSurfaceAccentGradient, inversePersonasIndigoTextAccent, inversePersonasIndigoTextAccentActive, inversePersonasIndigoTextAccentHover, inversePersonasOchreSurfaceAccentGradient, inversePersonasOchreTextAccent, inversePersonasOchreTextAccentActive, inversePersonasOchreTextAccentHover, inversePersonasOliveSurfaceAccentGradient, inversePersonasOliveTextAccent, inversePersonasOliveTextAccentActive, inversePersonasOliveTextAccentHover, inversePersonasPinkSurfaceAccentGradient, inversePersonasPinkTextAccent, inversePersonasPinkTextAccentActive, inversePersonasPinkTextAccentHover, inversePersonasSeaBlueSurfaceAccentGradient, inversePersonasSeaBlueTextAccent, inversePersonasSeaBlueTextAccentActive, inversePersonasSeaBlueTextAccentHover, inversePersonasVioletSurfaceAccentGradient, inversePersonasVioletTextAccent, inversePersonasVioletTextAccentActive, inversePersonasVioletTextAccentHover, inverseSurfaceAccent, inverseSurfaceAccentActive, inverseSurfaceAccentGradient, inverseSurfaceAccentGradientSecondary, inverseSurfaceAccentHover, inverseSurfaceAccentMinor, inverseSurfaceAccentMinorActive, inverseSurfaceAccentMinorGradient, inverseSurfaceAccentMinorHover, inverseSurfaceAccentSecondary, inverseSurfaceAccentSecondaryActive, inverseSurfaceAccentSecondaryHover, inverseSurfaceClear, inverseSurfaceClearActive, inverseSurfaceClearHover, inverseSurfaceInfo, inverseSurfaceInfoActive, inverseSurfaceInfoHover, inverseSurfaceNegative, inverseSurfaceNegativeActive, inverseSurfaceNegativeHover, inverseSurfacePositive, inverseSurfacePositiveActive, inverseSurfacePositiveHover, inverseSurfaceReadOnly, inverseSurfaceReadOnlyActive, inverseSurfaceReadOnlyHover, inverseSurfaceSkeletonGradient, inverseSurfaceSolidCard, inverseSurfaceSolidCardActive, inverseSurfaceSolidCardBrightness, inverseSurfaceSolidCardBrightnessActive, inverseSurfaceSolidCardBrightnessHover, inverseSurfaceSolidCardHover, inverseSurfaceSolidDefault, inverseSurfaceSolidDefaultActive, inverseSurfaceSolidDefaultHover, inverseSurfaceSolidPrimary, inverseSurfaceSolidPrimaryActive, inverseSurfaceSolidPrimaryBrightness, inverseSurfaceSolidPrimaryBrightnessActive, inverseSurfaceSolidPrimaryBrightnessHover, inverseSurfaceSolidPrimaryHover, inverseSurfaceSolidSecondary, inverseSurfaceSolidSecondaryActive, inverseSurfaceSolidSecondaryHover, inverseSurfaceSolidTertiary, inverseSurfaceSolidTertiaryActive, inverseSurfaceSolidTertiaryHover, inverseSurfaceTransparentAccent, inverseSurfaceTransparentAccentActive, inverseSurfaceTransparentAccentHover, inverseSurfaceTransparentAccentMinor, inverseSurfaceTransparentAccentMinorActive, inverseSurfaceTransparentAccentMinorHover, inverseSurfaceTransparentCard, inverseSurfaceTransparentCardActive, inverseSurfaceTransparentCardBrightness, inverseSurfaceTransparentCardBrightnessActive, inverseSurfaceTransparentCardBrightnessHover, inverseSurfaceTransparentCardHover, inverseSurfaceTransparentDeep, inverseSurfaceTransparentDeepActive, inverseSurfaceTransparentDeepHover, inverseSurfaceTransparentNavi, inverseSurfaceTransparentNaviActive, inverseSurfaceTransparentNaviHover, inverseSurfaceTransparentPrimary, inverseSurfaceTransparentPrimaryActive, inverseSurfaceTransparentPrimaryHover, inverseSurfaceTransparentSecondary, inverseSurfaceTransparentSecondaryActive, inverseSurfaceTransparentSecondaryHover, inverseSurfaceTransparentTertiary, inverseSurfaceTransparentTertiaryActive, inverseSurfaceTransparentTertiaryHover, inverseSurfaceWarning, inverseSurfaceWarningActive, inverseSurfaceWarningHover, inverseTextAccent, inverseTextAccentActive, inverseTextAccentGradientAI, inverseTextAccentHover, inverseTextAccentMinor, inverseTextAccentMinorActive, inverseTextAccentMinorHover, inverseTextInfo, inverseTextInfoActive, inverseTextInfoHover, inverseTextNegative, inverseTextNegativeActive, inverseTextNegativeHover, inverseTextParagraph, inverseTextParagraphActive, inverseTextParagraphHover, inverseTextPositive, inverseTextPositiveActive, inverseTextPositiveHover, inverseTextPrimary, inverseTextPrimaryActive, inverseTextPrimaryBrightness, inverseTextPrimaryBrightnessActive, inverseTextPrimaryBrightnessHover, inverseTextPrimaryHover, inverseTextSecondary, inverseTextSecondaryActive, inverseTextSecondaryHover, inverseTextTertiary, inverseTextTertiaryActive, inverseTextTertiaryHover, inverseTextWarning, inverseTextWarningActive, inverseTextWarningHover, lightBackgroundGradient, lightBackgroundHardline, lightBackgroundPrimary, lightBackgroundSecondary, lightBackgroundTertiary, onDarkOutlineClear, onDarkOutlineClearActive, onDarkOutlineClearHover, onDarkOutlineDefault, onDarkOutlineDefaultActive, onDarkOutlineDefaultHover, onDarkOutlineInfo, onDarkOutlineInfoActive, onDarkOutlineInfoHover, onDarkOutlineNegative, onDarkOutlineNegativeActive, onDarkOutlineNegativeHover, onDarkOutlinePositive, onDarkOutlinePositiveActive, onDarkOutlinePositiveHover, onDarkOutlinePrimary, onDarkOutlinePrimaryActive, onDarkOutlinePrimaryHover, onDarkOutlineTransparentPrimary, onDarkOutlineTransparentPrimaryActive, onDarkOutlineTransparentPrimaryHover, onDarkOutlineWarning, onDarkOutlineWarningActive, onDarkOutlineWarningHover, onDarkOutlineWhiteGradient, onDarkOverlayGradient, onDarkOverlayHard, onDarkOverlaySoft, onDarkPersonasBlueSurfaceAccentGradient, onDarkPersonasBlueTextAccent, onDarkPersonasBlueTextAccentActive, onDarkPersonasBlueTextAccentHover, onDarkPersonasGreenSurfaceAccentGradient, onDarkPersonasGreenTextAccent, onDarkPersonasGreenTextAccentActive, onDarkPersonasGreenTextAccentHover, onDarkPersonasIndigoSurfaceAccentGradient, onDarkPersonasIndigoTextAccent, onDarkPersonasIndigoTextAccentActive, onDarkPersonasIndigoTextAccentHover, onDarkPersonasOchreSurfaceAccentGradient, onDarkPersonasOchreTextAccent, onDarkPersonasOchreTextAccentActive, onDarkPersonasOchreTextAccentHover, onDarkPersonasOliveSurfaceAccentGradient, onDarkPersonasOliveTextAccent, onDarkPersonasOliveTextAccentActive, onDarkPersonasOliveTextAccentHover, onDarkPersonasPinkSurfaceAccentGradient, onDarkPersonasPinkTextAccent, onDarkPersonasPinkTextAccentActive, onDarkPersonasPinkTextAccentHover, onDarkPersonasSeaBlueSurfaceAccentGradient, onDarkPersonasSeaBlueTextAccent, onDarkPersonasSeaBlueTextAccentActive, onDarkPersonasSeaBlueTextAccentHover, onDarkPersonasVioletSurfaceAccentGradient, onDarkPersonasVioletTextAccent, onDarkPersonasVioletTextAccentActive, onDarkPersonasVioletTextAccentHover, onDarkSurfaceAccent, onDarkSurfaceAccentActive, onDarkSurfaceAccentGradient, onDarkSurfaceAccentGradientSecondary, onDarkSurfaceAccentHover, onDarkSurfaceAccentMinor, onDarkSurfaceAccentMinorActive, onDarkSurfaceAccentMinorGradient, onDarkSurfaceAccentMinorHover, onDarkSurfaceAccentSecondary, onDarkSurfaceAccentSecondaryActive, onDarkSurfaceAccentSecondaryHover, onDarkSurfaceClear, onDarkSurfaceClearActive, onDarkSurfaceClearHover, onDarkSurfaceInfo, onDarkSurfaceInfoActive, onDarkSurfaceInfoHover, onDarkSurfaceNegative, onDarkSurfaceNegativeActive, onDarkSurfaceNegativeHover, onDarkSurfacePositive, onDarkSurfacePositiveActive, onDarkSurfacePositiveHover, onDarkSurfaceReadOnly, onDarkSurfaceReadOnlyActive, onDarkSurfaceReadOnlyHover, onDarkSurfaceSkeletonGradient, onDarkSurfaceSolidCard, onDarkSurfaceSolidCardActive, onDarkSurfaceSolidCardBrightness, onDarkSurfaceSolidCardBrightnessActive, onDarkSurfaceSolidCardBrightnessHover, onDarkSurfaceSolidCardHover, onDarkSurfaceSolidDefault, onDarkSurfaceSolidDefaultActive, onDarkSurfaceSolidDefaultHover, onDarkSurfaceSolidPrimary, onDarkSurfaceSolidPrimaryActive, onDarkSurfaceSolidPrimaryBrightness, onDarkSurfaceSolidPrimaryBrightnessActive, onDarkSurfaceSolidPrimaryBrightnessHover, onDarkSurfaceSolidPrimaryHover, onDarkSurfaceSolidSecondary, onDarkSurfaceSolidSecondaryActive, onDarkSurfaceSolidSecondaryHover, onDarkSurfaceSolidTertiary, onDarkSurfaceSolidTertiaryActive, onDarkSurfaceSolidTertiaryHover, onDarkSurfaceTransparentAccent, onDarkSurfaceTransparentAccentActive, onDarkSurfaceTransparentAccentHover, onDarkSurfaceTransparentAccentMinor, onDarkSurfaceTransparentAccentMinorActive, onDarkSurfaceTransparentAccentMinorHover, onDarkSurfaceTransparentCard, onDarkSurfaceTransparentCardActive, onDarkSurfaceTransparentCardBrightness, onDarkSurfaceTransparentCardBrightnessActive, onDarkSurfaceTransparentCardBrightnessHover, onDarkSurfaceTransparentCardHover, onDarkSurfaceTransparentDeep, onDarkSurfaceTransparentDeepActive, onDarkSurfaceTransparentDeepHover, onDarkSurfaceTransparentNavi, onDarkSurfaceTransparentNaviActive, onDarkSurfaceTransparentNaviHover, onDarkSurfaceTransparentPrimary, onDarkSurfaceTransparentPrimaryActive, onDarkSurfaceTransparentPrimaryHover, onDarkSurfaceTransparentSecondary, onDarkSurfaceTransparentSecondaryActive, onDarkSurfaceTransparentSecondaryHover, onDarkSurfaceTransparentTertiary, onDarkSurfaceTransparentTertiaryActive, onDarkSurfaceTransparentTertiaryHover, onDarkSurfaceWarning, onDarkSurfaceWarningActive, onDarkSurfaceWarningHover, onDarkTextAccent, onDarkTextAccentActive, onDarkTextAccentGradientAI, onDarkTextAccentHover, onDarkTextAccentMinor, onDarkTextAccentMinorActive, onDarkTextAccentMinorHover, onDarkTextInfo, onDarkTextInfoActive, onDarkTextInfoHover, onDarkTextNegative, onDarkTextNegativeActive, onDarkTextNegativeHover, onDarkTextParagraph, onDarkTextParagraphActive, onDarkTextParagraphHover, onDarkTextPositive, onDarkTextPositiveActive, onDarkTextPositiveHover, onDarkTextPrimary, onDarkTextPrimaryActive, onDarkTextPrimaryBrightness, onDarkTextPrimaryBrightnessActive, onDarkTextPrimaryBrightnessHover, onDarkTextPrimaryHover, onDarkTextSecondary, onDarkTextSecondaryActive, onDarkTextSecondaryHover, onDarkTextTertiary, onDarkTextTertiaryActive, onDarkTextTertiaryHover, onDarkTextWarning, onDarkTextWarningActive, onDarkTextWarningHover, onLightOutlineClear, onLightOutlineClearActive, onLightOutlineClearHover, onLightOutlineDefault, onLightOutlineDefaultActive, onLightOutlineDefaultHover, onLightOutlineInfo, onLightOutlineInfoActive, onLightOutlineInfoHover, onLightOutlineNegative, onLightOutlineNegativeActive, onLightOutlineNegativeHover, onLightOutlinePositive, onLightOutlinePositiveActive, onLightOutlinePositiveHover, onLightOutlinePrimary, onLightOutlinePrimaryActive, onLightOutlinePrimaryHover, onLightOutlineTransparentPrimary, onLightOutlineTransparentPrimaryActive, onLightOutlineTransparentPrimaryHover, onLightOutlineWarning, onLightOutlineWarningActive, onLightOutlineWarningHover, onLightOutlineWhiteGradient, onLightOverlayGradient, onLightOverlayHard, onLightOverlaySoft, onLightPersonasBlueSurfaceAccentGradient, onLightPersonasBlueTextAccent, onLightPersonasBlueTextAccentActive, onLightPersonasBlueTextAccentHover, onLightPersonasGreenSurfaceAccentGradient, onLightPersonasGreenTextAccent, onLightPersonasGreenTextAccentActive, onLightPersonasGreenTextAccentHover, onLightPersonasIndigoSurfaceAccentGradient, onLightPersonasIndigoTextAccent, onLightPersonasIndigoTextAccentActive, onLightPersonasIndigoTextAccentHover, onLightPersonasOchreSurfaceAccentGradient, onLightPersonasOchreTextAccent, onLightPersonasOchreTextAccentActive, onLightPersonasOchreTextAccentHover, onLightPersonasOliveSurfaceAccentGradient, onLightPersonasOliveTextAccent, onLightPersonasOliveTextAccentActive, onLightPersonasOliveTextAccentHover, onLightPersonasPinkSurfaceAccentGradient, onLightPersonasPinkTextAccent, onLightPersonasPinkTextAccentActive, onLightPersonasPinkTextAccentHover, onLightPersonasSeaBlueSurfaceAccentGradient, onLightPersonasSeaBlueTextAccent, onLightPersonasSeaBlueTextAccentActive, onLightPersonasSeaBlueTextAccentHover, onLightPersonasVioletSurfaceAccentGradient, onLightPersonasVioletTextAccent, onLightPersonasVioletTextAccentActive, onLightPersonasVioletTextAccentHover, onLightSurfaceAccent, onLightSurfaceAccentActive, onLightSurfaceAccentGradient, onLightSurfaceAccentGradientSecondary, onLightSurfaceAccentHover, onLightSurfaceAccentMinor, onLightSurfaceAccentMinorActive, onLightSurfaceAccentMinorGradient, onLightSurfaceAccentMinorHover, onLightSurfaceAccentSecondary, onLightSurfaceAccentSecondaryActive, onLightSurfaceAccentSecondaryHover, onLightSurfaceClear, onLightSurfaceClearActive, onLightSurfaceClearHover, onLightSurfaceInfo, onLightSurfaceInfoActive, onLightSurfaceInfoHover, onLightSurfaceNegative, onLightSurfaceNegativeActive, onLightSurfaceNegativeHover, onLightSurfacePositive, onLightSurfacePositiveActive, onLightSurfacePositiveHover, onLightSurfaceReadOnly, onLightSurfaceReadOnlyActive, onLightSurfaceReadOnlyHover, onLightSurfaceSkeletonGradient, onLightSurfaceSolidCard, onLightSurfaceSolidCardActive, onLightSurfaceSolidCardBrightness, onLightSurfaceSolidCardBrightnessActive, onLightSurfaceSolidCardBrightnessHover, onLightSurfaceSolidCardHover, onLightSurfaceSolidDefault, onLightSurfaceSolidDefaultActive, onLightSurfaceSolidDefaultHover, onLightSurfaceSolidPrimary, onLightSurfaceSolidPrimaryActive, onLightSurfaceSolidPrimaryBrightness, onLightSurfaceSolidPrimaryBrightnessActive, onLightSurfaceSolidPrimaryBrightnessHover, onLightSurfaceSolidPrimaryHover, onLightSurfaceSolidSecondary, onLightSurfaceSolidSecondaryActive, onLightSurfaceSolidSecondaryHover, onLightSurfaceSolidTertiary, onLightSurfaceSolidTertiaryActive, onLightSurfaceSolidTertiaryHover, onLightSurfaceTransparentAccent, onLightSurfaceTransparentAccentActive, onLightSurfaceTransparentAccentHover, onLightSurfaceTransparentAccentMinor, onLightSurfaceTransparentAccentMinorActive, onLightSurfaceTransparentAccentMinorHover, onLightSurfaceTransparentCard, onLightSurfaceTransparentCardActive, onLightSurfaceTransparentCardBrightness, onLightSurfaceTransparentCardBrightnessActive, onLightSurfaceTransparentCardBrightnessHover, onLightSurfaceTransparentCardHover, onLightSurfaceTransparentDeep, onLightSurfaceTransparentDeepActive, onLightSurfaceTransparentDeepHover, onLightSurfaceTransparentNavi, onLightSurfaceTransparentNaviActive, onLightSurfaceTransparentNaviHover, onLightSurfaceTransparentPrimary, onLightSurfaceTransparentPrimaryActive, onLightSurfaceTransparentPrimaryHover, onLightSurfaceTransparentSecondary, onLightSurfaceTransparentSecondaryActive, onLightSurfaceTransparentSecondaryHover, onLightSurfaceTransparentTertiary, onLightSurfaceTransparentTertiaryActive, onLightSurfaceTransparentTertiaryHover, onLightSurfaceWarning, onLightSurfaceWarningActive, onLightSurfaceWarningHover, onLightTextAccent, onLightTextAccentActive, onLightTextAccentGradientAI, onLightTextAccentHover, onLightTextAccentMinor, onLightTextAccentMinorActive, onLightTextAccentMinorHover, onLightTextInfo, onLightTextInfoActive, onLightTextInfoHover, onLightTextNegative, onLightTextNegativeActive, onLightTextNegativeHover, onLightTextParagraph, onLightTextParagraphActive, onLightTextParagraphHover, onLightTextPositive, onLightTextPositiveActive, onLightTextPositiveHover, onLightTextPrimary, onLightTextPrimaryActive, onLightTextPrimaryBrightness, onLightTextPrimaryBrightnessActive, onLightTextPrimaryBrightnessHover, onLightTextPrimaryHover, onLightTextSecondary, onLightTextSecondaryActive, onLightTextSecondaryHover, onLightTextTertiary, onLightTextTertiaryActive, onLightTextTertiaryHover, onLightTextWarning, onLightTextWarningActive, onLightTextWarningHover, outlineClear, outlineClearActive, outlineClearHover, outlineDefault, outlineDefaultActive, outlineDefaultHover, outlineInfo, outlineInfoActive, outlineInfoHover, outlineNegative, outlineNegativeActive, outlineNegativeHover, outlinePositive, outlinePositiveActive, outlinePositiveHover, outlinePrimary, outlinePrimaryActive, outlinePrimaryHover, outlineTransparentPrimary, outlineTransparentPrimaryActive, outlineTransparentPrimaryHover, outlineWarning, outlineWarningActive, outlineWarningHover, outlineWhiteGradient, overlayGradient, overlayHard, overlaySoft, personasBlueSurfaceAccentGradient, personasBlueTextAccent, personasBlueTextAccentActive, personasBlueTextAccentHover, personasGreenSurfaceAccentGradient, personasGreenTextAccent, personasGreenTextAccentActive, personasGreenTextAccentHover, personasIndigoSurfaceAccentGradient, personasIndigoTextAccent, personasIndigoTextAccentActive, personasIndigoTextAccentHover, personasOchreSurfaceAccentGradient, personasOchreTextAccent, personasOchreTextAccentActive, personasOchreTextAccentHover, personasOliveSurfaceAccentGradient, personasOliveTextAccent, personasOliveTextAccentActive, personasOliveTextAccentHover, personasPinkSurfaceAccentGradient, personasPinkTextAccent, personasPinkTextAccentActive, personasPinkTextAccentHover, personasSeaBlueSurfaceAccentGradient, personasSeaBlueTextAccent, personasSeaBlueTextAccentActive, personasSeaBlueTextAccentHover, personasVioletSurfaceAccentGradient, personasVioletTextAccent, personasVioletTextAccentActive, personasVioletTextAccentHover, shadowDownHardL, shadowDownHardM, shadowDownHardS, shadowDownSoftL, shadowDownSoftM, shadowDownSoftS, shadowUpHardL, shadowUpHardM, shadowUpHardS, shadowUpSoftL, shadowUpSoftM, shadowUpSoftS, spacing0x, spacing10x, spacing12x, spacing16x, spacing1x, spacing20x, spacing24x, spacing2x, spacing32x, spacing3x, spacing40x, spacing4x, spacing60x, spacing6x, spacing8x, surfaceAccent, surfaceAccentActive, surfaceAccentGradient, surfaceAccentGradientSecondary, surfaceAccentHover, surfaceAccentMinor, surfaceAccentMinorActive, surfaceAccentMinorGradient, surfaceAccentMinorHover, surfaceAccentSecondary, surfaceAccentSecondaryActive, surfaceAccentSecondaryHover, surfaceClear, surfaceClearActive, surfaceClearHover, surfaceInfo, surfaceInfoActive, surfaceInfoHover, surfaceNegative, surfaceNegativeActive, surfaceNegativeHover, surfacePositive, surfacePositiveActive, surfacePositiveHover, surfaceReadOnly, surfaceReadOnlyActive, surfaceReadOnlyHover, surfaceSkeletonGradient, surfaceSolidCard, surfaceSolidCardActive, surfaceSolidCardBrightness, surfaceSolidCardBrightnessActive, surfaceSolidCardBrightnessHover, surfaceSolidCardHover, surfaceSolidDefault, surfaceSolidDefaultActive, surfaceSolidDefaultHover, surfaceSolidPrimary, surfaceSolidPrimaryActive, surfaceSolidPrimaryBrightness, surfaceSolidPrimaryBrightnessActive, surfaceSolidPrimaryBrightnessHover, surfaceSolidPrimaryHover, surfaceSolidSecondary, surfaceSolidSecondaryActive, surfaceSolidSecondaryHover, surfaceSolidTertiary, surfaceSolidTertiaryActive, surfaceSolidTertiaryHover, surfaceTransparentAccent, surfaceTransparentAccentActive, surfaceTransparentAccentHover, surfaceTransparentAccentMinor, surfaceTransparentAccentMinorActive, surfaceTransparentAccentMinorHover, surfaceTransparentCard, surfaceTransparentCardActive, surfaceTransparentCardBrightness, surfaceTransparentCardBrightnessActive, surfaceTransparentCardBrightnessHover, surfaceTransparentCardHover, surfaceTransparentDeep, surfaceTransparentDeepActive, surfaceTransparentDeepHover, surfaceTransparentNavi, surfaceTransparentNaviActive, surfaceTransparentNaviHover, surfaceTransparentPrimary, surfaceTransparentPrimaryActive, surfaceTransparentPrimaryHover, surfaceTransparentSecondary, surfaceTransparentSecondaryActive, surfaceTransparentSecondaryHover, surfaceTransparentTertiary, surfaceTransparentTertiaryActive, surfaceTransparentTertiaryHover, surfaceWarning, surfaceWarningActive, surfaceWarningHover, textAccent, textAccentActive, textAccentGradientAI, textAccentHover, textAccentMinor, textAccentMinorActive, textAccentMinorHover, textInfo, textInfoActive, textInfoHover, textNegative, textNegativeActive, textNegativeHover, textParagraph, textParagraphActive, textParagraphHover, textPositive, textPositiveActive, textPositiveHover, textPrimary, textPrimaryActive, textPrimaryBrightness, textPrimaryBrightnessActive, textPrimaryBrightnessHover, textPrimaryHover, textSecondary, textSecondaryActive, textSecondaryHover, textTertiary, textTertiaryActive, textTertiaryHover, textWarning, textWarningActive, textWarningHover, viewContainer };
|
|
2677
|
+
export { backgroundGradient, backgroundHardline, backgroundPrimary, backgroundSecondary, backgroundTertiary, bodyL, bodyLBold, bodyLMedium, bodyM, bodyMBold, bodyMMedium, bodyS, bodySBold, bodySMedium, bodyXS, bodyXSBold, bodyXSMedium, bodyXXS, bodyXXSBold, bodyXXSMedium, borderRadius3xl, borderRadius4xl, borderRadius5xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, borderRadiusXxs, darkBackgroundGradient, darkBackgroundHardline, darkBackgroundPrimary, darkBackgroundSecondary, darkBackgroundTertiary, dsplS, dsplSBold, dsplSMedium, h1, h1Bold, h1Medium, h2, h2Bold, h2Medium, h3, h3Bold, h3Medium, h4, h4Bold, h4Medium, inverseBackgroundGradient, inverseBackgroundHardline, inverseBackgroundPrimary, inverseBackgroundSecondary, inverseBackgroundTertiary, inverseOutlineClear, inverseOutlineClearActive, inverseOutlineClearHover, inverseOutlineDefault, inverseOutlineDefaultActive, inverseOutlineDefaultHover, inverseOutlineInfo, inverseOutlineInfoActive, inverseOutlineInfoHover, inverseOutlineNegative, inverseOutlineNegativeActive, inverseOutlineNegativeHover, inverseOutlinePositive, inverseOutlinePositiveActive, inverseOutlinePositiveHover, inverseOutlinePrimary, inverseOutlinePrimaryActive, inverseOutlinePrimaryHover, inverseOutlineTransparentPrimary, inverseOutlineTransparentPrimaryActive, inverseOutlineTransparentPrimaryHover, inverseOutlineWarning, inverseOutlineWarningActive, inverseOutlineWarningHover, inverseOutlineWhiteGradient, inverseOverlayGradient, inverseOverlayHard, inverseOverlaySoft, inversePersonasBlueSurfaceAccentGradient, inversePersonasBlueTextAccent, inversePersonasBlueTextAccentActive, inversePersonasBlueTextAccentHover, inversePersonasGreenSurfaceAccentGradient, inversePersonasGreenTextAccent, inversePersonasGreenTextAccentActive, inversePersonasGreenTextAccentHover, inversePersonasIndigoSurfaceAccentGradient, inversePersonasIndigoTextAccent, inversePersonasIndigoTextAccentActive, inversePersonasIndigoTextAccentHover, inversePersonasOchreSurfaceAccentGradient, inversePersonasOchreTextAccent, inversePersonasOchreTextAccentActive, inversePersonasOchreTextAccentHover, inversePersonasOliveSurfaceAccentGradient, inversePersonasOliveTextAccent, inversePersonasOliveTextAccentActive, inversePersonasOliveTextAccentHover, inversePersonasPinkSurfaceAccentGradient, inversePersonasPinkTextAccent, inversePersonasPinkTextAccentActive, inversePersonasPinkTextAccentHover, inversePersonasSeaBlueSurfaceAccentGradient, inversePersonasSeaBlueTextAccent, inversePersonasSeaBlueTextAccentActive, inversePersonasSeaBlueTextAccentHover, inversePersonasVioletSurfaceAccentGradient, inversePersonasVioletTextAccent, inversePersonasVioletTextAccentActive, inversePersonasVioletTextAccentHover, inverseSurfaceAccent, inverseSurfaceAccentActive, inverseSurfaceAccentGradient, inverseSurfaceAccentGradientSecondary, inverseSurfaceAccentHover, inverseSurfaceAccentMinor, inverseSurfaceAccentMinorActive, inverseSurfaceAccentMinorGradient, inverseSurfaceAccentMinorHover, inverseSurfaceAccentSecondary, inverseSurfaceAccentSecondaryActive, inverseSurfaceAccentSecondaryHover, inverseSurfaceClear, inverseSurfaceClearActive, inverseSurfaceClearHover, inverseSurfaceInfo, inverseSurfaceInfoActive, inverseSurfaceInfoHover, inverseSurfaceNegative, inverseSurfaceNegativeActive, inverseSurfaceNegativeHover, inverseSurfacePositive, inverseSurfacePositiveActive, inverseSurfacePositiveHover, inverseSurfaceReadOnly, inverseSurfaceReadOnlyActive, inverseSurfaceReadOnlyHover, inverseSurfaceSkeletonGradient, inverseSurfaceSolidCard, inverseSurfaceSolidCardActive, inverseSurfaceSolidCardBrightness, inverseSurfaceSolidCardBrightnessActive, inverseSurfaceSolidCardBrightnessHover, inverseSurfaceSolidCardHover, inverseSurfaceSolidDefault, inverseSurfaceSolidDefaultActive, inverseSurfaceSolidDefaultHover, inverseSurfaceSolidPrimary, inverseSurfaceSolidPrimaryActive, inverseSurfaceSolidPrimaryBrightness, inverseSurfaceSolidPrimaryBrightnessActive, inverseSurfaceSolidPrimaryBrightnessHover, inverseSurfaceSolidPrimaryHover, inverseSurfaceSolidSecondary, inverseSurfaceSolidSecondaryActive, inverseSurfaceSolidSecondaryHover, inverseSurfaceSolidTertiary, inverseSurfaceSolidTertiaryActive, inverseSurfaceSolidTertiaryHover, inverseSurfaceTransparentAccent, inverseSurfaceTransparentAccentActive, inverseSurfaceTransparentAccentHover, inverseSurfaceTransparentAccentMinor, inverseSurfaceTransparentAccentMinorActive, inverseSurfaceTransparentAccentMinorHover, inverseSurfaceTransparentCard, inverseSurfaceTransparentCardActive, inverseSurfaceTransparentCardBrightness, inverseSurfaceTransparentCardBrightnessActive, inverseSurfaceTransparentCardBrightnessHover, inverseSurfaceTransparentCardHover, inverseSurfaceTransparentDeep, inverseSurfaceTransparentDeepActive, inverseSurfaceTransparentDeepHover, inverseSurfaceTransparentNavi, inverseSurfaceTransparentNaviActive, inverseSurfaceTransparentNaviHover, inverseSurfaceTransparentPrimary, inverseSurfaceTransparentPrimaryActive, inverseSurfaceTransparentPrimaryHover, inverseSurfaceTransparentSecondary, inverseSurfaceTransparentSecondaryActive, inverseSurfaceTransparentSecondaryHover, inverseSurfaceTransparentTertiary, inverseSurfaceTransparentTertiaryActive, inverseSurfaceTransparentTertiaryHover, inverseSurfaceWarning, inverseSurfaceWarningActive, inverseSurfaceWarningHover, inverseTextAccent, inverseTextAccentActive, inverseTextAccentGradientAI, inverseTextAccentHover, inverseTextAccentMinor, inverseTextAccentMinorActive, inverseTextAccentMinorHover, inverseTextInfo, inverseTextInfoActive, inverseTextInfoHover, inverseTextNegative, inverseTextNegativeActive, inverseTextNegativeHover, inverseTextParagraph, inverseTextParagraphActive, inverseTextParagraphHover, inverseTextPositive, inverseTextPositiveActive, inverseTextPositiveHover, inverseTextPrimary, inverseTextPrimaryActive, inverseTextPrimaryBrightness, inverseTextPrimaryBrightnessActive, inverseTextPrimaryBrightnessHover, inverseTextPrimaryHover, inverseTextSecondary, inverseTextSecondaryActive, inverseTextSecondaryHover, inverseTextTertiary, inverseTextTertiaryActive, inverseTextTertiaryHover, inverseTextWarning, inverseTextWarningActive, inverseTextWarningHover, lightBackgroundGradient, lightBackgroundHardline, lightBackgroundPrimary, lightBackgroundSecondary, lightBackgroundTertiary, onDarkOutlineClear, onDarkOutlineClearActive, onDarkOutlineClearHover, onDarkOutlineDefault, onDarkOutlineDefaultActive, onDarkOutlineDefaultHover, onDarkOutlineInfo, onDarkOutlineInfoActive, onDarkOutlineInfoHover, onDarkOutlineNegative, onDarkOutlineNegativeActive, onDarkOutlineNegativeHover, onDarkOutlinePositive, onDarkOutlinePositiveActive, onDarkOutlinePositiveHover, onDarkOutlinePrimary, onDarkOutlinePrimaryActive, onDarkOutlinePrimaryHover, onDarkOutlineTransparentPrimary, onDarkOutlineTransparentPrimaryActive, onDarkOutlineTransparentPrimaryHover, onDarkOutlineWarning, onDarkOutlineWarningActive, onDarkOutlineWarningHover, onDarkOutlineWhiteGradient, onDarkOverlayGradient, onDarkOverlayHard, onDarkOverlaySoft, onDarkPersonasBlueSurfaceAccentGradient, onDarkPersonasBlueTextAccent, onDarkPersonasBlueTextAccentActive, onDarkPersonasBlueTextAccentHover, onDarkPersonasGreenSurfaceAccentGradient, onDarkPersonasGreenTextAccent, onDarkPersonasGreenTextAccentActive, onDarkPersonasGreenTextAccentHover, onDarkPersonasIndigoSurfaceAccentGradient, onDarkPersonasIndigoTextAccent, onDarkPersonasIndigoTextAccentActive, onDarkPersonasIndigoTextAccentHover, onDarkPersonasOchreSurfaceAccentGradient, onDarkPersonasOchreTextAccent, onDarkPersonasOchreTextAccentActive, onDarkPersonasOchreTextAccentHover, onDarkPersonasOliveSurfaceAccentGradient, onDarkPersonasOliveTextAccent, onDarkPersonasOliveTextAccentActive, onDarkPersonasOliveTextAccentHover, onDarkPersonasPinkSurfaceAccentGradient, onDarkPersonasPinkTextAccent, onDarkPersonasPinkTextAccentActive, onDarkPersonasPinkTextAccentHover, onDarkPersonasSeaBlueSurfaceAccentGradient, onDarkPersonasSeaBlueTextAccent, onDarkPersonasSeaBlueTextAccentActive, onDarkPersonasSeaBlueTextAccentHover, onDarkPersonasVioletSurfaceAccentGradient, onDarkPersonasVioletTextAccent, onDarkPersonasVioletTextAccentActive, onDarkPersonasVioletTextAccentHover, onDarkSurfaceAccent, onDarkSurfaceAccentActive, onDarkSurfaceAccentGradient, onDarkSurfaceAccentGradientSecondary, onDarkSurfaceAccentHover, onDarkSurfaceAccentMinor, onDarkSurfaceAccentMinorActive, onDarkSurfaceAccentMinorGradient, onDarkSurfaceAccentMinorHover, onDarkSurfaceAccentSecondary, onDarkSurfaceAccentSecondaryActive, onDarkSurfaceAccentSecondaryHover, onDarkSurfaceClear, onDarkSurfaceClearActive, onDarkSurfaceClearHover, onDarkSurfaceInfo, onDarkSurfaceInfoActive, onDarkSurfaceInfoHover, onDarkSurfaceNegative, onDarkSurfaceNegativeActive, onDarkSurfaceNegativeHover, onDarkSurfacePositive, onDarkSurfacePositiveActive, onDarkSurfacePositiveHover, onDarkSurfaceReadOnly, onDarkSurfaceReadOnlyActive, onDarkSurfaceReadOnlyHover, onDarkSurfaceSkeletonGradient, onDarkSurfaceSolidCard, onDarkSurfaceSolidCardActive, onDarkSurfaceSolidCardBrightness, onDarkSurfaceSolidCardBrightnessActive, onDarkSurfaceSolidCardBrightnessHover, onDarkSurfaceSolidCardHover, onDarkSurfaceSolidDefault, onDarkSurfaceSolidDefaultActive, onDarkSurfaceSolidDefaultHover, onDarkSurfaceSolidPrimary, onDarkSurfaceSolidPrimaryActive, onDarkSurfaceSolidPrimaryBrightness, onDarkSurfaceSolidPrimaryBrightnessActive, onDarkSurfaceSolidPrimaryBrightnessHover, onDarkSurfaceSolidPrimaryHover, onDarkSurfaceSolidSecondary, onDarkSurfaceSolidSecondaryActive, onDarkSurfaceSolidSecondaryHover, onDarkSurfaceSolidTertiary, onDarkSurfaceSolidTertiaryActive, onDarkSurfaceSolidTertiaryHover, onDarkSurfaceTransparentAccent, onDarkSurfaceTransparentAccentActive, onDarkSurfaceTransparentAccentHover, onDarkSurfaceTransparentAccentMinor, onDarkSurfaceTransparentAccentMinorActive, onDarkSurfaceTransparentAccentMinorHover, onDarkSurfaceTransparentCard, onDarkSurfaceTransparentCardActive, onDarkSurfaceTransparentCardBrightness, onDarkSurfaceTransparentCardBrightnessActive, onDarkSurfaceTransparentCardBrightnessHover, onDarkSurfaceTransparentCardHover, onDarkSurfaceTransparentDeep, onDarkSurfaceTransparentDeepActive, onDarkSurfaceTransparentDeepHover, onDarkSurfaceTransparentNavi, onDarkSurfaceTransparentNaviActive, onDarkSurfaceTransparentNaviHover, onDarkSurfaceTransparentPrimary, onDarkSurfaceTransparentPrimaryActive, onDarkSurfaceTransparentPrimaryHover, onDarkSurfaceTransparentSecondary, onDarkSurfaceTransparentSecondaryActive, onDarkSurfaceTransparentSecondaryHover, onDarkSurfaceTransparentTertiary, onDarkSurfaceTransparentTertiaryActive, onDarkSurfaceTransparentTertiaryHover, onDarkSurfaceWarning, onDarkSurfaceWarningActive, onDarkSurfaceWarningHover, onDarkTextAccent, onDarkTextAccentActive, onDarkTextAccentGradientAI, onDarkTextAccentHover, onDarkTextAccentMinor, onDarkTextAccentMinorActive, onDarkTextAccentMinorHover, onDarkTextInfo, onDarkTextInfoActive, onDarkTextInfoHover, onDarkTextNegative, onDarkTextNegativeActive, onDarkTextNegativeHover, onDarkTextParagraph, onDarkTextParagraphActive, onDarkTextParagraphHover, onDarkTextPositive, onDarkTextPositiveActive, onDarkTextPositiveHover, onDarkTextPrimary, onDarkTextPrimaryActive, onDarkTextPrimaryBrightness, onDarkTextPrimaryBrightnessActive, onDarkTextPrimaryBrightnessHover, onDarkTextPrimaryHover, onDarkTextSecondary, onDarkTextSecondaryActive, onDarkTextSecondaryHover, onDarkTextTertiary, onDarkTextTertiaryActive, onDarkTextTertiaryHover, onDarkTextWarning, onDarkTextWarningActive, onDarkTextWarningHover, onLightOutlineClear, onLightOutlineClearActive, onLightOutlineClearHover, onLightOutlineDefault, onLightOutlineDefaultActive, onLightOutlineDefaultHover, onLightOutlineInfo, onLightOutlineInfoActive, onLightOutlineInfoHover, onLightOutlineNegative, onLightOutlineNegativeActive, onLightOutlineNegativeHover, onLightOutlinePositive, onLightOutlinePositiveActive, onLightOutlinePositiveHover, onLightOutlinePrimary, onLightOutlinePrimaryActive, onLightOutlinePrimaryHover, onLightOutlineTransparentPrimary, onLightOutlineTransparentPrimaryActive, onLightOutlineTransparentPrimaryHover, onLightOutlineWarning, onLightOutlineWarningActive, onLightOutlineWarningHover, onLightOutlineWhiteGradient, onLightOverlayGradient, onLightOverlayHard, onLightOverlaySoft, onLightPersonasBlueSurfaceAccentGradient, onLightPersonasBlueTextAccent, onLightPersonasBlueTextAccentActive, onLightPersonasBlueTextAccentHover, onLightPersonasGreenSurfaceAccentGradient, onLightPersonasGreenTextAccent, onLightPersonasGreenTextAccentActive, onLightPersonasGreenTextAccentHover, onLightPersonasIndigoSurfaceAccentGradient, onLightPersonasIndigoTextAccent, onLightPersonasIndigoTextAccentActive, onLightPersonasIndigoTextAccentHover, onLightPersonasOchreSurfaceAccentGradient, onLightPersonasOchreTextAccent, onLightPersonasOchreTextAccentActive, onLightPersonasOchreTextAccentHover, onLightPersonasOliveSurfaceAccentGradient, onLightPersonasOliveTextAccent, onLightPersonasOliveTextAccentActive, onLightPersonasOliveTextAccentHover, onLightPersonasPinkSurfaceAccentGradient, onLightPersonasPinkTextAccent, onLightPersonasPinkTextAccentActive, onLightPersonasPinkTextAccentHover, onLightPersonasSeaBlueSurfaceAccentGradient, onLightPersonasSeaBlueTextAccent, onLightPersonasSeaBlueTextAccentActive, onLightPersonasSeaBlueTextAccentHover, onLightPersonasVioletSurfaceAccentGradient, onLightPersonasVioletTextAccent, onLightPersonasVioletTextAccentActive, onLightPersonasVioletTextAccentHover, onLightSurfaceAccent, onLightSurfaceAccentActive, onLightSurfaceAccentGradient, onLightSurfaceAccentGradientSecondary, onLightSurfaceAccentHover, onLightSurfaceAccentMinor, onLightSurfaceAccentMinorActive, onLightSurfaceAccentMinorGradient, onLightSurfaceAccentMinorHover, onLightSurfaceAccentSecondary, onLightSurfaceAccentSecondaryActive, onLightSurfaceAccentSecondaryHover, onLightSurfaceClear, onLightSurfaceClearActive, onLightSurfaceClearHover, onLightSurfaceInfo, onLightSurfaceInfoActive, onLightSurfaceInfoHover, onLightSurfaceNegative, onLightSurfaceNegativeActive, onLightSurfaceNegativeHover, onLightSurfacePositive, onLightSurfacePositiveActive, onLightSurfacePositiveHover, onLightSurfaceReadOnly, onLightSurfaceReadOnlyActive, onLightSurfaceReadOnlyHover, onLightSurfaceSkeletonGradient, onLightSurfaceSolidCard, onLightSurfaceSolidCardActive, onLightSurfaceSolidCardBrightness, onLightSurfaceSolidCardBrightnessActive, onLightSurfaceSolidCardBrightnessHover, onLightSurfaceSolidCardHover, onLightSurfaceSolidDefault, onLightSurfaceSolidDefaultActive, onLightSurfaceSolidDefaultHover, onLightSurfaceSolidPrimary, onLightSurfaceSolidPrimaryActive, onLightSurfaceSolidPrimaryBrightness, onLightSurfaceSolidPrimaryBrightnessActive, onLightSurfaceSolidPrimaryBrightnessHover, onLightSurfaceSolidPrimaryHover, onLightSurfaceSolidSecondary, onLightSurfaceSolidSecondaryActive, onLightSurfaceSolidSecondaryHover, onLightSurfaceSolidTertiary, onLightSurfaceSolidTertiaryActive, onLightSurfaceSolidTertiaryHover, onLightSurfaceTransparentAccent, onLightSurfaceTransparentAccentActive, onLightSurfaceTransparentAccentHover, onLightSurfaceTransparentAccentMinor, onLightSurfaceTransparentAccentMinorActive, onLightSurfaceTransparentAccentMinorHover, onLightSurfaceTransparentCard, onLightSurfaceTransparentCardActive, onLightSurfaceTransparentCardBrightness, onLightSurfaceTransparentCardBrightnessActive, onLightSurfaceTransparentCardBrightnessHover, onLightSurfaceTransparentCardHover, onLightSurfaceTransparentDeep, onLightSurfaceTransparentDeepActive, onLightSurfaceTransparentDeepHover, onLightSurfaceTransparentNavi, onLightSurfaceTransparentNaviActive, onLightSurfaceTransparentNaviHover, onLightSurfaceTransparentPrimary, onLightSurfaceTransparentPrimaryActive, onLightSurfaceTransparentPrimaryHover, onLightSurfaceTransparentSecondary, onLightSurfaceTransparentSecondaryActive, onLightSurfaceTransparentSecondaryHover, onLightSurfaceTransparentTertiary, onLightSurfaceTransparentTertiaryActive, onLightSurfaceTransparentTertiaryHover, onLightSurfaceWarning, onLightSurfaceWarningActive, onLightSurfaceWarningHover, onLightTextAccent, onLightTextAccentActive, onLightTextAccentGradientAI, onLightTextAccentHover, onLightTextAccentMinor, onLightTextAccentMinorActive, onLightTextAccentMinorHover, onLightTextInfo, onLightTextInfoActive, onLightTextInfoHover, onLightTextNegative, onLightTextNegativeActive, onLightTextNegativeHover, onLightTextParagraph, onLightTextParagraphActive, onLightTextParagraphHover, onLightTextPositive, onLightTextPositiveActive, onLightTextPositiveHover, onLightTextPrimary, onLightTextPrimaryActive, onLightTextPrimaryBrightness, onLightTextPrimaryBrightnessActive, onLightTextPrimaryBrightnessHover, onLightTextPrimaryHover, onLightTextSecondary, onLightTextSecondaryActive, onLightTextSecondaryHover, onLightTextTertiary, onLightTextTertiaryActive, onLightTextTertiaryHover, onLightTextWarning, onLightTextWarningActive, onLightTextWarningHover, outlineClear, outlineClearActive, outlineClearHover, outlineDefault, outlineDefaultActive, outlineDefaultHover, outlineInfo, outlineInfoActive, outlineInfoHover, outlineNegative, outlineNegativeActive, outlineNegativeHover, outlinePositive, outlinePositiveActive, outlinePositiveHover, outlinePrimary, outlinePrimaryActive, outlinePrimaryHover, outlineTransparentPrimary, outlineTransparentPrimaryActive, outlineTransparentPrimaryHover, outlineWarning, outlineWarningActive, outlineWarningHover, outlineWhiteGradient, overlayGradient, overlayHard, overlaySoft, personasBlueSurfaceAccentGradient, personasBlueTextAccent, personasBlueTextAccentActive, personasBlueTextAccentHover, personasGreenSurfaceAccentGradient, personasGreenTextAccent, personasGreenTextAccentActive, personasGreenTextAccentHover, personasIndigoSurfaceAccentGradient, personasIndigoTextAccent, personasIndigoTextAccentActive, personasIndigoTextAccentHover, personasOchreSurfaceAccentGradient, personasOchreTextAccent, personasOchreTextAccentActive, personasOchreTextAccentHover, personasOliveSurfaceAccentGradient, personasOliveTextAccent, personasOliveTextAccentActive, personasOliveTextAccentHover, personasPinkSurfaceAccentGradient, personasPinkTextAccent, personasPinkTextAccentActive, personasPinkTextAccentHover, personasSeaBlueSurfaceAccentGradient, personasSeaBlueTextAccent, personasSeaBlueTextAccentActive, personasSeaBlueTextAccentHover, personasVioletSurfaceAccentGradient, personasVioletTextAccent, personasVioletTextAccentActive, personasVioletTextAccentHover, shadowDownHardL, shadowDownHardM, shadowDownHardS, shadowDownSoftL, shadowDownSoftM, shadowDownSoftS, shadowUpHardL, shadowUpHardM, shadowUpHardS, shadowUpSoftL, shadowUpSoftM, shadowUpSoftS, spacing0x, spacing10x, spacing12x, spacing16x, spacing1x, spacing20x, spacing24x, spacing2x, spacing32x, spacing3x, spacing40x, spacing4x, spacing60x, spacing6x, spacing8x, surfaceAccent, surfaceAccentActive, surfaceAccentGradient, surfaceAccentGradientSecondary, surfaceAccentHover, surfaceAccentMinor, surfaceAccentMinorActive, surfaceAccentMinorGradient, surfaceAccentMinorHover, surfaceAccentSecondary, surfaceAccentSecondaryActive, surfaceAccentSecondaryHover, surfaceClear, surfaceClearActive, surfaceClearHover, surfaceInfo, surfaceInfoActive, surfaceInfoHover, surfaceNegative, surfaceNegativeActive, surfaceNegativeHover, surfacePositive, surfacePositiveActive, surfacePositiveHover, surfaceReadOnly, surfaceReadOnlyActive, surfaceReadOnlyHover, surfaceSkeletonGradient, surfaceSolidCard, surfaceSolidCardActive, surfaceSolidCardBrightness, surfaceSolidCardBrightnessActive, surfaceSolidCardBrightnessHover, surfaceSolidCardHover, surfaceSolidDefault, surfaceSolidDefaultActive, surfaceSolidDefaultHover, surfaceSolidPrimary, surfaceSolidPrimaryActive, surfaceSolidPrimaryBrightness, surfaceSolidPrimaryBrightnessActive, surfaceSolidPrimaryBrightnessHover, surfaceSolidPrimaryHover, surfaceSolidSecondary, surfaceSolidSecondaryActive, surfaceSolidSecondaryHover, surfaceSolidTertiary, surfaceSolidTertiaryActive, surfaceSolidTertiaryHover, surfaceTransparentAccent, surfaceTransparentAccentActive, surfaceTransparentAccentHover, surfaceTransparentAccentMinor, surfaceTransparentAccentMinorActive, surfaceTransparentAccentMinorHover, surfaceTransparentCard, surfaceTransparentCardActive, surfaceTransparentCardBrightness, surfaceTransparentCardBrightnessActive, surfaceTransparentCardBrightnessHover, surfaceTransparentCardHover, surfaceTransparentDeep, surfaceTransparentDeepActive, surfaceTransparentDeepHover, surfaceTransparentNavi, surfaceTransparentNaviActive, surfaceTransparentNaviHover, surfaceTransparentPrimary, surfaceTransparentPrimaryActive, surfaceTransparentPrimaryHover, surfaceTransparentSecondary, surfaceTransparentSecondaryActive, surfaceTransparentSecondaryHover, surfaceTransparentTertiary, surfaceTransparentTertiaryActive, surfaceTransparentTertiaryHover, surfaceWarning, surfaceWarningActive, surfaceWarningHover, textAccent, textAccentActive, textAccentGradientAI, textAccentHover, textAccentMinor, textAccentMinorActive, textAccentMinorHover, textInfo, textInfoActive, textInfoHover, textL, textLBold, textLMedium, textM, textMBold, textMMedium, textNegative, textNegativeActive, textNegativeHover, textParagraph, textParagraphActive, textParagraphHover, textPositive, textPositiveActive, textPositiveHover, textPrimary, textPrimaryActive, textPrimaryBrightness, textPrimaryBrightnessActive, textPrimaryBrightnessHover, textPrimaryHover, textS, textSBold, textSMedium, textSecondary, textSecondaryActive, textSecondaryHover, textTertiary, textTertiaryActive, textTertiaryHover, textWarning, textWarningActive, textWarningHover, textXS, textXSBold, textXSMedium, viewContainer };
|
|
2558
2678
|
//# sourceMappingURL=index.js.map
|