@covalent/tokens 9.1.2 → 10.0.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.
Files changed (6) hide show
  1. package/_index.scss +1006 -1007
  2. package/index.css +933 -934
  3. package/index.d.ts +1289 -1290
  4. package/index.js +933 -934
  5. package/index.json +1182 -1182
  6. package/package.json +1 -1
package/index.json CHANGED
@@ -1,5 +1,176 @@
1
1
  {
2
2
  "light": {
3
+ "code-snippet-color": {
4
+ "value": "#383a42",
5
+ "type": "color",
6
+ "filePath": "libs/tokens/src/color/code.json",
7
+ "isSource": true,
8
+ "original": {
9
+ "value": "#383a42",
10
+ "type": "color"
11
+ },
12
+ "name": "code-snippet-color",
13
+ "attributes": {
14
+ "category": "light",
15
+ "type": "code-snippet-color"
16
+ },
17
+ "path": [
18
+ "light",
19
+ "code-snippet-color"
20
+ ]
21
+ },
22
+ "code-snippet-comment": {
23
+ "value": "#6C6C6C",
24
+ "type": "color",
25
+ "filePath": "libs/tokens/src/color/code.json",
26
+ "isSource": true,
27
+ "original": {
28
+ "value": "#6C6C6C",
29
+ "type": "color"
30
+ },
31
+ "name": "code-snippet-comment",
32
+ "attributes": {
33
+ "category": "light",
34
+ "type": "code-snippet-comment"
35
+ },
36
+ "path": [
37
+ "light",
38
+ "code-snippet-comment"
39
+ ]
40
+ },
41
+ "code-snippet-keyword": {
42
+ "value": "#A626A4",
43
+ "type": "color",
44
+ "filePath": "libs/tokens/src/color/code.json",
45
+ "isSource": true,
46
+ "original": {
47
+ "value": "#A626A4",
48
+ "type": "color"
49
+ },
50
+ "name": "code-snippet-keyword",
51
+ "attributes": {
52
+ "category": "light",
53
+ "type": "code-snippet-keyword"
54
+ },
55
+ "path": [
56
+ "light",
57
+ "code-snippet-keyword"
58
+ ]
59
+ },
60
+ "code-snippet-selector": {
61
+ "value": "#AD0F00",
62
+ "type": "color",
63
+ "filePath": "libs/tokens/src/color/code.json",
64
+ "isSource": true,
65
+ "original": {
66
+ "value": "#AD0F00",
67
+ "type": "color"
68
+ },
69
+ "name": "code-snippet-selector",
70
+ "attributes": {
71
+ "category": "light",
72
+ "type": "code-snippet-selector"
73
+ },
74
+ "path": [
75
+ "light",
76
+ "code-snippet-selector"
77
+ ]
78
+ },
79
+ "code-snippet-literal": {
80
+ "value": "#17749B",
81
+ "type": "color",
82
+ "filePath": "libs/tokens/src/color/code.json",
83
+ "isSource": true,
84
+ "original": {
85
+ "value": "#17749B",
86
+ "type": "color"
87
+ },
88
+ "name": "code-snippet-literal",
89
+ "attributes": {
90
+ "category": "light",
91
+ "type": "code-snippet-literal"
92
+ },
93
+ "path": [
94
+ "light",
95
+ "code-snippet-literal"
96
+ ]
97
+ },
98
+ "code-snippet-string": {
99
+ "value": "#0A7C08",
100
+ "type": "color",
101
+ "filePath": "libs/tokens/src/color/code.json",
102
+ "isSource": true,
103
+ "original": {
104
+ "value": "#0A7C08",
105
+ "type": "color"
106
+ },
107
+ "name": "code-snippet-string",
108
+ "attributes": {
109
+ "category": "light",
110
+ "type": "code-snippet-string"
111
+ },
112
+ "path": [
113
+ "light",
114
+ "code-snippet-string"
115
+ ]
116
+ },
117
+ "code-snippet-variable": {
118
+ "value": "#8E6102",
119
+ "type": "color",
120
+ "filePath": "libs/tokens/src/color/code.json",
121
+ "isSource": true,
122
+ "original": {
123
+ "value": "#8E6102",
124
+ "type": "color"
125
+ },
126
+ "name": "code-snippet-variable",
127
+ "attributes": {
128
+ "category": "light",
129
+ "type": "code-snippet-variable"
130
+ },
131
+ "path": [
132
+ "light",
133
+ "code-snippet-variable"
134
+ ]
135
+ },
136
+ "code-snippet-title": {
137
+ "value": "#004FFD",
138
+ "type": "color",
139
+ "filePath": "libs/tokens/src/color/code.json",
140
+ "isSource": true,
141
+ "original": {
142
+ "value": "#004FFD",
143
+ "type": "color"
144
+ },
145
+ "name": "code-snippet-title",
146
+ "attributes": {
147
+ "category": "light",
148
+ "type": "code-snippet-title"
149
+ },
150
+ "path": [
151
+ "light",
152
+ "code-snippet-title"
153
+ ]
154
+ },
155
+ "code-snippet-class": {
156
+ "value": "#6A6C02",
157
+ "type": "color",
158
+ "filePath": "libs/tokens/src/color/code.json",
159
+ "isSource": true,
160
+ "original": {
161
+ "value": "#6A6C02",
162
+ "type": "color"
163
+ },
164
+ "name": "code-snippet-class",
165
+ "attributes": {
166
+ "category": "light",
167
+ "type": "code-snippet-class"
168
+ },
169
+ "path": [
170
+ "light",
171
+ "code-snippet-class"
172
+ ]
173
+ },
3
174
  "primary": {
4
175
  "value": "#3053f4ff",
5
176
  "type": "color",
@@ -1082,180 +1253,180 @@
1082
1253
  "light",
1083
1254
  "text-icon-on-dark"
1084
1255
  ]
1085
- },
1256
+ }
1257
+ },
1258
+ "dark": {
1086
1259
  "code-snippet-color": {
1087
- "value": "#383a42",
1260
+ "value": "#abb2bf",
1088
1261
  "type": "color",
1089
1262
  "filePath": "libs/tokens/src/color/code.json",
1090
1263
  "isSource": true,
1091
1264
  "original": {
1092
- "value": "#383a42",
1265
+ "value": "#abb2bf",
1093
1266
  "type": "color"
1094
1267
  },
1095
1268
  "name": "code-snippet-color",
1096
1269
  "attributes": {
1097
- "category": "light",
1270
+ "category": "dark",
1098
1271
  "type": "code-snippet-color"
1099
1272
  },
1100
1273
  "path": [
1101
- "light",
1274
+ "dark",
1102
1275
  "code-snippet-color"
1103
1276
  ]
1104
1277
  },
1105
1278
  "code-snippet-comment": {
1106
- "value": "#6C6C6C",
1279
+ "value": "#5c6370",
1107
1280
  "type": "color",
1108
1281
  "filePath": "libs/tokens/src/color/code.json",
1109
1282
  "isSource": true,
1110
1283
  "original": {
1111
- "value": "#6C6C6C",
1284
+ "value": "#5c6370",
1112
1285
  "type": "color"
1113
1286
  },
1114
1287
  "name": "code-snippet-comment",
1115
1288
  "attributes": {
1116
- "category": "light",
1289
+ "category": "dark",
1117
1290
  "type": "code-snippet-comment"
1118
1291
  },
1119
1292
  "path": [
1120
- "light",
1293
+ "dark",
1121
1294
  "code-snippet-comment"
1122
1295
  ]
1123
1296
  },
1124
1297
  "code-snippet-keyword": {
1125
- "value": "#A626A4",
1298
+ "value": "#c678dd",
1126
1299
  "type": "color",
1127
1300
  "filePath": "libs/tokens/src/color/code.json",
1128
1301
  "isSource": true,
1129
1302
  "original": {
1130
- "value": "#A626A4",
1303
+ "value": "#c678dd",
1131
1304
  "type": "color"
1132
1305
  },
1133
1306
  "name": "code-snippet-keyword",
1134
1307
  "attributes": {
1135
- "category": "light",
1308
+ "category": "dark",
1136
1309
  "type": "code-snippet-keyword"
1137
1310
  },
1138
1311
  "path": [
1139
- "light",
1312
+ "dark",
1140
1313
  "code-snippet-keyword"
1141
1314
  ]
1142
1315
  },
1143
1316
  "code-snippet-selector": {
1144
- "value": "#AD0F00",
1317
+ "value": "#e06c75",
1145
1318
  "type": "color",
1146
1319
  "filePath": "libs/tokens/src/color/code.json",
1147
1320
  "isSource": true,
1148
1321
  "original": {
1149
- "value": "#AD0F00",
1322
+ "value": "#e06c75",
1150
1323
  "type": "color"
1151
1324
  },
1152
1325
  "name": "code-snippet-selector",
1153
1326
  "attributes": {
1154
- "category": "light",
1327
+ "category": "dark",
1155
1328
  "type": "code-snippet-selector"
1156
1329
  },
1157
1330
  "path": [
1158
- "light",
1331
+ "dark",
1159
1332
  "code-snippet-selector"
1160
1333
  ]
1161
1334
  },
1162
1335
  "code-snippet-literal": {
1163
- "value": "#17749B",
1336
+ "value": "#56b6c2",
1164
1337
  "type": "color",
1165
1338
  "filePath": "libs/tokens/src/color/code.json",
1166
1339
  "isSource": true,
1167
1340
  "original": {
1168
- "value": "#17749B",
1341
+ "value": "#56b6c2",
1169
1342
  "type": "color"
1170
1343
  },
1171
1344
  "name": "code-snippet-literal",
1172
1345
  "attributes": {
1173
- "category": "light",
1346
+ "category": "dark",
1174
1347
  "type": "code-snippet-literal"
1175
1348
  },
1176
1349
  "path": [
1177
- "light",
1350
+ "dark",
1178
1351
  "code-snippet-literal"
1179
1352
  ]
1180
1353
  },
1181
1354
  "code-snippet-string": {
1182
- "value": "#0A7C08",
1355
+ "value": "#98c379",
1183
1356
  "type": "color",
1184
1357
  "filePath": "libs/tokens/src/color/code.json",
1185
1358
  "isSource": true,
1186
1359
  "original": {
1187
- "value": "#0A7C08",
1360
+ "value": "#98c379",
1188
1361
  "type": "color"
1189
1362
  },
1190
1363
  "name": "code-snippet-string",
1191
1364
  "attributes": {
1192
- "category": "light",
1365
+ "category": "dark",
1193
1366
  "type": "code-snippet-string"
1194
1367
  },
1195
1368
  "path": [
1196
- "light",
1369
+ "dark",
1197
1370
  "code-snippet-string"
1198
1371
  ]
1199
1372
  },
1200
1373
  "code-snippet-variable": {
1201
- "value": "#8E6102",
1374
+ "value": "#d19a66",
1202
1375
  "type": "color",
1203
1376
  "filePath": "libs/tokens/src/color/code.json",
1204
1377
  "isSource": true,
1205
1378
  "original": {
1206
- "value": "#8E6102",
1379
+ "value": "#d19a66",
1207
1380
  "type": "color"
1208
1381
  },
1209
1382
  "name": "code-snippet-variable",
1210
1383
  "attributes": {
1211
- "category": "light",
1384
+ "category": "dark",
1212
1385
  "type": "code-snippet-variable"
1213
1386
  },
1214
1387
  "path": [
1215
- "light",
1388
+ "dark",
1216
1389
  "code-snippet-variable"
1217
1390
  ]
1218
1391
  },
1219
1392
  "code-snippet-title": {
1220
- "value": "#004FFD",
1393
+ "value": "#61aeee",
1221
1394
  "type": "color",
1222
1395
  "filePath": "libs/tokens/src/color/code.json",
1223
1396
  "isSource": true,
1224
1397
  "original": {
1225
- "value": "#004FFD",
1398
+ "value": "#61aeee",
1226
1399
  "type": "color"
1227
1400
  },
1228
1401
  "name": "code-snippet-title",
1229
1402
  "attributes": {
1230
- "category": "light",
1403
+ "category": "dark",
1231
1404
  "type": "code-snippet-title"
1232
1405
  },
1233
1406
  "path": [
1234
- "light",
1407
+ "dark",
1235
1408
  "code-snippet-title"
1236
1409
  ]
1237
1410
  },
1238
1411
  "code-snippet-class": {
1239
- "value": "#6A6C02",
1412
+ "value": "#e6c07b",
1240
1413
  "type": "color",
1241
1414
  "filePath": "libs/tokens/src/color/code.json",
1242
1415
  "isSource": true,
1243
1416
  "original": {
1244
- "value": "#6A6C02",
1417
+ "value": "#e6c07b",
1245
1418
  "type": "color"
1246
1419
  },
1247
1420
  "name": "code-snippet-class",
1248
1421
  "attributes": {
1249
- "category": "light",
1422
+ "category": "dark",
1250
1423
  "type": "code-snippet-class"
1251
1424
  },
1252
1425
  "path": [
1253
- "light",
1426
+ "dark",
1254
1427
  "code-snippet-class"
1255
1428
  ]
1256
- }
1257
- },
1258
- "dark": {
1429
+ },
1259
1430
  "primary": {
1260
1431
  "value": "#bac3ffff",
1261
1432
  "type": "color",
@@ -2338,1148 +2509,6 @@
2338
2509
  "dark",
2339
2510
  "text-icon-on-dark"
2340
2511
  ]
