@dynatrace/strato-design-tokens 0.18.3 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/colors/index.d.ts +1061 -761
- package/colors/index.js +2 -2
- package/{animations/index.esm.js → esm/animations/index.js} +1 -1
- package/{animations/index.esm.js.map → esm/animations/index.js.map} +1 -1
- package/{animations-js/index.esm.js → esm/animations-js/index.js} +1 -1
- package/{animations-js/index.esm.js.map → esm/animations-js/index.js.map} +1 -1
- package/{borders/index.esm.js → esm/borders/index.js} +1 -1
- package/{borders/index.esm.js.map → esm/borders/index.js.map} +1 -1
- package/{box-shadows/index.esm.js → esm/box-shadows/index.js} +1 -1
- package/{box-shadows/index.esm.js.map → esm/box-shadows/index.js.map} +1 -1
- package/{breakpoints/index.esm.js → esm/breakpoints/index.js} +1 -1
- package/{breakpoints/index.esm.js.map → esm/breakpoints/index.js.map} +1 -1
- package/{breakpoints-js/index.esm.js → esm/breakpoints-js/index.js} +1 -1
- package/{breakpoints-js/index.esm.js.map → esm/breakpoints-js/index.js.map} +1 -1
- package/esm/colors/index.js +16 -0
- package/esm/colors/index.js.map +7 -0
- package/{easings/index.esm.js → esm/easings/index.js} +1 -1
- package/{easings/index.esm.js.map → esm/easings/index.js.map} +1 -1
- package/{easings-js/index.esm.js → esm/easings-js/index.js} +1 -1
- package/{easings-js/index.esm.js.map → esm/easings-js/index.js.map} +1 -1
- package/{elevations/index.esm.js → esm/elevations/index.js} +1 -1
- package/{elevations/index.esm.js.map → esm/elevations/index.js.map} +1 -1
- package/{index.esm.js → esm/index.js} +2 -2
- package/{index.esm.js.map → esm/index.js.map} +4 -4
- package/{spacings/index.esm.js → esm/spacings/index.js} +1 -1
- package/{spacings/index.esm.js.map → esm/spacings/index.js.map} +1 -1
- package/{timings/index.esm.js → esm/timings/index.js} +1 -1
- package/{timings/index.esm.js.map → esm/timings/index.js.map} +1 -1
- package/{timings-js/index.esm.js → esm/timings-js/index.js} +1 -1
- package/{timings-js/index.esm.js.map → esm/timings-js/index.js.map} +1 -1
- package/{typography/index.esm.js → esm/typography/index.js} +1 -1
- package/{typography/index.esm.js.map → esm/typography/index.js.map} +1 -1
- package/esm/variables/index.js +16 -0
- package/esm/variables/index.js.map +7 -0
- package/esm/variables-dark/index.js +16 -0
- package/esm/variables-dark/index.js.map +7 -0
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/package.json +56 -56
- package/variables/index.d.ts +234 -337
- package/variables/index.js +2 -2
- package/variables-dark/index.d.ts +234 -337
- package/variables-dark/index.js +2 -2
- package/colors/index.esm.js +0 -16
- package/colors/index.esm.js.map +0 -7
- package/variables/index.esm.js +0 -16
- package/variables/index.esm.js.map +0 -7
- package/variables-dark/index.esm.js +0 -16
- package/variables-dark/index.esm.js.map +0 -7
package/colors/index.d.ts
CHANGED
|
@@ -1102,971 +1102,1271 @@ 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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #1c520a. */
|
|
1195
|
+
Default: string;
|
|
1416
1196
|
};
|
|
1417
1197
|
Color02: {
|
|
1418
|
-
/** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-default. Default value: #
|
|
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: #a9780f. */
|
|
1199
|
+
Default: string;
|
|
1430
1200
|
};
|
|
1431
1201
|
Color03: {
|
|
1432
|
-
/** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-default. Default value: #
|
|
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: #2a7453. */
|
|
1203
|
+
Default: string;
|
|
1444
1204
|
};
|
|
1445
1205
|
Color04: {
|
|
1446
|
-
/** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-default. Default value: #
|
|
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: #d56b1a. */
|
|
1207
|
+
Default: string;
|
|
1458
1208
|
};
|
|
1459
1209
|
Color05: {
|
|
1460
|
-
/** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-default. Default value: #
|
|
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: #649438. */
|
|
1211
|
+
Default: string;
|
|
1472
1212
|
};
|
|
1473
1213
|
Color06: {
|
|
1474
|
-
/** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-default. Default value: #
|
|
1214
|
+
/** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-default. Default value: #84859a. */
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
1291
|
+
/** Css custom property: --dt-colors-charts-loglevel-emergency-default. Default value: #9033a3. */
|
|
1722
1292
|
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
1293
|
};
|
|
1734
1294
|
Alert: {
|
|
1735
|
-
/** Css custom property: --dt-colors-charts-loglevel-alert-default. Default value: #
|
|
1295
|
+
/** Css custom property: --dt-colors-charts-loglevel-alert-default. Default value: #cd3741. */
|
|
1736
1296
|
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
1297
|
};
|
|
1748
1298
|
Critical: {
|
|
1749
|
-
/** Css custom property: --dt-colors-charts-loglevel-critical-default. Default value: #
|
|
1299
|
+
/** Css custom property: --dt-colors-charts-loglevel-critical-default. Default value: #d85a9f. */
|
|
1750
1300
|
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
1301
|
};
|
|
1762
1302
|
Severe: {
|
|
1763
|
-
/** Css custom property: --dt-colors-charts-loglevel-severe-default. Default value: #
|
|
1303
|
+
/** Css custom property: --dt-colors-charts-loglevel-severe-default. Default value: #d56b1a. */
|
|
1764
1304
|
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
1305
|
};
|
|
1776
1306
|
Error: {
|
|
1777
|
-
/** Css custom property: --dt-colors-charts-loglevel-error-default. Default value: #
|
|
1307
|
+
/** Css custom property: --dt-colors-charts-loglevel-error-default. Default value: #ec7113. */
|
|
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: #
|
|
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: #
|
|
1315
|
+
/** Css custom property: --dt-colors-charts-loglevel-notice-default. Default value: #2a7453. */
|
|
1806
1316
|
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
1317
|
};
|
|
1818
1318
|
Debug: {
|
|
1819
|
-
/** Css custom property: --dt-colors-charts-loglevel-debug-default. Default value: #
|
|
1319
|
+
/** Css custom property: --dt-colors-charts-loglevel-debug-default. Default value: #438fb1. */
|
|
1820
1320
|
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
1321
|
};
|
|
1832
1322
|
Info: {
|
|
1833
|
-
/** Css custom property: --dt-colors-charts-loglevel-info-default. Default value: #
|
|
1323
|
+
/** Css custom property: --dt-colors-charts-loglevel-info-default. Default value: #134fc9. */
|
|
1834
1324
|
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
1325
|
};
|
|
1846
1326
|
None: {
|
|
1847
|
-
/** Css custom property: --dt-colors-charts-loglevel-none-default. Default value: #
|
|
1327
|
+
/** Css custom property: --dt-colors-charts-loglevel-none-default. Default value: #2c2f3f. */
|
|
1848
1328
|
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
1329
|
};
|
|
1860
1330
|
};
|
|
1861
1331
|
Apdex: {
|
|
1862
1332
|
Excellent: {
|
|
1863
|
-
/** Css custom property: --dt-colors-charts-apdex-excellent-default. Default value: #
|
|
1333
|
+
/** Css custom property: --dt-colors-charts-apdex-excellent-default. Default value: #2a7453. */
|
|
1864
1334
|
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
1335
|
};
|
|
1876
1336
|
Good: {
|
|
1877
|
-
/** Css custom property: --dt-colors-charts-apdex-good-default. Default value: #
|
|
1337
|
+
/** Css custom property: --dt-colors-charts-apdex-good-default. Default value: #1c520a. */
|
|
1878
1338
|
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
1339
|
};
|
|
1890
1340
|
Fair: {
|
|
1891
|
-
/** Css custom property: --dt-colors-charts-apdex-fair-default. Default value: #
|
|
1341
|
+
/** Css custom property: --dt-colors-charts-apdex-fair-default. Default value: #a9780f. */
|
|
1892
1342
|
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
1343
|
};
|
|
1904
1344
|
Poor: {
|
|
1905
|
-
/** Css custom property: --dt-colors-charts-apdex-poor-default. Default value: #
|
|
1345
|
+
/** Css custom property: --dt-colors-charts-apdex-poor-default. Default value: #d56b1a. */
|
|
1906
1346
|
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
1347
|
};
|
|
1918
1348
|
Unacceptable: {
|
|
1919
|
-
/** Css custom property: --dt-colors-charts-apdex-unacceptable-default. Default value: #
|
|
1349
|
+
/** Css custom property: --dt-colors-charts-apdex-unacceptable-default. Default value: #cd3741. */
|
|
1920
1350
|
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
1351
|
};
|
|
1932
1352
|
};
|
|
1933
|
-
|
|
1353
|
+
SecurityRiskLevel: {
|
|
1354
|
+
Muted: {
|
|
1355
|
+
/** Css custom property: --dt-colors-charts-security-risk-level-muted-default. Default value: #84859a. */
|
|
1356
|
+
Default: string;
|
|
1357
|
+
};
|
|
1934
1358
|
Critical: {
|
|
1935
|
-
/** Css custom property: --dt-colors-charts-
|
|
1359
|
+
/** Css custom property: --dt-colors-charts-security-risk-level-critical-default. Default value: #8a0012. */
|
|
1936
1360
|
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
1361
|
};
|
|
1948
1362
|
High: {
|
|
1949
|
-
/** Css custom property: --dt-colors-charts-
|
|
1363
|
+
/** Css custom property: --dt-colors-charts-security-risk-level-high-default. Default value: #cd3741. */
|
|
1950
1364
|
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
1365
|
};
|
|
1962
1366
|
Medium: {
|
|
1963
|
-
/** Css custom property: --dt-colors-charts-
|
|
1367
|
+
/** Css custom property: --dt-colors-charts-security-risk-level-medium-default. Default value: #a9780f. */
|
|
1964
1368
|
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
1369
|
};
|
|
1976
1370
|
Low: {
|
|
1977
|
-
/** Css custom property: --dt-colors-charts-
|
|
1371
|
+
/** Css custom property: --dt-colors-charts-security-risk-level-low-default. Default value: #134fc9. */
|
|
1978
1372
|
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
1373
|
};
|
|
1990
1374
|
};
|
|
1991
1375
|
VulnerabilityStatus: {
|
|
1992
1376
|
Muted: {
|
|
1993
|
-
/** Css custom property: --dt-colors-charts-vulnerability-status-muted-default. Default value: #
|
|
1377
|
+
/** Css custom property: --dt-colors-charts-vulnerability-status-muted-default. Default value: #84859a. */
|
|
1994
1378
|
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
1379
|
};
|
|
2006
1380
|
Resolved: {
|
|
2007
|
-
/** Css custom property: --dt-colors-charts-vulnerability-status-resolved-default. Default value: #
|
|
1381
|
+
/** Css custom property: --dt-colors-charts-vulnerability-status-resolved-default. Default value: #3e8e6a. */
|
|
2008
1382
|
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
1383
|
};
|
|
2020
1384
|
Affected: {
|
|
2021
|
-
/** Css custom property: --dt-colors-charts-vulnerability-status-affected-default. Default value: #
|
|
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. */
|
|
1385
|
+
/** Css custom property: --dt-colors-charts-vulnerability-status-affected-default. Default value: #cd3741. */
|
|
2038
1386
|
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. */
|
|
2048
|
-
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
1387
|
};
|
|
2056
1388
|
};
|
|
2057
1389
|
Threshold: {
|
|
2058
1390
|
Good: {
|
|
2059
|
-
/** Css custom property: --dt-colors-charts-threshold-good-default. Default value: #
|
|
1391
|
+
/** Css custom property: --dt-colors-charts-threshold-good-default. Default value: #2a7453. */
|
|
2060
1392
|
Default: string;
|
|
2061
1393
|
};
|
|
2062
1394
|
Warning: {
|
|
2063
|
-
/** Css custom property: --dt-colors-charts-threshold-warning-default. Default value: #
|
|
1395
|
+
/** Css custom property: --dt-colors-charts-threshold-warning-default. Default value: #a9780f. */
|
|
2064
1396
|
Default: string;
|
|
2065
1397
|
};
|
|
2066
1398
|
Bad: {
|
|
2067
|
-
/** Css custom property: --dt-colors-charts-threshold-bad-default. Default value: #
|
|
1399
|
+
/** Css custom property: --dt-colors-charts-threshold-bad-default. Default value: #cd3741. */
|
|
1400
|
+
Default: string;
|
|
1401
|
+
};
|
|
1402
|
+
};
|
|
1403
|
+
Rainbow: {
|
|
1404
|
+
Red: {
|
|
1405
|
+
/** Css custom property: --dt-colors-charts-rainbow-red-default. Default value: #cd3741. */
|
|
1406
|
+
Default: string;
|
|
1407
|
+
};
|
|
1408
|
+
Orange: {
|
|
1409
|
+
/** Css custom property: --dt-colors-charts-rainbow-orange-default. Default value: #d56b1a. */
|
|
2068
1410
|
Default: string;
|
|
2069
1411
|
};
|
|
1412
|
+
Yellow: {
|
|
1413
|
+
/** Css custom property: --dt-colors-charts-rainbow-yellow-default. Default value: #a9780f. */
|
|
1414
|
+
Default: string;
|
|
1415
|
+
};
|
|
1416
|
+
Moss: {
|
|
1417
|
+
/** Css custom property: --dt-colors-charts-rainbow-moss-default. Default value: #2a7453. */
|
|
1418
|
+
Default: string;
|
|
1419
|
+
};
|
|
1420
|
+
Blue: {
|
|
1421
|
+
/** Css custom property: --dt-colors-charts-rainbow-blue-default. Default value: #134fc9. */
|
|
1422
|
+
Default: string;
|
|
1423
|
+
};
|
|
1424
|
+
Magenta: {
|
|
1425
|
+
/** Css custom property: --dt-colors-charts-rainbow-magenta-default. Default value: #9033a3. */
|
|
1426
|
+
Default: string;
|
|
1427
|
+
};
|
|
1428
|
+
};
|
|
1429
|
+
Sequential: {
|
|
1430
|
+
PinkPurple: {
|
|
1431
|
+
Color01: {
|
|
1432
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-01-default. Default value: #d85a9f. */
|
|
1433
|
+
Default: string;
|
|
1434
|
+
};
|
|
1435
|
+
Color02: {
|
|
1436
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-02-default. Default value: #c6539f. */
|
|
1437
|
+
Default: string;
|
|
1438
|
+
};
|
|
1439
|
+
Color03: {
|
|
1440
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-03-default. Default value: #b450a3. */
|
|
1441
|
+
Default: string;
|
|
1442
|
+
};
|
|
1443
|
+
Color04: {
|
|
1444
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-04-default. Default value: #9f49a2. */
|
|
1445
|
+
Default: string;
|
|
1446
|
+
};
|
|
1447
|
+
Color05: {
|
|
1448
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-05-default. Default value: #8d45a5. */
|
|
1449
|
+
Default: string;
|
|
1450
|
+
};
|
|
1451
|
+
Color06: {
|
|
1452
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-06-default. Default value: #7640a5. */
|
|
1453
|
+
Default: string;
|
|
1454
|
+
};
|
|
1455
|
+
Color07: {
|
|
1456
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-07-default. Default value: #5d3ba5. */
|
|
1457
|
+
Default: string;
|
|
1458
|
+
};
|
|
1459
|
+
Color08: {
|
|
1460
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-08-default. Default value: #4038a8. */
|
|
1461
|
+
Default: string;
|
|
1462
|
+
};
|
|
1463
|
+
Color09: {
|
|
1464
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-purple-color-09-default. Default value: #0035a8. */
|
|
1465
|
+
Default: string;
|
|
1466
|
+
};
|
|
1467
|
+
};
|
|
1468
|
+
BlueTurquoise: {
|
|
1469
|
+
Color01: {
|
|
1470
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-01-default. Default value: #0035a8. */
|
|
1471
|
+
Default: string;
|
|
1472
|
+
};
|
|
1473
|
+
Color02: {
|
|
1474
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-02-default. Default value: #1d41a5. */
|
|
1475
|
+
Default: string;
|
|
1476
|
+
};
|
|
1477
|
+
Color03: {
|
|
1478
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-03-default. Default value: #284e9f. */
|
|
1479
|
+
Default: string;
|
|
1480
|
+
};
|
|
1481
|
+
Color04: {
|
|
1482
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-04-default. Default value: #2f5998. */
|
|
1483
|
+
Default: string;
|
|
1484
|
+
};
|
|
1485
|
+
Color05: {
|
|
1486
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-05-default. Default value: #336794. */
|
|
1487
|
+
Default: string;
|
|
1488
|
+
};
|
|
1489
|
+
Color06: {
|
|
1490
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-06-default. Default value: #31708c. */
|
|
1491
|
+
Default: string;
|
|
1492
|
+
};
|
|
1493
|
+
Color07: {
|
|
1494
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-07-default. Default value: #307c88. */
|
|
1495
|
+
Default: string;
|
|
1496
|
+
};
|
|
1497
|
+
Color08: {
|
|
1498
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-08-default. Default value: #2a8981. */
|
|
1499
|
+
Default: string;
|
|
1500
|
+
};
|
|
1501
|
+
Color09: {
|
|
1502
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-09-default. Default value: #1d957b. */
|
|
1503
|
+
Default: string;
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
Blue: {
|
|
1507
|
+
Color01: {
|
|
1508
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-01-default. Default value: #001b85. */
|
|
1509
|
+
Default: string;
|
|
1510
|
+
};
|
|
1511
|
+
Color02: {
|
|
1512
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-02-default. Default value: #0035a8. */
|
|
1513
|
+
Default: string;
|
|
1514
|
+
};
|
|
1515
|
+
Color03: {
|
|
1516
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-03-default. Default value: #134fc9. */
|
|
1517
|
+
Default: string;
|
|
1518
|
+
};
|
|
1519
|
+
Color04: {
|
|
1520
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-04-default. Default value: #3f63e4. */
|
|
1521
|
+
Default: string;
|
|
1522
|
+
};
|
|
1523
|
+
Color05: {
|
|
1524
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-05-default. Default value: #627cfe. */
|
|
1525
|
+
Default: string;
|
|
1526
|
+
};
|
|
1527
|
+
Color06: {
|
|
1528
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-06-default. Default value: #8a9bff. */
|
|
1529
|
+
Default: string;
|
|
1530
|
+
};
|
|
1531
|
+
Color07: {
|
|
1532
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-07-default. Default value: #a8b7ff. */
|
|
1533
|
+
Default: string;
|
|
1534
|
+
};
|
|
1535
|
+
Color08: {
|
|
1536
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-08-default. Default value: #bdc8ff. */
|
|
1537
|
+
Default: string;
|
|
1538
|
+
};
|
|
1539
|
+
Color09: {
|
|
1540
|
+
/** Css custom property: --dt-colors-charts-sequential-blue-color-09-default. Default value: #d6deff. */
|
|
1541
|
+
Default: string;
|
|
1542
|
+
};
|
|
1543
|
+
};
|
|
1544
|
+
Grey: {
|
|
1545
|
+
Color01: {
|
|
1546
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-01-default. Default value: #111422. */
|
|
1547
|
+
Default: string;
|
|
1548
|
+
};
|
|
1549
|
+
Color02: {
|
|
1550
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-02-default. Default value: #2c2f3f. */
|
|
1551
|
+
Default: string;
|
|
1552
|
+
};
|
|
1553
|
+
Color03: {
|
|
1554
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-03-default. Default value: #484a5b. */
|
|
1555
|
+
Default: string;
|
|
1556
|
+
};
|
|
1557
|
+
Color04: {
|
|
1558
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-04-default. Default value: #66687a. */
|
|
1559
|
+
Default: string;
|
|
1560
|
+
};
|
|
1561
|
+
Color05: {
|
|
1562
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-05-default. Default value: #84859a. */
|
|
1563
|
+
Default: string;
|
|
1564
|
+
};
|
|
1565
|
+
Color06: {
|
|
1566
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-06-default. Default value: #a7a9be. */
|
|
1567
|
+
Default: string;
|
|
1568
|
+
};
|
|
1569
|
+
Color07: {
|
|
1570
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-07-default. Default value: #cacce2. */
|
|
1571
|
+
Default: string;
|
|
1572
|
+
};
|
|
1573
|
+
Color08: {
|
|
1574
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-08-default. Default value: #d8d9e9. */
|
|
1575
|
+
Default: string;
|
|
1576
|
+
};
|
|
1577
|
+
Color09: {
|
|
1578
|
+
/** Css custom property: --dt-colors-charts-sequential-grey-color-09-default. Default value: #e1e3ef. */
|
|
1579
|
+
Default: string;
|
|
1580
|
+
};
|
|
1581
|
+
};
|
|
1582
|
+
Moss: {
|
|
1583
|
+
Color01: {
|
|
1584
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-01-default. Default value: #084427. */
|
|
1585
|
+
Default: string;
|
|
1586
|
+
};
|
|
1587
|
+
Color02: {
|
|
1588
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-02-default. Default value: #195c3d. */
|
|
1589
|
+
Default: string;
|
|
1590
|
+
};
|
|
1591
|
+
Color03: {
|
|
1592
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-03-default. Default value: #2a7453. */
|
|
1593
|
+
Default: string;
|
|
1594
|
+
};
|
|
1595
|
+
Color04: {
|
|
1596
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-04-default. Default value: #3e8e6a. */
|
|
1597
|
+
Default: string;
|
|
1598
|
+
};
|
|
1599
|
+
Color05: {
|
|
1600
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-05-default. Default value: #509575. */
|
|
1601
|
+
Default: string;
|
|
1602
|
+
};
|
|
1603
|
+
Color06: {
|
|
1604
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-06-default. Default value: #75c29d. */
|
|
1605
|
+
Default: string;
|
|
1606
|
+
};
|
|
1607
|
+
Color07: {
|
|
1608
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-07-default. Default value: #93dcb8. */
|
|
1609
|
+
Default: string;
|
|
1610
|
+
};
|
|
1611
|
+
Color08: {
|
|
1612
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-08-default. Default value: #b4e4cd. */
|
|
1613
|
+
Default: string;
|
|
1614
|
+
};
|
|
1615
|
+
Color09: {
|
|
1616
|
+
/** Css custom property: --dt-colors-charts-sequential-moss-color-09-default. Default value: #d4ece0. */
|
|
1617
|
+
Default: string;
|
|
1618
|
+
};
|
|
1619
|
+
};
|
|
1620
|
+
Turquoise: {
|
|
1621
|
+
Color01: {
|
|
1622
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-01-default. Default value: #004733. */
|
|
1623
|
+
Default: string;
|
|
1624
|
+
};
|
|
1625
|
+
Color02: {
|
|
1626
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-02-default. Default value: #00523d. */
|
|
1627
|
+
Default: string;
|
|
1628
|
+
};
|
|
1629
|
+
Color03: {
|
|
1630
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-03-default. Default value: #006650. */
|
|
1631
|
+
Default: string;
|
|
1632
|
+
};
|
|
1633
|
+
Color04: {
|
|
1634
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-04-default. Default value: #047c64. */
|
|
1635
|
+
Default: string;
|
|
1636
|
+
};
|
|
1637
|
+
Color05: {
|
|
1638
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-05-default. Default value: #1d957b. */
|
|
1639
|
+
Default: string;
|
|
1640
|
+
};
|
|
1641
|
+
Color06: {
|
|
1642
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-06-default. Default value: #38ad92. */
|
|
1643
|
+
Default: string;
|
|
1644
|
+
};
|
|
1645
|
+
Color07: {
|
|
1646
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-07-default. Default value: #52c7aa. */
|
|
1647
|
+
Default: string;
|
|
1648
|
+
};
|
|
1649
|
+
Color08: {
|
|
1650
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-08-default. Default value: #78dec1. */
|
|
1651
|
+
Default: string;
|
|
1652
|
+
};
|
|
1653
|
+
Color09: {
|
|
1654
|
+
/** Css custom property: --dt-colors-charts-sequential-turquoise-color-09-default. Default value: #c0ece0. */
|
|
1655
|
+
Default: string;
|
|
1656
|
+
};
|
|
1657
|
+
};
|
|
1658
|
+
Pink: {
|
|
1659
|
+
Color01: {
|
|
1660
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-01-default. Default value: #6b1441. */
|
|
1661
|
+
Default: string;
|
|
1662
|
+
};
|
|
1663
|
+
Color02: {
|
|
1664
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-02-default. Default value: #872256. */
|
|
1665
|
+
Default: string;
|
|
1666
|
+
};
|
|
1667
|
+
Color03: {
|
|
1668
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-03-default. Default value: #a83470. */
|
|
1669
|
+
Default: string;
|
|
1670
|
+
};
|
|
1671
|
+
Color04: {
|
|
1672
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-04-default. Default value: #c73d84. */
|
|
1673
|
+
Default: string;
|
|
1674
|
+
};
|
|
1675
|
+
Color05: {
|
|
1676
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-05-default. Default value: #d85a9f. */
|
|
1677
|
+
Default: string;
|
|
1678
|
+
};
|
|
1679
|
+
Color06: {
|
|
1680
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-06-default. Default value: #e675b5. */
|
|
1681
|
+
Default: string;
|
|
1682
|
+
};
|
|
1683
|
+
Color07: {
|
|
1684
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-07-default. Default value: #f291cb. */
|
|
1685
|
+
Default: string;
|
|
1686
|
+
};
|
|
1687
|
+
Color08: {
|
|
1688
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-08-default. Default value: #fcb5e2. */
|
|
1689
|
+
Default: string;
|
|
1690
|
+
};
|
|
1691
|
+
Color09: {
|
|
1692
|
+
/** Css custom property: --dt-colors-charts-sequential-pink-color-09-default. Default value: #fed7f0. */
|
|
1693
|
+
Default: string;
|
|
1694
|
+
};
|
|
1695
|
+
};
|
|
1696
|
+
Yellow: {
|
|
1697
|
+
Color01: {
|
|
1698
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-01-default. Default value: #573b00. */
|
|
1699
|
+
Default: string;
|
|
1700
|
+
};
|
|
1701
|
+
Color02: {
|
|
1702
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-02-default. Default value: #614200. */
|
|
1703
|
+
Default: string;
|
|
1704
|
+
};
|
|
1705
|
+
Color03: {
|
|
1706
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-03-default. Default value: #755000. */
|
|
1707
|
+
Default: string;
|
|
1708
|
+
};
|
|
1709
|
+
Color04: {
|
|
1710
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-04-default. Default value: #8f6200. */
|
|
1711
|
+
Default: string;
|
|
1712
|
+
};
|
|
1713
|
+
Color05: {
|
|
1714
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-05-default. Default value: #a9780f. */
|
|
1715
|
+
Default: string;
|
|
1716
|
+
};
|
|
1717
|
+
Color06: {
|
|
1718
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-06-default. Default value: #c79323. */
|
|
1719
|
+
Default: string;
|
|
1720
|
+
};
|
|
1721
|
+
Color07: {
|
|
1722
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-07-default. Default value: #dfb14e. */
|
|
1723
|
+
Default: string;
|
|
1724
|
+
};
|
|
1725
|
+
Color08: {
|
|
1726
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-08-default. Default value: #f1cd7e. */
|
|
1727
|
+
Default: string;
|
|
1728
|
+
};
|
|
1729
|
+
Color09: {
|
|
1730
|
+
/** Css custom property: --dt-colors-charts-sequential-yellow-color-09-default. Default value: #f8e1af. */
|
|
1731
|
+
Default: string;
|
|
1732
|
+
};
|
|
1733
|
+
};
|
|
1734
|
+
Petrol: {
|
|
1735
|
+
Color01: {
|
|
1736
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-01-default. Default value: #00304d. */
|
|
1737
|
+
Default: string;
|
|
1738
|
+
};
|
|
1739
|
+
Color02: {
|
|
1740
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-02-default. Default value: #114964. */
|
|
1741
|
+
Default: string;
|
|
1742
|
+
};
|
|
1743
|
+
Color03: {
|
|
1744
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-03-default. Default value: #21607d. */
|
|
1745
|
+
Default: string;
|
|
1746
|
+
};
|
|
1747
|
+
Color04: {
|
|
1748
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-04-default. Default value: #307697. */
|
|
1749
|
+
Default: string;
|
|
1750
|
+
};
|
|
1751
|
+
Color05: {
|
|
1752
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-05-default. Default value: #438fb1. */
|
|
1753
|
+
Default: string;
|
|
1754
|
+
};
|
|
1755
|
+
Color06: {
|
|
1756
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-06-default. Default value: #5ba7cd. */
|
|
1757
|
+
Default: string;
|
|
1758
|
+
};
|
|
1759
|
+
Color07: {
|
|
1760
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-07-default. Default value: #81c8ef. */
|
|
1761
|
+
Default: string;
|
|
1762
|
+
};
|
|
1763
|
+
Color08: {
|
|
1764
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-08-default. Default value: #aaddf9. */
|
|
1765
|
+
Default: string;
|
|
1766
|
+
};
|
|
1767
|
+
Color09: {
|
|
1768
|
+
/** Css custom property: --dt-colors-charts-sequential-petrol-color-09-default. Default value: #cbe7f6. */
|
|
1769
|
+
Default: string;
|
|
1770
|
+
};
|
|
1771
|
+
};
|
|
1772
|
+
Purple: {
|
|
1773
|
+
Color01: {
|
|
1774
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-01-default. Default value: #32246a. */
|
|
1775
|
+
Default: string;
|
|
1776
|
+
};
|
|
1777
|
+
Color02: {
|
|
1778
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-02-default. Default value: #453380. */
|
|
1779
|
+
Default: string;
|
|
1780
|
+
};
|
|
1781
|
+
Color03: {
|
|
1782
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-03-default. Default value: #5e489d. */
|
|
1783
|
+
Default: string;
|
|
1784
|
+
};
|
|
1785
|
+
Color04: {
|
|
1786
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-04-default. Default value: #755abf. */
|
|
1787
|
+
Default: string;
|
|
1788
|
+
};
|
|
1789
|
+
Color05: {
|
|
1790
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-05-default. Default value: #8b6ecf. */
|
|
1791
|
+
Default: string;
|
|
1792
|
+
};
|
|
1793
|
+
Color06: {
|
|
1794
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-06-default. Default value: #a184dc. */
|
|
1795
|
+
Default: string;
|
|
1796
|
+
};
|
|
1797
|
+
Color07: {
|
|
1798
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-07-default. Default value: #bb9eeb. */
|
|
1799
|
+
Default: string;
|
|
1800
|
+
};
|
|
1801
|
+
Color08: {
|
|
1802
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-08-default. Default value: #d5b9f8. */
|
|
1803
|
+
Default: string;
|
|
1804
|
+
};
|
|
1805
|
+
Color09: {
|
|
1806
|
+
/** Css custom property: --dt-colors-charts-sequential-purple-color-09-default. Default value: #e9d7fe. */
|
|
1807
|
+
Default: string;
|
|
1808
|
+
};
|
|
1809
|
+
};
|
|
1810
|
+
Pear: {
|
|
1811
|
+
Color01: {
|
|
1812
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-01-default. Default value: #084200. */
|
|
1813
|
+
Default: string;
|
|
1814
|
+
};
|
|
1815
|
+
Color02: {
|
|
1816
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-02-default. Default value: #1c520a. */
|
|
1817
|
+
Default: string;
|
|
1818
|
+
};
|
|
1819
|
+
Color03: {
|
|
1820
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-03-default. Default value: #306615. */
|
|
1821
|
+
Default: string;
|
|
1822
|
+
};
|
|
1823
|
+
Color04: {
|
|
1824
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-04-default. Default value: #457a1f. */
|
|
1825
|
+
Default: string;
|
|
1826
|
+
};
|
|
1827
|
+
Color05: {
|
|
1828
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-05-default. Default value: #649438. */
|
|
1829
|
+
Default: string;
|
|
1830
|
+
};
|
|
1831
|
+
Color06: {
|
|
1832
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-06-default. Default value: #83b455. */
|
|
1833
|
+
Default: string;
|
|
1834
|
+
};
|
|
1835
|
+
Color07: {
|
|
1836
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-07-default. Default value: #9fcb76. */
|
|
1837
|
+
Default: string;
|
|
1838
|
+
};
|
|
1839
|
+
Color08: {
|
|
1840
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-08-default. Default value: #b5de8c. */
|
|
1841
|
+
Default: string;
|
|
1842
|
+
};
|
|
1843
|
+
Color09: {
|
|
1844
|
+
/** Css custom property: --dt-colors-charts-sequential-pear-color-09-default. Default value: #d3e9be. */
|
|
1845
|
+
Default: string;
|
|
1846
|
+
};
|
|
1847
|
+
};
|
|
1848
|
+
Brown: {
|
|
1849
|
+
Color01: {
|
|
1850
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-01-default. Default value: #5c1d00. */
|
|
1851
|
+
Default: string;
|
|
1852
|
+
};
|
|
1853
|
+
Color02: {
|
|
1854
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-02-default. Default value: #6f2e11. */
|
|
1855
|
+
Default: string;
|
|
1856
|
+
};
|
|
1857
|
+
Color03: {
|
|
1858
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-03-default. Default value: #8f4624. */
|
|
1859
|
+
Default: string;
|
|
1860
|
+
};
|
|
1861
|
+
Color04: {
|
|
1862
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-04-default. Default value: #a95d37. */
|
|
1863
|
+
Default: string;
|
|
1864
|
+
};
|
|
1865
|
+
Color05: {
|
|
1866
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-05-default. Default value: #bc724e. */
|
|
1867
|
+
Default: string;
|
|
1868
|
+
};
|
|
1869
|
+
Color06: {
|
|
1870
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-06-default. Default value: #c98769. */
|
|
1871
|
+
Default: string;
|
|
1872
|
+
};
|
|
1873
|
+
Color07: {
|
|
1874
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-07-default. Default value: #dfa486. */
|
|
1875
|
+
Default: string;
|
|
1876
|
+
};
|
|
1877
|
+
Color08: {
|
|
1878
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-08-default. Default value: #f2bfa6. */
|
|
1879
|
+
Default: string;
|
|
1880
|
+
};
|
|
1881
|
+
Color09: {
|
|
1882
|
+
/** Css custom property: --dt-colors-charts-sequential-brown-color-09-default. Default value: #fddece. */
|
|
1883
|
+
Default: string;
|
|
1884
|
+
};
|
|
1885
|
+
};
|
|
1886
|
+
Red: {
|
|
1887
|
+
Color01: {
|
|
1888
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-01-default. Default value: #610000. */
|
|
1889
|
+
Default: string;
|
|
1890
|
+
};
|
|
1891
|
+
Color02: {
|
|
1892
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-02-default. Default value: #8a0012. */
|
|
1893
|
+
Default: string;
|
|
1894
|
+
};
|
|
1895
|
+
Color03: {
|
|
1896
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-03-default. Default value: #ae132d. */
|
|
1897
|
+
Default: string;
|
|
1898
|
+
};
|
|
1899
|
+
Color04: {
|
|
1900
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-04-default. Default value: #cd3741. */
|
|
1901
|
+
Default: string;
|
|
1902
|
+
};
|
|
1903
|
+
Color05: {
|
|
1904
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-05-default. Default value: #eb565b. */
|
|
1905
|
+
Default: string;
|
|
1906
|
+
};
|
|
1907
|
+
Color06: {
|
|
1908
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-06-default. Default value: #ff7a7a. */
|
|
1909
|
+
Default: string;
|
|
1910
|
+
};
|
|
1911
|
+
Color07: {
|
|
1912
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-07-default. Default value: #ffa6a3. */
|
|
1913
|
+
Default: string;
|
|
1914
|
+
};
|
|
1915
|
+
Color08: {
|
|
1916
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-08-default. Default value: #ffb8b3. */
|
|
1917
|
+
Default: string;
|
|
1918
|
+
};
|
|
1919
|
+
Color09: {
|
|
1920
|
+
/** Css custom property: --dt-colors-charts-sequential-red-color-09-default. Default value: #ffd9d6. */
|
|
1921
|
+
Default: string;
|
|
1922
|
+
};
|
|
1923
|
+
};
|
|
1924
|
+
Magenta: {
|
|
1925
|
+
Color01: {
|
|
1926
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-01-default. Default value: #59006b. */
|
|
1927
|
+
Default: string;
|
|
1928
|
+
};
|
|
1929
|
+
Color02: {
|
|
1930
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-02-default. Default value: #761b88. */
|
|
1931
|
+
Default: string;
|
|
1932
|
+
};
|
|
1933
|
+
Color03: {
|
|
1934
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-03-default. Default value: #9033a3. */
|
|
1935
|
+
Default: string;
|
|
1936
|
+
};
|
|
1937
|
+
Color04: {
|
|
1938
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-04-default. Default value: #af4bbe. */
|
|
1939
|
+
Default: string;
|
|
1940
|
+
};
|
|
1941
|
+
Color05: {
|
|
1942
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-05-default. Default value: #ba6bc2. */
|
|
1943
|
+
Default: string;
|
|
1944
|
+
};
|
|
1945
|
+
Color06: {
|
|
1946
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-06-default. Default value: #e183e7. */
|
|
1947
|
+
Default: string;
|
|
1948
|
+
};
|
|
1949
|
+
Color07: {
|
|
1950
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-07-default. Default value: #fca0fd. */
|
|
1951
|
+
Default: string;
|
|
1952
|
+
};
|
|
1953
|
+
Color08: {
|
|
1954
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-08-default. Default value: #fdb4fd. */
|
|
1955
|
+
Default: string;
|
|
1956
|
+
};
|
|
1957
|
+
Color09: {
|
|
1958
|
+
/** Css custom property: --dt-colors-charts-sequential-magenta-color-09-default. Default value: #faccfa. */
|
|
1959
|
+
Default: string;
|
|
1960
|
+
};
|
|
1961
|
+
};
|
|
1962
|
+
Orange: {
|
|
1963
|
+
Color01: {
|
|
1964
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-01-default. Default value: #662c00. */
|
|
1965
|
+
Default: string;
|
|
1966
|
+
};
|
|
1967
|
+
Color02: {
|
|
1968
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-02-default. Default value: #87420d. */
|
|
1969
|
+
Default: string;
|
|
1970
|
+
};
|
|
1971
|
+
Color03: {
|
|
1972
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-03-default. Default value: #ab5412. */
|
|
1973
|
+
Default: string;
|
|
1974
|
+
};
|
|
1975
|
+
Color04: {
|
|
1976
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-04-default. Default value: #c36218. */
|
|
1977
|
+
Default: string;
|
|
1978
|
+
};
|
|
1979
|
+
Color05: {
|
|
1980
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-05-default. Default value: #d56b1a. */
|
|
1981
|
+
Default: string;
|
|
1982
|
+
};
|
|
1983
|
+
Color06: {
|
|
1984
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-06-default. Default value: #e57e2e. */
|
|
1985
|
+
Default: string;
|
|
1986
|
+
};
|
|
1987
|
+
Color07: {
|
|
1988
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-07-default. Default value: #eb9a5c. */
|
|
1989
|
+
Default: string;
|
|
1990
|
+
};
|
|
1991
|
+
Color08: {
|
|
1992
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-08-default. Default value: #efb080. */
|
|
1993
|
+
Default: string;
|
|
1994
|
+
};
|
|
1995
|
+
Color09: {
|
|
1996
|
+
/** Css custom property: --dt-colors-charts-sequential-orange-color-09-default. Default value: #f4caa9. */
|
|
1997
|
+
Default: string;
|
|
1998
|
+
};
|
|
1999
|
+
};
|
|
2000
|
+
};
|
|
2001
|
+
Diverging: {
|
|
2002
|
+
OrangeBlue: {
|
|
2003
|
+
Color01: {
|
|
2004
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-01-default. Default value: #662c00. */
|
|
2005
|
+
Default: string;
|
|
2006
|
+
};
|
|
2007
|
+
Color02: {
|
|
2008
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-02-default. Default value: #ab5412. */
|
|
2009
|
+
Default: string;
|
|
2010
|
+
};
|
|
2011
|
+
Color03: {
|
|
2012
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-03-default. Default value: #d56b1a. */
|
|
2013
|
+
Default: string;
|
|
2014
|
+
};
|
|
2015
|
+
Color04: {
|
|
2016
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-04-default. Default value: #eb9a5c. */
|
|
2017
|
+
Default: string;
|
|
2018
|
+
};
|
|
2019
|
+
Color05: {
|
|
2020
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-05-default. Default value: #f4caa9. */
|
|
2021
|
+
Default: string;
|
|
2022
|
+
};
|
|
2023
|
+
Color06: {
|
|
2024
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-06-default. Default value: #f5f5f5. */
|
|
2025
|
+
Default: string;
|
|
2026
|
+
};
|
|
2027
|
+
Color07: {
|
|
2028
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-07-default. Default value: #d6deff. */
|
|
2029
|
+
Default: string;
|
|
2030
|
+
};
|
|
2031
|
+
Color08: {
|
|
2032
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-08-default. Default value: #a8b7ff. */
|
|
2033
|
+
Default: string;
|
|
2034
|
+
};
|
|
2035
|
+
Color09: {
|
|
2036
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-09-default. Default value: #627cfe. */
|
|
2037
|
+
Default: string;
|
|
2038
|
+
};
|
|
2039
|
+
Color10: {
|
|
2040
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-10-default. Default value: #134fc9. */
|
|
2041
|
+
Default: string;
|
|
2042
|
+
};
|
|
2043
|
+
Color11: {
|
|
2044
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-11-default. Default value: #001b85. */
|
|
2045
|
+
Default: string;
|
|
2046
|
+
};
|
|
2047
|
+
};
|
|
2048
|
+
RedBlue: {
|
|
2049
|
+
Color01: {
|
|
2050
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-01-default. Default value: #610000. */
|
|
2051
|
+
Default: string;
|
|
2052
|
+
};
|
|
2053
|
+
Color02: {
|
|
2054
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-02-default. Default value: #ae132d. */
|
|
2055
|
+
Default: string;
|
|
2056
|
+
};
|
|
2057
|
+
Color03: {
|
|
2058
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-03-default. Default value: #eb565b. */
|
|
2059
|
+
Default: string;
|
|
2060
|
+
};
|
|
2061
|
+
Color04: {
|
|
2062
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-04-default. Default value: #ffa6a3. */
|
|
2063
|
+
Default: string;
|
|
2064
|
+
};
|
|
2065
|
+
Color05: {
|
|
2066
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-05-default. Default value: #ffd9d6. */
|
|
2067
|
+
Default: string;
|
|
2068
|
+
};
|
|
2069
|
+
Color06: {
|
|
2070
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-06-default. Default value: #f5f5f5. */
|
|
2071
|
+
Default: string;
|
|
2072
|
+
};
|
|
2073
|
+
Color07: {
|
|
2074
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-07-default. Default value: #d6deff. */
|
|
2075
|
+
Default: string;
|
|
2076
|
+
};
|
|
2077
|
+
Color08: {
|
|
2078
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-08-default. Default value: #a8b7ff. */
|
|
2079
|
+
Default: string;
|
|
2080
|
+
};
|
|
2081
|
+
Color09: {
|
|
2082
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-09-default. Default value: #627cfe. */
|
|
2083
|
+
Default: string;
|
|
2084
|
+
};
|
|
2085
|
+
Color10: {
|
|
2086
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-10-default. Default value: #134fc9. */
|
|
2087
|
+
Default: string;
|
|
2088
|
+
};
|
|
2089
|
+
Color11: {
|
|
2090
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-11-default. Default value: #001b85. */
|
|
2091
|
+
Default: string;
|
|
2092
|
+
};
|
|
2093
|
+
};
|
|
2094
|
+
RedPurple: {
|
|
2095
|
+
Color01: {
|
|
2096
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-01-default. Default value: #610000. */
|
|
2097
|
+
Default: string;
|
|
2098
|
+
};
|
|
2099
|
+
Color02: {
|
|
2100
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-02-default. Default value: #ae132d. */
|
|
2101
|
+
Default: string;
|
|
2102
|
+
};
|
|
2103
|
+
Color03: {
|
|
2104
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-03-default. Default value: #eb565b. */
|
|
2105
|
+
Default: string;
|
|
2106
|
+
};
|
|
2107
|
+
Color04: {
|
|
2108
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-04-default. Default value: #ffa6a3. */
|
|
2109
|
+
Default: string;
|
|
2110
|
+
};
|
|
2111
|
+
Color05: {
|
|
2112
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-05-default. Default value: #ffd9d6. */
|
|
2113
|
+
Default: string;
|
|
2114
|
+
};
|
|
2115
|
+
Color06: {
|
|
2116
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-06-default. Default value: #f5f5f5. */
|
|
2117
|
+
Default: string;
|
|
2118
|
+
};
|
|
2119
|
+
Color07: {
|
|
2120
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-07-default. Default value: #e9d7fe. */
|
|
2121
|
+
Default: string;
|
|
2122
|
+
};
|
|
2123
|
+
Color08: {
|
|
2124
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-08-default. Default value: #bb9eeb. */
|
|
2125
|
+
Default: string;
|
|
2126
|
+
};
|
|
2127
|
+
Color09: {
|
|
2128
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-09-default. Default value: #8b6ecf. */
|
|
2129
|
+
Default: string;
|
|
2130
|
+
};
|
|
2131
|
+
Color10: {
|
|
2132
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-10-default. Default value: #5e489d. */
|
|
2133
|
+
Default: string;
|
|
2134
|
+
};
|
|
2135
|
+
Color11: {
|
|
2136
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-11-default. Default value: #32246a. */
|
|
2137
|
+
Default: string;
|
|
2138
|
+
};
|
|
2139
|
+
};
|
|
2140
|
+
BlueMoss: {
|
|
2141
|
+
Color01: {
|
|
2142
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-01-default. Default value: #001b85. */
|
|
2143
|
+
Default: string;
|
|
2144
|
+
};
|
|
2145
|
+
Color02: {
|
|
2146
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-02-default. Default value: #134fc9. */
|
|
2147
|
+
Default: string;
|
|
2148
|
+
};
|
|
2149
|
+
Color03: {
|
|
2150
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-03-default. Default value: #627cfe. */
|
|
2151
|
+
Default: string;
|
|
2152
|
+
};
|
|
2153
|
+
Color04: {
|
|
2154
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-04-default. Default value: #a8b7ff. */
|
|
2155
|
+
Default: string;
|
|
2156
|
+
};
|
|
2157
|
+
Color05: {
|
|
2158
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-05-default. Default value: #d6deff. */
|
|
2159
|
+
Default: string;
|
|
2160
|
+
};
|
|
2161
|
+
Color06: {
|
|
2162
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-06-default. Default value: #f5f5f5. */
|
|
2163
|
+
Default: string;
|
|
2164
|
+
};
|
|
2165
|
+
Color07: {
|
|
2166
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-07-default. Default value: #d4ece0. */
|
|
2167
|
+
Default: string;
|
|
2168
|
+
};
|
|
2169
|
+
Color08: {
|
|
2170
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-08-default. Default value: #93dcb8. */
|
|
2171
|
+
Default: string;
|
|
2172
|
+
};
|
|
2173
|
+
Color09: {
|
|
2174
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-09-default. Default value: #509575. */
|
|
2175
|
+
Default: string;
|
|
2176
|
+
};
|
|
2177
|
+
Color10: {
|
|
2178
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-10-default. Default value: #2a7453. */
|
|
2179
|
+
Default: string;
|
|
2180
|
+
};
|
|
2181
|
+
Color11: {
|
|
2182
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-11-default. Default value: #084427. */
|
|
2183
|
+
Default: string;
|
|
2184
|
+
};
|
|
2185
|
+
};
|
|
2186
|
+
PurpleYellow: {
|
|
2187
|
+
Color01: {
|
|
2188
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-01-default. Default value: #32246a. */
|
|
2189
|
+
Default: string;
|
|
2190
|
+
};
|
|
2191
|
+
Color02: {
|
|
2192
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-02-default. Default value: #5e489d. */
|
|
2193
|
+
Default: string;
|
|
2194
|
+
};
|
|
2195
|
+
Color03: {
|
|
2196
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-03-default. Default value: #8b6ecf. */
|
|
2197
|
+
Default: string;
|
|
2198
|
+
};
|
|
2199
|
+
Color04: {
|
|
2200
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-04-default. Default value: #bb9eeb. */
|
|
2201
|
+
Default: string;
|
|
2202
|
+
};
|
|
2203
|
+
Color05: {
|
|
2204
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-05-default. Default value: #e9d7fe. */
|
|
2205
|
+
Default: string;
|
|
2206
|
+
};
|
|
2207
|
+
Color06: {
|
|
2208
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-06-default. Default value: #f5f5f5. */
|
|
2209
|
+
Default: string;
|
|
2210
|
+
};
|
|
2211
|
+
Color07: {
|
|
2212
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-07-default. Default value: #f8e1af. */
|
|
2213
|
+
Default: string;
|
|
2214
|
+
};
|
|
2215
|
+
Color08: {
|
|
2216
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-08-default. Default value: #dfb14e. */
|
|
2217
|
+
Default: string;
|
|
2218
|
+
};
|
|
2219
|
+
Color09: {
|
|
2220
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-09-default. Default value: #a9780f. */
|
|
2221
|
+
Default: string;
|
|
2222
|
+
};
|
|
2223
|
+
Color10: {
|
|
2224
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-10-default. Default value: #755000. */
|
|
2225
|
+
Default: string;
|
|
2226
|
+
};
|
|
2227
|
+
Color11: {
|
|
2228
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-11-default. Default value: #573b00. */
|
|
2229
|
+
Default: string;
|
|
2230
|
+
};
|
|
2231
|
+
};
|
|
2232
|
+
RedGreen: {
|
|
2233
|
+
Color01: {
|
|
2234
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-01-default. Default value: #610000. */
|
|
2235
|
+
Default: string;
|
|
2236
|
+
};
|
|
2237
|
+
Color02: {
|
|
2238
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-02-default. Default value: #ae132d. */
|
|
2239
|
+
Default: string;
|
|
2240
|
+
};
|
|
2241
|
+
Color03: {
|
|
2242
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-03-default. Default value: #eb565b. */
|
|
2243
|
+
Default: string;
|
|
2244
|
+
};
|
|
2245
|
+
Color04: {
|
|
2246
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-04-default. Default value: #ffa6a3. */
|
|
2247
|
+
Default: string;
|
|
2248
|
+
};
|
|
2249
|
+
Color05: {
|
|
2250
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-05-default. Default value: #ffd9d6. */
|
|
2251
|
+
Default: string;
|
|
2252
|
+
};
|
|
2253
|
+
Color06: {
|
|
2254
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-06-default. Default value: #f5f5f5. */
|
|
2255
|
+
Default: string;
|
|
2256
|
+
};
|
|
2257
|
+
Color07: {
|
|
2258
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-07-default. Default value: #d4ece0. */
|
|
2259
|
+
Default: string;
|
|
2260
|
+
};
|
|
2261
|
+
Color08: {
|
|
2262
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-08-default. Default value: #93dcb8. */
|
|
2263
|
+
Default: string;
|
|
2264
|
+
};
|
|
2265
|
+
Color09: {
|
|
2266
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-09-default. Default value: #509575. */
|
|
2267
|
+
Default: string;
|
|
2268
|
+
};
|
|
2269
|
+
Color10: {
|
|
2270
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-10-default. Default value: #2a7453. */
|
|
2271
|
+
Default: string;
|
|
2272
|
+
};
|
|
2273
|
+
Color11: {
|
|
2274
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-11-default. Default value: #084427. */
|
|
2275
|
+
Default: string;
|
|
2276
|
+
};
|
|
2277
|
+
};
|
|
2278
|
+
OrangePetrol: {
|
|
2279
|
+
Color01: {
|
|
2280
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-01-default. Default value: #662c00. */
|
|
2281
|
+
Default: string;
|
|
2282
|
+
};
|
|
2283
|
+
Color02: {
|
|
2284
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-02-default. Default value: #ab5412. */
|
|
2285
|
+
Default: string;
|
|
2286
|
+
};
|
|
2287
|
+
Color03: {
|
|
2288
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-03-default. Default value: #d56b1a. */
|
|
2289
|
+
Default: string;
|
|
2290
|
+
};
|
|
2291
|
+
Color04: {
|
|
2292
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-04-default. Default value: #eb9a5c. */
|
|
2293
|
+
Default: string;
|
|
2294
|
+
};
|
|
2295
|
+
Color05: {
|
|
2296
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-05-default. Default value: #f4caa9. */
|
|
2297
|
+
Default: string;
|
|
2298
|
+
};
|
|
2299
|
+
Color06: {
|
|
2300
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-06-default. Default value: #f5f5f5. */
|
|
2301
|
+
Default: string;
|
|
2302
|
+
};
|
|
2303
|
+
Color07: {
|
|
2304
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-07-default. Default value: #cbe7f6. */
|
|
2305
|
+
Default: string;
|
|
2306
|
+
};
|
|
2307
|
+
Color08: {
|
|
2308
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-08-default. Default value: #81c8ef. */
|
|
2309
|
+
Default: string;
|
|
2310
|
+
};
|
|
2311
|
+
Color09: {
|
|
2312
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-09-default. Default value: #438fb1. */
|
|
2313
|
+
Default: string;
|
|
2314
|
+
};
|
|
2315
|
+
Color10: {
|
|
2316
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-10-default. Default value: #21607d. */
|
|
2317
|
+
Default: string;
|
|
2318
|
+
};
|
|
2319
|
+
Color11: {
|
|
2320
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-11-default. Default value: #00304d. */
|
|
2321
|
+
Default: string;
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
2324
|
+
PinkGreen: {
|
|
2325
|
+
Color01: {
|
|
2326
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-01-default. Default value: #6b1441. */
|
|
2327
|
+
Default: string;
|
|
2328
|
+
};
|
|
2329
|
+
Color02: {
|
|
2330
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-02-default. Default value: #a83470. */
|
|
2331
|
+
Default: string;
|
|
2332
|
+
};
|
|
2333
|
+
Color03: {
|
|
2334
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-03-default. Default value: #d85a9f. */
|
|
2335
|
+
Default: string;
|
|
2336
|
+
};
|
|
2337
|
+
Color04: {
|
|
2338
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-04-default. Default value: #f291cb. */
|
|
2339
|
+
Default: string;
|
|
2340
|
+
};
|
|
2341
|
+
Color05: {
|
|
2342
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-05-default. Default value: #fed7f0. */
|
|
2343
|
+
Default: string;
|
|
2344
|
+
};
|
|
2345
|
+
Color06: {
|
|
2346
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-06-default. Default value: #f5f5f5. */
|
|
2347
|
+
Default: string;
|
|
2348
|
+
};
|
|
2349
|
+
Color07: {
|
|
2350
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-07-default. Default value: #d4ece0. */
|
|
2351
|
+
Default: string;
|
|
2352
|
+
};
|
|
2353
|
+
Color08: {
|
|
2354
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-08-default. Default value: #93dcb8. */
|
|
2355
|
+
Default: string;
|
|
2356
|
+
};
|
|
2357
|
+
Color09: {
|
|
2358
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-09-default. Default value: #509575. */
|
|
2359
|
+
Default: string;
|
|
2360
|
+
};
|
|
2361
|
+
Color10: {
|
|
2362
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-10-default. Default value: #2a7453. */
|
|
2363
|
+
Default: string;
|
|
2364
|
+
};
|
|
2365
|
+
Color11: {
|
|
2366
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-11-default. Default value: #084427. */
|
|
2367
|
+
Default: string;
|
|
2368
|
+
};
|
|
2369
|
+
};
|
|
2070
2370
|
};
|
|
2071
2371
|
};
|
|
2072
2372
|
};
|