logitude-dashboard-library 1.4.55 → 1.4.57
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/assets/styles/dl-dashboard.scss +20 -4
- package/dist/index.js +325 -103
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +325 -103
- package/dist/index.modern.js.map +1 -1
- package/dist/types/KpiChart.d.ts +2 -0
- package/dist/types/widget.d.ts +1 -0
- package/package.json +1 -1
- package/dist/delete-icon~HsiaSdfs.svg +0 -3
- package/dist/delete-icon~eciVlkBl.svg +0 -3
- package/dist/edit-icon~roheEGno.svg +0 -3
- package/dist/edit-icon~xptiVoWp.svg +0 -3
- package/dist/red-warning~UVfiDPMR.svg +0 -18
- package/dist/red-warning~bbFYcIcE.svg +0 -18
- package/dist/red-warning~bferuATT.svg +0 -18
- package/dist/red-warning~zsxGhaaS.svg +0 -18
|
@@ -489,7 +489,7 @@ $dark-grey: #717585;
|
|
|
489
489
|
box-sizing: border-box;
|
|
490
490
|
display: flex;
|
|
491
491
|
place-content: flex-start center;
|
|
492
|
-
align-items:
|
|
492
|
+
align-items: center;
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
.dl-kpi-center-container {
|
|
@@ -510,6 +510,22 @@ $dark-grey: #717585;
|
|
|
510
510
|
max-width: 100%;
|
|
511
511
|
}
|
|
512
512
|
|
|
513
|
+
.dl-kpi-label-container{
|
|
514
|
+
width: 100%;
|
|
515
|
+
display: flex;
|
|
516
|
+
justify-content: center;
|
|
517
|
+
align-items: center;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.dl-kpi-label-span{
|
|
521
|
+
font-family: "Manrope";
|
|
522
|
+
font-style: normal;
|
|
523
|
+
font-weight: 700;
|
|
524
|
+
font-size: 16px;
|
|
525
|
+
line-height: 120%;
|
|
526
|
+
color: #292D30;
|
|
527
|
+
}
|
|
528
|
+
|
|
513
529
|
.kpIHeader {
|
|
514
530
|
font-weight: bold;
|
|
515
531
|
}
|
|
@@ -692,12 +708,12 @@ $dark-grey: #717585;
|
|
|
692
708
|
}
|
|
693
709
|
|
|
694
710
|
.dl-kpi-prev-text {
|
|
695
|
-
font-family:
|
|
711
|
+
font-family: "Manrope";
|
|
696
712
|
font-style: normal;
|
|
697
713
|
font-weight: 500;
|
|
698
|
-
font-size:
|
|
714
|
+
font-size: 12px;
|
|
699
715
|
line-height: 15px;
|
|
700
|
-
color: #
|
|
716
|
+
color: #292D30;
|
|
701
717
|
}
|
|
702
718
|
|
|
703
719
|
.dl-kpi-prev-abbreviationSymbol {
|