@egovernments/digit-ui-health-css 0.2.135 → 0.2.136

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/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.2.135
2
+ * @egovernments/digit-ui-health-css - 0.2.136
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -6817,7 +6817,9 @@ header {
6817
6817
  -ms-flex-pack: start;
6818
6818
  justify-content: flex-start;
6819
6819
  grid-gap: 1.5rem;
6820
- gap: 1.5rem; }
6820
+ gap: 1.5rem;
6821
+ -ms-flex-wrap: wrap;
6822
+ flex-wrap: wrap; }
6821
6823
  .digit-dss-card .digit-dss-card-parent {
6822
6824
  -webkit-box-flex: 1;
6823
6825
  -ms-flex: 1;
@@ -6830,8 +6832,6 @@ header {
6830
6832
  height: 31.25rem; }
6831
6833
 
6832
6834
  .digit-loader-new.digit-center-loader {
6833
- width: 100%;
6834
- height: 100%;
6835
6835
  display: -webkit-box;
6836
6836
  display: -ms-flexbox;
6837
6837
  display: flex;
@@ -6976,9 +6976,11 @@ header {
6976
6976
  flex-direction: column; }
6977
6977
 
6978
6978
  .digit-stacked-collection-card {
6979
- width: 33%;
6980
6979
  grid-gap: 2rem;
6981
- gap: 2rem; }
6980
+ gap: 2rem;
6981
+ -webkit-box-flex: 1;
6982
+ -ms-flex: 1 1 0px;
6983
+ flex: 1 1 0; }
6982
6984
 
6983
6985
  .digit-dss-options-header-wrapper {
6984
6986
  margin-bottom: 2rem;
@@ -7281,17 +7283,21 @@ header {
7281
7283
  max-width: auto; }
7282
7284
 
7283
7285
  .digit-chart-row {
7286
+ display: -webkit-box;
7287
+ display: -ms-flexbox;
7288
+ display: flex;
7284
7289
  grid-gap: 1.5rem;
7285
7290
  gap: 1.5rem;
7286
7291
  -webkit-box-align: stretch;
7287
7292
  -ms-flex-align: stretch;
7288
7293
  align-items: stretch;
7289
- margin-bottom: 1.5rem; }
7290
-
7291
- .digit-chart-row, .wrapper-child {
7292
- display: -webkit-box;
7293
- display: -ms-flexbox;
7294
- display: flex; }
7294
+ margin-bottom: 1.5rem;
7295
+ -ms-flex-wrap: wrap;
7296
+ flex-wrap: wrap; }
7297
+ .digit-chart-row .digit-chart-item {
7298
+ -webkit-box-flex: 1;
7299
+ -ms-flex: 1 1 0px;
7300
+ flex: 1 1 0; }
7295
7301
 
7296
7302
  .wrapper-child {
7297
7303
  -webkit-box-orient: vertical;
@@ -7305,10 +7311,12 @@ header {
7305
7311
  -ms-flex-positive: 1;
7306
7312
  flex-grow: 1; }
7307
7313
 
7308
- .blocks {
7314
+ .blocks, .wrapper-child {
7309
7315
  display: -webkit-box;
7310
7316
  display: -ms-flexbox;
7311
- display: flex;
7317
+ display: flex; }
7318
+
7319
+ .blocks {
7312
7320
  margin-bottom: 1.563rem; }
7313
7321
  .blocks p:only-child {
7314
7322
  font-weight: 700;