@egovernments/digit-ui-health-css 0.3.33 → 0.3.34

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.3.33
2
+ * @egovernments/digit-ui-health-css - 0.3.34
3
3
  *
4
4
  * Copyright (c) 2026 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -7813,9 +7813,12 @@ header {
7813
7813
  border-radius: .75rem; }
7814
7814
 
7815
7815
  .digit-report-detail__popup {
7816
- border-radius: 12px !important; }
7816
+ border-radius: 12px !important;
7817
+ max-width: 48% !important; }
7817
7818
  .digit-report-detail__popup .digit-popup-heading {
7818
7819
  color: #0b4b66; }
7820
+ .digit-report-detail__popup .digit-popup-children-wrap {
7821
+ overflow: visible !important; }
7819
7822
 
7820
7823
  .digit-report-detail__file-card {
7821
7824
  padding: .75rem;
@@ -7933,6 +7936,10 @@ header {
7933
7936
  .digit-card-inputError.custom-date-range, .digit-citizenCard-input.custom-date-range, .digit-employeeCard-input.custom-date-range, .digit-employeeCard-inputError.custom-date-range {
7934
7937
  border-radius: .375rem; }
7935
7938
 
7939
+ @media (min-width: 48rem) {
7940
+ .digit-popup-overlay .digit-popup-wrapper.digit-report-detail__popup {
7941
+ max-width: 48%; } }
7942
+
7936
7943
  .digit-results-card-component {
7937
7944
  grid-gap: 1.5rem;
7938
7945
  gap: 1.5rem;