2341
- },
2342
- "code-snippet-color": {
2343
- "value": "#abb2bf",
2344
- "type": "color",
2345
- "filePath": "libs/tokens/src/color/code.json",
2346
- "isSource": true,
2347
- "original": {
2348
- "value": "#abb2bf",
2349
- "type": "color"
2350
- },
2351
- "name": "code-snippet-color",
2352
- "attributes": {
2353
- "category": "dark",
2354
- "type": "code-snippet-color"
2355
- },
2356
- "path": [
2357
- "dark",
2358
- "code-snippet-color"
2359
- ]
2360
- },
2361
- "code-snippet-comment": {
2362
- "value": "#5c6370",
2363
- "type": "color",
2364
- "filePath": "libs/tokens/src/color/code.json",
2365
- "isSource": true,
2366
- "original": {
2367
- "value": "#5c6370",
2368
- "type": "color"
2369
- },
2370
- "name": "code-snippet-comment",
2371
- "attributes": {
2372
- "category": "dark",
2373
- "type": "code-snippet-comment"
2374
- },
2375
- "path": [
2376
- "dark",
2377
- "code-snippet-comment"
2378
- ]
2379
- },
2380
- "code-snippet-keyword": {
2381
- "value": "#c678dd",
2382
- "type": "color",
2383
- "filePath": "libs/tokens/src/color/code.json",
2384
- "isSource": true,
2385
- "original": {
2386
- "value": "#c678dd",
2387
- "type": "color"
2388
- },
2389
- "name": "code-snippet-keyword",
2390
- "attributes": {
2391
- "category": "dark",
2392
- "type": "code-snippet-keyword"
2393
- },
2394
- "path": [
2395
- "dark",
2396
- "code-snippet-keyword"
2397
- ]
2398
- },
2399
- "code-snippet-selector": {
2400
- "value": "#e06c75",
2401
- "type": "color",
2402
- "filePath": "libs/tokens/src/color/code.json",
2403
- "isSource": true,
2404
- "original": {
2405
- "value": "#e06c75",
2406
- "type": "color"
2407
- },
2408
- "name": "code-snippet-selector",
2409
- "attributes": {
2410
- "category": "dark",
2411
- "type": "code-snippet-selector"
2412
- },
2413
- "path": [
2414
- "dark",
2415
- "code-snippet-selector"
2416
- ]
2417
- },
2418
- "code-snippet-literal": {
2419
- "value": "#56b6c2",
2420
- "type": "color",
2421
- "filePath": "libs/tokens/src/color/code.json",
2422
- "isSource": true,
2423
- "original": {
2424
- "value": "#56b6c2",
2425
- "type": "color"
2426
- },
2427
- "name": "code-snippet-literal",
2428
- "attributes": {
2429
- "category": "dark",
2430
- "type": "code-snippet-literal"
2431
- },
2432
- "path": [
2433
- "dark",
2434
- "code-snippet-literal"
2435
- ]
2436
- },
2437
- "code-snippet-string": {
2438
- "value": "#98c379",
2439
- "type": "color",
2440
- "filePath": "libs/tokens/src/color/code.json",
2441
- "isSource": true,
2442
- "original": {
2443
- "value": "#98c379",
2444
- "type": "color"
2445
- },
2446
- "name": "code-snippet-string",
2447
- "attributes": {
2448
- "category": "dark",
2449
- "type": "code-snippet-string"
2450
- },
2451
- "path": [
2452
- "dark",
2453
- "code-snippet-string"
2454
- ]
2455
- },
2456
- "code-snippet-variable": {
2457
- "value": "#d19a66",
2458
- "type": "color",
2459
- "filePath": "libs/tokens/src/color/code.json",
2460
- "isSource": true,
2461
- "original": {
2462
- "value": "#d19a66",
2463
- "type": "color"
2464
- },
2465
- "name": "code-snippet-variable",
2466
- "attributes": {
2467
- "category": "dark",
2468
- "type": "code-snippet-variable"
2469
- },
2470
- "path": [
2471
- "dark",
2472
- "code-snippet-variable"
2473
- ]
2474
- },
2475
- "code-snippet-title": {
2476
- "value": "#61aeee",
2477
- "type": "color",
2478
- "filePath": "libs/tokens/src/color/code.json",
2479
- "isSource": true,
2480
- "original": {
2481
- "value": "#61aeee",
2482
- "type": "color"
2483
- },
2484
- "name": "code-snippet-title",
2485
- "attributes": {
2486
- "category": "dark",
2487
- "type": "code-snippet-title"
2488
- },
2489
- "path": [
2490
- "dark",
2491
- "code-snippet-title"
2492
- ]
2493
- },
2494
- "code-snippet-class": {
2495
- "value": "#e6c07b",
2496
- "type": "color",
2497
- "filePath": "libs/tokens/src/color/code.json",
2498
- "isSource": true,
2499
- "original": {
2500
- "value": "#e6c07b",
2501
- "type": "color"
2502
- },
2503
- "name": "code-snippet-class",
2504
- "attributes": {
2505
- "category": "dark",
2506
- "type": "code-snippet-class"
2507
- },
2508
- "path": [
2509
- "dark",
2510
- "code-snippet-class"
2511
- ]
2512
- }
2513
- },
2514
- "teradata": {
2515
- "teal-50": {
2516
- "value": "#def9f8",
2517
- "type": "color",
2518
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2519
- "isSource": true,
2520
- "original": {
2521
- "value": "#def9f8",
2522
- "type": "color"
2523
- },
2524
- "name": "teal-50",
2525
- "attributes": {
2526
- "category": "teradata",
2527
- "type": "teal-50"
2528
- },
2529
- "path": [
2530
- "teradata",
2531
- "teal-50"
2532
- ]
2533
- },
2534
- "teal-100": {
2535
- "value": "#b2ebea",
2536
- "type": "color",
2537
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2538
- "isSource": true,
2539
- "original": {
2540
- "value": "#b2ebea",
2541
- "type": "color"
2542
- },
2543
- "name": "teal-100",
2544
- "attributes": {
2545
- "category": "teradata",
2546
- "type": "teal-100"
2547
- },
2548
- "path": [
2549
- "teradata",
2550
- "teal-100"
2551
- ]
2552
- },
2553
- "teal-200": {
2554
- "value": "#85dddc",
2555
- "type": "color",
2556
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2557
- "isSource": true,
2558
- "original": {
2559
- "value": "#85dddc",
2560
- "type": "color"
2561
- },
2562
- "name": "teal-200",
2563
- "attributes": {
2564
- "category": "teradata",
2565
- "type": "teal-200"
2566
- },
2567
- "path": [
2568
- "teradata",
2569
- "teal-200"
2570
- ]
2571
- },
2572
- "teal-300": {
2573
- "value": "#59cecd",
2574
- "type": "color",
2575
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2576
- "isSource": true,
2577
- "original": {
2578
- "value": "#59cecd",
2579
- "type": "color"
2580
- },
2581
- "name": "teal-300",
2582
- "attributes": {
2583
- "category": "teradata",
2584
- "type": "teal-300"
2585
- },
2586
- "path": [
2587
- "teradata",
2588
- "teal-300"
2589
- ]
2590
- },
2591
- "teal-400": {
2592
- "value": "#2cc0bf",
2593
- "type": "color",
2594
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2595
- "isSource": true,
2596
- "original": {
2597
- "value": "#2cc0bf",
2598
- "type": "color"
2599
- },
2600
- "name": "teal-400",
2601
- "attributes": {
2602
- "category": "teradata",
2603
- "type": "teal-400"
2604
- },
2605
- "path": [
2606
- "teradata",
2607
- "teal-400"
2608
- ]
2609
- },
2610
- "teal-500": {
2611
- "value": "#00b2b1",
2612
- "type": "color",
2613
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2614
- "isSource": true,
2615
- "original": {
2616
- "value": "#00b2b1",
2617
- "type": "color"
2618
- },
2619
- "name": "teal-500",
2620
- "attributes": {
2621
- "category": "teradata",
2622
- "type": "teal-500"
2623
- },
2624
- "path": [
2625
- "teradata",
2626
- "teal-500"
2627
- ]
2628
- },
2629
- "teal-600": {
2630
- "value": "#00a2a2",
2631
- "type": "color",
2632
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2633
- "isSource": true,
2634
- "original": {
2635
- "value": "#00a2a2",
2636
- "type": "color"
2637
- },
2638
- "name": "teal-600",
2639
- "attributes": {
2640
- "category": "teradata",
2641
- "type": "teal-600"
2642
- },
2643
- "path": [
2644
- "teradata",
2645
- "teal-600"
2646
- ]
2647
- },
2648
- "teal-700": {
2649
- "value": "#009392",
2650
- "type": "color",
2651
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2652
- "isSource": true,
2653
- "original": {
2654
- "value": "#009392",
2655
- "type": "color"
2656
- },
2657
- "name": "teal-700",
2658
- "attributes": {
2659
- "category": "teradata",
2660
- "type": "teal-700"
2661
- },
2662
- "path": [
2663
- "teradata",
2664
- "teal-700"
2665
- ]
2666
- },
2667
- "teal-800": {
2668
- "value": "#008383",
2669
- "type": "color",
2670
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2671
- "isSource": true,
2672
- "original": {
2673
- "value": "#008383",
2674
- "type": "color"
2675
- },
2676
- "name": "teal-800",
2677
- "attributes": {
2678
- "category": "teradata",
2679
- "type": "teal-800"
2680
- },
2681
- "path": [
2682
- "teradata",
2683
- "teal-800"
2684
- ]
2685
- },
2686
- "teal-900": {
2687
- "value": "#007373",
2688
- "type": "color",
2689
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2690
- "isSource": true,
2691
- "original": {
2692
- "value": "#007373",
2693
- "type": "color"
2694
- },
2695
- "name": "teal-900",
2696
- "attributes": {
2697
- "category": "teradata",
2698
- "type": "teal-900"
2699
- },
2700
- "path": [
2701
- "teradata",
2702
- "teal-900"
2703
- ]
2704
- },
2705
- "teal-1000": {
2706
- "value": "#016b6b",
2707
- "type": "color",
2708
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2709
- "isSource": true,
2710
- "original": {
2711
- "value": "#016b6b",
2712
- "type": "color"
2713
- },
2714
- "name": "teal-1000",
2715
- "attributes": {
2716
- "category": "teradata",
2717
- "type": "teal-1000"
2718
- },
2719
- "path": [
2720
- "teradata",
2721
- "teal-1000"
2722
- ]
2723
- },
2724
- "teal-1100": {
2725
- "value": "#036464",
2726
- "type": "color",
2727
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2728
- "isSource": true,
2729
- "original": {
2730
- "value": "#036464",
2731
- "type": "color"
2732
- },
2733
- "name": "teal-1100",
2734
- "attributes": {
2735
- "category": "teradata",
2736
- "type": "teal-1100"
2737
- },
2738
- "path": [
2739
- "teradata",
2740
- "teal-1100"
2741
- ]
2742
- },
2743
- "teal-1200": {
2744
- "value": "#045c5c",
2745
- "type": "color",
2746
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2747
- "isSource": true,
2748
- "original": {
2749
- "value": "#045c5c",
2750
- "type": "color"
2751
- },
2752
- "name": "teal-1200",
2753
- "attributes": {
2754
- "category": "teradata",
2755
- "type": "teal-1200"
2756
- },
2757
- "path": [
2758
- "teradata",
2759
- "teal-1200"
2760
- ]
2761
- },
2762
- "teal-1300": {
2763
- "value": "#055454",
2764
- "type": "color",
2765
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2766
- "isSource": true,
2767
- "original": {
2768
- "value": "#055454",
2769
- "type": "color"
2770
- },
2771
- "name": "teal-1300",
2772
- "attributes": {
2773
- "category": "teradata",
2774
- "type": "teal-1300"
2775
- },
2776
- "path": [
2777
- "teradata",
2778
- "teal-1300"
2779
- ]
2780
- },
2781
- "teal-1400": {
2782
- "value": "#074d4d",
2783
- "type": "color",
2784
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2785
- "isSource": true,
2786
- "original": {
2787
- "value": "#074d4d",
2788
- "type": "color"
2789
- },
2790
- "name": "teal-1400",
2791
- "attributes": {
2792
- "category": "teradata",
2793
- "type": "teal-1400"
2794
- },
2795
- "path": [
2796
- "teradata",
2797
- "teal-1400"
2798
- ]
2799
- },
2800
- "teal-1500": {
2801
- "value": "#084545",
2802
- "type": "color",
2803
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2804
- "isSource": true,
2805
- "original": {
2806
- "value": "#084545",
2807
- "type": "color"
2808
- },
2809
- "name": "teal-1500",
2810
- "attributes": {
2811
- "category": "teradata",
2812
- "type": "teal-1500"
2813
- },
2814
- "path": [
2815
- "teradata",
2816
- "teal-1500"
2817
- ]
2818
- },
2819
- "teal-1600": {
2820
- "value": "#0a3e3e",
2821
- "type": "color",
2822
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2823
- "isSource": true,
2824
- "original": {
2825
- "value": "#0a3e3e",
2826
- "type": "color"
2827
- },
2828
- "name": "teal-1600",
2829
- "attributes": {
2830
- "category": "teradata",
2831
- "type": "teal-1600"
2832
- },
2833
- "path": [
2834
- "teradata",
2835
- "teal-1600"
2836
- ]
2837
- },
2838
- "teal-1700": {
2839
- "value": "#0b3636",
2840
- "type": "color",
2841
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2842
- "isSource": true,
2843
- "original": {
2844
- "value": "#0b3636",
2845
- "type": "color"
2846
- },
2847
- "name": "teal-1700",
2848
- "attributes": {
2849
- "category": "teradata",
2850
- "type": "teal-1700"
2851
- },
2852
- "path": [
2853
- "teradata",
2854
- "teal-1700"
2855
- ]
2856
- },
2857
- "teal-1800": {
2858
- "value": "#0c2e2e",
2859
- "type": "color",
2860
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2861
- "isSource": true,
2862
- "original": {
2863
- "value": "#0c2e2e",
2864
- "type": "color"
2865
- },
2866
- "name": "teal-1800",
2867
- "attributes": {
2868
- "category": "teradata",
2869
- "type": "teal-1800"
2870
- },
2871
- "path": [
2872
- "teradata",
2873
- "teal-1800"
2874
- ]
2875
- },
2876
- "teal-1900": {
2877
- "value": "#0e2727",
2878
- "type": "color",
2879
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2880
- "isSource": true,
2881
- "original": {
2882
- "value": "#0e2727",
2883
- "type": "color"
2884
- },
2885
- "name": "teal-1900",
2886
- "attributes": {
2887
- "category": "teradata",
2888
- "type": "teal-1900"
2889
- },
2890
- "path": [
2891
- "teradata",
2892
- "teal-1900"
2893
- ]
2894
- },
2895
- "teal-2000": {
2896
- "value": "#0f1f1f",
2897
- "type": "color",
2898
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2899
- "isSource": true,
2900
- "original": {
2901
- "value": "#0f1f1f",
2902
- "type": "color"
2903
- },
2904
- "name": "teal-2000",
2905
- "attributes": {
2906
- "category": "teradata",
2907
- "type": "teal-2000"
2908
- },
2909
- "path": [
2910
- "teradata",
2911
- "teal-2000"
2912
- ]
2913
- },
2914
- "slate-50": {
2915
- "value": "#e3e7e8",
2916
- "type": "color",
2917
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2918
- "isSource": true,
2919
- "original": {
2920
- "value": "#e3e7e8",
2921
- "type": "color"
2922
- },
2923
- "name": "slate-50",
2924
- "attributes": {
2925
- "category": "teradata",
2926
- "type": "slate-50"
2927
- },
2928
- "path": [
2929
- "teradata",
2930
- "slate-50"
2931
- ]
2932
- },
2933
- "slate-100": {
2934
- "value": "#c9cfd1",
2935
- "type": "color",
2936
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2937
- "isSource": true,
2938
- "original": {
2939
- "value": "#c9cfd1",
2940
- "type": "color"
2941
- },
2942
- "name": "slate-100",
2943
- "attributes": {
2944
- "category": "teradata",
2945
- "type": "slate-100"
2946
- },
2947
- "path": [
2948
- "teradata",
2949
- "slate-100"
2950
- ]
2951
- },
2952
- "slate-200": {
2953
- "value": "#afb6b9",
2954
- "type": "color",
2955
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2956
- "isSource": true,
2957
- "original": {
2958
- "value": "#afb6b9",
2959
- "type": "color"
2960
- },
2961
- "name": "slate-200",
2962
- "attributes": {
2963
- "category": "teradata",
2964
- "type": "slate-200"
2965
- },
2966
- "path": [
2967
- "teradata",
2968
- "slate-200"
2969
- ]
2970
- },
2971
- "slate-300": {
2972
- "value": "#959ea2",
2973
- "type": "color",
2974
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2975
- "isSource": true,
2976
- "original": {
2977
- "value": "#959ea2",
2978
- "type": "color"
2979
- },
2980
- "name": "slate-300",
2981
- "attributes": {
2982
- "category": "teradata",
2983
- "type": "slate-300"
2984
- },
2985
- "path": [
2986
- "teradata",
2987
- "slate-300"
2988
- ]
2989
- },
2990
- "slate-400": {
2991
- "value": "#7b858a",
2992
- "type": "color",
2993
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
2994
- "isSource": true,
2995
- "original": {
2996
- "value": "#7b858a",
2997
- "type": "color"
2998
- },
2999
- "name": "slate-400",
3000
- "attributes": {
3001
- "category": "teradata",
3002
- "type": "slate-400"
3003
- },
3004
- "path": [
3005
- "teradata",
3006
- "slate-400"
3007
- ]
3008
- },
3009
- "slate-500": {
3010
- "value": "#616d73",
3011
- "type": "color",
3012
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3013
- "isSource": true,
3014
- "original": {
3015
- "value": "#616d73",
3016
- "type": "color"
3017
- },
3018
- "name": "slate-500",
3019
- "attributes": {
3020
- "category": "teradata",
3021
- "type": "slate-500"
3022
- },
3023
- "path": [
3024
- "teradata",
3025
- "slate-500"
3026
- ]
3027
- },
3028
- "slate-600": {
3029
- "value": "#57646b",
3030
- "type": "color",
3031
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3032
- "isSource": true,
3033
- "original": {
3034
- "value": "#57646b",
3035
- "type": "color"
3036
- },
3037
- "name": "slate-600",
3038
- "attributes": {
3039
- "category": "teradata",
3040
- "type": "slate-600"
3041
- },
3042
- "path": [
3043
- "teradata",
3044
- "slate-600"
3045
- ]
3046
- },
3047
- "slate-700": {
3048
- "value": "#4d5b62",
3049
- "type": "color",
3050
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3051
- "isSource": true,
3052
- "original": {
3053
- "value": "#4d5b62",
3054
- "type": "color"
3055
- },
3056
- "name": "slate-700",
3057
- "attributes": {
3058
- "category": "teradata",
3059
- "type": "slate-700"
3060
- },
3061
- "path": [
3062
- "teradata",
3063
- "slate-700"
3064
- ]
3065
- },
3066
- "slate-800": {
3067
- "value": "#43515a",
3068
- "type": "color",
3069
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3070
- "isSource": true,
3071
- "original": {
3072
- "value": "#43515a",
3073
- "type": "color"
3074
- },
3075
- "name": "slate-800",
3076
- "attributes": {
3077
- "category": "teradata",
3078
- "type": "slate-800"
3079
- },
3080
- "path": [
3081
- "teradata",
3082
- "slate-800"
3083
- ]
3084
- },
3085
- "slate-900": {
3086
- "value": "#394851",
3087
- "type": "color",
3088
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3089
- "isSource": true,
3090
- "original": {
3091
- "value": "#394851",
3092
- "type": "color"
3093
- },
3094
- "name": "slate-900",
3095
- "attributes": {
3096
- "category": "teradata",
3097
- "type": "slate-900"
3098
- },
3099
- "path": [
3100
- "teradata",
3101
- "slate-900"
3102
- ]
3103
- },
3104
- "slate-1000": {
3105
- "value": "#2e3d42",
3106
- "type": "color",
3107
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3108
- "isSource": true,
3109
- "original": {
3110
- "value": "#2e3d42",
3111
- "type": "color"
3112
- },
3113
- "name": "slate-1000",
3114
- "attributes": {
3115
- "category": "teradata",
3116
- "type": "slate-1000"
3117
- },
3118
- "path": [
3119
- "teradata",
3120
- "slate-1000"
3121
- ]
3122
- },
3123
- "slate-1100": {
3124
- "value": "#28353b",
3125
- "type": "color",
3126
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3127
- "isSource": true,
3128
- "original": {
3129
- "value": "#28353b",
3130
- "type": "color"
3131
- },
3132
- "name": "slate-1100",
3133
- "attributes": {
3134
- "category": "teradata",
3135
- "type": "slate-1100"
3136
- },
3137
- "path": [
3138
- "teradata",
3139
- "slate-1100"
3140
- ]
3141
- },
3142
- "slate-1200": {
3143
- "value": "#222e33",
3144
- "type": "color",
3145
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3146
- "isSource": true,
3147
- "original": {
3148
- "value": "#222e33",
3149
- "type": "color"
3150
- },
3151
- "name": "slate-1200",
3152
- "attributes": {
3153
- "category": "teradata",
3154
- "type": "slate-1200"
3155
- },
3156
- "path": [
3157
- "teradata",
3158
- "slate-1200"
3159
- ]
3160
- },
3161
- "slate-1300": {
3162
- "value": "#1f282e",
3163
- "type": "color",
3164
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3165
- "isSource": true,
3166
- "original": {
3167
- "value": "#1f282e",
3168
- "type": "color"
3169
- },
3170
- "name": "slate-1300",
3171
- "attributes": {
3172
- "category": "teradata",
3173
- "type": "slate-1300"
3174
- },
3175
- "path": [
3176
- "teradata",
3177
- "slate-1300"
3178
- ]
3179
- },
3180
- "slate-1400": {
3181
- "value": "#1a2126",
3182
- "type": "color",
3183
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3184
- "isSource": true,
3185
- "original": {
3186
- "value": "#1a2126",
3187
- "type": "color"
3188
- },
3189
- "name": "slate-1400",
3190
- "attributes": {
3191
- "category": "teradata",
3192
- "type": "slate-1400"
3193
- },
3194
- "path": [
3195
- "teradata",
3196
- "slate-1400"
3197
- ]
3198
- },
3199
- "slate-1500": {
3200
- "value": "#161c1f",
3201
- "type": "color",
3202
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3203
- "isSource": true,
3204
- "original": {
3205
- "value": "#161c1f",
3206
- "type": "color"
3207
- },
3208
- "name": "slate-1500",
3209
- "attributes": {
3210
- "category": "teradata",
3211
- "type": "slate-1500"
3212
- },
3213
- "path": [
3214
- "teradata",
3215
- "slate-1500"
3216
- ]
3217
- },
3218
- "slate-1600": {
3219
- "value": "#14171a",
3220
- "type": "color",
3221
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3222
- "isSource": true,
3223
- "original": {
3224
- "value": "#14171a",
3225
- "type": "color"
3226
- },
3227
- "name": "slate-1600",
3228
- "attributes": {
3229
- "category": "teradata",
3230
- "type": "slate-1600"
3231
- },
3232
- "path": [
3233
- "teradata",
3234
- "slate-1600"
3235
- ]
3236
- },
3237
- "slate-1700": {
3238
- "value": "#101314",
3239
- "type": "color",
3240
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3241
- "isSource": true,
3242
- "original": {
3243
- "value": "#101314",
3244
- "type": "color"
3245
- },
3246
- "name": "slate-1700",
3247
- "attributes": {
3248
- "category": "teradata",
3249
- "type": "slate-1700"
3250
- },
3251
- "path": [
3252
- "teradata",
3253
- "slate-1700"
3254
- ]
3255
- },
3256
- "slate-1800": {
3257
- "value": "#0c0e0f",
3258
- "type": "color",
3259
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3260
- "isSource": true,
3261
- "original": {
3262
- "value": "#0c0e0f",
3263
- "type": "color"
3264
- },
3265
- "name": "slate-1800",
3266
- "attributes": {
3267
- "category": "teradata",
3268
- "type": "slate-1800"
3269
- },
3270
- "path": [
3271
- "teradata",
3272
- "slate-1800"
3273
- ]
3274
- },
3275
- "slate-1900": {
3276
- "value": "#060708",
3277
- "type": "color",
3278
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3279
- "isSource": true,
3280
- "original": {
3281
- "value": "#060708",
3282
- "type": "color"
3283
- },
3284
- "name": "slate-1900",
3285
- "attributes": {
3286
- "category": "teradata",
3287
- "type": "slate-1900"
3288
- },
3289
- "path": [
3290
- "teradata",
3291
- "slate-1900"
3292
- ]
3293
- },
3294
- "slate-2000": {
3295
- "value": "#020203",
3296
- "type": "color",
3297
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3298
- "isSource": true,
3299
- "original": {
3300
- "value": "#020203",
3301
- "type": "color"
3302
- },
3303
- "name": "slate-2000",
3304
- "attributes": {
3305
- "category": "teradata",
3306
- "type": "slate-2000"
3307
- },
3308
- "path": [
3309
- "teradata",
3310
- "slate-2000"
3311
- ]
3312
- },
3313
- "orange-100": {
3314
- "value": "#FFCFB3",
3315
- "type": "color",
3316
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3317
- "isSource": true,
3318
- "original": {
3319
- "value": "#FFCFB3",
3320
- "type": "color"
3321
- },
3322
- "name": "orange-100",
3323
- "attributes": {
3324
- "category": "teradata",
3325
- "type": "orange-100"
3326
- },
3327
- "path": [
3328
- "teradata",
3329
- "orange-100"
3330
- ]
3331
- },
3332
- "orange-200": {
3333
- "value": "#FFAF81",
3334
- "type": "color",
3335
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3336
- "isSource": true,
3337
- "original": {
3338
- "value": "#FFAF81",
3339
- "type": "color"
3340
- },
3341
- "name": "orange-200",
3342
- "attributes": {
3343
- "category": "teradata",
3344
- "type": "orange-200"
3345
- },
3346
- "path": [
3347
- "teradata",
3348
- "orange-200"
3349
- ]
3350
- },
3351
- "orange-300": {
3352
- "value": "#FF8F4E",
3353
- "type": "color",
3354
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3355
- "isSource": true,
3356
- "original": {
3357
- "value": "#FF8F4E",
3358
- "type": "color"
3359
- },
3360
- "name": "orange-300",
3361
- "attributes": {
3362
- "category": "teradata",
3363
- "type": "orange-300"
3364
- },
3365
- "path": [
3366
- "teradata",
3367
- "orange-300"
3368
- ]
3369
- },
3370
- "orange-400": {
3371
- "value": "#FF7728",
3372
- "type": "color",
3373
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3374
- "isSource": true,
3375
- "original": {
3376
- "value": "#FF7728",
3377
- "type": "color"
3378
- },
3379
- "name": "orange-400",
3380
- "attributes": {
3381
- "category": "teradata",
3382
- "type": "orange-400"
3383
- },
3384
- "path": [
3385
- "teradata",
3386
- "orange-400"
3387
- ]
3388
- },
3389
- "orange-500": {
3390
- "value": "#FF5F02",
3391
- "type": "color",
3392
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3393
- "isSource": true,
3394
- "original": {
3395
- "value": "#FF5F02",
3396
- "type": "color"
3397
- },
3398
- "name": "orange-500",
3399
- "attributes": {
3400
- "category": "teradata",
3401
- "type": "orange-500"
3402
- },
3403
- "path": [
3404
- "teradata",
3405
- "orange-500"
3406
- ]
3407
- },
3408
- "orange-600": {
3409
- "value": "#F05800",
3410
- "type": "color",
3411
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3412
- "isSource": true,
3413
- "original": {
3414
- "value": "#F05800",
3415
- "type": "color"
3416
- },
3417
- "name": "orange-600",
3418
- "attributes": {
3419
- "category": "teradata",
3420
- "type": "orange-600"
3421
- },
3422
- "path": [
3423
- "teradata",
3424
- "orange-600"
3425
- ]
3426
- },
3427
- "orange-700": {
3428
- "value": "#E54900",
3429
- "type": "color",
3430
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3431
- "isSource": true,
3432
- "original": {
3433
- "value": "#E54900",
3434
- "type": "color"
3435
- },
3436
- "name": "orange-700",
3437
- "attributes": {
3438
- "category": "teradata",
3439
- "type": "orange-700"
3440
- },
3441
- "path": [
3442
- "teradata",
3443
- "orange-700"
3444
- ]
3445
- },
3446
- "orange-800": {
3447
- "value": "#D83B03",
3448
- "type": "color",
3449
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3450
- "isSource": true,
3451
- "original": {
3452
- "value": "#D83B03",
3453
- "type": "color"
3454
- },
3455
- "name": "orange-800",
3456
- "attributes": {
3457
- "category": "teradata",
3458
- "type": "orange-800"
3459
- },
3460
- "path": [
3461
- "teradata",
3462
- "orange-800"
3463
- ]
3464
- },
3465
- "orange-900": {
3466
- "value": "#C23200",
3467
- "type": "color",
3468
- "filePath": "libs/tokens/src/color/deprecated/teradata.json",
3469
- "isSource": true,
3470
- "original": {
3471
- "value": "#C23200",
3472
- "type": "color"
3473
- },
3474
- "name": "orange-900",
3475
- "attributes": {
3476
- "category": "teradata",
3477
- "type": "orange-900"
3478
- },
3479
- "path": [
3480
- "teradata",
3481
- "orange-900"
3482
- ]
3483
2512
  }
3484
2513
  },
