@dynatrace/strato-design-tokens 0.18.3 → 0.20.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 (49) hide show
  1. package/colors/index.d.ts +1064 -768
  2. package/colors/index.js +2 -2
  3. package/{animations/index.esm.js → esm/animations/index.js} +1 -1
  4. package/{animations/index.esm.js.map → esm/animations/index.js.map} +1 -1
  5. package/{animations-js/index.esm.js → esm/animations-js/index.js} +1 -1
  6. package/{animations-js/index.esm.js.map → esm/animations-js/index.js.map} +1 -1
  7. package/{borders/index.esm.js → esm/borders/index.js} +1 -1
  8. package/{borders/index.esm.js.map → esm/borders/index.js.map} +1 -1
  9. package/{box-shadows/index.esm.js → esm/box-shadows/index.js} +1 -1
  10. package/{box-shadows/index.esm.js.map → esm/box-shadows/index.js.map} +1 -1
  11. package/{breakpoints/index.esm.js → esm/breakpoints/index.js} +1 -1
  12. package/{breakpoints/index.esm.js.map → esm/breakpoints/index.js.map} +1 -1
  13. package/{breakpoints-js/index.esm.js → esm/breakpoints-js/index.js} +1 -1
  14. package/{breakpoints-js/index.esm.js.map → esm/breakpoints-js/index.js.map} +1 -1
  15. package/esm/colors/index.js +16 -0
  16. package/esm/colors/index.js.map +7 -0
  17. package/{easings/index.esm.js → esm/easings/index.js} +1 -1
  18. package/{easings/index.esm.js.map → esm/easings/index.js.map} +1 -1
  19. package/{easings-js/index.esm.js → esm/easings-js/index.js} +1 -1
  20. package/{easings-js/index.esm.js.map → esm/easings-js/index.js.map} +1 -1
  21. package/{elevations/index.esm.js → esm/elevations/index.js} +1 -1
  22. package/{elevations/index.esm.js.map → esm/elevations/index.js.map} +1 -1
  23. package/{index.esm.js → esm/index.js} +2 -2
  24. package/{index.esm.js.map → esm/index.js.map} +4 -4
  25. package/{spacings/index.esm.js → esm/spacings/index.js} +1 -1
  26. package/{spacings/index.esm.js.map → esm/spacings/index.js.map} +1 -1
  27. package/{timings/index.esm.js → esm/timings/index.js} +1 -1
  28. package/{timings/index.esm.js.map → esm/timings/index.js.map} +1 -1
  29. package/{timings-js/index.esm.js → esm/timings-js/index.js} +1 -1
  30. package/{timings-js/index.esm.js.map → esm/timings-js/index.js.map} +1 -1
  31. package/{typography/index.esm.js → esm/typography/index.js} +1 -1
  32. package/{typography/index.esm.js.map → esm/typography/index.js.map} +1 -1
  33. package/esm/variables/index.js +16 -0
  34. package/esm/variables/index.js.map +7 -0
  35. package/esm/variables-dark/index.js +16 -0
  36. package/esm/variables-dark/index.js.map +7 -0
  37. package/index.d.ts +2 -1
  38. package/index.js +1 -1
  39. package/package.json +56 -56
  40. package/variables/index.d.ts +236 -340
  41. package/variables/index.js +2 -2
  42. package/variables-dark/index.d.ts +236 -340
  43. package/variables-dark/index.js +2 -2
  44. package/colors/index.esm.js +0 -16
  45. package/colors/index.esm.js.map +0 -7
  46. package/variables/index.esm.js +0 -16
  47. package/variables/index.esm.js.map +0 -7
  48. package/variables-dark/index.esm.js +0 -16
  49. package/variables-dark/index.esm.js.map +0 -7
