@salutejs-ds/sdds_sbcom 0.1.3 → 0.1.4

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.
Files changed (90) hide show
  1. package/components/Button/Button.config.d.ts +4 -4
  2. package/components/Button/Button.config.js +5 -5
  3. package/components/Button/Button.config.js.map +1 -1
  4. package/components/Button/Button.config_1ufeha7.css +10 -0
  5. package/components/Button/Button.css +9 -9
  6. package/components/Button/Button.d.ts +4 -4
  7. package/components/Checkbox/Checkbox.config.js +1 -1
  8. package/components/Checkbox/Checkbox.config.js.map +1 -1
  9. package/components/Checkbox/Checkbox.config_1637oeq.css +6 -0
  10. package/components/Checkbox/Checkbox.css +6 -6
  11. package/components/IconButton/IconButton.config.d.ts +3 -3
  12. package/components/IconButton/IconButton.config.js +7 -7
  13. package/components/IconButton/IconButton.config.js.map +1 -1
  14. package/components/IconButton/IconButton.config_4rapku.css +9 -0
  15. package/components/IconButton/IconButton.css +8 -8
  16. package/components/IconButton/IconButton.d.ts +3 -3
  17. package/components/Link/Link.config.d.ts +4 -4
  18. package/components/Link/Link.config.js +5 -5
  19. package/components/Link/Link.config.js.map +1 -1
  20. package/components/Link/Link.config_1fm95cc.css +8 -0
  21. package/components/Link/Link.css +8 -8
  22. package/components/Link/Link.d.ts +4 -4
  23. package/components/Radiobox/Radiobox.config.d.ts +1 -1
  24. package/components/Radiobox/Radiobox.config.js +4 -4
  25. package/components/Radiobox/Radiobox.config.js.map +1 -1
  26. package/components/Radiobox/Radiobox.config_wxwhpp.css +6 -0
  27. package/components/Radiobox/Radiobox.css +6 -6
  28. package/components/Radiobox/Radiobox.d.ts +1 -1
  29. package/css/sdds_sbcom.module.css +15 -155
  30. package/css/sdds_sbcom__dark.css +15 -84
  31. package/css/sdds_sbcom__light.css +15 -86
  32. package/es/components/Button/Button.config.js +5 -5
  33. package/es/components/Button/Button.config.js.map +1 -1
  34. package/es/components/Button/Button.config_1ufeha7.css +10 -0
  35. package/es/components/Button/Button.css +9 -9
  36. package/es/components/Checkbox/Checkbox.config.js +1 -1
  37. package/es/components/Checkbox/Checkbox.config.js.map +1 -1
  38. package/es/components/Checkbox/Checkbox.config_1637oeq.css +6 -0
  39. package/es/components/Checkbox/Checkbox.css +6 -6
  40. package/es/components/IconButton/IconButton.config.js +7 -7
  41. package/es/components/IconButton/IconButton.config.js.map +1 -1
  42. package/es/components/IconButton/IconButton.config_4rapku.css +9 -0
  43. package/es/components/IconButton/IconButton.css +8 -8
  44. package/es/components/Link/Link.config.js +5 -5
  45. package/es/components/Link/Link.config.js.map +1 -1
  46. package/es/components/Link/Link.config_1fm95cc.css +8 -0
  47. package/es/components/Link/Link.css +8 -8
  48. package/es/components/Radiobox/Radiobox.config.js +4 -4
  49. package/es/components/Radiobox/Radiobox.config.js.map +1 -1
  50. package/es/components/Radiobox/Radiobox.config_wxwhpp.css +6 -0
  51. package/es/components/Radiobox/Radiobox.css +6 -6
  52. package/es/index.css +37 -37
  53. package/es/index.js +1 -1
  54. package/es/theme/themes/sdds_sbcom__dark.js +1 -1
  55. package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
  56. package/es/theme/themes/sdds_sbcom__light.js +1 -1
  57. package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
  58. package/es/theme/tokens/index.js +23 -230
  59. package/es/theme/tokens/index.js.map +1 -1
  60. package/index.css +37 -37
  61. package/index.js +0 -69
  62. package/index.js.map +1 -1
  63. package/package.json +1 -1
  64. package/styled-components/cjs/Button/Button.config.js +7 -7
  65. package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
  66. package/styled-components/cjs/IconButton/IconButton.config.js +8 -8
  67. package/styled-components/cjs/Link/Link.config.js +6 -6
  68. package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
  69. package/styled-components/es/Button/Button.config.js +7 -7
  70. package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
  71. package/styled-components/es/IconButton/IconButton.config.js +8 -8
  72. package/styled-components/es/Link/Link.config.js +6 -6
  73. package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
  74. package/theme/themes/sdds_sbcom__dark.js +1 -1
  75. package/theme/themes/sdds_sbcom__dark.js.map +1 -1
  76. package/theme/themes/sdds_sbcom__light.js +1 -1
  77. package/theme/themes/sdds_sbcom__light.js.map +1 -1
  78. package/theme/tokens/index.d.ts +18 -156
  79. package/theme/tokens/index.js +22 -298
  80. package/theme/tokens/index.js.map +1 -1
  81. package/components/Button/Button.config_1fseone.css +0 -10
  82. package/components/Checkbox/Checkbox.config_akvxn0.css +0 -6
  83. package/components/IconButton/IconButton.config_1uu5rxr.css +0 -9
  84. package/components/Link/Link.config_9ew1ky.css +0 -8
  85. package/components/Radiobox/Radiobox.config_1tzom6m.css +0 -6
  86. package/es/components/Button/Button.config_1fseone.css +0 -10
  87. package/es/components/Checkbox/Checkbox.config_akvxn0.css +0 -6
  88. package/es/components/IconButton/IconButton.config_1uu5rxr.css +0 -9
  89. package/es/components/Link/Link.config_9ew1ky.css +0 -8
  90. package/es/components/Radiobox/Radiobox.config_1tzom6m.css +0 -6
@@ -1212,9 +1212,6 @@ var textSecondaryHover = 'var(--text-secondary-hover, #F5F5F5FF)';
1212
1212
  /** */
1213
1213
  var onDarkBackgroundSecondaryHover = 'var(--on-dark-background-secondary-hover, #CCCCCCFF)';
1214
1214
 
1215
- /** */
1216
- var onDarkBackgroundSecondaryBrightness = 'var(--on-dark-background-secondary-brightness, #0F0F0FFF)';
1217
-
1218
1215
  /** */
1219
1216
  var onDarkBackgroundPrimary = 'var(--on-dark-background-primary, #15110FFF)';
1220
1217
 
@@ -1236,9 +1233,6 @@ var onLightBackgroundSecondaryHover = 'var(--on-light-background-secondary-hover
1236
1233
  /** */
1237
1234
  var onLightBackgroundSecondaryActive = 'var(--on-light-background-secondary-active, #E6E6E6FF)';
1238
1235
 
1239
- /** */
1240
- var onLightBackgroundSecondaryBrightness = 'var(--on-light-background-secondary-brightness, #F6F2F0FF)';
1241
-
1242
1236
  /** */
1243
1237
  var onLightBackgroundPrimary = 'var(--on-light-background-primary, #EBE7E5FF)';
1244
1238
 
@@ -1260,9 +1254,6 @@ var outlineDefaultHover = 'var(--outline-default-hover, #CCCCCCFF)';
1260
1254
  /** */
1261
1255
  var outlineDefaultActive = 'var(--outline-default-active, #E6E6E6FF)';
1262
1256
 
1263
- /** */
1264
- var outlineDefaultBrightness = 'var(--outline-default-brightness, #3B3735FF)';
1265
-
1266
1257
  /** */
1267
1258
  var outlineMinor = 'var(--outline-minor, #383838FF)';
1268
1259
 
@@ -1272,9 +1263,6 @@ var outlineMinorHover = 'var(--outline-minor-hover, #CCCCCCFF)';
1272
1263
  /** */
1273
1264
  var outlineMinorActive = 'var(--outline-minor-active, #E6E6E6FF)';
1274
1265
 
1275
- /** */
1276
- var outlineMinorBrightness = 'var(--outline-minor-brightness, #383838FF)';
1277
-
1278
1266
  /** */
1279
1267
  var outlineTransparentClear = 'var(--outline-transparent-clear, #00000000)';
1280
1268
 
@@ -1284,9 +1272,6 @@ var outlineTransparentClearHover = 'var(--outline-transparent-clear-hover, #CCCC
1284
1272
  /** */
1285
1273
  var outlineTransparentClearActive = 'var(--outline-transparent-clear-active, #E6E6E6FF)';
1286
1274
 
1287
- /** */
1288
- var outlineTransparentClearBrightness = 'var(--outline-transparent-clear-brightness, #00000000)';
1289
-
1290
1275
  /** */
1291
1276
  var inverseOutlineDefault = 'var(--inverse-outline-default, #DDD9D7FF)';
1292
1277
 
@@ -1296,9 +1281,6 @@ var inverseOutlineDefaultHover = 'var(--inverse-outline-default-hover, #CCCCCCFF
1296
1281
  /** */
1297
1282
  var inverseOutlineDefaultActive = 'var(--inverse-outline-default-active, #E6E6E6FF)';
1298
1283
 
1299
- /** */
1300
- var inverseOutlineDefaultBrightness = 'var(--inverse-outline-default-brightness, #DDD9D7FF)';
1301
-
1302
1284
  /** */
1303
1285
  var inverseOutlineOutlineMinor = 'var(--inverse-outline-outline-minor, #FFFFFFFF)';
1304
1286
 
@@ -1308,9 +1290,6 @@ var inverseOutlineOutlineMinorHover = 'var(--inverse-outline-outline-minor-hover
1308
1290
  /** */
1309
1291
  var inverseOutlineOutlineMinorActive = 'var(--inverse-outline-outline-minor-active, #E6E6E6FF)';
1310
1292
 
1311
- /** */
1312
- var inverseOutlineOutlineMinorBrightness = 'var(--inverse-outline-outline-minor-brightness, #FFFFFFFF)';
1313
-
1314
1293
  /** */
1315
1294
  var onDarkOutlineDefault = 'var(--on-dark-outline-default, #3B3735FF)';
1316
1295
 
@@ -1326,9 +1305,6 @@ var onDarkOutlineMinorHover = 'var(--on-dark-outline-minor-hover, #CCCCCCFF)';
1326
1305
  /** */
1327
1306
  var onDarkOutlineMinorActive = 'var(--on-dark-outline-minor-active, #E6E6E6FF)';
1328
1307
 
1329
- /** */
1330
- var onDarkOutlineMinorBrightness = 'var(--on-dark-outline-minor-brightness, #383838FF)';
1331
-
1332
1308
  /** */
1333
1309
  var onLightOutlineDefault = 'var(--on-light-outline-default, #DDD9D7FF)';
1334
1310
 
@@ -1338,18 +1314,12 @@ var onLightOutlineDefaultHover = 'var(--on-light-outline-default-hover, #CCCCCCF
1338
1314
  /** */
1339
1315
  var backgroundSecondaryActive = 'var(--background-secondary-active, #E6E6E6FF)';
1340
1316
 
1341
- /** */
1342
- var backgroundSecondaryBrightness = 'var(--background-secondary-brightness, #000000FF)';
1343
-
1344
1317
  /** */
1345
1318
  var onDarkOutlineDefaultHover = 'var(--on-dark-outline-default-hover, #CCCCCCFF)';
1346
1319
 
1347
1320
  /** */
1348
1321
  var inverseBackgroundSecondaryHover = 'var(--inverse-background-secondary-hover, #CCCCCCFF)';
1349
1322
 
1350
- /** */
1351
- var inverseBackgroundSecondaryBrightness = 'var(--inverse-background-secondary-brightness, #FFFFFFFF)';
1352
-
1353
1323
  /** */
1354
1324
  var onDarkBackgroundSecondary = 'var(--on-dark-background-secondary, #000000FF)';
1355
1325
 
@@ -1362,9 +1332,6 @@ var personaBlueTextAccentHover = 'var(--persona-blue-text-accent-hover, #CCCCCCF
1362
1332
  /** */
1363
1333
  var personaBlueTextAccentActive = 'var(--persona-blue-text-accent-active, #E6E6E6FF)';
1364
1334
 
1365
- /** */
1366
- var personaBlueTextAccentBrightness = 'var(--persona-blue-text-accent-brightness, #15110FFF)';
1367
-
1368
1335
  /** */
1369
1336
  var personaGreenTextAccent = 'var(--persona-green-text-accent, #15110FFF)';
1370
1337
 
@@ -1374,9 +1341,6 @@ var personaGreenTextAccentHover = 'var(--persona-green-text-accent-hover, #CCCCC
1374
1341
  /** */
1375
1342
  var personaGreenTextAccentActive = 'var(--persona-green-text-accent-active, #E6E6E6FF)';
1376
1343
 
1377
- /** */
1378
- var personaGreenTextAccentBrightness = 'var(--persona-green-text-accent-brightness, #15110FFF)';
1379
-
1380
1344
  /** */
1381
1345
  var personaIndigoTextAccent = 'var(--persona-indigo-text-accent, #15110FFF)';
1382
1346
 
@@ -1386,9 +1350,6 @@ var personaIndigoTextAccentHover = 'var(--persona-indigo-text-accent-hover, #CCC
1386
1350
  /** */
1387
1351
  var personaIndigoTextAccentActive = 'var(--persona-indigo-text-accent-active, #E6E6E6FF)';
1388
1352
 
1389
- /** */
1390
- var personaIndigoTextAccentBrightness = 'var(--persona-indigo-text-accent-brightness, #15110FFF)';
1391
-
1392
1353
  /** */
1393
1354
  var personaOchreTextAccent = 'var(--persona-ochre-text-accent, #15110FFF)';
1394
1355
 
@@ -1398,9 +1359,6 @@ var personaOchreTextAccentHover = 'var(--persona-ochre-text-accent-hover, #CCCCC
1398
1359
  /** */
1399
1360
  var personaOchreTextAccentActive = 'var(--persona-ochre-text-accent-active, #E6E6E6FF)';
1400
1361
 
1401
- /** */
1402
- var personaOchreTextAccentBrightness = 'var(--persona-ochre-text-accent-brightness, #15110FFF)';
1403
-
1404
1362
  /** */
1405
1363
  var personaOliveTextAccent = 'var(--persona-olive-text-accent, #15110FFF)';
1406
1364
 
@@ -1410,9 +1368,6 @@ var personaOliveTextAccentHover = 'var(--persona-olive-text-accent-hover, #CCCCC
1410
1368
  /** */
1411
1369
  var personaOliveTextAccentActive = 'var(--persona-olive-text-accent-active, #E6E6E6FF)';
1412
1370
 
1413
- /** */
1414
- var personaOliveTextAccentBrightness = 'var(--persona-olive-text-accent-brightness, #15110FFF)';
1415
-
1416
1371
  /** */
1417
1372
  var onLightOutlineDefaultActive = 'var(--on-light-outline-default-active, #E6E6E6FF)';
1418
1373
 
@@ -1422,9 +1377,6 @@ var onLightOutlineMinor = 'var(--on-light-outline-minor, #FFFFFFFF)';
1422
1377
  /** */
1423
1378
  var onLightOutlineMinorHover = 'var(--on-light-outline-minor-hover, #CCCCCCFF)';
1424
1379
 
1425
- /** */
1426
- var onLightOutlineMinorBrightness = 'var(--on-light-outline-minor-brightness, #FFFFFFFF)';
1427
-
1428
1380
  /** */
1429
1381
  var personaSeaBlueTextAccent = 'var(--persona-sea-blue-text-accent, #15110FFF)';
1430
1382
 
@@ -1434,9 +1386,6 @@ var personaSeaBlueTextAccentHover = 'var(--persona-sea-blue-text-accent-hover, #
1434
1386
  /** */
1435
1387
  var personaSeaBlueTextAccentActive = 'var(--persona-sea-blue-text-accent-active, #E6E6E6FF)';
1436
1388
 
1437
- /** */
1438
- var personaSeaBlueTextAccentBrightness = 'var(--persona-sea-blue-text-accent-brightness, #15110FFF)';
1439
-
1440
1389
  /** */
1441
1390
  var personaVioletTextAccent = 'var(--persona-violet-text-accent, #15110FFF)';
1442
1391
 
@@ -1446,9 +1395,6 @@ var personaVioletTextAccentHover = 'var(--persona-violet-text-accent-hover, #CCC
1446
1395
  /** */
1447
1396
  var personaVioletTextAccentActive = 'var(--persona-violet-text-accent-active, #E6E6E6FF)';
1448
1397
 
1449
- /** */
1450
- var personaVioletTextAccentBrightness = 'var(--persona-violet-text-accent-brightness, #15110FFF)';
1451
-
1452
1398
  /** */
1453
1399
  var inversePersonaBlueTextAccent = 'var(--inverse-persona-blue-text-accent, #EBE7E5FF)';
1454
1400
 
@@ -1458,9 +1404,6 @@ var inversePersonaBlueTextAccentHover = 'var(--inverse-persona-blue-text-accent-
1458
1404
  /** */
1459
1405
  var inversePersonaBlueTextAccentActive = 'var(--inverse-persona-blue-text-accent-active, #E6E6E6FF)';
1460
1406
 
1461
- /** */
1462
- var inversePersonaBlueTextAccentBrightness = 'var(--inverse-persona-blue-text-accent-brightness, #EBE7E5FF)';
1463
-
1464
1407
  /** */
1465
1408
  var inversePersonaGreenTextAccent = 'var(--inverse-persona-green-text-accent, #EBE7E5FF)';
1466
1409
 
@@ -1470,9 +1413,6 @@ var inversePersonaGreenTextAccentHover = 'var(--inverse-persona-green-text-accen
1470
1413
  /** */
1471
1414
  var inversePersonaGreenTextAccentActive = 'var(--inverse-persona-green-text-accent-active, #E6E6E6FF)';
1472
1415
 
1473
- /** */
1474
- var inversePersonaGreenTextAccentBrightness = 'var(--inverse-persona-green-text-accent-brightness, #EBE7E5FF)';
1475
-
1476
1416
  /** */
1477
1417
  var inversePersonaIndigoTextAccent = 'var(--inverse-persona-indigo-text-accent, #EBE7E5FF)';
1478
1418
 
@@ -1482,9 +1422,6 @@ var inversePersonaIndigoTextAccentHover = 'var(--inverse-persona-indigo-text-acc
1482
1422
  /** */
1483
1423
  var inversePersonaIndigoTextAccentActive = 'var(--inverse-persona-indigo-text-accent-active, #E6E6E6FF)';
1484
1424
 
1485
- /** */
1486
- var inversePersonaIndigoTextAccentBrightness = 'var(--inverse-persona-indigo-text-accent-brightness, #EBE7E5FF)';
1487
-
1488
1425
  /** */
1489
1426
  var personaPinkTextAccent = 'var(--persona-pink-text-accent, #15110FFF)';
1490
1427
 
@@ -1500,9 +1437,6 @@ var inversePersonaOliveTextAccent = 'var(--inverse-persona-olive-text-accent, #E
1500
1437
  /** */
1501
1438
  var inversePersonaOliveTextAccentActive = 'var(--inverse-persona-olive-text-accent-active, #E6E6E6FF)';
1502
1439
 
1503
- /** */
1504
- var inversePersonaOliveTextAccentBrightness = 'var(--inverse-persona-olive-text-accent-brightness, #EBE7E5FF)';
1505
-
1506
1440
  /** */
1507
1441
  var inversePersonaPinkTextAccent = 'var(--inverse-persona-pink-text-accent, #EBE7E5FF)';
1508
1442
 
@@ -1512,9 +1446,6 @@ var inversePersonaPinkTextAccentHover = 'var(--inverse-persona-pink-text-accent-
1512
1446
  /** */
1513
1447
  var inversePersonaPinkTextAccentActive = 'var(--inverse-persona-pink-text-accent-active, #E6E6E6FF)';
1514
1448
 
1515
- /** */
1516
- var inversePersonaPinkTextAccentBrightness = 'var(--inverse-persona-pink-text-accent-brightness, #EBE7E5FF)';
1517
-
1518
1449
  /** */
1519
1450
  var inversePersonaSeaBlueTextAccent = 'var(--inverse-persona-sea-blue-text-accent, #EBE7E5FF)';
1520
1451
 
@@ -1524,9 +1455,6 @@ var inversePersonaSeaBlueTextAccentHover = 'var(--inverse-persona-sea-blue-text-
1524
1455
  /** */
1525
1456
  var inversePersonaSeaBlueTextAccentActive = 'var(--inverse-persona-sea-blue-text-accent-active, #E6E6E6FF)';
1526
1457
 
1527
- /** */
1528
- var inversePersonaSeaBlueTextAccentBrightness = 'var(--inverse-persona-sea-blue-text-accent-brightness, #EBE7E5FF)';
1529
-
1530
1458
  /** */
1531
1459
  var inversePersonaVioletTextAccent = 'var(--inverse-persona-violet-text-accent, #EBE7E5FF)';
1532
1460
 
@@ -1536,9 +1464,6 @@ var inversePersonaVioletTextAccentHover = 'var(--inverse-persona-violet-text-acc
1536
1464
  /** */
1537
1465
  var inversePersonaVioletTextAccentActive = 'var(--inverse-persona-violet-text-accent-active, #E6E6E6FF)';
1538
1466
 
1539
- /** */
1540
- var inversePersonaVioletTextAccentBrightness = 'var(--inverse-persona-violet-text-accent-brightness, #EBE7E5FF)';
1541
-
1542
1467
  /** */
1543
1468
  var onDarkPersonaBlueTextAccent = 'var(--on-dark-persona-blue-text-accent, #15110FFF)';
1544
1469
 
@@ -1548,9 +1473,6 @@ var onDarkPersonaBlueTextAccentHover = 'var(--on-dark-persona-blue-text-accent-h
1548
1473
  /** */
1549
1474
  var onDarkPersonaBlueTextAccentActive = 'var(--on-dark-persona-blue-text-accent-active, #E6E6E6FF)';
1550
1475
 
1551
- /** */
1552
- var onDarkPersonaBlueTextAccentBrightness = 'var(--on-dark-persona-blue-text-accent-brightness, #15110FFF)';
1553
-
1554
1476
  /** */
1555
1477
  var inversePersonaOchreTextAccent = 'var(--inverse-persona-ochre-text-accent, #EBE7E5FF)';
1556
1478
 
@@ -1572,9 +1494,6 @@ var onDarkPersonaIndigoTextAccentHover = 'var(--on-dark-persona-indigo-text-acce
1572
1494
  /** */
1573
1495
  var onDarkPersonaIndigoTextAccentActive = 'var(--on-dark-persona-indigo-text-accent-active, #E6E6E6FF)';
1574
1496
 
1575
- /** */
1576
- var onDarkPersonaIndigoTextAccentBrightness = 'var(--on-dark-persona-indigo-text-accent-brightness, #15110FFF)';
1577
-
1578
1497
  /** */
1579
1498
  var onDarkPersonaOchreTextAccent = 'var(--on-dark-persona-ochre-text-accent, #15110FFF)';
1580
1499
 
@@ -1584,9 +1503,6 @@ var onDarkPersonaOchreTextAccentHover = 'var(--on-dark-persona-ochre-text-accent
1584
1503
  /** */
1585
1504
  var onDarkPersonaOchreTextAccentActive = 'var(--on-dark-persona-ochre-text-accent-active, #E6E6E6FF)';
1586
1505
 
1587
- /** */
1588
- var onDarkPersonaOchreTextAccentBrightness = 'var(--on-dark-persona-ochre-text-accent-brightness, #15110FFF)';
1589
-
1590
1506
  /** */
1591
1507
  var onDarkPersonaOliveTextAccent = 'var(--on-dark-persona-olive-text-accent, #15110FFF)';
1592
1508
 
@@ -1596,18 +1512,12 @@ var onDarkPersonaOliveTextAccentHover = 'var(--on-dark-persona-olive-text-accent
1596
1512
  /** */
1597
1513
  var onDarkPersonaOliveTextAccentActive = 'var(--on-dark-persona-olive-text-accent-active, #E6E6E6FF)';
1598
1514
 
1599
- /** */
1600
- var onDarkPersonaOliveTextAccentBrightness = 'var(--on-dark-persona-olive-text-accent-brightness, #15110FFF)';
1601
-
1602
1515
  /** */
1603
1516
  var onDarkPersonaPinkTextAccent = 'var(--on-dark-persona-pink-text-accent, #15110FFF)';
1604
1517
 
1605
1518
  /** */
1606
1519
  var onDarkPersonaPinkTextAccentActive = 'var(--on-dark-persona-pink-text-accent-active, #E6E6E6FF)';
1607
1520
 
1608
- /** */
1609
- var onDarkPersonaPinkTextAccentBrightness = 'var(--on-dark-persona-pink-text-accent-brightness, #15110FFF)';
1610
-
1611
1521
  /** */
1612
1522
  var onDarkPersonaSeaBlueTextAccent = 'var(--on-dark-persona-sea-blue-text-accent, #15110FFF)';
1613
1523
 
@@ -1617,9 +1527,6 @@ var onDarkPersonaSeaBlueTextAccentHover = 'var(--on-dark-persona-sea-blue-text-a
1617
1527
  /** */
1618
1528
  var onDarkPersonaSeaBlueTextAccentActive = 'var(--on-dark-persona-sea-blue-text-accent-active, #E6E6E6FF)';
1619
1529
 
1620
- /** */
1621
- var onDarkPersonaSeaBlueTextAccentBrightness = 'var(--on-dark-persona-sea-blue-text-accent-brightness, #15110FFF)';
1622
-
1623
1530
  /** */
1624
1531
  var onDarkPersonaGreenTextAccent = 'var(--on-dark-persona-green-text-accent, #15110FFF)';
1625
1532
 
@@ -1635,9 +1542,6 @@ var onLightPersonaBlueTextAccentHover = 'var(--on-light-persona-blue-text-accent
1635
1542
  /** */
1636
1543
  var onLightPersonaBlueTextAccentActive = 'var(--on-light-persona-blue-text-accent-active, #E6E6E6FF)';
1637
1544
 
1638
- /** */
1639
- var onLightPersonaBlueTextAccentBrightness = 'var(--on-light-persona-blue-text-accent-brightness, #EBE7E5FF)';
1640
-
1641
1545
  /** */
1642
1546
  var onLightPersonaGreenTextAccent = 'var(--on-light-persona-green-text-accent, #EBE7E5FF)';
