@egovernments/digit-ui-health-css 0.2.131 → 0.2.133

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.2.131",
3
+ "version": "0.2.133",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -14,7 +14,7 @@
14
14
  position: sticky;
15
15
  z-index: 10;
16
16
  left: 0rem;
17
- background-color: #ffffff;
17
+ background-color: theme(digitv2.lightTheme.paper);
18
18
  }
19
19
 
20
20
  .rdt_TableRow:hover>.rdt_TableCell:first-of-type {
@@ -29,14 +29,14 @@
29
29
  z-index: 12;
30
30
  left: 0rem;
31
31
  top: 0rem;
32
- background-color: #eeeeee;
32
+ background-color: theme(digitv2.lightTheme.background);
33
33
  }
34
34
 
35
35
  .rdt_TableRow>.rdt_TableCell:nth-of-type(2) {
36
36
  position: sticky;
37
37
  z-index: 10;
38
38
  left: 6.25rem;
39
- background-color: #ffffff;
39
+ background-color: theme(digitv2.lightTheme.paper);
40
40
  }
41
41
 
42
42
  .rdt_TableRow:hover>.rdt_TableCell:nth-of-type(2) {
@@ -51,7 +51,7 @@
51
51
  z-index: 12;
52
52
  left: 6.25rem;
53
53
  top: 0rem;
54
- background-color: #eeeeee;
54
+ background-color: theme(digitv2.lightTheme.background);
55
55
  }
56
56
  }
57
57
 
@@ -646,7 +646,7 @@
646
646
  }
647
647
 
648
648
  &.decrease {
649
- color: #D4351C;
649
+ color: theme(digitv2.lightTheme.error-v2);
650
650
  }
651
651
 
652
652
  &.metric-card {
@@ -925,7 +925,7 @@
925
925
  .digit-filter-by-cycle-wrapper {
926
926
  display: inline-flex;
927
927
  position: absolute;
928
- right: 1.5rem;
928
+ right: 2.5rem;
929
929
  margin-inline-end: 1.5rem;
930
930
  align-content: flex-end;
931
931
  align-items: center;
@@ -936,6 +936,17 @@
936
936
  align-items: center;
937
937
  justify-content: flex-end;
938
938
  }
939
+
940
+ .header-dropdown-menu{
941
+ min-width: 11.25rem !important;
942
+ }
943
+ }
944
+
945
+ .digit-tag-container{
946
+ &.customTable{
947
+ margin:0rem;
948
+ margin-bottom: 1.5rem;
949
+ }
939
950
  }
940
951
 
941
952
  .digit-dss-switch-tabs {
@@ -1156,7 +1167,7 @@
1156
1167
  font-family: theme(digitv2.fontFamily.sans);
1157
1168
  font-weight: theme(digitv2.fontWeight.bold);
1158
1169
  font-size: 1.75rem;
1159
- color: #0B0C0C;
1170
+ color: theme(digitv2.lightTheme.text-color-primary);
1160
1171
  }
1161
1172
 
1162
1173
  .digit-banner-sub-heading {
@@ -1333,7 +1344,48 @@
1333
1344
  height: 2rem;
1334
1345
  }
1335
1346
 
1336
- .digit-heat-map-recenter{
1347
+ .digit-heat-map-recenter {
1337
1348
  margin-bottom: 1.5rem;
1338
1349
  margin-left: 1.5rem;
1350
+ }
1351
+
1352
+ .digit-kibana-card {
1353
+ width: 100%;
1354
+
1355
+ h1 {
1356
+ margin: 0rem;
1357
+ margin-bottom: 1.5rem;
1358
+ color: theme(digitv2.lightTheme.text-color-primary);
1359
+ font-family: theme(digitv2.fontFamily.sans);
1360
+ font-style: theme(digitv2.fontStyle.normal);
1361
+ font-weight: theme(digitv2.fontWeight.bold);
1362
+
1363
+ @media (max-aspect-ratio: 9/16) {
1364
+ /* Media query for mobile */
1365
+ font-size: theme(digitv2.fontSize.heading-m.mobile);
1366
+ }
1367
+
1368
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
1369
+ /* Media query for tablets */
1370
+ font-size: theme(digitv2.fontSize.heading-m.tablet);
1371
+ }
1372
+
1373
+ @media (min-aspect-ratio: 3/4) {
1374
+ /* Media query for desktop */
1375
+ font-size: theme(digitv2.fontSize.heading-m.desktop);
1376
+ }
1377
+ }
1378
+ }
1379
+
1380
+ .app-iframe-wrapper.digit-dss-kibana-iframe-wrapper {
1381
+ left: unset !important;
1382
+ top: unset !important;
1383
+ position: unset !important;
1384
+ height: 37.5rem;
1385
+ }
1386
+
1387
+ .app-iframe.digit-dss-kibana-iframe {
1388
+ position: unset !important;
1389
+ height: 37.5rem !important;
1390
+ width: 100% !important;
1339
1391
  }