@elastic/charts 70.1.2 → 71.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chart_types/metric/renderer/dom/badge.d.ts +2 -0
- package/dist/chart_types/metric/renderer/dom/badge.d.ts.map +1 -0
- package/dist/chart_types/metric/renderer/dom/badge.js +27 -0
- package/dist/chart_types/metric/renderer/dom/badge.js.map +1 -0
- package/dist/chart_types/metric/renderer/dom/index.js +16 -8
- package/dist/chart_types/metric/renderer/dom/index.js.map +1 -1
- package/dist/chart_types/metric/renderer/dom/metric.js +69 -10
- package/dist/chart_types/metric/renderer/dom/metric.js.map +1 -1
- package/dist/chart_types/metric/renderer/dom/progress.js +51 -13
- package/dist/chart_types/metric/renderer/dom/progress.js.map +1 -1
- package/dist/chart_types/metric/renderer/dom/secondary_metric.d.ts +2 -0
- package/dist/chart_types/metric/renderer/dom/secondary_metric.d.ts.map +1 -0
- package/dist/chart_types/metric/renderer/dom/secondary_metric.js +23 -0
- package/dist/chart_types/metric/renderer/dom/secondary_metric.js.map +1 -0
- package/dist/chart_types/metric/renderer/dom/text.js +73 -56
- package/dist/chart_types/metric/renderer/dom/text.js.map +1 -1
- package/dist/chart_types/metric/renderer/dom/text_measurements.js +46 -25
- package/dist/chart_types/metric/renderer/dom/text_measurements.js.map +1 -1
- package/dist/chart_types/metric/renderer/dom/titles.d.ts +2 -0
- package/dist/chart_types/metric/renderer/dom/titles.d.ts.map +1 -0
- package/dist/chart_types/metric/renderer/dom/titles.js +79 -0
- package/dist/chart_types/metric/renderer/dom/titles.js.map +1 -0
- package/dist/chart_types/metric/specs/index.d.ts +32 -2
- package/dist/chart_types/metric/specs/index.d.ts.map +1 -1
- package/dist/chart_types/metric/specs/index.js +9 -1
- package/dist/chart_types/metric/specs/index.js.map +1 -1
- package/dist/chart_types/specs.d.ts +1 -1
- package/dist/chart_types/specs.d.ts.map +1 -1
- package/dist/chart_types/specs.js.map +1 -1
- package/dist/common/color_calcs.js +37 -0
- package/dist/common/color_calcs.js.map +1 -1
- package/dist/common/text_utils.d.ts +1 -1
- package/dist/common/text_utils.d.ts.map +1 -1
- package/dist/common/text_utils.js.map +1 -1
- package/dist/legacy/theme_dark.css +1 -0
- package/dist/legacy/theme_dark.css.map +1 -0
- package/dist/legacy/theme_light.css +1 -0
- package/dist/legacy/theme_light.css.map +1 -0
- package/dist/legacy/theme_only_dark.css +1 -0
- package/dist/legacy/theme_only_dark.css.map +1 -0
- package/dist/legacy/theme_only_light.css +1 -0
- package/dist/legacy/theme_only_light.css.map +1 -0
- package/dist/theme.scss +233 -68
- package/dist/theme_dark.css +1 -1
- package/dist/theme_dark.css.map +1 -1
- package/dist/theme_light.css +1 -1
- package/dist/theme_light.css.map +1 -1
- package/dist/theme_only_dark.css +1 -1
- package/dist/theme_only_dark.css.map +1 -1
- package/dist/theme_only_light.css +1 -1
- package/dist/theme_only_light.css.map +1 -1
- package/dist/utils/themes/amsterdam_dark_theme.d.ts +6 -1
- package/dist/utils/themes/amsterdam_dark_theme.d.ts.map +1 -1
- package/dist/utils/themes/amsterdam_dark_theme.js +8 -1
- package/dist/utils/themes/amsterdam_dark_theme.js.map +1 -1
- package/dist/utils/themes/amsterdam_light_theme.d.ts +6 -1
- package/dist/utils/themes/amsterdam_light_theme.d.ts.map +1 -1
- package/dist/utils/themes/amsterdam_light_theme.js +8 -1
- package/dist/utils/themes/amsterdam_light_theme.js.map +1 -1
- package/dist/utils/themes/dark_theme.d.ts.map +1 -1
- package/dist/utils/themes/dark_theme.js +8 -1
- package/dist/utils/themes/dark_theme.js.map +1 -1
- package/dist/utils/themes/legacy_dark_theme.d.ts +1 -1
- package/dist/utils/themes/legacy_dark_theme.d.ts.map +1 -1
- package/dist/utils/themes/legacy_dark_theme.js +8 -1
- package/dist/utils/themes/legacy_dark_theme.js.map +1 -1
- package/dist/utils/themes/legacy_light_theme.d.ts +1 -1
- package/dist/utils/themes/legacy_light_theme.d.ts.map +1 -1
- package/dist/utils/themes/legacy_light_theme.js +8 -1
- package/dist/utils/themes/legacy_light_theme.js.map +1 -1
- package/dist/utils/themes/light_theme.d.ts.map +1 -1
- package/dist/utils/themes/light_theme.js +8 -1
- package/dist/utils/themes/light_theme.js.map +1 -1
- package/dist/utils/themes/theme.d.ts +22 -11
- package/dist/utils/themes/theme.d.ts.map +1 -1
- package/dist/utils/themes/theme.js.map +1 -1
- package/package.json +2 -2
package/dist/theme.scss
CHANGED
|
@@ -1170,40 +1170,54 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
|
|
|
1170
1170
|
background: transparent;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
+
// Progress bar thickness by size
|
|
1174
|
+
$progress-bar-thickness-small: 4px;
|
|
1175
|
+
$progress-bar-thickness-medium: 8px;
|
|
1176
|
+
$progress-bar-thickness-large: 16px;
|
|
1177
|
+
|
|
1178
|
+
$progress-bar-width-small: $progress-bar-thickness-small;
|
|
1179
|
+
$progress-bar-width-medium: $progress-bar-thickness-medium;
|
|
1180
|
+
$progress-bar-width-large: $progress-bar-thickness-large;
|
|
1181
|
+
|
|
1182
|
+
$progress-bar-height-small: $progress-bar-thickness-small;
|
|
1183
|
+
$progress-bar-height-medium: $progress-bar-thickness-medium;
|
|
1184
|
+
$progress-bar-height-large: $progress-bar-thickness-large;
|
|
1185
|
+
|
|
1173
1186
|
$padding: 8px;
|
|
1174
1187
|
|
|
1188
|
+
$progress-bar-target-size: 8px;
|
|
1189
|
+
$progress-bar-target-width: $progress-bar-target-size;
|
|
1190
|
+
$progress-bar-target-height: $progress-bar-target-size;
|
|
1191
|
+
|
|
1175
1192
|
.echMetricText {
|
|
1176
1193
|
position: relative;
|
|
1177
|
-
padding: $padding;
|
|
1178
|
-
height: 100%;
|
|
1179
1194
|
z-index: 1;
|
|
1180
1195
|
display: grid;
|
|
1181
|
-
grid-template-columns:
|
|
1182
|
-
grid-template-rows: min-content auto min-content;
|
|
1196
|
+
grid-template-columns: minmax(0, 1fr);
|
|
1197
|
+
grid-template-rows: min-content auto min-content min-content;
|
|
1198
|
+
height: 100%;
|
|
1199
|
+
padding: $padding;
|
|
1183
1200
|
line-height: 1.2;
|
|
1184
1201
|
|
|
1185
|
-
&
|
|
1202
|
+
&__gap {
|
|
1203
|
+
overflow: hidden;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1186
1206
|
&__titlesBlock {
|
|
1187
1207
|
display: flex;
|
|
1188
1208
|
flex-direction: column;
|
|
1209
|
+
}
|
|
1189
1210
|
|
|
1211
|
+
&__titlesBlock {
|
|
1190
1212
|
&--left {
|
|
1191
1213
|
align-items: start;
|
|
1192
1214
|
text-align: left;
|
|
1193
|
-
|
|
1194
|
-
.echMetricText__valueGroup {
|
|
1195
|
-
justify-content: start;
|
|
1196
|
-
}
|
|
1197
1215
|
}
|
|
1198
1216
|
|
|
1199
1217
|
&--center {
|
|
1200
1218
|
align-items: center;
|
|
1201
1219
|
text-align: center;
|
|
1202
1220
|
|
|
1203
|
-
.echMetricText__valueGroup {
|
|
1204
|
-
justify-content: center;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
1221
|
.echMetricText__title {
|
|
1208
1222
|
button {
|
|
1209
1223
|
width: 100%;
|
|
@@ -1214,48 +1228,52 @@ $padding: 8px;
|
|
|
1214
1228
|
&--right {
|
|
1215
1229
|
align-items: end;
|
|
1216
1230
|
text-align: right;
|
|
1217
|
-
|
|
1218
|
-
.echMetricText__valueGroup {
|
|
1219
|
-
justify-content: end;
|
|
1220
|
-
}
|
|
1221
1231
|
}
|
|
1222
1232
|
}
|
|
1223
1233
|
|
|
1224
|
-
|
|
1225
|
-
width: 100%;
|
|
1234
|
+
.echMetricText__extraBlock {
|
|
1226
1235
|
display: flex;
|
|
1227
|
-
|
|
1236
|
+
align-items: center;
|
|
1237
|
+
overflow: hidden;
|
|
1238
|
+
|
|
1239
|
+
&--left {
|
|
1240
|
+
justify-content: flex-start;
|
|
1241
|
+
}
|
|
1242
|
+
&--center {
|
|
1243
|
+
justify-content: center;
|
|
1244
|
+
}
|
|
1245
|
+
&--right {
|
|
1246
|
+
justify-content: flex-end;
|
|
1247
|
+
}
|
|
1228
1248
|
}
|
|
1229
1249
|
|
|
1230
|
-
&
|
|
1250
|
+
&__valueBlock {
|
|
1251
|
+
width: 100%;
|
|
1231
1252
|
display: flex;
|
|
1232
1253
|
flex-direction: row;
|
|
1254
|
+
|
|
1255
|
+
&--left {
|
|
1256
|
+
justify-content: start;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
&--center {
|
|
1260
|
+
justify-content: center;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
&--right {
|
|
1264
|
+
justify-content: end;
|
|
1265
|
+
}
|
|
1233
1266
|
}
|
|
1234
1267
|
|
|
1235
1268
|
&__title {
|
|
1236
|
-
font-weight: bold;
|
|
1237
1269
|
word-wrap: break-word;
|
|
1238
1270
|
width: 100%;
|
|
1239
1271
|
|
|
1240
1272
|
button {
|
|
1241
|
-
font-weight: bold;
|
|
1242
1273
|
width: 95%;
|
|
1243
1274
|
}
|
|
1244
1275
|
}
|
|
1245
1276
|
|
|
1246
|
-
&__icon {
|
|
1247
|
-
position: absolute;
|
|
1248
|
-
top: $padding;
|
|
1249
|
-
|
|
1250
|
-
&--left {
|
|
1251
|
-
left: $padding;
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
&--right {
|
|
1255
|
-
right: $padding;
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
1277
|
&__subtitle {
|
|
1260
1278
|
padding-top: 5px;
|
|
1261
1279
|
font-weight: normal;
|
|
@@ -1281,54 +1299,78 @@ $padding: 8px;
|
|
|
1281
1299
|
font-weight: bold;
|
|
1282
1300
|
}
|
|
1283
1301
|
|
|
1284
|
-
&
|
|
1285
|
-
|
|
1286
|
-
}
|
|
1302
|
+
&__icon {
|
|
1303
|
+
display: flex;
|
|
1287
1304
|
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
right
|
|
1293
|
-
|
|
1294
|
-
|
|
1305
|
+
&--left {
|
|
1306
|
+
justify-content: left;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
&--right {
|
|
1310
|
+
justify-content: right;
|
|
1311
|
+
}
|
|
1295
1312
|
}
|
|
1296
1313
|
}
|
|
1297
1314
|
|
|
1315
|
+
$progress-bar-border-radius: 8px;
|
|
1316
|
+
|
|
1298
1317
|
.echSingleMetricProgress {
|
|
1299
1318
|
position: absolute;
|
|
1319
|
+
border-radius: $progress-bar-border-radius;
|
|
1300
1320
|
|
|
1301
1321
|
&--vertical {
|
|
1302
|
-
left:
|
|
1322
|
+
left: $padding;
|
|
1303
1323
|
right: 0;
|
|
1304
|
-
top:
|
|
1324
|
+
top: $padding;
|
|
1305
1325
|
bottom: 0;
|
|
1306
|
-
height: 100
|
|
1326
|
+
height: calc(100% - #{$padding * 2});
|
|
1307
1327
|
width: 100%;
|
|
1308
1328
|
|
|
1309
1329
|
&.echSingleMetricProgress--small {
|
|
1310
1330
|
right: auto;
|
|
1311
|
-
width:
|
|
1331
|
+
width: $progress-bar-width-small;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
&.echSingleMetricProgress--medium {
|
|
1335
|
+
right: auto;
|
|
1336
|
+
width: $progress-bar-width-medium;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
&.echSingleMetricProgress--large {
|
|
1340
|
+
right: auto;
|
|
1341
|
+
width: $progress-bar-width-large;
|
|
1312
1342
|
}
|
|
1313
1343
|
}
|
|
1314
1344
|
|
|
1315
1345
|
&--horizontal {
|
|
1316
|
-
left:
|
|
1346
|
+
left: $padding;
|
|
1317
1347
|
right: 0;
|
|
1318
|
-
width: 100
|
|
1348
|
+
width: calc(100% - #{$padding * 2});
|
|
1319
1349
|
top: 0;
|
|
1320
|
-
bottom:
|
|
1350
|
+
bottom: $padding;
|
|
1321
1351
|
height: 100%;
|
|
1322
1352
|
|
|
1323
1353
|
&.echSingleMetricProgress--small {
|
|
1324
1354
|
top: auto;
|
|
1325
|
-
height:
|
|
1355
|
+
height: $progress-bar-height-small;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
&.echSingleMetricProgress--medium {
|
|
1359
|
+
top: auto;
|
|
1360
|
+
height: $progress-bar-height-medium;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
&.echSingleMetricProgress--large {
|
|
1364
|
+
top: auto;
|
|
1365
|
+
height: $progress-bar-height-large;
|
|
1326
1366
|
}
|
|
1327
1367
|
}
|
|
1328
1368
|
}
|
|
1329
1369
|
|
|
1330
1370
|
.echSingleMetricProgressBar {
|
|
1331
1371
|
transition: background-color ease-in-out 0.1s;
|
|
1372
|
+
max-width: 100%;
|
|
1373
|
+
max-height: 100%;
|
|
1332
1374
|
|
|
1333
1375
|
&--vertical {
|
|
1334
1376
|
position: absolute;
|
|
@@ -1372,17 +1414,39 @@ $padding: 8px;
|
|
|
1372
1414
|
justify-content: center;
|
|
1373
1415
|
align-items: center;
|
|
1374
1416
|
overflow: visible;
|
|
1417
|
+
|
|
1375
1418
|
$line-width: 2px;
|
|
1376
1419
|
$line-length: 13px;
|
|
1377
1420
|
|
|
1421
|
+
$line-width-small: $line-width;
|
|
1422
|
+
$line-length-small: $line-length / 2;
|
|
1423
|
+
|
|
1424
|
+
$line-width-medium: $line-width;
|
|
1425
|
+
$line-length-medium: $line-length;
|
|
1426
|
+
|
|
1427
|
+
$line-width-large: $line-width * 2;
|
|
1428
|
+
$line-length-large: $line-length * 2;
|
|
1429
|
+
|
|
1378
1430
|
&--vertical {
|
|
1379
1431
|
position: absolute;
|
|
1380
1432
|
left: 0;
|
|
1381
1433
|
|
|
1382
1434
|
&.echSingleMetricZeroBaseline--small {
|
|
1383
1435
|
right: auto;
|
|
1384
|
-
height: $line-width;
|
|
1385
|
-
width: $line-length;
|
|
1436
|
+
height: $line-width-small;
|
|
1437
|
+
width: $line-length-small;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
&.echSingleMetricZeroBaseline--medium {
|
|
1441
|
+
right: auto;
|
|
1442
|
+
height: $line-width-medium;
|
|
1443
|
+
width: $line-length-medium;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
&.echSingleMetricZeroBaseline--large {
|
|
1447
|
+
right: auto;
|
|
1448
|
+
height: $line-width-large;
|
|
1449
|
+
width: $line-length-large;
|
|
1386
1450
|
}
|
|
1387
1451
|
}
|
|
1388
1452
|
|
|
@@ -1392,8 +1456,20 @@ $padding: 8px;
|
|
|
1392
1456
|
|
|
1393
1457
|
&.echSingleMetricZeroBaseline--small {
|
|
1394
1458
|
top: auto;
|
|
1395
|
-
width: $line-width;
|
|
1396
|
-
height: $line-length;
|
|
1459
|
+
width: $line-width-small;
|
|
1460
|
+
height: $line-length-small;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
&.echSingleMetricZeroBaseline--medium {
|
|
1464
|
+
top: auto;
|
|
1465
|
+
width: $line-width-medium;
|
|
1466
|
+
height: $line-length-medium;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
&.echSingleMetricZeroBaseline--large {
|
|
1470
|
+
top: auto;
|
|
1471
|
+
width: $line-width-large;
|
|
1472
|
+
height: $line-length-large;
|
|
1397
1473
|
}
|
|
1398
1474
|
}
|
|
1399
1475
|
}
|
|
@@ -1431,10 +1507,76 @@ $padding: 8px;
|
|
|
1431
1507
|
height: 30px;
|
|
1432
1508
|
}
|
|
1433
1509
|
|
|
1434
|
-
|
|
1435
|
-
$
|
|
1436
|
-
|
|
1437
|
-
|
|
1510
|
+
.echSecondaryMetric {
|
|
1511
|
+
$element-spacing: 4px;
|
|
1512
|
+
|
|
1513
|
+
display: flex;
|
|
1514
|
+
gap: $element-spacing;
|
|
1515
|
+
overflow: hidden;
|
|
1516
|
+
align-items: center;
|
|
1517
|
+
white-space: nowrap;
|
|
1518
|
+
|
|
1519
|
+
&__label {
|
|
1520
|
+
flex: 1 1 auto;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
&__value {
|
|
1524
|
+
display: inline-flex;
|
|
1525
|
+
flex: 1 0 auto;
|
|
1526
|
+
max-width: calc(100% - $element-spacing);
|
|
1527
|
+
|
|
1528
|
+
&--full {
|
|
1529
|
+
flex: 1 1 auto;
|
|
1530
|
+
max-width: 100%; // override max-width when there is no label
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
&__truncate {
|
|
1535
|
+
min-width: 0;
|
|
1536
|
+
overflow: hidden;
|
|
1537
|
+
text-overflow: ellipsis;
|
|
1538
|
+
white-space: nowrap;
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
$echBadgeBackgroundColor: #e3e8f2;
|
|
1543
|
+
$echBadgeTextColor: #07101f;
|
|
1544
|
+
|
|
1545
|
+
.echBadge__content {
|
|
1546
|
+
display: inline-flex;
|
|
1547
|
+
align-items: center;
|
|
1548
|
+
vertical-align: middle;
|
|
1549
|
+
overflow: hidden;
|
|
1550
|
+
|
|
1551
|
+
min-block-size: 18px;
|
|
1552
|
+
flex-shrink: 0;
|
|
1553
|
+
flex-grow: 0;
|
|
1554
|
+
|
|
1555
|
+
padding-block: 0px;
|
|
1556
|
+
padding-inline: 8px;
|
|
1557
|
+
|
|
1558
|
+
border: 1px solid transparent;
|
|
1559
|
+
border-radius: 2px;
|
|
1560
|
+
|
|
1561
|
+
font-size: inherit;
|
|
1562
|
+
line-height: inherit;
|
|
1563
|
+
text-align: start;
|
|
1564
|
+
text-decoration: none;
|
|
1565
|
+
|
|
1566
|
+
background-color: $echBadgeBackgroundColor;
|
|
1567
|
+
color: $echBadgeTextColor;
|
|
1568
|
+
|
|
1569
|
+
cursor: inherit;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
.echBadge__text {
|
|
1573
|
+
overflow: hidden;
|
|
1574
|
+
text-overflow: ellipsis;
|
|
1575
|
+
white-space: nowrap;
|
|
1576
|
+
width: 100%;
|
|
1577
|
+
min-width: 0;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1438
1580
|
|
|
1439
1581
|
.echMetricContainer {
|
|
1440
1582
|
display: grid;
|
|
@@ -1482,16 +1624,28 @@ $progress-bar-target-height: 2px;
|
|
|
1482
1624
|
}
|
|
1483
1625
|
|
|
1484
1626
|
&--vertical {
|
|
1485
|
-
// TODO:
|
|
1627
|
+
// TODO: Find a better way to style based on sizes (i.e. sass functions)
|
|
1486
1628
|
&.echMetric--withProgressBar {
|
|
1487
1629
|
&--small {
|
|
1488
|
-
padding-left: $progress-bar-width;
|
|
1630
|
+
padding-left: $progress-bar-width-small + $padding;
|
|
1631
|
+
}
|
|
1632
|
+
&--medium {
|
|
1633
|
+
padding-left: $progress-bar-width-medium + $padding;
|
|
1634
|
+
}
|
|
1635
|
+
&--large {
|
|
1636
|
+
padding-left: $progress-bar-width-large + $padding;
|
|
1489
1637
|
}
|
|
1490
1638
|
}
|
|
1491
1639
|
|
|
1492
1640
|
&.echMetric--withTargetProgressBar {
|
|
1493
1641
|
&--small {
|
|
1494
|
-
padding-left: $progress-bar-width + $progress-bar-target-width;
|
|
1642
|
+
padding-left: $progress-bar-width-small + $padding + $progress-bar-target-width;
|
|
1643
|
+
}
|
|
1644
|
+
&--medium {
|
|
1645
|
+
padding-left: $progress-bar-width-medium + $padding + $progress-bar-target-width;
|
|
1646
|
+
}
|
|
1647
|
+
&--large {
|
|
1648
|
+
padding-left: $progress-bar-width-large + $padding + $progress-bar-target-width;
|
|
1495
1649
|
}
|
|
1496
1650
|
}
|
|
1497
1651
|
}
|
|
@@ -1499,13 +1653,25 @@ $progress-bar-target-height: 2px;
|
|
|
1499
1653
|
&--horizontal {
|
|
1500
1654
|
&.echMetric--withProgressBar {
|
|
1501
1655
|
&--small {
|
|
1502
|
-
padding-bottom: $progress-bar-height;
|
|
1656
|
+
padding-bottom: $progress-bar-height-small + $padding;
|
|
1657
|
+
}
|
|
1658
|
+
&--medium {
|
|
1659
|
+
padding-bottom: $progress-bar-height-medium + $padding;
|
|
1660
|
+
}
|
|
1661
|
+
&--large {
|
|
1662
|
+
padding-bottom: $progress-bar-height-large + $padding;
|
|
1503
1663
|
}
|
|
1504
1664
|
}
|
|
1505
1665
|
|
|
1506
1666
|
&.echMetric--withTargetProgressBar {
|
|
1507
1667
|
&--small {
|
|
1508
|
-
padding-bottom: $progress-bar-height + $progress-bar-target-height;
|
|
1668
|
+
padding-bottom: $progress-bar-height-small + $padding + $progress-bar-target-height;
|
|
1669
|
+
}
|
|
1670
|
+
&--medium {
|
|
1671
|
+
padding-bottom: $progress-bar-height-medium + $padding + $progress-bar-target-height;
|
|
1672
|
+
}
|
|
1673
|
+
&--large {
|
|
1674
|
+
padding-bottom: $progress-bar-height-large + $padding + $progress-bar-target-height;
|
|
1509
1675
|
}
|
|
1510
1676
|
}
|
|
1511
1677
|
}
|
|
@@ -1520,4 +1686,3 @@ $progress-bar-target-height: 2px;
|
|
|
1520
1686
|
}
|
|
1521
1687
|
|
|
1522
1688
|
|
|
1523
|
-
|
package/dist/theme_dark.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.echChart{height:100%;width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);border-radius:6px;background-color:#000;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0;max-width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.echTooltip__metricRow{padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;background-color:#1d1e24}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#1d1e24;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #343741;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #343741;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;-webkit-transition:margin 200ms,padding 200ms;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(54,162,239,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(52,55,65,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #343741}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#7a7f89;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#7a7f89;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#dfe5ef}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#515761}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}.echLegendTable__container{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegendTable__container::-webkit-scrollbar{width:16px;height:16px}.echLegendTable__container::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegendTable__container::-webkit-scrollbar-corner,.echLegendTable__container::-webkit-scrollbar-track{background-color:transparent}.echLegendTable__container:focus{outline:none}.echLegendTable__container[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegendTable__container :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegendTable__container :focus:focus-visible{outline-style:auto}.echLegendTable__container :focus:not(:focus-visible){outline:none}.echLegendTable{overflow:auto;display:grid;width:100%;position:relative}.echLegendTable__header,.echLegendTable__rowgroup,.echLegendTable__row{display:contents}.echLegendTable .echColorPickerPopover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegend--vertical .echLegendTable__container{padding:8px}.echLegend--horizontal .echLegendTable{padding:4px 8px 4px 16px}.echLegendTable__item{color:#dfe5ef}.echLegendTable__item .echLegendItem__action{padding-top:2px;max-width:16px;height:16px}.echLegendTable__item .echLegendItem__action:empty{width:0}.echLegendTable__item:last-child .echLegendTable__cell{border-bottom:solid 1px #343741}.echLegendTable__item:not([dir=rtl]) .echLegendTable__cell:last-child{padding-right:2px}.echLegendTable__item[dir=rtl] .echLegendTable__cell:last-child{padding-left:2px}.echLegendTable__item[dir=rtl] .echLegendItem__label{text-align:right}.echLegendTable__item[dir=rtl] .echLegend__legendValue{text-align:left}.echLegendTable__item--highlightable .echLegendTable__cell:hover{background-color:#25262e}.echLegendTable__item--highlightable .echLegendTable__cell:hover~.echLegendTable__cell{background-color:#25262e}.echLegendTable__item--highlightable .echLegendTable__cell:has(~.echLegendTable__cell:hover){background-color:#25262e}.echLegendTable__item:not(.echLegendTable__item--hidden) .echLegendSingleItem__color--changable{cursor:pointer}.echLegendTable__item--vertical{padding-top:2px;padding-bottom:2px}.echLegendTable__item--hidden{color:#98a2b3}.echLegendTable__item .echLegend__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";letter-spacing:unset;direction:ltr;white-space:nowrap}.echLegendTable__cell{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-ms-flex-line-pack:baseline;align-content:baseline;border-bottom:solid 1px #25262e;padding:4px 8px}.echLegendTable__cell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.echLegendTable__colorCell{padding-right:0;padding-left:2px}.echLegendTable__colorCell.echLegend__colorWrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:1}.echLegendTable__header{cursor:default;font-weight:600;background-color:#1d1e24;font-size:12px}.echLegendTable__header .echLegendTable__cell{border-bottom:solid 1px #343741}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.echIcon:focus{opacity:1;background:rgba(54,162,239,.2)}.echLegend{z-index:1}.echLegend .echLegendList{display:grid;grid-template-columns:minmax(0, 1fr);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.echLegend--horizontal .echLegendList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#dfe5ef;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.echLegendItem .echLegend__colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#25262e}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-ms-hyphens:auto;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#98a2b3}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#98a2b3}.echGridContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;-ms-flex-line-pack:stretch;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(29,30,36,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:10px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:14px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:10px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:12px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content auto -webkit-min-content;grid-template-rows:min-content auto min-content;line-height:1.2}.echMetricText__valuesBlock,.echMetricText__titlesBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echMetricText__valuesBlock--left,.echMetricText__titlesBlock--left{-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:left}.echMetricText__valuesBlock--left .echMetricText__valueGroup,.echMetricText__titlesBlock--left .echMetricText__valueGroup{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.echMetricText__valuesBlock--center,.echMetricText__titlesBlock--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.echMetricText__valuesBlock--center .echMetricText__valueGroup,.echMetricText__titlesBlock--center .echMetricText__valueGroup{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.echMetricText__valuesBlock--center .echMetricText__title button,.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__valuesBlock--right,.echMetricText__titlesBlock--right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:right}.echMetricText__valuesBlock--right .echMetricText__valueGroup,.echMetricText__titlesBlock--right .echMetricText__valueGroup{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.echMetricText__valueGroup{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__titleGroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__title{font-weight:bold;word-wrap:break-word;width:100%}.echMetricText__title button{font-weight:bold;width:95%}.echMetricText__icon{position:absolute;top:8px}.echMetricText__icon--left{left:8px}.echMetricText__icon--right{right:8px}.echMetricText__subtitle{padding-top:5px;font-weight:normal;width:95%}.echMetricText__extra{font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{padding-left:8px}.echMetricText__part{font-weight:bold}.echMetricText__gap{position:relative}.echMetricText__body{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.echSingleMetricProgress{position:absolute}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:13px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}
|
|
1
|
+
svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.echChart{height:100%;width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);border-radius:4px;background-color:#000;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.5;padding:0;max-width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#050f21;color:#cad3e2;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #050f21}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.echTooltip__metricRow{padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(113,134,168,.5) transparent;scrollbar-width:thin;background-color:#050f21}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(113,134,168,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#050f21;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #243147;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #243147;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;-webkit-transition:margin 200ms,padding 200ms;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:#0c2a55}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:#0c2a55}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(97,162,255,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(36,49,71,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #243147}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#8e9fbc;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#8e9fbc;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#cad3e2}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#6a7fa0}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}.echLegendTable__container{scrollbar-color:rgba(113,134,168,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegendTable__container::-webkit-scrollbar{width:16px;height:16px}.echLegendTable__container::-webkit-scrollbar-thumb{background-color:rgba(113,134,168,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegendTable__container::-webkit-scrollbar-corner,.echLegendTable__container::-webkit-scrollbar-track{background-color:transparent}.echLegendTable__container:focus{outline:none}.echLegendTable__container[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegendTable__container :focus{-webkit-animation:350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;animation:350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;background-color:#0d2f5e;border-radius:2px}.echLegendTable{overflow:auto;display:grid;width:100%;position:relative}.echLegendTable__header,.echLegendTable__rowgroup,.echLegendTable__row{display:contents}.echLegendTable .echColorPickerPopover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegend--vertical .echLegendTable__container{padding:8px}.echLegend--horizontal .echLegendTable{padding:4px 8px 4px 16px}.echLegendTable__item{color:#cad3e2}.echLegendTable__item .echLegendItem__action{padding-top:2px;max-width:16px;height:16px}.echLegendTable__item .echLegendItem__action:empty{width:0}.echLegendTable__item:last-child .echLegendTable__cell{border-bottom:solid 1px #243147}.echLegendTable__item:not([dir=rtl]) .echLegendTable__cell:last-child{padding-right:2px}.echLegendTable__item[dir=rtl] .echLegendTable__cell:last-child{padding-left:2px}.echLegendTable__item[dir=rtl] .echLegendItem__label{text-align:right}.echLegendTable__item[dir=rtl] .echLegend__legendValue{text-align:left}.echLegendTable__item--highlightable .echLegendTable__cell:hover{background-color:#172336}.echLegendTable__item--highlightable .echLegendTable__cell:hover~.echLegendTable__cell{background-color:#172336}.echLegendTable__item--highlightable .echLegendTable__cell:has(~.echLegendTable__cell:hover){background-color:#172336}.echLegendTable__item:not(.echLegendTable__item--hidden) .echLegendSingleItem__color--changable{cursor:pointer}.echLegendTable__item--vertical{padding-top:2px;padding-bottom:2px}.echLegendTable__item--hidden{color:#7186a8}.echLegendTable__item .echLegend__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.5;text-align:right;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";letter-spacing:unset;direction:ltr;white-space:nowrap}.echLegendTable__cell{font-size:12px;font-size:0.8571428571rem;line-height:1.5;-ms-flex-line-pack:baseline;align-content:baseline;border-bottom:solid 1px #172336;padding:4px 8px}.echLegendTable__cell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.echLegendTable__colorCell{padding-right:0;padding-left:2px}.echLegendTable__colorCell.echLegend__colorWrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:1}.echLegendTable__header{cursor:default;font-weight:600;background-color:#050f21;font-size:12px}.echLegendTable__header .echLegendTable__cell{border-bottom:solid 1px #243147}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.echIcon:focus{opacity:1;background:#0d2f5e}.echLegend{z-index:1}.echLegend .echLegendList{display:grid;grid-template-columns:minmax(0, 1fr);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.echLegend--horizontal .echLegendList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(113,134,168,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(113,134,168,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{-webkit-animation:350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;animation:350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;background-color:#0d2f5e;border-radius:2px}.echLegendItem{color:#cad3e2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.echLegendItem .echLegend__colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__legendValue){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#172336}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.5;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-ms-hyphens:auto;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__legendValue{font-size:12px;font-size:0.8571428571rem;line-height:1.5;text-align:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#7186a8}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.5;color:#7186a8}.echGridContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;-ms-flex-line-pack:stretch;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(5,15,33,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricText{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:-webkit-min-content auto -webkit-min-content -webkit-min-content;grid-template-rows:min-content auto min-content min-content;height:100%;padding:8px;line-height:1.2}.echMetricText__gap{overflow:hidden}.echMetricText__titlesBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echMetricText__titlesBlock--left{-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:left}.echMetricText__titlesBlock--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.echMetricText__titlesBlock--center .echMetricText__title button{width:100%}.echMetricText__titlesBlock--right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:right}.echMetricText .echMetricText__extraBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.echMetricText .echMetricText__extraBlock--left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.echMetricText .echMetricText__extraBlock--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.echMetricText .echMetricText__extraBlock--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.echMetricText__valueBlock{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.echMetricText__valueBlock--left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.echMetricText__valueBlock--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.echMetricText__valueBlock--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.echMetricText__title{word-wrap:break-word;width:100%}.echMetricText__title button{width:95%}.echMetricText__subtitle{padding-top:5px;font-weight:normal;width:95%}.echMetricText__extra{font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{padding-left:8px}.echMetricText__part{font-weight:bold}.echMetricText__icon{display:-webkit-box;display:-ms-flexbox;display:flex}.echMetricText__icon--left{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.echMetricText__icon--right{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.echSingleMetricProgress{position:absolute;border-radius:8px}.echSingleMetricProgress--vertical{left:8px;right:0;top:8px;bottom:0;height:calc(100% - 16px);width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:4px}.echSingleMetricProgress--vertical.echSingleMetricProgress--medium{right:auto;width:8px}.echSingleMetricProgress--vertical.echSingleMetricProgress--large{right:auto;width:16px}.echSingleMetricProgress--horizontal{left:8px;right:0;width:calc(100% - 16px);top:0;bottom:8px;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:4px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--medium{top:auto;height:8px}.echSingleMetricProgress--horizontal.echSingleMetricProgress--large{top:auto;height:16px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s;max-width:100%;max-height:100%}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:6.5px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--medium{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--large{right:auto;height:4px;width:26px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:6.5px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--medium{top:auto;width:2px;height:13px}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--large{top:auto;width:4px;height:26px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}.echSecondaryMetric{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.echSecondaryMetric__label{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.echSecondaryMetric__value{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:calc(100% - 4px)}.echSecondaryMetric__value--full{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%}.echSecondaryMetric__truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.echBadge__content{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;overflow:hidden;min-block-size:18px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-block:0px;padding-inline:8px;border:1px solid transparent;border-radius:2px;font-size:inherit;line-height:inherit;text-align:start;text-decoration:none;background-color:#e3e8f2;color:#07101f;cursor:inherit}.echBadge__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:12px}.echMetric--vertical.echMetric--withProgressBar--medium{padding-left:16px}.echMetric--vertical.echMetric--withProgressBar--large{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:20px}.echMetric--vertical.echMetric--withTargetProgressBar--medium{padding-left:24px}.echMetric--vertical.echMetric--withTargetProgressBar--large{padding-left:32px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:12px}.echMetric--horizontal.echMetric--withProgressBar--medium{padding-bottom:16px}.echMetric--horizontal.echMetric--withProgressBar--large{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:20px}.echMetric--horizontal.echMetric--withTargetProgressBar--medium{padding-bottom:24px}.echMetric--horizontal.echMetric--withTargetProgressBar--large{padding-bottom:32px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}
|
package/dist/theme_dark.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../src/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui/src/
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/styles/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui-theme-borealis/src/variables/colors/_semantic_colors.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/variables/_z_index.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/variables/_size.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/mixins/_typography.scss","../../../node_modules/@elastic/eui-theme-borealis/src/variables/_typography.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/variables/_typography.scss","../src/components/_mixins.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/mixins/_helpers.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/variables/_font_weight.scss","../src/components/tooltip/components/_tooltip_header.scss","../src/components/tooltip/components/_tooltip_footer.scss","../src/components/tooltip/components/_tooltip_divider.scss","../src/components/tooltip/components/_tooltip_prompt.scss","../src/components/tooltip/components/_tooltip_actions.scss","../src/components/legend/legend_table/_legend_table.scss","../../../node_modules/@elastic/eui-theme-common/src/global_styling/mixins/_states.scss","../src/components/legend/_variables.scss","../src/components/legend/legend_table/_legend_single_item.scss","../src/components/legend/legend_table/_legend_table_cell.scss","../src/components/legend/legend_table/_legend_table_header.scss","../src/components/portal/_portal.scss","../src/components/icons/_icon.scss","../src/components/legend/_legend.scss","../src/components/legend/_legend_item.scss","../src/components/_unavailable_chart.scss","../src/components/grid/_index.scss","../src/components/grid/_aligned_grid.scss","../src/chart_types/xy_chart/renderer/dom/_highlighter.scss","../src/chart_types/xy_chart/renderer/dom/_crosshair.scss","../src/chart_types/xy_chart/renderer/dom/_screen_reader.scss","../src/chart_types/xy_chart/renderer/dom/annotations/_annotations.scss","../src/chart_types/partition_chart/renderer/_index.scss","../src/chart_types/metric/renderer/dom/_text.scss","../src/chart_types/metric/renderer/_variables.scss","../src/chart_types/metric/renderer/dom/_progress.scss","../src/chart_types/metric/renderer/dom/_sparkline.scss","../src/chart_types/metric/renderer/dom/_secondary_metric.scss","../src/chart_types/metric/renderer/dom/_badge.scss","../src/chart_types/metric/renderer/_index.scss"],"names":[],"mappings":"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uBACE,eACA,aACA,uBACA,mBACA,OAzDe,KA0Df,2BAEA,uIAIE,YACA,WACA,aAIJ,sBACE,aACA,gBACA,mBAGF,sBpBxDE,UCdc,KDed,0BAyDF,YE9DkB,IkB8DhB,cACA,gBACA,wBACA,qBACA,mBjBpFF,yBACA,qBACA,qBACA,sBACA,aACA,gBACA,ciBiFE,kCpBoDF,eACA,2BACA,kCACA,8BoBlDE,yCACE,oBACA,4BACA,qBAGF,uCACE,eACA,0BAIJ,4BpBlFE,UCdc,KDed,0BAyDF,YE9DkB,IkBwFhB,iBACA,cACA,YrB3GU,IqB4GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,MvBmEc,QuB9DZ,8CACE,iBCxIR,4BACE,aACA,mBACA,uBACA,WACA,YrBkBE,UCdc,KDed,0BAyDF,YE9DkB,ImBZlB,MxB8LgB,QyBrMlB,kBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,aACE,kBACA,WACA,YACA,gBACA,4CAEA,0BACE,+BAGF,2BACE,gCCtBJ,gBACE,aACA,sBACA,WACA,YAEF,wBACE,WACA,YACA,SACA,UAEF,6BACE,+BAEF,8BACE,gCAGF,yBACE,WACA,aACA,SACA,UCvBF,gBACE,kBACA,oBACA,MACA,SACA,OACA,QACA,WACA,YAGF,6BACE,0BAGF,+BACE,4BAGF,sBACE,sBCpBF,6DAGE,kBACA,MACA,OACA,oBCNF,qBACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,0BACE,kBACA,iBACA,mBACA,oBACA,sBACA,uBACA,yBACA,gCACA,0FAGE,sBACA,eAIJ,sBACE,gBACA,gBC5BF,eACE,UACA,yBACA,oBACA,iBACA,gBAEA,uBACE,kBACA,iBACA,U1BDc,K0BEd,YtBJwB,IsBKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,eACE,kBACA,UACA,aACA,qCACA,4DACA,YACA,QCMQ,IDLR,gBAEA,oBACE,gBAGF,4BACE,aACA,sBAIA,kCACE,kBACA,gBAGF,oCACE,mBACA,kBAGE,iEACE,WAKN,mCACE,gBACA,iBAIJ,0CACE,aACA,mBACA,gBAEA,gDACE,2BAEF,kDACE,uBAEF,iDACE,yBAIJ,2BACE,WACA,aACA,mBAEA,iCACE,sBAGF,mCACE,uBAGF,kCACE,oBAIJ,sBACE,qBACA,WAEA,6BACE,UAIJ,yBACE,gBACA,mBACA,UAGF,sBACE,mBAGF,sBACE,kBACA,iBACA,mBACA,gBAGF,0BACE,aC1FM,ID6FR,qBACE,iBAGF,qBACE,aAEA,2BACE,qBAGF,4BACE,sBEpHN,yBACE,kBACA,cAJ2B,IAM3B,mCACE,KDMM,ICLN,QACA,IDIM,ICHN,SACA,yBACA,WAEA,kEACE,WACA,MDfyB,ICkB3B,mEACE,WACA,MDnB0B,ICsB5B,kEACE,WACA,MDvByB,KC2B7B,qCACE,KDlBM,ICmBN,QACA,wBACA,MACA,ODtBM,ICuBN,YAEA,oEACE,SACA,ODvCyB,IC0C3B,qEACE,SACA,OD3C0B,IC8C5B,oEACE,SACA,OD/CyB,KCoD/B,4BACE,4CACA,eACA,gBAEA,sCACE,kBACA,OACA,QACA,SACA,WAGF,wCACE,kBACA,MACA,SACA,OACA,YAIJ,uBACE,aACA,uBACA,mBACA,iBACA,UAEA,iCACE,wBACA,kBACA,UACA,SAGF,mCACE,kBACA,YAIJ,6BACE,aACA,uBACA,mBACA,iBAcA,uCACE,kBACA,OAEA,0EACE,WACA,OAlBS,IAmBT,MAfgB,MAkBlB,2EACE,WACA,OAxBS,IAyBT,MAxBU,KA2BZ,0EACE,WACA,OArBe,IAsBf,MArBgB,KAyBpB,yCACE,kBACA,SAEA,4EACE,SACA,MAzCS,IA0CT,OAtCgB,MAyClB,6EACE,SACA,MA/CS,IAgDT,OA/CU,KAkDZ,4EACE,SACA,MA5Ce,IA6Cf,OA5CgB,KCjHtB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA,YC9BF,oBAGE,aACA,IAHkB,IAIlB,gBACA,mBACA,mBAEA,2BACE,cAGF,2BACE,oBACA,cACA,2BAEA,iCACE,cACA,eAIJ,8BACE,YACA,gBACA,uBACA,mBCzBJ,mBACE,oBACA,mBACA,sBACA,gBAEA,oBACA,cACA,YAEA,kBACA,mBAEA,6BACA,kBAEA,kBACA,oBACA,iBACA,qBAEA,iBAxBwB,QAyBxB,MAxBkB,QA0BlB,eAGF,gBACE,gBACA,uBACA,mBACA,WACA,YC5BF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAME,uDACE,kBAEF,wDACE,kBAEF,uDACE,kBAKF,6DACE,kBAEF,8DACE,kBAEF,6DACE,kBAOF,yDACE,oBAEF,0DACE,oBAEF,yDACE,oBAKF,+DACE,oBAEF,gEACE,oBAEF,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA","file":"theme_dark.css"}
|