1643
1547
 
@@ -1647,9 +1551,6 @@ var onLightPersonaGreenTextAccentHover = 'var(--on-light-persona-green-text-acce
1647
1551
  /** */
1648
1552
  var onLightPersonaGreenTextAccentActive = 'var(--on-light-persona-green-text-accent-active, #E6E6E6FF)';
1649
1553
 
1650
- /** */
1651
- var onLightPersonaGreenTextAccentBrightness = 'var(--on-light-persona-green-text-accent-brightness, #EBE7E5FF)';
1652
-
1653
1554
  /** */
1654
1555
  var onLightPersonaIndigoTextAccent = 'var(--on-light-persona-indigo-text-accent, #EBE7E5FF)';
1655
1556
 
@@ -1659,9 +1560,6 @@ var onLightPersonaIndigoTextAccentHover = 'var(--on-light-persona-indigo-text-ac
1659
1560
  /** */
1660
1561
  var onLightPersonaIndigoTextAccentActive = 'var(--on-light-persona-indigo-text-accent-active, #E6E6E6FF)';
1661
1562
 
1662
- /** */
1663
- var onLightPersonaIndigoTextAccentBrightness = 'var(--on-light-persona-indigo-text-accent-brightness, #EBE7E5FF)';
1664
-
1665
1563
  /** */
1666
1564
  var onLightPersonaOchreTextAccent = 'var(--on-light-persona-ochre-text-accent, #EBE7E5FF)';
1667
1565
 
@@ -1671,27 +1569,18 @@ var onLightPersonaOchreTextAccentHover = 'var(--on-light-persona-ochre-text-acce
1671
1569
  /** */
1672
1570
  var onLightPersonaOchreTextAccentActive = 'var(--on-light-persona-ochre-text-accent-active, #E6E6E6FF)';
1673
1571
 
1674
- /** */
1675
- var onLightPersonaOchreTextAccentBrightness = 'var(--on-light-persona-ochre-text-accent-brightness, #EBE7E5FF)';
1676
-
1677
1572
  /** */
1678
1573
  var onLightPersonaOliveTextAccentHover = 'var(--on-light-persona-olive-text-accent-hover, #CCCCCCFF)';
1679
1574
 
1680
1575
  /** */
1681
1576
  var onLightPersonaOliveTextAccentActive = 'var(--on-light-persona-olive-text-accent-active, #E6E6E6FF)';
1682
1577
 
1683
- /** */
1684
- var onLightPersonaOliveTextAccentBrightness = 'var(--on-light-persona-olive-text-accent-brightness, #EBE7E5FF)';
1685
-
1686
1578
  /** */
1687
1579
  var onDarkPersonaVioletTextAccent = 'var(--on-dark-persona-violet-text-accent, #15110FFF)';
1688
1580
 
1689
1581
  /** */
1690
1582
  var onDarkPersonaVioletTextAccentHover = 'var(--on-dark-persona-violet-text-accent-hover, #CCCCCCFF)';
1691
1583
 
1692
- /** */
1693
- var onDarkPersonaVioletTextAccentBrightness = 'var(--on-dark-persona-violet-text-accent-brightness, #15110FFF)';
1694
-
1695
1584
  /** */
1696
1585
  var onLightPersonaBlueTextAccent = 'var(--on-light-persona-blue-text-accent, #EBE7E5FF)';
1697
1586
 
@@ -1704,9 +1593,6 @@ var onLightPersonaVioletTextAccentHover = 'var(--on-light-persona-violet-text-ac
1704
1593
  /** */
1705
1594
  var onLightPersonaVioletTextAccentActive = 'var(--on-light-persona-violet-text-accent-active, #E6E6E6FF)';
1706
1595
 
1707
- /** */
1708
- var onLightPersonaVioletTextAccentBrightness = 'var(--on-light-persona-violet-text-accent-brightness, #EBE7E5FF)';
1709
-
1710
1596
  /** */
1711
1597
  var surfaceAccentPrimary = 'var(--surface-accent-primary, #B4AE7BFF)';
1712
1598
 
@@ -1818,9 +1704,6 @@ var onLightPersonaOliveTextAccent = 'var(--on-light-persona-olive-text-accent, #
1818
1704
  /** */
1819
1705
  var onLightSurfaceTransparentAccentMinor = 'var(--on-light-surface-transparent-accent-minor, #527E4B3D)';
1820
1706
 
1821
- /** */
1822
- var onDarkOutlineDefaultBrightness = 'var(--on-dark-outline-default-brightness, #3B3735FF)';
1823
-
1824
1707
  /** */
1825
1708
  var onLightPersonaSeaBlueTextAccent = 'var(--on-light-persona-sea-blue-text-accent, #EBE7E5FF)';
1826
1709
 
@@ -1848,9 +1731,6 @@ var onDarkSurfaceTransparentAccentMinor = 'var(--on-dark-surface-transparent-acc
1848
1731
  /** */
1849
1732
  var onLightSurfaceAccentSecondary = 'var(--on-light-surface-accent-secondary, #688F61FF)';
1850
1733
 
1851
- /** */
1852
- var onLightSurfaceAccentSecondaryBrightness = 'var(--on-light-surface-accent-secondary-brightness, #688F61FF)';
1853
-
1854
1734
  /** Инвертированный цвет предупреждения */
1855
1735
  var inverseTextWarningHover = 'var(--inverse-text-warning-hover, #FD650DFF)';
1856
1736
 
@@ -1866,42 +1746,6 @@ var inverseSurfaceInfo = 'var(--inverse-surface-info, #3776BCFF)';
1866
1746
  /** Цвет обводки предупреждение на светлом фоне */
1867
1747
  var onLightOutlineWarningHover = 'var(--on-light-outline-warning-hover, #FD9253FF)';
1868
1748
 
1869
- /** */
1870
- var onLightPersonaPinkTextAccentBrightness = 'var(--on-light-persona-pink-text-accent-brightness, #EBE7E5FF)';
1871
-
1872
- /** */
1873
- var surfaceTransparentAccentMinorBrightness = 'var(--surface-transparent-accent-minor-brightness, #B4AE7B47)';
1874
-
1875
- /** */
1876
- var inverseSurfaceAccentSecondaryBrightness = 'var(--inverse-surface-accent-secondary-brightness, #688F61FF)';
1877
-
1878
- /** */
1879
- var inverseSurfaceTransparentAccentMinorBrightness = 'var(--inverse-surface-transparent-accent-minor-brightness, #527E4B3D)';
1880
-
1881
- /** */
1882
- var onDarkSurfaceAccentPrimaryBrightness = 'var(--on-dark-surface-accent-primary-brightness, #B4AE7BFF)';
1883
-
1884
- /** */
1885
- var onDarkSurfaceAccentSecondaryBrightness = 'var(--on-dark-surface-accent-secondary-brightness, #B4AE7BFF)';
1886
-
1887
- /** */
1888
- var onDarkSurfaceTransparentAccentMinorBrightness = 'var(--on-dark-surface-transparent-accent-minor-brightness, #B4AE7B47)';
1889
-
1890
- /** */
1891
- var onLightSurfaceAccentPrimaryBrightness = 'var(--on-light-surface-accent-primary-brightness, #527E4BFF)';
1892
-
1893
- /** */
1894
- var onLightSurfaceTransparentAccentMinorBrightness = 'var(--on-light-surface-transparent-accent-minor-brightness, #527E4B3D)';
1895
-
1896
- /** */
1897
- var surfaceAccentPrimaryBrightness = 'var(--surface-accent-primary-brightness, #B4AE7BFF)';
1898
-
1899
- /** */
1900
- var surfaceAccentSecondaryBrightness = 'var(--surface-accent-secondary-brightness, #B4AE7BFF)';
1901
-
1902
- /** */
1903
- var onLightOutlineDefaultBrightness = 'var(--on-light-outline-default-brightness, #DDD9D7FF)';
1904
-
1905
1749
  /** */
1906
1750
  var onDarkPersonaPinkTextAccentHover = 'var(--on-dark-persona-pink-text-accent-hover, #CCCCCCFF)';
1907
1751
 
@@ -1941,15 +1785,6 @@ var onDarkSurfaceSolidPrimaryHover = 'var(--on-dark-surface-solid-primary-hover,
1941
1785
  /** */
1942
1786
  var inverseBackgroundSecondaryActive = 'var(--inverse-background-secondary-active, #E6E6E6FF)';
1943
1787
 
1944
- /** */
1945
- var personaPinkTextAccentBrightness = 'var(--persona-pink-text-accent-brightness, #15110FFF)';
1946
-
1947
- /** */
1948
- var inversePersonaOchreTextAccentBrightness = 'var(--inverse-persona-ochre-text-accent-brightness, #EBE7E5FF)';
1949
-
1950
- /** */
1951
- var onDarkPersonaGreenTextAccentBrightness = 'var(--on-dark-persona-green-text-accent-brightness, #15110FFF)';
1952
-
1953
1788
  /** */
1954
1789
  var onLightPersonaPinkTextAccent = 'var(--on-light-persona-pink-text-accent, #EBE7E5FF)';
1955
1790
 
@@ -2010,9 +1845,6 @@ var onDarkPersonaVioletTextAccentActive = 'var(--on-dark-persona-violet-text-acc
2010
1845
  /** */
2011
1846
  var onLightOutlineMinorActive = 'var(--on-light-outline-minor-active, #E6E6E6FF)';
2012
1847
 
2013
- /** */
2014
- var onLightPersonaSeaBlueTextAccentBrightness = 'var(--on-light-persona-sea-blue-text-accent-brightness, #EBE7E5FF)';
2015
-
2016
1848
  /** Основной прозрачный цвет обводки на темном фоне */
2017
1849
  var onDarkOutlineTransparentPrimary = 'var(--on-dark-outline-transparent-primary, #FFFFFF1F)';
2018
1850
 
@@ -2397,9 +2229,6 @@ var onLightPersonaVioletSurfaceAccentGradientActive = 'var(--on-light-persona-vi
2397
2229
  /** */
2398
2230
  var onDarkOutlineTransparentSurfaceActive = 'var(--on-dark-outline-transparent-surface-active, #E6E6E6FF)';
2399
2231
 
2400
- /** */
2401
- var onDarkOutlineTransparentSurfaceBrightness = 'var(--on-dark-outline-transparent-surface-brightness, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%))';
2402
-
2403
2232
  /** */
2404
2233
  var onLightOutlineTransparentSurface = 'var(--on-light-outline-transparent-surface, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%))';
2405
2234
 
@@ -2436,9 +2265,6 @@ var onDarkTextAccentGradientAiHover = 'var(--on-dark-text-accent-gradient-ai-hov
2436
2265
  /** */
2437
2266
  var onDarkTextAccentGradientAiActive = 'var(--on-dark-text-accent-gradient-ai-active, #CCCCCCFF)';
2438
2267
 
2439
- /** */
2440
- var onDarkTextAccentGradientAiBrightness = 'var(--on-dark-text-accent-gradient-ai-brightness, linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%))';
2441
-
2442
2268
  /** */
2443
2269
  var onLightTextAccentGradientAi = 'var(--on-light-text-accent-gradient-ai, linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%))';
2444
2270
 
@@ -2448,27 +2274,9 @@ var onLightTextAccentGradientAiHover = 'var(--on-light-text-accent-gradient-ai-h
2448
2274
  /** */
2449
2275
  var onLightTextAccentGradientAiActive = 'var(--on-light-text-accent-gradient-ai-active, #CCCCCCFF)';
2450
2276
 
2451
- /** */
2452
- var onLightTextAccentGradientAiBrightness = 'var(--on-light-text-accent-gradient-ai-brightness, linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%))';
2453
-
2454
2277
  /** */
2455
2278
  var textAccentGradientAiActive = 'var(--text-accent-gradient-ai-active, #CCCCCCFF)';
2456
2279
 
2457
- /** */
2458
- var textAccentGradientAiBrightness = 'var(--text-accent-gradient-ai-brightness, linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%))';
2459
-
2460
- /** */
2461
- var surfaceAccentGradientBrightness = 'var(--surface-accent-gradient-brightness, linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%))';
2462
-
2463
- /** */
2464
- var inverseSurfaceAccentGradientBrightness = 'var(--inverse-surface-accent-gradient-brightness, linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%))';
2465
-
2466
- /** */
2467
- var onDarkSurfaceAccentGradientBrightness = 'var(--on-dark-surface-accent-gradient-brightness, linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%))';
2468
-
2469
- /** */
2470
- var onLightSurfaceAccentGradientBrightness = 'var(--on-light-surface-accent-gradient-brightness, linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%))';
2471
-
2472
2280
  /** */
2473
2281
  var inverseOutlineTransparentSurface = 'var(--inverse-outline-transparent-surface, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%))';
2474
2282
 
@@ -2478,15 +2286,9 @@ var inverseOutlineTransparentSurfaceHover = 'var(--inverse-outline-transparent-s
2478
2286
  /** */
2479
2287
  var inverseOutlineTransparentSurfaceActive = 'var(--inverse-outline-transparent-surface-active, #E6E6E6FF)';
2480
2288
 
2481
- /** */
2482
- var inverseOutlineTransparentSurfaceBrightness = 'var(--inverse-outline-transparent-surface-brightness, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%))';
2483
-
2484
2289
  /** */
2485
2290
  var onDarkOutlineTransparentSurface = 'var(--on-dark-outline-transparent-surface, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%))';
2486
2291
 
2487
- /** */
2488
- var inverseTextAccentGradientAiBrightness = 'var(--inverse-text-accent-gradient-ai-brightness, linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%))';
2489
-
2490
2292
  /** */
2491
2293
  var onDarkOutlineTransparentSurfaceHover = 'var(--on-dark-outline-transparent-surface-hover, #CCCCCCFF)';
2492
2294
 
@@ -2496,18 +2298,12 @@ var onLightPersonaOliveSurfaceAccentGradientHover = 'var(--on-light-persona-oliv
2496
2298
  /** */
2497
2299
  var onLightOverlayGradientActive = 'var(--on-light-overlay-gradient-active, #E6E6E6FF)';
2498
2300
 
2499
- /** */
2500
- var onLightOverlayGradientBrightness = 'var(--on-light-overlay-gradient-brightness, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%))';
2501
-
2502
2301
  /** */
2503
2302
  var inverseOverlayGradientActive = 'var(--inverse-overlay-gradient-active, #E6E6E6FF)';
2504
2303
 
2505
2304
  /** */
2506
2305
  var inverseOverlayGradientHover = 'var(--inverse-overlay-gradient-hover, #CCCCCCFF)';
2507
2306
 
2508
- /** */
2509
- var inverseOverlayGradientBrightness = 'var(--inverse-overlay-gradient-brightness, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%))';
2510
-
2511
2307
  /** */
2512
2308
  var onLightOverlayGradient = 'var(--on-light-overlay-gradient, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%))';
2513
2309
 
@@ -2550,9 +2346,6 @@ var outlineAccentGradientActive = 'var(--outline-accent-gradient-active, #666666
2550
2346
  /** */
2551
2347
  var onLightPersonaVioletSurfaceAccentGradientHover = 'var(--on-light-persona-violet-surface-accent-gradient-hover, #FFFFFFFF)';
2552
2348
 
2553
- /** */
2554
- var onLightOutlineTransparentSurfaceBrightness = 'var(--on-light-outline-transparent-surface-brightness, linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%))';
2555
-
2556
2349
  /** Акцентный фон поверхности/контрола с градиентом на темном фоне */
2557
2350
  var onDarkSurfaceAccentGradient = 'var(--on-dark-surface-accent-gradient, linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%))';
2558
2351
 
@@ -2682,6 +2475,26 @@ var spacing10x = 'var(--spacing-10x, 1.25rem)';
2682
2475
  /** spacing 12x */
2683
2476
  var spacing12x = 'var(--spacing-12x, 1.5rem)';
2684
2477
 
2478
+ /** typography s body-xxs-medium */
2479
+ var bodyXXSMedium = {
2480
+ fontFamily: 'var(--plasma-typo-body-xxs-medium-font-family)',
2481
+ fontSize: 'var(--plasma-typo-body-xxs-medium-font-size)',
2482
+ fontStyle: 'var(--plasma-typo-body-xxs-medium-font-style)',
2483
+ fontWeight: 'var(--plasma-typo-body-xxs-medium-font-weight)',
2484
+ letterSpacing: 'var(--plasma-typo-body-xxs-medium-letter-spacing)',
2485
+ lineHeight: 'var(--plasma-typo-body-xxs-medium-line-height)'
2486
+ };
2487
+
2488
+ /** typography s body-xxs */
2489
+ var bodyXXS = {
2490
+ fontFamily: 'var(--plasma-typo-body-xxs-font-family)',
2491
+ fontSize: 'var(--plasma-typo-body-xxs-font-size)',
2492
+ fontStyle: 'var(--plasma-typo-body-xxs-font-style)',
2493
+ fontWeight: 'var(--plasma-typo-body-xxs-font-weight)',
2494
+ letterSpacing: 'var(--plasma-typo-body-xxs-letter-spacing)',
2495
+ lineHeight: 'var(--plasma-typo-body-xxs-line-height)'
2496
+ };
2497
+
2685
2498
  /** typography s header-h3-bold */
