@gitlab/ui 71.9.0 → 71.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/components/charts/area/area.js +11 -22
- package/dist/components/charts/bar/bar.js +3 -4
- package/dist/components/charts/column/column.js +5 -22
- package/dist/components/charts/heatmap/heatmap.js +4 -9
- package/dist/components/charts/line/line.js +11 -22
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/json/tokens.dark.json +198 -330
- package/dist/tokens/json/tokens.json +132 -132
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +67 -67
- package/package.json +1 -1
- package/src/components/charts/area/area.spec.js +82 -7
- package/src/components/charts/area/area.stories.js +24 -6
- package/src/components/charts/area/area.vue +21 -27
- package/src/components/charts/bar/bar.spec.js +7 -43
- package/src/components/charts/bar/bar.vue +3 -4
- package/src/components/charts/column/__snapshots__/column_chart.spec.js.snap +0 -12
- package/src/components/charts/column/column.vue +1 -23
- package/src/components/charts/column/column_chart.spec.js +13 -27
- package/src/components/charts/heatmap/heatmap.vue +4 -14
- package/src/components/charts/line/line.spec.js +120 -38
- package/src/components/charts/line/line.stories.js +21 -4
- package/src/components/charts/line/line.vue +21 -32
- package/src/tokens/color.theme.tokens.json +66 -66
|
@@ -1171,17 +1171,15 @@
|
|
|
1171
1171
|
"50": {
|
|
1172
1172
|
"value": "#14143d",
|
|
1173
1173
|
"$type": "color",
|
|
1174
|
-
"
|
|
1174
|
+
"themeable": false,
|
|
1175
1175
|
"prefix": false,
|
|
1176
1176
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1177
1177
|
"isSource": true,
|
|
1178
|
-
"themeable": false,
|
|
1179
1178
|
"original": {
|
|
1180
1179
|
"value": "#14143d",
|
|
1181
1180
|
"$type": "color",
|
|
1182
|
-
"
|
|
1183
|
-
"prefix": false
|
|
1184
|
-
"themeable": false
|
|
1181
|
+
"themeable": false,
|
|
1182
|
+
"prefix": false
|
|
1185
1183
|
},
|
|
1186
1184
|
"name": "ME_INDIGO_50",
|
|
1187
1185
|
"attributes": {},
|
|
@@ -1194,17 +1192,15 @@
|
|
|
1194
1192
|
"100": {
|
|
1195
1193
|
"value": "#222261",
|
|
1196
1194
|
"$type": "color",
|
|
1197
|
-
"
|
|
1195
|
+
"themeable": false,
|
|
1198
1196
|
"prefix": false,
|
|
1199
1197
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1200
1198
|
"isSource": true,
|
|
1201
|
-
"themeable": false,
|
|
1202
1199
|
"original": {
|
|
1203
1200
|
"value": "#222261",
|
|
1204
1201
|
"$type": "color",
|
|
1205
|
-
"
|
|
1206
|
-
"prefix": false
|
|
1207
|
-
"themeable": false
|
|
1202
|
+
"themeable": false,
|
|
1203
|
+
"prefix": false
|
|
1208
1204
|
},
|
|
1209
1205
|
"name": "ME_INDIGO_100",
|
|
1210
1206
|
"attributes": {},
|
|
@@ -1217,17 +1213,15 @@
|
|
|
1217
1213
|
"200": {
|
|
1218
1214
|
"value": "#303083",
|
|
1219
1215
|
"$type": "color",
|
|
1220
|
-
"
|
|
1216
|
+
"themeable": false,
|
|
1221
1217
|
"prefix": false,
|
|
1222
1218
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1223
1219
|
"isSource": true,
|
|
1224
|
-
"themeable": false,
|
|
1225
1220
|
"original": {
|
|
1226
1221
|
"value": "#303083",
|
|
1227
1222
|
"$type": "color",
|
|
1228
|
-
"
|
|
1229
|
-
"prefix": false
|
|
1230
|
-
"themeable": false
|
|
1223
|
+
"themeable": false,
|
|
1224
|
+
"prefix": false
|
|
1231
1225
|
},
|
|
1232
1226
|
"name": "ME_INDIGO_200",
|
|
1233
1227
|
"attributes": {},
|
|
@@ -1240,17 +1234,15 @@
|
|
|
1240
1234
|
"300": {
|
|
1241
1235
|
"value": "#41419f",
|
|
1242
1236
|
"$type": "color",
|
|
1243
|
-
"
|
|
1237
|
+
"themeable": false,
|
|
1244
1238
|
"prefix": false,
|
|
1245
1239
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1246
1240
|
"isSource": true,
|
|
1247
|
-
"themeable": false,
|
|
1248
1241
|
"original": {
|
|
1249
1242
|
"value": "#41419f",
|
|
1250
1243
|
"$type": "color",
|
|
1251
|
-
"
|
|
1252
|
-
"prefix": false
|
|
1253
|
-
"themeable": false
|
|
1244
|
+
"themeable": false,
|
|
1245
|
+
"prefix": false
|
|
1254
1246
|
},
|
|
1255
1247
|
"name": "ME_INDIGO_300",
|
|
1256
1248
|
"attributes": {},
|
|
@@ -1263,17 +1255,15 @@
|
|
|
1263
1255
|
"400": {
|
|
1264
1256
|
"value": "#5252b5",
|
|
1265
1257
|
"$type": "color",
|
|
1266
|
-
"
|
|
1258
|
+
"themeable": false,
|
|
1267
1259
|
"prefix": false,
|
|
1268
1260
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1269
1261
|
"isSource": true,
|
|
1270
|
-
"themeable": false,
|
|
1271
1262
|
"original": {
|
|
1272
1263
|
"value": "#5252b5",
|
|
1273
1264
|
"$type": "color",
|
|
1274
|
-
"
|
|
1275
|
-
"prefix": false
|
|
1276
|
-
"themeable": false
|
|
1265
|
+
"themeable": false,
|
|
1266
|
+
"prefix": false
|
|
1277
1267
|
},
|
|
1278
1268
|
"name": "ME_INDIGO_400",
|
|
1279
1269
|
"attributes": {},
|
|
@@ -1286,17 +1276,15 @@
|
|
|
1286
1276
|
"500": {
|
|
1287
1277
|
"value": "#6666c4",
|
|
1288
1278
|
"$type": "color",
|
|
1289
|
-
"
|
|
1279
|
+
"themeable": false,
|
|
1290
1280
|
"prefix": false,
|
|
1291
1281
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1292
1282
|
"isSource": true,
|
|
1293
|
-
"themeable": false,
|
|
1294
1283
|
"original": {
|
|
1295
1284
|
"value": "#6666c4",
|
|
1296
1285
|
"$type": "color",
|
|
1297
|
-
"
|
|
1298
|
-
"prefix": false
|
|
1299
|
-
"themeable": false
|
|
1286
|
+
"themeable": false,
|
|
1287
|
+
"prefix": false
|
|
1300
1288
|
},
|
|
1301
1289
|
"name": "ME_INDIGO_500",
|
|
1302
1290
|
"attributes": {},
|
|
@@ -1309,17 +1297,15 @@
|
|
|
1309
1297
|
"600": {
|
|
1310
1298
|
"value": "#8181d7",
|
|
1311
1299
|
"$type": "color",
|
|
1312
|
-
"
|
|
1300
|
+
"themeable": false,
|
|
1313
1301
|
"prefix": false,
|
|
1314
1302
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1315
1303
|
"isSource": true,
|
|
1316
|
-
"themeable": false,
|
|
1317
1304
|
"original": {
|
|
1318
1305
|
"value": "#8181d7",
|
|
1319
1306
|
"$type": "color",
|
|
1320
|
-
"
|
|
1321
|
-
"prefix": false
|
|
1322
|
-
"themeable": false
|
|
1307
|
+
"themeable": false,
|
|
1308
|
+
"prefix": false
|
|
1323
1309
|
},
|
|
1324
1310
|
"name": "ME_INDIGO_600",
|
|
1325
1311
|
"attributes": {},
|
|
@@ -1332,17 +1318,15 @@
|
|
|
1332
1318
|
"700": {
|
|
1333
1319
|
"value": "#a2a2e6",
|
|
1334
1320
|
"$type": "color",
|
|
1335
|
-
"
|
|
1321
|
+
"themeable": false,
|
|
1336
1322
|
"prefix": false,
|
|
1337
1323
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1338
1324
|
"isSource": true,
|
|
1339
|
-
"themeable": false,
|
|
1340
1325
|
"original": {
|
|
1341
1326
|
"value": "#a2a2e6",
|
|
1342
1327
|
"$type": "color",
|
|
1343
|
-
"
|
|
1344
|
-
"prefix": false
|
|
1345
|
-
"themeable": false
|
|
1328
|
+
"themeable": false,
|
|
1329
|
+
"prefix": false
|
|
1346
1330
|
},
|
|
1347
1331
|
"name": "ME_INDIGO_700",
|
|
1348
1332
|
"attributes": {},
|
|
@@ -1355,17 +1339,15 @@
|
|
|
1355
1339
|
"800": {
|
|
1356
1340
|
"value": "#c7c7f2",
|
|
1357
1341
|
"$type": "color",
|
|
1358
|
-
"
|
|
1342
|
+
"themeable": false,
|
|
1359
1343
|
"prefix": false,
|
|
1360
1344
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1361
1345
|
"isSource": true,
|
|
1362
|
-
"themeable": false,
|
|
1363
1346
|
"original": {
|
|
1364
1347
|
"value": "#c7c7f2",
|
|
1365
1348
|
"$type": "color",
|
|
1366
|
-
"
|
|
1367
|
-
"prefix": false
|
|
1368
|
-
"themeable": false
|
|
1349
|
+
"themeable": false,
|
|
1350
|
+
"prefix": false
|
|
1369
1351
|
},
|
|
1370
1352
|
"name": "ME_INDIGO_800",
|
|
1371
1353
|
"attributes": {},
|
|
@@ -1378,17 +1360,15 @@
|
|
|
1378
1360
|
"900": {
|
|
1379
1361
|
"value": "#dbdbf8",
|
|
1380
1362
|
"$type": "color",
|
|
1381
|
-
"
|
|
1363
|
+
"themeable": false,
|
|
1382
1364
|
"prefix": false,
|
|
1383
1365
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1384
1366
|
"isSource": true,
|
|
1385
|
-
"themeable": false,
|
|
1386
1367
|
"original": {
|
|
1387
1368
|
"value": "#dbdbf8",
|
|
1388
1369
|
"$type": "color",
|
|
1389
|
-
"
|
|
1390
|
-
"prefix": false
|
|
1391
|
-
"themeable": false
|
|
1370
|
+
"themeable": false,
|
|
1371
|
+
"prefix": false
|
|
1392
1372
|
},
|
|
1393
1373
|
"name": "ME_INDIGO_900",
|
|
1394
1374
|
"attributes": {},
|
|
@@ -1401,17 +1381,15 @@
|
|
|
1401
1381
|
"950": {
|
|
1402
1382
|
"value": "#f1f1ff",
|
|
1403
1383
|
"$type": "color",
|
|
1404
|
-
"
|
|
1384
|
+
"themeable": false,
|
|
1405
1385
|
"prefix": false,
|
|
1406
1386
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1407
1387
|
"isSource": true,
|
|
1408
|
-
"themeable": false,
|
|
1409
1388
|
"original": {
|
|
1410
1389
|
"value": "#f1f1ff",
|
|
1411
1390
|
"$type": "color",
|
|
1412
|
-
"
|
|
1413
|
-
"prefix": false
|
|
1414
|
-
"themeable": false
|
|
1391
|
+
"themeable": false,
|
|
1392
|
+
"prefix": false
|
|
1415
1393
|
},
|
|
1416
1394
|
"name": "ME_INDIGO_950",
|
|
1417
1395
|
"attributes": {},
|
|
@@ -1426,17 +1404,15 @@
|
|
|
1426
1404
|
"50": {
|
|
1427
1405
|
"value": "#04101c",
|
|
1428
1406
|
"$type": "color",
|
|
1429
|
-
"
|
|
1407
|
+
"themeable": false,
|
|
1430
1408
|
"prefix": false,
|
|
1431
1409
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1432
1410
|
"isSource": true,
|
|
1433
|
-
"themeable": false,
|
|
1434
1411
|
"original": {
|
|
1435
1412
|
"value": "#04101c",
|
|
1436
1413
|
"$type": "color",
|
|
1437
|
-
"
|
|
1438
|
-
"prefix": false
|
|
1439
|
-
"themeable": false
|
|
1414
|
+
"themeable": false,
|
|
1415
|
+
"prefix": false
|
|
1440
1416
|
},
|
|
1441
1417
|
"name": "ME_BLUE_50",
|
|
1442
1418
|
"attributes": {},
|
|
@@ -1449,17 +1425,15 @@
|
|
|
1449
1425
|
"100": {
|
|
1450
1426
|
"value": "#0b2640",
|
|
1451
1427
|
"$type": "color",
|
|
1452
|
-
"
|
|
1428
|
+
"themeable": false,
|
|
1453
1429
|
"prefix": false,
|
|
1454
1430
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1455
1431
|
"isSource": true,
|
|
1456
|
-
"themeable": false,
|
|
1457
1432
|
"original": {
|
|
1458
1433
|
"value": "#0b2640",
|
|
1459
1434
|
"$type": "color",
|
|
1460
|
-
"
|
|
1461
|
-
"prefix": false
|
|
1462
|
-
"themeable": false
|
|
1435
|
+
"themeable": false,
|
|
1436
|
+
"prefix": false
|
|
1463
1437
|
},
|
|
1464
1438
|
"name": "ME_BLUE_100",
|
|
1465
1439
|
"attributes": {},
|
|
@@ -1472,17 +1446,15 @@
|
|
|
1472
1446
|
"200": {
|
|
1473
1447
|
"value": "#153c63",
|
|
1474
1448
|
"$type": "color",
|
|
1475
|
-
"
|
|
1449
|
+
"themeable": false,
|
|
1476
1450
|
"prefix": false,
|
|
1477
1451
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1478
1452
|
"isSource": true,
|
|
1479
|
-
"themeable": false,
|
|
1480
1453
|
"original": {
|
|
1481
1454
|
"value": "#153c63",
|
|
1482
1455
|
"$type": "color",
|
|
1483
|
-
"
|
|
1484
|
-
"prefix": false
|
|
1485
|
-
"themeable": false
|
|
1456
|
+
"themeable": false,
|
|
1457
|
+
"prefix": false
|
|
1486
1458
|
},
|
|
1487
1459
|
"name": "ME_BLUE_200",
|
|
1488
1460
|
"attributes": {},
|
|
@@ -1495,17 +1467,15 @@
|
|
|
1495
1467
|
"300": {
|
|
1496
1468
|
"value": "#235180",
|
|
1497
1469
|
"$type": "color",
|
|
1498
|
-
"
|
|
1470
|
+
"themeable": false,
|
|
1499
1471
|
"prefix": false,
|
|
1500
1472
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1501
1473
|
"isSource": true,
|
|
1502
|
-
"themeable": false,
|
|
1503
1474
|
"original": {
|
|
1504
1475
|
"value": "#235180",
|
|
1505
1476
|
"$type": "color",
|
|
1506
|
-
"
|
|
1507
|
-
"prefix": false
|
|
1508
|
-
"themeable": false
|
|
1477
|
+
"themeable": false,
|
|
1478
|
+
"prefix": false
|
|
1509
1479
|
},
|
|
1510
1480
|
"name": "ME_BLUE_300",
|
|
1511
1481
|
"attributes": {},
|
|
@@ -1518,17 +1488,15 @@
|
|
|
1518
1488
|
"400": {
|
|
1519
1489
|
"value": "#346596",
|
|
1520
1490
|
"$type": "color",
|
|
1521
|
-
"
|
|
1491
|
+
"themeable": false,
|
|
1522
1492
|
"prefix": false,
|
|
1523
1493
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1524
1494
|
"isSource": true,
|
|
1525
|
-
"themeable": false,
|
|
1526
1495
|
"original": {
|
|
1527
1496
|
"value": "#346596",
|
|
1528
1497
|
"$type": "color",
|
|
1529
|
-
"
|
|
1530
|
-
"prefix": false
|
|
1531
|
-
"themeable": false
|
|
1498
|
+
"themeable": false,
|
|
1499
|
+
"prefix": false
|
|
1532
1500
|
},
|
|
1533
1501
|
"name": "ME_BLUE_400",
|
|
1534
1502
|
"attributes": {},
|
|
@@ -1541,17 +1509,15 @@
|
|
|
1541
1509
|
"500": {
|
|
1542
1510
|
"value": "#4977a5",
|
|
1543
1511
|
"$type": "color",
|
|
1544
|
-
"
|
|
1512
|
+
"themeable": false,
|
|
1545
1513
|
"prefix": false,
|
|
1546
1514
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1547
1515
|
"isSource": true,
|
|
1548
|
-
"themeable": false,
|
|
1549
1516
|
"original": {
|
|
1550
1517
|
"value": "#4977a5",
|
|
1551
1518
|
"$type": "color",
|
|
1552
|
-
"
|
|
1553
|
-
"prefix": false
|
|
1554
|
-
"themeable": false
|
|
1519
|
+
"themeable": false,
|
|
1520
|
+
"prefix": false
|
|
1555
1521
|
},
|
|
1556
1522
|
"name": "ME_BLUE_500",
|
|
1557
1523
|
"attributes": {},
|
|
@@ -1564,17 +1530,15 @@
|
|
|
1564
1530
|
"600": {
|
|
1565
1531
|
"value": "#628eb9",
|
|
1566
1532
|
"$type": "color",
|
|
1567
|
-
"
|
|
1533
|
+
"themeable": false,
|
|
1568
1534
|
"prefix": false,
|
|
1569
1535
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1570
1536
|
"isSource": true,
|
|
1571
|
-
"themeable": false,
|
|
1572
1537
|
"original": {
|
|
1573
1538
|
"value": "#628eb9",
|
|
1574
1539
|
"$type": "color",
|
|
1575
|
-
"
|
|
1576
|
-
"prefix": false
|
|
1577
|
-
"themeable": false
|
|
1540
|
+
"themeable": false,
|
|
1541
|
+
"prefix": false
|
|
1578
1542
|
},
|
|
1579
1543
|
"name": "ME_BLUE_600",
|
|
1580
1544
|
"attributes": {},
|
|
@@ -1587,17 +1551,15 @@
|
|
|
1587
1551
|
"700": {
|
|
1588
1552
|
"value": "#81a5c9",
|
|
1589
1553
|
"$type": "color",
|
|
1590
|
-
"
|
|
1554
|
+
"themeable": false,
|
|
1591
1555
|
"prefix": false,
|
|
1592
1556
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1593
1557
|
"isSource": true,
|
|
1594
|
-
"themeable": false,
|
|
1595
1558
|
"original": {
|
|
1596
1559
|
"value": "#81a5c9",
|
|
1597
1560
|
"$type": "color",
|
|
1598
|
-
"
|
|
1599
|
-
"prefix": false
|
|
1600
|
-
"themeable": false
|
|
1561
|
+
"themeable": false,
|
|
1562
|
+
"prefix": false
|
|
1601
1563
|
},
|
|
1602
1564
|
"name": "ME_BLUE_700",
|
|
1603
1565
|
"attributes": {},
|
|
@@ -1610,17 +1572,15 @@
|
|
|
1610
1572
|
"800": {
|
|
1611
1573
|
"value": "#a6bdd5",
|
|
1612
1574
|
"$type": "color",
|
|
1613
|
-
"
|
|
1575
|
+
"themeable": false,
|
|
1614
1576
|
"prefix": false,
|
|
1615
1577
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1616
1578
|
"isSource": true,
|
|
1617
|
-
"themeable": false,
|
|
1618
1579
|
"original": {
|
|
1619
1580
|
"value": "#a6bdd5",
|
|
1620
1581
|
"$type": "color",
|
|
1621
|
-
"
|
|
1622
|
-
"prefix": false
|
|
1623
|
-
"themeable": false
|
|
1582
|
+
"themeable": false,
|
|
1583
|
+
"prefix": false
|
|
1624
1584
|
},
|
|
1625
1585
|
"name": "ME_BLUE_800",
|
|
1626
1586
|
"attributes": {},
|
|
@@ -1633,17 +1593,15 @@
|
|
|
1633
1593
|
"900": {
|
|
1634
1594
|
"value": "#b9cadc",
|
|
1635
1595
|
"$type": "color",
|
|
1636
|
-
"
|
|
1596
|
+
"themeable": false,
|
|
1637
1597
|
"prefix": false,
|
|
1638
1598
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1639
1599
|
"isSource": true,
|
|
1640
|
-
"themeable": false,
|
|
1641
1600
|
"original": {
|
|
1642
1601
|
"value": "#b9cadc",
|
|
1643
1602
|
"$type": "color",
|
|
1644
|
-
"
|
|
1645
|
-
"prefix": false
|
|
1646
|
-
"themeable": false
|
|
1603
|
+
"themeable": false,
|
|
1604
|
+
"prefix": false
|
|
1647
1605
|
},
|
|
1648
1606
|
"name": "ME_BLUE_900",
|
|
1649
1607
|
"attributes": {},
|
|
@@ -1656,17 +1614,15 @@
|
|
|
1656
1614
|
"950": {
|
|
1657
1615
|
"value": "#cdd8e3",
|
|
1658
1616
|
"$type": "color",
|
|
1659
|
-
"
|
|
1617
|
+
"themeable": false,
|
|
1660
1618
|
"prefix": false,
|
|
1661
1619
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1662
1620
|
"isSource": true,
|
|
1663
|
-
"themeable": false,
|
|
1664
1621
|
"original": {
|
|
1665
1622
|
"value": "#cdd8e3",
|
|
1666
1623
|
"$type": "color",
|
|
1667
|
-
"
|
|
1668
|
-
"prefix": false
|
|
1669
|
-
"themeable": false
|
|
1624
|
+
"themeable": false,
|
|
1625
|
+
"prefix": false
|
|
1670
1626
|
},
|
|
1671
1627
|
"name": "ME_BLUE_950",
|
|
1672
1628
|
"attributes": {},
|
|
@@ -1681,17 +1637,15 @@
|
|
|
1681
1637
|
"50": {
|
|
1682
1638
|
"value": "#0a3764",
|
|
1683
1639
|
"$type": "color",
|
|
1684
|
-
"
|
|
1640
|
+
"themeable": false,
|
|
1685
1641
|
"prefix": false,
|
|
1686
1642
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1687
1643
|
"isSource": true,
|
|
1688
|
-
"themeable": false,
|
|
1689
1644
|
"original": {
|
|
1690
1645
|
"value": "#0a3764",
|
|
1691
1646
|
"$type": "color",
|
|
1692
|
-
"
|
|
1693
|
-
"prefix": false
|
|
1694
|
-
"themeable": false
|
|
1647
|
+
"themeable": false,
|
|
1648
|
+
"prefix": false
|
|
1695
1649
|
},
|
|
1696
1650
|
"name": "ME_LIGHT_BLUE_50",
|
|
1697
1651
|
"attributes": {},
|
|
@@ -1704,17 +1658,15 @@
|
|
|
1704
1658
|
"100": {
|
|
1705
1659
|
"value": "#0c4277",
|
|
1706
1660
|
"$type": "color",
|
|
1707
|
-
"
|
|
1661
|
+
"themeable": false,
|
|
1708
1662
|
"prefix": false,
|
|
1709
1663
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1710
1664
|
"isSource": true,
|
|
1711
|
-
"themeable": false,
|
|
1712
1665
|
"original": {
|
|
1713
1666
|
"value": "#0c4277",
|
|
1714
1667
|
"$type": "color",
|
|
1715
|
-
"
|
|
1716
|
-
"prefix": false
|
|
1717
|
-
"themeable": false
|
|
1668
|
+
"themeable": false,
|
|
1669
|
+
"prefix": false
|
|
1718
1670
|
},
|
|
1719
1671
|
"name": "ME_LIGHT_BLUE_100",
|
|
1720
1672
|
"attributes": {},
|
|
@@ -1727,17 +1679,15 @@
|
|
|
1727
1679
|
"200": {
|
|
1728
1680
|
"value": "#0e4d8d",
|
|
1729
1681
|
"$type": "color",
|
|
1730
|
-
"
|
|
1682
|
+
"themeable": false,
|
|
1731
1683
|
"prefix": false,
|
|
1732
1684
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1733
1685
|
"isSource": true,
|
|
1734
|
-
"themeable": false,
|
|
1735
1686
|
"original": {
|
|
1736
1687
|
"value": "#0e4d8d",
|
|
1737
1688
|
"$type": "color",
|
|
1738
|
-
"
|
|
1739
|
-
"prefix": false
|
|
1740
|
-
"themeable": false
|
|
1689
|
+
"themeable": false,
|
|
1690
|
+
"prefix": false
|
|
1741
1691
|
},
|
|
1742
1692
|
"name": "ME_LIGHT_BLUE_200",
|
|
1743
1693
|
"attributes": {},
|
|
@@ -1750,17 +1700,15 @@
|
|
|
1750
1700
|
"300": {
|
|
1751
1701
|
"value": "#145aa1",
|
|
1752
1702
|
"$type": "color",
|
|
1753
|
-
"
|
|
1703
|
+
"themeable": false,
|
|
1754
1704
|
"prefix": false,
|
|
1755
1705
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1756
1706
|
"isSource": true,
|
|
1757
|
-
"themeable": false,
|
|
1758
1707
|
"original": {
|
|
1759
1708
|
"value": "#145aa1",
|
|
1760
1709
|
"$type": "color",
|
|
1761
|
-
"
|
|
1762
|
-
"prefix": false
|
|
1763
|
-
"themeable": false
|
|
1710
|
+
"themeable": false,
|
|
1711
|
+
"prefix": false
|
|
1764
1712
|
},
|
|
1765
1713
|
"name": "ME_LIGHT_BLUE_300",
|
|
1766
1714
|
"attributes": {},
|
|
@@ -1773,17 +1721,15 @@
|
|
|
1773
1721
|
"400": {
|
|
1774
1722
|
"value": "#2268ae",
|
|
1775
1723
|
"$type": "color",
|
|
1776
|
-
"
|
|
1724
|
+
"themeable": false,
|
|
1777
1725
|
"prefix": false,
|
|
1778
1726
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1779
1727
|
"isSource": true,
|
|
1780
|
-
"themeable": false,
|
|
1781
1728
|
"original": {
|
|
1782
1729
|
"value": "#2268ae",
|
|
1783
1730
|
"$type": "color",
|
|
1784
|
-
"
|
|
1785
|
-
"prefix": false
|
|
1786
|
-
"themeable": false
|
|
1731
|
+
"themeable": false,
|
|
1732
|
+
"prefix": false
|
|
1787
1733
|
},
|
|
1788
1734
|
"name": "ME_LIGHT_BLUE_400",
|
|
1789
1735
|
"attributes": {},
|
|
@@ -1796,17 +1742,15 @@
|
|
|
1796
1742
|
"500": {
|
|
1797
1743
|
"value": "#3476b9",
|
|
1798
1744
|
"$type": "color",
|
|
1799
|
-
"
|
|
1745
|
+
"themeable": false,
|
|
1800
1746
|
"prefix": false,
|
|
1801
1747
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1802
1748
|
"isSource": true,
|
|
1803
|
-
"themeable": false,
|
|
1804
1749
|
"original": {
|
|
1805
1750
|
"value": "#3476b9",
|
|
1806
1751
|
"$type": "color",
|
|
1807
|
-
"
|
|
1808
|
-
"prefix": false
|
|
1809
|
-
"themeable": false
|
|
1752
|
+
"themeable": false,
|
|
1753
|
+
"prefix": false
|
|
1810
1754
|
},
|
|
1811
1755
|
"name": "ME_LIGHT_BLUE_500",
|
|
1812
1756
|
"attributes": {},
|
|
@@ -1819,17 +1763,15 @@
|
|
|
1819
1763
|
"600": {
|
|
1820
1764
|
"value": "#4f8bc7",
|
|
1821
1765
|
"$type": "color",
|
|
1822
|
-
"
|
|
1766
|
+
"themeable": false,
|
|
1823
1767
|
"prefix": false,
|
|
1824
1768
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1825
1769
|
"isSource": true,
|
|
1826
|
-
"themeable": false,
|
|
1827
1770
|
"original": {
|
|
1828
1771
|
"value": "#4f8bc7",
|
|
1829
1772
|
"$type": "color",
|
|
1830
|
-
"
|
|
1831
|
-
"prefix": false
|
|
1832
|
-
"themeable": false
|
|
1773
|
+
"themeable": false,
|
|
1774
|
+
"prefix": false
|
|
1833
1775
|
},
|
|
1834
1776
|
"name": "ME_LIGHT_BLUE_600",
|
|
1835
1777
|
"attributes": {},
|
|
@@ -1842,17 +1784,15 @@
|
|
|
1842
1784
|
"700": {
|
|
1843
1785
|
"value": "#74a3d3",
|
|
1844
1786
|
"$type": "color",
|
|
1845
|
-
"
|
|
1787
|
+
"themeable": false,
|
|
1846
1788
|
"prefix": false,
|
|
1847
1789
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1848
1790
|
"isSource": true,
|
|
1849
|
-
"themeable": false,
|
|
1850
1791
|
"original": {
|
|
1851
1792
|
"value": "#74a3d3",
|
|
1852
1793
|
"$type": "color",
|
|
1853
|
-
"
|
|
1854
|
-
"prefix": false
|
|
1855
|
-
"themeable": false
|
|
1794
|
+
"themeable": false,
|
|
1795
|
+
"prefix": false
|
|
1856
1796
|
},
|
|
1857
1797
|
"name": "ME_LIGHT_BLUE_700",
|
|
1858
1798
|
"attributes": {},
|
|
@@ -1865,17 +1805,15 @@
|
|
|
1865
1805
|
"800": {
|
|
1866
1806
|
"value": "#a0bedc",
|
|
1867
1807
|
"$type": "color",
|
|
1868
|
-
"
|
|
1808
|
+
"themeable": false,
|
|
1869
1809
|
"prefix": false,
|
|
1870
1810
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1871
1811
|
"isSource": true,
|
|
1872
|
-
"themeable": false,
|
|
1873
1812
|
"original": {
|
|
1874
1813
|
"value": "#a0bedc",
|
|
1875
1814
|
"$type": "color",
|
|
1876
|
-
"
|
|
1877
|
-
"prefix": false
|
|
1878
|
-
"themeable": false
|
|
1815
|
+
"themeable": false,
|
|
1816
|
+
"prefix": false
|
|
1879
1817
|
},
|
|
1880
1818
|
"name": "ME_LIGHT_BLUE_800",
|
|
1881
1819
|
"attributes": {},
|
|
@@ -1888,17 +1826,15 @@
|
|
|
1888
1826
|
"900": {
|
|
1889
1827
|
"value": "#c1d4e6",
|
|
1890
1828
|
"$type": "color",
|
|
1891
|
-
"
|
|
1829
|
+
"themeable": false,
|
|
1892
1830
|
"prefix": false,
|
|
1893
1831
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1894
1832
|
"isSource": true,
|
|
1895
|
-
"themeable": false,
|
|
1896
1833
|
"original": {
|
|
1897
1834
|
"value": "#c1d4e6",
|
|
1898
1835
|
"$type": "color",
|
|
1899
|
-
"
|
|
1900
|
-
"prefix": false
|
|
1901
|
-
"themeable": false
|
|
1836
|
+
"themeable": false,
|
|
1837
|
+
"prefix": false
|
|
1902
1838
|
},
|
|
1903
1839
|
"name": "ME_LIGHT_BLUE_900",
|
|
1904
1840
|
"attributes": {},
|
|
@@ -1911,17 +1847,15 @@
|
|
|
1911
1847
|
"950": {
|
|
1912
1848
|
"value": "#dde6ee",
|
|
1913
1849
|
"$type": "color",
|
|
1914
|
-
"
|
|
1850
|
+
"themeable": false,
|
|
1915
1851
|
"prefix": false,
|
|
1916
1852
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1917
1853
|
"isSource": true,
|
|
1918
|
-
"themeable": false,
|
|
1919
1854
|
"original": {
|
|
1920
1855
|
"value": "#dde6ee",
|
|
1921
1856
|
"$type": "color",
|
|
1922
|
-
"
|
|
1923
|
-
"prefix": false
|
|
1924
|
-
"themeable": false
|
|
1857
|
+
"themeable": false,
|
|
1858
|
+
"prefix": false
|
|
1925
1859
|
},
|
|
1926
1860
|
"name": "ME_LIGHT_BLUE_950",
|
|
1927
1861
|
"attributes": {},
|
|
@@ -1936,17 +1870,15 @@
|
|
|
1936
1870
|
"50": {
|
|
1937
1871
|
"value": "#052e19",
|
|
1938
1872
|
"$type": "color",
|
|
1939
|
-
"
|
|
1873
|
+
"themeable": false,
|
|
1940
1874
|
"prefix": false,
|
|
1941
1875
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1942
1876
|
"isSource": true,
|
|
1943
|
-
"themeable": false,
|
|
1944
1877
|
"original": {
|
|
1945
1878
|
"value": "#052e19",
|
|
1946
1879
|
"$type": "color",
|
|
1947
|
-
"
|
|
1948
|
-
"prefix": false
|
|
1949
|
-
"themeable": false
|
|
1880
|
+
"themeable": false,
|
|
1881
|
+
"prefix": false
|
|
1950
1882
|
},
|
|
1951
1883
|
"name": "ME_GREEN_50",
|
|
1952
1884
|
"attributes": {},
|
|
@@ -1959,17 +1891,15 @@
|
|
|
1959
1891
|
"100": {
|
|
1960
1892
|
"value": "#0e4328",
|
|
1961
1893
|
"$type": "color",
|
|
1962
|
-
"
|
|
1894
|
+
"themeable": false,
|
|
1963
1895
|
"prefix": false,
|
|
1964
1896
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1965
1897
|
"isSource": true,
|
|
1966
|
-
"themeable": false,
|
|
1967
1898
|
"original": {
|
|
1968
1899
|
"value": "#0e4328",
|
|
1969
1900
|
"$type": "color",
|
|
1970
|
-
"
|
|
1971
|
-
"prefix": false
|
|
1972
|
-
"themeable": false
|
|
1901
|
+
"themeable": false,
|
|
1902
|
+
"prefix": false
|
|
1973
1903
|
},
|
|
1974
1904
|
"name": "ME_GREEN_100",
|
|
1975
1905
|
"attributes": {},
|
|
@@ -1982,17 +1912,15 @@
|
|
|
1982
1912
|
"200": {
|
|
1983
1913
|
"value": "#155635",
|
|
1984
1914
|
"$type": "color",
|
|
1985
|
-
"
|
|
1915
|
+
"themeable": false,
|
|
1986
1916
|
"prefix": false,
|
|
1987
1917
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1988
1918
|
"isSource": true,
|
|
1989
|
-
"themeable": false,
|
|
1990
1919
|
"original": {
|
|
1991
1920
|
"value": "#155635",
|
|
1992
1921
|
"$type": "color",
|
|
1993
|
-
"
|
|
1994
|
-
"prefix": false
|
|
1995
|
-
"themeable": false
|
|
1922
|
+
"themeable": false,
|
|
1923
|
+
"prefix": false
|
|
1996
1924
|
},
|
|
1997
1925
|
"name": "ME_GREEN_200",
|
|
1998
1926
|
"attributes": {},
|
|
@@ -2005,17 +1933,15 @@
|
|
|
2005
1933
|
"300": {
|
|
2006
1934
|
"value": "#1b653f",
|
|
2007
1935
|
"$type": "color",
|
|
2008
|
-
"
|
|
1936
|
+
"themeable": false,
|
|
2009
1937
|
"prefix": false,
|
|
2010
1938
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2011
1939
|
"isSource": true,
|
|
2012
|
-
"themeable": false,
|
|
2013
1940
|
"original": {
|
|
2014
1941
|
"value": "#1b653f",
|
|
2015
1942
|
"$type": "color",
|
|
2016
|
-
"
|
|
2017
|
-
"prefix": false
|
|
2018
|
-
"themeable": false
|
|
1943
|
+
"themeable": false,
|
|
1944
|
+
"prefix": false
|
|
2019
1945
|
},
|
|
2020
1946
|
"name": "ME_GREEN_300",
|
|
2021
1947
|
"attributes": {},
|
|
@@ -2028,17 +1954,15 @@
|
|
|
2028
1954
|
"400": {
|
|
2029
1955
|
"value": "#25744c",
|
|
2030
1956
|
"$type": "color",
|
|
2031
|
-
"
|
|
1957
|
+
"themeable": false,
|
|
2032
1958
|
"prefix": false,
|
|
2033
1959
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2034
1960
|
"isSource": true,
|
|
2035
|
-
"themeable": false,
|
|
2036
1961
|
"original": {
|
|
2037
1962
|
"value": "#25744c",
|
|
2038
1963
|
"$type": "color",
|
|
2039
|
-
"
|
|
2040
|
-
"prefix": false
|
|
2041
|
-
"themeable": false
|
|
1964
|
+
"themeable": false,
|
|
1965
|
+
"prefix": false
|
|
2042
1966
|
},
|
|
2043
1967
|
"name": "ME_GREEN_400",
|
|
2044
1968
|
"attributes": {},
|
|
@@ -2051,17 +1975,15 @@
|
|
|
2051
1975
|
"500": {
|
|
2052
1976
|
"value": "#308258",
|
|
2053
1977
|
"$type": "color",
|
|
2054
|
-
"
|
|
1978
|
+
"themeable": false,
|
|
2055
1979
|
"prefix": false,
|
|
2056
1980
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2057
1981
|
"isSource": true,
|
|
2058
|
-
"themeable": false,
|
|
2059
1982
|
"original": {
|
|
2060
1983
|
"value": "#308258",
|
|
2061
1984
|
"$type": "color",
|
|
2062
|
-
"
|
|
2063
|
-
"prefix": false
|
|
2064
|
-
"themeable": false
|
|
1985
|
+
"themeable": false,
|
|
1986
|
+
"prefix": false
|
|
2065
1987
|
},
|
|
2066
1988
|
"name": "ME_GREEN_500",
|
|
2067
1989
|
"attributes": {},
|
|
@@ -2074,17 +1996,15 @@
|
|
|
2074
1996
|
"600": {
|
|
2075
1997
|
"value": "#499767",
|
|
2076
1998
|
"$type": "color",
|
|
2077
|
-
"
|
|
1999
|
+
"themeable": false,
|
|
2078
2000
|
"prefix": false,
|
|
2079
2001
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2080
2002
|
"isSource": true,
|
|
2081
|
-
"themeable": false,
|
|
2082
2003
|
"original": {
|
|
2083
2004
|
"value": "#499767",
|
|
2084
2005
|
"$type": "color",
|
|
2085
|
-
"
|
|
2086
|
-
"prefix": false
|
|
2087
|
-
"themeable": false
|
|
2006
|
+
"themeable": false,
|
|
2007
|
+
"prefix": false
|
|
2088
2008
|
},
|
|
2089
2009
|
"name": "ME_GREEN_600",
|
|
2090
2010
|
"attributes": {},
|
|
@@ -2097,17 +2017,15 @@
|
|
|
2097
2017
|
"700": {
|
|
2098
2018
|
"value": "#69af7d",
|
|
2099
2019
|
"$type": "color",
|
|
2100
|
-
"
|
|
2020
|
+
"themeable": false,
|
|
2101
2021
|
"prefix": false,
|
|
2102
2022
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2103
2023
|
"isSource": true,
|
|
2104
|
-
"themeable": false,
|
|
2105
2024
|
"original": {
|
|
2106
2025
|
"value": "#69af7d",
|
|
2107
2026
|
"$type": "color",
|
|
2108
|
-
"
|
|
2109
|
-
"prefix": false
|
|
2110
|
-
"themeable": false
|
|
2027
|
+
"themeable": false,
|
|
2028
|
+
"prefix": false
|
|
2111
2029
|
},
|
|
2112
2030
|
"name": "ME_GREEN_700",
|
|
2113
2031
|
"attributes": {},
|
|
@@ -2120,17 +2038,15 @@
|
|
|
2120
2038
|
"800": {
|
|
2121
2039
|
"value": "#8cc497",
|
|
2122
2040
|
"$type": "color",
|
|
2123
|
-
"
|
|
2041
|
+
"themeable": false,
|
|
2124
2042
|
"prefix": false,
|
|
2125
2043
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2126
2044
|
"isSource": true,
|
|
2127
|
-
"themeable": false,
|
|
2128
2045
|
"original": {
|
|
2129
2046
|
"value": "#8cc497",
|
|
2130
2047
|
"$type": "color",
|
|
2131
|
-
"
|
|
2132
|
-
"prefix": false
|
|
2133
|
-
"themeable": false
|
|
2048
|
+
"themeable": false,
|
|
2049
|
+
"prefix": false
|
|
2134
2050
|
},
|
|
2135
2051
|
"name": "ME_GREEN_800",
|
|
2136
2052
|
"attributes": {},
|
|
@@ -2143,17 +2059,15 @@
|
|
|
2143
2059
|
"900": {
|
|
2144
2060
|
"value": "#b1d6b5",
|
|
2145
2061
|
"$type": "color",
|
|
2146
|
-
"
|
|
2062
|
+
"themeable": false,
|
|
2147
2063
|
"prefix": false,
|
|
2148
2064
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2149
2065
|
"isSource": true,
|
|
2150
|
-
"themeable": false,
|
|
2151
2066
|
"original": {
|
|
2152
2067
|
"value": "#b1d6b5",
|
|
2153
2068
|
"$type": "color",
|
|
2154
|
-
"
|
|
2155
|
-
"prefix": false
|
|
2156
|
-
"themeable": false
|
|
2069
|
+
"themeable": false,
|
|
2070
|
+
"prefix": false
|
|
2157
2071
|
},
|
|
2158
2072
|
"name": "ME_GREEN_900",
|
|
2159
2073
|
"attributes": {},
|
|
@@ -2166,17 +2080,15 @@
|
|
|
2166
2080
|
"950": {
|
|
2167
2081
|
"value": "#dde9de",
|
|
2168
2082
|
"$type": "color",
|
|
2169
|
-
"
|
|
2083
|
+
"themeable": false,
|
|
2170
2084
|
"prefix": false,
|
|
2171
2085
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2172
2086
|
"isSource": true,
|
|
2173
|
-
"themeable": false,
|
|
2174
2087
|
"original": {
|
|
2175
2088
|
"value": "#dde9de",
|
|
2176
2089
|
"$type": "color",
|
|
2177
|
-
"
|
|
2178
|
-
"prefix": false
|
|
2179
|
-
"themeable": false
|
|
2090
|
+
"themeable": false,
|
|
2091
|
+
"prefix": false
|
|
2180
2092
|
},
|
|
2181
2093
|
"name": "ME_GREEN_950",
|
|
2182
2094
|
"attributes": {},
|
|
@@ -2191,17 +2103,15 @@
|
|
|
2191
2103
|
"50": {
|
|
2192
2104
|
"value": "#380700",
|
|
2193
2105
|
"$type": "color",
|
|
2194
|
-
"
|
|
2106
|
+
"themeable": false,
|
|
2195
2107
|
"prefix": false,
|
|
2196
2108
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2197
2109
|
"isSource": true,
|
|
2198
|
-
"themeable": false,
|
|
2199
2110
|
"original": {
|
|
2200
2111
|
"value": "#380700",
|
|
2201
2112
|
"$type": "color",
|
|
2202
|
-
"
|
|
2203
|
-
"prefix": false
|
|
2204
|
-
"themeable": false
|
|
2113
|
+
"themeable": false,
|
|
2114
|
+
"prefix": false
|
|
2205
2115
|
},
|
|
2206
2116
|
"name": "ME_RED_50",
|
|
2207
2117
|
"attributes": {},
|
|
@@ -2214,17 +2124,15 @@
|
|
|
2214
2124
|
"100": {
|
|
2215
2125
|
"value": "#580d02",
|
|
2216
2126
|
"$type": "color",
|
|
2217
|
-
"
|
|
2127
|
+
"themeable": false,
|
|
2218
2128
|
"prefix": false,
|
|
2219
2129
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2220
2130
|
"isSource": true,
|
|
2221
|
-
"themeable": false,
|
|
2222
2131
|
"original": {
|
|
2223
2132
|
"value": "#580d02",
|
|
2224
2133
|
"$type": "color",
|
|
2225
|
-
"
|
|
2226
|
-
"prefix": false
|
|
2227
|
-
"themeable": false
|
|
2134
|
+
"themeable": false,
|
|
2135
|
+
"prefix": false
|
|
2228
2136
|
},
|
|
2229
2137
|
"name": "ME_RED_100",
|
|
2230
2138
|
"attributes": {},
|
|
@@ -2237,17 +2145,15 @@
|
|
|
2237
2145
|
"200": {
|
|
2238
2146
|
"value": "#761405",
|
|
2239
2147
|
"$type": "color",
|
|
2240
|
-
"
|
|
2148
|
+
"themeable": false,
|
|
2241
2149
|
"prefix": false,
|
|
2242
2150
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2243
2151
|
"isSource": true,
|
|
2244
|
-
"themeable": false,
|
|
2245
2152
|
"original": {
|
|
2246
2153
|
"value": "#761405",
|
|
2247
2154
|
"$type": "color",
|
|
2248
|
-
"
|
|
2249
|
-
"prefix": false
|
|
2250
|
-
"themeable": false
|
|
2155
|
+
"themeable": false,
|
|
2156
|
+
"prefix": false
|
|
2251
2157
|
},
|
|
2252
2158
|
"name": "ME_RED_200",
|
|
2253
2159
|
"attributes": {},
|
|
@@ -2260,17 +2166,15 @@
|
|
|
2260
2166
|
"300": {
|
|
2261
2167
|
"value": "#8f2110",
|
|
2262
2168
|
"$type": "color",
|
|
2263
|
-
"
|
|
2169
|
+
"themeable": false,
|
|
2264
2170
|
"prefix": false,
|
|
2265
2171
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2266
2172
|
"isSource": true,
|
|
2267
|
-
"themeable": false,
|
|
2268
2173
|
"original": {
|
|
2269
2174
|
"value": "#8f2110",
|
|
2270
2175
|
"$type": "color",
|
|
2271
|
-
"
|
|
2272
|
-
"prefix": false
|
|
2273
|
-
"themeable": false
|
|
2176
|
+
"themeable": false,
|
|
2177
|
+
"prefix": false
|
|
2274
2178
|
},
|
|
2275
2179
|
"name": "ME_RED_300",
|
|
2276
2180
|
"attributes": {},
|
|
@@ -2283,17 +2187,15 @@
|
|
|
2283
2187
|
"400": {
|
|
2284
2188
|
"value": "#a13322",
|
|
2285
2189
|
"$type": "color",
|
|
2286
|
-
"
|
|
2190
|
+
"themeable": false,
|
|
2287
2191
|
"prefix": false,
|
|
2288
2192
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2289
2193
|
"isSource": true,
|
|
2290
|
-
"themeable": false,
|
|
2291
2194
|
"original": {
|
|
2292
2195
|
"value": "#a13322",
|
|
2293
2196
|
"$type": "color",
|
|
2294
|
-
"
|
|
2295
|
-
"prefix": false
|
|
2296
|
-
"themeable": false
|
|
2197
|
+
"themeable": false,
|
|
2198
|
+
"prefix": false
|
|
2297
2199
|
},
|
|
2298
2200
|
"name": "ME_RED_400",
|
|
2299
2201
|
"attributes": {},
|
|
@@ -2306,17 +2208,15 @@
|
|
|
2306
2208
|
"500": {
|
|
2307
2209
|
"value": "#ad4a3b",
|
|
2308
2210
|
"$type": "color",
|
|
2309
|
-
"
|
|
2211
|
+
"themeable": false,
|
|
2310
2212
|
"prefix": false,
|
|
2311
2213
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2312
2214
|
"isSource": true,
|
|
2313
|
-
"themeable": false,
|
|
2314
2215
|
"original": {
|
|
2315
2216
|
"value": "#ad4a3b",
|
|
2316
2217
|
"$type": "color",
|
|
2317
|
-
"
|
|
2318
|
-
"prefix": false
|
|
2319
|
-
"themeable": false
|
|
2218
|
+
"themeable": false,
|
|
2219
|
+
"prefix": false
|
|
2320
2220
|
},
|
|
2321
2221
|
"name": "ME_RED_500",
|
|
2322
2222
|
"attributes": {},
|
|
@@ -2329,17 +2229,15 @@
|
|
|
2329
2229
|
"600": {
|
|
2330
2230
|
"value": "#c66e60",
|
|
2331
2231
|
"$type": "color",
|
|
2332
|
-
"
|
|
2232
|
+
"themeable": false,
|
|
2333
2233
|
"prefix": false,
|
|
2334
2234
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2335
2235
|
"isSource": true,
|
|
2336
|
-
"themeable": false,
|
|
2337
2236
|
"original": {
|
|
2338
2237
|
"value": "#c66e60",
|
|
2339
2238
|
"$type": "color",
|
|
2340
|
-
"
|
|
2341
|
-
"prefix": false
|
|
2342
|
-
"themeable": false
|
|
2239
|
+
"themeable": false,
|
|
2240
|
+
"prefix": false
|
|
2343
2241
|
},
|
|
2344
2242
|
"name": "ME_RED_600",
|
|
2345
2243
|
"attributes": {},
|
|
@@ -2352,17 +2250,15 @@
|
|
|
2352
2250
|
"700": {
|
|
2353
2251
|
"value": "#d59086",
|
|
2354
2252
|
"$type": "color",
|
|
2355
|
-
"
|
|
2253
|
+
"themeable": false,
|
|
2356
2254
|
"prefix": false,
|
|
2357
2255
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2358
2256
|
"isSource": true,
|
|
2359
|
-
"themeable": false,
|
|
2360
2257
|
"original": {
|
|
2361
2258
|
"value": "#d59086",
|
|
2362
2259
|
"$type": "color",
|
|
2363
|
-
"
|
|
2364
|
-
"prefix": false
|
|
2365
|
-
"themeable": false
|
|
2260
|
+
"themeable": false,
|
|
2261
|
+
"prefix": false
|
|
2366
2262
|
},
|
|
2367
2263
|
"name": "ME_RED_700",
|
|
2368
2264
|
"attributes": {},
|
|
@@ -2375,17 +2271,15 @@
|
|
|
2375
2271
|
"800": {
|
|
2376
2272
|
"value": "#e3bab5",
|
|
2377
2273
|
"$type": "color",
|
|
2378
|
-
"
|
|
2274
|
+
"themeable": false,
|
|
2379
2275
|
"prefix": false,
|
|
2380
2276
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2381
2277
|
"isSource": true,
|
|
2382
|
-
"themeable": false,
|
|
2383
2278
|
"original": {
|
|
2384
2279
|
"value": "#e3bab5",
|
|
2385
2280
|
"$type": "color",
|
|
2386
|
-
"
|
|
2387
|
-
"prefix": false
|
|
2388
|
-
"themeable": false
|
|
2281
|
+
"themeable": false,
|
|
2282
|
+
"prefix": false
|
|
2389
2283
|
},
|
|
2390
2284
|
"name": "ME_RED_800",
|
|
2391
2285
|
"attributes": {},
|
|
@@ -2398,17 +2292,15 @@
|
|
|
2398
2292
|
"900": {
|
|
2399
2293
|
"value": "#ecd3d0",
|
|
2400
2294
|
"$type": "color",
|
|
2401
|
-
"
|
|
2295
|
+
"themeable": false,
|
|
2402
2296
|
"prefix": false,
|
|
2403
2297
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2404
2298
|
"isSource": true,
|
|
2405
|
-
"themeable": false,
|
|
2406
2299
|
"original": {
|
|
2407
2300
|
"value": "#ecd3d0",
|
|
2408
2301
|
"$type": "color",
|
|
2409
|
-
"
|
|
2410
|
-
"prefix": false
|
|
2411
|
-
"themeable": false
|
|
2302
|
+
"themeable": false,
|
|
2303
|
+
"prefix": false
|
|
2412
2304
|
},
|
|
2413
2305
|
"name": "ME_RED_900",
|
|
2414
2306
|
"attributes": {},
|
|
@@ -2421,17 +2313,15 @@
|
|
|
2421
2313
|
"950": {
|
|
2422
2314
|
"value": "#f4e9e7",
|
|
2423
2315
|
"$type": "color",
|
|
2424
|
-
"
|
|
2316
|
+
"themeable": false,
|
|
2425
2317
|
"prefix": false,
|
|
2426
2318
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2427
2319
|
"isSource": true,
|
|
2428
|
-
"themeable": false,
|
|
2429
2320
|
"original": {
|
|
2430
2321
|
"value": "#f4e9e7",
|
|
2431
2322
|
"$type": "color",
|
|
2432
|
-
"
|
|
2433
|
-
"prefix": false
|
|
2434
|
-
"themeable": false
|
|
2323
|
+
"themeable": false,
|
|
2324
|
+
"prefix": false
|
|
2435
2325
|
},
|
|
2436
2326
|
"name": "ME_RED_950",
|
|
2437
2327
|
"attributes": {},
|
|
@@ -2446,17 +2336,15 @@
|
|
|
2446
2336
|
"50": {
|
|
2447
2337
|
"value": "#5c1105",
|
|
2448
2338
|
"$type": "color",
|
|
2449
|
-
"
|
|
2339
|
+
"themeable": false,
|
|
2450
2340
|
"prefix": false,
|
|
2451
2341
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2452
2342
|
"isSource": true,
|
|
2453
|
-
"themeable": false,
|
|
2454
2343
|
"original": {
|
|
2455
2344
|
"value": "#5c1105",
|
|
2456
2345
|
"$type": "color",
|
|
2457
|
-
"
|
|
2458
|
-
"prefix": false
|
|
2459
|
-
"themeable": false
|
|
2346
|
+
"themeable": false,
|
|
2347
|
+
"prefix": false
|
|
2460
2348
|
},
|
|
2461
2349
|
"name": "ME_LIGHT_RED_50",
|
|
2462
2350
|
"attributes": {},
|
|
@@ -2469,17 +2357,15 @@
|
|
|
2469
2357
|
"100": {
|
|
2470
2358
|
"value": "#751709",
|
|
2471
2359
|
"$type": "color",
|
|
2472
|
-
"
|
|
2360
|
+
"themeable": false,
|
|
2473
2361
|
"prefix": false,
|
|
2474
2362
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2475
2363
|
"isSource": true,
|
|
2476
|
-
"themeable": false,
|
|
2477
2364
|
"original": {
|
|
2478
2365
|
"value": "#751709",
|
|
2479
2366
|
"$type": "color",
|
|
2480
|
-
"
|
|
2481
|
-
"prefix": false
|
|
2482
|
-
"themeable": false
|
|
2367
|
+
"themeable": false,
|
|
2368
|
+
"prefix": false
|
|
2483
2369
|
},
|
|
2484
2370
|
"name": "ME_LIGHT_RED_100",
|
|
2485
2371
|
"attributes": {},
|
|
@@ -2492,17 +2378,15 @@
|
|
|
2492
2378
|
"200": {
|
|
2493
2379
|
"value": "#8b2212",
|
|
2494
2380
|
"$type": "color",
|
|
2495
|
-
"
|
|
2381
|
+
"themeable": false,
|
|
2496
2382
|
"prefix": false,
|
|
2497
2383
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2498
2384
|
"isSource": true,
|
|
2499
|
-
"themeable": false,
|
|
2500
2385
|
"original": {
|
|
2501
2386
|
"value": "#8b2212",
|
|
2502
2387
|
"$type": "color",
|
|
2503
|
-
"
|
|
2504
|
-
"prefix": false
|
|
2505
|
-
"themeable": false
|
|
2388
|
+
"themeable": false,
|
|
2389
|
+
"prefix": false
|
|
2506
2390
|
},
|
|
2507
2391
|
"name": "ME_LIGHT_RED_200",
|
|
2508
2392
|
"attributes": {},
|
|
@@ -2515,17 +2399,15 @@
|
|
|
2515
2399
|
"300": {
|
|
2516
2400
|
"value": "#a02e1c",
|
|
2517
2401
|
"$type": "color",
|
|
2518
|
-
"
|
|
2402
|
+
"themeable": false,
|
|
2519
2403
|
"prefix": false,
|
|
2520
2404
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2521
2405
|
"isSource": true,
|
|
2522
|
-
"themeable": false,
|
|
2523
2406
|
"original": {
|
|
2524
2407
|
"value": "#a02e1c",
|
|
2525
2408
|
"$type": "color",
|
|
2526
|
-
"
|
|
2527
|
-
"prefix": false
|
|
2528
|
-
"themeable": false
|
|
2409
|
+
"themeable": false,
|
|
2410
|
+
"prefix": false
|
|
2529
2411
|
},
|
|
2530
2412
|
"name": "ME_LIGHT_RED_300",
|
|
2531
2413
|
"attributes": {},
|
|
@@ -2538,17 +2420,15 @@
|
|
|
2538
2420
|
"400": {
|
|
2539
2421
|
"value": "#b53a26",
|
|
2540
2422
|
"$type": "color",
|
|
2541
|
-
"
|
|
2423
|
+
"themeable": false,
|
|
2542
2424
|
"prefix": false,
|
|
2543
2425
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2544
2426
|
"isSource": true,
|
|
2545
|
-
"themeable": false,
|
|
2546
2427
|
"original": {
|
|
2547
2428
|
"value": "#b53a26",
|
|
2548
2429
|
"$type": "color",
|
|
2549
|
-
"
|
|
2550
|
-
"prefix": false
|
|
2551
|
-
"themeable": false
|
|
2430
|
+
"themeable": false,
|
|
2431
|
+
"prefix": false
|
|
2552
2432
|
},
|
|
2553
2433
|
"name": "ME_LIGHT_RED_400",
|
|
2554
2434
|
"attributes": {},
|
|
@@ -2561,17 +2441,15 @@
|
|
|
2561
2441
|
"500": {
|
|
2562
2442
|
"value": "#c24b38",
|
|
2563
2443
|
"$type": "color",
|
|
2564
|
-
"
|
|
2444
|
+
"themeable": false,
|
|
2565
2445
|
"prefix": false,
|
|
2566
2446
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2567
2447
|
"isSource": true,
|
|
2568
|
-
"themeable": false,
|
|
2569
2448
|
"original": {
|
|
2570
2449
|
"value": "#c24b38",
|
|
2571
2450
|
"$type": "color",
|
|
2572
|
-
"
|
|
2573
|
-
"prefix": false
|
|
2574
|
-
"themeable": false
|
|
2451
|
+
"themeable": false,
|
|
2452
|
+
"prefix": false
|
|
2575
2453
|
},
|
|
2576
2454
|
"name": "ME_LIGHT_RED_500",
|
|
2577
2455
|
"attributes": {},
|
|
@@ -2584,17 +2462,15 @@
|
|
|
2584
2462
|
"600": {
|
|
2585
2463
|
"value": "#d36250",
|
|
2586
2464
|
"$type": "color",
|
|
2587
|
-
"
|
|
2465
|
+
"themeable": false,
|
|
2588
2466
|
"prefix": false,
|
|
2589
2467
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2590
2468
|
"isSource": true,
|
|
2591
|
-
"themeable": false,
|
|
2592
2469
|
"original": {
|
|
2593
2470
|
"value": "#d36250",
|
|
2594
2471
|
"$type": "color",
|
|
2595
|
-
"
|
|
2596
|
-
"prefix": false
|
|
2597
|
-
"themeable": false
|
|
2472
|
+
"themeable": false,
|
|
2473
|
+
"prefix": false
|
|
2598
2474
|
},
|
|
2599
2475
|
"name": "ME_LIGHT_RED_600",
|
|
2600
2476
|
"attributes": {},
|
|
@@ -2607,17 +2483,15 @@
|
|
|
2607
2483
|
"700": {
|
|
2608
2484
|
"value": "#e07f6f",
|
|
2609
2485
|
"$type": "color",
|
|
2610
|
-
"
|
|
2486
|
+
"themeable": false,
|
|
2611
2487
|
"prefix": false,
|
|
2612
2488
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2613
2489
|
"isSource": true,
|
|
2614
|
-
"themeable": false,
|
|
2615
2490
|
"original": {
|
|
2616
2491
|
"value": "#e07f6f",
|
|
2617
2492
|
"$type": "color",
|
|
2618
|
-
"
|
|
2619
|
-
"prefix": false
|
|
2620
|
-
"themeable": false
|
|
2493
|
+
"themeable": false,
|
|
2494
|
+
"prefix": false
|
|
2621
2495
|
},
|
|
2622
2496
|
"name": "ME_LIGHT_RED_700",
|
|
2623
2497
|
"attributes": {},
|
|
@@ -2630,17 +2504,15 @@
|
|
|
2630
2504
|
"800": {
|
|
2631
2505
|
"value": "#ebada2",
|
|
2632
2506
|
"$type": "color",
|
|
2633
|
-
"
|
|
2507
|
+
"themeable": false,
|
|
2634
2508
|
"prefix": false,
|
|
2635
2509
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2636
2510
|
"isSource": true,
|
|
2637
|
-
"themeable": false,
|
|
2638
2511
|
"original": {
|
|
2639
2512
|
"value": "#ebada2",
|
|
2640
2513
|
"$type": "color",
|
|
2641
|
-
"
|
|
2642
|
-
"prefix": false
|
|
2643
|
-
"themeable": false
|
|
2514
|
+
"themeable": false,
|
|
2515
|
+
"prefix": false
|
|
2644
2516
|
},
|
|
2645
2517
|
"name": "ME_LIGHT_RED_800",
|
|
2646
2518
|
"attributes": {},
|
|
@@ -2653,17 +2525,15 @@
|
|
|
2653
2525
|
"900": {
|
|
2654
2526
|
"value": "#f6d9d5",
|
|
2655
2527
|
"$type": "color",
|
|
2656
|
-
"
|
|
2528
|
+
"themeable": false,
|
|
2657
2529
|
"prefix": false,
|
|
2658
2530
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2659
2531
|
"isSource": true,
|
|
2660
|
-
"themeable": false,
|
|
2661
2532
|
"original": {
|
|
2662
2533
|
"value": "#f6d9d5",
|
|
2663
2534
|
"$type": "color",
|
|
2664
|
-
"
|
|
2665
|
-
"prefix": false
|
|
2666
|
-
"themeable": false
|
|
2535
|
+
"themeable": false,
|
|
2536
|
+
"prefix": false
|
|
2667
2537
|
},
|
|
2668
2538
|
"name": "ME_LIGHT_RED_900",
|
|
2669
2539
|
"attributes": {},
|
|
@@ -2676,17 +2546,15 @@
|
|
|
2676
2546
|
"950": {
|
|
2677
2547
|
"value": "#faf2f1",
|
|
2678
2548
|
"$type": "color",
|
|
2679
|
-
"
|
|
2549
|
+
"themeable": false,
|
|
2680
2550
|
"prefix": false,
|
|
2681
2551
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2682
2552
|
"isSource": true,
|
|
2683
|
-
"themeable": false,
|
|
2684
2553
|
"original": {
|
|
2685
2554
|
"value": "#faf2f1",
|
|
2686
2555
|
"$type": "color",
|
|
2687
|
-
"
|
|
2688
|
-
"prefix": false
|
|
2689
|
-
"themeable": false
|
|
2556
|
+
"themeable": false,
|
|
2557
|
+
"prefix": false
|
|
2690
2558
|
},
|
|
2691
2559
|
"name": "ME_LIGHT_RED_950",
|
|
2692
2560
|
"attributes": {},
|