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

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.32
2
+ * @egovernments/digit-ui-health-css - 0.3.33
3
3
  *
4
4
  * Copyright (c) 2026 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -7704,6 +7704,18 @@ header {
7704
7704
  font-size: 2.5rem;
7705
7705
  color: #0b4b66 !important; }
7706
7706
 
7707
+ .digit-button-default.large, .digit-button-primary.large, .digit-button-secondary.large, .digit-button-teritiary.large {
7708
+ border-radius: .5rem; }
7709
+
7710
+ .digit-button-default.medium, .digit-button-default.small, .digit-button-primary.medium, .digit-button-primary.small, .digit-button-secondary.medium, .digit-button-secondary.small, .digit-button-teritiary.medium, .digit-button-teritiary.small {
7711
+ border-radius: .375rem; }
7712
+
7713
+ .digit-selector-button-primary, .digit-submit-bar {
7714
+ border-radius: .375rem; }
7715
+
7716
+ .digit-reports-list__cards_main {
7717
+ border-radius: .75rem; }
7718
+
7707
7719
  .digit-reports-list__description {
7708
7720
  margin: 0;
7709
7721
  color: #505a5f; }
@@ -7720,7 +7732,8 @@ header {
7720
7732
  gap: 1.5rem; }
7721
7733
 
7722
7734
  .digit-reports-list__row-card {
7723
- cursor: pointer; }
7735
+ cursor: pointer;
7736
+ border-radius: .75rem; }
7724
7737
 
7725
7738
  .digit-reports-list__row {
7726
7739
  grid-gap: 1rem;
@@ -7742,7 +7755,8 @@ header {
7742
7755
  -webkit-box-pack: center;
7743
7756
  -ms-flex-pack: center;
7744
7757
  justify-content: center;
7745
- background-color: #c7e0f1; }
7758
+ background-color: #fbeee8;
7759
+ border-radius: 4px; }
7746
7760
 
7747
7761
  .digit-reports-list__row-content {
7748
7762
  -webkit-box-flex: 1;
@@ -7762,7 +7776,7 @@ header {
7762
7776
  font-family: Roboto;
7763
7777
  font-weight: 700;
7764
7778
  font-size: 1rem;
7765
- color: #0b0c0c; }
7779
+ color: #0b4b66; }
7766
7780
 
7767
7781
  .digit-reports-list__row-desc {
7768
7782
  font-family: Roboto;
@@ -7795,11 +7809,17 @@ header {
7795
7809
  .digit-report-detail__custom-btn {
7796
7810
  margin-left: auto; }
7797
7811
 
7798
- .digit-report-detail__popup .digit-popup-heading {
7799
- color: #0b4b66; }
7812
+ .digit-report-detail__card {
7813
+ border-radius: .75rem; }
7814
+
7815
+ .digit-report-detail__popup {
7816
+ border-radius: 12px !important; }
7817
+ .digit-report-detail__popup .digit-popup-heading {
7818
+ color: #0b4b66; }
7800
7819
 
7801
7820
  .digit-report-detail__file-card {
7802
- padding: .75rem; }
7821
+ padding: .75rem;
7822
+ border-radius: .5rem; }
7803
7823
 
7804
7824
  .digit-report-detail__file-row {
7805
7825
  display: -webkit-box;
@@ -7836,15 +7856,18 @@ header {
7836
7856
  .digit-report-detail__file-actions .digit-checkbox-container {
7837
7857
  margin: 0; }
7838
7858
 
7859
+ .digit-report-details-accordion {
7860
+ border-radius: .75rem; }
7861
+
7839
7862
  .digit-report-detail__header-wrap {
7840
7863
  display: -webkit-box;
7841
7864
  display: -ms-flexbox;
7842
7865
  display: flex;
7843
7866
  grid-gap: 1rem;
7844
7867
  gap: 1rem;
7845
- -webkit-box-align: center;
7846
- -ms-flex-align: center;
7847
- align-items: center; }
7868
+ -webkit-box-align: start;
7869
+ -ms-flex-align: start;
7870
+ align-items: flex-start; }
7848
7871
 
7849
7872
  .digit-report-detail__header-svg {
7850
7873
  width: 2.5rem;
@@ -7907,6 +7930,9 @@ header {
7907
7930
  .digit-user-tracking-boundary-filter .digit-tag-container .digit-button-link h2 {
7908
7931
  font-size: 1rem; } }
7909
7932
 
7933
+ .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
+ border-radius: .375rem; }
7935
+
7910
7936
  .digit-results-card-component {
7911
7937
  grid-gap: 1.5rem;
7912
7938
  gap: 1.5rem;