2686
2499
  var h3Bold = {
2687
2500
  fontFamily: 'var(--plasma-typo-h3-bold-font-family)',
@@ -2812,26 +2625,6 @@ var bodyXXSBold = {
2812
2625
  lineHeight: 'var(--plasma-typo-body-xxs-bold-line-height)'
2813
2626
  };
2814
2627
 
2815
- /** typography s body-xxs-medium */
2816
- var bodyXXSMedium = {
2817
- fontFamily: 'var(--plasma-typo-body-xxs-medium-font-family)',
2818
- fontSize: 'var(--plasma-typo-body-xxs-medium-font-size)',
2819
- fontStyle: 'var(--plasma-typo-body-xxs-medium-font-style)',
2820
- fontWeight: 'var(--plasma-typo-body-xxs-medium-font-weight)',
2821
- letterSpacing: 'var(--plasma-typo-body-xxs-medium-letter-spacing)',
2822
- lineHeight: 'var(--plasma-typo-body-xxs-medium-line-height)'
2823
- };
2824
-
2825
- /** typography s body-xxs */
2826
- var bodyXXS = {
2827
- fontFamily: 'var(--plasma-typo-body-xxs-font-family)',
2828
- fontSize: 'var(--plasma-typo-body-xxs-font-size)',
2829
- fontStyle: 'var(--plasma-typo-body-xxs-font-style)',
2830
- fontWeight: 'var(--plasma-typo-body-xxs-font-weight)',
2831
- letterSpacing: 'var(--plasma-typo-body-xxs-letter-spacing)',
2832
- lineHeight: 'var(--plasma-typo-body-xxs-line-height)'
2833
- };
2834
-
2835
2628
  /** typography s display-s-bold */
2836
2629
  var dsplSBold = {
2837
2630
  fontFamily: 'var(--plasma-typo-dspl-s-bold-font-family)',
@@ -2862,9 +2655,9 @@ var dsplSMedium = {
2862
2655
  lineHeight: 'var(--plasma-typo-dspl-s-medium-line-height)'
2863
2656
  };
2864
2657
  var viewContainer = {
2865
- dark: "\n --text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --text-tertiary-active: var(--on-dark-text-tertiary-active);\n --text-tertiary: var(--on-dark-text-tertiary);\n --text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --text-paragraph-active: var(--on-dark-text-paragraph-active);\n --text-paragraph: var(--on-dark-text-paragraph);\n --text-accent-hover: var(--on-dark-text-accent-hover);\n --text-accent-active: var(--on-dark-text-accent-active);\n --text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --text-positive-hover: var(--on-dark-text-positive-hover);\n --text-positive-active: var(--on-dark-text-positive-active);\n --text-warning-hover: var(--on-dark-text-warning-hover);\n --text-warning-active: var(--on-dark-text-warning-active);\n --text-warning: var(--on-dark-text-warning);\n --text-negative-hover: var(--on-dark-text-negative-hover);\n --text-negative-active: var(--on-dark-text-negative-active);\n --text-negative: var(--on-dark-text-negative);\n --text-info-hover: var(--on-dark-text-info-hover);\n --text-info-active: var(--on-dark-text-info-active);\n --text-info: var(--on-dark-text-info);\n --text-accent: var(--on-dark-text-accent);\n --text-positive: var(--on-dark-text-positive);\n --text-accent-minor: var(--on-dark-text-accent-minor);\n --text-primary-active: var(--on-dark-text-primary-active);\n --text-primary: var(--on-dark-text-primary);\n --text-primary-brightness: var(--on-dark-text-primary-brightness);\n --text-secondary-active: var(--on-dark-text-secondary-active);\n --text-secondary: var(--on-dark-text-secondary);\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: var(--on-light-text-primary);\n --inverse-text-primary-brightness: var(--on-light-text-primary-brightness);\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-secondary: var(--on-light-text-secondary);\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-tertiary: var(--on-light-text-tertiary);\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-paragraph: var(--on-light-text-paragraph);\n --inverse-text-accent-hover: var(--on-light-text-accent-hover);\n --background-primary-brightness: var(--dark-background-primary-brightness);\n --inverse-text-positive-hover: var(--on-light-text-positive-hover);\n --inverse-text-positive-active: var(--on-light-text-positive-active);\n --inverse-text-warning-active: var(--on-light-text-warning-active);\n --inverse-text-warning: var(--on-light-text-warning);\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-negative: var(--on-light-text-negative);\n --inverse-text-info-hover: var(--on-light-text-info-hover);\n --inverse-text-info-active: var(--on-light-text-info-active);\n --inverse-text-info: var(--on-light-text-info);\n --inverse-text-accent: var(--on-light-text-accent);\n --inverse-text-positive: var(--on-light-text-positive);\n --inverse-text-accent-minor: var(--on-light-text-accent-minor);\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: var(--on-dark-surface-solid-primary);\n --surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\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-secondary: var(--on-dark-surface-solid-secondary);\n --surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\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-hover: var(--on-dark-surface-solid-default-hover);\n --surface-solid-default-active: var(--on-dark-surface-solid-default-active);\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 --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-tertiary: var(--on-dark-surface-transparent-tertiary);\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-deep: var(--on-dark-surface-transparent-deep);\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: var(--on-dark-surface-transparent-card);\n --surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --surface-clear-hover: var(--on-dark-surface-clear-hover);\n --surface-clear-active: var(--on-dark-surface-clear-active);\n --surface-clear: var(--on-dark-surface-clear);\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-hover: var(--on-dark-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --surface-positive-hover: var(--on-dark-surface-positive-hover);\n --surface-positive-active: var(--on-dark-surface-positive-active);\n --surface-warning-hover: var(--on-dark-surface-warning-hover);\n --surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --surface-info: var(--on-dark-surface-info);\n --surface-positive: var(--on-dark-surface-positive);\n --surface-accent-minor: var(--on-dark-surface-accent-minor);\n --surface-warning: var(--on-dark-surface-warning);\n --surface-negative-hover: var(--on-dark-surface-negative-hover);\n --surface-negative-active: var(--on-dark-surface-negative-active);\n --surface-info-hover: var(--on-dark-surface-info-hover);\n --surface-info-active: var(--on-dark-surface-info-active);\n --text-primary-hover: var(--on-dark-text-primary-hover);\n --inverse-surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --inverse-surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --inverse-surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --inverse-surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --inverse-surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --inverse-surface-solid-card: var(--on-light-surface-solid-card);\n --inverse-surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\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-default: var(--on-light-surface-solid-default);\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-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-secondary: var(--on-light-surface-transparent-secondary);\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-tertiary: var(--on-light-surface-transparent-tertiary);\n --inverse-surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --inverse-surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --inverse-surface-solid-primary: var(--on-light-surface-solid-primary);\n --inverse-surface-accent-active: var(--on-light-surface-accent-active);\n --inverse-surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\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-positive-hover: var(--on-light-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-light-surface-positive-active);\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-warning: var(--on-light-surface-warning);\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-negative: var(--on-light-surface-negative);\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-transparent-deep: var(--on-light-surface-transparent-deep);\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-accent-hover: var(--on-light-surface-accent-hover);\n --inverse-background-primary: var(--light-background-primary);\n --inverse-background-primary-brightness: var(--light-background-primary-brightness);\n --overlay-soft: var(--on-dark-overlay-soft);\n --overlay-hard: var(--on-dark-overlay-hard);\n --inverse-overlay-soft: var(--on-light-overlay-soft);\n --inverse-overlay-hard: var(--on-light-overlay-hard);\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-positive-hover: var(--on-dark-outline-positive-hover);\n --outline-positive-active: var(--on-dark-outline-positive-active);\n --outline-warning-hover: var(--on-dark-outline-warning-hover);\n --outline-warning-active: var(--on-dark-outline-warning-active);\n --outline-negative-hover: var(--on-dark-outline-negative-hover);\n --outline-negative-active: var(--on-dark-outline-negative-active);\n --outline-text-info-hover: var(--on-dark-outline-text-info-hover);\n --outline-text-info-active: var(--on-dark-outline-text-info-active);\n --outline-warning: var(--on-dark-outline-warning);\n --inverse-surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --inverse-surface-accent: var(--on-light-surface-accent);\n --inverse-surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --background-primary: var(--dark-background-primary);\n --inverse-outline-warning-hover: var(--on-light-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-light-outline-warning-active);\n --outline-text-info: var(--on-dark-outline-text-info);\n --outline-transparent-primary: var(--on-dark-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-positive-hover: var(--on-light-outline-positive-hover);\n --inverse-outline-positive-active: var(--on-light-outline-positive-active);\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-text-info-hover: var(--on-light-outline-text-info-hover);\n --inverse-outline-text-info-active: var(--on-light-outline-text-info-active);\n --inverse-outline-negative: var(--on-light-outline-negative);\n --inverse-outline-warning: var(--on-light-outline-warning);\n --inverse-outline-text-info: var(--on-light-outline-text-info);\n --inverse-outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --inverse-outline-positive: var(--on-light-outline-positive);\n --data-yellow: var(--on-dark-data-yellow);\n --data-yellow-hover: var(--on-dark-data-yellow-hover);\n --data-yellow-active: var(--on-dark-data-yellow-active);\n --data-yellow-minor: var(--on-dark-data-yellow-minor);\n --data-yellow-minor-hover: var(--on-dark-data-yellow-minor-hover);\n --data-yellow-minor-active: var(--on-dark-data-yellow-minor-active);\n --data-yellow-transparent: var(--on-dark-data-yellow-transparent);\n --inverse-data-yellow: var(--on-light-data-yellow);\n --inverse-data-yellow-hover: var(--on-light-data-yellow-hover);\n --inverse-data-yellow-active: var(--on-light-data-yellow-active);\n --inverse-data-yellow-minor: var(--on-light-data-yellow-minor);\n --inverse-data-yellow-minor-hover: var(--on-light-data-yellow-minor-hover);\n --inverse-data-yellow-minor-active: var(--on-light-data-yellow-minor-active);\n --inverse-data-yellow-transparent: var(--on-light-data-yellow-transparent);\n --inverse-data-yellow-transparent-hover: var(--on-light-data-yellow-transparent-hover);\n --inverse-data-yellow-transparent-active: var(--on-light-data-yellow-transparent-active);\n --data-yellow-transparent-active: var(--on-dark-data-yellow-transparent-active);\n --inverse-surface-positive: var(--on-light-surface-positive);\n --outline-positive: var(--on-dark-outline-positive);\n --text-secondary-hover: var(--on-dark-text-secondary-hover);\n --outline-default: var(--on-dark-outline-default);\n --outline-default-hover: var(--on-dark-outline-default-hover);\n --outline-default-active: var(--on-dark-outline-default-active);\n --outline-default-brightness: var(--on-dark-outline-default-brightness);\n --outline-minor: var(--on-dark-outline-minor);\n --outline-minor-hover: var(--on-dark-outline-minor-hover);\n --outline-minor-active: var(--on-dark-outline-minor-active);\n --outline-minor-brightness: var(--on-dark-outline-minor-brightness);\n --outline-transparent-clear: var(--on-dark-outline-transparent-clear);\n --outline-transparent-clear-hover: var(--on-dark-outline-transparent-clear-hover);\n --outline-transparent-clear-active: var(--on-dark-outline-transparent-clear-active);\n --outline-transparent-clear-brightness: var(--on-dark-outline-transparent-clear-brightness);\n --inverse-outline-default: var(--on-light-outline-default);\n --inverse-outline-default-hover: var(--on-light-outline-default-hover);\n --inverse-outline-default-active: var(--on-light-outline-default-active);\n --inverse-outline-default-brightness: var(--on-light-outline-default-brightness);\n --inverse-outline-outline-minor: var(--on-light-outline-outline-minor);\n --inverse-outline-outline-minor-hover: var(--on-light-outline-outline-minor-hover);\n --inverse-outline-outline-minor-active: var(--on-light-outline-outline-minor-active);\n --inverse-outline-outline-minor-brightness: var(--on-light-outline-outline-minor-brightness);\n --background-secondary-active: var(--dark-background-secondary-active);\n --background-secondary-brightness: var(--dark-background-secondary-brightness);\n --inverse-background-secondary-hover: var(--light-background-secondary-hover);\n --inverse-background-secondary-brightness: var(--light-background-secondary-brightness);\n --persona-blue-text-accent: var(--on-dark-persona-blue-text-accent);\n --persona-blue-text-accent-hover: var(--on-dark-persona-blue-text-accent-hover);\n --persona-blue-text-accent-active: var(--on-dark-persona-blue-text-accent-active);\n --persona-blue-text-accent-brightness: var(--on-dark-persona-blue-text-accent-brightness);\n --persona-green-text-accent: var(--on-dark-persona-green-text-accent);\n --persona-green-text-accent-hover: var(--on-dark-persona-green-text-accent-hover);\n --persona-green-text-accent-active: var(--on-dark-persona-green-text-accent-active);\n --persona-green-text-accent-brightness: var(--on-dark-persona-green-text-accent-brightness);\n --persona-indigo-text-accent: var(--on-dark-persona-indigo-text-accent);\n --persona-indigo-text-accent-hover: var(--on-dark-persona-indigo-text-accent-hover);\n --persona-indigo-text-accent-active: var(--on-dark-persona-indigo-text-accent-active);\n --persona-indigo-text-accent-brightness: var(--on-dark-persona-indigo-text-accent-brightness);\n --persona-ochre-text-accent: var(--on-dark-persona-ochre-text-accent);\n --persona-ochre-text-accent-hover: var(--on-dark-persona-ochre-text-accent-hover);\n --persona-ochre-text-accent-active: var(--on-dark-persona-ochre-text-accent-active);\n --persona-ochre-text-accent-brightness: var(--on-dark-persona-ochre-text-accent-brightness);\n --persona-olive-text-accent: var(--on-dark-persona-olive-text-accent);\n --persona-olive-text-accent-hover: var(--on-dark-persona-olive-text-accent-hover);\n --persona-olive-text-accent-active: var(--on-dark-persona-olive-text-accent-active);\n --persona-olive-text-accent-brightness: var(--on-dark-persona-olive-text-accent-brightness);\n --persona-sea-blue-text-accent: var(--on-dark-persona-sea-blue-text-accent);\n --persona-sea-blue-text-accent-hover: var(--on-dark-persona-sea-blue-text-accent-hover);\n --persona-sea-blue-text-accent-active: var(--on-dark-persona-sea-blue-text-accent-active);\n --persona-sea-blue-text-accent-brightness: var(--on-dark-persona-sea-blue-text-accent-brightness);\n --persona-violet-text-accent: var(--on-dark-persona-violet-text-accent);\n --persona-violet-text-accent-hover: var(--on-dark-persona-violet-text-accent-hover);\n --persona-violet-text-accent-active: var(--on-dark-persona-violet-text-accent-active);\n --persona-violet-text-accent-brightness: var(--on-dark-persona-violet-text-accent-brightness);\n --inverse-persona-blue-text-accent: var(--on-light-persona-blue-text-accent);\n --inverse-persona-blue-text-accent-hover: var(--on-light-persona-blue-text-accent-hover);\n --inverse-persona-blue-text-accent-active: var(--on-light-persona-blue-text-accent-active);\n --inverse-persona-blue-text-accent-brightness: var(--on-light-persona-blue-text-accent-brightness);\n --inverse-persona-green-text-accent: var(--on-light-persona-green-text-accent);\n --inverse-persona-green-text-accent-hover: var(--on-light-persona-green-text-accent-hover);\n --inverse-persona-green-text-accent-active: var(--on-light-persona-green-text-accent-active);\n --inverse-persona-green-text-accent-brightness: var(--on-light-persona-green-text-accent-brightness);\n --inverse-persona-indigo-text-accent: var(--on-light-persona-indigo-text-accent);\n --inverse-persona-indigo-text-accent-hover: var(--on-light-persona-indigo-text-accent-hover);\n --inverse-persona-indigo-text-accent-active: var(--on-light-persona-indigo-text-accent-active);\n --inverse-persona-indigo-text-accent-brightness: var(--on-light-persona-indigo-text-accent-brightness);\n --persona-pink-text-accent: var(--on-dark-persona-pink-text-accent);\n --persona-pink-text-accent-hover: var(--on-dark-persona-pink-text-accent-hover);\n --persona-pink-text-accent-active: var(--on-dark-persona-pink-text-accent-active);\n --inverse-persona-olive-text-accent: var(--on-light-persona-olive-text-accent);\n --inverse-persona-olive-text-accent-active: var(--on-light-persona-olive-text-accent-active);\n --inverse-persona-olive-text-accent-brightness: var(--on-light-persona-olive-text-accent-brightness);\n --inverse-persona-pink-text-accent: var(--on-light-persona-pink-text-accent);\n --inverse-persona-pink-text-accent-hover: var(--on-light-persona-pink-text-accent-hover);\n --inverse-persona-pink-text-accent-active: var(--on-light-persona-pink-text-accent-active);\n --inverse-persona-pink-text-accent-brightness: var(--on-light-persona-pink-text-accent-brightness);\n --inverse-persona-sea-blue-text-accent: var(--on-light-persona-sea-blue-text-accent);\n --inverse-persona-sea-blue-text-accent-hover: var(--on-light-persona-sea-blue-text-accent-hover);\n --inverse-persona-sea-blue-text-accent-active: var(--on-light-persona-sea-blue-text-accent-active);\n --inverse-persona-sea-blue-text-accent-brightness: var(--on-light-persona-sea-blue-text-accent-brightness);\n --inverse-persona-violet-text-accent: var(--on-light-persona-violet-text-accent);\n --inverse-persona-violet-text-accent-hover: var(--on-light-persona-violet-text-accent-hover);\n --inverse-persona-violet-text-accent-active: var(--on-light-persona-violet-text-accent-active);\n --inverse-persona-violet-text-accent-brightness: var(--on-light-persona-violet-text-accent-brightness);\n --inverse-persona-ochre-text-accent: var(--on-light-persona-ochre-text-accent);\n --inverse-persona-ochre-text-accent-hover: var(--on-light-persona-ochre-text-accent-hover);\n --inverse-persona-olive-text-accent-hover: var(--on-light-persona-olive-text-accent-hover);\n --inverse-persona-ochre-text-accent-active: var(--on-light-persona-ochre-text-accent-active);\n --surface-accent-primary: var(--on-dark-surface-accent-primary);\n --surface-accent-primary-hover: var(--on-dark-surface-accent-primary-hover);\n --surface-accent-primary-active: var(--on-dark-surface-accent-primary-active);\n --inverse-surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --inverse-surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --inverse-surface-accent-minor: var(--on-light-surface-accent-minor);\n --inverse-text-accent-active: var(--on-light-text-accent-active);\n --surface-warning-active: var(--on-dark-surface-warning-active);\n --surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --inverse-surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --inverse-surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --inverse-surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --background-secondary-hover: var(--dark-background-secondary-hover);\n --outline-negative: var(--on-dark-outline-negative);\n --text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --inverse-surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --inverse-surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --inverse-text-warning-hover: var(--on-light-text-warning-hover);\n --data-yellow-transparent-hover: var(--on-dark-data-yellow-transparent-hover);\n --inverse-surface-info: var(--on-light-surface-info);\n --surface-transparent-accent-minor-brightness: var(--on-dark-surface-transparent-accent-minor-brightness);\n --inverse-surface-accent-secondary-brightness: var(--on-light-surface-accent-secondary-brightness);\n --inverse-surface-transparent-accent-minor-brightness: var(--on-light-surface-transparent-accent-minor-brightness);\n --surface-accent-primary-brightness: var(--on-dark-surface-accent-primary-brightness);\n --surface-accent-secondary-brightness: var(--on-dark-surface-accent-secondary-brightness);\n --inverse-surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --inverse-surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --inverse-background-secondary-active: var(--light-background-secondary-active);\n --persona-pink-text-accent-brightness: var(--on-dark-persona-pink-text-accent-brightness);\n --inverse-persona-ochre-text-accent-brightness: var(--on-light-persona-ochre-text-accent-brightness);\n --surface-solid-default: var(--on-dark-surface-solid-default);\n --surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --surface-negative: var(--on-dark-surface-negative);\n --inverse-surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --inverse-surface-transparent-card: var(--on-light-surface-transparent-card);\n --surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --surface-skeleton-gradient-hover: var(--on-dark-surface-skeleton-gradient-hover);\n --surface-skeleton-gradient-active: var(--on-dark-surface-skeleton-gradient-active);\n --surface-skeleton-deep-gradient: var(--on-dark-surface-skeleton-deep-gradient);\n --surface-skeleton-deep-gradient-hover: var(--on-dark-surface-skeleton-deep-gradient-hover);\n --surface-skeleton-deep-gradient-active: var(--on-dark-surface-skeleton-deep-gradient-active);\n --inverse-surface-accent-gradient-hover: var(--on-light-surface-accent-gradient-hover);\n --inverse-surface-accent-gradient-active: var(--on-light-surface-accent-gradient-active);\n --inverse-surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --inverse-surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --inverse-surface-skeleton-gradient-hover: var(--on-light-surface-skeleton-gradient-hover);\n --inverse-surface-skeleton-gradient-active: var(--on-light-surface-skeleton-gradient-active);\n --inverse-surface-skeleton-deep-gradient: var(--on-light-surface-skeleton-deep-gradient);\n --outline-accent-gradient: var(--on-dark-outline-accent-gradient);\n --inverse-surface-skeleton-deep-gradient-active: var(--on-light-surface-skeleton-deep-gradient-active);\n --outline-accent-gradient-hover: var(--on-dark-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-hover: var(--on-light-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-active: var(--on-light-outline-accent-gradient-active);\n --persona-blue-surface-accent-gradient-hover: var(--on-dark-persona-blue-surface-accent-gradient-hover);\n --persona-blue-surface-accent-gradient-active: var(--on-dark-persona-blue-surface-accent-gradient-active);\n --persona-green-surface-accent-gradient: var(--on-dark-persona-green-surface-accent-gradient);\n --persona-green-surface-accent-gradient-hover: var(--on-dark-persona-green-surface-accent-gradient-hover);\n --persona-green-surface-accent-gradient-active: var(--on-dark-persona-green-surface-accent-gradient-active);\n --persona-indigo-surface-accent-gradient: var(--on-dark-persona-indigo-surface-accent-gradient);\n --persona-indigo-surface-accent-gradient-hover: var(--on-dark-persona-indigo-surface-accent-gradient-hover);\n --persona-indigo-surface-accent-gradient-active: var(--on-dark-persona-indigo-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient: var(--on-dark-persona-ochre-surface-accent-gradient);\n --persona-ochre-surface-accent-gradient-active: var(--on-dark-persona-ochre-surface-accent-gradient-active);\n --persona-olive-surface-accent-gradient: var(--on-dark-persona-olive-surface-accent-gradient);\n --persona-olive-surface-accent-gradient-hover: var(--on-dark-persona-olive-surface-accent-gradient-hover);\n --persona-olive-surface-accent-gradient-active: var(--on-dark-persona-olive-surface-accent-gradient-active);\n --persona-pink-surface-accent-gradient: var(--on-dark-persona-pink-surface-accent-gradient);\n --persona-pink-surface-accent-gradient-hover: var(--on-dark-persona-pink-surface-accent-gradient-hover);\n --persona-pink-surface-accent-gradient-active: var(--on-dark-persona-pink-surface-accent-gradient-active);\n --persona-blue-surface-accent-gradient: var(--on-dark-persona-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-active: var(--on-dark-persona-sea-blue-surface-accent-gradient-active);\n --persona-violet-surface-accent-gradient: var(--on-dark-persona-violet-surface-accent-gradient);\n --persona-violet-surface-accent-gradient-hover: var(--on-dark-persona-violet-surface-accent-gradient-hover);\n --persona-violet-surface-accent-gradient-active: var(--on-dark-persona-violet-surface-accent-gradient-active);\n --inverse-persona-blue-surface-accent-gradient: var(--on-light-persona-blue-surface-accent-gradient);\n --inverse-persona-blue-surface-accent-gradient-hover: var(--on-light-persona-blue-surface-accent-gradient-hover);\n --inverse-persona-blue-surface-accent-gradient-active: var(--on-light-persona-blue-surface-accent-gradient-active);\n --inverse-persona-green-surface-accent-gradient: var(--on-light-persona-green-surface-accent-gradient);\n --inverse-persona-green-surface-accent-gradient-hover: var(--on-light-persona-green-surface-accent-gradient-hover);\n --inverse-persona-green-surface-accent-gradient-active: var(--on-light-persona-green-surface-accent-gradient-active);\n --inverse-persona-indigo-surface-accent-gradient: var(--on-light-persona-indigo-surface-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-active: var(--on-light-persona-indigo-surface-accent-gradient-active);\n --inverse-persona-ochre-surface-accent-gradient: var(--on-light-persona-ochre-surface-accent-gradient);\n --inverse-persona-ochre-surface-accent-gradient-hover: var(--on-light-persona-ochre-surface-accent-gradient-hover);\n --inverse-persona-ochre-surface-accent-gradient-active: var(--on-light-persona-ochre-surface-accent-gradient-active);\n --persona-sea-blue-surface-accent-gradient: var(--on-dark-persona-sea-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-hover: var(--on-dark-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-olive-surface-accent-gradient-active: var(--on-light-persona-olive-surface-accent-gradient-active);\n --inverse-persona-pink-surface-accent-gradient: var(--on-light-persona-pink-surface-accent-gradient);\n --inverse-persona-pink-surface-accent-gradient-hover: var(--on-light-persona-pink-surface-accent-gradient-hover);\n --inverse-persona-pink-surface-accent-gradient-active: var(--on-light-persona-pink-surface-accent-gradient-active);\n --inverse-persona-sea-blue-surface-accent-gradient: var(--on-light-persona-sea-blue-surface-accent-gradient);\n --inverse-persona-sea-blue-surface-accent-gradient-hover: var(--on-light-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-sea-blue-surface-accent-gradient-active: var(--on-light-persona-sea-blue-surface-accent-gradient-active);\n --inverse-persona-violet-surface-accent-gradient: var(--on-light-persona-violet-surface-accent-gradient);\n --inverse-persona-violet-surface-accent-gradient-hover: var(--on-light-persona-violet-surface-accent-gradient-hover);\n --inverse-persona-violet-surface-accent-gradient-active: var(--on-light-persona-violet-surface-accent-gradient-active);\n --inverse-persona-olive-surface-accent-gradient: var(--on-light-persona-olive-surface-accent-gradient);\n --inverse-persona-olive-surface-accent-gradient-hover: var(--on-light-persona-olive-surface-accent-gradient-hover);\n --inverse-overlay-gradient: var(--on-light-overlay-gradient);\n --text-accent-gradient-ai: var(--on-dark-text-accent-gradient-ai);\n --text-accent-gradient-ai-hover: var(--on-dark-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai: var(--on-light-text-accent-gradient-ai);\n --inverse-text-accent-gradient-ai-hover: var(--on-light-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai-active: var(--on-light-text-accent-gradient-ai-active);\n --text-accent-gradient-ai-active: var(--on-dark-text-accent-gradient-ai-active);\n --text-accent-gradient-ai-brightness: var(--on-dark-text-accent-gradient-ai-brightness);\n --surface-accent-gradient-brightness: var(--on-dark-surface-accent-gradient-brightness);\n --inverse-surface-accent-gradient-brightness: var(--on-light-surface-accent-gradient-brightness);\n --inverse-outline-transparent-surface: var(--on-light-outline-transparent-surface);\n --inverse-outline-transparent-surface-hover: var(--on-light-outline-transparent-surface-hover);\n --inverse-outline-transparent-surface-active: var(--on-light-outline-transparent-surface-active);\n --inverse-outline-transparent-surface-brightness: var(--on-light-outline-transparent-surface-brightness);\n --inverse-text-accent-gradient-ai-brightness: var(--on-light-text-accent-gradient-ai-brightness);\n --inverse-overlay-gradient-active: var(--on-light-overlay-gradient-active);\n --inverse-overlay-gradient-hover: var(--on-light-overlay-gradient-hover);\n --inverse-overlay-gradient-brightness: var(--on-light-overlay-gradient-brightness);\n --inverse-surface-skeleton-deep-gradient-hover: var(--on-light-surface-skeleton-deep-gradient-hover);\n --inverse-outline-accent-gradient: var(--on-light-outline-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-hover: var(--on-light-persona-indigo-surface-accent-gradient-hover);\n --surface-accent-gradient-hover: var(--on-dark-surface-accent-gradient-hover);\n --outline-accent-gradient-active: var(--on-dark-outline-accent-gradient-active);\n --surface-accent-gradient-active: var(--on-dark-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient-hover: var(--on-dark-persona-ochre-surface-accent-gradient-hover);\n ",
2866
- light: "\n --text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --text-tertiary-active: var(--on-light-text-tertiary-active);\n --text-tertiary: var(--on-light-text-tertiary);\n --text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --text-paragraph-active: var(--on-light-text-paragraph-active);\n --text-paragraph: var(--on-light-text-paragraph);\n --text-accent-hover: var(--on-light-text-accent-hover);\n --text-accent-active: var(--on-light-text-accent-active);\n --text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --text-positive-hover: var(--on-light-text-positive-hover);\n --text-positive-active: var(--on-light-text-positive-active);\n --text-warning-hover: var(--on-light-text-warning-hover);\n --text-warning-active: var(--on-light-text-warning-active);\n --text-warning: var(--on-light-text-warning);\n --text-negative-hover: var(--on-light-text-negative-hover);\n --text-negative-active: var(--on-light-text-negative-active);\n --text-negative: var(--on-light-text-negative);\n --text-info-hover: var(--on-light-text-info-hover);\n --text-info-active: var(--on-light-text-info-active);\n --text-info: var(--on-light-text-info);\n --text-accent: var(--on-light-text-accent);\n --text-positive: var(--on-light-text-positive);\n --text-accent-minor: var(--on-light-text-accent-minor);\n --text-primary-active: var(--on-light-text-primary-active);\n --text-primary: var(--on-light-text-primary);\n --text-primary-brightness: var(--on-light-text-primary-brightness);\n --text-secondary-active: var(--on-light-text-secondary-active);\n --text-secondary: var(--on-light-text-secondary);\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: var(--on-dark-text-primary);\n --inverse-text-primary-brightness: var(--on-dark-text-primary-brightness);\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-secondary: var(--on-dark-text-secondary);\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-tertiary: var(--on-dark-text-tertiary);\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-paragraph: var(--on-dark-text-paragraph);\n --inverse-text-accent-hover: var(--on-dark-text-accent-hover);\n --background-primary-brightness: var(--light-background-primary-brightness);\n --inverse-text-positive-hover: var(--on-dark-text-positive-hover);\n --inverse-text-positive-active: var(--on-dark-text-positive-active);\n --inverse-text-warning-active: var(--on-dark-text-warning-active);\n --inverse-text-warning: var(--on-dark-text-warning);\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-negative: var(--on-dark-text-negative);\n --inverse-text-info-hover: var(--on-dark-text-info-hover);\n --inverse-text-info-active: var(--on-dark-text-info-active);\n --inverse-text-info: var(--on-dark-text-info);\n --inverse-text-accent: var(--on-dark-text-accent);\n --inverse-text-positive: var(--on-dark-text-positive);\n --inverse-text-accent-minor: var(--on-dark-text-accent-minor);\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: var(--on-light-surface-solid-primary);\n --surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\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-secondary: var(--on-light-surface-solid-secondary);\n --surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\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-hover: var(--on-light-surface-solid-default-hover);\n --surface-solid-default-active: var(--on-light-surface-solid-default-active);\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 --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-tertiary: var(--on-light-surface-transparent-tertiary);\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-deep: var(--on-light-surface-transparent-deep);\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: var(--on-light-surface-transparent-card);\n --surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --surface-clear-hover: var(--on-light-surface-clear-hover);\n --surface-clear-active: var(--on-light-surface-clear-active);\n --surface-clear: var(--on-light-surface-clear);\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-hover: var(--on-light-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --surface-positive-hover: var(--on-light-surface-positive-hover);\n --surface-positive-active: var(--on-light-surface-positive-active);\n --surface-warning-hover: var(--on-light-surface-warning-hover);\n --surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --surface-info: var(--on-light-surface-info);\n --surface-positive: var(--on-light-surface-positive);\n --surface-accent-minor: var(--on-light-surface-accent-minor);\n --surface-warning: var(--on-light-surface-warning);\n --surface-negative-hover: var(--on-light-surface-negative-hover);\n --surface-negative-active: var(--on-light-surface-negative-active);\n --surface-info-hover: var(--on-light-surface-info-hover);\n --surface-info-active: var(--on-light-surface-info-active);\n --text-primary-hover: var(--on-light-text-primary-hover);\n --inverse-surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --inverse-surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --inverse-surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --inverse-surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --inverse-surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --inverse-surface-solid-card: var(--on-dark-surface-solid-card);\n --inverse-surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\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-default: var(--on-dark-surface-solid-default);\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-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-secondary: var(--on-dark-surface-transparent-secondary);\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-tertiary: var(--on-dark-surface-transparent-tertiary);\n --inverse-surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --inverse-surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --inverse-surface-solid-primary: var(--on-dark-surface-solid-primary);\n --inverse-surface-accent-active: var(--on-dark-surface-accent-active);\n --inverse-surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\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-positive-hover: var(--on-dark-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-dark-surface-positive-active);\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-warning: var(--on-dark-surface-warning);\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-negative: var(--on-dark-surface-negative);\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-transparent-deep: var(--on-dark-surface-transparent-deep);\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-accent-hover: var(--on-dark-surface-accent-hover);\n --inverse-background-primary: var(--dark-background-primary);\n --inverse-background-primary-brightness: var(--dark-background-primary-brightness);\n --overlay-soft: var(--on-light-overlay-soft);\n --overlay-hard: var(--on-light-overlay-hard);\n --inverse-overlay-soft: var(--on-dark-overlay-soft);\n --inverse-overlay-hard: var(--on-dark-overlay-hard);\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-positive-hover: var(--on-light-outline-positive-hover);\n --outline-positive-active: var(--on-light-outline-positive-active);\n --outline-warning-hover: var(--on-light-outline-warning-hover);\n --outline-warning-active: var(--on-light-outline-warning-active);\n --outline-negative-hover: var(--on-light-outline-negative-hover);\n --outline-negative-active: var(--on-light-outline-negative-active);\n --outline-text-info-hover: var(--on-light-outline-text-info-hover);\n --outline-text-info-active: var(--on-light-outline-text-info-active);\n --outline-warning: var(--on-light-outline-warning);\n --inverse-surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --inverse-surface-accent: var(--on-dark-surface-accent);\n --inverse-surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --background-primary: var(--light-background-primary);\n --inverse-outline-warning-hover: var(--on-dark-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-dark-outline-warning-active);\n --outline-text-info: var(--on-light-outline-text-info);\n --outline-transparent-primary: var(--on-light-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-positive-hover: var(--on-dark-outline-positive-hover);\n --inverse-outline-positive-active: var(--on-dark-outline-positive-active);\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-text-info-hover: var(--on-dark-outline-text-info-hover);\n --inverse-outline-text-info-active: var(--on-dark-outline-text-info-active);\n --inverse-outline-negative: var(--on-dark-outline-negative);\n --inverse-outline-warning: var(--on-dark-outline-warning);\n --inverse-outline-text-info: var(--on-dark-outline-text-info);\n --inverse-outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --inverse-outline-positive: var(--on-dark-outline-positive);\n --data-yellow: var(--on-light-data-yellow);\n --data-yellow-hover: var(--on-light-data-yellow-hover);\n --data-yellow-active: var(--on-light-data-yellow-active);\n --data-yellow-minor: var(--on-light-data-yellow-minor);\n --data-yellow-minor-hover: var(--on-light-data-yellow-minor-hover);\n --data-yellow-minor-active: var(--on-light-data-yellow-minor-active);\n --data-yellow-transparent: var(--on-light-data-yellow-transparent);\n --inverse-data-yellow: var(--on-dark-data-yellow);\n --inverse-data-yellow-hover: var(--on-dark-data-yellow-hover);\n --inverse-data-yellow-active: var(--on-dark-data-yellow-active);\n --inverse-data-yellow-minor: var(--on-dark-data-yellow-minor);\n --inverse-data-yellow-minor-hover: var(--on-dark-data-yellow-minor-hover);\n --inverse-data-yellow-minor-active: var(--on-dark-data-yellow-minor-active);\n --inverse-data-yellow-transparent: var(--on-dark-data-yellow-transparent);\n --inverse-data-yellow-transparent-hover: var(--on-dark-data-yellow-transparent-hover);\n --inverse-data-yellow-transparent-active: var(--on-dark-data-yellow-transparent-active);\n --data-yellow-transparent-active: var(--on-light-data-yellow-transparent-active);\n --inverse-surface-positive: var(--on-dark-surface-positive);\n --outline-positive: var(--on-light-outline-positive);\n --text-secondary-hover: var(--on-light-text-secondary-hover);\n --outline-default: var(--on-light-outline-default);\n --outline-default-hover: var(--on-light-outline-default-hover);\n --outline-default-active: var(--on-light-outline-default-active);\n --outline-default-brightness: var(--on-light-outline-default-brightness);\n --outline-minor: var(--on-light-outline-minor);\n --outline-minor-hover: var(--on-light-outline-minor-hover);\n --outline-minor-active: var(--on-light-outline-minor-active);\n --outline-minor-brightness: var(--on-light-outline-minor-brightness);\n --outline-transparent-clear: var(--on-light-outline-transparent-clear);\n --outline-transparent-clear-hover: var(--on-light-outline-transparent-clear-hover);\n --outline-transparent-clear-active: var(--on-light-outline-transparent-clear-active);\n --outline-transparent-clear-brightness: var(--on-light-outline-transparent-clear-brightness);\n --inverse-outline-default: var(--on-dark-outline-default);\n --inverse-outline-default-hover: var(--on-dark-outline-default-hover);\n --inverse-outline-default-active: var(--on-dark-outline-default-active);\n --inverse-outline-default-brightness: var(--on-dark-outline-default-brightness);\n --background-secondary-active: var(--light-background-secondary-active);\n --background-secondary-brightness: var(--light-background-secondary-brightness);\n --inverse-background-secondary-hover: var(--dark-background-secondary-hover);\n --inverse-background-secondary-brightness: var(--dark-background-secondary-brightness);\n --persona-blue-text-accent: var(--on-light-persona-blue-text-accent);\n --persona-blue-text-accent-hover: var(--on-light-persona-blue-text-accent-hover);\n --persona-blue-text-accent-active: var(--on-light-persona-blue-text-accent-active);\n --persona-blue-text-accent-brightness: var(--on-light-persona-blue-text-accent-brightness);\n --persona-green-text-accent: var(--on-light-persona-green-text-accent);\n --persona-green-text-accent-hover: var(--on-light-persona-green-text-accent-hover);\n --persona-green-text-accent-active: var(--on-light-persona-green-text-accent-active);\n --persona-green-text-accent-brightness: var(--on-light-persona-green-text-accent-brightness);\n --persona-indigo-text-accent: var(--on-light-persona-indigo-text-accent);\n --persona-indigo-text-accent-hover: var(--on-light-persona-indigo-text-accent-hover);\n --persona-indigo-text-accent-active: var(--on-light-persona-indigo-text-accent-active);\n --persona-indigo-text-accent-brightness: var(--on-light-persona-indigo-text-accent-brightness);\n --persona-ochre-text-accent: var(--on-light-persona-ochre-text-accent);\n --persona-ochre-text-accent-hover: var(--on-light-persona-ochre-text-accent-hover);\n --persona-ochre-text-accent-active: var(--on-light-persona-ochre-text-accent-active);\n --persona-ochre-text-accent-brightness: var(--on-light-persona-ochre-text-accent-brightness);\n --persona-olive-text-accent: var(--on-light-persona-olive-text-accent);\n --persona-olive-text-accent-hover: var(--on-light-persona-olive-text-accent-hover);\n --persona-olive-text-accent-active: var(--on-light-persona-olive-text-accent-active);\n --persona-olive-text-accent-brightness: var(--on-light-persona-olive-text-accent-brightness);\n --persona-sea-blue-text-accent: var(--on-light-persona-sea-blue-text-accent);\n --persona-sea-blue-text-accent-hover: var(--on-light-persona-sea-blue-text-accent-hover);\n --persona-sea-blue-text-accent-active: var(--on-light-persona-sea-blue-text-accent-active);\n --persona-sea-blue-text-accent-brightness: var(--on-light-persona-sea-blue-text-accent-brightness);\n --persona-violet-text-accent: var(--on-light-persona-violet-text-accent);\n --persona-violet-text-accent-hover: var(--on-light-persona-violet-text-accent-hover);\n --persona-violet-text-accent-active: var(--on-light-persona-violet-text-accent-active);\n --persona-violet-text-accent-brightness: var(--on-light-persona-violet-text-accent-brightness);\n --inverse-persona-blue-text-accent: var(--on-dark-persona-blue-text-accent);\n --inverse-persona-blue-text-accent-hover: var(--on-dark-persona-blue-text-accent-hover);\n --inverse-persona-blue-text-accent-active: var(--on-dark-persona-blue-text-accent-active);\n --inverse-persona-blue-text-accent-brightness: var(--on-dark-persona-blue-text-accent-brightness);\n --inverse-persona-green-text-accent: var(--on-dark-persona-green-text-accent);\n --inverse-persona-green-text-accent-hover: var(--on-dark-persona-green-text-accent-hover);\n --inverse-persona-green-text-accent-active: var(--on-dark-persona-green-text-accent-active);\n --inverse-persona-green-text-accent-brightness: var(--on-dark-persona-green-text-accent-brightness);\n --inverse-persona-indigo-text-accent: var(--on-dark-persona-indigo-text-accent);\n --inverse-persona-indigo-text-accent-hover: var(--on-dark-persona-indigo-text-accent-hover);\n --inverse-persona-indigo-text-accent-active: var(--on-dark-persona-indigo-text-accent-active);\n --inverse-persona-indigo-text-accent-brightness: var(--on-dark-persona-indigo-text-accent-brightness);\n --persona-pink-text-accent: var(--on-light-persona-pink-text-accent);\n --persona-pink-text-accent-hover: var(--on-light-persona-pink-text-accent-hover);\n --persona-pink-text-accent-active: var(--on-light-persona-pink-text-accent-active);\n --inverse-persona-olive-text-accent: var(--on-dark-persona-olive-text-accent);\n --inverse-persona-olive-text-accent-active: var(--on-dark-persona-olive-text-accent-active);\n --inverse-persona-olive-text-accent-brightness: var(--on-dark-persona-olive-text-accent-brightness);\n --inverse-persona-pink-text-accent: var(--on-dark-persona-pink-text-accent);\n --inverse-persona-pink-text-accent-hover: var(--on-dark-persona-pink-text-accent-hover);\n --inverse-persona-pink-text-accent-active: var(--on-dark-persona-pink-text-accent-active);\n --inverse-persona-pink-text-accent-brightness: var(--on-dark-persona-pink-text-accent-brightness);\n --inverse-persona-sea-blue-text-accent: var(--on-dark-persona-sea-blue-text-accent);\n --inverse-persona-sea-blue-text-accent-hover: var(--on-dark-persona-sea-blue-text-accent-hover);\n --inverse-persona-sea-blue-text-accent-active: var(--on-dark-persona-sea-blue-text-accent-active);\n --inverse-persona-sea-blue-text-accent-brightness: var(--on-dark-persona-sea-blue-text-accent-brightness);\n --inverse-persona-violet-text-accent: var(--on-dark-persona-violet-text-accent);\n --inverse-persona-violet-text-accent-hover: var(--on-dark-persona-violet-text-accent-hover);\n --inverse-persona-violet-text-accent-active: var(--on-dark-persona-violet-text-accent-active);\n --inverse-persona-violet-text-accent-brightness: var(--on-dark-persona-violet-text-accent-brightness);\n --inverse-persona-ochre-text-accent: var(--on-dark-persona-ochre-text-accent);\n --inverse-persona-ochre-text-accent-hover: var(--on-dark-persona-ochre-text-accent-hover);\n --inverse-persona-olive-text-accent-hover: var(--on-dark-persona-olive-text-accent-hover);\n --inverse-persona-ochre-text-accent-active: var(--on-dark-persona-ochre-text-accent-active);\n --surface-accent-primary: var(--on-light-surface-accent-primary);\n --surface-accent-primary-hover: var(--on-light-surface-accent-primary-hover);\n --surface-accent-primary-active: var(--on-light-surface-accent-primary-active);\n --inverse-surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --inverse-surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --inverse-surface-accent-minor: var(--on-dark-surface-accent-minor);\n --inverse-text-accent-active: var(--on-dark-text-accent-active);\n --surface-warning-active: var(--on-light-surface-warning-active);\n --surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --inverse-surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --inverse-surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --inverse-outline-minor-active: var(--on-dark-outline-minor-active);\n --inverse-surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --background-secondary-hover: var(--light-background-secondary-hover);\n --outline-negative: var(--on-light-outline-negative);\n --text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --inverse-surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --inverse-surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --inverse-outline-minor: var(--on-dark-outline-minor);\n --inverse-text-warning-hover: var(--on-dark-text-warning-hover);\n --data-yellow-transparent-hover: var(--on-light-data-yellow-transparent-hover);\n --inverse-surface-info: var(--on-dark-surface-info);\n --surface-transparent-accent-minor-brightness: var(--on-light-surface-transparent-accent-minor-brightness);\n --inverse-surface-accent-secondary-brightness: var(--on-dark-surface-accent-secondary-brightness);\n --inverse-surface-transparent-accent-minor-brightness: var(--on-dark-surface-transparent-accent-minor-brightness);\n --inverse-outline-minor-brightness: var(--on-dark-outline-minor-brightness);\n --surface-accent-primary-brightness: var(--on-light-surface-accent-primary-brightness);\n --surface-accent-secondary-brightness: var(--on-light-surface-accent-secondary-brightness);\n --inverse-surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --inverse-outline-minor-hover: var(--on-dark-outline-minor-hover);\n --surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --inverse-surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --inverse-background-secondary-active: var(--dark-background-secondary-active);\n --persona-pink-text-accent-brightness: var(--on-light-persona-pink-text-accent-brightness);\n --inverse-persona-ochre-text-accent-brightness: var(--on-dark-persona-ochre-text-accent-brightness);\n --surface-solid-default: var(--on-light-surface-solid-default);\n --surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --surface-negative: var(--on-light-surface-negative);\n --inverse-surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --inverse-surface-transparent-card: var(--on-dark-surface-transparent-card);\n --surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --surface-skeleton-gradient-hover: var(--on-light-surface-skeleton-gradient-hover);\n --surface-skeleton-gradient-active: var(--on-light-surface-skeleton-gradient-active);\n --surface-skeleton-deep-gradient: var(--on-light-surface-skeleton-deep-gradient);\n --surface-skeleton-deep-gradient-hover: var(--on-light-surface-skeleton-deep-gradient-hover);\n --surface-skeleton-deep-gradient-active: var(--on-light-surface-skeleton-deep-gradient-active);\n --inverse-surface-accent-gradient-hover: var(--on-dark-surface-accent-gradient-hover);\n --inverse-surface-accent-gradient-active: var(--on-dark-surface-accent-gradient-active);\n --inverse-surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --inverse-surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --inverse-surface-skeleton-gradient-hover: var(--on-dark-surface-skeleton-gradient-hover);\n --inverse-surface-skeleton-gradient-active: var(--on-dark-surface-skeleton-gradient-active);\n --inverse-surface-skeleton-deep-gradient: var(--on-dark-surface-skeleton-deep-gradient);\n --outline-accent-gradient: var(--on-light-outline-accent-gradient);\n --inverse-surface-skeleton-deep-gradient-active: var(--on-dark-surface-skeleton-deep-gradient-active);\n --outline-accent-gradient-hover: var(--on-light-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-hover: var(--on-dark-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-active: var(--on-dark-outline-accent-gradient-active);\n --persona-blue-surface-accent-gradient-hover: var(--on-light-persona-blue-surface-accent-gradient-hover);\n --persona-blue-surface-accent-gradient-active: var(--on-light-persona-blue-surface-accent-gradient-active);\n --persona-green-surface-accent-gradient: var(--on-light-persona-green-surface-accent-gradient);\n --persona-green-surface-accent-gradient-hover: var(--on-light-persona-green-surface-accent-gradient-hover);\n --persona-green-surface-accent-gradient-active: var(--on-light-persona-green-surface-accent-gradient-active);\n --persona-indigo-surface-accent-gradient: var(--on-light-persona-indigo-surface-accent-gradient);\n --persona-indigo-surface-accent-gradient-hover: var(--on-light-persona-indigo-surface-accent-gradient-hover);\n --persona-indigo-surface-accent-gradient-active: var(--on-light-persona-indigo-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient: var(--on-light-persona-ochre-surface-accent-gradient);\n --persona-ochre-surface-accent-gradient-active: var(--on-light-persona-ochre-surface-accent-gradient-active);\n --persona-olive-surface-accent-gradient: var(--on-light-persona-olive-surface-accent-gradient);\n --persona-olive-surface-accent-gradient-hover: var(--on-light-persona-olive-surface-accent-gradient-hover);\n --persona-olive-surface-accent-gradient-active: var(--on-light-persona-olive-surface-accent-gradient-active);\n --persona-pink-surface-accent-gradient: var(--on-light-persona-pink-surface-accent-gradient);\n --persona-pink-surface-accent-gradient-hover: var(--on-light-persona-pink-surface-accent-gradient-hover);\n --persona-pink-surface-accent-gradient-active: var(--on-light-persona-pink-surface-accent-gradient-active);\n --persona-blue-surface-accent-gradient: var(--on-light-persona-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-active: var(--on-light-persona-sea-blue-surface-accent-gradient-active);\n --persona-violet-surface-accent-gradient: var(--on-light-persona-violet-surface-accent-gradient);\n --persona-violet-surface-accent-gradient-hover: var(--on-light-persona-violet-surface-accent-gradient-hover);\n --persona-violet-surface-accent-gradient-active: var(--on-light-persona-violet-surface-accent-gradient-active);\n --inverse-persona-blue-surface-accent-gradient: var(--on-dark-persona-blue-surface-accent-gradient);\n --inverse-persona-blue-surface-accent-gradient-hover: var(--on-dark-persona-blue-surface-accent-gradient-hover);\n --inverse-persona-blue-surface-accent-gradient-active: var(--on-dark-persona-blue-surface-accent-gradient-active);\n --inverse-persona-green-surface-accent-gradient: var(--on-dark-persona-green-surface-accent-gradient);\n --inverse-persona-green-surface-accent-gradient-hover: var(--on-dark-persona-green-surface-accent-gradient-hover);\n --inverse-persona-green-surface-accent-gradient-active: var(--on-dark-persona-green-surface-accent-gradient-active);\n --inverse-persona-indigo-surface-accent-gradient: var(--on-dark-persona-indigo-surface-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-active: var(--on-dark-persona-indigo-surface-accent-gradient-active);\n --inverse-persona-ochre-surface-accent-gradient: var(--on-dark-persona-ochre-surface-accent-gradient);\n --inverse-persona-ochre-surface-accent-gradient-hover: var(--on-dark-persona-ochre-surface-accent-gradient-hover);\n --inverse-persona-ochre-surface-accent-gradient-active: var(--on-dark-persona-ochre-surface-accent-gradient-active);\n --persona-sea-blue-surface-accent-gradient: var(--on-light-persona-sea-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-hover: var(--on-light-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-olive-surface-accent-gradient-active: var(--on-dark-persona-olive-surface-accent-gradient-active);\n --inverse-persona-pink-surface-accent-gradient: var(--on-dark-persona-pink-surface-accent-gradient);\n --inverse-persona-pink-surface-accent-gradient-hover: var(--on-dark-persona-pink-surface-accent-gradient-hover);\n --inverse-persona-pink-surface-accent-gradient-active: var(--on-dark-persona-pink-surface-accent-gradient-active);\n --inverse-persona-sea-blue-surface-accent-gradient: var(--on-dark-persona-sea-blue-surface-accent-gradient);\n --inverse-persona-sea-blue-surface-accent-gradient-hover: var(--on-dark-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-sea-blue-surface-accent-gradient-active: var(--on-dark-persona-sea-blue-surface-accent-gradient-active);\n --inverse-persona-violet-surface-accent-gradient: var(--on-dark-persona-violet-surface-accent-gradient);\n --inverse-persona-violet-surface-accent-gradient-hover: var(--on-dark-persona-violet-surface-accent-gradient-hover);\n --inverse-persona-violet-surface-accent-gradient-active: var(--on-dark-persona-violet-surface-accent-gradient-active);\n --inverse-persona-olive-surface-accent-gradient: var(--on-dark-persona-olive-surface-accent-gradient);\n --inverse-persona-olive-surface-accent-gradient-hover: var(--on-dark-persona-olive-surface-accent-gradient-hover);\n --inverse-overlay-gradient: var(--on-dark-overlay-gradient);\n --text-accent-gradient-ai: var(--on-light-text-accent-gradient-ai);\n --text-accent-gradient-ai-hover: var(--on-light-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai: var(--on-dark-text-accent-gradient-ai);\n --inverse-text-accent-gradient-ai-hover: var(--on-dark-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai-active: var(--on-dark-text-accent-gradient-ai-active);\n --text-accent-gradient-ai-active: var(--on-light-text-accent-gradient-ai-active);\n --text-accent-gradient-ai-brightness: var(--on-light-text-accent-gradient-ai-brightness);\n --surface-accent-gradient-brightness: var(--on-light-surface-accent-gradient-brightness);\n --inverse-surface-accent-gradient-brightness: var(--on-dark-surface-accent-gradient-brightness);\n --inverse-text-accent-gradient-ai-brightness: var(--on-dark-text-accent-gradient-ai-brightness);\n --outline-transparent-surface: var(--on-light-outline-transparent-surface);\n --outline-transparent-surface-hover: var(--on-light-outline-transparent-surface-hover);\n --outline-transparent-surface-active: var(--on-light-outline-transparent-surface-active);\n --outline-transparent-surface-brightness: var(--on-light-outline-transparent-surface-brightness);\n --overlay-gradient: var(--on-light-overlay-gradient);\n --overlay-gradient-hover: var(--on-light-overlay-gradient-hover);\n --overlay-gradient-active: var(--on-light-overlay-gradient-active);\n --overlay-gradient-brightness: var(--on-light-overlay-gradient-brightness);\n --inverse-overlay-gradient-active: var(--on-dark-overlay-gradient-active);\n --inverse-overlay-gradient-hover: var(--on-dark-overlay-gradient-hover);\n --inverse-overlay-gradient-brightness: var(--on-dark-overlay-gradient-brightness);\n --inverse-surface-skeleton-deep-gradient-hover: var(--on-dark-surface-skeleton-deep-gradient-hover);\n --inverse-outline-accent-gradient: var(--on-dark-outline-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-hover: var(--on-dark-persona-indigo-surface-accent-gradient-hover);\n --surface-accent-gradient-hover: var(--on-light-surface-accent-gradient-hover);\n --outline-accent-gradient-active: var(--on-light-outline-accent-gradient-active);\n --surface-accent-gradient-active: var(--on-light-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient-hover: var(--on-light-persona-ochre-surface-accent-gradient-hover);\n "
2658
+ dark: "\n --text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --text-tertiary-active: var(--on-dark-text-tertiary-active);\n --text-tertiary: var(--on-dark-text-tertiary);\n --text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --text-paragraph-active: var(--on-dark-text-paragraph-active);\n --text-paragraph: var(--on-dark-text-paragraph);\n --text-accent-hover: var(--on-dark-text-accent-hover);\n --text-accent-active: var(--on-dark-text-accent-active);\n --text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --text-positive-hover: var(--on-dark-text-positive-hover);\n --text-positive-active: var(--on-dark-text-positive-active);\n --text-warning-hover: var(--on-dark-text-warning-hover);\n --text-warning-active: var(--on-dark-text-warning-active);\n --text-warning: var(--on-dark-text-warning);\n --text-negative-hover: var(--on-dark-text-negative-hover);\n --text-negative-active: var(--on-dark-text-negative-active);\n --text-negative: var(--on-dark-text-negative);\n --text-info-hover: var(--on-dark-text-info-hover);\n --text-info-active: var(--on-dark-text-info-active);\n --text-info: var(--on-dark-text-info);\n --text-accent: var(--on-dark-text-accent);\n --text-positive: var(--on-dark-text-positive);\n --text-accent-minor: var(--on-dark-text-accent-minor);\n --text-primary-active: var(--on-dark-text-primary-active);\n --text-primary: var(--on-dark-text-primary);\n --text-primary-brightness: var(--on-dark-text-primary-brightness);\n --text-secondary-active: var(--on-dark-text-secondary-active);\n --text-secondary: var(--on-dark-text-secondary);\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: var(--on-light-text-primary);\n --inverse-text-primary-brightness: var(--on-light-text-primary-brightness);\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-secondary: var(--on-light-text-secondary);\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-tertiary: var(--on-light-text-tertiary);\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-paragraph: var(--on-light-text-paragraph);\n --inverse-text-accent-hover: var(--on-light-text-accent-hover);\n --background-primary-brightness: var(--dark-background-primary-brightness);\n --inverse-text-positive-hover: var(--on-light-text-positive-hover);\n --inverse-text-positive-active: var(--on-light-text-positive-active);\n --inverse-text-warning-active: var(--on-light-text-warning-active);\n --inverse-text-warning: var(--on-light-text-warning);\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-negative: var(--on-light-text-negative);\n --inverse-text-info-hover: var(--on-light-text-info-hover);\n --inverse-text-info-active: var(--on-light-text-info-active);\n --inverse-text-info: var(--on-light-text-info);\n --inverse-text-accent: var(--on-light-text-accent);\n --inverse-text-positive: var(--on-light-text-positive);\n --inverse-text-accent-minor: var(--on-light-text-accent-minor);\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: var(--on-dark-surface-solid-primary);\n --surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\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-secondary: var(--on-dark-surface-solid-secondary);\n --surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\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-hover: var(--on-dark-surface-solid-default-hover);\n --surface-solid-default-active: var(--on-dark-surface-solid-default-active);\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 --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-tertiary: var(--on-dark-surface-transparent-tertiary);\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-deep: var(--on-dark-surface-transparent-deep);\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: var(--on-dark-surface-transparent-card);\n --surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --surface-clear-hover: var(--on-dark-surface-clear-hover);\n --surface-clear-active: var(--on-dark-surface-clear-active);\n --surface-clear: var(--on-dark-surface-clear);\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-hover: var(--on-dark-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --surface-positive-hover: var(--on-dark-surface-positive-hover);\n --surface-positive-active: var(--on-dark-surface-positive-active);\n --surface-warning-hover: var(--on-dark-surface-warning-hover);\n --surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --surface-info: var(--on-dark-surface-info);\n --surface-positive: var(--on-dark-surface-positive);\n --surface-accent-minor: var(--on-dark-surface-accent-minor);\n --surface-warning: var(--on-dark-surface-warning);\n --surface-negative-hover: var(--on-dark-surface-negative-hover);\n --surface-negative-active: var(--on-dark-surface-negative-active);\n --surface-info-hover: var(--on-dark-surface-info-hover);\n --surface-info-active: var(--on-dark-surface-info-active);\n --text-primary-hover: var(--on-dark-text-primary-hover);\n --inverse-surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --inverse-surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --inverse-surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --inverse-surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --inverse-surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --inverse-surface-solid-card: var(--on-light-surface-solid-card);\n --inverse-surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\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-default: var(--on-light-surface-solid-default);\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-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-secondary: var(--on-light-surface-transparent-secondary);\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-tertiary: var(--on-light-surface-transparent-tertiary);\n --inverse-surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --inverse-surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --inverse-surface-solid-primary: var(--on-light-surface-solid-primary);\n --inverse-surface-accent-active: var(--on-light-surface-accent-active);\n --inverse-surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\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-positive-hover: var(--on-light-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-light-surface-positive-active);\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-warning: var(--on-light-surface-warning);\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-negative: var(--on-light-surface-negative);\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-transparent-deep: var(--on-light-surface-transparent-deep);\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-accent-hover: var(--on-light-surface-accent-hover);\n --inverse-background-primary: var(--light-background-primary);\n --inverse-background-primary-brightness: var(--light-background-primary-brightness);\n --overlay-soft: var(--on-dark-overlay-soft);\n --overlay-hard: var(--on-dark-overlay-hard);\n --inverse-overlay-soft: var(--on-light-overlay-soft);\n --inverse-overlay-hard: var(--on-light-overlay-hard);\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-positive-hover: var(--on-dark-outline-positive-hover);\n --outline-positive-active: var(--on-dark-outline-positive-active);\n --outline-warning-hover: var(--on-dark-outline-warning-hover);\n --outline-warning-active: var(--on-dark-outline-warning-active);\n --outline-negative-hover: var(--on-dark-outline-negative-hover);\n --outline-negative-active: var(--on-dark-outline-negative-active);\n --outline-text-info-hover: var(--on-dark-outline-text-info-hover);\n --outline-text-info-active: var(--on-dark-outline-text-info-active);\n --outline-warning: var(--on-dark-outline-warning);\n --inverse-surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --inverse-surface-accent: var(--on-light-surface-accent);\n --inverse-surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --background-primary: var(--dark-background-primary);\n --inverse-outline-warning-hover: var(--on-light-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-light-outline-warning-active);\n --outline-text-info: var(--on-dark-outline-text-info);\n --outline-transparent-primary: var(--on-dark-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-positive-hover: var(--on-light-outline-positive-hover);\n --inverse-outline-positive-active: var(--on-light-outline-positive-active);\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-text-info-hover: var(--on-light-outline-text-info-hover);\n --inverse-outline-text-info-active: var(--on-light-outline-text-info-active);\n --inverse-outline-negative: var(--on-light-outline-negative);\n --inverse-outline-warning: var(--on-light-outline-warning);\n --inverse-outline-text-info: var(--on-light-outline-text-info);\n --inverse-outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --inverse-outline-positive: var(--on-light-outline-positive);\n --data-yellow: var(--on-dark-data-yellow);\n --data-yellow-hover: var(--on-dark-data-yellow-hover);\n --data-yellow-active: var(--on-dark-data-yellow-active);\n --data-yellow-minor: var(--on-dark-data-yellow-minor);\n --data-yellow-minor-hover: var(--on-dark-data-yellow-minor-hover);\n --data-yellow-minor-active: var(--on-dark-data-yellow-minor-active);\n --data-yellow-transparent: var(--on-dark-data-yellow-transparent);\n --inverse-data-yellow: var(--on-light-data-yellow);\n --inverse-data-yellow-hover: var(--on-light-data-yellow-hover);\n --inverse-data-yellow-active: var(--on-light-data-yellow-active);\n --inverse-data-yellow-minor: var(--on-light-data-yellow-minor);\n --inverse-data-yellow-minor-hover: var(--on-light-data-yellow-minor-hover);\n --inverse-data-yellow-minor-active: var(--on-light-data-yellow-minor-active);\n --inverse-data-yellow-transparent: var(--on-light-data-yellow-transparent);\n --inverse-data-yellow-transparent-hover: var(--on-light-data-yellow-transparent-hover);\n --inverse-data-yellow-transparent-active: var(--on-light-data-yellow-transparent-active);\n --data-yellow-transparent-active: var(--on-dark-data-yellow-transparent-active);\n --inverse-surface-positive: var(--on-light-surface-positive);\n --outline-positive: var(--on-dark-outline-positive);\n --text-secondary-hover: var(--on-dark-text-secondary-hover);\n --outline-default: var(--on-dark-outline-default);\n --outline-default-hover: var(--on-dark-outline-default-hover);\n --outline-default-active: var(--on-dark-outline-default-active);\n --outline-minor: var(--on-dark-outline-minor);\n --outline-minor-hover: var(--on-dark-outline-minor-hover);\n --outline-minor-active: var(--on-dark-outline-minor-active);\n --outline-transparent-clear: var(--on-dark-outline-transparent-clear);\n --outline-transparent-clear-hover: var(--on-dark-outline-transparent-clear-hover);\n --outline-transparent-clear-active: var(--on-dark-outline-transparent-clear-active);\n --inverse-outline-default: var(--on-light-outline-default);\n --inverse-outline-default-hover: var(--on-light-outline-default-hover);\n --inverse-outline-default-active: var(--on-light-outline-default-active);\n --inverse-outline-outline-minor: var(--on-light-outline-outline-minor);\n --inverse-outline-outline-minor-hover: var(--on-light-outline-outline-minor-hover);\n --inverse-outline-outline-minor-active: var(--on-light-outline-outline-minor-active);\n --background-secondary-active: var(--dark-background-secondary-active);\n --inverse-background-secondary-hover: var(--light-background-secondary-hover);\n --persona-blue-text-accent: var(--on-dark-persona-blue-text-accent);\n --persona-blue-text-accent-hover: var(--on-dark-persona-blue-text-accent-hover);\n --persona-blue-text-accent-active: var(--on-dark-persona-blue-text-accent-active);\n --persona-green-text-accent: var(--on-dark-persona-green-text-accent);\n --persona-green-text-accent-hover: var(--on-dark-persona-green-text-accent-hover);\n --persona-green-text-accent-active: var(--on-dark-persona-green-text-accent-active);\n --persona-indigo-text-accent: var(--on-dark-persona-indigo-text-accent);\n --persona-indigo-text-accent-hover: var(--on-dark-persona-indigo-text-accent-hover);\n --persona-indigo-text-accent-active: var(--on-dark-persona-indigo-text-accent-active);\n --persona-ochre-text-accent: var(--on-dark-persona-ochre-text-accent);\n --persona-ochre-text-accent-hover: var(--on-dark-persona-ochre-text-accent-hover);\n --persona-ochre-text-accent-active: var(--on-dark-persona-ochre-text-accent-active);\n --persona-olive-text-accent: var(--on-dark-persona-olive-text-accent);\n --persona-olive-text-accent-hover: var(--on-dark-persona-olive-text-accent-hover);\n --persona-olive-text-accent-active: var(--on-dark-persona-olive-text-accent-active);\n --persona-sea-blue-text-accent: var(--on-dark-persona-sea-blue-text-accent);\n --persona-sea-blue-text-accent-hover: var(--on-dark-persona-sea-blue-text-accent-hover);\n --persona-sea-blue-text-accent-active: var(--on-dark-persona-sea-blue-text-accent-active);\n --persona-violet-text-accent: var(--on-dark-persona-violet-text-accent);\n --persona-violet-text-accent-hover: var(--on-dark-persona-violet-text-accent-hover);\n --persona-violet-text-accent-active: var(--on-dark-persona-violet-text-accent-active);\n --inverse-persona-blue-text-accent: var(--on-light-persona-blue-text-accent);\n --inverse-persona-blue-text-accent-hover: var(--on-light-persona-blue-text-accent-hover);\n --inverse-persona-blue-text-accent-active: var(--on-light-persona-blue-text-accent-active);\n --inverse-persona-green-text-accent: var(--on-light-persona-green-text-accent);\n --inverse-persona-green-text-accent-hover: var(--on-light-persona-green-text-accent-hover);\n --inverse-persona-green-text-accent-active: var(--on-light-persona-green-text-accent-active);\n --inverse-persona-indigo-text-accent: var(--on-light-persona-indigo-text-accent);\n --inverse-persona-indigo-text-accent-hover: var(--on-light-persona-indigo-text-accent-hover);\n --inverse-persona-indigo-text-accent-active: var(--on-light-persona-indigo-text-accent-active);\n --persona-pink-text-accent: var(--on-dark-persona-pink-text-accent);\n --persona-pink-text-accent-hover: var(--on-dark-persona-pink-text-accent-hover);\n --persona-pink-text-accent-active: var(--on-dark-persona-pink-text-accent-active);\n --inverse-persona-olive-text-accent: var(--on-light-persona-olive-text-accent);\n --inverse-persona-olive-text-accent-active: var(--on-light-persona-olive-text-accent-active);\n --inverse-persona-pink-text-accent: var(--on-light-persona-pink-text-accent);\n --inverse-persona-pink-text-accent-hover: var(--on-light-persona-pink-text-accent-hover);\n --inverse-persona-pink-text-accent-active: var(--on-light-persona-pink-text-accent-active);\n --inverse-persona-sea-blue-text-accent: var(--on-light-persona-sea-blue-text-accent);\n --inverse-persona-sea-blue-text-accent-hover: var(--on-light-persona-sea-blue-text-accent-hover);\n --inverse-persona-sea-blue-text-accent-active: var(--on-light-persona-sea-blue-text-accent-active);\n --inverse-persona-violet-text-accent: var(--on-light-persona-violet-text-accent);\n --inverse-persona-violet-text-accent-hover: var(--on-light-persona-violet-text-accent-hover);\n --inverse-persona-violet-text-accent-active: var(--on-light-persona-violet-text-accent-active);\n --inverse-persona-ochre-text-accent: var(--on-light-persona-ochre-text-accent);\n --inverse-persona-ochre-text-accent-hover: var(--on-light-persona-ochre-text-accent-hover);\n --inverse-persona-olive-text-accent-hover: var(--on-light-persona-olive-text-accent-hover);\n --inverse-persona-ochre-text-accent-active: var(--on-light-persona-ochre-text-accent-active);\n --surface-accent-primary: var(--on-dark-surface-accent-primary);\n --surface-accent-primary-hover: var(--on-dark-surface-accent-primary-hover);\n --surface-accent-primary-active: var(--on-dark-surface-accent-primary-active);\n --inverse-surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --inverse-surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --inverse-surface-accent-minor: var(--on-light-surface-accent-minor);\n --inverse-text-accent-active: var(--on-light-text-accent-active);\n --surface-warning-active: var(--on-dark-surface-warning-active);\n --surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --inverse-surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --inverse-surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --inverse-surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --background-secondary-hover: var(--dark-background-secondary-hover);\n --outline-negative: var(--on-dark-outline-negative);\n --text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --inverse-surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --inverse-surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --inverse-text-warning-hover: var(--on-light-text-warning-hover);\n --data-yellow-transparent-hover: var(--on-dark-data-yellow-transparent-hover);\n --inverse-surface-info: var(--on-light-surface-info);\n --inverse-surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --inverse-surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --inverse-background-secondary-active: var(--light-background-secondary-active);\n --surface-solid-default: var(--on-dark-surface-solid-default);\n --surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --surface-negative: var(--on-dark-surface-negative);\n --inverse-surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --inverse-surface-transparent-card: var(--on-light-surface-transparent-card);\n --surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --surface-skeleton-gradient-hover: var(--on-dark-surface-skeleton-gradient-hover);\n --surface-skeleton-gradient-active: var(--on-dark-surface-skeleton-gradient-active);\n --surface-skeleton-deep-gradient: var(--on-dark-surface-skeleton-deep-gradient);\n --surface-skeleton-deep-gradient-hover: var(--on-dark-surface-skeleton-deep-gradient-hover);\n --surface-skeleton-deep-gradient-active: var(--on-dark-surface-skeleton-deep-gradient-active);\n --inverse-surface-accent-gradient-hover: var(--on-light-surface-accent-gradient-hover);\n --inverse-surface-accent-gradient-active: var(--on-light-surface-accent-gradient-active);\n --inverse-surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --inverse-surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --inverse-surface-skeleton-gradient-hover: var(--on-light-surface-skeleton-gradient-hover);\n --inverse-surface-skeleton-gradient-active: var(--on-light-surface-skeleton-gradient-active);\n --inverse-surface-skeleton-deep-gradient: var(--on-light-surface-skeleton-deep-gradient);\n --outline-accent-gradient: var(--on-dark-outline-accent-gradient);\n --inverse-surface-skeleton-deep-gradient-active: var(--on-light-surface-skeleton-deep-gradient-active);\n --outline-accent-gradient-hover: var(--on-dark-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-hover: var(--on-light-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-active: var(--on-light-outline-accent-gradient-active);\n --persona-blue-surface-accent-gradient-hover: var(--on-dark-persona-blue-surface-accent-gradient-hover);\n --persona-blue-surface-accent-gradient-active: var(--on-dark-persona-blue-surface-accent-gradient-active);\n --persona-green-surface-accent-gradient: var(--on-dark-persona-green-surface-accent-gradient);\n --persona-green-surface-accent-gradient-hover: var(--on-dark-persona-green-surface-accent-gradient-hover);\n --persona-green-surface-accent-gradient-active: var(--on-dark-persona-green-surface-accent-gradient-active);\n --persona-indigo-surface-accent-gradient: var(--on-dark-persona-indigo-surface-accent-gradient);\n --persona-indigo-surface-accent-gradient-hover: var(--on-dark-persona-indigo-surface-accent-gradient-hover);\n --persona-indigo-surface-accent-gradient-active: var(--on-dark-persona-indigo-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient: var(--on-dark-persona-ochre-surface-accent-gradient);\n --persona-ochre-surface-accent-gradient-active: var(--on-dark-persona-ochre-surface-accent-gradient-active);\n --persona-olive-surface-accent-gradient: var(--on-dark-persona-olive-surface-accent-gradient);\n --persona-olive-surface-accent-gradient-hover: var(--on-dark-persona-olive-surface-accent-gradient-hover);\n --persona-olive-surface-accent-gradient-active: var(--on-dark-persona-olive-surface-accent-gradient-active);\n --persona-pink-surface-accent-gradient: var(--on-dark-persona-pink-surface-accent-gradient);\n --persona-pink-surface-accent-gradient-hover: var(--on-dark-persona-pink-surface-accent-gradient-hover);\n --persona-pink-surface-accent-gradient-active: var(--on-dark-persona-pink-surface-accent-gradient-active);\n --persona-blue-surface-accent-gradient: var(--on-dark-persona-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-active: var(--on-dark-persona-sea-blue-surface-accent-gradient-active);\n --persona-violet-surface-accent-gradient: var(--on-dark-persona-violet-surface-accent-gradient);\n --persona-violet-surface-accent-gradient-hover: var(--on-dark-persona-violet-surface-accent-gradient-hover);\n --persona-violet-surface-accent-gradient-active: var(--on-dark-persona-violet-surface-accent-gradient-active);\n --inverse-persona-blue-surface-accent-gradient: var(--on-light-persona-blue-surface-accent-gradient);\n --inverse-persona-blue-surface-accent-gradient-hover: var(--on-light-persona-blue-surface-accent-gradient-hover);\n --inverse-persona-blue-surface-accent-gradient-active: var(--on-light-persona-blue-surface-accent-gradient-active);\n --inverse-persona-green-surface-accent-gradient: var(--on-light-persona-green-surface-accent-gradient);\n --inverse-persona-green-surface-accent-gradient-hover: var(--on-light-persona-green-surface-accent-gradient-hover);\n --inverse-persona-green-surface-accent-gradient-active: var(--on-light-persona-green-surface-accent-gradient-active);\n --inverse-persona-indigo-surface-accent-gradient: var(--on-light-persona-indigo-surface-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-active: var(--on-light-persona-indigo-surface-accent-gradient-active);\n --inverse-persona-ochre-surface-accent-gradient: var(--on-light-persona-ochre-surface-accent-gradient);\n --inverse-persona-ochre-surface-accent-gradient-hover: var(--on-light-persona-ochre-surface-accent-gradient-hover);\n --inverse-persona-ochre-surface-accent-gradient-active: var(--on-light-persona-ochre-surface-accent-gradient-active);\n --persona-sea-blue-surface-accent-gradient: var(--on-dark-persona-sea-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-hover: var(--on-dark-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-olive-surface-accent-gradient-active: var(--on-light-persona-olive-surface-accent-gradient-active);\n --inverse-persona-pink-surface-accent-gradient: var(--on-light-persona-pink-surface-accent-gradient);\n --inverse-persona-pink-surface-accent-gradient-hover: var(--on-light-persona-pink-surface-accent-gradient-hover);\n --inverse-persona-pink-surface-accent-gradient-active: var(--on-light-persona-pink-surface-accent-gradient-active);\n --inverse-persona-sea-blue-surface-accent-gradient: var(--on-light-persona-sea-blue-surface-accent-gradient);\n --inverse-persona-sea-blue-surface-accent-gradient-hover: var(--on-light-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-sea-blue-surface-accent-gradient-active: var(--on-light-persona-sea-blue-surface-accent-gradient-active);\n --inverse-persona-violet-surface-accent-gradient: var(--on-light-persona-violet-surface-accent-gradient);\n --inverse-persona-violet-surface-accent-gradient-hover: var(--on-light-persona-violet-surface-accent-gradient-hover);\n --inverse-persona-violet-surface-accent-gradient-active: var(--on-light-persona-violet-surface-accent-gradient-active);\n --inverse-persona-olive-surface-accent-gradient: var(--on-light-persona-olive-surface-accent-gradient);\n --inverse-persona-olive-surface-accent-gradient-hover: var(--on-light-persona-olive-surface-accent-gradient-hover);\n --inverse-overlay-gradient: var(--on-light-overlay-gradient);\n --text-accent-gradient-ai: var(--on-dark-text-accent-gradient-ai);\n --text-accent-gradient-ai-hover: var(--on-dark-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai: var(--on-light-text-accent-gradient-ai);\n --inverse-text-accent-gradient-ai-hover: var(--on-light-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai-active: var(--on-light-text-accent-gradient-ai-active);\n --text-accent-gradient-ai-active: var(--on-dark-text-accent-gradient-ai-active);\n --inverse-outline-transparent-surface: var(--on-light-outline-transparent-surface);\n --inverse-outline-transparent-surface-hover: var(--on-light-outline-transparent-surface-hover);\n --inverse-outline-transparent-surface-active: var(--on-light-outline-transparent-surface-active);\n --inverse-overlay-gradient-active: var(--on-light-overlay-gradient-active);\n --inverse-overlay-gradient-hover: var(--on-light-overlay-gradient-hover);\n --inverse-surface-skeleton-deep-gradient-hover: var(--on-light-surface-skeleton-deep-gradient-hover);\n --inverse-outline-accent-gradient: var(--on-light-outline-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-hover: var(--on-light-persona-indigo-surface-accent-gradient-hover);\n --surface-accent-gradient-hover: var(--on-dark-surface-accent-gradient-hover);\n --outline-accent-gradient-active: var(--on-dark-outline-accent-gradient-active);\n --surface-accent-gradient-active: var(--on-dark-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient-hover: var(--on-dark-persona-ochre-surface-accent-gradient-hover);\n ",
2659
+ light: "\n --text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --text-tertiary-active: var(--on-light-text-tertiary-active);\n --text-tertiary: var(--on-light-text-tertiary);\n --text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --text-paragraph-active: var(--on-light-text-paragraph-active);\n --text-paragraph: var(--on-light-text-paragraph);\n --text-accent-hover: var(--on-light-text-accent-hover);\n --text-accent-active: var(--on-light-text-accent-active);\n --text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --text-positive-hover: var(--on-light-text-positive-hover);\n --text-positive-active: var(--on-light-text-positive-active);\n --text-warning-hover: var(--on-light-text-warning-hover);\n --text-warning-active: var(--on-light-text-warning-active);\n --text-warning: var(--on-light-text-warning);\n --text-negative-hover: var(--on-light-text-negative-hover);\n --text-negative-active: var(--on-light-text-negative-active);\n --text-negative: var(--on-light-text-negative);\n --text-info-hover: var(--on-light-text-info-hover);\n --text-info-active: var(--on-light-text-info-active);\n --text-info: var(--on-light-text-info);\n --text-accent: var(--on-light-text-accent);\n --text-positive: var(--on-light-text-positive);\n --text-accent-minor: var(--on-light-text-accent-minor);\n --text-primary-active: var(--on-light-text-primary-active);\n --text-primary: var(--on-light-text-primary);\n --text-primary-brightness: var(--on-light-text-primary-brightness);\n --text-secondary-active: var(--on-light-text-secondary-active);\n --text-secondary: var(--on-light-text-secondary);\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: var(--on-dark-text-primary);\n --inverse-text-primary-brightness: var(--on-dark-text-primary-brightness);\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-secondary: var(--on-dark-text-secondary);\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-tertiary: var(--on-dark-text-tertiary);\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-paragraph: var(--on-dark-text-paragraph);\n --inverse-text-accent-hover: var(--on-dark-text-accent-hover);\n --background-primary-brightness: var(--light-background-primary-brightness);\n --inverse-text-positive-hover: var(--on-dark-text-positive-hover);\n --inverse-text-positive-active: var(--on-dark-text-positive-active);\n --inverse-text-warning-active: var(--on-dark-text-warning-active);\n --inverse-text-warning: var(--on-dark-text-warning);\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-negative: var(--on-dark-text-negative);\n --inverse-text-info-hover: var(--on-dark-text-info-hover);\n --inverse-text-info-active: var(--on-dark-text-info-active);\n --inverse-text-info: var(--on-dark-text-info);\n --inverse-text-accent: var(--on-dark-text-accent);\n --inverse-text-positive: var(--on-dark-text-positive);\n --inverse-text-accent-minor: var(--on-dark-text-accent-minor);\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: var(--on-light-surface-solid-primary);\n --surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\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-secondary: var(--on-light-surface-solid-secondary);\n --surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\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-hover: var(--on-light-surface-solid-default-hover);\n --surface-solid-default-active: var(--on-light-surface-solid-default-active);\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 --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-tertiary: var(--on-light-surface-transparent-tertiary);\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-deep: var(--on-light-surface-transparent-deep);\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: var(--on-light-surface-transparent-card);\n --surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --surface-clear-hover: var(--on-light-surface-clear-hover);\n --surface-clear-active: var(--on-light-surface-clear-active);\n --surface-clear: var(--on-light-surface-clear);\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-hover: var(--on-light-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --surface-positive-hover: var(--on-light-surface-positive-hover);\n --surface-positive-active: var(--on-light-surface-positive-active);\n --surface-warning-hover: var(--on-light-surface-warning-hover);\n --surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --surface-info: var(--on-light-surface-info);\n --surface-positive: var(--on-light-surface-positive);\n --surface-accent-minor: var(--on-light-surface-accent-minor);\n --surface-warning: var(--on-light-surface-warning);\n --surface-negative-hover: var(--on-light-surface-negative-hover);\n --surface-negative-active: var(--on-light-surface-negative-active);\n --surface-info-hover: var(--on-light-surface-info-hover);\n --surface-info-active: var(--on-light-surface-info-active);\n --text-primary-hover: var(--on-light-text-primary-hover);\n --inverse-surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --inverse-surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --inverse-surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --inverse-surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --inverse-surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --inverse-surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --inverse-surface-solid-card: var(--on-dark-surface-solid-card);\n --inverse-surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\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-default: var(--on-dark-surface-solid-default);\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-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-secondary: var(--on-dark-surface-transparent-secondary);\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-tertiary: var(--on-dark-surface-transparent-tertiary);\n --inverse-surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --inverse-surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --inverse-surface-solid-primary: var(--on-dark-surface-solid-primary);\n --inverse-surface-accent-active: var(--on-dark-surface-accent-active);\n --inverse-surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\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-positive-hover: var(--on-dark-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-dark-surface-positive-active);\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-warning: var(--on-dark-surface-warning);\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-negative: var(--on-dark-surface-negative);\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-transparent-deep: var(--on-dark-surface-transparent-deep);\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-accent-hover: var(--on-dark-surface-accent-hover);\n --inverse-background-primary: var(--dark-background-primary);\n --inverse-background-primary-brightness: var(--dark-background-primary-brightness);\n --overlay-soft: var(--on-light-overlay-soft);\n --overlay-hard: var(--on-light-overlay-hard);\n --inverse-overlay-soft: var(--on-dark-overlay-soft);\n --inverse-overlay-hard: var(--on-dark-overlay-hard);\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-positive-hover: var(--on-light-outline-positive-hover);\n --outline-positive-active: var(--on-light-outline-positive-active);\n --outline-warning-hover: var(--on-light-outline-warning-hover);\n --outline-warning-active: var(--on-light-outline-warning-active);\n --outline-negative-hover: var(--on-light-outline-negative-hover);\n --outline-negative-active: var(--on-light-outline-negative-active);\n --outline-text-info-hover: var(--on-light-outline-text-info-hover);\n --outline-text-info-active: var(--on-light-outline-text-info-active);\n --outline-warning: var(--on-light-outline-warning);\n --inverse-surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --inverse-surface-accent: var(--on-dark-surface-accent);\n --inverse-surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --background-primary: var(--light-background-primary);\n --inverse-outline-warning-hover: var(--on-dark-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-dark-outline-warning-active);\n --outline-text-info: var(--on-light-outline-text-info);\n --outline-transparent-primary: var(--on-light-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-positive-hover: var(--on-dark-outline-positive-hover);\n --inverse-outline-positive-active: var(--on-dark-outline-positive-active);\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-text-info-hover: var(--on-dark-outline-text-info-hover);\n --inverse-outline-text-info-active: var(--on-dark-outline-text-info-active);\n --inverse-outline-negative: var(--on-dark-outline-negative);\n --inverse-outline-warning: var(--on-dark-outline-warning);\n --inverse-outline-text-info: var(--on-dark-outline-text-info);\n --inverse-outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --inverse-outline-positive: var(--on-dark-outline-positive);\n --data-yellow: var(--on-light-data-yellow);\n --data-yellow-hover: var(--on-light-data-yellow-hover);\n --data-yellow-active: var(--on-light-data-yellow-active);\n --data-yellow-minor: var(--on-light-data-yellow-minor);\n --data-yellow-minor-hover: var(--on-light-data-yellow-minor-hover);\n --data-yellow-minor-active: var(--on-light-data-yellow-minor-active);\n --data-yellow-transparent: var(--on-light-data-yellow-transparent);\n --inverse-data-yellow: var(--on-dark-data-yellow);\n --inverse-data-yellow-hover: var(--on-dark-data-yellow-hover);\n --inverse-data-yellow-active: var(--on-dark-data-yellow-active);\n --inverse-data-yellow-minor: var(--on-dark-data-yellow-minor);\n --inverse-data-yellow-minor-hover: var(--on-dark-data-yellow-minor-hover);\n --inverse-data-yellow-minor-active: var(--on-dark-data-yellow-minor-active);\n --inverse-data-yellow-transparent: var(--on-dark-data-yellow-transparent);\n --inverse-data-yellow-transparent-hover: var(--on-dark-data-yellow-transparent-hover);\n --inverse-data-yellow-transparent-active: var(--on-dark-data-yellow-transparent-active);\n --data-yellow-transparent-active: var(--on-light-data-yellow-transparent-active);\n --inverse-surface-positive: var(--on-dark-surface-positive);\n --outline-positive: var(--on-light-outline-positive);\n --text-secondary-hover: var(--on-light-text-secondary-hover);\n --outline-default: var(--on-light-outline-default);\n --outline-default-hover: var(--on-light-outline-default-hover);\n --outline-default-active: var(--on-light-outline-default-active);\n --outline-minor: var(--on-light-outline-minor);\n --outline-minor-hover: var(--on-light-outline-minor-hover);\n --outline-minor-active: var(--on-light-outline-minor-active);\n --outline-transparent-clear: var(--on-light-outline-transparent-clear);\n --outline-transparent-clear-hover: var(--on-light-outline-transparent-clear-hover);\n --outline-transparent-clear-active: var(--on-light-outline-transparent-clear-active);\n --inverse-outline-default: var(--on-dark-outline-default);\n --inverse-outline-default-hover: var(--on-dark-outline-default-hover);\n --inverse-outline-default-active: var(--on-dark-outline-default-active);\n --background-secondary-active: var(--light-background-secondary-active);\n --inverse-background-secondary-hover: var(--dark-background-secondary-hover);\n --persona-blue-text-accent: var(--on-light-persona-blue-text-accent);\n --persona-blue-text-accent-hover: var(--on-light-persona-blue-text-accent-hover);\n --persona-blue-text-accent-active: var(--on-light-persona-blue-text-accent-active);\n --persona-green-text-accent: var(--on-light-persona-green-text-accent);\n --persona-green-text-accent-hover: var(--on-light-persona-green-text-accent-hover);\n --persona-green-text-accent-active: var(--on-light-persona-green-text-accent-active);\n --persona-indigo-text-accent: var(--on-light-persona-indigo-text-accent);\n --persona-indigo-text-accent-hover: var(--on-light-persona-indigo-text-accent-hover);\n --persona-indigo-text-accent-active: var(--on-light-persona-indigo-text-accent-active);\n --persona-ochre-text-accent: var(--on-light-persona-ochre-text-accent);\n --persona-ochre-text-accent-hover: var(--on-light-persona-ochre-text-accent-hover);\n --persona-ochre-text-accent-active: var(--on-light-persona-ochre-text-accent-active);\n --persona-olive-text-accent: var(--on-light-persona-olive-text-accent);\n --persona-olive-text-accent-hover: var(--on-light-persona-olive-text-accent-hover);\n --persona-olive-text-accent-active: var(--on-light-persona-olive-text-accent-active);\n --persona-sea-blue-text-accent: var(--on-light-persona-sea-blue-text-accent);\n --persona-sea-blue-text-accent-hover: var(--on-light-persona-sea-blue-text-accent-hover);\n --persona-sea-blue-text-accent-active: var(--on-light-persona-sea-blue-text-accent-active);\n --persona-violet-text-accent: var(--on-light-persona-violet-text-accent);\n --persona-violet-text-accent-hover: var(--on-light-persona-violet-text-accent-hover);\n --persona-violet-text-accent-active: var(--on-light-persona-violet-text-accent-active);\n --inverse-persona-blue-text-accent: var(--on-dark-persona-blue-text-accent);\n --inverse-persona-blue-text-accent-hover: var(--on-dark-persona-blue-text-accent-hover);\n --inverse-persona-blue-text-accent-active: var(--on-dark-persona-blue-text-accent-active);\n --inverse-persona-green-text-accent: var(--on-dark-persona-green-text-accent);\n --inverse-persona-green-text-accent-hover: var(--on-dark-persona-green-text-accent-hover);\n --inverse-persona-green-text-accent-active: var(--on-dark-persona-green-text-accent-active);\n --inverse-persona-indigo-text-accent: var(--on-dark-persona-indigo-text-accent);\n --inverse-persona-indigo-text-accent-hover: var(--on-dark-persona-indigo-text-accent-hover);\n --inverse-persona-indigo-text-accent-active: var(--on-dark-persona-indigo-text-accent-active);\n --persona-pink-text-accent: var(--on-light-persona-pink-text-accent);\n --persona-pink-text-accent-hover: var(--on-light-persona-pink-text-accent-hover);\n --persona-pink-text-accent-active: var(--on-light-persona-pink-text-accent-active);\n --inverse-persona-olive-text-accent: var(--on-dark-persona-olive-text-accent);\n --inverse-persona-olive-text-accent-active: var(--on-dark-persona-olive-text-accent-active);\n --inverse-persona-pink-text-accent: var(--on-dark-persona-pink-text-accent);\n --inverse-persona-pink-text-accent-hover: var(--on-dark-persona-pink-text-accent-hover);\n --inverse-persona-pink-text-accent-active: var(--on-dark-persona-pink-text-accent-active);\n --inverse-persona-sea-blue-text-accent: var(--on-dark-persona-sea-blue-text-accent);\n --inverse-persona-sea-blue-text-accent-hover: var(--on-dark-persona-sea-blue-text-accent-hover);\n --inverse-persona-sea-blue-text-accent-active: var(--on-dark-persona-sea-blue-text-accent-active);\n --inverse-persona-violet-text-accent: var(--on-dark-persona-violet-text-accent);\n --inverse-persona-violet-text-accent-hover: var(--on-dark-persona-violet-text-accent-hover);\n --inverse-persona-violet-text-accent-active: var(--on-dark-persona-violet-text-accent-active);\n --inverse-persona-ochre-text-accent: var(--on-dark-persona-ochre-text-accent);\n --inverse-persona-ochre-text-accent-hover: var(--on-dark-persona-ochre-text-accent-hover);\n --inverse-persona-olive-text-accent-hover: var(--on-dark-persona-olive-text-accent-hover);\n --inverse-persona-ochre-text-accent-active: var(--on-dark-persona-ochre-text-accent-active);\n --surface-accent-primary: var(--on-light-surface-accent-primary);\n --surface-accent-primary-hover: var(--on-light-surface-accent-primary-hover);\n --surface-accent-primary-active: var(--on-light-surface-accent-primary-active);\n --inverse-surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --inverse-surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --inverse-surface-accent-minor: var(--on-dark-surface-accent-minor);\n --inverse-text-accent-active: var(--on-dark-text-accent-active);\n --surface-warning-active: var(--on-light-surface-warning-active);\n --surface-accent-secondary-active: var(--on-light-surface-accent-secondary-active);\n --surface-transparent-accent-minor-active: var(--on-light-surface-transparent-accent-minor-active);\n --inverse-surface-accent-secondary-active: var(--on-dark-surface-accent-secondary-active);\n --inverse-surface-transparent-accent-minor-active: var(--on-dark-surface-transparent-accent-minor-active);\n --inverse-outline-minor-active: var(--on-dark-outline-minor-active);\n --inverse-surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --background-secondary-hover: var(--light-background-secondary-hover);\n --outline-negative: var(--on-light-outline-negative);\n --text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --surface-accent-secondary: var(--on-light-surface-accent-secondary);\n --surface-transparent-accent-minor: var(--on-light-surface-transparent-accent-minor);\n --inverse-surface-accent-secondary: var(--on-dark-surface-accent-secondary);\n --inverse-surface-transparent-accent-minor: var(--on-dark-surface-transparent-accent-minor);\n --inverse-outline-minor: var(--on-dark-outline-minor);\n --inverse-text-warning-hover: var(--on-dark-text-warning-hover);\n --data-yellow-transparent-hover: var(--on-light-data-yellow-transparent-hover);\n --inverse-surface-info: var(--on-dark-surface-info);\n --inverse-surface-transparent-accent-minor-hover: var(--on-dark-surface-transparent-accent-minor-hover);\n --inverse-outline-minor-hover: var(--on-dark-outline-minor-hover);\n --surface-transparent-accent-minor-hover: var(--on-light-surface-transparent-accent-minor-hover);\n --inverse-surface-accent-secondary-hover: var(--on-dark-surface-accent-secondary-hover);\n --inverse-background-secondary-active: var(--dark-background-secondary-active);\n --surface-solid-default: var(--on-light-surface-solid-default);\n --surface-accent-secondary-hover: var(--on-light-surface-accent-secondary-hover);\n --surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --surface-negative: var(--on-light-surface-negative);\n --inverse-surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --inverse-surface-transparent-card: var(--on-dark-surface-transparent-card);\n --surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --surface-skeleton-gradient-hover: var(--on-light-surface-skeleton-gradient-hover);\n --surface-skeleton-gradient-active: var(--on-light-surface-skeleton-gradient-active);\n --surface-skeleton-deep-gradient: var(--on-light-surface-skeleton-deep-gradient);\n --surface-skeleton-deep-gradient-hover: var(--on-light-surface-skeleton-deep-gradient-hover);\n --surface-skeleton-deep-gradient-active: var(--on-light-surface-skeleton-deep-gradient-active);\n --inverse-surface-accent-gradient-hover: var(--on-dark-surface-accent-gradient-hover);\n --inverse-surface-accent-gradient-active: var(--on-dark-surface-accent-gradient-active);\n --inverse-surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --inverse-surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --inverse-surface-skeleton-gradient-hover: var(--on-dark-surface-skeleton-gradient-hover);\n --inverse-surface-skeleton-gradient-active: var(--on-dark-surface-skeleton-gradient-active);\n --inverse-surface-skeleton-deep-gradient: var(--on-dark-surface-skeleton-deep-gradient);\n --outline-accent-gradient: var(--on-light-outline-accent-gradient);\n --inverse-surface-skeleton-deep-gradient-active: var(--on-dark-surface-skeleton-deep-gradient-active);\n --outline-accent-gradient-hover: var(--on-light-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-hover: var(--on-dark-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-active: var(--on-dark-outline-accent-gradient-active);\n --persona-blue-surface-accent-gradient-hover: var(--on-light-persona-blue-surface-accent-gradient-hover);\n --persona-blue-surface-accent-gradient-active: var(--on-light-persona-blue-surface-accent-gradient-active);\n --persona-green-surface-accent-gradient: var(--on-light-persona-green-surface-accent-gradient);\n --persona-green-surface-accent-gradient-hover: var(--on-light-persona-green-surface-accent-gradient-hover);\n --persona-green-surface-accent-gradient-active: var(--on-light-persona-green-surface-accent-gradient-active);\n --persona-indigo-surface-accent-gradient: var(--on-light-persona-indigo-surface-accent-gradient);\n --persona-indigo-surface-accent-gradient-hover: var(--on-light-persona-indigo-surface-accent-gradient-hover);\n --persona-indigo-surface-accent-gradient-active: var(--on-light-persona-indigo-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient: var(--on-light-persona-ochre-surface-accent-gradient);\n --persona-ochre-surface-accent-gradient-active: var(--on-light-persona-ochre-surface-accent-gradient-active);\n --persona-olive-surface-accent-gradient: var(--on-light-persona-olive-surface-accent-gradient);\n --persona-olive-surface-accent-gradient-hover: var(--on-light-persona-olive-surface-accent-gradient-hover);\n --persona-olive-surface-accent-gradient-active: var(--on-light-persona-olive-surface-accent-gradient-active);\n --persona-pink-surface-accent-gradient: var(--on-light-persona-pink-surface-accent-gradient);\n --persona-pink-surface-accent-gradient-hover: var(--on-light-persona-pink-surface-accent-gradient-hover);\n --persona-pink-surface-accent-gradient-active: var(--on-light-persona-pink-surface-accent-gradient-active);\n --persona-blue-surface-accent-gradient: var(--on-light-persona-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-active: var(--on-light-persona-sea-blue-surface-accent-gradient-active);\n --persona-violet-surface-accent-gradient: var(--on-light-persona-violet-surface-accent-gradient);\n --persona-violet-surface-accent-gradient-hover: var(--on-light-persona-violet-surface-accent-gradient-hover);\n --persona-violet-surface-accent-gradient-active: var(--on-light-persona-violet-surface-accent-gradient-active);\n --inverse-persona-blue-surface-accent-gradient: var(--on-dark-persona-blue-surface-accent-gradient);\n --inverse-persona-blue-surface-accent-gradient-hover: var(--on-dark-persona-blue-surface-accent-gradient-hover);\n --inverse-persona-blue-surface-accent-gradient-active: var(--on-dark-persona-blue-surface-accent-gradient-active);\n --inverse-persona-green-surface-accent-gradient: var(--on-dark-persona-green-surface-accent-gradient);\n --inverse-persona-green-surface-accent-gradient-hover: var(--on-dark-persona-green-surface-accent-gradient-hover);\n --inverse-persona-green-surface-accent-gradient-active: var(--on-dark-persona-green-surface-accent-gradient-active);\n --inverse-persona-indigo-surface-accent-gradient: var(--on-dark-persona-indigo-surface-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-active: var(--on-dark-persona-indigo-surface-accent-gradient-active);\n --inverse-persona-ochre-surface-accent-gradient: var(--on-dark-persona-ochre-surface-accent-gradient);\n --inverse-persona-ochre-surface-accent-gradient-hover: var(--on-dark-persona-ochre-surface-accent-gradient-hover);\n --inverse-persona-ochre-surface-accent-gradient-active: var(--on-dark-persona-ochre-surface-accent-gradient-active);\n --persona-sea-blue-surface-accent-gradient: var(--on-light-persona-sea-blue-surface-accent-gradient);\n --persona-sea-blue-surface-accent-gradient-hover: var(--on-light-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-olive-surface-accent-gradient-active: var(--on-dark-persona-olive-surface-accent-gradient-active);\n --inverse-persona-pink-surface-accent-gradient: var(--on-dark-persona-pink-surface-accent-gradient);\n --inverse-persona-pink-surface-accent-gradient-hover: var(--on-dark-persona-pink-surface-accent-gradient-hover);\n --inverse-persona-pink-surface-accent-gradient-active: var(--on-dark-persona-pink-surface-accent-gradient-active);\n --inverse-persona-sea-blue-surface-accent-gradient: var(--on-dark-persona-sea-blue-surface-accent-gradient);\n --inverse-persona-sea-blue-surface-accent-gradient-hover: var(--on-dark-persona-sea-blue-surface-accent-gradient-hover);\n --inverse-persona-sea-blue-surface-accent-gradient-active: var(--on-dark-persona-sea-blue-surface-accent-gradient-active);\n --inverse-persona-violet-surface-accent-gradient: var(--on-dark-persona-violet-surface-accent-gradient);\n --inverse-persona-violet-surface-accent-gradient-hover: var(--on-dark-persona-violet-surface-accent-gradient-hover);\n --inverse-persona-violet-surface-accent-gradient-active: var(--on-dark-persona-violet-surface-accent-gradient-active);\n --inverse-persona-olive-surface-accent-gradient: var(--on-dark-persona-olive-surface-accent-gradient);\n --inverse-persona-olive-surface-accent-gradient-hover: var(--on-dark-persona-olive-surface-accent-gradient-hover);\n --inverse-overlay-gradient: var(--on-dark-overlay-gradient);\n --text-accent-gradient-ai: var(--on-light-text-accent-gradient-ai);\n --text-accent-gradient-ai-hover: var(--on-light-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai: var(--on-dark-text-accent-gradient-ai);\n --inverse-text-accent-gradient-ai-hover: var(--on-dark-text-accent-gradient-ai-hover);\n --inverse-text-accent-gradient-ai-active: var(--on-dark-text-accent-gradient-ai-active);\n --text-accent-gradient-ai-active: var(--on-light-text-accent-gradient-ai-active);\n --outline-transparent-surface: var(--on-light-outline-transparent-surface);\n --outline-transparent-surface-hover: var(--on-light-outline-transparent-surface-hover);\n --outline-transparent-surface-active: var(--on-light-outline-transparent-surface-active);\n --overlay-gradient: var(--on-light-overlay-gradient);\n --overlay-gradient-hover: var(--on-light-overlay-gradient-hover);\n --overlay-gradient-active: var(--on-light-overlay-gradient-active);\n --inverse-overlay-gradient-active: var(--on-dark-overlay-gradient-active);\n --inverse-overlay-gradient-hover: var(--on-dark-overlay-gradient-hover);\n --inverse-surface-skeleton-deep-gradient-hover: var(--on-dark-surface-skeleton-deep-gradient-hover);\n --inverse-outline-accent-gradient: var(--on-dark-outline-accent-gradient);\n --inverse-persona-indigo-surface-accent-gradient-hover: var(--on-dark-persona-indigo-surface-accent-gradient-hover);\n --surface-accent-gradient-hover: var(--on-light-surface-accent-gradient-hover);\n --outline-accent-gradient-active: var(--on-light-outline-accent-gradient-active);\n --surface-accent-gradient-active: var(--on-light-surface-accent-gradient-active);\n --persona-ochre-surface-accent-gradient-hover: var(--on-light-persona-ochre-surface-accent-gradient-hover);\n "
2867
2660
  };
2868
2661
 
2869
- export { backgroundPrimary, backgroundPrimaryBrightness, backgroundSecondaryActive, backgroundSecondaryBrightness, backgroundSecondaryHover, bodyL, bodyLBold, bodyLMedium, bodyS, bodySBold, bodySMedium, bodyXS, bodyXSBold, bodyXSMedium, bodyXXS, bodyXXSBold, bodyXXSMedium, borderRadius3xl, borderRadius4xl, borderRadius5xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, borderRadiusXxs, darkBackgroundPrimary, dataYellow, dataYellowActive, dataYellowHover, dataYellowMinor, dataYellowMinorActive, dataYellowMinorHover, dataYellowTransparent, dataYellowTransparentActive, dataYellowTransparentHover, dsplS, dsplSBold, dsplSMedium, h3, h3Bold, h3Medium, inverseBackgroundPrimary, inverseBackgroundPrimaryBrightness, inverseBackgroundSecondaryActive, inverseBackgroundSecondaryBrightness, inverseBackgroundSecondaryHover, inverseDataYellow, inverseDataYellowActive, inverseDataYellowHover, inverseDataYellowMinor, inverseDataYellowMinorActive, inverseDataYellowMinorHover, inverseDataYellowTransparent, inverseDataYellowTransparentActive, inverseDataYellowTransparentHover, inverseOutlineAccentGradient, inverseOutlineAccentGradientActive, inverseOutlineAccentGradientHover, inverseOutlineDefault, inverseOutlineDefaultActive, inverseOutlineDefaultBrightness, inverseOutlineDefaultHover, inverseOutlineNegative, inverseOutlineNegativeActive, inverseOutlineNegativeHover, inverseOutlineOutlineMinor, inverseOutlineOutlineMinorActive, inverseOutlineOutlineMinorBrightness, inverseOutlineOutlineMinorHover, inverseOutlinePositive, inverseOutlinePositiveActive, inverseOutlinePositiveHover, inverseOutlineTextInfo, inverseOutlineTextInfoActive, inverseOutlineTextInfoHover, inverseOutlineTransparentPrimary, inverseOutlineTransparentPrimaryActive, inverseOutlineTransparentPrimaryHover, inverseOutlineTransparentSurface, inverseOutlineTransparentSurfaceActive, inverseOutlineTransparentSurfaceBrightness, inverseOutlineTransparentSurfaceHover, inverseOutlineWarning, inverseOutlineWarningActive, inverseOutlineWarningHover, inverseOverlayGradient, inverseOverlayGradientActive, inverseOverlayGradientBrightness, inverseOverlayGradientHover, inverseOverlayHard, inverseOverlaySoft, inversePersonaBlueSurfaceAccentGradient, inversePersonaBlueSurfaceAccentGradientActive, inversePersonaBlueSurfaceAccentGradientHover, inversePersonaBlueTextAccent, inversePersonaBlueTextAccentActive, inversePersonaBlueTextAccentBrightness, inversePersonaBlueTextAccentHover, inversePersonaGreenSurfaceAccentGradient, inversePersonaGreenSurfaceAccentGradientActive, inversePersonaGreenSurfaceAccentGradientHover, inversePersonaGreenTextAccent, inversePersonaGreenTextAccentActive, inversePersonaGreenTextAccentBrightness, inversePersonaGreenTextAccentHover, inversePersonaIndigoSurfaceAccentGradient, inversePersonaIndigoSurfaceAccentGradientActive, inversePersonaIndigoSurfaceAccentGradientHover, inversePersonaIndigoTextAccent, inversePersonaIndigoTextAccentActive, inversePersonaIndigoTextAccentBrightness, inversePersonaIndigoTextAccentHover, inversePersonaOchreSurfaceAccentGradient, inversePersonaOchreSurfaceAccentGradientActive, inversePersonaOchreSurfaceAccentGradientHover, inversePersonaOchreTextAccent, inversePersonaOchreTextAccentActive, inversePersonaOchreTextAccentBrightness, inversePersonaOchreTextAccentHover, inversePersonaOliveSurfaceAccentGradient, inversePersonaOliveSurfaceAccentGradientActive, inversePersonaOliveSurfaceAccentGradientHover, inversePersonaOliveTextAccent, inversePersonaOliveTextAccentActive, inversePersonaOliveTextAccentBrightness, inversePersonaOliveTextAccentHover, inversePersonaPinkSurfaceAccentGradient, inversePersonaPinkSurfaceAccentGradientActive, inversePersonaPinkSurfaceAccentGradientHover, inversePersonaPinkTextAccent, inversePersonaPinkTextAccentActive, inversePersonaPinkTextAccentBrightness, inversePersonaPinkTextAccentHover, inversePersonaSeaBlueSurfaceAccentGradient, inversePersonaSeaBlueSurfaceAccentGradientActive, inversePersonaSeaBlueSurfaceAccentGradientHover, inversePersonaSeaBlueTextAccent, inversePersonaSeaBlueTextAccentActive, inversePersonaSeaBlueTextAccentBrightness, inversePersonaSeaBlueTextAccentHover, inversePersonaVioletSurfaceAccentGradient, inversePersonaVioletSurfaceAccentGradientActive, inversePersonaVioletSurfaceAccentGradientHover, inversePersonaVioletTextAccent, inversePersonaVioletTextAccentActive, inversePersonaVioletTextAccentBrightness, inversePersonaVioletTextAccentHover, inverseSurfaceAccent, inverseSurfaceAccentActive, inverseSurfaceAccentGradient, inverseSurfaceAccentGradientActive, inverseSurfaceAccentGradientBrightness, inverseSurfaceAccentGradientHover, inverseSurfaceAccentHover, inverseSurfaceAccentMinor, inverseSurfaceAccentMinorActive, inverseSurfaceAccentMinorHover, inverseSurfaceAccentSecondary, inverseSurfaceAccentSecondaryActive, inverseSurfaceAccentSecondaryBrightness, inverseSurfaceAccentSecondaryHover, inverseSurfaceInfo, inverseSurfaceInfoActive, inverseSurfaceInfoHover, inverseSurfaceNegative, inverseSurfaceNegativeActive, inverseSurfaceNegativeHover, inverseSurfacePositive, inverseSurfacePositiveActive, inverseSurfacePositiveHover, inverseSurfaceSkeletonDeepGradient, inverseSurfaceSkeletonDeepGradientActive, inverseSurfaceSkeletonDeepGradientHover, inverseSurfaceSkeletonGradient, inverseSurfaceSkeletonGradientActive, inverseSurfaceSkeletonGradientHover, inverseSurfaceSolidCard, inverseSurfaceSolidCardActive, inverseSurfaceSolidCardBrightness, inverseSurfaceSolidCardHover, inverseSurfaceSolidDefault, inverseSurfaceSolidDefaultActive, inverseSurfaceSolidDefaultHover, inverseSurfaceSolidPrimary, inverseSurfaceSolidPrimaryActive, inverseSurfaceSolidPrimaryBrightness, inverseSurfaceSolidPrimaryHover, inverseSurfaceSolidSecondary, inverseSurfaceSolidSecondaryActive, inverseSurfaceSolidSecondaryHover, inverseSurfaceSolidTertiary, inverseSurfaceSolidTertiaryActive, inverseSurfaceSolidTertiaryHover, inverseSurfaceTransparentAccent, inverseSurfaceTransparentAccentActive, inverseSurfaceTransparentAccentHover, inverseSurfaceTransparentAccentMinor, inverseSurfaceTransparentAccentMinorActive, inverseSurfaceTransparentAccentMinorBrightness, inverseSurfaceTransparentAccentMinorHover, inverseSurfaceTransparentCard, inverseSurfaceTransparentCardActive, inverseSurfaceTransparentCardBrightness, inverseSurfaceTransparentCardHover, inverseSurfaceTransparentDeep, inverseSurfaceTransparentDeepActive, inverseSurfaceTransparentDeepHover, inverseSurfaceTransparentPrimary, inverseSurfaceTransparentPrimaryActive, inverseSurfaceTransparentPrimaryHover, inverseSurfaceTransparentSecondary, inverseSurfaceTransparentSecondaryActive, inverseSurfaceTransparentSecondaryHover, inverseSurfaceTransparentTertiary, inverseSurfaceTransparentTertiaryActive, inverseSurfaceTransparentTertiaryHover, inverseSurfaceWarning, inverseSurfaceWarningActive, inverseSurfaceWarningHover, inverseTextAccent, inverseTextAccentActive, inverseTextAccentGradientAi, inverseTextAccentGradientAiActive, inverseTextAccentGradientAiBrightness, inverseTextAccentGradientAiHover, inverseTextAccentHover, inverseTextAccentMinor, inverseTextAccentMinorActive, inverseTextAccentMinorHover, inverseTextInfo, inverseTextInfoActive, inverseTextInfoHover, inverseTextNegative, inverseTextNegativeActive, inverseTextNegativeHover, inverseTextParagraph, inverseTextParagraphActive, inverseTextParagraphHover, inverseTextPositive, inverseTextPositiveActive, inverseTextPositiveHover, inverseTextPrimary, inverseTextPrimaryActive, inverseTextPrimaryBrightness, inverseTextPrimaryHover, inverseTextSecondary, inverseTextSecondaryActive, inverseTextSecondaryHover, inverseTextTertiary, inverseTextTertiaryActive, inverseTextTertiaryHover, inverseTextWarning, inverseTextWarningActive, inverseTextWarningHover, lightBackgroundPrimary, onDarkBackgroundPrimary, onDarkBackgroundPrimaryActive, onDarkBackgroundPrimaryBrightness, onDarkBackgroundPrimaryHover, onDarkBackgroundSecondary, onDarkBackgroundSecondaryActive, onDarkBackgroundSecondaryBrightness, onDarkBackgroundSecondaryHover, onDarkDataYellow, onDarkDataYellowActive, onDarkDataYellowHover, onDarkDataYellowMinor, onDarkDataYellowMinorActive, onDarkDataYellowMinorHover, onDarkDataYellowTransparent, onDarkDataYellowTransparentActive, onDarkDataYellowTransparentHover, onDarkOutlineAccentGradient, onDarkOutlineAccentGradientActive, onDarkOutlineAccentGradientHover, onDarkOutlineDefault, onDarkOutlineDefaultActive, onDarkOutlineDefaultBrightness, onDarkOutlineDefaultHover, onDarkOutlineMinor, onDarkOutlineMinorActive, onDarkOutlineMinorBrightness, onDarkOutlineMinorHover, onDarkOutlineNegative, onDarkOutlineNegativeActive, onDarkOutlineNegativeHover, onDarkOutlinePositive, onDarkOutlinePositiveActive, onDarkOutlinePositiveHover, onDarkOutlineTextInfo, onDarkOutlineTextInfoActive, onDarkOutlineTextInfoHover, onDarkOutlineTransparentPrimary, onDarkOutlineTransparentPrimaryActive, onDarkOutlineTransparentPrimaryHover, onDarkOutlineTransparentSurface, onDarkOutlineTransparentSurfaceActive, onDarkOutlineTransparentSurfaceBrightness, onDarkOutlineTransparentSurfaceHover, onDarkOutlineWarning, onDarkOutlineWarningActive, onDarkOutlineWarningHover, onDarkOverlayHard, onDarkOverlaySoft, onDarkPersonaBlueSurfaceAccentGradient, onDarkPersonaBlueSurfaceAccentGradientActive, onDarkPersonaBlueSurfaceAccentGradientHover, onDarkPersonaBlueTextAccent, onDarkPersonaBlueTextAccentActive, onDarkPersonaBlueTextAccentBrightness, onDarkPersonaBlueTextAccentHover, onDarkPersonaGreenSurfaceAccentGradient, onDarkPersonaGreenSurfaceAccentGradientActive, onDarkPersonaGreenSurfaceAccentGradientHover, onDarkPersonaGreenTextAccent, onDarkPersonaGreenTextAccentActive, onDarkPersonaGreenTextAccentBrightness, onDarkPersonaGreenTextAccentHover, onDarkPersonaIndigoSurfaceAccentGradient, onDarkPersonaIndigoSurfaceAccentGradientActive, onDarkPersonaIndigoSurfaceAccentGradientHover, onDarkPersonaIndigoTextAccent, onDarkPersonaIndigoTextAccentActive, onDarkPersonaIndigoTextAccentBrightness, onDarkPersonaIndigoTextAccentHover, onDarkPersonaOchreSurfaceAccentGradient, onDarkPersonaOchreSurfaceAccentGradientActive, onDarkPersonaOchreSurfaceAccentGradientHover, onDarkPersonaOchreTextAccent, onDarkPersonaOchreTextAccentActive, onDarkPersonaOchreTextAccentBrightness, onDarkPersonaOchreTextAccentHover, onDarkPersonaOliveSurfaceAccentGradient, onDarkPersonaOliveSurfaceAccentGradientActive, onDarkPersonaOliveSurfaceAccentGradientHover, onDarkPersonaOliveTextAccent, onDarkPersonaOliveTextAccentActive, onDarkPersonaOliveTextAccentBrightness, onDarkPersonaOliveTextAccentHover, onDarkPersonaPinkSurfaceAccentGradient, onDarkPersonaPinkSurfaceAccentGradientActive, onDarkPersonaPinkSurfaceAccentGradientHover, onDarkPersonaPinkTextAccent, onDarkPersonaPinkTextAccentActive, onDarkPersonaPinkTextAccentBrightness, onDarkPersonaPinkTextAccentHover, onDarkPersonaSeaBlueSurfaceAccentGradient, onDarkPersonaSeaBlueSurfaceAccentGradientActive, onDarkPersonaSeaBlueSurfaceAccentGradientHover, onDarkPersonaSeaBlueTextAccent, onDarkPersonaSeaBlueTextAccentActive, onDarkPersonaSeaBlueTextAccentBrightness, onDarkPersonaSeaBlueTextAccentHover, onDarkPersonaVioletSurfaceAccentGradient, onDarkPersonaVioletSurfaceAccentGradientActive, onDarkPersonaVioletSurfaceAccentGradientHover, onDarkPersonaVioletTextAccent, onDarkPersonaVioletTextAccentActive, onDarkPersonaVioletTextAccentBrightness, onDarkPersonaVioletTextAccentHover, onDarkSurfaceAccentGradient, onDarkSurfaceAccentGradientActive, onDarkSurfaceAccentGradientBrightness, onDarkSurfaceAccentGradientHover, onDarkSurfaceAccentMinor, onDarkSurfaceAccentMinorActive, onDarkSurfaceAccentMinorHover, onDarkSurfaceAccentPrimary, onDarkSurfaceAccentPrimaryActive, onDarkSurfaceAccentPrimaryBrightness, onDarkSurfaceAccentPrimaryHover, onDarkSurfaceAccentSecondary, onDarkSurfaceAccentSecondaryActive, onDarkSurfaceAccentSecondaryBrightness, onDarkSurfaceAccentSecondaryHover, onDarkSurfaceInfo, onDarkSurfaceInfoActive, onDarkSurfaceInfoHover, onDarkSurfaceNegative, onDarkSurfaceNegativeActive, onDarkSurfaceNegativeHover, onDarkSurfacePositive, onDarkSurfacePositiveActive, onDarkSurfacePositiveHover, onDarkSurfaceSkeletonDeepGradient, onDarkSurfaceSkeletonDeepGradientActive, onDarkSurfaceSkeletonDeepGradientHover, onDarkSurfaceSkeletonGradient, onDarkSurfaceSkeletonGradientActive, onDarkSurfaceSkeletonGradientHover, onDarkSurfaceSolidCard, onDarkSurfaceSolidCardActive, onDarkSurfaceSolidCardBrightness, onDarkSurfaceSolidCardHover, onDarkSurfaceSolidDefault, onDarkSurfaceSolidDefaultActive, onDarkSurfaceSolidDefaultHover, onDarkSurfaceSolidPrimary, onDarkSurfaceSolidPrimaryActive, onDarkSurfaceSolidPrimaryBrightness, onDarkSurfaceSolidPrimaryHover, onDarkSurfaceSolidSecondary, onDarkSurfaceSolidSecondaryActive, onDarkSurfaceSolidSecondaryHover, onDarkSurfaceSolidTertiary, onDarkSurfaceSolidTertiaryActive, onDarkSurfaceSolidTertiaryHover, onDarkSurfaceTransparentAccent, onDarkSurfaceTransparentAccentActive, onDarkSurfaceTransparentAccentHover, onDarkSurfaceTransparentAccentMinor, onDarkSurfaceTransparentAccentMinorActive, onDarkSurfaceTransparentAccentMinorBrightness, onDarkSurfaceTransparentAccentMinorHover, onDarkSurfaceTransparentCard, onDarkSurfaceTransparentCardActive, onDarkSurfaceTransparentCardBrightness, onDarkSurfaceTransparentCardHover, onDarkSurfaceTransparentDeep, onDarkSurfaceTransparentDeepActive, onDarkSurfaceTransparentDeepHover, onDarkSurfaceTransparentPrimary, onDarkSurfaceTransparentPrimaryActive, onDarkSurfaceTransparentPrimaryHover, onDarkSurfaceTransparentSecondary, onDarkSurfaceTransparentSecondaryActive, onDarkSurfaceTransparentSecondaryHover, onDarkSurfaceTransparentTertiary, onDarkSurfaceTransparentTertiaryActive, onDarkSurfaceTransparentTertiaryHover, onDarkSurfaceWarning, onDarkSurfaceWarningActive, onDarkSurfaceWarningHover, onDarkTextAccent, onDarkTextAccentActive, onDarkTextAccentGradientAi, onDarkTextAccentGradientAiActive, onDarkTextAccentGradientAiBrightness, onDarkTextAccentGradientAiHover, onDarkTextAccentHover, onDarkTextAccentMinor, onDarkTextAccentMinorActive, onDarkTextAccentMinorHover, onDarkTextInfo, onDarkTextNegative, onDarkTextNegativeActive, onDarkTextNegativeHover, onDarkTextParagraph, onDarkTextParagraphActive, onDarkTextParagraphHover, onDarkTextPositive, onDarkTextPositiveActive, onDarkTextPositiveHover, onDarkTextPrimary, onDarkTextPrimaryActive, onDarkTextPrimaryBrightness, onDarkTextPrimaryHover, onDarkTextSecondary, onDarkTextSecondaryActive, onDarkTextSecondaryHover, onDarkTextTertiary, onDarkTextTertiaryActive, onDarkTextTertiaryHover, onDarkTextWarning, onDarkTextWarningActive, onDarkTextWarningHover, onLightBackgroundPrimary, onLightBackgroundPrimaryActive, onLightBackgroundPrimaryBrightness, onLightBackgroundPrimaryHover, onLightBackgroundSecondary, onLightBackgroundSecondaryActive, onLightBackgroundSecondaryBrightness, onLightBackgroundSecondaryHover, onLightDataYellow, onLightDataYellowActive, onLightDataYellowHover, onLightDataYellowMinor, onLightDataYellowMinorActive, onLightDataYellowMinorHover, onLightDataYellowTransparent, onLightDataYellowTransparentActive, onLightDataYellowTransparentHover, onLightOutlineAccentGradient, onLightOutlineAccentGradientActive, onLightOutlineAccentGradientHover, onLightOutlineDefault, onLightOutlineDefaultActive, onLightOutlineDefaultBrightness, onLightOutlineDefaultHover, onLightOutlineMinor, onLightOutlineMinorActive, onLightOutlineMinorBrightness, onLightOutlineMinorHover, onLightOutlineNegative, onLightOutlineNegativeActive, onLightOutlineNegativeHover, onLightOutlinePositive, onLightOutlinePositiveActive, onLightOutlinePositiveHover, onLightOutlineTextInfo, onLightOutlineTextInfoActive, onLightOutlineTextInfoHover, onLightOutlineTransparentPrimary, onLightOutlineTransparentPrimaryActive, onLightOutlineTransparentPrimaryHover, onLightOutlineTransparentSurface, onLightOutlineTransparentSurfaceActive, onLightOutlineTransparentSurfaceBrightness, onLightOutlineTransparentSurfaceHover, onLightOutlineWarning, onLightOutlineWarningActive, onLightOutlineWarningHover, onLightOverlayGradient, onLightOverlayGradientActive, onLightOverlayGradientBrightness, onLightOverlayGradientHover, onLightOverlayHard, onLightOverlaySoft, onLightPersonaBlueSurfaceAccentGradient, onLightPersonaBlueSurfaceAccentGradientActive, onLightPersonaBlueSurfaceAccentGradientHover, onLightPersonaBlueTextAccent, onLightPersonaBlueTextAccentActive, onLightPersonaBlueTextAccentBrightness, onLightPersonaBlueTextAccentHover, onLightPersonaGreenSurfaceAccentGradient, onLightPersonaGreenSurfaceAccentGradientActive, onLightPersonaGreenSurfaceAccentGradientHover, onLightPersonaGreenTextAccent, onLightPersonaGreenTextAccentActive, onLightPersonaGreenTextAccentBrightness, onLightPersonaGreenTextAccentHover, onLightPersonaIndigoSurfaceAccentGradient, onLightPersonaIndigoSurfaceAccentGradientActive, onLightPersonaIndigoSurfaceAccentGradientHover, onLightPersonaIndigoTextAccent, onLightPersonaIndigoTextAccentActive, onLightPersonaIndigoTextAccentBrightness, onLightPersonaIndigoTextAccentHover, onLightPersonaOchreSurfaceAccentGradient, onLightPersonaOchreSurfaceAccentGradientActive, onLightPersonaOchreSurfaceAccentGradientHover, onLightPersonaOchreTextAccent, onLightPersonaOchreTextAccentActive, onLightPersonaOchreTextAccentBrightness, onLightPersonaOchreTextAccentHover, onLightPersonaOliveSurfaceAccentGradient, onLightPersonaOliveSurfaceAccentGradientActive, onLightPersonaOliveSurfaceAccentGradientHover, onLightPersonaOliveTextAccent, onLightPersonaOliveTextAccentActive, onLightPersonaOliveTextAccentBrightness, onLightPersonaOliveTextAccentHover, onLightPersonaPinkSurfaceAccentGradient, onLightPersonaPinkSurfaceAccentGradientActive, onLightPersonaPinkSurfaceAccentGradientHover, onLightPersonaPinkTextAccent, onLightPersonaPinkTextAccentActive, onLightPersonaPinkTextAccentBrightness, onLightPersonaPinkTextAccentHover, onLightPersonaSeaBlueSurfaceAccentGradient, onLightPersonaSeaBlueSurfaceAccentGradientActive, onLightPersonaSeaBlueSurfaceAccentGradientHover, onLightPersonaSeaBlueTextAccent, onLightPersonaSeaBlueTextAccentActive, onLightPersonaSeaBlueTextAccentBrightness, onLightPersonaSeaBlueTextAccentHover, onLightPersonaVioletSurfaceAccentGradient, onLightPersonaVioletSurfaceAccentGradientActive, onLightPersonaVioletSurfaceAccentGradientHover, onLightPersonaVioletTextAccent, onLightPersonaVioletTextAccentActive, onLightPersonaVioletTextAccentBrightness, onLightPersonaVioletTextAccentHover, onLightSurfaceAccentGradient, onLightSurfaceAccentGradientActive, onLightSurfaceAccentGradientBrightness, onLightSurfaceAccentGradientHover, onLightSurfaceAccentMinor, onLightSurfaceAccentMinorActive, onLightSurfaceAccentMinorHover, onLightSurfaceAccentPrimary, onLightSurfaceAccentPrimaryActive, onLightSurfaceAccentPrimaryBrightness, onLightSurfaceAccentPrimaryHover, onLightSurfaceAccentSecondary, onLightSurfaceAccentSecondaryActive, onLightSurfaceAccentSecondaryBrightness, onLightSurfaceAccentSecondaryHover, onLightSurfaceInfo, onLightSurfaceInfoActive, onLightSurfaceInfoHover, onLightSurfaceNegative, onLightSurfaceNegativeActive, onLightSurfaceNegativeHover, onLightSurfacePositive, onLightSurfacePositiveActive, onLightSurfacePositiveHover, onLightSurfaceSkeletonDeepGradient, onLightSurfaceSkeletonDeepGradientActive, onLightSurfaceSkeletonDeepGradientHover, onLightSurfaceSkeletonGradient, onLightSurfaceSkeletonGradientActive, onLightSurfaceSkeletonGradientHover, onLightSurfaceSolidCard, onLightSurfaceSolidCardActive, onLightSurfaceSolidCardBrightness, onLightSurfaceSolidCardHover, onLightSurfaceSolidDefault, onLightSurfaceSolidDefaultActive, onLightSurfaceSolidDefaultHover, onLightSurfaceSolidPrimary, onLightSurfaceSolidPrimaryActive, onLightSurfaceSolidPrimaryBrightness, onLightSurfaceSolidPrimaryHover, onLightSurfaceSolidSecondary, onLightSurfaceSolidSecondaryActive, onLightSurfaceSolidSecondaryHover, onLightSurfaceSolidTertiary, onLightSurfaceSolidTertiaryActive, onLightSurfaceSolidTertiaryHover, onLightSurfaceTransparentAccent, onLightSurfaceTransparentAccentActive, onLightSurfaceTransparentAccentHover, onLightSurfaceTransparentAccentMinor, onLightSurfaceTransparentAccentMinorActive, onLightSurfaceTransparentAccentMinorBrightness, onLightSurfaceTransparentAccentMinorHover, onLightSurfaceTransparentCard, onLightSurfaceTransparentCardActive, onLightSurfaceTransparentCardBrightness, onLightSurfaceTransparentCardHover, onLightSurfaceTransparentDeep, onLightSurfaceTransparentDeepActive, onLightSurfaceTransparentDeepHover, onLightSurfaceTransparentPrimary, onLightSurfaceTransparentPrimaryActive, onLightSurfaceTransparentPrimaryHover, onLightSurfaceTransparentSecondary, onLightSurfaceTransparentSecondaryActive, onLightSurfaceTransparentSecondaryHover, onLightSurfaceTransparentTertiary, onLightSurfaceTransparentTertiaryActive, onLightSurfaceTransparentTertiaryHover, onLightSurfaceWarning, onLightSurfaceWarningActive, onLightSurfaceWarningHover, onLightTextAccent, onLightTextAccentActive, onLightTextAccentGradientAi, onLightTextAccentGradientAiActive, onLightTextAccentGradientAiBrightness, onLightTextAccentGradientAiHover, onLightTextAccentHover, onLightTextAccentMinor, onLightTextAccentMinorActive, onLightTextAccentMinorHover, onLightTextInfo, onLightTextInfoActive, onLightTextInfoHover, onLightTextNegative, onLightTextNegativeActive, onLightTextNegativeHover, onLightTextParagraph, onLightTextParagraphActive, onLightTextParagraphHover, onLightTextPositive, onLightTextPositiveActive, onLightTextPositiveHover, onLightTextPrimary, onLightTextPrimaryActive, onLightTextPrimaryBrightness, onLightTextPrimaryHover, onLightTextSecondary, onLightTextSecondaryActive, onLightTextSecondaryHover, onLightTextTertiary, onLightTextTertiaryActive, onLightTextTertiaryHover, onLightTextWarning, onLightTextWarningActive, onLightTextWarningHover, outlineAccentGradient, outlineAccentGradientActive, outlineAccentGradientHover, outlineDefault, outlineDefaultActive, outlineDefaultBrightness, outlineDefaultHover, outlineMinor, outlineMinorActive, outlineMinorBrightness, outlineMinorHover, outlineNegative, outlineNegativeActive, outlineNegativeHover, outlinePositive, outlinePositiveActive, outlinePositiveHover, outlineTextInfo, outlineTextInfoActive, outlineTextInfoHover, outlineTransparentClear, outlineTransparentClearActive, outlineTransparentClearBrightness, outlineTransparentClearHover, outlineTransparentPrimary, outlineTransparentPrimaryActive, outlineTransparentPrimaryHover, outlineWarning, outlineWarningActive, outlineWarningHover, overlayHard, overlaySoft, personaBlueSurfaceAccentGradient, personaBlueSurfaceAccentGradientActive, personaBlueSurfaceAccentGradientHover, personaBlueTextAccent, personaBlueTextAccentActive, personaBlueTextAccentBrightness, personaBlueTextAccentHover, personaGreenSurfaceAccentGradient, personaGreenSurfaceAccentGradientActive, personaGreenSurfaceAccentGradientHover, personaGreenTextAccent, personaGreenTextAccentActive, personaGreenTextAccentBrightness, personaGreenTextAccentHover, personaIndigoSurfaceAccentGradient, personaIndigoSurfaceAccentGradientActive, personaIndigoSurfaceAccentGradientHover, personaIndigoTextAccent, personaIndigoTextAccentActive, personaIndigoTextAccentBrightness, personaIndigoTextAccentHover, personaOchreSurfaceAccentGradient, personaOchreSurfaceAccentGradientActive, personaOchreSurfaceAccentGradientHover, personaOchreTextAccent, personaOchreTextAccentActive, personaOchreTextAccentBrightness, personaOchreTextAccentHover, personaOliveSurfaceAccentGradient, personaOliveSurfaceAccentGradientActive, personaOliveSurfaceAccentGradientHover, personaOliveTextAccent, personaOliveTextAccentActive, personaOliveTextAccentBrightness, personaOliveTextAccentHover, personaPinkSurfaceAccentGradient, personaPinkSurfaceAccentGradientActive, personaPinkSurfaceAccentGradientHover, personaPinkTextAccent, personaPinkTextAccentActive, personaPinkTextAccentBrightness, personaPinkTextAccentHover, personaSeaBlueSurfaceAccentGradient, personaSeaBlueSurfaceAccentGradientActive, personaSeaBlueSurfaceAccentGradientHover, personaSeaBlueTextAccent, personaSeaBlueTextAccentActive, personaSeaBlueTextAccentBrightness, personaSeaBlueTextAccentHover, personaVioletSurfaceAccentGradient, personaVioletSurfaceAccentGradientActive, personaVioletSurfaceAccentGradientHover, personaVioletTextAccent, personaVioletTextAccentActive, personaVioletTextAccentBrightness, personaVioletTextAccentHover, 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, surfaceAccentGradient, surfaceAccentGradientActive, surfaceAccentGradientBrightness, surfaceAccentGradientHover, surfaceAccentMinor, surfaceAccentMinorActive, surfaceAccentMinorHover, surfaceAccentPrimary, surfaceAccentPrimaryActive, surfaceAccentPrimaryBrightness, surfaceAccentPrimaryHover, surfaceAccentSecondary, surfaceAccentSecondaryActive, surfaceAccentSecondaryBrightness, surfaceAccentSecondaryHover, surfaceClear, surfaceClearActive, surfaceClearHover, surfaceInfo, surfaceInfoActive, surfaceInfoHover, surfaceNegative, surfaceNegativeActive, surfaceNegativeHover, surfacePositive, surfacePositiveActive, surfacePositiveHover, surfaceSkeletonDeepGradient, surfaceSkeletonDeepGradientActive, surfaceSkeletonDeepGradientHover, surfaceSkeletonGradient, surfaceSkeletonGradientActive, surfaceSkeletonGradientHover, surfaceSolidCard, surfaceSolidCardActive, surfaceSolidCardBrightness, surfaceSolidCardHover, surfaceSolidDefault, surfaceSolidDefaultActive, surfaceSolidDefaultHover, surfaceSolidPrimary, surfaceSolidPrimaryActive, surfaceSolidPrimaryBrightness, surfaceSolidPrimaryHover, surfaceSolidSecondary, surfaceSolidSecondaryActive, surfaceSolidSecondaryHover, surfaceSolidTertiary, surfaceSolidTertiaryActive, surfaceSolidTertiaryHover, surfaceTransparentAccent, surfaceTransparentAccentActive, surfaceTransparentAccentHover, surfaceTransparentAccentMinor, surfaceTransparentAccentMinorActive, surfaceTransparentAccentMinorBrightness, surfaceTransparentAccentMinorHover, surfaceTransparentCard, surfaceTransparentCardActive, surfaceTransparentCardBrightness, surfaceTransparentCardHover, surfaceTransparentDeep, surfaceTransparentDeepActive, surfaceTransparentDeepHover, surfaceTransparentPrimary, surfaceTransparentPrimaryActive, surfaceTransparentPrimaryHover, surfaceTransparentSecondary, surfaceTransparentSecondaryActive, surfaceTransparentSecondaryHover, surfaceTransparentTertiary, surfaceTransparentTertiaryActive, surfaceTransparentTertiaryHover, surfaceWarning, surfaceWarningActive, surfaceWarningHover, textAccent, textAccentActive, textAccentGradientAi, textAccentGradientAiActive, textAccentGradientAiBrightness, textAccentGradientAiHover, textAccentHover, textAccentMinor, textAccentMinorActive, textAccentMinorHover, textInfo, textInfoActive, textInfoHover, textNegative, textNegativeActive, textNegativeHover, textParagraph, textParagraphActive, textParagraphHover, textPositive, textPositiveActive, textPositiveHover, textPrimary, textPrimaryActive, textPrimaryBrightness, textPrimaryHover, textSecondary, textSecondaryActive, textSecondaryHover, textTertiary, textTertiaryActive, textTertiaryHover, textWarning, textWarningActive, textWarningHover, viewContainer };
2662
+ export { backgroundPrimary, backgroundPrimaryBrightness, backgroundSecondaryActive, backgroundSecondaryHover, bodyL, bodyLBold, bodyLMedium, bodyS, bodySBold, bodySMedium, bodyXS, bodyXSBold, bodyXSMedium, bodyXXS, bodyXXSBold, bodyXXSMedium, borderRadius3xl, borderRadius4xl, borderRadius5xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, borderRadiusXxs, darkBackgroundPrimary, dataYellow, dataYellowActive, dataYellowHover, dataYellowMinor, dataYellowMinorActive, dataYellowMinorHover, dataYellowTransparent, dataYellowTransparentActive, dataYellowTransparentHover, dsplS, dsplSBold, dsplSMedium, h3, h3Bold, h3Medium, inverseBackgroundPrimary, inverseBackgroundPrimaryBrightness, inverseBackgroundSecondaryActive, inverseBackgroundSecondaryHover, inverseDataYellow, inverseDataYellowActive, inverseDataYellowHover, inverseDataYellowMinor, inverseDataYellowMinorActive, inverseDataYellowMinorHover, inverseDataYellowTransparent, inverseDataYellowTransparentActive, inverseDataYellowTransparentHover, inverseOutlineAccentGradient, inverseOutlineAccentGradientActive, inverseOutlineAccentGradientHover, inverseOutlineDefault, inverseOutlineDefaultActive, inverseOutlineDefaultHover, inverseOutlineNegative, inverseOutlineNegativeActive, inverseOutlineNegativeHover, inverseOutlineOutlineMinor, inverseOutlineOutlineMinorActive, inverseOutlineOutlineMinorHover, inverseOutlinePositive, inverseOutlinePositiveActive, inverseOutlinePositiveHover, inverseOutlineTextInfo, inverseOutlineTextInfoActive, inverseOutlineTextInfoHover, inverseOutlineTransparentPrimary, inverseOutlineTransparentPrimaryActive, inverseOutlineTransparentPrimaryHover, inverseOutlineTransparentSurface, inverseOutlineTransparentSurfaceActive, inverseOutlineTransparentSurfaceHover, inverseOutlineWarning, inverseOutlineWarningActive, inverseOutlineWarningHover, inverseOverlayGradient, inverseOverlayGradientActive, inverseOverlayGradientHover, inverseOverlayHard, inverseOverlaySoft, inversePersonaBlueSurfaceAccentGradient, inversePersonaBlueSurfaceAccentGradientActive, inversePersonaBlueSurfaceAccentGradientHover, inversePersonaBlueTextAccent, inversePersonaBlueTextAccentActive, inversePersonaBlueTextAccentHover, inversePersonaGreenSurfaceAccentGradient, inversePersonaGreenSurfaceAccentGradientActive, inversePersonaGreenSurfaceAccentGradientHover, inversePersonaGreenTextAccent, inversePersonaGreenTextAccentActive, inversePersonaGreenTextAccentHover, inversePersonaIndigoSurfaceAccentGradient, inversePersonaIndigoSurfaceAccentGradientActive, inversePersonaIndigoSurfaceAccentGradientHover, inversePersonaIndigoTextAccent, inversePersonaIndigoTextAccentActive, inversePersonaIndigoTextAccentHover, inversePersonaOchreSurfaceAccentGradient, inversePersonaOchreSurfaceAccentGradientActive, inversePersonaOchreSurfaceAccentGradientHover, inversePersonaOchreTextAccent, inversePersonaOchreTextAccentActive, inversePersonaOchreTextAccentHover, inversePersonaOliveSurfaceAccentGradient, inversePersonaOliveSurfaceAccentGradientActive, inversePersonaOliveSurfaceAccentGradientHover, inversePersonaOliveTextAccent, inversePersonaOliveTextAccentActive, inversePersonaOliveTextAccentHover, inversePersonaPinkSurfaceAccentGradient, inversePersonaPinkSurfaceAccentGradientActive, inversePersonaPinkSurfaceAccentGradientHover, inversePersonaPinkTextAccent, inversePersonaPinkTextAccentActive, inversePersonaPinkTextAccentHover, inversePersonaSeaBlueSurfaceAccentGradient, inversePersonaSeaBlueSurfaceAccentGradientActive, inversePersonaSeaBlueSurfaceAccentGradientHover, inversePersonaSeaBlueTextAccent, inversePersonaSeaBlueTextAccentActive, inversePersonaSeaBlueTextAccentHover, inversePersonaVioletSurfaceAccentGradient, inversePersonaVioletSurfaceAccentGradientActive, inversePersonaVioletSurfaceAccentGradientHover, inversePersonaVioletTextAccent, inversePersonaVioletTextAccentActive, inversePersonaVioletTextAccentHover, inverseSurfaceAccent, inverseSurfaceAccentActive, inverseSurfaceAccentGradient, inverseSurfaceAccentGradientActive, inverseSurfaceAccentGradientHover, inverseSurfaceAccentHover, inverseSurfaceAccentMinor, inverseSurfaceAccentMinorActive, inverseSurfaceAccentMinorHover, inverseSurfaceAccentSecondary, inverseSurfaceAccentSecondaryActive, inverseSurfaceAccentSecondaryHover, inverseSurfaceInfo, inverseSurfaceInfoActive, inverseSurfaceInfoHover, inverseSurfaceNegative, inverseSurfaceNegativeActive, inverseSurfaceNegativeHover, inverseSurfacePositive, inverseSurfacePositiveActive, inverseSurfacePositiveHover, inverseSurfaceSkeletonDeepGradient, inverseSurfaceSkeletonDeepGradientActive, inverseSurfaceSkeletonDeepGradientHover, inverseSurfaceSkeletonGradient, inverseSurfaceSkeletonGradientActive, inverseSurfaceSkeletonGradientHover, inverseSurfaceSolidCard, inverseSurfaceSolidCardActive, inverseSurfaceSolidCardBrightness, inverseSurfaceSolidCardHover, inverseSurfaceSolidDefault, inverseSurfaceSolidDefaultActive, inverseSurfaceSolidDefaultHover, inverseSurfaceSolidPrimary, inverseSurfaceSolidPrimaryActive, inverseSurfaceSolidPrimaryBrightness, inverseSurfaceSolidPrimaryHover, inverseSurfaceSolidSecondary, inverseSurfaceSolidSecondaryActive, inverseSurfaceSolidSecondaryHover, inverseSurfaceSolidTertiary, inverseSurfaceSolidTertiaryActive, inverseSurfaceSolidTertiaryHover, inverseSurfaceTransparentAccent, inverseSurfaceTransparentAccentActive, inverseSurfaceTransparentAccentHover, inverseSurfaceTransparentAccentMinor, inverseSurfaceTransparentAccentMinorActive, inverseSurfaceTransparentAccentMinorHover, inverseSurfaceTransparentCard, inverseSurfaceTransparentCardActive, inverseSurfaceTransparentCardBrightness, inverseSurfaceTransparentCardHover, inverseSurfaceTransparentDeep, inverseSurfaceTransparentDeepActive, inverseSurfaceTransparentDeepHover, inverseSurfaceTransparentPrimary, inverseSurfaceTransparentPrimaryActive, inverseSurfaceTransparentPrimaryHover, inverseSurfaceTransparentSecondary, inverseSurfaceTransparentSecondaryActive, inverseSurfaceTransparentSecondaryHover, inverseSurfaceTransparentTertiary, inverseSurfaceTransparentTertiaryActive, inverseSurfaceTransparentTertiaryHover, inverseSurfaceWarning, inverseSurfaceWarningActive, inverseSurfaceWarningHover, inverseTextAccent, inverseTextAccentActive, inverseTextAccentGradientAi, inverseTextAccentGradientAiActive, inverseTextAccentGradientAiHover, inverseTextAccentHover, inverseTextAccentMinor, inverseTextAccentMinorActive, inverseTextAccentMinorHover, inverseTextInfo, inverseTextInfoActive, inverseTextInfoHover, inverseTextNegative, inverseTextNegativeActive, inverseTextNegativeHover, inverseTextParagraph, inverseTextParagraphActive, inverseTextParagraphHover, inverseTextPositive, inverseTextPositiveActive, inverseTextPositiveHover, inverseTextPrimary, inverseTextPrimaryActive, inverseTextPrimaryBrightness, inverseTextPrimaryHover, inverseTextSecondary, inverseTextSecondaryActive, inverseTextSecondaryHover, inverseTextTertiary, inverseTextTertiaryActive, inverseTextTertiaryHover, inverseTextWarning, inverseTextWarningActive, inverseTextWarningHover, lightBackgroundPrimary, onDarkBackgroundPrimary, onDarkBackgroundPrimaryActive, onDarkBackgroundPrimaryBrightness, onDarkBackgroundPrimaryHover, onDarkBackgroundSecondary, onDarkBackgroundSecondaryActive, onDarkBackgroundSecondaryHover, onDarkDataYellow, onDarkDataYellowActive, onDarkDataYellowHover, onDarkDataYellowMinor, onDarkDataYellowMinorActive, onDarkDataYellowMinorHover, onDarkDataYellowTransparent, onDarkDataYellowTransparentActive, onDarkDataYellowTransparentHover, onDarkOutlineAccentGradient, onDarkOutlineAccentGradientActive, onDarkOutlineAccentGradientHover, onDarkOutlineDefault, onDarkOutlineDefaultActive, onDarkOutlineDefaultHover, onDarkOutlineMinor, onDarkOutlineMinorActive, onDarkOutlineMinorHover, onDarkOutlineNegative, onDarkOutlineNegativeActive, onDarkOutlineNegativeHover, onDarkOutlinePositive, onDarkOutlinePositiveActive, onDarkOutlinePositiveHover, onDarkOutlineTextInfo, onDarkOutlineTextInfoActive, onDarkOutlineTextInfoHover, onDarkOutlineTransparentPrimary, onDarkOutlineTransparentPrimaryActive, onDarkOutlineTransparentPrimaryHover, onDarkOutlineTransparentSurface, onDarkOutlineTransparentSurfaceActive, onDarkOutlineTransparentSurfaceHover, onDarkOutlineWarning, onDarkOutlineWarningActive, onDarkOutlineWarningHover, onDarkOverlayHard, onDarkOverlaySoft, onDarkPersonaBlueSurfaceAccentGradient, onDarkPersonaBlueSurfaceAccentGradientActive, onDarkPersonaBlueSurfaceAccentGradientHover, onDarkPersonaBlueTextAccent, onDarkPersonaBlueTextAccentActive, onDarkPersonaBlueTextAccentHover, onDarkPersonaGreenSurfaceAccentGradient, onDarkPersonaGreenSurfaceAccentGradientActive, onDarkPersonaGreenSurfaceAccentGradientHover, onDarkPersonaGreenTextAccent, onDarkPersonaGreenTextAccentActive, onDarkPersonaGreenTextAccentHover, onDarkPersonaIndigoSurfaceAccentGradient, onDarkPersonaIndigoSurfaceAccentGradientActive, onDarkPersonaIndigoSurfaceAccentGradientHover, onDarkPersonaIndigoTextAccent, onDarkPersonaIndigoTextAccentActive, onDarkPersonaIndigoTextAccentHover, onDarkPersonaOchreSurfaceAccentGradient, onDarkPersonaOchreSurfaceAccentGradientActive, onDarkPersonaOchreSurfaceAccentGradientHover, onDarkPersonaOchreTextAccent, onDarkPersonaOchreTextAccentActive, onDarkPersonaOchreTextAccentHover, onDarkPersonaOliveSurfaceAccentGradient, onDarkPersonaOliveSurfaceAccentGradientActive, onDarkPersonaOliveSurfaceAccentGradientHover, onDarkPersonaOliveTextAccent, onDarkPersonaOliveTextAccentActive, onDarkPersonaOliveTextAccentHover, onDarkPersonaPinkSurfaceAccentGradient, onDarkPersonaPinkSurfaceAccentGradientActive, onDarkPersonaPinkSurfaceAccentGradientHover, onDarkPersonaPinkTextAccent, onDarkPersonaPinkTextAccentActive, onDarkPersonaPinkTextAccentHover, onDarkPersonaSeaBlueSurfaceAccentGradient, onDarkPersonaSeaBlueSurfaceAccentGradientActive, onDarkPersonaSeaBlueSurfaceAccentGradientHover, onDarkPersonaSeaBlueTextAccent, onDarkPersonaSeaBlueTextAccentActive, onDarkPersonaSeaBlueTextAccentHover, onDarkPersonaVioletSurfaceAccentGradient, onDarkPersonaVioletSurfaceAccentGradientActive, onDarkPersonaVioletSurfaceAccentGradientHover, onDarkPersonaVioletTextAccent, onDarkPersonaVioletTextAccentActive, onDarkPersonaVioletTextAccentHover, onDarkSurfaceAccentGradient, onDarkSurfaceAccentGradientActive, onDarkSurfaceAccentGradientHover, onDarkSurfaceAccentMinor, onDarkSurfaceAccentMinorActive, onDarkSurfaceAccentMinorHover, onDarkSurfaceAccentPrimary, onDarkSurfaceAccentPrimaryActive, onDarkSurfaceAccentPrimaryHover, onDarkSurfaceAccentSecondary, onDarkSurfaceAccentSecondaryActive, onDarkSurfaceAccentSecondaryHover, onDarkSurfaceInfo, onDarkSurfaceInfoActive, onDarkSurfaceInfoHover, onDarkSurfaceNegative, onDarkSurfaceNegativeActive, onDarkSurfaceNegativeHover, onDarkSurfacePositive, onDarkSurfacePositiveActive, onDarkSurfacePositiveHover, onDarkSurfaceSkeletonDeepGradient, onDarkSurfaceSkeletonDeepGradientActive, onDarkSurfaceSkeletonDeepGradientHover, onDarkSurfaceSkeletonGradient, onDarkSurfaceSkeletonGradientActive, onDarkSurfaceSkeletonGradientHover, onDarkSurfaceSolidCard, onDarkSurfaceSolidCardActive, onDarkSurfaceSolidCardBrightness, onDarkSurfaceSolidCardHover, onDarkSurfaceSolidDefault, onDarkSurfaceSolidDefaultActive, onDarkSurfaceSolidDefaultHover, onDarkSurfaceSolidPrimary, onDarkSurfaceSolidPrimaryActive, onDarkSurfaceSolidPrimaryBrightness, onDarkSurfaceSolidPrimaryHover, onDarkSurfaceSolidSecondary, onDarkSurfaceSolidSecondaryActive, onDarkSurfaceSolidSecondaryHover, onDarkSurfaceSolidTertiary, onDarkSurfaceSolidTertiaryActive, onDarkSurfaceSolidTertiaryHover, onDarkSurfaceTransparentAccent, onDarkSurfaceTransparentAccentActive, onDarkSurfaceTransparentAccentHover, onDarkSurfaceTransparentAccentMinor, onDarkSurfaceTransparentAccentMinorActive, onDarkSurfaceTransparentAccentMinorHover, onDarkSurfaceTransparentCard, onDarkSurfaceTransparentCardActive, onDarkSurfaceTransparentCardBrightness, onDarkSurfaceTransparentCardHover, onDarkSurfaceTransparentDeep, onDarkSurfaceTransparentDeepActive, onDarkSurfaceTransparentDeepHover, onDarkSurfaceTransparentPrimary, onDarkSurfaceTransparentPrimaryActive, onDarkSurfaceTransparentPrimaryHover, onDarkSurfaceTransparentSecondary, onDarkSurfaceTransparentSecondaryActive, onDarkSurfaceTransparentSecondaryHover, onDarkSurfaceTransparentTertiary, onDarkSurfaceTransparentTertiaryActive, onDarkSurfaceTransparentTertiaryHover, onDarkSurfaceWarning, onDarkSurfaceWarningActive, onDarkSurfaceWarningHover, onDarkTextAccent, onDarkTextAccentActive, onDarkTextAccentGradientAi, onDarkTextAccentGradientAiActive, onDarkTextAccentGradientAiHover, onDarkTextAccentHover, onDarkTextAccentMinor, onDarkTextAccentMinorActive, onDarkTextAccentMinorHover, onDarkTextInfo, onDarkTextNegative, onDarkTextNegativeActive, onDarkTextNegativeHover, onDarkTextParagraph, onDarkTextParagraphActive, onDarkTextParagraphHover, onDarkTextPositive, onDarkTextPositiveActive, onDarkTextPositiveHover, onDarkTextPrimary, onDarkTextPrimaryActive, onDarkTextPrimaryBrightness, onDarkTextPrimaryHover, onDarkTextSecondary, onDarkTextSecondaryActive, onDarkTextSecondaryHover, onDarkTextTertiary, onDarkTextTertiaryActive, onDarkTextTertiaryHover, onDarkTextWarning, onDarkTextWarningActive, onDarkTextWarningHover, onLightBackgroundPrimary, onLightBackgroundPrimaryActive, onLightBackgroundPrimaryBrightness, onLightBackgroundPrimaryHover, onLightBackgroundSecondary, onLightBackgroundSecondaryActive, onLightBackgroundSecondaryHover, onLightDataYellow, onLightDataYellowActive, onLightDataYellowHover, onLightDataYellowMinor, onLightDataYellowMinorActive, onLightDataYellowMinorHover, onLightDataYellowTransparent, onLightDataYellowTransparentActive, onLightDataYellowTransparentHover, onLightOutlineAccentGradient, onLightOutlineAccentGradientActive, onLightOutlineAccentGradientHover, onLightOutlineDefault, onLightOutlineDefaultActive, onLightOutlineDefaultHover, onLightOutlineMinor, onLightOutlineMinorActive, onLightOutlineMinorHover, onLightOutlineNegative, onLightOutlineNegativeActive, onLightOutlineNegativeHover, onLightOutlinePositive, onLightOutlinePositiveActive, onLightOutlinePositiveHover, onLightOutlineTextInfo, onLightOutlineTextInfoActive, onLightOutlineTextInfoHover, onLightOutlineTransparentPrimary, onLightOutlineTransparentPrimaryActive, onLightOutlineTransparentPrimaryHover, onLightOutlineTransparentSurface, onLightOutlineTransparentSurfaceActive, onLightOutlineTransparentSurfaceHover, onLightOutlineWarning, onLightOutlineWarningActive, onLightOutlineWarningHover, onLightOverlayGradient, onLightOverlayGradientActive, onLightOverlayGradientHover, onLightOverlayHard, onLightOverlaySoft, onLightPersonaBlueSurfaceAccentGradient, onLightPersonaBlueSurfaceAccentGradientActive, onLightPersonaBlueSurfaceAccentGradientHover, onLightPersonaBlueTextAccent, onLightPersonaBlueTextAccentActive, onLightPersonaBlueTextAccentHover, onLightPersonaGreenSurfaceAccentGradient, onLightPersonaGreenSurfaceAccentGradientActive, onLightPersonaGreenSurfaceAccentGradientHover, onLightPersonaGreenTextAccent, onLightPersonaGreenTextAccentActive, onLightPersonaGreenTextAccentHover, onLightPersonaIndigoSurfaceAccentGradient, onLightPersonaIndigoSurfaceAccentGradientActive, onLightPersonaIndigoSurfaceAccentGradientHover, onLightPersonaIndigoTextAccent, onLightPersonaIndigoTextAccentActive, onLightPersonaIndigoTextAccentHover, onLightPersonaOchreSurfaceAccentGradient, onLightPersonaOchreSurfaceAccentGradientActive, onLightPersonaOchreSurfaceAccentGradientHover, onLightPersonaOchreTextAccent, onLightPersonaOchreTextAccentActive, onLightPersonaOchreTextAccentHover, onLightPersonaOliveSurfaceAccentGradient, onLightPersonaOliveSurfaceAccentGradientActive, onLightPersonaOliveSurfaceAccentGradientHover, onLightPersonaOliveTextAccent, onLightPersonaOliveTextAccentActive, onLightPersonaOliveTextAccentHover, onLightPersonaPinkSurfaceAccentGradient, onLightPersonaPinkSurfaceAccentGradientActive, onLightPersonaPinkSurfaceAccentGradientHover, onLightPersonaPinkTextAccent, onLightPersonaPinkTextAccentActive, onLightPersonaPinkTextAccentHover, onLightPersonaSeaBlueSurfaceAccentGradient, onLightPersonaSeaBlueSurfaceAccentGradientActive, onLightPersonaSeaBlueSurfaceAccentGradientHover, onLightPersonaSeaBlueTextAccent, onLightPersonaSeaBlueTextAccentActive, onLightPersonaSeaBlueTextAccentHover, onLightPersonaVioletSurfaceAccentGradient, onLightPersonaVioletSurfaceAccentGradientActive, onLightPersonaVioletSurfaceAccentGradientHover, onLightPersonaVioletTextAccent, onLightPersonaVioletTextAccentActive, onLightPersonaVioletTextAccentHover, onLightSurfaceAccentGradient, onLightSurfaceAccentGradientActive, onLightSurfaceAccentGradientHover, onLightSurfaceAccentMinor, onLightSurfaceAccentMinorActive, onLightSurfaceAccentMinorHover, onLightSurfaceAccentPrimary, onLightSurfaceAccentPrimaryActive, onLightSurfaceAccentPrimaryHover, onLightSurfaceAccentSecondary, onLightSurfaceAccentSecondaryActive, onLightSurfaceAccentSecondaryHover, onLightSurfaceInfo, onLightSurfaceInfoActive, onLightSurfaceInfoHover, onLightSurfaceNegative, onLightSurfaceNegativeActive, onLightSurfaceNegativeHover, onLightSurfacePositive, onLightSurfacePositiveActive, onLightSurfacePositiveHover, onLightSurfaceSkeletonDeepGradient, onLightSurfaceSkeletonDeepGradientActive, onLightSurfaceSkeletonDeepGradientHover, onLightSurfaceSkeletonGradient, onLightSurfaceSkeletonGradientActive, onLightSurfaceSkeletonGradientHover, onLightSurfaceSolidCard, onLightSurfaceSolidCardActive, onLightSurfaceSolidCardBrightness, onLightSurfaceSolidCardHover, onLightSurfaceSolidDefault, onLightSurfaceSolidDefaultActive, onLightSurfaceSolidDefaultHover, onLightSurfaceSolidPrimary, onLightSurfaceSolidPrimaryActive, onLightSurfaceSolidPrimaryBrightness, onLightSurfaceSolidPrimaryHover, onLightSurfaceSolidSecondary, onLightSurfaceSolidSecondaryActive, onLightSurfaceSolidSecondaryHover, onLightSurfaceSolidTertiary, onLightSurfaceSolidTertiaryActive, onLightSurfaceSolidTertiaryHover, onLightSurfaceTransparentAccent, onLightSurfaceTransparentAccentActive, onLightSurfaceTransparentAccentHover, onLightSurfaceTransparentAccentMinor, onLightSurfaceTransparentAccentMinorActive, onLightSurfaceTransparentAccentMinorHover, onLightSurfaceTransparentCard, onLightSurfaceTransparentCardActive, onLightSurfaceTransparentCardBrightness, onLightSurfaceTransparentCardHover, onLightSurfaceTransparentDeep, onLightSurfaceTransparentDeepActive, onLightSurfaceTransparentDeepHover, onLightSurfaceTransparentPrimary, onLightSurfaceTransparentPrimaryActive, onLightSurfaceTransparentPrimaryHover, onLightSurfaceTransparentSecondary, onLightSurfaceTransparentSecondaryActive, onLightSurfaceTransparentSecondaryHover, onLightSurfaceTransparentTertiary, onLightSurfaceTransparentTertiaryActive, onLightSurfaceTransparentTertiaryHover, onLightSurfaceWarning, onLightSurfaceWarningActive, onLightSurfaceWarningHover, onLightTextAccent, onLightTextAccentActive, onLightTextAccentGradientAi, onLightTextAccentGradientAiActive, onLightTextAccentGradientAiHover, onLightTextAccentHover, onLightTextAccentMinor, onLightTextAccentMinorActive, onLightTextAccentMinorHover, onLightTextInfo, onLightTextInfoActive, onLightTextInfoHover, onLightTextNegative, onLightTextNegativeActive, onLightTextNegativeHover, onLightTextParagraph, onLightTextParagraphActive, onLightTextParagraphHover, onLightTextPositive, onLightTextPositiveActive, onLightTextPositiveHover, onLightTextPrimary, onLightTextPrimaryActive, onLightTextPrimaryBrightness, onLightTextPrimaryHover, onLightTextSecondary, onLightTextSecondaryActive, onLightTextSecondaryHover, onLightTextTertiary, onLightTextTertiaryActive, onLightTextTertiaryHover, onLightTextWarning, onLightTextWarningActive, onLightTextWarningHover, outlineAccentGradient, outlineAccentGradientActive, outlineAccentGradientHover, outlineDefault, outlineDefaultActive, outlineDefaultHover, outlineMinor, outlineMinorActive, outlineMinorHover, outlineNegative, outlineNegativeActive, outlineNegativeHover, outlinePositive, outlinePositiveActive, outlinePositiveHover, outlineTextInfo, outlineTextInfoActive, outlineTextInfoHover, outlineTransparentClear, outlineTransparentClearActive, outlineTransparentClearHover, outlineTransparentPrimary, outlineTransparentPrimaryActive, outlineTransparentPrimaryHover, outlineWarning, outlineWarningActive, outlineWarningHover, overlayHard, overlaySoft, personaBlueSurfaceAccentGradient, personaBlueSurfaceAccentGradientActive, personaBlueSurfaceAccentGradientHover, personaBlueTextAccent, personaBlueTextAccentActive, personaBlueTextAccentHover, personaGreenSurfaceAccentGradient, personaGreenSurfaceAccentGradientActive, personaGreenSurfaceAccentGradientHover, personaGreenTextAccent, personaGreenTextAccentActive, personaGreenTextAccentHover, personaIndigoSurfaceAccentGradient, personaIndigoSurfaceAccentGradientActive, personaIndigoSurfaceAccentGradientHover, personaIndigoTextAccent, personaIndigoTextAccentActive, personaIndigoTextAccentHover, personaOchreSurfaceAccentGradient, personaOchreSurfaceAccentGradientActive, personaOchreSurfaceAccentGradientHover, personaOchreTextAccent, personaOchreTextAccentActive, personaOchreTextAccentHover, personaOliveSurfaceAccentGradient, personaOliveSurfaceAccentGradientActive, personaOliveSurfaceAccentGradientHover, personaOliveTextAccent, personaOliveTextAccentActive, personaOliveTextAccentHover, personaPinkSurfaceAccentGradient, personaPinkSurfaceAccentGradientActive, personaPinkSurfaceAccentGradientHover, personaPinkTextAccent, personaPinkTextAccentActive, personaPinkTextAccentHover, personaSeaBlueSurfaceAccentGradient, personaSeaBlueSurfaceAccentGradientActive, personaSeaBlueSurfaceAccentGradientHover, personaSeaBlueTextAccent, personaSeaBlueTextAccentActive, personaSeaBlueTextAccentHover, personaVioletSurfaceAccentGradient, personaVioletSurfaceAccentGradientActive, personaVioletSurfaceAccentGradientHover, personaVioletTextAccent, personaVioletTextAccentActive, personaVioletTextAccentHover, 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, surfaceAccentGradient, surfaceAccentGradientActive, surfaceAccentGradientHover, surfaceAccentMinor, surfaceAccentMinorActive, surfaceAccentMinorHover, surfaceAccentPrimary, surfaceAccentPrimaryActive, surfaceAccentPrimaryHover, surfaceAccentSecondary, surfaceAccentSecondaryActive, surfaceAccentSecondaryHover, surfaceClear, surfaceClearActive, surfaceClearHover, surfaceInfo, surfaceInfoActive, surfaceInfoHover, surfaceNegative, surfaceNegativeActive, surfaceNegativeHover, surfacePositive, surfacePositiveActive, surfacePositiveHover, surfaceSkeletonDeepGradient, surfaceSkeletonDeepGradientActive, surfaceSkeletonDeepGradientHover, surfaceSkeletonGradient, surfaceSkeletonGradientActive, surfaceSkeletonGradientHover, surfaceSolidCard, surfaceSolidCardActive, surfaceSolidCardBrightness, surfaceSolidCardHover, surfaceSolidDefault, surfaceSolidDefaultActive, surfaceSolidDefaultHover, surfaceSolidPrimary, surfaceSolidPrimaryActive, surfaceSolidPrimaryBrightness, surfaceSolidPrimaryHover, surfaceSolidSecondary, surfaceSolidSecondaryActive, surfaceSolidSecondaryHover, surfaceSolidTertiary, surfaceSolidTertiaryActive, surfaceSolidTertiaryHover, surfaceTransparentAccent, surfaceTransparentAccentActive, surfaceTransparentAccentHover, surfaceTransparentAccentMinor, surfaceTransparentAccentMinorActive, surfaceTransparentAccentMinorHover, surfaceTransparentCard, surfaceTransparentCardActive, surfaceTransparentCardBrightness, surfaceTransparentCardHover, surfaceTransparentDeep, surfaceTransparentDeepActive, surfaceTransparentDeepHover, surfaceTransparentPrimary, surfaceTransparentPrimaryActive, surfaceTransparentPrimaryHover, surfaceTransparentSecondary, surfaceTransparentSecondaryActive, surfaceTransparentSecondaryHover, surfaceTransparentTertiary, surfaceTransparentTertiaryActive, surfaceTransparentTertiaryHover, surfaceWarning, surfaceWarningActive, surfaceWarningHover, textAccent, textAccentActive, textAccentGradientAi, textAccentGradientAiActive, textAccentGradientAiHover, textAccentHover, textAccentMinor, textAccentMinorActive, textAccentMinorHover, textInfo, textInfoActive, textInfoHover, textNegative, textNegativeActive, textNegativeHover, textParagraph, textParagraphActive, textParagraphHover, textPositive, textPositiveActive, textPositiveHover, textPrimary, textPrimaryActive, textPrimaryBrightness, textPrimaryHover, textSecondary, textSecondaryActive, textSecondaryHover, textTertiary, textTertiaryActive, textTertiaryHover, textWarning, textWarningActive, textWarningHover, viewContainer };
2870
2663
  //# sourceMappingURL=index.js.map