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.
@@ -265,7 +265,7 @@ $dark-grey: #717585;
265
265
  &::after {
266
266
  content: "";
267
267
  border-bottom: 1px solid #E7E7E7;
268
- width: calc(100% - 24px);
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: #5FAFDA;
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: #262626;
1211
+ background-color: #19395C;
1212
1212
  color: white;
1213
1213
  text-align: left;
1214
1214
  border-radius: 2px;
1215
- padding: 4px;
1215
+ padding: 5px 6px;
1216
1216
  width: 100%;
1217
1217
  display: block;
1218
1218
  max-width: 220px;
@@ -4,4 +4,5 @@ export declare type WidgetLoadLog = {
4
4
  DashboardId: string;
5
5
  LoadTime: number;
6
6
  TotalExecutionTime: number;
7
+ IsClickHouse: boolean;
7
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.49",
3
+ "version": "3.2.50",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",