logitude-dashboard-library 3.2.49 → 3.2.50
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/Utils/WidgetLoadLogger.d.ts +2 -0
- package/dist/assets/images/copy-icon.svg +1 -1
- package/dist/assets/images/delete-icon.svg +1 -1
- package/dist/assets/images/edit-icon.svg +1 -1
- package/dist/assets/styles/dl-dashboard.scss +4 -4
- package/dist/{copy-icon~bdmUelWT.svg → copy-icon~wTbotEXM.svg} +1 -1
- package/dist/{delete-icon~fYbwNrdz.svg → delete-icon~zomVXdRY.svg} +1 -1
- package/dist/{edit-icon~binDxVAt.svg → edit-icon~sbYULvPc.svg} +1 -1
- package/dist/images/copy-icon.svg +1 -1
- package/dist/images/delete-icon.svg +1 -1
- package/dist/images/edit-icon.svg +1 -1
- package/dist/index.js +18 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +18 -7
- package/dist/index.modern.js.map +1 -1
- package/dist/styles/dl-dashboard.scss +4 -4
- package/dist/types/WidgetLoadLog.d.ts +1 -0
- package/package.json +1 -1
|
@@ -265,7 +265,7 @@ $dark-grey: #717585;
|
|
|
265
265
|
&::after {
|
|
266
266
|
content: "";
|
|
267
267
|
border-bottom: 1px solid #E7E7E7;
|
|
268
|
-
width:
|
|
268
|
+
width: 100%;
|
|
269
269
|
display: block;
|
|
270
270
|
margin: 0 auto;
|
|
271
271
|
}
|
|
@@ -423,7 +423,7 @@ $dark-grey: #717585;
|
|
|
423
423
|
align-self: center;
|
|
424
424
|
|
|
425
425
|
.show-more-records {
|
|
426
|
-
color: #
|
|
426
|
+
color: #369CFB;
|
|
427
427
|
cursor: pointer;
|
|
428
428
|
}
|
|
429
429
|
|
|
@@ -1208,11 +1208,11 @@ $dark-grey: #717585;
|
|
|
1208
1208
|
font-family: 'Manrope';
|
|
1209
1209
|
font-weight: 500;
|
|
1210
1210
|
font-size: 12px;
|
|
1211
|
-
background-color: #
|
|
1211
|
+
background-color: #19395C;
|
|
1212
1212
|
color: white;
|
|
1213
1213
|
text-align: left;
|
|
1214
1214
|
border-radius: 2px;
|
|
1215
|
-
padding:
|
|
1215
|
+
padding: 5px 6px;
|
|
1216
1216
|
width: 100%;
|
|
1217
1217
|
display: block;
|
|
1218
1218
|
max-width: 220px;
|