@salutejs-ds/sdds_sbcom 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button/Button.config.d.ts +3 -3
- package/components/Button/Button.config.js +10 -10
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1wue0f1.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +3 -3
- package/components/Checkbox/Checkbox.config.js +1 -1
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_limvsr.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Counter/Counter.config.d.ts +4 -4
- package/components/Counter/Counter.config.js +9 -9
- package/components/Counter/Counter.config.js.map +1 -1
- package/components/Counter/Counter.config_u14r3s.css +11 -0
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +4 -4
- package/components/IconButton/IconButton.config.js +1 -1
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_yxpssw.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/Link/Link.config.d.ts +5 -5
- package/components/Link/Link.config.js +7 -7
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/{Link.config_uq3jfz.css → Link.config_1adojdx.css} +6 -6
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +5 -5
- package/components/Radiobox/Radiobox.config.d.ts +2 -2
- package/components/Radiobox/Radiobox.config.js +5 -5
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_wzkn6m.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/css/sdds_sbcom.module.css +1231 -958
- package/css/sdds_sbcom__dark.css +645 -508
- package/css/sdds_sbcom__light.css +653 -517
- package/es/components/Button/Button.config.js +10 -10
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1wue0f1.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +1 -1
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_limvsr.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/Counter/Counter.config.js +9 -9
- package/es/components/Counter/Counter.config.js.map +1 -1
- package/es/components/Counter/Counter.config_u14r3s.css +11 -0
- package/es/components/Counter/Counter.css +10 -10
- package/es/components/IconButton/IconButton.config.js +1 -1
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_yxpssw.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +7 -7
- package/es/components/Link/Link.config.js.map +1 -1
- package/es/components/Link/{Link.config_uq3jfz.css → Link.config_1adojdx.css} +6 -6
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +5 -5
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_wzkn6m.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 +1114 -703
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +137 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +9 -9
- package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/cjs/Counter/Counter.config.js +10 -10
- package/styled-components/cjs/IconButton/IconButton.config.js +7 -7
- package/styled-components/cjs/Link/Link.config.js +6 -6
- package/styled-components/cjs/Radiobox/Radiobox.config.js +6 -6
- package/styled-components/es/Button/Button.config.js +9 -9
- package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/es/Counter/Counter.config.js +10 -10
- package/styled-components/es/IconButton/IconButton.config.js +7 -7
- 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 +907 -633
- package/theme/tokens/index.js +1250 -702
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_ncdo62.css +0 -10
- package/components/Checkbox/Checkbox.config_ufkiou.css +0 -6
- package/components/Counter/Counter.config_8qholw.css +0 -11
- package/components/IconButton/IconButton.config_10yvwxd.css +0 -9
- package/components/Radiobox/Radiobox.config_16u8jc7.css +0 -6
- package/es/components/Button/Button.config_ncdo62.css +0 -10
- package/es/components/Checkbox/Checkbox.config_ufkiou.css +0 -6
- package/es/components/Counter/Counter.config_8qholw.css +0 -11
- package/es/components/IconButton/IconButton.config_10yvwxd.css +0 -9
- package/es/components/Radiobox/Radiobox.config_16u8jc7.css +0 -6
package/index.js
CHANGED
|
@@ -92,6 +92,8 @@ exports.inverseOutlineClear = index.inverseOutlineClear;
|
|
|
92
92
|
exports.inverseOutlineClearActive = index.inverseOutlineClearActive;
|
|
93
93
|
exports.inverseOutlineClearHover = index.inverseOutlineClearHover;
|
|
94
94
|
exports.inverseOutlineDefault = index.inverseOutlineDefault;
|
|
95
|
+
exports.inverseOutlineDefaultActive = index.inverseOutlineDefaultActive;
|
|
96
|
+
exports.inverseOutlineDefaultHover = index.inverseOutlineDefaultHover;
|
|
95
97
|
exports.inverseOutlineInfo = index.inverseOutlineInfo;
|
|
96
98
|
exports.inverseOutlineInfoActive = index.inverseOutlineInfoActive;
|
|
97
99
|
exports.inverseOutlineInfoHover = index.inverseOutlineInfoHover;
|
|
@@ -108,6 +110,8 @@ exports.inverseOutlinePositiveHover = index.inverseOutlinePositiveHover;
|
|
|
108
110
|
exports.inverseOutlinePositiveMinorActive = index.inverseOutlinePositiveMinorActive;
|
|
109
111
|
exports.inverseOutlinePositiveMinorHover = index.inverseOutlinePositiveMinorHover;
|
|
110
112
|
exports.inverseOutlinePrimary = index.inverseOutlinePrimary;
|
|
113
|
+
exports.inverseOutlinePrimaryActive = index.inverseOutlinePrimaryActive;
|
|
114
|
+
exports.inverseOutlinePrimaryHover = index.inverseOutlinePrimaryHover;
|
|
111
115
|
exports.inverseOutlineReadOnlyActive = index.inverseOutlineReadOnlyActive;
|
|
112
116
|
exports.inverseOutlineReadOnlyHover = index.inverseOutlineReadOnlyHover;
|
|
113
117
|
exports.inverseOutlineSolidDefaultActive = index.inverseOutlineSolidDefaultActive;
|
|
@@ -146,20 +150,36 @@ exports.inverseOverlayHard = index.inverseOverlayHard;
|
|
|
146
150
|
exports.inverseOverlaySoft = index.inverseOverlaySoft;
|
|
147
151
|
exports.inversePersonasBlueSurfaceAccentGradient = index.inversePersonasBlueSurfaceAccentGradient;
|
|
148
152
|
exports.inversePersonasBlueTextAccent = index.inversePersonasBlueTextAccent;
|
|
153
|
+
exports.inversePersonasBlueTextAccentActive = index.inversePersonasBlueTextAccentActive;
|
|
154
|
+
exports.inversePersonasBlueTextAccentHover = index.inversePersonasBlueTextAccentHover;
|
|
149
155
|
exports.inversePersonasGreenSurfaceAccentGradient = index.inversePersonasGreenSurfaceAccentGradient;
|
|
150
156
|
exports.inversePersonasGreenTextAccent = index.inversePersonasGreenTextAccent;
|
|
157
|
+
exports.inversePersonasGreenTextAccentActive = index.inversePersonasGreenTextAccentActive;
|
|
158
|
+
exports.inversePersonasGreenTextAccentHover = index.inversePersonasGreenTextAccentHover;
|
|
151
159
|
exports.inversePersonasIndigoSurfaceAccentGradient = index.inversePersonasIndigoSurfaceAccentGradient;
|
|
152
160
|
exports.inversePersonasIndigoTextAccent = index.inversePersonasIndigoTextAccent;
|
|
161
|
+
exports.inversePersonasIndigoTextAccentActive = index.inversePersonasIndigoTextAccentActive;
|
|
162
|
+
exports.inversePersonasIndigoTextAccentHover = index.inversePersonasIndigoTextAccentHover;
|
|
153
163
|
exports.inversePersonasOchreSurfaceAccentGradient = index.inversePersonasOchreSurfaceAccentGradient;
|
|
154
164
|
exports.inversePersonasOchreTextAccent = index.inversePersonasOchreTextAccent;
|
|
165
|
+
exports.inversePersonasOchreTextAccentActive = index.inversePersonasOchreTextAccentActive;
|
|
166
|
+
exports.inversePersonasOchreTextAccentHover = index.inversePersonasOchreTextAccentHover;
|
|
155
167
|
exports.inversePersonasOliveSurfaceAccentGradient = index.inversePersonasOliveSurfaceAccentGradient;
|
|
156
168
|
exports.inversePersonasOliveTextAccent = index.inversePersonasOliveTextAccent;
|
|
169
|
+
exports.inversePersonasOliveTextAccentActive = index.inversePersonasOliveTextAccentActive;
|
|
170
|
+
exports.inversePersonasOliveTextAccentHover = index.inversePersonasOliveTextAccentHover;
|
|
157
171
|
exports.inversePersonasPinkSurfaceAccentGradient = index.inversePersonasPinkSurfaceAccentGradient;
|
|
158
172
|
exports.inversePersonasPinkTextAccent = index.inversePersonasPinkTextAccent;
|
|
173
|
+
exports.inversePersonasPinkTextAccentActive = index.inversePersonasPinkTextAccentActive;
|
|
174
|
+
exports.inversePersonasPinkTextAccentHover = index.inversePersonasPinkTextAccentHover;
|
|
159
175
|
exports.inversePersonasSeaBlueSurfaceAccentGradient = index.inversePersonasSeaBlueSurfaceAccentGradient;
|
|
160
176
|
exports.inversePersonasSeaBlueTextAccent = index.inversePersonasSeaBlueTextAccent;
|
|
177
|
+
exports.inversePersonasSeaBlueTextAccentActive = index.inversePersonasSeaBlueTextAccentActive;
|
|
178
|
+
exports.inversePersonasSeaBlueTextAccentHover = index.inversePersonasSeaBlueTextAccentHover;
|
|
161
179
|
exports.inversePersonasVioletSurfaceAccentGradient = index.inversePersonasVioletSurfaceAccentGradient;
|
|
162
180
|
exports.inversePersonasVioletTextAccent = index.inversePersonasVioletTextAccent;
|
|
181
|
+
exports.inversePersonasVioletTextAccentActive = index.inversePersonasVioletTextAccentActive;
|
|
182
|
+
exports.inversePersonasVioletTextAccentHover = index.inversePersonasVioletTextAccentHover;
|
|
163
183
|
exports.inverseSurfaceAccent = index.inverseSurfaceAccent;
|
|
164
184
|
exports.inverseSurfaceAccentActive = index.inverseSurfaceAccentActive;
|
|
165
185
|
exports.inverseSurfaceAccentGradient = index.inverseSurfaceAccentGradient;
|
|
@@ -170,6 +190,8 @@ exports.inverseSurfaceAccentMinorActive = index.inverseSurfaceAccentMinorActive;
|
|
|
170
190
|
exports.inverseSurfaceAccentMinorGradient = index.inverseSurfaceAccentMinorGradient;
|
|
171
191
|
exports.inverseSurfaceAccentMinorHover = index.inverseSurfaceAccentMinorHover;
|
|
172
192
|
exports.inverseSurfaceAccentSecondary = index.inverseSurfaceAccentSecondary;
|
|
193
|
+
exports.inverseSurfaceAccentSecondaryActive = index.inverseSurfaceAccentSecondaryActive;
|
|
194
|
+
exports.inverseSurfaceAccentSecondaryHover = index.inverseSurfaceAccentSecondaryHover;
|
|
173
195
|
exports.inverseSurfaceClear = index.inverseSurfaceClear;
|
|
174
196
|
exports.inverseSurfaceClearActive = index.inverseSurfaceClearActive;
|
|
175
197
|
exports.inverseSurfaceClearHover = index.inverseSurfaceClearHover;
|
|
@@ -195,6 +217,8 @@ exports.inverseSurfaceSkeletonGradient = index.inverseSurfaceSkeletonGradient;
|
|
|
195
217
|
exports.inverseSurfaceSolidCard = index.inverseSurfaceSolidCard;
|
|
196
218
|
exports.inverseSurfaceSolidCardActive = index.inverseSurfaceSolidCardActive;
|
|
197
219
|
exports.inverseSurfaceSolidCardBrightness = index.inverseSurfaceSolidCardBrightness;
|
|
220
|
+
exports.inverseSurfaceSolidCardBrightnessActive = index.inverseSurfaceSolidCardBrightnessActive;
|
|
221
|
+
exports.inverseSurfaceSolidCardBrightnessHover = index.inverseSurfaceSolidCardBrightnessHover;
|
|
198
222
|
exports.inverseSurfaceSolidCardHover = index.inverseSurfaceSolidCardHover;
|
|
199
223
|
exports.inverseSurfaceSolidDefault = index.inverseSurfaceSolidDefault;
|
|
200
224
|
exports.inverseSurfaceSolidDefaultActive = index.inverseSurfaceSolidDefaultActive;
|
|
@@ -202,6 +226,8 @@ exports.inverseSurfaceSolidDefaultHover = index.inverseSurfaceSolidDefaultHover;
|
|
|
202
226
|
exports.inverseSurfaceSolidPrimary = index.inverseSurfaceSolidPrimary;
|
|
203
227
|
exports.inverseSurfaceSolidPrimaryActive = index.inverseSurfaceSolidPrimaryActive;
|
|
204
228
|
exports.inverseSurfaceSolidPrimaryBrightness = index.inverseSurfaceSolidPrimaryBrightness;
|
|
229
|
+
exports.inverseSurfaceSolidPrimaryBrightnessActive = index.inverseSurfaceSolidPrimaryBrightnessActive;
|
|
230
|
+
exports.inverseSurfaceSolidPrimaryBrightnessHover = index.inverseSurfaceSolidPrimaryBrightnessHover;
|
|
205
231
|
exports.inverseSurfaceSolidPrimaryHover = index.inverseSurfaceSolidPrimaryHover;
|
|
206
232
|
exports.inverseSurfaceSolidSecondary = index.inverseSurfaceSolidSecondary;
|
|
207
233
|
exports.inverseSurfaceSolidSecondaryActive = index.inverseSurfaceSolidSecondaryActive;
|
|
@@ -213,9 +239,13 @@ exports.inverseSurfaceTransparentAccent = index.inverseSurfaceTransparentAccent;
|
|
|
213
239
|
exports.inverseSurfaceTransparentAccentActive = index.inverseSurfaceTransparentAccentActive;
|
|
214
240
|
exports.inverseSurfaceTransparentAccentHover = index.inverseSurfaceTransparentAccentHover;
|
|
215
241
|
exports.inverseSurfaceTransparentAccentMinor = index.inverseSurfaceTransparentAccentMinor;
|
|
242
|
+
exports.inverseSurfaceTransparentAccentMinorActive = index.inverseSurfaceTransparentAccentMinorActive;
|
|
243
|
+
exports.inverseSurfaceTransparentAccentMinorHover = index.inverseSurfaceTransparentAccentMinorHover;
|
|
216
244
|
exports.inverseSurfaceTransparentCard = index.inverseSurfaceTransparentCard;
|
|
217
245
|
exports.inverseSurfaceTransparentCardActive = index.inverseSurfaceTransparentCardActive;
|
|
218
246
|
exports.inverseSurfaceTransparentCardBrightness = index.inverseSurfaceTransparentCardBrightness;
|
|
247
|
+
exports.inverseSurfaceTransparentCardBrightnessActive = index.inverseSurfaceTransparentCardBrightnessActive;
|
|
248
|
+
exports.inverseSurfaceTransparentCardBrightnessHover = index.inverseSurfaceTransparentCardBrightnessHover;
|
|
219
249
|
exports.inverseSurfaceTransparentCardHover = index.inverseSurfaceTransparentCardHover;
|
|
220
250
|
exports.inverseSurfaceTransparentDeep = index.inverseSurfaceTransparentDeep;
|
|
221
251
|
exports.inverseSurfaceTransparentDeepActive = index.inverseSurfaceTransparentDeepActive;
|
|
@@ -223,6 +253,8 @@ exports.inverseSurfaceTransparentDeepHover = index.inverseSurfaceTransparentDeep
|
|
|
223
253
|
exports.inverseSurfaceTransparentInfoActive = index.inverseSurfaceTransparentInfoActive;
|
|
224
254
|
exports.inverseSurfaceTransparentInfoHover = index.inverseSurfaceTransparentInfoHover;
|
|
225
255
|
exports.inverseSurfaceTransparentNavi = index.inverseSurfaceTransparentNavi;
|
|
256
|
+
exports.inverseSurfaceTransparentNaviActive = index.inverseSurfaceTransparentNaviActive;
|
|
257
|
+
exports.inverseSurfaceTransparentNaviHover = index.inverseSurfaceTransparentNaviHover;
|
|
226
258
|
exports.inverseSurfaceTransparentNegativeActive = index.inverseSurfaceTransparentNegativeActive;
|
|
227
259
|
exports.inverseSurfaceTransparentNegativeHover = index.inverseSurfaceTransparentNegativeHover;
|
|
228
260
|
exports.inverseSurfaceTransparentPositiveActive = index.inverseSurfaceTransparentPositiveActive;
|
|
@@ -271,6 +303,8 @@ exports.inverseTextPositiveMinorHover = index.inverseTextPositiveMinorHover;
|
|
|
271
303
|
exports.inverseTextPrimary = index.inverseTextPrimary;
|
|
272
304
|
exports.inverseTextPrimaryActive = index.inverseTextPrimaryActive;
|
|
273
305
|
exports.inverseTextPrimaryBrightness = index.inverseTextPrimaryBrightness;
|
|
306
|
+
exports.inverseTextPrimaryBrightnessActive = index.inverseTextPrimaryBrightnessActive;
|
|
307
|
+
exports.inverseTextPrimaryBrightnessHover = index.inverseTextPrimaryBrightnessHover;
|
|
274
308
|
exports.inverseTextPrimaryHover = index.inverseTextPrimaryHover;
|
|
275
309
|
exports.inverseTextSecondary = index.inverseTextSecondary;
|
|
276
310
|
exports.inverseTextSecondaryActive = index.inverseTextSecondaryActive;
|
|
@@ -302,6 +336,8 @@ exports.onDarkOutlineClear = index.onDarkOutlineClear;
|
|
|
302
336
|
exports.onDarkOutlineClearActive = index.onDarkOutlineClearActive;
|
|
303
337
|
exports.onDarkOutlineClearHover = index.onDarkOutlineClearHover;
|
|
304
338
|
exports.onDarkOutlineDefault = index.onDarkOutlineDefault;
|
|
339
|
+
exports.onDarkOutlineDefaultActive = index.onDarkOutlineDefaultActive;
|
|
340
|
+
exports.onDarkOutlineDefaultHover = index.onDarkOutlineDefaultHover;
|
|
305
341
|
exports.onDarkOutlineInfo = index.onDarkOutlineInfo;
|
|
306
342
|
exports.onDarkOutlineInfoActive = index.onDarkOutlineInfoActive;
|
|
307
343
|
exports.onDarkOutlineInfoHover = index.onDarkOutlineInfoHover;
|
|
@@ -318,6 +354,8 @@ exports.onDarkOutlinePositiveHover = index.onDarkOutlinePositiveHover;
|
|
|
318
354
|
exports.onDarkOutlinePositiveMinorActive = index.onDarkOutlinePositiveMinorActive;
|
|
319
355
|
exports.onDarkOutlinePositiveMinorHover = index.onDarkOutlinePositiveMinorHover;
|
|
320
356
|
exports.onDarkOutlinePrimary = index.onDarkOutlinePrimary;
|
|
357
|
+
exports.onDarkOutlinePrimaryActive = index.onDarkOutlinePrimaryActive;
|
|
358
|
+
exports.onDarkOutlinePrimaryHover = index.onDarkOutlinePrimaryHover;
|
|
321
359
|
exports.onDarkOutlineReadOnlyActive = index.onDarkOutlineReadOnlyActive;
|
|
322
360
|
exports.onDarkOutlineReadOnlyHover = index.onDarkOutlineReadOnlyHover;
|
|
323
361
|
exports.onDarkOutlineSolidDefaultActive = index.onDarkOutlineSolidDefaultActive;
|
|
@@ -351,24 +389,41 @@ exports.onDarkOutlineWarningHover = index.onDarkOutlineWarningHover;
|
|
|
351
389
|
exports.onDarkOutlineWarningMinorActive = index.onDarkOutlineWarningMinorActive;
|
|
352
390
|
exports.onDarkOutlineWarningMinorHover = index.onDarkOutlineWarningMinorHover;
|
|
353
391
|
exports.onDarkOutlineWhiteGradient = index.onDarkOutlineWhiteGradient;
|
|
392
|
+
exports.onDarkOverlayGradient = index.onDarkOverlayGradient;
|
|
354
393
|
exports.onDarkOverlayHard = index.onDarkOverlayHard;
|
|
355
394
|
exports.onDarkOverlaySoft = index.onDarkOverlaySoft;
|
|
356
395
|
exports.onDarkPersonasBlueSurfaceAccentGradient = index.onDarkPersonasBlueSurfaceAccentGradient;
|
|
357
396
|
exports.onDarkPersonasBlueTextAccent = index.onDarkPersonasBlueTextAccent;
|
|
397
|
+
exports.onDarkPersonasBlueTextAccentActive = index.onDarkPersonasBlueTextAccentActive;
|
|
398
|
+
exports.onDarkPersonasBlueTextAccentHover = index.onDarkPersonasBlueTextAccentHover;
|
|
358
399
|
exports.onDarkPersonasGreenSurfaceAccentGradient = index.onDarkPersonasGreenSurfaceAccentGradient;
|
|
359
400
|
exports.onDarkPersonasGreenTextAccent = index.onDarkPersonasGreenTextAccent;
|
|
401
|
+
exports.onDarkPersonasGreenTextAccentActive = index.onDarkPersonasGreenTextAccentActive;
|
|
402
|
+
exports.onDarkPersonasGreenTextAccentHover = index.onDarkPersonasGreenTextAccentHover;
|
|
360
403
|
exports.onDarkPersonasIndigoSurfaceAccentGradient = index.onDarkPersonasIndigoSurfaceAccentGradient;
|
|
361
404
|
exports.onDarkPersonasIndigoTextAccent = index.onDarkPersonasIndigoTextAccent;
|
|
405
|
+
exports.onDarkPersonasIndigoTextAccentActive = index.onDarkPersonasIndigoTextAccentActive;
|
|
406
|
+
exports.onDarkPersonasIndigoTextAccentHover = index.onDarkPersonasIndigoTextAccentHover;
|
|
362
407
|
exports.onDarkPersonasOchreSurfaceAccentGradient = index.onDarkPersonasOchreSurfaceAccentGradient;
|
|
363
408
|
exports.onDarkPersonasOchreTextAccent = index.onDarkPersonasOchreTextAccent;
|
|
409
|
+
exports.onDarkPersonasOchreTextAccentActive = index.onDarkPersonasOchreTextAccentActive;
|
|
410
|
+
exports.onDarkPersonasOchreTextAccentHover = index.onDarkPersonasOchreTextAccentHover;
|
|
364
411
|
exports.onDarkPersonasOliveSurfaceAccentGradient = index.onDarkPersonasOliveSurfaceAccentGradient;
|
|
365
412
|
exports.onDarkPersonasOliveTextAccent = index.onDarkPersonasOliveTextAccent;
|
|
413
|
+
exports.onDarkPersonasOliveTextAccentActive = index.onDarkPersonasOliveTextAccentActive;
|
|
414
|
+
exports.onDarkPersonasOliveTextAccentHover = index.onDarkPersonasOliveTextAccentHover;
|
|
366
415
|
exports.onDarkPersonasPinkSurfaceAccentGradient = index.onDarkPersonasPinkSurfaceAccentGradient;
|
|
367
416
|
exports.onDarkPersonasPinkTextAccent = index.onDarkPersonasPinkTextAccent;
|
|
417
|
+
exports.onDarkPersonasPinkTextAccentActive = index.onDarkPersonasPinkTextAccentActive;
|
|
418
|
+
exports.onDarkPersonasPinkTextAccentHover = index.onDarkPersonasPinkTextAccentHover;
|
|
368
419
|
exports.onDarkPersonasSeaBlueSurfaceAccentGradient = index.onDarkPersonasSeaBlueSurfaceAccentGradient;
|
|
369
420
|
exports.onDarkPersonasSeaBlueTextAccent = index.onDarkPersonasSeaBlueTextAccent;
|
|
421
|
+
exports.onDarkPersonasSeaBlueTextAccentActive = index.onDarkPersonasSeaBlueTextAccentActive;
|
|
422
|
+
exports.onDarkPersonasSeaBlueTextAccentHover = index.onDarkPersonasSeaBlueTextAccentHover;
|
|
370
423
|
exports.onDarkPersonasVioletSurfaceAccentGradient = index.onDarkPersonasVioletSurfaceAccentGradient;
|
|
371
424
|
exports.onDarkPersonasVioletTextAccent = index.onDarkPersonasVioletTextAccent;
|
|
425
|
+
exports.onDarkPersonasVioletTextAccentActive = index.onDarkPersonasVioletTextAccentActive;
|
|
426
|
+
exports.onDarkPersonasVioletTextAccentHover = index.onDarkPersonasVioletTextAccentHover;
|
|
372
427
|
exports.onDarkSurfaceAccent = index.onDarkSurfaceAccent;
|
|
373
428
|
exports.onDarkSurfaceAccentActive = index.onDarkSurfaceAccentActive;
|
|
374
429
|
exports.onDarkSurfaceAccentGradient = index.onDarkSurfaceAccentGradient;
|
|
@@ -379,6 +434,8 @@ exports.onDarkSurfaceAccentMinorActive = index.onDarkSurfaceAccentMinorActive;
|
|
|
379
434
|
exports.onDarkSurfaceAccentMinorGradient = index.onDarkSurfaceAccentMinorGradient;
|
|
380
435
|
exports.onDarkSurfaceAccentMinorHover = index.onDarkSurfaceAccentMinorHover;
|
|
381
436
|
exports.onDarkSurfaceAccentSecondary = index.onDarkSurfaceAccentSecondary;
|
|
437
|
+
exports.onDarkSurfaceAccentSecondaryActive = index.onDarkSurfaceAccentSecondaryActive;
|
|
438
|
+
exports.onDarkSurfaceAccentSecondaryHover = index.onDarkSurfaceAccentSecondaryHover;
|
|
382
439
|
exports.onDarkSurfaceClear = index.onDarkSurfaceClear;
|
|
383
440
|
exports.onDarkSurfaceClearActive = index.onDarkSurfaceClearActive;
|
|
384
441
|
exports.onDarkSurfaceClearHover = index.onDarkSurfaceClearHover;
|
|
@@ -404,6 +461,8 @@ exports.onDarkSurfaceSkeletonGradient = index.onDarkSurfaceSkeletonGradient;
|
|
|
404
461
|
exports.onDarkSurfaceSolidCard = index.onDarkSurfaceSolidCard;
|
|
405
462
|
exports.onDarkSurfaceSolidCardActive = index.onDarkSurfaceSolidCardActive;
|
|
406
463
|
exports.onDarkSurfaceSolidCardBrightness = index.onDarkSurfaceSolidCardBrightness;
|
|
464
|
+
exports.onDarkSurfaceSolidCardBrightnessActive = index.onDarkSurfaceSolidCardBrightnessActive;
|
|
465
|
+
exports.onDarkSurfaceSolidCardBrightnessHover = index.onDarkSurfaceSolidCardBrightnessHover;
|
|
407
466
|
exports.onDarkSurfaceSolidCardHover = index.onDarkSurfaceSolidCardHover;
|
|
408
467
|
exports.onDarkSurfaceSolidDefault = index.onDarkSurfaceSolidDefault;
|
|
409
468
|
exports.onDarkSurfaceSolidDefaultActive = index.onDarkSurfaceSolidDefaultActive;
|
|
@@ -411,6 +470,8 @@ exports.onDarkSurfaceSolidDefaultHover = index.onDarkSurfaceSolidDefaultHover;
|
|
|
411
470
|
exports.onDarkSurfaceSolidPrimary = index.onDarkSurfaceSolidPrimary;
|
|
412
471
|
exports.onDarkSurfaceSolidPrimaryActive = index.onDarkSurfaceSolidPrimaryActive;
|
|
413
472
|
exports.onDarkSurfaceSolidPrimaryBrightness = index.onDarkSurfaceSolidPrimaryBrightness;
|
|
473
|
+
exports.onDarkSurfaceSolidPrimaryBrightnessActive = index.onDarkSurfaceSolidPrimaryBrightnessActive;
|
|
474
|
+
exports.onDarkSurfaceSolidPrimaryBrightnessHover = index.onDarkSurfaceSolidPrimaryBrightnessHover;
|
|
414
475
|
exports.onDarkSurfaceSolidPrimaryHover = index.onDarkSurfaceSolidPrimaryHover;
|
|
415
476
|
exports.onDarkSurfaceSolidSecondary = index.onDarkSurfaceSolidSecondary;
|
|
416
477
|
exports.onDarkSurfaceSolidSecondaryActive = index.onDarkSurfaceSolidSecondaryActive;
|
|
@@ -422,9 +483,13 @@ exports.onDarkSurfaceTransparentAccent = index.onDarkSurfaceTransparentAccent;
|
|
|
422
483
|
exports.onDarkSurfaceTransparentAccentActive = index.onDarkSurfaceTransparentAccentActive;
|
|
423
484
|
exports.onDarkSurfaceTransparentAccentHover = index.onDarkSurfaceTransparentAccentHover;
|
|
424
485
|
exports.onDarkSurfaceTransparentAccentMinor = index.onDarkSurfaceTransparentAccentMinor;
|
|
486
|
+
exports.onDarkSurfaceTransparentAccentMinorActive = index.onDarkSurfaceTransparentAccentMinorActive;
|
|
487
|
+
exports.onDarkSurfaceTransparentAccentMinorHover = index.onDarkSurfaceTransparentAccentMinorHover;
|
|
425
488
|
exports.onDarkSurfaceTransparentCard = index.onDarkSurfaceTransparentCard;
|
|
426
489
|
exports.onDarkSurfaceTransparentCardActive = index.onDarkSurfaceTransparentCardActive;
|
|
427
490
|
exports.onDarkSurfaceTransparentCardBrightness = index.onDarkSurfaceTransparentCardBrightness;
|
|
491
|
+
exports.onDarkSurfaceTransparentCardBrightnessActive = index.onDarkSurfaceTransparentCardBrightnessActive;
|
|
492
|
+
exports.onDarkSurfaceTransparentCardBrightnessHover = index.onDarkSurfaceTransparentCardBrightnessHover;
|
|
428
493
|
exports.onDarkSurfaceTransparentCardHover = index.onDarkSurfaceTransparentCardHover;
|
|
429
494
|
exports.onDarkSurfaceTransparentDeep = index.onDarkSurfaceTransparentDeep;
|
|
430
495
|
exports.onDarkSurfaceTransparentDeepActive = index.onDarkSurfaceTransparentDeepActive;
|
|
@@ -432,6 +497,8 @@ exports.onDarkSurfaceTransparentDeepHover = index.onDarkSurfaceTransparentDeepHo
|
|
|
432
497
|
exports.onDarkSurfaceTransparentInfoActive = index.onDarkSurfaceTransparentInfoActive;
|
|
433
498
|
exports.onDarkSurfaceTransparentInfoHover = index.onDarkSurfaceTransparentInfoHover;
|
|
434
499
|
exports.onDarkSurfaceTransparentNavi = index.onDarkSurfaceTransparentNavi;
|
|
500
|
+
exports.onDarkSurfaceTransparentNaviActive = index.onDarkSurfaceTransparentNaviActive;
|
|
501
|
+
exports.onDarkSurfaceTransparentNaviHover = index.onDarkSurfaceTransparentNaviHover;
|
|
435
502
|
exports.onDarkSurfaceTransparentNegativeActive = index.onDarkSurfaceTransparentNegativeActive;
|
|
436
503
|
exports.onDarkSurfaceTransparentNegativeHover = index.onDarkSurfaceTransparentNegativeHover;
|
|
437
504
|
exports.onDarkSurfaceTransparentPositiveActive = index.onDarkSurfaceTransparentPositiveActive;
|
|
@@ -480,6 +547,8 @@ exports.onDarkTextPositiveMinorHover = index.onDarkTextPositiveMinorHover;
|
|
|
480
547
|
exports.onDarkTextPrimary = index.onDarkTextPrimary;
|
|
481
548
|
exports.onDarkTextPrimaryActive = index.onDarkTextPrimaryActive;
|
|
482
549
|
exports.onDarkTextPrimaryBrightness = index.onDarkTextPrimaryBrightness;
|
|
550
|
+
exports.onDarkTextPrimaryBrightnessActive = index.onDarkTextPrimaryBrightnessActive;
|
|
551
|
+
exports.onDarkTextPrimaryBrightnessHover = index.onDarkTextPrimaryBrightnessHover;
|
|
483
552
|
exports.onDarkTextPrimaryHover = index.onDarkTextPrimaryHover;
|
|
484
553
|
exports.onDarkTextSecondary = index.onDarkTextSecondary;
|
|
485
554
|
exports.onDarkTextSecondaryActive = index.onDarkTextSecondaryActive;
|
|
@@ -506,6 +575,8 @@ exports.onLightOutlineClear = index.onLightOutlineClear;
|
|
|
506
575
|
exports.onLightOutlineClearActive = index.onLightOutlineClearActive;
|
|
507
576
|
exports.onLightOutlineClearHover = index.onLightOutlineClearHover;
|
|
508
577
|
exports.onLightOutlineDefault = index.onLightOutlineDefault;
|
|
578
|
+
exports.onLightOutlineDefaultActive = index.onLightOutlineDefaultActive;
|
|
579
|
+
exports.onLightOutlineDefaultHover = index.onLightOutlineDefaultHover;
|
|
509
580
|
exports.onLightOutlineInfo = index.onLightOutlineInfo;
|
|
510
581
|
exports.onLightOutlineInfoActive = index.onLightOutlineInfoActive;
|
|
511
582
|
exports.onLightOutlineInfoHover = index.onLightOutlineInfoHover;
|
|
@@ -522,6 +593,8 @@ exports.onLightOutlinePositiveHover = index.onLightOutlinePositiveHover;
|
|
|
522
593
|
exports.onLightOutlinePositiveMinorActive = index.onLightOutlinePositiveMinorActive;
|
|
523
594
|
exports.onLightOutlinePositiveMinorHover = index.onLightOutlinePositiveMinorHover;
|
|
524
595
|
exports.onLightOutlinePrimary = index.onLightOutlinePrimary;
|
|
596
|
+
exports.onLightOutlinePrimaryActive = index.onLightOutlinePrimaryActive;
|
|
597
|
+
exports.onLightOutlinePrimaryHover = index.onLightOutlinePrimaryHover;
|
|
525
598
|
exports.onLightOutlineReadOnlyActive = index.onLightOutlineReadOnlyActive;
|
|
526
599
|
exports.onLightOutlineReadOnlyHover = index.onLightOutlineReadOnlyHover;
|
|
527
600
|
exports.onLightOutlineSolidDefaultActive = index.onLightOutlineSolidDefaultActive;
|
|
@@ -560,20 +633,36 @@ exports.onLightOverlayHard = index.onLightOverlayHard;
|
|
|
560
633
|
exports.onLightOverlaySoft = index.onLightOverlaySoft;
|
|
561
634
|
exports.onLightPersonasBlueSurfaceAccentGradient = index.onLightPersonasBlueSurfaceAccentGradient;
|
|
562
635
|
exports.onLightPersonasBlueTextAccent = index.onLightPersonasBlueTextAccent;
|
|
636
|
+
exports.onLightPersonasBlueTextAccentActive = index.onLightPersonasBlueTextAccentActive;
|
|
637
|
+
exports.onLightPersonasBlueTextAccentHover = index.onLightPersonasBlueTextAccentHover;
|
|
563
638
|
exports.onLightPersonasGreenSurfaceAccentGradient = index.onLightPersonasGreenSurfaceAccentGradient;
|
|
564
639
|
exports.onLightPersonasGreenTextAccent = index.onLightPersonasGreenTextAccent;
|
|
640
|
+
exports.onLightPersonasGreenTextAccentActive = index.onLightPersonasGreenTextAccentActive;
|
|
641
|
+
exports.onLightPersonasGreenTextAccentHover = index.onLightPersonasGreenTextAccentHover;
|
|
565
642
|
exports.onLightPersonasIndigoSurfaceAccentGradient = index.onLightPersonasIndigoSurfaceAccentGradient;
|
|
566
643
|
exports.onLightPersonasIndigoTextAccent = index.onLightPersonasIndigoTextAccent;
|
|
644
|
+
exports.onLightPersonasIndigoTextAccentActive = index.onLightPersonasIndigoTextAccentActive;
|
|
645
|
+
exports.onLightPersonasIndigoTextAccentHover = index.onLightPersonasIndigoTextAccentHover;
|
|
567
646
|
exports.onLightPersonasOchreSurfaceAccentGradient = index.onLightPersonasOchreSurfaceAccentGradient;
|
|
568
647
|
exports.onLightPersonasOchreTextAccent = index.onLightPersonasOchreTextAccent;
|
|
648
|
+
exports.onLightPersonasOchreTextAccentActive = index.onLightPersonasOchreTextAccentActive;
|
|
649
|
+
exports.onLightPersonasOchreTextAccentHover = index.onLightPersonasOchreTextAccentHover;
|
|
569
650
|
exports.onLightPersonasOliveSurfaceAccentGradient = index.onLightPersonasOliveSurfaceAccentGradient;
|
|
570
651
|
exports.onLightPersonasOliveTextAccent = index.onLightPersonasOliveTextAccent;
|
|
652
|
+
exports.onLightPersonasOliveTextAccentActive = index.onLightPersonasOliveTextAccentActive;
|
|
653
|
+
exports.onLightPersonasOliveTextAccentHover = index.onLightPersonasOliveTextAccentHover;
|
|
571
654
|
exports.onLightPersonasPinkSurfaceAccentGradient = index.onLightPersonasPinkSurfaceAccentGradient;
|
|
572
655
|
exports.onLightPersonasPinkTextAccent = index.onLightPersonasPinkTextAccent;
|
|
656
|
+
exports.onLightPersonasPinkTextAccentActive = index.onLightPersonasPinkTextAccentActive;
|
|
657
|
+
exports.onLightPersonasPinkTextAccentHover = index.onLightPersonasPinkTextAccentHover;
|
|
573
658
|
exports.onLightPersonasSeaBlueSurfaceAccentGradient = index.onLightPersonasSeaBlueSurfaceAccentGradient;
|
|
574
659
|
exports.onLightPersonasSeaBlueTextAccent = index.onLightPersonasSeaBlueTextAccent;
|
|
660
|
+
exports.onLightPersonasSeaBlueTextAccentActive = index.onLightPersonasSeaBlueTextAccentActive;
|
|
661
|
+
exports.onLightPersonasSeaBlueTextAccentHover = index.onLightPersonasSeaBlueTextAccentHover;
|
|
575
662
|
exports.onLightPersonasVioletSurfaceAccentGradient = index.onLightPersonasVioletSurfaceAccentGradient;
|
|
576
663
|
exports.onLightPersonasVioletTextAccent = index.onLightPersonasVioletTextAccent;
|
|
664
|
+
exports.onLightPersonasVioletTextAccentActive = index.onLightPersonasVioletTextAccentActive;
|
|
665
|
+
exports.onLightPersonasVioletTextAccentHover = index.onLightPersonasVioletTextAccentHover;
|
|
577
666
|
exports.onLightSurfaceAccent = index.onLightSurfaceAccent;
|
|
578
667
|
exports.onLightSurfaceAccentActive = index.onLightSurfaceAccentActive;
|
|
579
668
|
exports.onLightSurfaceAccentGradient = index.onLightSurfaceAccentGradient;
|
|
@@ -584,6 +673,8 @@ exports.onLightSurfaceAccentMinorActive = index.onLightSurfaceAccentMinorActive;
|
|
|
584
673
|
exports.onLightSurfaceAccentMinorGradient = index.onLightSurfaceAccentMinorGradient;
|
|
585
674
|
exports.onLightSurfaceAccentMinorHover = index.onLightSurfaceAccentMinorHover;
|
|
586
675
|
exports.onLightSurfaceAccentSecondary = index.onLightSurfaceAccentSecondary;
|
|
676
|
+
exports.onLightSurfaceAccentSecondaryActive = index.onLightSurfaceAccentSecondaryActive;
|
|
677
|
+
exports.onLightSurfaceAccentSecondaryHover = index.onLightSurfaceAccentSecondaryHover;
|
|
587
678
|
exports.onLightSurfaceClear = index.onLightSurfaceClear;
|
|
588
679
|
exports.onLightSurfaceClearActive = index.onLightSurfaceClearActive;
|
|
589
680
|
exports.onLightSurfaceClearHover = index.onLightSurfaceClearHover;
|
|
@@ -609,6 +700,8 @@ exports.onLightSurfaceSkeletonGradient = index.onLightSurfaceSkeletonGradient;
|
|
|
609
700
|
exports.onLightSurfaceSolidCard = index.onLightSurfaceSolidCard;
|
|
610
701
|
exports.onLightSurfaceSolidCardActive = index.onLightSurfaceSolidCardActive;
|
|
611
702
|
exports.onLightSurfaceSolidCardBrightness = index.onLightSurfaceSolidCardBrightness;
|
|
703
|
+
exports.onLightSurfaceSolidCardBrightnessActive = index.onLightSurfaceSolidCardBrightnessActive;
|
|
704
|
+
exports.onLightSurfaceSolidCardBrightnessHover = index.onLightSurfaceSolidCardBrightnessHover;
|
|
612
705
|
exports.onLightSurfaceSolidCardHover = index.onLightSurfaceSolidCardHover;
|
|
613
706
|
exports.onLightSurfaceSolidDefault = index.onLightSurfaceSolidDefault;
|
|
614
707
|
exports.onLightSurfaceSolidDefaultActive = index.onLightSurfaceSolidDefaultActive;
|
|
@@ -616,6 +709,8 @@ exports.onLightSurfaceSolidDefaultHover = index.onLightSurfaceSolidDefaultHover;
|
|
|
616
709
|
exports.onLightSurfaceSolidPrimary = index.onLightSurfaceSolidPrimary;
|
|
617
710
|
exports.onLightSurfaceSolidPrimaryActive = index.onLightSurfaceSolidPrimaryActive;
|
|
618
711
|
exports.onLightSurfaceSolidPrimaryBrightness = index.onLightSurfaceSolidPrimaryBrightness;
|
|
712
|
+
exports.onLightSurfaceSolidPrimaryBrightnessActive = index.onLightSurfaceSolidPrimaryBrightnessActive;
|
|
713
|
+
exports.onLightSurfaceSolidPrimaryBrightnessHover = index.onLightSurfaceSolidPrimaryBrightnessHover;
|
|
619
714
|
exports.onLightSurfaceSolidPrimaryHover = index.onLightSurfaceSolidPrimaryHover;
|
|
620
715
|
exports.onLightSurfaceSolidSecondary = index.onLightSurfaceSolidSecondary;
|
|
621
716
|
exports.onLightSurfaceSolidSecondaryActive = index.onLightSurfaceSolidSecondaryActive;
|
|
@@ -627,9 +722,13 @@ exports.onLightSurfaceTransparentAccent = index.onLightSurfaceTransparentAccent;
|
|
|
627
722
|
exports.onLightSurfaceTransparentAccentActive = index.onLightSurfaceTransparentAccentActive;
|
|
628
723
|
exports.onLightSurfaceTransparentAccentHover = index.onLightSurfaceTransparentAccentHover;
|
|
629
724
|
exports.onLightSurfaceTransparentAccentMinor = index.onLightSurfaceTransparentAccentMinor;
|
|
725
|
+
exports.onLightSurfaceTransparentAccentMinorActive = index.onLightSurfaceTransparentAccentMinorActive;
|
|
726
|
+
exports.onLightSurfaceTransparentAccentMinorHover = index.onLightSurfaceTransparentAccentMinorHover;
|
|
630
727
|
exports.onLightSurfaceTransparentCard = index.onLightSurfaceTransparentCard;
|
|
631
728
|
exports.onLightSurfaceTransparentCardActive = index.onLightSurfaceTransparentCardActive;
|
|
632
729
|
exports.onLightSurfaceTransparentCardBrightness = index.onLightSurfaceTransparentCardBrightness;
|
|
730
|
+
exports.onLightSurfaceTransparentCardBrightnessActive = index.onLightSurfaceTransparentCardBrightnessActive;
|
|
731
|
+
exports.onLightSurfaceTransparentCardBrightnessHover = index.onLightSurfaceTransparentCardBrightnessHover;
|
|
633
732
|
exports.onLightSurfaceTransparentCardHover = index.onLightSurfaceTransparentCardHover;
|
|
634
733
|
exports.onLightSurfaceTransparentDeep = index.onLightSurfaceTransparentDeep;
|
|
635
734
|
exports.onLightSurfaceTransparentDeepActive = index.onLightSurfaceTransparentDeepActive;
|
|
@@ -637,6 +736,8 @@ exports.onLightSurfaceTransparentDeepHover = index.onLightSurfaceTransparentDeep
|
|
|
637
736
|
exports.onLightSurfaceTransparentInfoActive = index.onLightSurfaceTransparentInfoActive;
|
|
638
737
|
exports.onLightSurfaceTransparentInfoHover = index.onLightSurfaceTransparentInfoHover;
|
|
639
738
|
exports.onLightSurfaceTransparentNavi = index.onLightSurfaceTransparentNavi;
|
|
739
|
+
exports.onLightSurfaceTransparentNaviActive = index.onLightSurfaceTransparentNaviActive;
|
|
740
|
+
exports.onLightSurfaceTransparentNaviHover = index.onLightSurfaceTransparentNaviHover;
|
|
640
741
|
exports.onLightSurfaceTransparentNegativeActive = index.onLightSurfaceTransparentNegativeActive;
|
|
641
742
|
exports.onLightSurfaceTransparentNegativeHover = index.onLightSurfaceTransparentNegativeHover;
|
|
642
743
|
exports.onLightSurfaceTransparentPositiveActive = index.onLightSurfaceTransparentPositiveActive;
|
|
@@ -685,6 +786,8 @@ exports.onLightTextPositiveMinorHover = index.onLightTextPositiveMinorHover;
|
|
|
685
786
|
exports.onLightTextPrimary = index.onLightTextPrimary;
|
|
686
787
|
exports.onLightTextPrimaryActive = index.onLightTextPrimaryActive;
|
|
687
788
|
exports.onLightTextPrimaryBrightness = index.onLightTextPrimaryBrightness;
|
|
789
|
+
exports.onLightTextPrimaryBrightnessActive = index.onLightTextPrimaryBrightnessActive;
|
|
790
|
+
exports.onLightTextPrimaryBrightnessHover = index.onLightTextPrimaryBrightnessHover;
|
|
688
791
|
exports.onLightTextPrimaryHover = index.onLightTextPrimaryHover;
|
|
689
792
|
exports.onLightTextSecondary = index.onLightTextSecondary;
|
|
690
793
|
exports.onLightTextSecondaryActive = index.onLightTextSecondaryActive;
|
|
@@ -705,6 +808,8 @@ exports.outlineClear = index.outlineClear;
|
|
|
705
808
|
exports.outlineClearActive = index.outlineClearActive;
|
|
706
809
|
exports.outlineClearHover = index.outlineClearHover;
|
|
707
810
|
exports.outlineDefault = index.outlineDefault;
|
|
811
|
+
exports.outlineDefaultActive = index.outlineDefaultActive;
|
|
812
|
+
exports.outlineDefaultHover = index.outlineDefaultHover;
|
|
708
813
|
exports.outlineInfo = index.outlineInfo;
|
|
709
814
|
exports.outlineInfoActive = index.outlineInfoActive;
|
|
710
815
|
exports.outlineInfoHover = index.outlineInfoHover;
|
|
@@ -721,6 +826,8 @@ exports.outlinePositiveHover = index.outlinePositiveHover;
|
|
|
721
826
|
exports.outlinePositiveMinorActive = index.outlinePositiveMinorActive;
|
|
722
827
|
exports.outlinePositiveMinorHover = index.outlinePositiveMinorHover;
|
|
723
828
|
exports.outlinePrimary = index.outlinePrimary;
|
|
829
|
+
exports.outlinePrimaryActive = index.outlinePrimaryActive;
|
|
830
|
+
exports.outlinePrimaryHover = index.outlinePrimaryHover;
|
|
724
831
|
exports.outlineReadOnlyActive = index.outlineReadOnlyActive;
|
|
725
832
|
exports.outlineReadOnlyHover = index.outlineReadOnlyHover;
|
|
726
833
|
exports.outlineSolidDefaultActive = index.outlineSolidDefaultActive;
|
|
@@ -759,20 +866,36 @@ exports.overlayHard = index.overlayHard;
|
|
|
759
866
|
exports.overlaySoft = index.overlaySoft;
|
|
760
867
|
exports.personasBlueSurfaceAccentGradient = index.personasBlueSurfaceAccentGradient;
|
|
761
868
|
exports.personasBlueTextAccent = index.personasBlueTextAccent;
|
|
869
|
+
exports.personasBlueTextAccentActive = index.personasBlueTextAccentActive;
|
|
870
|
+
exports.personasBlueTextAccentHover = index.personasBlueTextAccentHover;
|
|
762
871
|
exports.personasGreenSurfaceAccentGradient = index.personasGreenSurfaceAccentGradient;
|
|
763
872
|
exports.personasGreenTextAccent = index.personasGreenTextAccent;
|
|
873
|
+
exports.personasGreenTextAccentActive = index.personasGreenTextAccentActive;
|
|
874
|
+
exports.personasGreenTextAccentHover = index.personasGreenTextAccentHover;
|
|
764
875
|
exports.personasIndigoSurfaceAccentGradient = index.personasIndigoSurfaceAccentGradient;
|
|
765
876
|
exports.personasIndigoTextAccent = index.personasIndigoTextAccent;
|
|
877
|
+
exports.personasIndigoTextAccentActive = index.personasIndigoTextAccentActive;
|
|
878
|
+
exports.personasIndigoTextAccentHover = index.personasIndigoTextAccentHover;
|
|
766
879
|
exports.personasOchreSurfaceAccentGradient = index.personasOchreSurfaceAccentGradient;
|
|
767
880
|
exports.personasOchreTextAccent = index.personasOchreTextAccent;
|
|
881
|
+
exports.personasOchreTextAccentActive = index.personasOchreTextAccentActive;
|
|
882
|
+
exports.personasOchreTextAccentHover = index.personasOchreTextAccentHover;
|
|
768
883
|
exports.personasOliveSurfaceAccentGradient = index.personasOliveSurfaceAccentGradient;
|
|
769
884
|
exports.personasOliveTextAccent = index.personasOliveTextAccent;
|
|
885
|
+
exports.personasOliveTextAccentActive = index.personasOliveTextAccentActive;
|
|
886
|
+
exports.personasOliveTextAccentHover = index.personasOliveTextAccentHover;
|
|
770
887
|
exports.personasPinkSurfaceAccentGradient = index.personasPinkSurfaceAccentGradient;
|
|
771
888
|
exports.personasPinkTextAccent = index.personasPinkTextAccent;
|
|
889
|
+
exports.personasPinkTextAccentActive = index.personasPinkTextAccentActive;
|
|
890
|
+
exports.personasPinkTextAccentHover = index.personasPinkTextAccentHover;
|
|
772
891
|
exports.personasSeaBlueSurfaceAccentGradient = index.personasSeaBlueSurfaceAccentGradient;
|
|
773
892
|
exports.personasSeaBlueTextAccent = index.personasSeaBlueTextAccent;
|
|
893
|
+
exports.personasSeaBlueTextAccentActive = index.personasSeaBlueTextAccentActive;
|
|
894
|
+
exports.personasSeaBlueTextAccentHover = index.personasSeaBlueTextAccentHover;
|
|
774
895
|
exports.personasVioletSurfaceAccentGradient = index.personasVioletSurfaceAccentGradient;
|
|
775
896
|
exports.personasVioletTextAccent = index.personasVioletTextAccent;
|
|
897
|
+
exports.personasVioletTextAccentActive = index.personasVioletTextAccentActive;
|
|
898
|
+
exports.personasVioletTextAccentHover = index.personasVioletTextAccentHover;
|
|
776
899
|
exports.shadowDownHardL = index.shadowDownHardL;
|
|
777
900
|
exports.shadowDownHardM = index.shadowDownHardM;
|
|
778
901
|
exports.shadowDownHardS = index.shadowDownHardS;
|
|
@@ -810,6 +933,8 @@ exports.surfaceAccentMinorActive = index.surfaceAccentMinorActive;
|
|
|
810
933
|
exports.surfaceAccentMinorGradient = index.surfaceAccentMinorGradient;
|
|
811
934
|
exports.surfaceAccentMinorHover = index.surfaceAccentMinorHover;
|
|
812
935
|
exports.surfaceAccentSecondary = index.surfaceAccentSecondary;
|
|
936
|
+
exports.surfaceAccentSecondaryActive = index.surfaceAccentSecondaryActive;
|
|
937
|
+
exports.surfaceAccentSecondaryHover = index.surfaceAccentSecondaryHover;
|
|
813
938
|
exports.surfaceClear = index.surfaceClear;
|
|
814
939
|
exports.surfaceClearActive = index.surfaceClearActive;
|
|
815
940
|
exports.surfaceClearHover = index.surfaceClearHover;
|
|
@@ -835,6 +960,8 @@ exports.surfaceSkeletonGradient = index.surfaceSkeletonGradient;
|
|
|
835
960
|
exports.surfaceSolidCard = index.surfaceSolidCard;
|
|
836
961
|
exports.surfaceSolidCardActive = index.surfaceSolidCardActive;
|
|
837
962
|
exports.surfaceSolidCardBrightness = index.surfaceSolidCardBrightness;
|
|
963
|
+
exports.surfaceSolidCardBrightnessActive = index.surfaceSolidCardBrightnessActive;
|
|
964
|
+
exports.surfaceSolidCardBrightnessHover = index.surfaceSolidCardBrightnessHover;
|
|
838
965
|
exports.surfaceSolidCardHover = index.surfaceSolidCardHover;
|
|
839
966
|
exports.surfaceSolidDefault = index.surfaceSolidDefault;
|
|
840
967
|
exports.surfaceSolidDefaultActive = index.surfaceSolidDefaultActive;
|
|
@@ -842,6 +969,8 @@ exports.surfaceSolidDefaultHover = index.surfaceSolidDefaultHover;
|
|
|
842
969
|
exports.surfaceSolidPrimary = index.surfaceSolidPrimary;
|
|
843
970
|
exports.surfaceSolidPrimaryActive = index.surfaceSolidPrimaryActive;
|
|
844
971
|
exports.surfaceSolidPrimaryBrightness = index.surfaceSolidPrimaryBrightness;
|
|
972
|
+
exports.surfaceSolidPrimaryBrightnessActive = index.surfaceSolidPrimaryBrightnessActive;
|
|
973
|
+
exports.surfaceSolidPrimaryBrightnessHover = index.surfaceSolidPrimaryBrightnessHover;
|
|
845
974
|
exports.surfaceSolidPrimaryHover = index.surfaceSolidPrimaryHover;
|
|
846
975
|
exports.surfaceSolidSecondary = index.surfaceSolidSecondary;
|
|
847
976
|
exports.surfaceSolidSecondaryActive = index.surfaceSolidSecondaryActive;
|
|
@@ -853,9 +982,13 @@ exports.surfaceTransparentAccent = index.surfaceTransparentAccent;
|
|
|
853
982
|
exports.surfaceTransparentAccentActive = index.surfaceTransparentAccentActive;
|
|
854
983
|
exports.surfaceTransparentAccentHover = index.surfaceTransparentAccentHover;
|
|
855
984
|
exports.surfaceTransparentAccentMinor = index.surfaceTransparentAccentMinor;
|
|
985
|
+
exports.surfaceTransparentAccentMinorActive = index.surfaceTransparentAccentMinorActive;
|
|
986
|
+
exports.surfaceTransparentAccentMinorHover = index.surfaceTransparentAccentMinorHover;
|
|
856
987
|
exports.surfaceTransparentCard = index.surfaceTransparentCard;
|
|
857
988
|
exports.surfaceTransparentCardActive = index.surfaceTransparentCardActive;
|
|
858
989
|
exports.surfaceTransparentCardBrightness = index.surfaceTransparentCardBrightness;
|
|
990
|
+
exports.surfaceTransparentCardBrightnessActive = index.surfaceTransparentCardBrightnessActive;
|
|
991
|
+
exports.surfaceTransparentCardBrightnessHover = index.surfaceTransparentCardBrightnessHover;
|
|
859
992
|
exports.surfaceTransparentCardHover = index.surfaceTransparentCardHover;
|
|
860
993
|
exports.surfaceTransparentDeep = index.surfaceTransparentDeep;
|
|
861
994
|
exports.surfaceTransparentDeepActive = index.surfaceTransparentDeepActive;
|
|
@@ -863,6 +996,8 @@ exports.surfaceTransparentDeepHover = index.surfaceTransparentDeepHover;
|
|
|
863
996
|
exports.surfaceTransparentInfoActive = index.surfaceTransparentInfoActive;
|
|
864
997
|
exports.surfaceTransparentInfoHover = index.surfaceTransparentInfoHover;
|
|
865
998
|
exports.surfaceTransparentNavi = index.surfaceTransparentNavi;
|
|
999
|
+
exports.surfaceTransparentNaviActive = index.surfaceTransparentNaviActive;
|
|
1000
|
+
exports.surfaceTransparentNaviHover = index.surfaceTransparentNaviHover;
|
|
866
1001
|
exports.surfaceTransparentNegativeActive = index.surfaceTransparentNegativeActive;
|
|
867
1002
|
exports.surfaceTransparentNegativeHover = index.surfaceTransparentNegativeHover;
|
|
868
1003
|
exports.surfaceTransparentPositiveActive = index.surfaceTransparentPositiveActive;
|
|
@@ -911,6 +1046,8 @@ exports.textPositiveMinorHover = index.textPositiveMinorHover;
|
|
|
911
1046
|
exports.textPrimary = index.textPrimary;
|
|
912
1047
|
exports.textPrimaryActive = index.textPrimaryActive;
|
|
913
1048
|
exports.textPrimaryBrightness = index.textPrimaryBrightness;
|
|
1049
|
+
exports.textPrimaryBrightnessActive = index.textPrimaryBrightnessActive;
|
|
1050
|
+
exports.textPrimaryBrightnessHover = index.textPrimaryBrightnessHover;
|
|
914
1051
|
exports.textPrimaryHover = index.textPrimaryHover;
|
|
915
1052
|
exports.textSecondary = index.textSecondary;
|
|
916
1053
|
exports.textSecondaryActive = index.textSecondaryActive;
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -15,19 +15,19 @@ var config = exports.config = {
|
|
|
15
15
|
},
|
|
16
16
|
variations: {
|
|
17
17
|
view: {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
"default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default-active);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--inverse-text-secondary);\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--inverse-text-primary);\n "])), _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonValueColor, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonSpinnerColor, _styledComponents.buttonTokens.buttonColor),
|
|
19
|
+
secondary: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--surface-transparent-secondary-active);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n "])), _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonSpinnerColor, _styledComponents.buttonTokens.buttonValueColor),
|
|
20
|
+
clear: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-secondary-active);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--text-secondary);\n "])), _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonSpinnerColor, _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonValueColor),
|
|
21
|
+
accent: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-accent);\n ", ": var(--surface-accent-hover);\n ", ": var(--surface-accent-active);\n ", ": var(--surface-accent);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--on-dark-text-primary);\n "])), _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonValueColor, _styledComponents.buttonTokens.buttonSpinnerColor)
|
|
22
22
|
},
|
|
23
23
|
size: {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 11.25rem;\n ", ": 1.25rem;\n ", ": 1.375rem;\n ", ": 0.375rem;\n ", ": 0.375rem;\n ", ": var(--plasma-typo-body-m-bold-font-family);\n ", ": var(--plasma-typo-body-m-bold-font-size);\n ", ": var(--plasma-typo-body-m-bold-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-bold-letter-spacing);\n ", ": var(--plasma-typo-body-m-bold-line-height);\n ", ": 0.125rem;\n ", ": 3rem;\n ", ": var(--border-radius-m);\n "])), _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight, _styledComponents.buttonTokens.buttonValueMargin, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonRadius),
|
|
25
|
+
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 12.5rem;\n ", ": var(--plasma-typo-body-l-bold-font-family);\n ", ": var(--plasma-typo-body-l-bold-font-size);\n ", ": var(--plasma-typo-body-l-bold-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-bold-letter-spacing);\n ", ": var(--plasma-typo-body-l-bold-line-height);\n ", ": 1.5rem;\n ", ": var(--border-radius-l);\n ", ": 3.5rem;\n ", ": 0.125rem;\n ", ": 0.5rem;\n ", ": 0.5rem;\n ", ": 1.375rem;\n "])), _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonValueMargin, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonSpinnerSize),
|
|
26
|
+
xl: /*#__PURE__*/(0, _styledComponents.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 4rem;\n ", ": var(--border-radius-l);\n ", ": 0.125rem;\n ", ": 12.5rem;\n ", ": 1.5rem;\n ", ": 0.625rem;\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-l-bold-font-family);\n ", ": var(--plasma-typo-body-l-bold-font-size);\n ", ": var(--plasma-typo-body-l-bold-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-bold-letter-spacing);\n ", ": var(--plasma-typo-body-l-bold-line-height);\n ", ": 1.75rem;\n "])), _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonValueMargin, _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight, _styledComponents.buttonTokens.buttonPadding)
|
|
27
27
|
},
|
|
28
28
|
shape: {
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
pilled: /*#__PURE__*/(0, _styledComponents.css)(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--border-radius-circle);\n "])), _styledComponents.buttonTokens.buttonRadius),
|
|
30
|
+
rounded: /*#__PURE__*/(0, _styledComponents.css)(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral([""])))
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
invariants: /*#__PURE__*/(0, _styledComponents.css)(_templateObject0 || (_templateObject0 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-accent);\n ", ": 0.4;\n "])), _styledComponents.buttonTokens.buttonFocusColor, _styledComponents.buttonTokens.buttonDisabledOpacity)
|
|
@@ -14,13 +14,13 @@ var config = exports.config = {
|
|
|
14
14
|
},
|
|
15
15
|
variations: {
|
|
16
16
|
view: {
|
|
17
|
-
accent: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": transparent;\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ":
|
|
18
|
-
negative: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ":
|
|
17
|
+
accent: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": transparent;\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ": transparent;\n ", ": var(--text-primary);\n ", ": var(--on-dark-text-primary);\n ", ": var(--text-secondary);\n "])), _styledComponents.checkboxTokens.triggerBackgroundColor, _styledComponents.checkboxTokens.fillColor, _styledComponents.checkboxTokens.triggerBorderColor, _styledComponents.checkboxTokens.triggerBorderCheckedColor, _styledComponents.checkboxTokens.labelColor, _styledComponents.checkboxTokens.iconColor, _styledComponents.checkboxTokens.descriptionColor),
|
|
18
|
+
negative: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": transparent;\n ", ": transparent;\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-negative);\n ", ": var(--text-negative);\n "])), _styledComponents.checkboxTokens.iconColor, _styledComponents.checkboxTokens.triggerBorderCheckedColor, _styledComponents.checkboxTokens.triggerBackgroundColor, _styledComponents.checkboxTokens.descriptionColor, _styledComponents.checkboxTokens.labelColor, _styledComponents.checkboxTokens.triggerBorderColor, _styledComponents.checkboxTokens.fillColor)
|
|
19
19
|
},
|
|
20
20
|
size: {
|
|
21
|
-
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-
|
|
22
|
-
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.125rem;\n ", ": 0.125rem;\n ", ": var(--plasma-typo-body-
|
|
23
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ":
|
|
21
|
+
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.125rem;\n ", ": 0.125rem;\n ", ": 0.0625rem;\n ", ": var(--border-radius-xs);\n ", ": 0rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": 0.75rem;\n ", ": 1.25rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": 0.125rem;\n "])), _styledComponents.checkboxTokens.descriptionMarginTop, _styledComponents.checkboxTokens.triggerPadding, _styledComponents.checkboxTokens.contentTopOffset, _styledComponents.checkboxTokens.triggerBorderRadius, _styledComponents.checkboxTokens.margin, _styledComponents.checkboxTokens.descriptionFontFamily, _styledComponents.checkboxTokens.descriptionFontSize, _styledComponents.checkboxTokens.descriptionFontStyle, _styledComponents.checkboxTokens.descriptionFontWeight, _styledComponents.checkboxTokens.descriptionLetterSpacing, _styledComponents.checkboxTokens.descriptionLineHeight, _styledComponents.checkboxTokens.contentLeftOffset, _styledComponents.checkboxTokens.triggerSize, _styledComponents.checkboxTokens.labelFontFamily, _styledComponents.checkboxTokens.labelFontSize, _styledComponents.checkboxTokens.labelFontStyle, _styledComponents.checkboxTokens.labelFontWeight, _styledComponents.checkboxTokens.labelLetterSpacing, _styledComponents.checkboxTokens.labelLineHeight, _styledComponents.checkboxTokens.triggerBorderWidth),
|
|
22
|
+
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.0625rem;\n ", ": 1.25rem;\n ", ": 0.125rem;\n ", ": 0.75rem;\n ", ": 0rem;\n ", ": 0.125rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--border-radius-xs);\n ", ": 0.125rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n "])), _styledComponents.checkboxTokens.contentTopOffset, _styledComponents.checkboxTokens.triggerSize, _styledComponents.checkboxTokens.triggerBorderWidth, _styledComponents.checkboxTokens.contentLeftOffset, _styledComponents.checkboxTokens.margin, _styledComponents.checkboxTokens.descriptionMarginTop, _styledComponents.checkboxTokens.descriptionFontFamily, _styledComponents.checkboxTokens.descriptionFontSize, _styledComponents.checkboxTokens.descriptionFontStyle, _styledComponents.checkboxTokens.descriptionFontWeight, _styledComponents.checkboxTokens.descriptionLetterSpacing, _styledComponents.checkboxTokens.descriptionLineHeight, _styledComponents.checkboxTokens.triggerBorderRadius, _styledComponents.checkboxTokens.triggerPadding, _styledComponents.checkboxTokens.labelFontFamily, _styledComponents.checkboxTokens.labelFontSize, _styledComponents.checkboxTokens.labelFontStyle, _styledComponents.checkboxTokens.labelFontWeight, _styledComponents.checkboxTokens.labelLetterSpacing, _styledComponents.checkboxTokens.labelLineHeight),
|
|
23
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": 0.125rem;\n ", ": 0rem;\n ", ": 0.0625rem;\n ", ": 0.5rem;\n ", ": var(--border-radius-xxs);\n ", ": 0rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": 0.875rem;\n ", ": 0.0625rem;\n "])), _styledComponents.checkboxTokens.labelFontFamily, _styledComponents.checkboxTokens.labelFontSize, _styledComponents.checkboxTokens.labelFontStyle, _styledComponents.checkboxTokens.labelFontWeight, _styledComponents.checkboxTokens.labelLetterSpacing, _styledComponents.checkboxTokens.labelLineHeight, _styledComponents.checkboxTokens.descriptionMarginTop, _styledComponents.checkboxTokens.margin, _styledComponents.checkboxTokens.triggerBorderWidth, _styledComponents.checkboxTokens.contentLeftOffset, _styledComponents.checkboxTokens.triggerBorderRadius, _styledComponents.checkboxTokens.contentTopOffset, _styledComponents.checkboxTokens.descriptionFontFamily, _styledComponents.checkboxTokens.descriptionFontSize, _styledComponents.checkboxTokens.descriptionFontStyle, _styledComponents.checkboxTokens.descriptionFontWeight, _styledComponents.checkboxTokens.descriptionLetterSpacing, _styledComponents.checkboxTokens.descriptionLineHeight, _styledComponents.checkboxTokens.triggerSize, _styledComponents.checkboxTokens.triggerPadding)
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
invariants: /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-accent);\n ", ": 0.4;\n "])), _styledComponents.checkboxTokens.focusColor, _styledComponents.checkboxTokens.disabledOpacity)
|