vira 29.3.1 → 29.3.2

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.
@@ -997,85 +997,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
997
997
  colorOverrides: {
998
998
  'vira-red-foreground-small-body': {
999
999
  foreground: viraColorPalette['vira-red-5'],
1000
- background: 'black',
1001
1000
  },
1002
1001
  'vira-red-foreground-body': {
1003
1002
  foreground: viraColorPalette['vira-red-20'],
1004
- background: 'black',
1005
1003
  },
1006
1004
  'vira-red-foreground-non-body': {
1007
1005
  foreground: viraColorPalette['vira-red-30'],
1008
- background: 'black',
1009
- },
1010
- 'vira-red-foreground-header': {
1011
- background: 'black',
1012
1006
  },
1013
1007
  'vira-red-foreground-placeholder': {
1014
1008
  foreground: viraColorPalette['vira-red-60'],
1015
- background: 'black',
1016
1009
  },
1017
1010
  'vira-red-foreground-decoration': {
1018
1011
  foreground: viraColorPalette['vira-red-80'],
1019
- background: 'black',
1020
1012
  },
1021
1013
  'vira-red-foreground-invisible': {
1022
1014
  foreground: viraColorPalette['vira-red-90'],
1023
- background: 'black',
1024
1015
  },
1025
1016
  'vira-red-behind-bg-small-body': {
1026
- foreground: 'black',
1027
1017
  background: viraColorPalette['vira-red-5'],
1028
1018
  },
1029
1019
  'vira-red-behind-bg-body': {
1030
- foreground: 'black',
1031
1020
  background: viraColorPalette['vira-red-20'],
1032
1021
  },
1033
1022
  'vira-red-behind-bg-non-body': {
1034
- foreground: 'black',
1035
1023
  background: viraColorPalette['vira-red-30'],
1036
1024
  },
1037
1025
  'vira-red-behind-bg-header': {
1038
- foreground: 'black',
1039
1026
  background: viraColorPalette['vira-red-50'],
1040
1027
  },
1041
1028
  'vira-red-behind-bg-placeholder': {
1042
- foreground: 'black',
1043
1029
  background: viraColorPalette['vira-red-60'],
1044
1030
  },
1045
1031
  'vira-red-behind-bg-decoration': {
1046
- foreground: 'black',
1047
1032
  background: viraColorPalette['vira-red-80'],
1048
1033
  },
1049
1034
  'vira-red-behind-bg-invisible': {
1050
- foreground: 'black',
1051
1035
  background: viraColorPalette['vira-red-90'],
1052
1036
  },
1053
1037
  'vira-red-behind-fg-small-body': {
1054
- foreground: 'white',
1055
1038
  background: viraColorPalette['vira-red-90'],
1056
1039
  },
1057
1040
  'vira-red-behind-fg-body': {
1058
- foreground: 'white',
1059
1041
  background: viraColorPalette['vira-red-80'],
1060
1042
  },
1061
1043
  'vira-red-behind-fg-non-body': {
1062
- foreground: 'white',
1063
1044
  background: viraColorPalette['vira-red-60'],
1064
1045
  },
1065
1046
  'vira-red-behind-fg-header': {
1066
- foreground: 'white',
1067
1047
  background: viraColorPalette['vira-red-40'],
1068
1048
  },
1069
1049
  'vira-red-behind-fg-placeholder': {
1070
- foreground: 'white',
1071
1050
  background: viraColorPalette['vira-red-30'],
1072
1051
  },
1073
1052
  'vira-red-behind-fg-decoration': {
1074
- foreground: 'white',
1075
1053
  background: viraColorPalette['vira-red-20'],
1076
1054
  },
1077
1055
  'vira-red-behind-fg-invisible': {
1078
- foreground: 'white',
1079
1056
  background: viraColorPalette['vira-red-5'],
1080
1057
  },
1081
1058
  'vira-red-on-self-body': {
@@ -1103,85 +1080,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1103
1080
  },
1104
1081
  'vira-orange-foreground-small-body': {
1105
1082
  foreground: viraColorPalette['vira-orange-5'],
1106
- background: 'black',
1107
1083
  },
1108
1084
  'vira-orange-foreground-body': {
1109
1085
  foreground: viraColorPalette['vira-orange-20'],
1110
- background: 'black',
1111
1086
  },
1112
1087
  'vira-orange-foreground-non-body': {
1113
1088
  foreground: viraColorPalette['vira-orange-30'],
1114
- background: 'black',
1115
- },
1116
- 'vira-orange-foreground-header': {
1117
- background: 'black',
1118
1089
  },
1119
1090
  'vira-orange-foreground-placeholder': {
1120
1091
  foreground: viraColorPalette['vira-orange-60'],
1121
- background: 'black',
1122
1092
  },
1123
1093
  'vira-orange-foreground-decoration': {
1124
1094
  foreground: viraColorPalette['vira-orange-80'],
1125
- background: 'black',
1126
1095
  },
1127
1096
  'vira-orange-foreground-invisible': {
1128
1097
  foreground: viraColorPalette['vira-orange-90'],
1129
- background: 'black',
1130
1098
  },
1131
1099
  'vira-orange-behind-bg-small-body': {
1132
- foreground: 'black',
1133
1100
  background: viraColorPalette['vira-orange-5'],
1134
1101
  },
1135
1102
  'vira-orange-behind-bg-body': {
1136
- foreground: 'black',
1137
1103
  background: viraColorPalette['vira-orange-20'],
1138
1104
  },
1139
1105
  'vira-orange-behind-bg-non-body': {
1140
- foreground: 'black',
1141
1106
  background: viraColorPalette['vira-orange-30'],
1142
1107
  },
1143
1108
  'vira-orange-behind-bg-header': {
1144
- foreground: 'black',
1145
1109
  background: viraColorPalette['vira-orange-50'],
1146
1110
  },
1147
1111
  'vira-orange-behind-bg-placeholder': {
1148
- foreground: 'black',
1149
1112
  background: viraColorPalette['vira-orange-60'],
1150
1113
  },
1151
1114
  'vira-orange-behind-bg-decoration': {
1152
- foreground: 'black',
1153
1115
  background: viraColorPalette['vira-orange-80'],
1154
1116
  },
1155
1117
  'vira-orange-behind-bg-invisible': {
1156
- foreground: 'black',
1157
1118
  background: viraColorPalette['vira-orange-90'],
1158
1119
  },
1159
1120
  'vira-orange-behind-fg-small-body': {
1160
- foreground: 'white',
1161
1121
  background: viraColorPalette['vira-orange-90'],
1162
1122
  },
1163
1123
  'vira-orange-behind-fg-body': {
1164
- foreground: 'white',
1165
1124
  background: viraColorPalette['vira-orange-80'],
1166
1125
  },
1167
1126
  'vira-orange-behind-fg-non-body': {
1168
- foreground: 'white',
1169
1127
  background: viraColorPalette['vira-orange-60'],
1170
1128
  },
1171
1129
  'vira-orange-behind-fg-header': {
1172
- foreground: 'white',
1173
1130
  background: viraColorPalette['vira-orange-40'],
1174
1131
  },
1175
1132
  'vira-orange-behind-fg-placeholder': {
1176
- foreground: 'white',
1177
1133
  background: viraColorPalette['vira-orange-30'],
1178
1134
  },
1179
1135
  'vira-orange-behind-fg-decoration': {
1180
- foreground: 'white',
1181
1136
  background: viraColorPalette['vira-orange-20'],
1182
1137
  },
1183
1138
  'vira-orange-behind-fg-invisible': {
1184
- foreground: 'white',
1185
1139
  background: viraColorPalette['vira-orange-5'],
1186
1140
  },
1187
1141
  'vira-orange-on-self-body': {
@@ -1209,85 +1163,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1209
1163
  },
1210
1164
  'vira-yellow-foreground-small-body': {
1211
1165
  foreground: viraColorPalette['vira-yellow-5'],
1212
- background: 'black',
1213
1166
  },
1214
1167
  'vira-yellow-foreground-body': {
1215
1168
  foreground: viraColorPalette['vira-yellow-20'],
1216
- background: 'black',
1217
1169
  },
1218
1170
  'vira-yellow-foreground-non-body': {
1219
1171
  foreground: viraColorPalette['vira-yellow-30'],
1220
- background: 'black',
1221
- },
1222
- 'vira-yellow-foreground-header': {
1223
- background: 'black',
1224
1172
  },
1225
1173
  'vira-yellow-foreground-placeholder': {
1226
1174
  foreground: viraColorPalette['vira-yellow-60'],
1227
- background: 'black',
1228
1175
  },
1229
1176
  'vira-yellow-foreground-decoration': {
1230
1177
  foreground: viraColorPalette['vira-yellow-80'],
1231
- background: 'black',
1232
1178
  },
1233
1179
  'vira-yellow-foreground-invisible': {
1234
1180
  foreground: viraColorPalette['vira-yellow-90'],
1235
- background: 'black',
1236
1181
  },
1237
1182
  'vira-yellow-behind-bg-small-body': {
1238
- foreground: 'black',
1239
1183
  background: viraColorPalette['vira-yellow-5'],
1240
1184
  },
1241
1185
  'vira-yellow-behind-bg-body': {
1242
- foreground: 'black',
1243
1186
  background: viraColorPalette['vira-yellow-20'],
1244
1187
  },
1245
1188
  'vira-yellow-behind-bg-non-body': {
1246
- foreground: 'black',
1247
1189
  background: viraColorPalette['vira-yellow-30'],
1248
1190
  },
1249
1191
  'vira-yellow-behind-bg-header': {
1250
- foreground: 'black',
1251
1192
  background: viraColorPalette['vira-yellow-50'],
1252
1193
  },
1253
1194
  'vira-yellow-behind-bg-placeholder': {
1254
- foreground: 'black',
1255
1195
  background: viraColorPalette['vira-yellow-60'],
1256
1196
  },
1257
1197
  'vira-yellow-behind-bg-decoration': {
1258
- foreground: 'black',
1259
1198
  background: viraColorPalette['vira-yellow-80'],
1260
1199
  },
1261
1200
  'vira-yellow-behind-bg-invisible': {
1262
- foreground: 'black',
1263
1201
  background: viraColorPalette['vira-yellow-90'],
1264
1202
  },
1265
1203
  'vira-yellow-behind-fg-small-body': {
1266
- foreground: 'white',
1267
1204
  background: viraColorPalette['vira-yellow-90'],
1268
1205
  },
1269
1206
  'vira-yellow-behind-fg-body': {
1270
- foreground: 'white',
1271
1207
  background: viraColorPalette['vira-yellow-70'],
1272
1208
  },
1273
1209
  'vira-yellow-behind-fg-non-body': {
1274
- foreground: 'white',
1275
1210
  background: viraColorPalette['vira-yellow-60'],
1276
1211
  },
1277
1212
  'vira-yellow-behind-fg-header': {
1278
- foreground: 'white',
1279
1213
  background: viraColorPalette['vira-yellow-40'],
1280
1214
  },
1281
1215
  'vira-yellow-behind-fg-placeholder': {
1282
- foreground: 'white',
1283
1216
  background: viraColorPalette['vira-yellow-30'],
1284
1217
  },
1285
1218
  'vira-yellow-behind-fg-decoration': {
1286
- foreground: 'white',
1287
1219
  background: viraColorPalette['vira-yellow-20'],
1288
1220
  },
1289
1221
  'vira-yellow-behind-fg-invisible': {
1290
- foreground: 'white',
1291
1222
  background: viraColorPalette['vira-yellow-5'],
1292
1223
  },
1293
1224
  'vira-yellow-on-self-body': {
@@ -1315,85 +1246,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1315
1246
  },
1316
1247
  'vira-green-foreground-small-body': {
1317
1248
  foreground: viraColorPalette['vira-green-5'],
1318
- background: 'black',
1319
1249
  },
1320
1250
  'vira-green-foreground-body': {
1321
1251
  foreground: viraColorPalette['vira-green-20'],
1322
- background: 'black',
1323
1252
  },
1324
1253
  'vira-green-foreground-non-body': {
1325
1254
  foreground: viraColorPalette['vira-green-30'],
1326
- background: 'black',
1327
- },
1328
- 'vira-green-foreground-header': {
1329
- background: 'black',
1330
1255
  },
1331
1256
  'vira-green-foreground-placeholder': {
1332
1257
  foreground: viraColorPalette['vira-green-60'],
1333
- background: 'black',
1334
1258
  },
1335
1259
  'vira-green-foreground-decoration': {
1336
1260
  foreground: viraColorPalette['vira-green-80'],
1337
- background: 'black',
1338
1261
  },
1339
1262
  'vira-green-foreground-invisible': {
1340
1263
  foreground: viraColorPalette['vira-green-90'],
1341
- background: 'black',
1342
1264
  },
1343
1265
  'vira-green-behind-bg-small-body': {
1344
- foreground: 'black',
1345
1266
  background: viraColorPalette['vira-green-5'],
1346
1267
  },
1347
1268
  'vira-green-behind-bg-body': {
1348
- foreground: 'black',
1349
1269
  background: viraColorPalette['vira-green-20'],
1350
1270
  },
1351
1271
  'vira-green-behind-bg-non-body': {
1352
- foreground: 'black',
1353
1272
  background: viraColorPalette['vira-green-30'],
1354
1273
  },
1355
1274
  'vira-green-behind-bg-header': {
1356
- foreground: 'black',
1357
1275
  background: viraColorPalette['vira-green-50'],
1358
1276
  },
1359
1277
  'vira-green-behind-bg-placeholder': {
1360
- foreground: 'black',
1361
1278
  background: viraColorPalette['vira-green-60'],
1362
1279
  },
1363
1280
  'vira-green-behind-bg-decoration': {
1364
- foreground: 'black',
1365
1281
  background: viraColorPalette['vira-green-80'],
1366
1282
  },
1367
1283
  'vira-green-behind-bg-invisible': {
1368
- foreground: 'black',
1369
1284
  background: viraColorPalette['vira-green-90'],
1370
1285
  },
1371
1286
  'vira-green-behind-fg-small-body': {
1372
- foreground: 'white',
1373
1287
  background: viraColorPalette['vira-green-90'],
1374
1288
  },
1375
1289
  'vira-green-behind-fg-body': {
1376
- foreground: 'white',
1377
1290
  background: viraColorPalette['vira-green-70'],
1378
1291
  },
1379
1292
  'vira-green-behind-fg-non-body': {
1380
- foreground: 'white',
1381
1293
  background: viraColorPalette['vira-green-60'],
1382
1294
  },
1383
1295
  'vira-green-behind-fg-header': {
1384
- foreground: 'white',
1385
1296
  background: viraColorPalette['vira-green-40'],
1386
1297
  },
1387
1298
  'vira-green-behind-fg-placeholder': {
1388
- foreground: 'white',
1389
1299
  background: viraColorPalette['vira-green-30'],
1390
1300
  },
1391
1301
  'vira-green-behind-fg-decoration': {
1392
- foreground: 'white',
1393
1302
  background: viraColorPalette['vira-green-20'],
1394
1303
  },
1395
1304
  'vira-green-behind-fg-invisible': {
1396
- foreground: 'white',
1397
1305
  background: viraColorPalette['vira-green-5'],
1398
1306
  },
1399
1307
  'vira-green-on-self-body': {
@@ -1422,85 +1330,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1422
1330
  },
1423
1331
  'vira-teal-foreground-small-body': {
1424
1332
  foreground: viraColorPalette['vira-teal-5'],
1425
- background: 'black',
1426
1333
  },
1427
1334
  'vira-teal-foreground-body': {
1428
1335
  foreground: viraColorPalette['vira-teal-20'],
1429
- background: 'black',
1430
1336
  },
1431
1337
  'vira-teal-foreground-non-body': {
1432
1338
  foreground: viraColorPalette['vira-teal-30'],
1433
- background: 'black',
1434
- },
1435
- 'vira-teal-foreground-header': {
1436
- background: 'black',
1437
1339
  },
1438
1340
  'vira-teal-foreground-placeholder': {
1439
1341
  foreground: viraColorPalette['vira-teal-60'],
1440
- background: 'black',
1441
1342
  },
1442
1343
  'vira-teal-foreground-decoration': {
1443
1344
  foreground: viraColorPalette['vira-teal-80'],
1444
- background: 'black',
1445
1345
  },
1446
1346
  'vira-teal-foreground-invisible': {
1447
1347
  foreground: viraColorPalette['vira-teal-90'],
1448
- background: 'black',
1449
1348
  },
1450
1349
  'vira-teal-behind-bg-small-body': {
1451
- foreground: 'black',
1452
1350
  background: viraColorPalette['vira-teal-5'],
1453
1351
  },
1454
1352
  'vira-teal-behind-bg-body': {
1455
- foreground: 'black',
1456
1353
  background: viraColorPalette['vira-teal-20'],
1457
1354
  },
1458
1355
  'vira-teal-behind-bg-non-body': {
1459
- foreground: 'black',
1460
1356
  background: viraColorPalette['vira-teal-30'],
1461
1357
  },
1462
1358
  'vira-teal-behind-bg-header': {
1463
- foreground: 'black',
1464
1359
  background: viraColorPalette['vira-teal-50'],
1465
1360
  },
1466
1361
  'vira-teal-behind-bg-placeholder': {
1467
- foreground: 'black',
1468
1362
  background: viraColorPalette['vira-teal-60'],
1469
1363
  },
1470
1364
  'vira-teal-behind-bg-decoration': {
1471
- foreground: 'black',
1472
1365
  background: viraColorPalette['vira-teal-80'],
1473
1366
  },
1474
1367
  'vira-teal-behind-bg-invisible': {
1475
- foreground: 'black',
1476
1368
  background: viraColorPalette['vira-teal-90'],
1477
1369
  },
1478
1370
  'vira-teal-behind-fg-small-body': {
1479
- foreground: 'white',
1480
1371
  background: viraColorPalette['vira-teal-90'],
1481
1372
  },
1482
1373
  'vira-teal-behind-fg-body': {
1483
- foreground: 'white',
1484
1374
  background: viraColorPalette['vira-teal-80'],
1485
1375
  },
1486
1376
  'vira-teal-behind-fg-non-body': {
1487
- foreground: 'white',
1488
1377
  background: viraColorPalette['vira-teal-60'],
1489
1378
  },
1490
1379
  'vira-teal-behind-fg-header': {
1491
- foreground: 'white',
1492
1380
  background: viraColorPalette['vira-teal-40'],
1493
1381
  },
1494
1382
  'vira-teal-behind-fg-placeholder': {
1495
- foreground: 'white',
1496
1383
  background: viraColorPalette['vira-teal-30'],
1497
1384
  },
1498
1385
  'vira-teal-behind-fg-decoration': {
1499
- foreground: 'white',
1500
1386
  background: viraColorPalette['vira-teal-20'],
1501
1387
  },
1502
1388
  'vira-teal-behind-fg-invisible': {
1503
- foreground: 'white',
1504
1389
  background: viraColorPalette['vira-teal-5'],
1505
1390
  },
1506
1391
  'vira-teal-on-self-body': {
@@ -1529,85 +1414,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1529
1414
  },
1530
1415
  'vira-blue-foreground-small-body': {
1531
1416
  foreground: viraColorPalette['vira-blue-5'],
1532
- background: 'black',
1533
1417
  },
1534
1418
  'vira-blue-foreground-body': {
1535
1419
  foreground: viraColorPalette['vira-blue-20'],
1536
- background: 'black',
1537
1420
  },
1538
1421
  'vira-blue-foreground-non-body': {
1539
1422
  foreground: viraColorPalette['vira-blue-30'],
1540
- background: 'black',
1541
- },
1542
- 'vira-blue-foreground-header': {
1543
- background: 'black',
1544
1423
  },
1545
1424
  'vira-blue-foreground-placeholder': {
1546
1425
  foreground: viraColorPalette['vira-blue-60'],
1547
- background: 'black',
1548
1426
  },
1549
1427
  'vira-blue-foreground-decoration': {
1550
1428
  foreground: viraColorPalette['vira-blue-80'],
1551
- background: 'black',
1552
1429
  },
1553
1430
  'vira-blue-foreground-invisible': {
1554
1431
  foreground: viraColorPalette['vira-blue-90'],
1555
- background: 'black',
1556
1432
  },
1557
1433
  'vira-blue-behind-bg-small-body': {
1558
- foreground: 'black',
1559
1434
  background: viraColorPalette['vira-blue-5'],
1560
1435
  },
1561
1436
  'vira-blue-behind-bg-body': {
1562
- foreground: 'black',
1563
1437
  background: viraColorPalette['vira-blue-20'],
1564
1438
  },
1565
1439
  'vira-blue-behind-bg-non-body': {
1566
- foreground: 'black',
1567
1440
  background: viraColorPalette['vira-blue-30'],
1568
1441
  },
1569
1442
  'vira-blue-behind-bg-header': {
1570
- foreground: 'black',
1571
1443
  background: viraColorPalette['vira-blue-50'],
1572
1444
  },
1573
1445
  'vira-blue-behind-bg-placeholder': {
1574
- foreground: 'black',
1575
1446
  background: viraColorPalette['vira-blue-60'],
1576
1447
  },
1577
1448
  'vira-blue-behind-bg-decoration': {
1578
- foreground: 'black',
1579
1449
  background: viraColorPalette['vira-blue-80'],
1580
1450
  },
1581
1451
  'vira-blue-behind-bg-invisible': {
1582
- foreground: 'black',
1583
1452
  background: viraColorPalette['vira-blue-90'],
1584
1453
  },
1585
1454
  'vira-blue-behind-fg-small-body': {
1586
- foreground: 'white',
1587
1455
  background: viraColorPalette['vira-blue-90'],
1588
1456
  },
1589
1457
  'vira-blue-behind-fg-body': {
1590
- foreground: 'white',
1591
1458
  background: viraColorPalette['vira-blue-80'],
1592
1459
  },
1593
1460
  'vira-blue-behind-fg-non-body': {
1594
- foreground: 'white',
1595
1461
  background: viraColorPalette['vira-blue-60'],
1596
1462
  },
1597
1463
  'vira-blue-behind-fg-header': {
1598
- foreground: 'white',
1599
1464
  background: viraColorPalette['vira-blue-40'],
1600
1465
  },
1601
1466
  'vira-blue-behind-fg-placeholder': {
1602
- foreground: 'white',
1603
1467
  background: viraColorPalette['vira-blue-30'],
1604
1468
  },
1605
1469
  'vira-blue-behind-fg-decoration': {
1606
- foreground: 'white',
1607
1470
  background: viraColorPalette['vira-blue-20'],
1608
1471
  },
1609
1472
  'vira-blue-behind-fg-invisible': {
1610
- foreground: 'white',
1611
1473
  background: viraColorPalette['vira-blue-5'],
1612
1474
  },
1613
1475
  'vira-blue-on-self-body': {
@@ -1635,85 +1497,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1635
1497
  },
1636
1498
  'vira-purple-foreground-small-body': {
1637
1499
  foreground: viraColorPalette['vira-purple-5'],
1638
- background: 'black',
1639
1500
  },
1640
1501
  'vira-purple-foreground-body': {
1641
1502
  foreground: viraColorPalette['vira-purple-20'],
1642
- background: 'black',
1643
1503
  },
1644
1504
  'vira-purple-foreground-non-body': {
1645
1505
  foreground: viraColorPalette['vira-purple-30'],
1646
- background: 'black',
1647
- },
1648
- 'vira-purple-foreground-header': {
1649
- background: 'black',
1650
1506
  },
1651
1507
  'vira-purple-foreground-placeholder': {
1652
1508
  foreground: viraColorPalette['vira-purple-60'],
1653
- background: 'black',
1654
1509
  },
1655
1510
  'vira-purple-foreground-decoration': {
1656
1511
  foreground: viraColorPalette['vira-purple-80'],
1657
- background: 'black',
1658
1512
  },
1659
1513
  'vira-purple-foreground-invisible': {
1660
1514
  foreground: viraColorPalette['vira-purple-90'],
1661
- background: 'black',
1662
1515
  },
1663
1516
  'vira-purple-behind-bg-small-body': {
1664
- foreground: 'black',
1665
1517
  background: viraColorPalette['vira-purple-5'],
1666
1518
  },
1667
1519
  'vira-purple-behind-bg-body': {
1668
- foreground: 'black',
1669
1520
  background: viraColorPalette['vira-purple-20'],
1670
1521
  },
1671
1522
  'vira-purple-behind-bg-non-body': {
1672
- foreground: 'black',
1673
1523
  background: viraColorPalette['vira-purple-30'],
1674
1524
  },
1675
1525
  'vira-purple-behind-bg-header': {
1676
- foreground: 'black',
1677
1526
  background: viraColorPalette['vira-purple-50'],
1678
1527
  },
1679
1528
  'vira-purple-behind-bg-placeholder': {
1680
- foreground: 'black',
1681
1529
  background: viraColorPalette['vira-purple-60'],
1682
1530
  },
1683
1531
  'vira-purple-behind-bg-decoration': {
1684
- foreground: 'black',
1685
1532
  background: viraColorPalette['vira-purple-80'],
1686
1533
  },
1687
1534
  'vira-purple-behind-bg-invisible': {
1688
- foreground: 'black',
1689
1535
  background: viraColorPalette['vira-purple-90'],
1690
1536
  },
1691
1537
  'vira-purple-behind-fg-small-body': {
1692
- foreground: 'white',
1693
1538
  background: viraColorPalette['vira-purple-90'],
1694
1539
  },
1695
1540
  'vira-purple-behind-fg-body': {
1696
- foreground: 'white',
1697
1541
  background: viraColorPalette['vira-purple-80'],
1698
1542
  },
1699
1543
  'vira-purple-behind-fg-non-body': {
1700
- foreground: 'white',
1701
1544
  background: viraColorPalette['vira-purple-60'],
1702
1545
  },
1703
1546
  'vira-purple-behind-fg-header': {
1704
- foreground: 'white',
1705
1547
  background: viraColorPalette['vira-purple-40'],
1706
1548
  },
1707
1549
  'vira-purple-behind-fg-placeholder': {
1708
- foreground: 'white',
1709
1550
  background: viraColorPalette['vira-purple-30'],
1710
1551
  },
1711
1552
  'vira-purple-behind-fg-decoration': {
1712
- foreground: 'white',
1713
1553
  background: viraColorPalette['vira-purple-20'],
1714
1554
  },
1715
1555
  'vira-purple-behind-fg-invisible': {
1716
- foreground: 'white',
1717
1556
  background: viraColorPalette['vira-purple-5'],
1718
1557
  },
1719
1558
  'vira-purple-on-self-body': {
@@ -1742,85 +1581,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1742
1581
  },
1743
1582
  'vira-pink-foreground-small-body': {
1744
1583
  foreground: viraColorPalette['vira-pink-5'],
1745
- background: 'black',
1746
1584
  },
1747
1585
  'vira-pink-foreground-body': {
1748
1586
  foreground: viraColorPalette['vira-pink-20'],
1749
- background: 'black',
1750
1587
  },
1751
1588
  'vira-pink-foreground-non-body': {
1752
1589
  foreground: viraColorPalette['vira-pink-30'],
1753
- background: 'black',
1754
- },
1755
- 'vira-pink-foreground-header': {
1756
- background: 'black',
1757
1590
  },
1758
1591
  'vira-pink-foreground-placeholder': {
1759
1592
  foreground: viraColorPalette['vira-pink-60'],
1760
- background: 'black',
1761
1593
  },
1762
1594
  'vira-pink-foreground-decoration': {
1763
1595
  foreground: viraColorPalette['vira-pink-80'],
1764
- background: 'black',
1765
1596
  },
1766
1597
  'vira-pink-foreground-invisible': {
1767
1598
  foreground: viraColorPalette['vira-pink-90'],
1768
- background: 'black',
1769
1599
  },
1770
1600
  'vira-pink-behind-bg-small-body': {
1771
- foreground: 'black',
1772
1601
  background: viraColorPalette['vira-pink-5'],
1773
1602
  },
1774
1603
  'vira-pink-behind-bg-body': {
1775
- foreground: 'black',
1776
1604
  background: viraColorPalette['vira-pink-20'],
1777
1605
  },
1778
1606
  'vira-pink-behind-bg-non-body': {
1779
- foreground: 'black',
1780
1607
  background: viraColorPalette['vira-pink-30'],
1781
1608
  },
1782
1609
  'vira-pink-behind-bg-header': {
1783
- foreground: 'black',
1784
1610
  background: viraColorPalette['vira-pink-50'],
1785
1611
  },
1786
1612
  'vira-pink-behind-bg-placeholder': {
1787
- foreground: 'black',
1788
1613
  background: viraColorPalette['vira-pink-60'],
1789
1614
  },
1790
1615
  'vira-pink-behind-bg-decoration': {
1791
- foreground: 'black',
1792
1616
  background: viraColorPalette['vira-pink-80'],
1793
1617
  },
1794
1618
  'vira-pink-behind-bg-invisible': {
1795
- foreground: 'black',
1796
1619
  background: viraColorPalette['vira-pink-90'],
1797
1620
  },
1798
1621
  'vira-pink-behind-fg-small-body': {
1799
- foreground: 'white',
1800
1622
  background: viraColorPalette['vira-pink-90'],
1801
1623
  },
1802
1624
  'vira-pink-behind-fg-body': {
1803
- foreground: 'white',
1804
1625
  background: viraColorPalette['vira-pink-80'],
1805
1626
  },
1806
1627
  'vira-pink-behind-fg-non-body': {
1807
- foreground: 'white',
1808
1628
  background: viraColorPalette['vira-pink-60'],
1809
1629
  },
1810
1630
  'vira-pink-behind-fg-header': {
1811
- foreground: 'white',
1812
1631
  background: viraColorPalette['vira-pink-40'],
1813
1632
  },
1814
1633
  'vira-pink-behind-fg-placeholder': {
1815
- foreground: 'white',
1816
1634
  background: viraColorPalette['vira-pink-30'],
1817
1635
  },
1818
1636
  'vira-pink-behind-fg-decoration': {
1819
- foreground: 'white',
1820
1637
  background: viraColorPalette['vira-pink-20'],
1821
1638
  },
1822
1639
  'vira-pink-behind-fg-invisible': {
1823
- foreground: 'white',
1824
1640
  background: viraColorPalette['vira-pink-5'],
1825
1641
  },
1826
1642
  'vira-pink-on-self-body': {
@@ -1848,85 +1664,62 @@ export const viraThemeDarkOverride = defineColorThemeOverride(viraTheme, 'dark',
1848
1664
  },
1849
1665
  'vira-grey-foreground-small-body': {
1850
1666
  foreground: viraColorPalette['vira-grey-5'],
1851
- background: 'black',
1852
1667
  },
1853
1668
  'vira-grey-foreground-body': {
1854
1669
  foreground: viraColorPalette['vira-grey-20'],
1855
- background: 'black',
1856
1670
  },
1857
1671
  'vira-grey-foreground-non-body': {
1858
1672
  foreground: viraColorPalette['vira-grey-30'],
1859
- background: 'black',
1860
- },
1861
- 'vira-grey-foreground-header': {
1862
- background: 'black',
1863
1673
  },
1864
1674
  'vira-grey-foreground-placeholder': {
1865
1675
  foreground: viraColorPalette['vira-grey-60'],
1866
- background: 'black',
1867
1676
  },
1868
1677
  'vira-grey-foreground-decoration': {
1869
1678
  foreground: viraColorPalette['vira-grey-80'],
1870
- background: 'black',
1871
1679
  },
1872
1680
  'vira-grey-foreground-invisible': {
1873
1681
  foreground: viraColorPalette['vira-grey-90'],
1874
- background: 'black',
1875
1682
  },
1876
1683
  'vira-grey-behind-bg-small-body': {
1877
- foreground: 'black',
1878
1684
  background: viraColorPalette['vira-grey-5'],
1879
1685
  },
1880
1686
  'vira-grey-behind-bg-body': {
1881
- foreground: 'black',
1882
1687
  background: viraColorPalette['vira-grey-20'],
1883
1688
  },
1884
1689
  'vira-grey-behind-bg-non-body': {
1885
- foreground: 'black',
1886
1690
  background: viraColorPalette['vira-grey-30'],
1887
1691
  },
1888
1692
  'vira-grey-behind-bg-header': {
1889
- foreground: 'black',
1890
1693
  background: viraColorPalette['vira-grey-50'],
1891
1694
  },
1892
1695
  'vira-grey-behind-bg-placeholder': {
1893
- foreground: 'black',
1894
1696
  background: viraColorPalette['vira-grey-60'],
1895
1697
  },
1896
1698
  'vira-grey-behind-bg-decoration': {
1897
- foreground: 'black',
1898
1699
  background: viraColorPalette['vira-grey-80'],
1899
1700
  },
1900
1701
  'vira-grey-behind-bg-invisible': {
1901
- foreground: 'black',
1902
1702
  background: viraColorPalette['vira-grey-90'],
1903
1703
  },
1904
1704
  'vira-grey-behind-fg-small-body': {
1905
- foreground: 'white',
1906
1705
  background: viraColorPalette['vira-grey-90'],
1907
1706
  },
1908
1707
  'vira-grey-behind-fg-body': {
1909
- foreground: 'white',
1910
1708
  background: viraColorPalette['vira-grey-80'],
1911
1709
  },
1912
1710
  'vira-grey-behind-fg-non-body': {
1913
- foreground: 'white',
1914
1711
  background: viraColorPalette['vira-grey-60'],
1915
1712
  },
1916
1713
  'vira-grey-behind-fg-header': {
1917
- foreground: 'white',
1918
1714
  background: viraColorPalette['vira-grey-40'],
1919
1715
  },
1920
1716
  'vira-grey-behind-fg-placeholder': {
1921
- foreground: 'white',
1922
1717
  background: viraColorPalette['vira-grey-30'],
1923
1718
  },
1924
1719
  'vira-grey-behind-fg-decoration': {
1925
- foreground: 'white',
1926
1720
  background: viraColorPalette['vira-grey-20'],
1927
1721
  },
1928
1722
  'vira-grey-behind-fg-invisible': {
1929
- foreground: 'white',
1930
1723
  background: viraColorPalette['vira-grey-5'],
1931
1724
  },
1932
1725
  'vira-grey-on-self-body': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "29.3.1",
3
+ "version": "29.3.2",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",
@@ -38,22 +38,22 @@
38
38
  "test:docs": "virmator docs check"
39
39
  },
40
40
  "dependencies": {
41
- "@augment-vir/assert": "^31.59.2",
42
- "@augment-vir/common": "^31.59.2",
43
- "@augment-vir/web": "^31.59.2",
41
+ "@augment-vir/assert": "^31.59.3",
42
+ "@augment-vir/common": "^31.59.3",
43
+ "@augment-vir/web": "^31.59.3",
44
44
  "colorjs.io": "^0.6.1",
45
- "date-vir": "^8.1.0",
45
+ "date-vir": "^8.1.1",
46
46
  "device-navigation": "^4.5.5",
47
- "lit-css-vars": "^3.4.0",
47
+ "lit-css-vars": "^3.5.0",
48
48
  "observavir": "^2.3.1",
49
49
  "page-active": "^1.0.3",
50
50
  "spa-router-vir": "^6.4.1",
51
- "type-fest": "^5.4.1",
51
+ "type-fest": "^5.4.4",
52
52
  "typed-event-target": "^4.1.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@augment-vir/test": "^31.59.2",
56
- "@web/dev-server-esbuild": "^1.0.4",
55
+ "@augment-vir/test": "^31.59.3",
56
+ "@web/dev-server-esbuild": "^1.0.5",
57
57
  "@web/test-runner": "^0.20.2",
58
58
  "@web/test-runner-commands": "^0.9.0",
59
59
  "@web/test-runner-playwright": "^0.11.1",
@@ -61,7 +61,7 @@
61
61
  "esbuild": "^0.27.3",
62
62
  "istanbul-smart-text-reporter": "^1.1.5",
63
63
  "markdown-code-example-inserter": "^3.0.3",
64
- "theme-vir": "^28.20.0",
64
+ "theme-vir": "^28.21.2",
65
65
  "typedoc": "^0.28.16",
66
66
  "typescript": "5.9.3",
67
67
  "vite": "^7.3.1",