package/colors/index.d.ts CHANGED
@@ -1102,972 +1102,1268 @@ declare const _default: {
1102
1102
  Charts: {
1103
1103
  Categorical: {
1104
1104
  Color01: {
1105
- /** Css custom property: --dt-colors-charts-categorical-color-01-default. Default value: #4646d2. */
1105
+ /** Css custom property: --dt-colors-charts-categorical-color-01-default. Default value: #134fc9. */
1106
1106
  Default: string;
1107
- /** Css custom property: --dt-colors-charts-categorical-color-01-hover. Default value: #3838a8. */
1108
- Hover: string;
1109
- /** Css custom property: --dt-colors-charts-categorical-color-01-active. Default value: #2a2a7e. */
1110
- Active: string;
1111
- /** Css custom property: --dt-colors-charts-categorical-color-01-default-transparent. Default value: #1b1bc9cc. */
1112
- DefaultTransparent: string;
1113
- /** Css custom property: --dt-colors-charts-categorical-color-01-hover-transparent. Default value: #090995cc. */
1114
- HoverTransparent: string;
1115
- /** Css custom property: --dt-colors-charts-categorical-color-01-active-transparent. Default value: #000060cc. */
1116
- ActiveTransparent: string;
1117
1107
  };
1118
1108
  Color02: {
1119
- /** Css custom property: --dt-colors-charts-categorical-color-02-default. Default value: #210141. */
1109
+ /** Css custom property: --dt-colors-charts-categorical-color-02-default. Default value: #2c2f3f. */
1120
1110
  Default: string;
1121
- /** Css custom property: --dt-colors-charts-categorical-color-02-hover. Default value: #4d3465. */
1122
- Hover: string;
1123
- /** Css custom property: --dt-colors-charts-categorical-color-02-active. Default value: #7b688d. */
1124
- Active: string;
1125
- /** Css custom property: --dt-colors-charts-categorical-color-02-default-transparent. Default value: #000c. */
1126
- DefaultTransparent: string;
1127
- /** Css custom property: --dt-colors-charts-categorical-color-02-hover-transparent. Default value: #230440cc. */
1128
- HoverTransparent: string;
1129
- /** Css custom property: --dt-colors-charts-categorical-color-02-active-transparent. Default value: #5d4572cc. */
1130
- ActiveTransparent: string;
1131
1111
  };
1132
1112
  Color03: {
1133
- /** Css custom property: --dt-colors-charts-categorical-color-03-default. Default value: #009e8c. */
1113
+ /** Css custom property: --dt-colors-charts-categorical-color-03-default. Default value: #2a7453. */
1134
1114
  Default: string;
1135
- /** Css custom property: --dt-colors-charts-categorical-color-03-hover. Default value: #008071. */
1136
- Hover: string;
1137
- /** Css custom property: --dt-colors-charts-categorical-color-03-active. Default value: #006156. */
1138
- Active: string;
1139
- /** Css custom property: --dt-colors-charts-categorical-color-03-default-transparent. Default value: #008771cc. */
1140
- DefaultTransparent: string;
1141
- /** Css custom property: --dt-colors-charts-categorical-color-03-hover-transparent. Default value: #005e50cc. */
1142
- HoverTransparent: string;
1143
- /** Css custom property: --dt-colors-charts-categorical-color-03-active-transparent. Default value: #00322bcc. */
1144
- ActiveTransparent: string;
1145
1115
  };
1146
1116
  Color04: {
1147
- /** Css custom property: --dt-colors-charts-categorical-color-04-default. Default value: #ef5294. */
1117
+ /** Css custom property: --dt-colors-charts-categorical-color-04-default. Default value: #d85a9f. */
1148
1118
  Default: string;
1149
- /** Css custom property: --dt-colors-charts-categorical-color-04-hover. Default value: #be4175. */
1150
- Hover: string;
1151
- /** Css custom property: --dt-colors-charts-categorical-color-04-active. Default value: #90315b. */
1152
- Active: string;
1153
- /** Css custom property: --dt-colors-charts-categorical-color-04-default-transparent. Default value: #ee2a7bcc. */
1154
- DefaultTransparent: string;
1155
- /** Css custom property: --dt-colors-charts-categorical-color-04-hover-transparent. Default value: #b01455cc. */
1156
- HoverTransparent: string;
1157
- /** Css custom property: --dt-colors-charts-categorical-color-04-active-transparent. Default value: #770133cc. */
1158
- ActiveTransparent: string;
1159
1119
  };
1160
1120
  Color05: {
1161
- /** Css custom property: --dt-colors-charts-categorical-color-05-default. Default value: #718ea8. */
1121
+ /** Css custom property: --dt-colors-charts-categorical-color-05-default. Default value: #84859a. */
1162
1122
  Default: string;
1163
- /** Css custom property: --dt-colors-charts-categorical-color-05-hover. Default value: #5a7287. */
1164
- Hover: string;
1165
- /** Css custom property: --dt-colors-charts-categorical-color-05-active. Default value: #435565. */
1166
- Active: string;
1167
- /** Css custom property: --dt-colors-charts-categorical-color-05-default-transparent. Default value: #507594cc. */
1168
- DefaultTransparent: string;
1169
- /** Css custom property: --dt-colors-charts-categorical-color-05-hover-transparent. Default value: #33526bcc. */
1170
- HoverTransparent: string;
1171
- /** Css custom property: --dt-colors-charts-categorical-color-05-active-transparent. Default value: #172e40cc. */
1172
- ActiveTransparent: string;
1173
1123
  };
1174
1124
  Color06: {
1175
- /** Css custom property: --dt-colors-charts-categorical-color-06-default. Default value: #b88100. */
1125
+ /** Css custom property: --dt-colors-charts-categorical-color-06-default. Default value: #a9780f. */
1176
1126
  Default: string;
1177
- /** Css custom property: --dt-colors-charts-categorical-color-06-hover. Default value: #946a00. */
1178
- Hover: string;
1179
- /** Css custom property: --dt-colors-charts-categorical-color-06-active. Default value: #705000. */
1180
- Active: string;
1181
- /** Css custom property: --dt-colors-charts-categorical-color-06-default-transparent. Default value: #986c00cc. */
1182
- DefaultTransparent: string;
1183
- /** Css custom property: --dt-colors-charts-categorical-color-06-hover-transparent. Default value: #6c4e00cc. */
1184
- HoverTransparent: string;
1185
- /** Css custom property: --dt-colors-charts-categorical-color-06-active-transparent. Default value: #3e2d00cc. */
1186
- ActiveTransparent: string;
1187
1127
  };
1188
1128
  Color07: {
1189
- /** Css custom property: --dt-colors-charts-categorical-color-07-default. Default value: #004c52. */
1129
+ /** Css custom property: --dt-colors-charts-categorical-color-07-default. Default value: #438fb1. */
1190
1130
  Default: string;
1191
- /** Css custom property: --dt-colors-charts-categorical-color-07-hover. Default value: #003e42. */
1192
- Hover: string;
1193
- /** Css custom property: --dt-colors-charts-categorical-color-07-active. Default value: #002b2e. */
1194
- Active: string;
1195
- /** Css custom property: --dt-colors-charts-categorical-color-07-default-transparent. Default value: #000c0dcc. */
1196
- DefaultTransparent: string;
1197
- /** Css custom property: --dt-colors-charts-categorical-color-07-hover-transparent. Default value: #000c. */
1198
- HoverTransparent: string;
1199
- /** Css custom property: --dt-colors-charts-categorical-color-07-active-transparent. Default value: #000c. */
1200
- ActiveTransparent: string;
1201
1131
  };
1202
1132
  Color08: {
1203
- /** Css custom property: --dt-colors-charts-categorical-color-08-default. Default value: #9b70ff. */
1133
+ /** Css custom property: --dt-colors-charts-categorical-color-08-default. Default value: #8b6ecf. */
1204
1134
  Default: string;
1205
- /** Css custom property: --dt-colors-charts-categorical-color-08-hover. Default value: #7d5bcd. */
1206
- Hover: string;
1207
- /** Css custom property: --dt-colors-charts-categorical-color-08-active. Default value: #5d4398. */
1208
- Active: string;
1209
- /** Css custom property: --dt-colors-charts-categorical-color-08-default-transparent. Default value: #854fffcc. */
1210
- DefaultTransparent: string;
1211
- /** Css custom property: --dt-colors-charts-categorical-color-08-hover-transparent. Default value: #5f35c2cc. */
1212
- HoverTransparent: string;
1213
- /** Css custom property: --dt-colors-charts-categorical-color-08-active-transparent. Default value: #371781cc. */
1214
- ActiveTransparent: string;
1215
1135
  };
1216
1136
  Color09: {
1217
- /** Css custom property: --dt-colors-charts-categorical-color-09-default. Default value: #0d9c29. */
1137
+ /** Css custom property: --dt-colors-charts-categorical-color-09-default. Default value: #649438. */
1218
1138
  Default: string;
1219
- /** Css custom property: --dt-colors-charts-categorical-color-09-hover. Default value: #0a7b20. */
1220
- Hover: string;
1221
- /** Css custom property: --dt-colors-charts-categorical-color-09-active. Default value: #075f19. */
1222
- Active: string;
1223
- /** Css custom property: --dt-colors-charts-categorical-color-09-default-transparent. Default value: #008500cc. */
1224
- DefaultTransparent: string;
1225
- /** Css custom property: --dt-colors-charts-categorical-color-09-hover-transparent. Default value: #005905cc. */
1226
- HoverTransparent: string;
1227
- /** Css custom property: --dt-colors-charts-categorical-color-09-active-transparent. Default value: #003112cc. */
1228
- ActiveTransparent: string;
1229
1139
  };
1230
1140
  Color10: {
1231
- /** Css custom property: --dt-colors-charts-categorical-color-10-default. Default value: #752100. */
1141
+ /** Css custom property: --dt-colors-charts-categorical-color-10-default. Default value: #904523. */
1232
1142
  Default: string;
1233
- /** Css custom property: --dt-colors-charts-categorical-color-10-hover. Default value: #5c1a00. */
1234
- Hover: string;
1235
- /** Css custom property: --dt-colors-charts-categorical-color-10-active. Default value: #471400. */
1236
- Active: string;
1237
- /** Css custom property: --dt-colors-charts-categorical-color-10-default-transparent. Default value: #2f1800cc. */
1238
- DefaultTransparent: string;
1239
- /** Css custom property: --dt-colors-charts-categorical-color-10-hover-transparent. Default value: #000c. */
1240
- HoverTransparent: string;
1241
- /** Css custom property: --dt-colors-charts-categorical-color-10-active-transparent. Default value: #000c. */
1242
- ActiveTransparent: string;
1243
1143
  };
1244
1144
  Color11: {
1245
- /** Css custom property: --dt-colors-charts-categorical-color-11-default. Default value: #008fdb. */
1145
+ /** Css custom property: --dt-colors-charts-categorical-color-11-default. Default value: #627cfe. */
1246
1146
  Default: string;
1247
- /** Css custom property: --dt-colors-charts-categorical-color-11-hover. Default value: #0071ad. */
1248
- Hover: string;
1249
- /** Css custom property: --dt-colors-charts-categorical-color-11-active. Default value: #005685. */
1250
- Active: string;
1251
- /** Css custom property: --dt-colors-charts-categorical-color-11-default-transparent. Default value: #0074cbcc. */
1252
- DefaultTransparent: string;
1253
- /** Css custom property: --dt-colors-charts-categorical-color-11-hover-transparent. Default value: #004e86cc. */
1254
- HoverTransparent: string;
1255
- /** Css custom property: --dt-colors-charts-categorical-color-11-active-transparent. Default value: #002940cc. */
1256
- ActiveTransparent: string;
1257
1147
  };
1258
1148
  Color12: {
1259
- /** Css custom property: --dt-colors-charts-categorical-color-12-default. Default value: #d50b34. */
1149
+ /** Css custom property: --dt-colors-charts-categorical-color-12-default. Default value: #cd3741. */
1260
1150
  Default: string;
1261
- /** Css custom property: --dt-colors-charts-categorical-color-12-hover. Default value: #b30024. */
1262
- Hover: string;
1263
- /** Css custom property: --dt-colors-charts-categorical-color-12-active. Default value: #7e071d. */
1264
- Active: string;
1265
- /** Css custom property: --dt-colors-charts-categorical-color-12-default-transparent. Default value: #c5000ccc. */
1266
- DefaultTransparent: string;
1267
- /** Css custom property: --dt-colors-charts-categorical-color-12-hover-transparent. Default value: #83000fcc. */
1268
- HoverTransparent: string;
1269
- /** Css custom property: --dt-colors-charts-categorical-color-12-active-transparent. Default value: #140000cc. */
1270
- ActiveTransparent: string;
1271
1151
  };
1272
1152
  Color13: {
1273
- /** Css custom property: --dt-colors-charts-categorical-color-13-default. Default value: #617000. */
1153
+ /** Css custom property: --dt-colors-charts-categorical-color-13-default. Default value: #1c520a. */
1274
1154
  Default: string;
1275
- /** Css custom property: --dt-colors-charts-categorical-color-13-hover. Default value: #505c00. */
1276
- Hover: string;
1277
- /** Css custom property: --dt-colors-charts-categorical-color-13-active. Default value: #3b4200. */
1278
- Active: string;
1279
- /** Css custom property: --dt-colors-charts-categorical-color-13-default-transparent. Default value: #464b00cc. */
1280
- DefaultTransparent: string;
1281
- /** Css custom property: --dt-colors-charts-categorical-color-13-hover-transparent. Default value: #2c3100cc. */
1282
- HoverTransparent: string;
1283
- /** Css custom property: --dt-colors-charts-categorical-color-13-active-transparent. Default value: #0c0d00cc. */
1284
- ActiveTransparent: string;
1285
1155
  };
1286
1156
  Color14: {
1287
- /** Css custom property: --dt-colors-charts-categorical-color-14-default. Default value: #ec5413. */
1157
+ /** Css custom property: --dt-colors-charts-categorical-color-14-default. Default value: #d56b1a. */
1288
1158
  Default: string;
1289
- /** Css custom property: --dt-colors-charts-categorical-color-14-hover. Default value: #bd430f. */
1290
- Hover: string;
1291
- /** Css custom property: --dt-colors-charts-categorical-color-14-active. Default value: #8e320b. */
1292
- Active: string;
1293
- /** Css custom property: --dt-colors-charts-categorical-color-14-default-transparent. Default value: #d54c00cc. */
1294
- DefaultTransparent: string;
1295
- /** Css custom property: --dt-colors-charts-categorical-color-14-hover-transparent. Default value: #963c00cc. */
1296
- HoverTransparent: string;
1297
- /** Css custom property: --dt-colors-charts-categorical-color-14-active-transparent. Default value: #5a2800cc. */
1298
- ActiveTransparent: string;
1299
1159
  };
1300
1160
  Color15: {
1301
- /** Css custom property: --dt-colors-charts-categorical-color-15-default. Default value: #910ac2. */
1161
+ /** Css custom property: --dt-colors-charts-categorical-color-15-default. Default value: #9033a3. */
1302
1162
  Default: string;
1303
- /** Css custom property: --dt-colors-charts-categorical-color-15-hover. Default value: #74089b. */
1304
- Hover: string;
1305
- /** Css custom property: --dt-colors-charts-categorical-color-15-active. Default value: #590674. */
1306
- Active: string;
1307
- /** Css custom property: --dt-colors-charts-categorical-color-15-default-transparent. Default value: #6f009bcc. */
1308
- DefaultTransparent: string;
1309
- /** Css custom property: --dt-colors-charts-categorical-color-15-hover-transparent. Default value: #370045cc. */
1310
- HoverTransparent: string;
1311
- /** Css custom property: --dt-colors-charts-categorical-color-15-active-transparent. Default value: #000c. */
1312
- ActiveTransparent: string;
1313
1163
  };
1314
1164
  };
1315
1165
  CategoricalThemed: {
1316
1166
  PurpleRain: {
1317
1167
  Color01: {
1318
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-default. Default value: #4646d2. */
1319
- Default: string;
1320
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-hover. Default value: #3838a8. */
1321
- Hover: string;
1322
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-active. Default value: #2a2a7e. */
1323
- Active: string;
1324
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-default-transparent. Default value: #1b1bc9cc. */
1325
- DefaultTransparent: string;
1326
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-hover-transparent. Default value: #090995cc. */
1327
- HoverTransparent: string;
1328
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-active-transparent. Default value: #000060cc. */
1329
- ActiveTransparent: string;
1168
+ /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-default. Default value: #9033a3. */
1169
+ Default: string;
1330
1170
  };
1331
1171
  Color02: {
1332
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-default. Default value: #b3007d. */
1333
- Default: string;
1334
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-hover. Default value: #8f0064. */
1335
- Hover: string;
1336
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-active. Default value: #6b004b. */
1337
- Active: string;
1338
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-default-transparent. Default value: #880056cc. */
1339
- DefaultTransparent: string;
1340
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-hover-transparent. Default value: #3c0026cc. */
1341
- HoverTransparent: string;
1342
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-active-transparent. Default value: #000c. */
1343
- ActiveTransparent: string;
1172
+ /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-default. Default value: #a9780f. */
1173
+ Default: string;
1344
1174
  };
1345
1175
  Color03: {
1346
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-default. Default value: #9b70ff. */
1347
- Default: string;
1348
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-hover. Default value: #7d5bcd. */
1349
- Hover: string;
1350
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-active. Default value: #5d4398. */
1351
- Active: string;
1352
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-default-transparent. Default value: #854fffcc. */
1353
- DefaultTransparent: string;
1354
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-hover-transparent. Default value: #5f35c2cc. */
1355
- HoverTransparent: string;
1356
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-active-transparent. Default value: #371781cc. */
1357
- ActiveTransparent: string;
1176
+ /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-default. Default value: #d85a9f. */
1177
+ Default: string;
1358
1178
  };
1359
1179
  Color04: {
1360
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-default. Default value: #ef5294. */
1361
- Default: string;
1362
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-hover. Default value: #be4175. */
1363
- Hover: string;
1364
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-active. Default value: #90315b. */
1365
- Active: string;
1366
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-default-transparent. Default value: #ee2a7bcc. */
1367
- DefaultTransparent: string;
1368
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-hover-transparent. Default value: #b01455cc. */
1369
- HoverTransparent: string;
1370
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-active-transparent. Default value: #770133cc. */
1371
- ActiveTransparent: string;
1180
+ /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-default. Default value: #8b6ecf. */
1181
+ Default: string;
1372
1182
  };
1373
1183
  Color05: {
1374
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-default. Default value: #910ac2. */
1375
- Default: string;
1376
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-hover. Default value: #74089b. */
1377
- Hover: string;
1378
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-active. Default value: #590674. */
1379
- Active: string;
1380
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-default-transparent. Default value: #6f009bcc. */
1381
- DefaultTransparent: string;
1382
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-hover-transparent. Default value: #370045cc. */
1383
- HoverTransparent: string;
1384
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-active-transparent. Default value: #000c. */
1385
- ActiveTransparent: string;
1184
+ /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-default. Default value: #904523. */
1185
+ Default: string;
1386
1186
  };
1387
1187
  Color06: {
1388
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-default. Default value: #d50b34. */
1188
+ /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-default. Default value: #cd3741. */
1389
1189
  Default: string;
1390
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-hover. Default value: #aa0929. */
1391
- Hover: string;
1392
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-active. Default value: #7e071d. */
1393
- Active: string;
1394
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-default-transparent. Default value: #c5000ccc. */
1395
- DefaultTransparent: string;
1396
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-hover-transparent. Default value: #82000dcc. */
1397
- HoverTransparent: string;
1398
- /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-active-transparent. Default value: #140000cc. */
1399
- ActiveTransparent: string;
1400
1190
  };
1401
1191
  };
1402
1192
  Swamps: {
1403
1193
  Color01: {
1404
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-default. Default value: #009e8c. */
1405
- Default: string;
1406
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-hover. Default value: #008071. */
1407
- Hover: string;
1408
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-active. Default value: #006156. */
1409
- Active: string;
1410
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-default-transparent. Default value: #008771cc. */
1411
- DefaultTransparent: string;
1412
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-hover-transparent. Default value: #005e50cc. */
1413
- HoverTransparent: string;
1414
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-active-transparent. Default value: #00322bcc. */
1415
- ActiveTransparent: string;
1194
+ /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-default. Default value: #006650. */
1195
+ Default: string;
1416
1196
  };
1417
1197
  Color02: {
1418
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-default. Default value: #718ea8. */
1419
- Default: string;
1420
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-hover. Default value: #5a7287. */
1421
- Hover: string;
1422
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-active. Default value: #435565. */
1423
- Active: string;
1424
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-default-transparent. Default value: #507594cc. */
1425
- DefaultTransparent: string;
1426
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-hover-transparent. Default value: #33526bcc. */
1427
- HoverTransparent: string;
1428
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-active-transparent. Default value: #172e40cc. */
1429
- ActiveTransparent: string;
1198
+ /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-default. Default value: #84859a. */
1199
+ Default: string;
1430
1200
  };
1431
1201
  Color03: {
1432
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-default. Default value: #617000. */
1433
- Default: string;
1434
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-hover. Default value: #505c00. */
1435
- Hover: string;
1436
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-active. Default value: #3b4200. */
1437
- Active: string;
1438
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-default-transparent. Default value: #464b00cc. */
1439
- DefaultTransparent: string;
1440
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-hover-transparent. Default value: #2c3100cc. */
1441
- HoverTransparent: string;
1442
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-active-transparent. Default value: #0c0d00cc. */
1443
- ActiveTransparent: string;
1202
+ /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-default. Default value: #649438. */
1203
+ Default: string;
1444
1204
  };
1445
1205
  Color04: {
1446
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-default. Default value: #004c52. */
1447
- Default: string;
1448
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-hover. Default value: #003e42. */
1449
- Hover: string;
1450
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-active. Default value: #002b2e. */
1451
- Active: string;
1452
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-default-transparent. Default value: #000c0dcc. */
1453
- DefaultTransparent: string;
1454
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-hover-transparent. Default value: #000c. */
1455
- HoverTransparent: string;
1456
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-active-transparent. Default value: #000c. */
1457
- ActiveTransparent: string;
1206
+ /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-default. Default value: #8f4624. */
1207
+ Default: string;
1458
1208
  };
1459
1209
  Color05: {
1460
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-default. Default value: #0d9c29. */
1461
- Default: string;
1462
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-hover. Default value: #0a7b20. */
1463
- Hover: string;
1464
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-active. Default value: #075f19. */
1465
- Active: string;
1466
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-default-transparent. Default value: #008500cc. */
1467
- DefaultTransparent: string;
1468
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-hover-transparent. Default value: #005905cc. */
1469
- HoverTransparent: string;
1470
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-active-transparent. Default value: #003112cc. */
1471
- ActiveTransparent: string;
1210
+ /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-default. Default value: #2c2f3f. */
1211
+ Default: string;
1472
1212
  };
1473
1213
  Color06: {
1474
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-default. Default value: #091953. */
1214
+ /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-default. Default value: #a9780f. */
1475
1215
  Default: string;
1476
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-hover. Default value: #3b4978. */
1477
- Hover: string;
1478
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-active. Default value: #6c7799. */
1479
- Active: string;
1480
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-default-transparent. Default value: #000c. */
1481
- DefaultTransparent: string;
1482
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-hover-transparent. Default value: #0d1e58cc. */
1483
- HoverTransparent: string;
1484
- /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-active-transparent. Default value: #495881cc. */
1485
- ActiveTransparent: string;
1486
1216
  };
1487
1217
  };
1488
1218
  Fireplace: {
1489
1219
  Color01: {
1490
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-default. Default value: #d50b34. */
1491
- Default: string;
1492
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-hover. Default value: #aa0929. */
1493
- Hover: string;
1494
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-active. Default value: #7e071d. */
1495
- Active: string;
1496
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-default-transparent. Default value: #c5000ccc. */
1497
- DefaultTransparent: string;
1498
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-hover-transparent. Default value: #82000dcc. */
1499
- HoverTransparent: string;
1500
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-active-transparent. Default value: #140000cc. */
1501
- ActiveTransparent: string;
1220
+ /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-default. Default value: #ae132d. */
1221
+ Default: string;
1502
1222
  };
1503
1223
  Color02: {
1504
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-default. Default value: #ef5294. */
1505
- Default: string;
1506
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-hover. Default value: #be4175. */
1507
- Hover: string;
1508
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-active. Default value: #90315b. */
1509
- Active: string;
1510
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-default-transparent. Default value: #ee2a7bcc. */
1511
- DefaultTransparent: string;
1512
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-hover-transparent. Default value: #b01455cc. */
1513
- HoverTransparent: string;
1514
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-active-transparent. Default value: #770133cc. */
1515
- ActiveTransparent: string;
1224
+ /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-default. Default value: #d85a9f. */
1225
+ Default: string;
1516
1226
  };
1517
1227
  Color03: {
1518
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-default. Default value: #ec5413. */
1519
- Default: string;
1520
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-hover. Default value: #bd430f. */
1521
- Hover: string;
1522
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-active. Default value: #8e320b. */
1523
- Active: string;
1524
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-default-transparent. Default value: #d54c00cc. */
1525
- DefaultTransparent: string;
1526
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-hover-transparent. Default value: #963c00cc. */
1527
- HoverTransparent: string;
1528
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-active-transparent. Default value: #5a2800cc. */
1529
- ActiveTransparent: string;
1228
+ /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-default. Default value: #d56b1a. */
1229
+ Default: string;
1530
1230
  };
1531
1231
  Color04: {
1532
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-default. Default value: #b88100. */
1533
- Default: string;
1534
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-hover. Default value: #946a00. */
1535
- Hover: string;
1536
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-active. Default value: #705000. */
1537
- Active: string;
1538
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-default-transparent. Default value: #986c00cc. */
1539
- DefaultTransparent: string;
1540
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-hover-transparent. Default value: #6c4e00cc. */
1541
- HoverTransparent: string;
1542
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-active-transparent. Default value: #3e2d00cc. */
1543
- ActiveTransparent: string;
1232
+ /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-default. Default value: #a9780f. */
1233
+ Default: string;
1544
1234
  };
1545
1235
  Color05: {
1546
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-default. Default value: #752100. */
1547
- Default: string;
1548
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-hover. Default value: #5c1a00. */
1549
- Hover: string;
1550
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-active. Default value: #471400. */
1551
- Active: string;
1552
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-default-transparent. Default value: #2f1800cc. */
1553
- DefaultTransparent: string;
1554
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-hover-transparent. Default value: #000c. */
1555
- HoverTransparent: string;
1556
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-active-transparent. Default value: #000c. */
1557
- ActiveTransparent: string;
1236
+ /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-default. Default value: #904523. */
1237
+ Default: string;
1558
1238
  };
1559
1239
  Color06: {
1560
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-default. Default value: #b3007d. */
1240
+ /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-default. Default value: #9033a3. */
1561
1241
  Default: string;
1562
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-hover. Default value: #8f0064. */
1563
- Hover: string;
1564
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-active. Default value: #6b004b. */
1565
- Active: string;
1566
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-default-transparent. Default value: #880056cc. */
1567
- DefaultTransparent: string;
1568
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-hover-transparent. Default value: #3c0026cc. */
1569
- HoverTransparent: string;
1570
- /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-active-transparent. Default value: #000c. */
1571
- ActiveTransparent: string;
1572
1242
  };
1573
1243
  };
1574
1244
  BlueSteel: {
1575
1245
  Color01: {
1576
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-default. Default value: #718ea8. */
1577
- Default: string;
1578
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-hover. Default value: #5a7287. */
1579
- Hover: string;
1580
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-active. Default value: #435565. */
1581
- Active: string;
1582
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-default-transparent. Default value: #507594cc. */
1583
- DefaultTransparent: string;
1584
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-hover-transparent. Default value: #33526bcc. */
1585
- HoverTransparent: string;
1586
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-active-transparent. Default value: #172e40cc. */
1587
- ActiveTransparent: string;
1246
+ /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-default. Default value: #438fb1. */
1247
+ Default: string;
1588
1248
  };
1589
1249
  Color02: {
1590
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-default. Default value: #008fdb. */
1591
- Default: string;
1592
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-hover. Default value: #0071ad. */
1593
- Hover: string;
1594
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-active. Default value: #005685. */
1595
- Active: string;
1596
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-default-transparent. Default value: #0074cbcc. */
1597
- DefaultTransparent: string;
1598
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-hover-transparent. Default value: #004e86cc. */
1599
- HoverTransparent: string;
1600
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-active-transparent. Default value: #002940cc. */
1601
- ActiveTransparent: string;
1250
+ /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-default. Default value: #84859a. */
1251
+ Default: string;
1602
1252
  };
1603
1253
  Color03: {
1604
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-default. Default value: #2b5088. */
1605
- Default: string;
1606
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-hover. Default value: #22406d. */
1607
- Hover: string;
1608
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-active. Default value: #1a3151. */
1609
- Active: string;
1610
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-default-transparent. Default value: #00276ccc. */
1611
- DefaultTransparent: string;
1612
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-hover-transparent. Default value: #001343cc. */
1613
- HoverTransparent: string;
1614
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-active-transparent. Default value: #000001cc. */
1615
- ActiveTransparent: string;
1254
+ /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-default. Default value: #627cfe. */
1255
+ Default: string;
1616
1256
  };
1617
1257
  Color04: {
1618
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-default. Default value: #5d687e. */
1619
- Default: string;
1620
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-hover. Default value: #4a5164. */
1621
- Hover: string;
1622
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-active. Default value: #363d49. */
1623
- Active: string;
1624
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-default-transparent. Default value: #384560cc. */
1625
- DefaultTransparent: string;
1626
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-hover-transparent. Default value: #1f293fcc. */
1627
- HoverTransparent: string;
1628
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-active-transparent. Default value: #070f1ecc. */
1629
- ActiveTransparent: string;
1258
+ /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-default. Default value: #8b6ecf. */
1259
+ Default: string;
1630
1260
  };
1631
1261
  Color05: {
1632
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-default. Default value: #638ecf. */
1633
- Default: string;
1634
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-hover. Default value: #4e72a6. */
1635
- Hover: string;
1636
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-active. Default value: #3b567d. */
1637
- Active: string;
1638
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-default-transparent. Default value: #3f75c5cc. */
1639
- DefaultTransparent: string;
1640
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-hover-transparent. Default value: #255192cc. */
1641
- HoverTransparent: string;
1642
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-active-transparent. Default value: #0c2f5ecc. */
1643
- ActiveTransparent: string;
1262
+ /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-default. Default value: #134fc9. */
1263
+ Default: string;
1644
1264
  };
1645
1265
  Color06: {
1646
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-default. Default value: #091953. */
1266
+ /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-default. Default value: #2c2f3f. */
1647
1267
  Default: string;
1648
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-hover. Default value: #3b4978. */
1649
- Hover: string;
1650
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-active. Default value: #6c7799. */
1651
- Active: string;
1652
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-default-transparent. Default value: #000c. */
1653
- DefaultTransparent: string;
1654
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-hover-transparent. Default value: #0d1e58cc. */
1655
- HoverTransparent: string;
1656
- /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-active-transparent. Default value: #495881cc. */
1657
- ActiveTransparent: string;
1658
1268
  };
1659
1269
  };
1660
1270
  };
1661
1271
  Logstatus: {
1662
1272
  Error: {
1663
- /** Css custom property: --dt-colors-charts-logstatus-error-default. Default value: #d50b34. */
1273
+ /** Css custom property: --dt-colors-charts-logstatus-error-default. Default value: #cd3741. */
1664
1274
  Default: string;
1665
- /** Css custom property: --dt-colors-charts-logstatus-error-hover. Default value: #aa0929. */
1666
- Hover: string;
1667
- /** Css custom property: --dt-colors-charts-logstatus-error-active. Default value: #7e071d. */
1668
- Active: string;
1669
- /** Css custom property: --dt-colors-charts-logstatus-error-default-transparent. Default value: #c5000ccc. */
1670
- DefaultTransparent: string;
1671
- /** Css custom property: --dt-colors-charts-logstatus-error-hover-transparent. Default value: #82000dcc. */
1672
- HoverTransparent: string;
1673
- /** Css custom property: --dt-colors-charts-logstatus-error-active-transparent. Default value: #140000cc. */
1674
- ActiveTransparent: string;
1675
1275
  };
1676
1276
  Warning: {
1677
- /** Css custom property: --dt-colors-charts-logstatus-warning-default. Default value: #b88100. */
1277
+ /** Css custom property: --dt-colors-charts-logstatus-warning-default. Default value: #a9780f. */
1678
1278
  Default: string;
1679
- /** Css custom property: --dt-colors-charts-logstatus-warning-hover. Default value: #946a00. */
1680
- Hover: string;
1681
- /** Css custom property: --dt-colors-charts-logstatus-warning-active. Default value: #705000. */
1682
- Active: string;
1683
- /** Css custom property: --dt-colors-charts-logstatus-warning-default-transparent. Default value: #986c00cc. */
1684
- DefaultTransparent: string;
1685
- /** Css custom property: --dt-colors-charts-logstatus-warning-hover-transparent. Default value: #6c4e00cc. */
1686
- HoverTransparent: string;
1687
- /** Css custom property: --dt-colors-charts-logstatus-warning-active-transparent. Default value: #3e2d00cc. */
1688
- ActiveTransparent: string;
1689
1279
  };
1690
1280
  Info: {
1691
- /** Css custom property: --dt-colors-charts-logstatus-info-default. Default value: #4646d2. */
1281
+ /** Css custom property: --dt-colors-charts-logstatus-info-default. Default value: #134fc9. */
1692
1282
  Default: string;
1693
- /** Css custom property: --dt-colors-charts-logstatus-info-hover. Default value: #3838a8. */
1694
- Hover: string;
1695
- /** Css custom property: --dt-colors-charts-logstatus-info-active. Default value: #2a2a7e. */
1696
- Active: string;
1697
- /** Css custom property: --dt-colors-charts-logstatus-info-default-transparent. Default value: #1b1bc9cc. */
1698
- DefaultTransparent: string;
1699
- /** Css custom property: --dt-colors-charts-logstatus-info-hover-transparent. Default value: #090995cc. */
1700
- HoverTransparent: string;
1701
- /** Css custom property: --dt-colors-charts-logstatus-info-active-transparent. Default value: #000060cc. */
1702
- ActiveTransparent: string;
1703
1283
  };
1704
1284
  None: {
1705
- /** Css custom property: --dt-colors-charts-logstatus-none-default. Default value: #9b70ff. */
1285
+ /** Css custom property: --dt-colors-charts-logstatus-none-default. Default value: #2c2f3f. */
1706
1286
  Default: string;
1707
- /** Css custom property: --dt-colors-charts-logstatus-none-hover. Default value: #7d5bcd. */
1708
- Hover: string;
1709
- /** Css custom property: --dt-colors-charts-logstatus-none-active. Default value: #5d4398. */
1710
- Active: string;
1711
- /** Css custom property: --dt-colors-charts-logstatus-none-default-transparent. Default value: #854fffcc. */
1712
- DefaultTransparent: string;
1713
- /** Css custom property: --dt-colors-charts-logstatus-none-hover-transparent. Default value: #5f35c2cc. */
1714
- HoverTransparent: string;
1715
- /** Css custom property: --dt-colors-charts-logstatus-none-active-transparent. Default value: #371781cc. */
1716
- ActiveTransparent: string;
1717
1287
  };
1718
1288
  };
1719
1289
  Loglevel: {
1720
1290
  Emergency: {
1721
- /** Css custom property: --dt-colors-charts-loglevel-emergency-default. Default value: #d50b34. */
1291
+ /** Css custom property: --dt-colors-charts-loglevel-emergency-default. Default value: #ae132d. */
1292
+ Default: string;
1293
+ };
1294
+ Error: {
1295
+ /** Css custom property: --dt-colors-charts-loglevel-error-default. Default value: #cd3741. */
1722
1296
  Default: string;
1723
- /** Css custom property: --dt-colors-charts-loglevel-emergency-hover. Default value: #aa0929. */
1724
- Hover: string;
1725
- /** Css custom property: --dt-colors-charts-loglevel-emergency-active. Default value: #7e071d. */
1726
- Active: string;
1727
- /** Css custom property: --dt-colors-charts-loglevel-emergency-default-transparent. Default value: #c5000ccc. */
1728
- DefaultTransparent: string;
1729
- /** Css custom property: --dt-colors-charts-loglevel-emergency-hover-transparent. Default value: #82000dcc. */
1730
- HoverTransparent: string;
1731
- /** Css custom property: --dt-colors-charts-loglevel-emergency-active-transparent. Default value: #140000cc. */
1732
- ActiveTransparent: string;
1733
1297
  };
1734
1298
  Alert: {
1735
- /** Css custom property: --dt-colors-charts-loglevel-alert-default. Default value: #b3007d. */
1299
+ /** Css custom property: --dt-colors-charts-loglevel-alert-default. Default value: #c73d84. */
1736
1300
  Default: string;
1737
- /** Css custom property: --dt-colors-charts-loglevel-alert-hover. Default value: #8f0064. */
1738
- Hover: string;
1739
- /** Css custom property: --dt-colors-charts-loglevel-alert-active. Default value: #6b004b. */
1740
- Active: string;
1741
- /** Css custom property: --dt-colors-charts-loglevel-alert-default-transparent. Default value: #880056cc. */
1742
- DefaultTransparent: string;
1743
- /** Css custom property: --dt-colors-charts-loglevel-alert-hover-transparent. Default value: #3c0026cc. */
1744
- HoverTransparent: string;
1745
- /** Css custom property: --dt-colors-charts-loglevel-alert-active-transparent. Default value: #000c. */
1746
- ActiveTransparent: string;
1747
1301
  };
1748
1302
  Critical: {
1749
- /** Css custom property: --dt-colors-charts-loglevel-critical-default. Default value: #ef5294. */
1303
+ /** Css custom property: --dt-colors-charts-loglevel-critical-default. Default value: #d85a9f. */
1750
1304
  Default: string;
1751
- /** Css custom property: --dt-colors-charts-loglevel-critical-hover. Default value: #be4175. */
1752
- Hover: string;
1753
- /** Css custom property: --dt-colors-charts-loglevel-critical-active. Default value: #90315b. */
1754
- Active: string;
1755
- /** Css custom property: --dt-colors-charts-loglevel-critical-default-transparent. Default value: #ee2a7bcc. */
1756
- DefaultTransparent: string;
1757
- /** Css custom property: --dt-colors-charts-loglevel-critical-hover-transparent. Default value: #b01455cc. */
1758
- HoverTransparent: string;
1759
- /** Css custom property: --dt-colors-charts-loglevel-critical-active-transparent. Default value: #770133cc. */
1760
- ActiveTransparent: string;
1761
1305
  };
1762
1306
  Severe: {
1763
- /** Css custom property: --dt-colors-charts-loglevel-severe-default. Default value: #ec5413. */
1764
- Default: string;
1765
- /** Css custom property: --dt-colors-charts-loglevel-severe-hover. Default value: #bd430f. */
1766
- Hover: string;
1767
- /** Css custom property: --dt-colors-charts-loglevel-severe-active. Default value: #8e320b. */
1768
- Active: string;
1769
- /** Css custom property: --dt-colors-charts-loglevel-severe-default-transparent. Default value: #d54c00cc. */
1770
- DefaultTransparent: string;
1771
- /** Css custom property: --dt-colors-charts-loglevel-severe-hover-transparent. Default value: #963c00cc. */
1772
- HoverTransparent: string;
1773
- /** Css custom property: --dt-colors-charts-loglevel-severe-active-transparent. Default value: #5a2800cc. */
1774
- ActiveTransparent: string;
1775
- };
1776
- Error: {
1777
- /** Css custom property: --dt-colors-charts-loglevel-error-default. Default value: #ec5413. */
1307
+ /** Css custom property: --dt-colors-charts-loglevel-severe-default. Default value: #d56b1a. */
1778
1308
  Default: string;
1779
- /** Css custom property: --dt-colors-charts-loglevel-error-hover. Default value: #bd430f. */
1780
- Hover: string;
1781
- /** Css custom property: --dt-colors-charts-loglevel-error-active. Default value: #8e320b. */
1782
- Active: string;
1783
- /** Css custom property: --dt-colors-charts-loglevel-error-default-transparent. Default value: #d54c00cc. */
1784
- DefaultTransparent: string;
1785
- /** Css custom property: --dt-colors-charts-loglevel-error-hover-transparent. Default value: #963c00cc. */
1786
- HoverTransparent: string;
1787
- /** Css custom property: --dt-colors-charts-loglevel-error-active-transparent. Default value: #5a2800cc. */
1788
- ActiveTransparent: string;
1789
1309
  };
1790
1310
  Warning: {
1791
- /** Css custom property: --dt-colors-charts-loglevel-warning-default. Default value: #b88100. */
1311
+ /** Css custom property: --dt-colors-charts-loglevel-warning-default. Default value: #a9780f. */
1792
1312
  Default: string;
1793
- /** Css custom property: --dt-colors-charts-loglevel-warning-hover. Default value: #946a00. */
1794
- Hover: string;
1795
- /** Css custom property: --dt-colors-charts-loglevel-warning-active. Default value: #705000. */
1796
- Active: string;
1797
- /** Css custom property: --dt-colors-charts-loglevel-warning-default-transparent. Default value: #986c00cc. */
1798
- DefaultTransparent: string;
1799
- /** Css custom property: --dt-colors-charts-loglevel-warning-hover-transparent. Default value: #6c4e00cc. */
1800
- HoverTransparent: string;
1801
- /** Css custom property: --dt-colors-charts-loglevel-warning-active-transparent. Default value: #3e2d00cc. */
1802
- ActiveTransparent: string;
1803
1313
  };
1804
1314
  Notice: {
1805
- /** Css custom property: --dt-colors-charts-loglevel-notice-default. Default value: #009e8c. */
1806
- Default: string;
1807
- /** Css custom property: --dt-colors-charts-loglevel-notice-hover. Default value: #008071. */
1808
- Hover: string;
1809
- /** Css custom property: --dt-colors-charts-loglevel-notice-active. Default value: #006156. */
1810
- Active: string;
1811
- /** Css custom property: --dt-colors-charts-loglevel-notice-default-transparent. Default value: #008771cc. */
1812
- DefaultTransparent: string;
1813
- /** Css custom property: --dt-colors-charts-loglevel-notice-hover-transparent. Default value: #005e50cc. */
1814
- HoverTransparent: string;
1815
- /** Css custom property: --dt-colors-charts-loglevel-notice-active-transparent. Default value: #00322bcc. */
1816
- ActiveTransparent: string;
1817
- };
1818
- Debug: {
1819
- /** Css custom property: --dt-colors-charts-loglevel-debug-default. Default value: #718ea8. */
1315
+ /** Css custom property: --dt-colors-charts-loglevel-notice-default. Default value: #2a7453. */
1820
1316
  Default: string;
1821
- /** Css custom property: --dt-colors-charts-loglevel-debug-hover. Default value: #5a7287. */
1822
- Hover: string;
1823
- /** Css custom property: --dt-colors-charts-loglevel-debug-active. Default value: #435565. */
1824
- Active: string;
1825
- /** Css custom property: --dt-colors-charts-loglevel-debug-default-transparent. Default value: #507594cc. */
1826
- DefaultTransparent: string;
1827
- /** Css custom property: --dt-colors-charts-loglevel-debug-hover-transparent. Default value: #33526bcc. */
1828
- HoverTransparent: string;
1829
- /** Css custom property: --dt-colors-charts-loglevel-debug-active-transparent. Default value: #172e40cc. */
1830
- ActiveTransparent: string;
1831
1317
  };
1832
1318
  Info: {
1833
- /** Css custom property: --dt-colors-charts-loglevel-info-default. Default value: #4646d2. */
1319
+ /** Css custom property: --dt-colors-charts-loglevel-info-default. Default value: #134fc9. */
1834
1320
  Default: string;
1835
- /** Css custom property: --dt-colors-charts-loglevel-info-hover. Default value: #3838a8. */
1836
- Hover: string;
1837
- /** Css custom property: --dt-colors-charts-loglevel-info-active. Default value: #2a2a7e. */
1838
- Active: string;
1839
- /** Css custom property: --dt-colors-charts-loglevel-info-default-transparent. Default value: #1b1bc9cc. */
1840
- DefaultTransparent: string;
1841
- /** Css custom property: --dt-colors-charts-loglevel-info-hover-transparent. Default value: #090995cc. */
1842
- HoverTransparent: string;
1843
- /** Css custom property: --dt-colors-charts-loglevel-info-active-transparent. Default value: #000060cc. */
1844
- ActiveTransparent: string;
1845
1321
  };
1846
- None: {
1847
- /** Css custom property: --dt-colors-charts-loglevel-none-default. Default value: #9b70ff. */
1322
+ Debug: {
1323
+ /** Css custom property: --dt-colors-charts-loglevel-debug-default. Default value: #8b6ecf. */
1848
1324
  Default: string;
1849
- /** Css custom property: --dt-colors-charts-loglevel-none-hover. Default value: #7d5bcd. */
1850
- Hover: string;
1851
- /** Css custom property: --dt-colors-charts-loglevel-none-active. Default value: #5d4398. */
1852
- Active: string;
1853
- /** Css custom property: --dt-colors-charts-loglevel-none-default-transparent. Default value: #854fffcc. */
1854
- DefaultTransparent: string;
1855
- /** Css custom property: --dt-colors-charts-loglevel-none-hover-transparent. Default value: #5f35c2cc. */
1856
- HoverTransparent: string;
1857
- /** Css custom property: --dt-colors-charts-loglevel-none-active-transparent. Default value: #371781cc. */
1858
- ActiveTransparent: string;
1859
1325
  };
1860
1326
  };
1861
1327
  Apdex: {
1862
1328
  Excellent: {
1863
- /** Css custom property: --dt-colors-charts-apdex-excellent-default. Default value: #009e8c. */
1329
+ /** Css custom property: --dt-colors-charts-apdex-excellent-default. Default value: #2a7453. */
1864
1330
  Default: string;
1865
- /** Css custom property: --dt-colors-charts-apdex-excellent-hover. Default value: #008071. */
1866
- Hover: string;
1867
- /** Css custom property: --dt-colors-charts-apdex-excellent-active. Default value: #006156. */
1868
- Active: string;
1869
- /** Css custom property: --dt-colors-charts-apdex-excellent-default-transparent. Default value: #008771cc. */
1870
- DefaultTransparent: string;
1871
- /** Css custom property: --dt-colors-charts-apdex-excellent-hover-transparent. Default value: #005e50cc. */
1872
- HoverTransparent: string;
1873
- /** Css custom property: --dt-colors-charts-apdex-excellent-active-transparent. Default value: #00322bcc. */
1874
- ActiveTransparent: string;
1875
1331
  };
1876
1332
  Good: {
1877
- /** Css custom property: --dt-colors-charts-apdex-good-default. Default value: #0d9c29. */
1333
+ /** Css custom property: --dt-colors-charts-apdex-good-default. Default value: #1c520a. */
1878
1334
  Default: string;
1879
- /** Css custom property: --dt-colors-charts-apdex-good-hover. Default value: #0a7b20. */
1880
- Hover: string;
1881
- /** Css custom property: --dt-colors-charts-apdex-good-active. Default value: #075f19. */
1882
- Active: string;
1883
- /** Css custom property: --dt-colors-charts-apdex-good-default-transparent. Default value: #008500cc. */
1884
- DefaultTransparent: string;
1885
- /** Css custom property: --dt-colors-charts-apdex-good-hover-transparent. Default value: #005905cc. */
1886
- HoverTransparent: string;
1887
- /** Css custom property: --dt-colors-charts-apdex-good-active-transparent. Default value: #003112cc. */
1888
- ActiveTransparent: string;
1889
1335
  };
1890
1336
  Fair: {
1891
- /** Css custom property: --dt-colors-charts-apdex-fair-default. Default value: #b88100. */
1337
+ /** Css custom property: --dt-colors-charts-apdex-fair-default. Default value: #a9780f. */
1892
1338
  Default: string;
1893
- /** Css custom property: --dt-colors-charts-apdex-fair-hover. Default value: #946a00. */
1894
- Hover: string;
1895
- /** Css custom property: --dt-colors-charts-apdex-fair-active. Default value: #705000. */
1896
- Active: string;
1897
- /** Css custom property: --dt-colors-charts-apdex-fair-default-transparent. Default value: #986c00cc. */
1898
- DefaultTransparent: string;
1899
- /** Css custom property: --dt-colors-charts-apdex-fair-hover-transparent. Default value: #6c4e00cc. */
1900
- HoverTransparent: string;
1901
- /** Css custom property: --dt-colors-charts-apdex-fair-active-transparent. Default value: #3e2d00cc. */
1902
- ActiveTransparent: string;
1903
1339
  };
1904
1340
  Poor: {
1905
- /** Css custom property: --dt-colors-charts-apdex-poor-default. Default value: #ec5413. */
1341
+ /** Css custom property: --dt-colors-charts-apdex-poor-default. Default value: #d56b1a. */
1906
1342
  Default: string;
1907
- /** Css custom property: --dt-colors-charts-apdex-poor-hover. Default value: #bd430f. */
1908
- Hover: string;
1909
- /** Css custom property: --dt-colors-charts-apdex-poor-active. Default value: #8e320b. */
1910
- Active: string;
1911
- /** Css custom property: --dt-colors-charts-apdex-poor-default-transparent. Default value: #d54c00cc. */
1912
- DefaultTransparent: string;
1913
- /** Css custom property: --dt-colors-charts-apdex-poor-hover-transparent. Default value: #963c00cc. */
1914
- HoverTransparent: string;
1915
- /** Css custom property: --dt-colors-charts-apdex-poor-active-transparent. Default value: #5a2800cc. */
1916
- ActiveTransparent: string;
1917
1343
  };
1918
1344
  Unacceptable: {
1919
- /** Css custom property: --dt-colors-charts-apdex-unacceptable-default. Default value: #d50b34. */
1345
+ /** Css custom property: --dt-colors-charts-apdex-unacceptable-default. Default value: #cd3741. */
1920
1346
  Default: string;
1921
- /** Css custom property: --dt-colors-charts-apdex-unacceptable-hover. Default value: #aa0929. */
1922
- Hover: string;
1923
- /** Css custom property: --dt-colors-charts-apdex-unacceptable-active. Default value: #7e071d. */
1924
- Active: string;
1925
- /** Css custom property: --dt-colors-charts-apdex-unacceptable-default-transparent. Default value: #c5000ccc. */
1926
- DefaultTransparent: string;
1927
- /** Css custom property: --dt-colors-charts-apdex-unacceptable-hover-transparent. Default value: #82000dcc. */
1928
- HoverTransparent: string;
1929
- /** Css custom property: --dt-colors-charts-apdex-unacceptable-active-transparent. Default value: #140000cc. */
1930
- ActiveTransparent: string;
1931
1347
  };
1932
1348
  };
1933
- VulnerabilityRiskLevel: {
1349
+ SecurityRiskLevel: {
1350
+ Muted: {
1351
+ /** Css custom property: --dt-colors-charts-security-risk-level-muted-default. Default value: #84859a. */
1352
+ Default: string;
1353
+ };
1934
1354
  Critical: {
1935
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-default. Default value: #970c0c. */
1355
+ /** Css custom property: --dt-colors-charts-security-risk-level-critical-default. Default value: #8a0012. */
1936
1356
  Default: string;
1937
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-hover. Default value: #750b0b. */
1938
- Hover: string;
1939
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-active. Default value: #4b0707. */
1940
- Active: string;
1941
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-default-transparent. Default value: #591300cc. */
1942
- DefaultTransparent: string;
1943
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-hover-transparent. Default value: #000c. */
1944
- HoverTransparent: string;
1945
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-active-transparent. Default value: #000c. */
1946
- ActiveTransparent: string;
1947
1357
  };
1948
1358
  High: {
1949
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-default. Default value: #d50b34. */
1359
+ /** Css custom property: --dt-colors-charts-security-risk-level-high-default. Default value: #cd3741. */
1950
1360
  Default: string;
1951
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-hover. Default value: #aa0929. */
1952
- Hover: string;
1953
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-active. Default value: #7e071d. */
1954
- Active: string;
1955
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-default-transparent. Default value: #c5000ccc. */
1956
- DefaultTransparent: string;
1957
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-hover-transparent. Default value: #82000dcc. */
1958
- HoverTransparent: string;
1959
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-active-transparent. Default value: #140000cc. */
1960
- ActiveTransparent: string;
1961
1361
  };
1962
1362
  Medium: {
1963
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-default. Default value: #b88100. */
1363
+ /** Css custom property: --dt-colors-charts-security-risk-level-medium-default. Default value: #a9780f. */
1964
1364
  Default: string;
1965
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-hover. Default value: #946a00. */
1966
- Hover: string;
1967
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-active. Default value: #705000. */
1968
- Active: string;
1969
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-default-transparent. Default value: #986c00cc. */
1970
- DefaultTransparent: string;
1971
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-hover-transparent. Default value: #6c4e00cc. */
1972
- HoverTransparent: string;
1973
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-active-transparent. Default value: #3e2d00cc. */
1974
- ActiveTransparent: string;
1975
1365
  };
1976
1366
  Low: {
1977
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-default. Default value: #4646d2. */
1367
+ /** Css custom property: --dt-colors-charts-security-risk-level-low-default. Default value: #134fc9. */
1978
1368
  Default: string;
1979
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-hover. Default value: #3838a8. */
1980
- Hover: string;
1981
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-active. Default value: #2a2a7e. */
1982
- Active: string;
1983
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-default-transparent. Default value: #1b1bc9cc. */
1984
- DefaultTransparent: string;
1985
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-hover-transparent. Default value: #090995cc. */
1986
- HoverTransparent: string;
1987
- /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-active-transparent. Default value: #000060cc. */
1988
- ActiveTransparent: string;
1989
1369
  };
1990
1370
  };
1991
1371
  VulnerabilityStatus: {
1992
1372
  Muted: {
1993
- /** Css custom property: --dt-colors-charts-vulnerability-status-muted-default. Default value: #5d687e. */
1373
+ /** Css custom property: --dt-colors-charts-vulnerability-status-muted-default. Default value: #84859a. */
1994
1374
  Default: string;
1995
- /** Css custom property: --dt-colors-charts-vulnerability-status-muted-hover. Default value: #4a5164. */
1996
- Hover: string;
1997
- /** Css custom property: --dt-colors-charts-vulnerability-status-muted-active. Default value: #363d49. */
1998
- Active: string;
1999
- /** Css custom property: --dt-colors-charts-vulnerability-status-muted-default-transparent. Default value: #384560cc. */
2000
- DefaultTransparent: string;
2001
- /** Css custom property: --dt-colors-charts-vulnerability-status-muted-hover-transparent. Default value: #1f293fcc. */
2002
- HoverTransparent: string;
2003
- /** Css custom property: --dt-colors-charts-vulnerability-status-muted-active-transparent. Default value: #070f1ecc. */
2004
- ActiveTransparent: string;
2005
1375
  };
2006
1376
  Resolved: {
2007
- /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-default. Default value: #0d9c29. */
1377
+ /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-default. Default value: #3e8e6a. */
2008
1378
  Default: string;
2009
- /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-hover. Default value: #0a7b20. */
2010
- Hover: string;
2011
- /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-active. Default value: #075f19. */
2012
- Active: string;
2013
- /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-default-transparent. Default value: #008500cc. */
2014
- DefaultTransparent: string;
2015
- /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-hover-transparent. Default value: #005905cc. */
2016
- HoverTransparent: string;
2017
- /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-active-transparent. Default value: #003112cc. */
2018
- ActiveTransparent: string;
2019
1379
  };
2020
1380
  Affected: {
2021
- /** Css custom property: --dt-colors-charts-vulnerability-status-affected-default. Default value: #d50b34. */
2022
- Default: string;
2023
- /** Css custom property: --dt-colors-charts-vulnerability-status-affected-hover. Default value: #aa0929. */
2024
- Hover: string;
2025
- /** Css custom property: --dt-colors-charts-vulnerability-status-affected-active. Default value: #7e071d. */
2026
- Active: string;
2027
- /** Css custom property: --dt-colors-charts-vulnerability-status-affected-default-transparent. Default value: #c5000ccc. */
2028
- DefaultTransparent: string;
2029
- /** Css custom property: --dt-colors-charts-vulnerability-status-affected-hover-transparent. Default value: #82000dcc. */
2030
- HoverTransparent: string;
2031
- /** Css custom property: --dt-colors-charts-vulnerability-status-affected-active-transparent. Default value: #140000cc. */
2032
- ActiveTransparent: string;
2033
- };
2034
- };
2035
- Grid: {
2036
- Magnifier: {
2037
- /** Css custom property: --dt-colors-charts-grid-magnifier-default. Default value: #5d687e. */
2038
- Default: string;
2039
- /** Css custom property: --dt-colors-charts-grid-magnifier-hover. Default value: #4a5164. */
2040
- Hover: string;
2041
- /** Css custom property: --dt-colors-charts-grid-magnifier-active. Default value: #363d49. */
2042
- Active: string;
2043
- /** Css custom property: --dt-colors-charts-grid-magnifier-text. Default value: #ebebfa. */
2044
- Text: string;
2045
- };
2046
- Crosshair: {
2047
- /** Css custom property: --dt-colors-charts-grid-crosshair-default. Default value: #5d687e. */
1381
+ /** Css custom property: --dt-colors-charts-vulnerability-status-affected-default. Default value: #cd3741. */
2048
1382
  Default: string;
2049
- /** Css custom property: --dt-colors-charts-grid-crosshair-hover. Default value: #4a5164. */
2050
- Hover: string;
2051
- /** Css custom property: --dt-colors-charts-grid-crosshair-active. Default value: #363d49. */
2052
- Active: string;
2053
- /** Css custom property: --dt-colors-charts-grid-crosshair-text. Default value: #ebebfa. */
2054
- Text: string;
2055
1383
  };
2056
1384
  };
2057
1385
  Threshold: {
2058
1386
  Good: {
2059
- /** Css custom property: --dt-colors-charts-threshold-good-default. Default value: #009e8c. */
1387
+ /** Css custom property: --dt-colors-charts-threshold-good-default. Default value: #2a7453. */
2060
1388
  Default: string;
2061
1389
  };
2062
1390
  Warning: {
2063
- /** Css custom property: --dt-colors-charts-threshold-warning-default. Default value: #b88100. */
1391
+ /** Css custom property: --dt-colors-charts-threshold-warning-default. Default value: #a9780f. */
2064
1392
  Default: string;
2065
1393
  };
2066
1394
  Bad: {
2067
- /** Css custom property: --dt-colors-charts-threshold-bad-default. Default value: #d50b34. */
1395
+ /** Css custom property: --dt-colors-charts-threshold-bad-default. Default value: #cd3741. */
1396
+ Default: string;
1397
+ };
1398
+ };
1399
+ Rainbow: {
1400
+ Red: {
1401
+ /** Css custom property: --dt-colors-charts-rainbow-red-default. Default value: #cd3741. */
1402
+ Default: string;
1403
+ };
1404
+ Orange: {
1405
+ /** Css custom property: --dt-colors-charts-rainbow-orange-default. Default value: #d56b1a. */
1406
+ Default: string;
1407
+ };
1408
+ Yellow: {
1409
+ /** Css custom property: --dt-colors-charts-rainbow-yellow-default. Default value: #a9780f. */
1410
+ Default: string;
1411
+ };
1412
+ Moss: {
1413
+ /** Css custom property: --dt-colors-charts-rainbow-moss-default. Default value: #2a7453. */
1414
+ Default: string;
1415
+ };
1416
+ Blue: {
1417
+ /** Css custom property: --dt-colors-charts-rainbow-blue-default. Default value: #134fc9. */
1418
+ Default: string;
1419
+ };
1420
+ Magenta: {
1421
+ /** Css custom property: --dt-colors-charts-rainbow-magenta-default. Default value: #9033a3. */
2068
1422
  Default: string;
2069
1423
  };
2070
1424
  };
1425
+ Sequential: {
1426
+ PinkPurple: {
1427
+ Color01: {
1428
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-01-default. Default value: #d85a9f. */
1429
+ Default: string;
1430
+ };
1431
+ Color02: {
1432
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-02-default. Default value: #c6539f. */
1433
+ Default: string;
1434
+ };
1435
+ Color03: {
1436
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-03-default. Default value: #b450a3. */
1437
+ Default: string;
1438
+ };
1439
+ Color04: {
1440
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-04-default. Default value: #9f49a2. */
1441
+ Default: string;
1442
+ };
1443
+ Color05: {
1444
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-05-default. Default value: #8d45a5. */
1445
+ Default: string;
1446
+ };
1447
+ Color06: {
1448
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-06-default. Default value: #7640a5. */
1449
+ Default: string;
1450
+ };
1451
+ Color07: {
1452
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-07-default. Default value: #5d3ba5. */
1453
+ Default: string;
1454
+ };
1455
+ Color08: {
1456
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-08-default. Default value: #4038a8. */
1457
+ Default: string;
1458
+ };
1459
+ Color09: {
1460
+ /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-09-default. Default value: #0035a8. */
1461
+ Default: string;
1462
+ };
1463
+ };
1464
+ BlueTurquoise: {
1465
+ Color01: {
1466
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-01-default. Default value: #0035a8. */
1467
+ Default: string;
1468
+ };
1469
+ Color02: {
1470
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-02-default. Default value: #1d41a5. */
1471
+ Default: string;
1472
+ };
1473
+ Color03: {
1474
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-03-default. Default value: #284e9f. */
1475
+ Default: string;
1476
+ };
1477
+ Color04: {
1478
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-04-default. Default value: #2f5998. */
1479
+ Default: string;
1480
+ };
1481
+ Color05: {
1482
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-05-default. Default value: #336794. */
1483
+ Default: string;
1484
+ };
1485
+ Color06: {
1486
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-06-default. Default value: #31708c. */
1487
+ Default: string;
1488
+ };
1489
+ Color07: {
1490
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-07-default. Default value: #307c88. */
1491
+ Default: string;
1492
+ };
1493
+ Color08: {
1494
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-08-default. Default value: #2a8981. */
1495
+ Default: string;
1496
+ };
1497
+ Color09: {
1498
+ /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-09-default. Default value: #1d957b. */
1499
+ Default: string;
1500
+ };
1501
+ };
1502
+ Blue: {
1503
+ Color01: {
1504
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-01-default. Default value: #001b85. */
1505
+ Default: string;
1506
+ };
1507
+ Color02: {
1508
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-02-default. Default value: #0035a8. */
1509
+ Default: string;
1510
+ };
1511
+ Color03: {
1512
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-03-default. Default value: #134fc9. */
1513
+ Default: string;
1514
+ };
1515
+ Color04: {
1516
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-04-default. Default value: #3f63e4. */
1517
+ Default: string;
1518
+ };
1519
+ Color05: {
1520
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-05-default. Default value: #627cfe. */
1521
+ Default: string;
1522
+ };
1523
+ Color06: {
1524
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-06-default. Default value: #8a9bff. */
1525
+ Default: string;
1526
+ };
1527
+ Color07: {
1528
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-07-default. Default value: #a8b7ff. */
1529
+ Default: string;
1530
+ };
1531
+ Color08: {
1532
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-08-default. Default value: #bdc8ff. */
1533
+ Default: string;
1534
+ };
1535
+ Color09: {
1536
+ /** Css custom property: --dt-colors-charts-sequential-blue-color-09-default. Default value: #d6deff. */
1537
+ Default: string;
1538
+ };
1539
+ };
1540
+ Grey: {
1541
+ Color01: {
1542
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-01-default. Default value: #111422. */
1543
+ Default: string;
1544
+ };
1545
+ Color02: {
1546
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-02-default. Default value: #2c2f3f. */
1547
+ Default: string;
1548
+ };
1549
+ Color03: {
1550
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-03-default. Default value: #484a5b. */
1551
+ Default: string;
1552
+ };
1553
+ Color04: {
1554
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-04-default. Default value: #66687a. */
1555
+ Default: string;
1556
+ };
1557
+ Color05: {
1558
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-05-default. Default value: #84859a. */
1559
+ Default: string;
1560
+ };
1561
+ Color06: {
1562
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-06-default. Default value: #a7a9be. */
1563
+ Default: string;
1564
+ };
1565
+ Color07: {
1566
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-07-default. Default value: #cacce2. */
1567
+ Default: string;
1568
+ };
1569
+ Color08: {
1570
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-08-default. Default value: #d8d9e9. */
1571
+ Default: string;
1572
+ };
1573
+ Color09: {
1574
+ /** Css custom property: --dt-colors-charts-sequential-grey-color-09-default. Default value: #e1e3ef. */
1575
+ Default: string;
1576
+ };
1577
+ };
1578
+ Moss: {
1579
+ Color01: {
1580
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-01-default. Default value: #084427. */
1581
+ Default: string;
1582
+ };
1583
+ Color02: {
1584
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-02-default. Default value: #195c3d. */
1585
+ Default: string;
1586
+ };
1587
+ Color03: {
1588
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-03-default. Default value: #2a7453. */
1589
+ Default: string;
1590
+ };
1591
+ Color04: {
1592
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-04-default. Default value: #3e8e6a. */
1593
+ Default: string;
1594
+ };
1595
+ Color05: {
1596
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-05-default. Default value: #509575. */
1597
+ Default: string;
1598
+ };
1599
+ Color06: {
1600
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-06-default. Default value: #75c29d. */
1601
+ Default: string;
1602
+ };
1603
+ Color07: {
1604
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-07-default. Default value: #93dcb8. */
1605
+ Default: string;
1606
+ };
1607
+ Color08: {
1608
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-08-default. Default value: #b4e4cd. */
1609
+ Default: string;
1610
+ };
1611
+ Color09: {
1612
+ /** Css custom property: --dt-colors-charts-sequential-moss-color-09-default. Default value: #d4ece0. */
1613
+ Default: string;
1614
+ };
1615
+ };
1616
+ Turquoise: {
1617
+ Color01: {
1618
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-01-default. Default value: #004733. */
1619
+ Default: string;
1620
+ };
1621
+ Color02: {
1622
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-02-default. Default value: #00523d. */
1623
+ Default: string;
1624
+ };
1625
+ Color03: {
1626
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-03-default. Default value: #006650. */
1627
+ Default: string;
1628
+ };
1629
+ Color04: {
1630
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-04-default. Default value: #047c64. */
1631
+ Default: string;
1632
+ };
1633
+ Color05: {
1634
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-05-default. Default value: #1d957b. */
1635
+ Default: string;
1636
+ };
1637
+ Color06: {
1638
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-06-default. Default value: #38ad92. */
1639
+ Default: string;
1640
+ };
1641
+ Color07: {
1642
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-07-default. Default value: #52c7aa. */
1643
+ Default: string;
1644
+ };
1645
+ Color08: {
1646
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-08-default. Default value: #78dec1. */
1647
+ Default: string;
1648
+ };
1649
+ Color09: {
1650
+ /** Css custom property: --dt-colors-charts-sequential-turquoise-color-09-default. Default value: #c0ece0. */
1651
+ Default: string;
1652
+ };
1653
+ };
1654
+ Pink: {
1655
+ Color01: {
1656
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-01-default. Default value: #6b1441. */
1657
+ Default: string;
1658
+ };
1659
+ Color02: {
1660
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-02-default. Default value: #872256. */
1661
+ Default: string;
1662
+ };
1663
+ Color03: {
1664
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-03-default. Default value: #a83470. */
1665
+ Default: string;
1666
+ };
1667
+ Color04: {
1668
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-04-default. Default value: #c73d84. */
1669
+ Default: string;
1670
+ };
1671
+ Color05: {
1672
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-05-default. Default value: #d85a9f. */
1673
+ Default: string;
1674
+ };
1675
+ Color06: {
1676
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-06-default. Default value: #e675b5. */
1677
+ Default: string;
1678
+ };
1679
+ Color07: {
1680
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-07-default. Default value: #f291cb. */
1681
+ Default: string;
1682
+ };
1683
+ Color08: {
1684
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-08-default. Default value: #fcb5e2. */
1685
+ Default: string;
1686
+ };
1687
+ Color09: {
1688
+ /** Css custom property: --dt-colors-charts-sequential-pink-color-09-default. Default value: #fed7f0. */
1689
+ Default: string;
1690
+ };
1691
+ };
1692
+ Yellow: {
1693
+ Color01: {
1694
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-01-default. Default value: #573b00. */
1695
+ Default: string;
1696
+ };
1697
+ Color02: {
1698
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-02-default. Default value: #614200. */
1699
+ Default: string;
1700
+ };
1701
+ Color03: {
1702
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-03-default. Default value: #755000. */
1703
+ Default: string;
1704
+ };
1705
+ Color04: {
1706
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-04-default. Default value: #8f6200. */
1707
+ Default: string;
1708
+ };
1709
+ Color05: {
1710
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-05-default. Default value: #a9780f. */
1711
+ Default: string;
1712
+ };
1713
+ Color06: {
1714
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-06-default. Default value: #c79323. */
1715
+ Default: string;
1716
+ };
1717
+ Color07: {
1718
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-07-default. Default value: #dfb14e. */
1719
+ Default: string;
1720
+ };
1721
+ Color08: {
1722
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-08-default. Default value: #f1cd7e. */
1723
+ Default: string;
1724
+ };
1725
+ Color09: {
1726
+ /** Css custom property: --dt-colors-charts-sequential-yellow-color-09-default. Default value: #f8e1af. */
1727
+ Default: string;
1728
+ };
1729
+ };
1730
+ Petrol: {
1731
+ Color01: {
1732
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-01-default. Default value: #00304d. */
1733
+ Default: string;
1734
+ };
1735
+ Color02: {
1736
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-02-default. Default value: #114964. */
1737
+ Default: string;
1738
+ };
1739
+ Color03: {
1740
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-03-default. Default value: #21607d. */
1741
+ Default: string;
1742
+ };
1743
+ Color04: {
1744
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-04-default. Default value: #307697. */
1745
+ Default: string;
1746
+ };
1747
+ Color05: {
1748
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-05-default. Default value: #438fb1. */
1749
+ Default: string;
1750
+ };
1751
+ Color06: {
1752
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-06-default. Default value: #5ba7cd. */
1753
+ Default: string;
1754
+ };
1755
+ Color07: {
1756
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-07-default. Default value: #81c8ef. */
1757
+ Default: string;
1758
+ };
1759
+ Color08: {
1760
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-08-default. Default value: #aaddf9. */
1761
+ Default: string;
1762
+ };
1763
+ Color09: {
1764
+ /** Css custom property: --dt-colors-charts-sequential-petrol-color-09-default. Default value: #cbe7f6. */
1765
+ Default: string;
1766
+ };
1767
+ };
1768
+ Purple: {
1769
+ Color01: {
1770
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-01-default. Default value: #32246a. */
1771
+ Default: string;
1772
+ };
1773
+ Color02: {
1774
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-02-default. Default value: #453380. */
1775
+ Default: string;
1776
+ };
1777
+ Color03: {
1778
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-03-default. Default value: #5e489d. */
1779
+ Default: string;
1780
+ };
1781
+ Color04: {
1782
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-04-default. Default value: #755abf. */
1783
+ Default: string;
1784
+ };
1785
+ Color05: {
1786
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-05-default. Default value: #8b6ecf. */
1787
+ Default: string;
1788
+ };
1789
+ Color06: {
1790
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-06-default. Default value: #a184dc. */
1791
+ Default: string;
1792
+ };
1793
+ Color07: {
1794
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-07-default. Default value: #bb9eeb. */
1795
+ Default: string;
1796
+ };
1797
+ Color08: {
1798
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-08-default. Default value: #d5b9f8. */
1799
+ Default: string;
1800
+ };
1801
+ Color09: {
1802
+ /** Css custom property: --dt-colors-charts-sequential-purple-color-09-default. Default value: #e9d7fe. */
1803
+ Default: string;
1804
+ };
1805
+ };
1806
+ Pear: {
1807
+ Color01: {
1808
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-01-default. Default value: #084200. */
1809
+ Default: string;
1810
+ };
1811
+ Color02: {
1812
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-02-default. Default value: #1c520a. */
1813
+ Default: string;
1814
+ };
1815
+ Color03: {
1816
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-03-default. Default value: #306615. */
1817
+ Default: string;
1818
+ };
1819
+ Color04: {
1820
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-04-default. Default value: #457a1f. */
1821
+ Default: string;
1822
+ };
1823
+ Color05: {
1824
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-05-default. Default value: #649438. */
1825
+ Default: string;
1826
+ };
1827
+ Color06: {
1828
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-06-default. Default value: #83b455. */
1829
+ Default: string;
1830
+ };
1831
+ Color07: {
1832
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-07-default. Default value: #9fcb76. */
1833
+ Default: string;
1834
+ };
1835
+ Color08: {
1836
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-08-default. Default value: #b5de8c. */
1837
+ Default: string;
1838
+ };
1839
+ Color09: {
1840
+ /** Css custom property: --dt-colors-charts-sequential-pear-color-09-default. Default value: #d3e9be. */
1841
+ Default: string;
1842
+ };
1843
+ };
1844
+ Brown: {
1845
+ Color01: {
1846
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-01-default. Default value: #5c1d00. */
1847
+ Default: string;
1848
+ };
1849
+ Color02: {
1850
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-02-default. Default value: #6f2e11. */
1851
+ Default: string;
1852
+ };
1853
+ Color03: {
1854
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-03-default. Default value: #8f4624. */
1855
+ Default: string;
1856
+ };
1857
+ Color04: {
1858
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-04-default. Default value: #a95d37. */
1859
+ Default: string;
1860
+ };
1861
+ Color05: {
1862
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-05-default. Default value: #bc724e. */
1863
+ Default: string;
1864
+ };
1865
+ Color06: {
1866
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-06-default. Default value: #c98769. */
1867
+ Default: string;
1868
+ };
1869
+ Color07: {
1870
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-07-default. Default value: #dfa486. */
1871
+ Default: string;
1872
+ };
1873
+ Color08: {
1874
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-08-default. Default value: #f2bfa6. */
1875
+ Default: string;
1876
+ };
1877
+ Color09: {
1878
+ /** Css custom property: --dt-colors-charts-sequential-brown-color-09-default. Default value: #fddece. */
1879
+ Default: string;
1880
+ };
1881
+ };
1882
+ Red: {
1883
+ Color01: {
1884
+ /** Css custom property: --dt-colors-charts-sequential-red-color-01-default. Default value: #610000. */
1885
+ Default: string;
1886
+ };
1887
+ Color02: {
1888
+ /** Css custom property: --dt-colors-charts-sequential-red-color-02-default. Default value: #8a0012. */
1889
+ Default: string;
1890
+ };
1891
+ Color03: {
1892
+ /** Css custom property: --dt-colors-charts-sequential-red-color-03-default. Default value: #ae132d. */
1893
+ Default: string;
1894
+ };
1895
+ Color04: {
1896
+ /** Css custom property: --dt-colors-charts-sequential-red-color-04-default. Default value: #cd3741. */
1897
+ Default: string;
1898
+ };
1899
+ Color05: {
1900
+ /** Css custom property: --dt-colors-charts-sequential-red-color-05-default. Default value: #eb565b. */
1901
+ Default: string;
1902
+ };
1903
+ Color06: {
1904
+ /** Css custom property: --dt-colors-charts-sequential-red-color-06-default. Default value: #ff7a7a. */
1905
+ Default: string;
1906
+ };
1907
+ Color07: {
1908
+ /** Css custom property: --dt-colors-charts-sequential-red-color-07-default. Default value: #ffa6a3. */
1909
+ Default: string;
1910
+ };
1911
+ Color08: {
1912
+ /** Css custom property: --dt-colors-charts-sequential-red-color-08-default. Default value: #ffb8b3. */
1913
+ Default: string;
1914
+ };
1915
+ Color09: {
1916
+ /** Css custom property: --dt-colors-charts-sequential-red-color-09-default. Default value: #ffd9d6. */
1917
+ Default: string;
1918
+ };
1919
+ };
1920
+ Magenta: {
1921
+ Color01: {
1922
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-01-default. Default value: #59006b. */
1923
+ Default: string;
1924
+ };
1925
+ Color02: {
1926
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-02-default. Default value: #761b88. */
1927
+ Default: string;
1928
+ };
1929
+ Color03: {
1930
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-03-default. Default value: #9033a3. */
1931
+ Default: string;
1932
+ };
1933
+ Color04: {
1934
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-04-default. Default value: #af4bbe. */
1935
+ Default: string;
1936
+ };
1937
+ Color05: {
1938
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-05-default. Default value: #ba6bc2. */
1939
+ Default: string;
1940
+ };
1941
+ Color06: {
1942
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-06-default. Default value: #e183e7. */
1943
+ Default: string;
1944
+ };
1945
+ Color07: {
1946
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-07-default. Default value: #fca0fd. */
1947
+ Default: string;
1948
+ };
1949
+ Color08: {
1950
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-08-default. Default value: #fdb4fd. */
1951
+ Default: string;
1952
+ };
1953
+ Color09: {
1954
+ /** Css custom property: --dt-colors-charts-sequential-magenta-color-09-default. Default value: #faccfa. */
1955
+ Default: string;
1956
+ };
1957
+ };
1958
+ Orange: {
1959
+ Color01: {
1960
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-01-default. Default value: #662c00. */
1961
+ Default: string;
1962
+ };
1963
+ Color02: {
1964
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-02-default. Default value: #87420d. */
1965
+ Default: string;
1966
+ };
1967
+ Color03: {
1968
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-03-default. Default value: #ab5412. */
1969
+ Default: string;
1970
+ };
1971
+ Color04: {
1972
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-04-default. Default value: #c36218. */
1973
+ Default: string;
1974
+ };
1975
+ Color05: {
1976
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-05-default. Default value: #d56b1a. */
1977
+ Default: string;
1978
+ };
1979
+ Color06: {
1980
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-06-default. Default value: #e57e2e. */
1981
+ Default: string;
1982
+ };
1983
+ Color07: {
1984
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-07-default. Default value: #eb9a5c. */
1985
+ Default: string;
1986
+ };
1987
+ Color08: {
1988
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-08-default. Default value: #efb080. */
1989
+ Default: string;
1990
+ };
1991
+ Color09: {
1992
+ /** Css custom property: --dt-colors-charts-sequential-orange-color-09-default. Default value: #f4caa9. */
1993
+ Default: string;
1994
+ };
1995
+ };
1996
+ };
1997
+ Diverging: {
1998
+ OrangeBlue: {
1999
+ Color01: {
2000
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-01-default. Default value: #662c00. */
2001
+ Default: string;
2002
+ };
2003
+ Color02: {
2004
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-02-default. Default value: #ab5412. */
2005
+ Default: string;
2006
+ };
2007
+ Color03: {
2008
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-03-default. Default value: #d56b1a. */
2009
+ Default: string;
2010
+ };
2011
+ Color04: {
2012
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-04-default. Default value: #eb9a5c. */
2013
+ Default: string;
2014
+ };
2015
+ Color05: {
2016
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-05-default. Default value: #f4caa9. */
2017
+ Default: string;
2018
+ };
2019
+ Color06: {
2020
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-06-default. Default value: #f5f5f5. */
2021
+ Default: string;
2022
+ };
2023
+ Color07: {
2024
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-07-default. Default value: #d6deff. */
2025
+ Default: string;
2026
+ };
2027
+ Color08: {
2028
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-08-default. Default value: #a8b7ff. */
2029
+ Default: string;
2030
+ };
2031
+ Color09: {
2032
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-09-default. Default value: #627cfe. */
2033
+ Default: string;
2034
+ };
2035
+ Color10: {
2036
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-10-default. Default value: #134fc9. */
2037
+ Default: string;
2038
+ };
2039
+ Color11: {
2040
+ /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-11-default. Default value: #001b85. */
2041
+ Default: string;
2042
+ };
2043
+ };
2044
+ RedBlue: {
2045
+ Color01: {
2046
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-01-default. Default value: #610000. */
2047
+ Default: string;
2048
+ };
2049
+ Color02: {
2050
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-02-default. Default value: #ae132d. */
2051
+ Default: string;
2052
+ };
2053
+ Color03: {
2054
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-03-default. Default value: #eb565b. */
2055
+ Default: string;
2056
+ };
2057
+ Color04: {
2058
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-04-default. Default value: #ffa6a3. */
2059
+ Default: string;
2060
+ };
2061
+ Color05: {
2062
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-05-default. Default value: #ffd9d6. */
2063
+ Default: string;
2064
+ };
2065
+ Color06: {
2066
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-06-default. Default value: #f5f5f5. */
2067
+ Default: string;
2068
+ };
2069
+ Color07: {
2070
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-07-default. Default value: #d6deff. */
2071
+ Default: string;
2072
+ };
2073
+ Color08: {
2074
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-08-default. Default value: #a8b7ff. */
2075
+ Default: string;
2076
+ };
2077
+ Color09: {
2078
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-09-default. Default value: #627cfe. */
2079
+ Default: string;
2080
+ };
2081
+ Color10: {
2082
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-10-default. Default value: #134fc9. */
2083
+ Default: string;
2084
+ };
2085
+ Color11: {
2086
+ /** Css custom property: --dt-colors-charts-diverging-red-blue-color-11-default. Default value: #001b85. */
2087
+ Default: string;
2088
+ };
2089
+ };
2090
+ RedPurple: {
2091
+ Color01: {
2092
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-01-default. Default value: #610000. */
2093
+ Default: string;
2094
+ };
2095
+ Color02: {
2096
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-02-default. Default value: #ae132d. */
2097
+ Default: string;
2098
+ };
2099
+ Color03: {
2100
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-03-default. Default value: #eb565b. */
2101
+ Default: string;
2102
+ };
2103
+ Color04: {
2104
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-04-default. Default value: #ffa6a3. */
2105
+ Default: string;
2106
+ };
2107
+ Color05: {
2108
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-05-default. Default value: #ffd9d6. */
2109
+ Default: string;
2110
+ };
2111
+ Color06: {
2112
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-06-default. Default value: #f5f5f5. */
2113
+ Default: string;
2114
+ };
2115
+ Color07: {
2116
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-07-default. Default value: #e9d7fe. */
2117
+ Default: string;
2118
+ };
2119
+ Color08: {
2120
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-08-default. Default value: #bb9eeb. */
2121
+ Default: string;
2122
+ };
2123
+ Color09: {
2124
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-09-default. Default value: #8b6ecf. */
2125
+ Default: string;
2126
+ };
2127
+ Color10: {
2128
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-10-default. Default value: #5e489d. */
2129
+ Default: string;
2130
+ };
2131
+ Color11: {
2132
+ /** Css custom property: --dt-colors-charts-diverging-red-purple-color-11-default. Default value: #32246a. */
2133
+ Default: string;
2134
+ };
2135
+ };
2136
+ BlueMoss: {
2137
+ Color01: {
2138
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-01-default. Default value: #001b85. */
2139
+ Default: string;
2140
+ };
2141
+ Color02: {
2142
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-02-default. Default value: #134fc9. */
2143
+ Default: string;
2144
+ };
2145
+ Color03: {
2146
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-03-default. Default value: #627cfe. */
2147
+ Default: string;
2148
+ };
2149
+ Color04: {
2150
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-04-default. Default value: #a8b7ff. */
2151
+ Default: string;
2152
+ };
2153
+ Color05: {
2154
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-05-default. Default value: #d6deff. */
2155
+ Default: string;
2156
+ };
2157
+ Color06: {
2158
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-06-default. Default value: #f5f5f5. */
2159
+ Default: string;
2160
+ };
2161
+ Color07: {
2162
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-07-default. Default value: #d4ece0. */
2163
+ Default: string;
2164
+ };
2165
+ Color08: {
2166
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-08-default. Default value: #93dcb8. */
2167
+ Default: string;
2168
+ };
2169
+ Color09: {
2170
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-09-default. Default value: #509575. */
2171
+ Default: string;
2172
+ };
2173
+ Color10: {
2174
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-10-default. Default value: #2a7453. */
2175
+ Default: string;
2176
+ };
2177
+ Color11: {
2178
+ /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-11-default. Default value: #084427. */
2179
+ Default: string;
2180
+ };
2181
+ };
2182
+ PurpleYellow: {
2183
+ Color01: {
2184
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-01-default. Default value: #32246a. */
2185
+ Default: string;
2186
+ };
2187
+ Color02: {
2188
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-02-default. Default value: #5e489d. */
2189
+ Default: string;
2190
+ };
2191
+ Color03: {
2192
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-03-default. Default value: #8b6ecf. */
2193
+ Default: string;
2194
+ };
2195
+ Color04: {
2196
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-04-default. Default value: #bb9eeb. */
2197
+ Default: string;
2198
+ };
2199
+ Color05: {
2200
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-05-default. Default value: #e9d7fe. */
2201
+ Default: string;
2202
+ };
2203
+ Color06: {
2204
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-06-default. Default value: #f5f5f5. */
2205
+ Default: string;
2206
+ };
2207
+ Color07: {
2208
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-07-default. Default value: #f8e1af. */
2209
+ Default: string;
2210
+ };
2211
+ Color08: {
2212
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-08-default. Default value: #dfb14e. */
2213
+ Default: string;
2214
+ };
2215
+ Color09: {
2216
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-09-default. Default value: #a9780f. */
2217
+ Default: string;
2218
+ };
2219
+ Color10: {
2220
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-10-default. Default value: #755000. */
2221
+ Default: string;
2222
+ };
2223
+ Color11: {
2224
+ /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-11-default. Default value: #573b00. */
2225
+ Default: string;
2226
+ };
2227
+ };
2228
+ RedGreen: {
2229
+ Color01: {
2230
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-01-default. Default value: #610000. */
2231
+ Default: string;
2232
+ };
2233
+ Color02: {
2234
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-02-default. Default value: #ae132d. */
2235
+ Default: string;
2236
+ };
2237
+ Color03: {
2238
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-03-default. Default value: #eb565b. */
2239
+ Default: string;
2240
+ };
2241
+ Color04: {
2242
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-04-default. Default value: #ffa6a3. */
2243
+ Default: string;
2244
+ };
2245
+ Color05: {
2246
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-05-default. Default value: #ffd9d6. */
2247
+ Default: string;
2248
+ };
2249
+ Color06: {
2250
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-06-default. Default value: #f5f5f5. */
2251
+ Default: string;
2252
+ };
2253
+ Color07: {
2254
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-07-default. Default value: #d4ece0. */
2255
+ Default: string;
2256
+ };
2257
+ Color08: {
2258
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-08-default. Default value: #93dcb8. */
2259
+ Default: string;
2260
+ };
2261
+ Color09: {
2262
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-09-default. Default value: #509575. */
2263
+ Default: string;
2264
+ };
2265
+ Color10: {
2266
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-10-default. Default value: #2a7453. */
2267
+ Default: string;
2268
+ };
2269
+ Color11: {
2270
+ /** Css custom property: --dt-colors-charts-diverging-red-green-color-11-default. Default value: #084427. */
2271
+ Default: string;
2272
+ };
2273
+ };
2274
+ OrangePetrol: {
2275
+ Color01: {
2276
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-01-default. Default value: #662c00. */
2277
+ Default: string;
2278
+ };
2279
+ Color02: {
2280
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-02-default. Default value: #ab5412. */
2281
+ Default: string;
2282
+ };
2283
+ Color03: {
2284
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-03-default. Default value: #d56b1a. */
2285
+ Default: string;
2286
+ };
2287
+ Color04: {
2288
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-04-default. Default value: #eb9a5c. */
2289
+ Default: string;
2290
+ };
2291
+ Color05: {
2292
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-05-default. Default value: #f4caa9. */
2293
+ Default: string;
2294
+ };
2295
+ Color06: {
2296
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-06-default. Default value: #f5f5f5. */
2297
+ Default: string;
2298
+ };
2299
+ Color07: {
2300
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-07-default. Default value: #cbe7f6. */
2301
+ Default: string;
2302
+ };
2303
+ Color08: {
2304
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-08-default. Default value: #81c8ef. */
2305
+ Default: string;
2306
+ };
2307
+ Color09: {
2308
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-09-default. Default value: #438fb1. */
2309
+ Default: string;
2310
+ };
2311
+ Color10: {
2312
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-10-default. Default value: #21607d. */
2313
+ Default: string;
2314
+ };
2315
+ Color11: {
2316
+ /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-11-default. Default value: #00304d. */
2317
+ Default: string;
2318
+ };
2319
+ };
2320
+ PinkGreen: {
2321
+ Color01: {
2322
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-01-default. Default value: #6b1441. */
2323
+ Default: string;
2324
+ };
2325
+ Color02: {
2326
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-02-default. Default value: #a83470. */
2327
+ Default: string;
2328
+ };
2329
+ Color03: {
2330
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-03-default. Default value: #d85a9f. */
2331
+ Default: string;
2332
+ };
2333
+ Color04: {
2334
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-04-default. Default value: #f291cb. */
2335
+ Default: string;
2336
+ };
2337
+ Color05: {
2338
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-05-default. Default value: #fed7f0. */
2339
+ Default: string;
2340
+ };
2341
+ Color06: {
2342
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-06-default. Default value: #f5f5f5. */
2343
+ Default: string;
2344
+ };
2345
+ Color07: {
2346
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-07-default. Default value: #d4ece0. */
2347
+ Default: string;
2348
+ };
2349
+ Color08: {
2350
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-08-default. Default value: #93dcb8. */
2351
+ Default: string;
2352
+ };
2353
+ Color09: {
2354
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-09-default. Default value: #509575. */
2355
+ Default: string;
2356
+ };
2357
+ Color10: {
2358
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-10-default. Default value: #2a7453. */
2359
+ Default: string;
2360
+ };
2361
+ Color11: {
2362
+ /** Css custom property: --dt-colors-charts-diverging-pink-green-color-11-default. Default value: #084427. */
2363
+ Default: string;
2364
+ };
2365
+ };
2366
+ };
2071
2367
  };
2072
2368
  };
2073
2369
  export default _default;