3485
2514
  "theme": {
@@ -23240,6 +22269,977 @@
23240
22269
  }
23241
22270
  }
23242
22271
  },
22272
+ "teradata": {
22273
+ "teal-50": {
22274
+ "value": "#def9f8",
22275
+ "type": "color",
22276
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22277
+ "isSource": true,
22278
+ "original": {
22279
+ "value": "#def9f8",
22280
+ "type": "color"
22281
+ },
22282
+ "name": "teal-50",
22283
+ "attributes": {
22284
+ "category": "teradata",
22285
+ "type": "teal-50"
22286
+ },
22287
+ "path": [
22288
+ "teradata",
22289
+ "teal-50"
22290
+ ]
22291
+ },
22292
+ "teal-100": {
22293
+ "value": "#b2ebea",
22294
+ "type": "color",
22295
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22296
+ "isSource": true,
22297
+ "original": {
22298
+ "value": "#b2ebea",
22299
+ "type": "color"
22300
+ },
22301
+ "name": "teal-100",
22302
+ "attributes": {
22303
+ "category": "teradata",
22304
+ "type": "teal-100"
22305
+ },
22306
+ "path": [
22307
+ "teradata",
22308
+ "teal-100"
22309
+ ]
22310
+ },
22311
+ "teal-200": {
22312
+ "value": "#85dddc",
22313
+ "type": "color",
22314
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22315
+ "isSource": true,
22316
+ "original": {
22317
+ "value": "#85dddc",
22318
+ "type": "color"
22319
+ },
22320
+ "name": "teal-200",
22321
+ "attributes": {
22322
+ "category": "teradata",
22323
+ "type": "teal-200"
22324
+ },
22325
+ "path": [
22326
+ "teradata",
22327
+ "teal-200"
22328
+ ]
22329
+ },
22330
+ "teal-300": {
22331
+ "value": "#59cecd",
22332
+ "type": "color",
22333
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22334
+ "isSource": true,
22335
+ "original": {
22336
+ "value": "#59cecd",
22337
+ "type": "color"
22338
+ },
22339
+ "name": "teal-300",
22340
+ "attributes": {
22341
+ "category": "teradata",
22342
+ "type": "teal-300"
22343
+ },
22344
+ "path": [
22345
+ "teradata",
22346
+ "teal-300"
22347
+ ]
22348
+ },
22349
+ "teal-400": {
22350
+ "value": "#2cc0bf",
22351
+ "type": "color",
22352
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22353
+ "isSource": true,
22354
+ "original": {
22355
+ "value": "#2cc0bf",
22356
+ "type": "color"
22357
+ },
22358
+ "name": "teal-400",
22359
+ "attributes": {
22360
+ "category": "teradata",
22361
+ "type": "teal-400"
22362
+ },
22363
+ "path": [
22364
+ "teradata",
22365
+ "teal-400"
22366
+ ]
22367
+ },
22368
+ "teal-500": {
22369
+ "value": "#00b2b1",
22370
+ "type": "color",
22371
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22372
+ "isSource": true,
22373
+ "original": {
22374
+ "value": "#00b2b1",
22375
+ "type": "color"
22376
+ },
22377
+ "name": "teal-500",
22378
+ "attributes": {
22379
+ "category": "teradata",
22380
+ "type": "teal-500"
22381
+ },
22382
+ "path": [
22383
+ "teradata",
22384
+ "teal-500"
22385
+ ]
22386
+ },
22387
+ "teal-600": {
22388
+ "value": "#00a2a2",
22389
+ "type": "color",
22390
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22391
+ "isSource": true,
22392
+ "original": {
22393
+ "value": "#00a2a2",
22394
+ "type": "color"
22395
+ },
22396
+ "name": "teal-600",
22397
+ "attributes": {
22398
+ "category": "teradata",
22399
+ "type": "teal-600"
22400
+ },
22401
+ "path": [
22402
+ "teradata",
22403
+ "teal-600"
22404
+ ]
22405
+ },
22406
+ "teal-700": {
22407
+ "value": "#009392",
22408
+ "type": "color",
22409
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22410
+ "isSource": true,
22411
+ "original": {
22412
+ "value": "#009392",
22413
+ "type": "color"
22414
+ },
22415
+ "name": "teal-700",
22416
+ "attributes": {
22417
+ "category": "teradata",
22418
+ "type": "teal-700"
22419
+ },
22420
+ "path": [
22421
+ "teradata",
22422
+ "teal-700"
22423
+ ]
22424
+ },
22425
+ "teal-800": {
22426
+ "value": "#008383",
22427
+ "type": "color",
22428
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22429
+ "isSource": true,
22430
+ "original": {
22431
+ "value": "#008383",
22432
+ "type": "color"
22433
+ },
22434
+ "name": "teal-800",
22435
+ "attributes": {
22436
+ "category": "teradata",
22437
+ "type": "teal-800"
22438
+ },
22439
+ "path": [
22440
+ "teradata",
22441
+ "teal-800"
22442
+ ]
22443
+ },
22444
+ "teal-900": {
22445
+ "value": "#007373",
22446
+ "type": "color",
22447
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22448
+ "isSource": true,
22449
+ "original": {
22450
+ "value": "#007373",
22451
+ "type": "color"
22452
+ },
22453
+ "name": "teal-900",
22454
+ "attributes": {
22455
+ "category": "teradata",
22456
+ "type": "teal-900"
22457
+ },
22458
+ "path": [
22459
+ "teradata",
22460
+ "teal-900"
22461
+ ]
22462
+ },
22463
+ "teal-1000": {
22464
+ "value": "#016b6b",
22465
+ "type": "color",
22466
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22467
+ "isSource": true,
22468
+ "original": {
22469
+ "value": "#016b6b",
22470
+ "type": "color"
22471
+ },
22472
+ "name": "teal-1000",
22473
+ "attributes": {
22474
+ "category": "teradata",
22475
+ "type": "teal-1000"
22476
+ },
22477
+ "path": [
22478
+ "teradata",
22479
+ "teal-1000"
22480
+ ]
22481
+ },
22482
+ "teal-1100": {
22483
+ "value": "#036464",
22484
+ "type": "color",
22485
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22486
+ "isSource": true,
22487
+ "original": {
22488
+ "value": "#036464",
22489
+ "type": "color"
22490
+ },
22491
+ "name": "teal-1100",
22492
+ "attributes": {
22493
+ "category": "teradata",
22494
+ "type": "teal-1100"
22495
+ },
22496
+ "path": [
22497
+ "teradata",
22498
+ "teal-1100"
22499
+ ]
22500
+ },
22501
+ "teal-1200": {
22502
+ "value": "#045c5c",
22503
+ "type": "color",
22504
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22505
+ "isSource": true,
22506
+ "original": {
22507
+ "value": "#045c5c",
22508
+ "type": "color"
22509
+ },
22510
+ "name": "teal-1200",
22511
+ "attributes": {
22512
+ "category": "teradata",
22513
+ "type": "teal-1200"
22514
+ },
22515
+ "path": [
22516
+ "teradata",
22517
+ "teal-1200"
22518
+ ]
22519
+ },
22520
+ "teal-1300": {
22521
+ "value": "#055454",
22522
+ "type": "color",
22523
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22524
+ "isSource": true,
22525
+ "original": {
22526
+ "value": "#055454",
22527
+ "type": "color"
22528
+ },
22529
+ "name": "teal-1300",
22530
+ "attributes": {
22531
+ "category": "teradata",
22532
+ "type": "teal-1300"
22533
+ },
22534
+ "path": [
22535
+ "teradata",
22536
+ "teal-1300"
22537
+ ]
22538
+ },
22539
+ "teal-1400": {
22540
+ "value": "#074d4d",
22541
+ "type": "color",
22542
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22543
+ "isSource": true,
22544
+ "original": {
22545
+ "value": "#074d4d",
22546
+ "type": "color"
22547
+ },
22548
+ "name": "teal-1400",
22549
+ "attributes": {
22550
+ "category": "teradata",
22551
+ "type": "teal-1400"
22552
+ },
22553
+ "path": [
22554
+ "teradata",
22555
+ "teal-1400"
22556
+ ]
22557
+ },
22558
+ "teal-1500": {
22559
+ "value": "#084545",
22560
+ "type": "color",
22561
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22562
+ "isSource": true,
22563
+ "original": {
22564
+ "value": "#084545",
22565
+ "type": "color"
22566
+ },
22567
+ "name": "teal-1500",
22568
+ "attributes": {
22569
+ "category": "teradata",
22570
+ "type": "teal-1500"
22571
+ },
22572
+ "path": [
22573
+ "teradata",
22574
+ "teal-1500"
22575
+ ]
22576
+ },
22577
+ "teal-1600": {
22578
+ "value": "#0a3e3e",
22579
+ "type": "color",
22580
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22581
+ "isSource": true,
22582
+ "original": {
22583
+ "value": "#0a3e3e",
22584
+ "type": "color"
22585
+ },
22586
+ "name": "teal-1600",
22587
+ "attributes": {
22588
+ "category": "teradata",
22589
+ "type": "teal-1600"
22590
+ },
22591
+ "path": [
22592
+ "teradata",
22593
+ "teal-1600"
22594
+ ]
22595
+ },
22596
+ "teal-1700": {
22597
+ "value": "#0b3636",
22598
+ "type": "color",
22599
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22600
+ "isSource": true,
22601
+ "original": {
22602
+ "value": "#0b3636",
22603
+ "type": "color"
22604
+ },
22605
+ "name": "teal-1700",
22606
+ "attributes": {
22607
+ "category": "teradata",
22608
+ "type": "teal-1700"
22609
+ },
22610
+ "path": [
22611
+ "teradata",
22612
+ "teal-1700"
22613
+ ]
22614
+ },
22615
+ "teal-1800": {
22616
+ "value": "#0c2e2e",
22617
+ "type": "color",
22618
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22619
+ "isSource": true,
22620
+ "original": {
22621
+ "value": "#0c2e2e",
22622
+ "type": "color"
22623
+ },
22624
+ "name": "teal-1800",
22625
+ "attributes": {
22626
+ "category": "teradata",
22627
+ "type": "teal-1800"
22628
+ },
22629
+ "path": [
22630
+ "teradata",
22631
+ "teal-1800"
22632
+ ]
22633
+ },
22634
+ "teal-1900": {
22635
+ "value": "#0e2727",
22636
+ "type": "color",
22637
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22638
+ "isSource": true,
22639
+ "original": {
22640
+ "value": "#0e2727",
22641
+ "type": "color"
22642
+ },
22643
+ "name": "teal-1900",
22644
+ "attributes": {
22645
+ "category": "teradata",
22646
+ "type": "teal-1900"
22647
+ },
22648
+ "path": [
22649
+ "teradata",
22650
+ "teal-1900"
22651
+ ]
22652
+ },
22653
+ "teal-2000": {
22654
+ "value": "#0f1f1f",
22655
+ "type": "color",
22656
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22657
+ "isSource": true,
22658
+ "original": {
22659
+ "value": "#0f1f1f",
22660
+ "type": "color"
22661
+ },
22662
+ "name": "teal-2000",
22663
+ "attributes": {
22664
+ "category": "teradata",
22665
+ "type": "teal-2000"
22666
+ },
22667
+ "path": [
22668
+ "teradata",
22669
+ "teal-2000"
22670
+ ]
22671
+ },
22672
+ "slate-50": {
22673
+ "value": "#e3e7e8",
22674
+ "type": "color",
22675
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22676
+ "isSource": true,
22677
+ "original": {
22678
+ "value": "#e3e7e8",
22679
+ "type": "color"
22680
+ },
22681
+ "name": "slate-50",
22682
+ "attributes": {
22683
+ "category": "teradata",
22684
+ "type": "slate-50"
22685
+ },
22686
+ "path": [
22687
+ "teradata",
22688
+ "slate-50"
22689
+ ]
22690
+ },
22691
+ "slate-100": {
22692
+ "value": "#c9cfd1",
22693
+ "type": "color",
22694
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22695
+ "isSource": true,
22696
+ "original": {
22697
+ "value": "#c9cfd1",
22698
+ "type": "color"
22699
+ },
22700
+ "name": "slate-100",
22701
+ "attributes": {
22702
+ "category": "teradata",
22703
+ "type": "slate-100"
22704
+ },
22705
+ "path": [
22706
+ "teradata",
22707
+ "slate-100"
22708
+ ]
22709
+ },
22710
+ "slate-200": {
22711
+ "value": "#afb6b9",
22712
+ "type": "color",
22713
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22714
+ "isSource": true,
22715
+ "original": {
22716
+ "value": "#afb6b9",
22717
+ "type": "color"
22718
+ },
22719
+ "name": "slate-200",
22720
+ "attributes": {
22721
+ "category": "teradata",
22722
+ "type": "slate-200"
22723
+ },
22724
+ "path": [
22725
+ "teradata",
22726
+ "slate-200"
22727
+ ]
22728
+ },
22729
+ "slate-300": {
22730
+ "value": "#959ea2",
22731
+ "type": "color",
22732
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22733
+ "isSource": true,
22734
+ "original": {
22735
+ "value": "#959ea2",
22736
+ "type": "color"
22737
+ },
22738
+ "name": "slate-300",
22739
+ "attributes": {
22740
+ "category": "teradata",
22741
+ "type": "slate-300"
22742
+ },
22743
+ "path": [
22744
+ "teradata",
22745
+ "slate-300"
22746
+ ]
22747
+ },
22748
+ "slate-400": {
22749
+ "value": "#7b858a",
22750
+ "type": "color",
22751
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22752
+ "isSource": true,
22753
+ "original": {
22754
+ "value": "#7b858a",
22755
+ "type": "color"
22756
+ },
22757
+ "name": "slate-400",
22758
+ "attributes": {
22759
+ "category": "teradata",
22760
+ "type": "slate-400"
22761
+ },
22762
+ "path": [
22763
+ "teradata",
22764
+ "slate-400"
22765
+ ]
22766
+ },
22767
+ "slate-500": {
22768
+ "value": "#616d73",
22769
+ "type": "color",
22770
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22771
+ "isSource": true,
22772
+ "original": {
22773
+ "value": "#616d73",
22774
+ "type": "color"
22775
+ },
22776
+ "name": "slate-500",
22777
+ "attributes": {
22778
+ "category": "teradata",
22779
+ "type": "slate-500"
22780
+ },
22781
+ "path": [
22782
+ "teradata",
22783
+ "slate-500"
22784
+ ]
22785
+ },
22786
+ "slate-600": {
22787
+ "value": "#57646b",
22788
+ "type": "color",
22789
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22790
+ "isSource": true,
22791
+ "original": {
22792
+ "value": "#57646b",
22793
+ "type": "color"
22794
+ },
22795
+ "name": "slate-600",
22796
+ "attributes": {
22797
+ "category": "teradata",
22798
+ "type": "slate-600"
22799
+ },
22800
+ "path": [
22801
+ "teradata",
22802
+ "slate-600"
22803
+ ]
22804
+ },
22805
+ "slate-700": {
22806
+ "value": "#4d5b62",
22807
+ "type": "color",
22808
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22809
+ "isSource": true,
22810
+ "original": {
22811
+ "value": "#4d5b62",
22812
+ "type": "color"
22813
+ },
22814
+ "name": "slate-700",
22815
+ "attributes": {
22816
+ "category": "teradata",
22817
+ "type": "slate-700"
22818
+ },
22819
+ "path": [
22820
+ "teradata",
22821
+ "slate-700"
22822
+ ]
22823
+ },
22824
+ "slate-800": {
22825
+ "value": "#43515a",
22826
+ "type": "color",
22827
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22828
+ "isSource": true,
22829
+ "original": {
22830
+ "value": "#43515a",
22831
+ "type": "color"
22832
+ },
22833
+ "name": "slate-800",
22834
+ "attributes": {
22835
+ "category": "teradata",
22836
+ "type": "slate-800"
22837
+ },
22838
+ "path": [
22839
+ "teradata",
22840
+ "slate-800"
22841
+ ]
22842
+ },
22843
+ "slate-900": {
22844
+ "value": "#394851",
22845
+ "type": "color",
22846
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22847
+ "isSource": true,
22848
+ "original": {
22849
+ "value": "#394851",
22850
+ "type": "color"
22851
+ },
22852
+ "name": "slate-900",
22853
+ "attributes": {
22854
+ "category": "teradata",
22855
+ "type": "slate-900"
22856
+ },
22857
+ "path": [
22858
+ "teradata",
22859
+ "slate-900"
22860
+ ]
22861
+ },
22862
+ "slate-1000": {
22863
+ "value": "#2e3d42",
22864
+ "type": "color",
22865
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22866
+ "isSource": true,
22867
+ "original": {
22868
+ "value": "#2e3d42",
22869
+ "type": "color"
22870
+ },
22871
+ "name": "slate-1000",
22872
+ "attributes": {
22873
+ "category": "teradata",
22874
+ "type": "slate-1000"
22875
+ },
22876
+ "path": [
22877
+ "teradata",
22878
+ "slate-1000"
22879
+ ]
22880
+ },
22881
+ "slate-1100": {
22882
+ "value": "#28353b",
22883
+ "type": "color",
22884
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22885
+ "isSource": true,
22886
+ "original": {
22887
+ "value": "#28353b",
22888
+ "type": "color"
22889
+ },
22890
+ "name": "slate-1100",
22891
+ "attributes": {
22892
+ "category": "teradata",
22893
+ "type": "slate-1100"
22894
+ },
22895
+ "path": [
22896
+ "teradata",
22897
+ "slate-1100"
22898
+ ]
22899
+ },
22900
+ "slate-1200": {
22901
+ "value": "#222e33",
22902
+ "type": "color",
22903
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22904
+ "isSource": true,
22905
+ "original": {
22906
+ "value": "#222e33",
22907
+ "type": "color"
22908
+ },
22909
+ "name": "slate-1200",
22910
+ "attributes": {
22911
+ "category": "teradata",
22912
+ "type": "slate-1200"
22913
+ },
22914
+ "path": [
22915
+ "teradata",
22916
+ "slate-1200"
22917
+ ]
22918
+ },
22919
+ "slate-1300": {
22920
+ "value": "#1f282e",
22921
+ "type": "color",
22922
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22923
+ "isSource": true,
22924
+ "original": {
22925
+ "value": "#1f282e",
22926
+ "type": "color"
22927
+ },
22928
+ "name": "slate-1300",
22929
+ "attributes": {
22930
+ "category": "teradata",
22931
+ "type": "slate-1300"
22932
+ },
22933
+ "path": [
22934
+ "teradata",
22935
+ "slate-1300"
22936
+ ]
22937
+ },
22938
+ "slate-1400": {
22939
+ "value": "#1a2126",
22940
+ "type": "color",
22941
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22942
+ "isSource": true,
22943
+ "original": {
22944
+ "value": "#1a2126",
22945
+ "type": "color"
22946
+ },
22947
+ "name": "slate-1400",
22948
+ "attributes": {
22949
+ "category": "teradata",
22950
+ "type": "slate-1400"
22951
+ },
22952
+ "path": [
22953
+ "teradata",
22954
+ "slate-1400"
22955
+ ]
22956
+ },
22957
+ "slate-1500": {
22958
+ "value": "#161c1f",
22959
+ "type": "color",
22960
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22961
+ "isSource": true,
22962
+ "original": {
22963
+ "value": "#161c1f",
22964
+ "type": "color"
22965
+ },
22966
+ "name": "slate-1500",
22967
+ "attributes": {
22968
+ "category": "teradata",
22969
+ "type": "slate-1500"
22970
+ },
22971
+ "path": [
22972
+ "teradata",
22973
+ "slate-1500"
22974
+ ]
22975
+ },
22976
+ "slate-1600": {
22977
+ "value": "#14171a",
22978
+ "type": "color",
22979
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22980
+ "isSource": true,
22981
+ "original": {
22982
+ "value": "#14171a",
22983
+ "type": "color"
22984
+ },
22985
+ "name": "slate-1600",
22986
+ "attributes": {
22987
+ "category": "teradata",
22988
+ "type": "slate-1600"
22989
+ },
22990
+ "path": [
22991
+ "teradata",
22992
+ "slate-1600"
22993
+ ]
22994
+ },
22995
+ "slate-1700": {
22996
+ "value": "#101314",
22997
+ "type": "color",
22998
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
22999
+ "isSource": true,
23000
+ "original": {
23001
+ "value": "#101314",
23002
+ "type": "color"
23003
+ },
23004
+ "name": "slate-1700",
23005
+ "attributes": {
23006
+ "category": "teradata",
23007
+ "type": "slate-1700"
23008
+ },
23009
+ "path": [
23010
+ "teradata",
23011
+ "slate-1700"
23012
+ ]
23013
+ },
23014
+ "slate-1800": {
23015
+ "value": "#0c0e0f",
23016
+ "type": "color",
23017
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23018
+ "isSource": true,
23019
+ "original": {
23020
+ "value": "#0c0e0f",
23021
+ "type": "color"
23022
+ },
23023
+ "name": "slate-1800",
23024
+ "attributes": {
23025
+ "category": "teradata",
23026
+ "type": "slate-1800"
23027
+ },
23028
+ "path": [
23029
+ "teradata",
23030
+ "slate-1800"
23031
+ ]
23032
+ },
23033
+ "slate-1900": {
23034
+ "value": "#060708",
23035
+ "type": "color",
23036
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23037
+ "isSource": true,
23038
+ "original": {
23039
+ "value": "#060708",
23040
+ "type": "color"
23041
+ },
23042
+ "name": "slate-1900",
23043
+ "attributes": {
23044
+ "category": "teradata",
23045
+ "type": "slate-1900"
23046
+ },
23047
+ "path": [
23048
+ "teradata",
23049
+ "slate-1900"
23050
+ ]
23051
+ },
23052
+ "slate-2000": {
23053
+ "value": "#020203",
23054
+ "type": "color",
23055
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23056
+ "isSource": true,
23057
+ "original": {
23058
+ "value": "#020203",
23059
+ "type": "color"
23060
+ },
23061
+ "name": "slate-2000",
23062
+ "attributes": {
23063
+ "category": "teradata",
23064
+ "type": "slate-2000"
23065
+ },
23066
+ "path": [
23067
+ "teradata",
23068
+ "slate-2000"
23069
+ ]
23070
+ },
23071
+ "orange-100": {
23072
+ "value": "#FFCFB3",
23073
+ "type": "color",
23074
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23075
+ "isSource": true,
23076
+ "original": {
23077
+ "value": "#FFCFB3",
23078
+ "type": "color"
23079
+ },
23080
+ "name": "orange-100",
23081
+ "attributes": {
23082
+ "category": "teradata",
23083
+ "type": "orange-100"
23084
+ },
23085
+ "path": [
23086
+ "teradata",
23087
+ "orange-100"
23088
+ ]
23089
+ },
23090
+ "orange-200": {
23091
+ "value": "#FFAF81",
23092
+ "type": "color",
23093
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23094
+ "isSource": true,
23095
+ "original": {
23096
+ "value": "#FFAF81",
23097
+ "type": "color"
23098
+ },
23099
+ "name": "orange-200",
23100
+ "attributes": {
23101
+ "category": "teradata",
23102
+ "type": "orange-200"
23103
+ },
23104
+ "path": [
23105
+ "teradata",
23106
+ "orange-200"
23107
+ ]
23108
+ },
23109
+ "orange-300": {
23110
+ "value": "#FF8F4E",
23111
+ "type": "color",
23112
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23113
+ "isSource": true,
23114
+ "original": {
23115
+ "value": "#FF8F4E",
23116
+ "type": "color"
23117
+ },
23118
+ "name": "orange-300",
23119
+ "attributes": {
23120
+ "category": "teradata",
23121
+ "type": "orange-300"
23122
+ },
23123
+ "path": [
23124
+ "teradata",
23125
+ "orange-300"
23126
+ ]
23127
+ },
23128
+ "orange-400": {
23129
+ "value": "#FF7728",
23130
+ "type": "color",
23131
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23132
+ "isSource": true,
23133
+ "original": {
23134
+ "value": "#FF7728",
23135
+ "type": "color"
23136
+ },
23137
+ "name": "orange-400",
23138
+ "attributes": {
23139
+ "category": "teradata",
23140
+ "type": "orange-400"
23141
+ },
23142
+ "path": [
23143
+ "teradata",
23144
+ "orange-400"
23145
+ ]
23146
+ },
23147
+ "orange-500": {
23148
+ "value": "#FF5F02",
23149
+ "type": "color",
23150
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23151
+ "isSource": true,
23152
+ "original": {
23153
+ "value": "#FF5F02",
23154
+ "type": "color"
23155
+ },
23156
+ "name": "orange-500",
23157
+ "attributes": {
23158
+ "category": "teradata",
23159
+ "type": "orange-500"
23160
+ },
23161
+ "path": [
23162
+ "teradata",
23163
+ "orange-500"
23164
+ ]
23165
+ },
23166
+ "orange-600": {
23167
+ "value": "#F05800",
23168
+ "type": "color",
23169
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23170
+ "isSource": true,
23171
+ "original": {
23172
+ "value": "#F05800",
23173
+ "type": "color"
23174
+ },
23175
+ "name": "orange-600",
23176
+ "attributes": {
23177
+ "category": "teradata",
23178
+ "type": "orange-600"
23179
+ },
23180
+ "path": [
23181
+ "teradata",
23182
+ "orange-600"
23183
+ ]
23184
+ },
23185
+ "orange-700": {
23186
+ "value": "#E54900",
23187
+ "type": "color",
23188
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23189
+ "isSource": true,
23190
+ "original": {
23191
+ "value": "#E54900",
23192
+ "type": "color"
23193
+ },
23194
+ "name": "orange-700",
23195
+ "attributes": {
23196
+ "category": "teradata",
23197
+ "type": "orange-700"
23198
+ },
23199
+ "path": [
23200
+ "teradata",
23201
+ "orange-700"
23202
+ ]
23203
+ },
23204
+ "orange-800": {
23205
+ "value": "#D83B03",
23206
+ "type": "color",
23207
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23208
+ "isSource": true,
23209
+ "original": {
23210
+ "value": "#D83B03",
23211
+ "type": "color"
23212
+ },
23213
+ "name": "orange-800",
23214
+ "attributes": {
23215
+ "category": "teradata",
23216
+ "type": "orange-800"
23217
+ },
23218
+ "path": [
23219
+ "teradata",
23220
+ "orange-800"
23221
+ ]
23222
+ },
23223
+ "orange-900": {
23224
+ "value": "#C23200",
23225
+ "type": "color",
23226
+ "filePath": "libs/tokens/src/color/deprecated/teradata.json",
23227
+ "isSource": true,
23228
+ "original": {
23229
+ "value": "#C23200",
23230
+ "type": "color"
23231
+ },
23232
+ "name": "orange-900",
23233
+ "attributes": {
23234
+ "category": "teradata",
23235
+ "type": "orange-900"
23236
+ },
23237
+ "path": [
23238
+ "teradata",
23239
+ "orange-900"
23240
+ ]
23241
+ }
23242
+ },
23243
23243
  "material": {
23244
23244
  "red-50": {
23245
23245
  "value": "#ffebee",