@djb25/digit-ui-css 1.0.85 → 1.0.87

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.
Files changed (61) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +1 -1
  5. package/src/components/CitizenHomeCard.scss +6 -6
  6. package/src/components/EkycAssign.scss +5 -6
  7. package/src/components/FAQ.scss +2 -2
  8. package/src/components/SearchForm.scss +25 -25
  9. package/src/components/SurveyorDetailsDashboard.scss +29 -29
  10. package/src/components/TimeLine.scss +2 -2
  11. package/src/components/VerticalTimeline.scss +3 -3
  12. package/src/components/WorkflowTimeline.scss +5 -5
  13. package/src/components/accessibility.scss +177 -0
  14. package/src/components/body.scss +16 -16
  15. package/src/components/buttons.scss +3 -3
  16. package/src/components/card.scss +10 -10
  17. package/src/components/checkbox.scss +1 -1
  18. package/src/components/filters.scss +1 -1
  19. package/src/components/financeUi.scss +25 -25
  20. package/src/components/howItWorks.scss +4 -4
  21. package/src/components/inboxv2/InboxLinks.scss +2 -2
  22. package/src/components/inboxv2/horizontalNav.scss +1 -1
  23. package/src/components/inboxv2/inboxSearch.scss +2 -2
  24. package/src/components/landingpage.scss +156 -156
  25. package/src/components/languageSelector.scss +1 -1
  26. package/src/components/moduleHeader.scss +4 -4
  27. package/src/components/multiSelectDropdown.scss +1 -1
  28. package/src/components/navbar.scss +3 -3
  29. package/src/components/plusMinus.scss +1 -1
  30. package/src/components/reportDownload.scss +6 -6
  31. package/src/components/selectdropdown.scss +3 -2
  32. package/src/components/staticDynamicMessages.scss +5 -5
  33. package/src/components/staticSideBar.scss +2 -2
  34. package/src/components/summary.scss +4 -4
  35. package/src/components/table.scss +15 -15
  36. package/src/components/tag.scss +1 -1
  37. package/src/components/textfields.scss +7 -6
  38. package/src/components/topbar.scss +19 -17
  39. package/src/components/uploadcomponents.scss +1 -1
  40. package/src/digitv2/components/breadCrumbV2.scss +1 -1
  41. package/src/digitv2/components/selectdropdownV2.scss +4 -2
  42. package/src/digitv2/components/tagV2.scss +1 -1
  43. package/src/digitv2/components/textInputV2.scss +8 -4
  44. package/src/digitv2/pages/employee/workbench.scss +4 -4
  45. package/src/index.scss +10 -8
  46. package/src/pages/citizen/DocumentList.scss +11 -11
  47. package/src/pages/citizen/HomePageWrapper.scss +7 -7
  48. package/src/pages/citizen/Register.scss +36 -36
  49. package/src/pages/citizen/ekycStatus.scss +6 -6
  50. package/src/pages/employee/EmployeeModuleCard.scss +4 -4
  51. package/src/pages/employee/container.scss +1 -1
  52. package/src/pages/employee/dashboard.scss +16 -16
  53. package/src/pages/employee/dss.scss +11 -11
  54. package/src/pages/employee/ekyc.scss +51 -51
  55. package/src/pages/employee/ekycDashboard.scss +38 -38
  56. package/src/pages/employee/inbox.scss +8 -8
  57. package/src/pages/employee/index.scss +33 -32
  58. package/src/pages/employee/login.scss +9 -9
  59. package/src/pages/employee/scroll-table.scss +1 -1
  60. package/src/pages/employee/surveys.scss +1 -1
  61. package/src/pages/employee/ws-calculation.scss +209 -0
package/src/index.scss CHANGED
@@ -47,6 +47,7 @@
47
47
  @import "./components/searchAction.scss";
48
48
  @import "./components/tag.scss";
49
49
  @import "./components/topbar.scss";
50
+ @import "./components/accessibility.scss";
50
51
  @import "./components/languageSelector.scss";
51
52
  @import "./components/custombtn.scss";
52
53
  @import "./components/citizenInfoLabel.scss";
@@ -187,7 +188,8 @@ h6 {
187
188
  }
188
189
 
189
190
  .check-page-link-button {
190
- color: #a82227 !important;
191
+ color: red !important;
192
+ font-size: 18px !important;
191
193
  }
192
194
 
193
195
  .pt-application-download-btn {
@@ -353,7 +355,7 @@ input[type="number"] {
353
355
 
354
356
  .value {
355
357
  @apply w-1/2 font-bold text-right;
356
- font-size: 18px;
358
+ font-size: 1.125rem;
357
359
  }
358
360
  }
359
361
  }
@@ -380,7 +382,7 @@ input[type="number"] {
380
382
  padding-bottom: 25px;
381
383
 
382
384
  .value {
383
- font-size: 20px;
385
+ font-size: 1.25rem;
384
386
  }
385
387
  }
386
388
 
@@ -568,7 +570,7 @@ input[type="number"] {
568
570
  .error-boundary {
569
571
  width: 100vw;
570
572
  height: 100vh;
571
- font-size: 16px;
573
+ font-size: 1rem;
572
574
  font-family: sans-serif;
573
575
  display: flex;
574
576
  justify-content: center;
@@ -583,7 +585,7 @@ input[type="number"] {
583
585
  flex-direction: column;
584
586
 
585
587
  h1 {
586
- font-size: 32px;
588
+ font-size: 2rem;
587
589
  font-weight: bold;
588
590
  }
589
591
 
@@ -776,7 +778,7 @@ input[type="number"] {
776
778
  .row {
777
779
  color: #b1b4b6;
778
780
  font-weight: 700;
779
- font-size: 16px;
781
+ font-size: 1rem;
780
782
  }
781
783
  }
782
784
 
@@ -801,7 +803,7 @@ input[type="number"] {
801
803
  .row {
802
804
  color: #b1b4b6;
803
805
  font-weight: 700;
804
- font-size: 16px;
806
+ font-size: 1rem;
805
807
  }
806
808
  }
807
809
 
@@ -814,7 +816,7 @@ input[type="number"] {
814
816
  padding: 1rem;
815
817
  font-weight: 700;
816
818
  color: theme(colors.text.primary);
817
- font-size: 24px;
819
+ font-size: 1.5rem;
818
820
  margin-bottom: 1rem;
819
821
  }
820
822
 
@@ -58,14 +58,14 @@
58
58
  }
59
59
  .notice_and_circular_heading_mb header {
60
60
  font-weight: bold;
61
- font-size: 16px !important;
61
+ font-size: 1rem !important;
62
62
  line-height: 24px;
63
63
  margin-right: 50px;
64
64
  }
65
65
  .notice_and_circular_heading_mb .card-caption {
66
66
  padding-left: 30px;
67
67
  font-weight: normal;
68
- font-size: 12px;
68
+ font-size: 0.75rem;
69
69
  line-height: 24px;
70
70
  color: theme(colors.text.secondary);
71
71
  padding-right: 5px;
@@ -79,7 +79,7 @@
79
79
  }
80
80
  .notice_and_circular_text p {
81
81
  font-weight: normal;
82
- font-size: 12px;
82
+ font-size: 0.75rem;
83
83
  line-height: 14px;
84
84
  color: theme(colors.text.secondary);
85
85
  }
@@ -89,7 +89,7 @@
89
89
  }
90
90
  .notice_and_circular_caption .card-caption {
91
91
  font-weight: normal;
92
- font-size: 10px;
92
+ font-size: 0.625rem;
93
93
  line-height: 18px;
94
94
  color: #a3a3a3;
95
95
  }
@@ -107,7 +107,7 @@
107
107
  p {
108
108
  padding-left: 10px;
109
109
  font-weight: normal;
110
- font-size: 16px;
110
+ font-size: 1rem;
111
111
  line-height: 19px;
112
112
  color: theme(colors.primary.main);
113
113
  }
@@ -127,7 +127,7 @@
127
127
  p {
128
128
  padding-left: 10px;
129
129
  font-weight: normal;
130
- font-size: 16px;
130
+ font-size: 1rem;
131
131
  line-height: 19px;
132
132
  color: theme(colors.primary.main);
133
133
  }
@@ -136,7 +136,7 @@
136
136
  }
137
137
 
138
138
  .notice_and_circular_heading_mb .card-caption {
139
- font-size: 16px;
139
+ font-size: 1rem;
140
140
  line-height: 24px;
141
141
  min-width: 150px;
142
142
  padding-left: 50px;
@@ -147,10 +147,10 @@
147
147
  }
148
148
  .view_download_main span .views p {
149
149
  padding-left: 8px;
150
- font-size: 16px;
150
+ font-size: 1rem;
151
151
  }
152
152
  .notice_and_circular_text p {
153
- font-size: 16px !important;
153
+ font-size: 1rem !important;
154
154
  line-height: 24px;
155
155
  }
156
156
  .documentDetails_row {
@@ -158,12 +158,12 @@
158
158
  gap: 0 !important;
159
159
  }
160
160
  .notice_and_circular_heading_mb header {
161
- font-size: 24px !important;
161
+ font-size: 1.5rem !important;
162
162
  line-height: 28px;
163
163
  margin-right: 100px;
164
164
  }
165
165
  .notice_and_circular_caption .card-caption {
166
- font-size: 14px;
166
+ font-size: 0.875rem;
167
167
  line-height: 21px;
168
168
  }
169
169
  }
@@ -59,7 +59,7 @@
59
59
  h2 {
60
60
  @apply text-heading-s font-bold text-text-primary;
61
61
  padding-left: 0;
62
- font-size: 22px;
62
+ font-size: 1.375rem;
63
63
  color: #1e293b;
64
64
  }
65
65
 
@@ -69,7 +69,7 @@
69
69
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
70
70
  padding: 8px 16px;
71
71
  border-radius: 999px;
72
- font-size: 14px;
72
+ font-size: 0.875rem;
73
73
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
74
74
  transition: all 0.3s ease;
75
75
 
@@ -168,7 +168,7 @@
168
168
 
169
169
  .citizen-header-title {
170
170
  margin: 0;
171
- font-size: 28px;
171
+ font-size: 1.75rem;
172
172
  font-weight: 800;
173
173
  color: #ffffff;
174
174
  letter-spacing: 0.5px;
@@ -251,7 +251,7 @@
251
251
  display: flex !important;
252
252
  align-items: center !important;
253
253
  margin: 0 !important;
254
- font-size: 14px !important;
254
+ font-size: 0.875rem !important;
255
255
  font-weight: 500 !important;
256
256
  color: #1e293b !important;
257
257
  line-height: 1.35 !important;
@@ -267,7 +267,7 @@
267
267
  display: flex !important;
268
268
  align-items: center !important;
269
269
  margin: 0 !important;
270
- font-size: 12.5px !important;
270
+ font-size: 0.78125rem !important;
271
271
  font-weight: 400 !important;
272
272
  color: #2563eb !important;
273
273
  line-height: 1.4 !important;
@@ -361,11 +361,11 @@
361
361
 
362
362
  h1 {
363
363
  @apply text-heading-xl;
364
- font-size: 38px !important;
364
+ font-size: 2.375rem !important;
365
365
  }
366
366
 
367
367
  h4 {
368
- font-size: 18px !important;
368
+ font-size: 1.125rem !important;
369
369
  font-weight: 700 !important;
370
370
  }
371
371
  }
@@ -92,14 +92,14 @@
92
92
  .sidebar-header {
93
93
  margin-bottom: 60px;
94
94
  h1 {
95
- font-size: 28px;
95
+ font-size: 1.75rem;
96
96
  font-weight: 800;
97
97
  letter-spacing: -0.5px;
98
98
  margin-bottom: 8px;
99
99
  }
100
100
  p {
101
101
  opacity: 0.8;
102
- font-size: 14px;
102
+ font-size: 0.875rem;
103
103
  }
104
104
  }
105
105
 
@@ -109,14 +109,14 @@
109
109
  margin-top: 40px;
110
110
 
111
111
  h2 {
112
- font-size: 24px;
112
+ font-size: 1.5rem;
113
113
  font-weight: 700;
114
114
  margin-bottom: 16px;
115
115
  }
116
116
 
117
117
  p {
118
118
  opacity: 0.9;
119
- font-size: 15px;
119
+ font-size: 0.9375rem;
120
120
  line-height: 1.6;
121
121
  }
122
122
  }
@@ -124,7 +124,7 @@
124
124
 
125
125
  .sidebar-footer {
126
126
  margin-top: auto;
127
- font-size: 10.5px;
127
+ font-size: 0.65625rem;
128
128
  font-weight: 500;
129
129
  color: rgb(0, 112, 180);
130
130
  }
@@ -143,7 +143,7 @@
143
143
  width: 100%;
144
144
 
145
145
  h1 {
146
- font-size: 28px;
146
+ font-size: 1.75rem;
147
147
  font-weight: 700;
148
148
  color: #1e293b;
149
149
  margin-bottom: 16px;
@@ -152,7 +152,7 @@
152
152
 
153
153
  p {
154
154
  color: #64748b;
155
- font-size: 16px;
155
+ font-size: 1rem;
156
156
  margin-bottom: 40px;
157
157
  line-height: 1.6;
158
158
  }
@@ -175,7 +175,7 @@
175
175
  background-color: #1a67a3;
176
176
  color: #fff;
177
177
  border-radius: 12px;
178
- font-size: 18px;
178
+ font-size: 1.125rem;
179
179
  font-weight: 700;
180
180
  border: none;
181
181
  cursor: pointer;
@@ -206,7 +206,7 @@
206
206
  background: #fff;
207
207
  padding: 0 16px;
208
208
  color: #6b7280;
209
- font-size: 14px;
209
+ font-size: 0.875rem;
210
210
  font-weight: 500;
211
211
  }
212
212
  }
@@ -223,7 +223,7 @@
223
223
  cursor: pointer;
224
224
  transition: all 0.3s ease;
225
225
  gap: "12px";
226
- font-size: 16px;
226
+ font-size: 1rem;
227
227
  font-weight: 600;
228
228
  color: #374151;
229
229
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -319,7 +319,7 @@
319
319
  }
320
320
 
321
321
  .registration__sidebar-title {
322
- font-size: 12px;
322
+ font-size: 0.75rem;
323
323
  font-weight: 600;
324
324
  letter-spacing: 0.08em;
325
325
  color: #64748b;
@@ -365,7 +365,7 @@
365
365
  display: flex;
366
366
  align-items: center;
367
367
  justify-content: center;
368
- font-size: 14px;
368
+ font-size: 0.875rem;
369
369
  font-weight: 600;
370
370
  z-index: 1;
371
371
  }
@@ -386,12 +386,12 @@
386
386
  }
387
387
 
388
388
  .registration__step-label {
389
- font-size: 12px;
389
+ font-size: 0.75rem;
390
390
  color: #94a3b8;
391
391
  }
392
392
 
393
393
  .registration__step-title {
394
- font-size: 14px;
394
+ font-size: 0.875rem;
395
395
  font-weight: 500;
396
396
  color: #94a3b8;
397
397
  }
@@ -418,13 +418,13 @@
418
418
  }
419
419
 
420
420
  .registration__title {
421
- font-size: 24px;
421
+ font-size: 1.5rem;
422
422
  font-weight: 700;
423
423
  color: #1e293b;
424
424
  }
425
425
 
426
426
  .registration__step-count {
427
- font-size: 14px;
427
+ font-size: 0.875rem;
428
428
  color: #94a3b8;
429
429
  }
430
430
 
@@ -440,7 +440,7 @@
440
440
 
441
441
  .registration__label {
442
442
  display: block;
443
- font-size: 14px;
443
+ font-size: 0.875rem;
444
444
  font-weight: 500;
445
445
  color: #334155;
446
446
  margin-bottom: 8px;
@@ -456,7 +456,7 @@
456
456
  border-radius: 12px;
457
457
  border: 2px solid #e2e8f0;
458
458
  padding-left: 12px;
459
- font-size: 18px;
459
+ font-size: 1.125rem;
460
460
  background: #fff;
461
461
  }
462
462
 
@@ -481,7 +481,7 @@
481
481
  border-radius: 0.375rem;
482
482
  border: 2px solid #e2e8f0;
483
483
  padding: 0 16px;
484
- font-size: 18px;
484
+ font-size: 1.125rem;
485
485
  width: 100%;
486
486
  position: relative;
487
487
  .phone {
@@ -505,7 +505,7 @@
505
505
  border-radius: 8px;
506
506
  border: 2px solid #e2e8f0 !important;
507
507
  padding: 0 16px;
508
- font-size: 18px;
508
+ font-size: 1.125rem;
509
509
  width: 100%;
510
510
  position: relative;
511
511
  padding: 10px 40px 10px 12px; /* space for icon */
@@ -559,7 +559,7 @@
559
559
  height: 100%;
560
560
  border: none;
561
561
  outline: none;
562
- font-size: 18px;
562
+ font-size: 1.125rem;
563
563
  }
564
564
 
565
565
  .registration__input:focus-within {
@@ -570,7 +570,7 @@
570
570
 
571
571
  .registration__hint {
572
572
  margin-top: 8px;
573
- font-size: 12px;
573
+ font-size: 0.75rem;
574
574
  color: #94a3b8;
575
575
  }
576
576
 
@@ -585,7 +585,7 @@
585
585
  width: 56px;
586
586
  height: 64px;
587
587
  text-align: center;
588
- font-size: 20px;
588
+ font-size: 1.25rem;
589
589
  border-radius: 12px;
590
590
  border: 2px solid #e2e8f0;
591
591
  }
@@ -600,7 +600,7 @@
600
600
  display: flex;
601
601
  justify-content: space-between;
602
602
  margin-bottom: 32px;
603
- font-size: 14px;
603
+ font-size: 0.875rem;
604
604
  color: #64748b;
605
605
  }
606
606
 
@@ -622,7 +622,7 @@
622
622
  border: none;
623
623
  background: #0070b4;
624
624
  color: #fff;
625
- font-size: 16px;
625
+ font-size: 1rem;
626
626
  font-weight: 600;
627
627
  cursor: pointer;
628
628
  }
@@ -671,7 +671,7 @@
671
671
  transform: translateX(-50%) translateY(5px);
672
672
  background: #111827;
673
673
  color: #fff;
674
- font-size: 12px;
674
+ font-size: 0.75rem;
675
675
  padding: 6px 10px;
676
676
  border-radius: 6px;
677
677
  white-space: nowrap;
@@ -697,7 +697,7 @@
697
697
 
698
698
  .error-text {
699
699
  color: #d83a2f;
700
- font-size: 14px;
700
+ font-size: 0.875rem;
701
701
  margin-top: 4px;
702
702
  }
703
703
 
@@ -705,7 +705,7 @@
705
705
  color: #1a67a3;
706
706
  cursor: pointer;
707
707
  font-weight: 600;
708
- font-size: 14px;
708
+ font-size: 0.875rem;
709
709
  }
710
710
 
711
711
  .registration__change-phone {
@@ -717,7 +717,7 @@
717
717
  background: none;
718
718
  border: none;
719
719
  color: #2563eb;
720
- font-size: 13px;
720
+ font-size: 0.8125rem;
721
721
  font-weight: 500;
722
722
  cursor: pointer;
723
723
  padding: 0;
@@ -748,7 +748,7 @@
748
748
 
749
749
  .registration__sidebar-title {
750
750
  display: none;
751
- font-size: 11px;
751
+ font-size: 0.6875rem;
752
752
  margin-bottom: 16px;
753
753
  text-align: center;
754
754
  }
@@ -769,7 +769,7 @@
769
769
  .registration__step-circle {
770
770
  width: 26px;
771
771
  height: 26px;
772
- font-size: 12px;
772
+ font-size: 0.75rem;
773
773
  }
774
774
 
775
775
  /* TEXT CONTENT */
@@ -778,11 +778,11 @@
778
778
  }
779
779
 
780
780
  .registration__step-label {
781
- font-size: 10px;
781
+ font-size: 0.625rem;
782
782
  }
783
783
 
784
784
  .registration__step-title {
785
- font-size: 12px;
785
+ font-size: 0.75rem;
786
786
  line-height: 1.3;
787
787
  }
788
788
 
@@ -808,7 +808,7 @@
808
808
  .sidebar-footer {
809
809
  display: none;
810
810
  text-align: center;
811
- font-size: 9px;
811
+ font-size: 0.5625rem;
812
812
  margin-top: 12px;
813
813
  }
814
814
 
@@ -818,11 +818,11 @@
818
818
  }
819
819
 
820
820
  .registration__title {
821
- font-size: 20px;
821
+ font-size: 1.25rem;
822
822
  }
823
823
 
824
824
  .registration__description {
825
- font-size: 14px;
825
+ font-size: 0.875rem;
826
826
  margin-bottom: 20px;
827
827
  }
828
828
  }
@@ -3,7 +3,7 @@
3
3
  }
4
4
 
5
5
  .ekyc-status-card-header {
6
- font-size: 24px;
6
+ font-size: 1.5rem;
7
7
  font-weight: 700;
8
8
  color: #101828;
9
9
  margin-bottom: 12px;
@@ -21,7 +21,7 @@
21
21
  padding: 12px 16px;
22
22
  border-radius: 8px;
23
23
  margin-top: 24px;
24
- font-size: 14px;
24
+ font-size: 0.875rem;
25
25
  }
26
26
 
27
27
  .ekyc-status-results-card {
@@ -40,14 +40,14 @@
40
40
  }
41
41
 
42
42
  .ekyc-status-label-title {
43
- font-size: 12px;
43
+ font-size: 0.75rem;
44
44
  color: #667085;
45
45
  text-transform: uppercase;
46
46
  font-weight: 600;
47
47
  }
48
48
 
49
49
  .ekyc-status-value-text {
50
- font-size: 18px;
50
+ font-size: 1.125rem;
51
51
  font-weight: 700;
52
52
  color: #101828;
53
53
  margin-top: 4px;
@@ -56,7 +56,7 @@
56
56
  .ekyc-status-badge {
57
57
  padding: 6px 14px;
58
58
  border-radius: 16px;
59
- font-size: 14px;
59
+ font-size: 0.875rem;
60
60
  font-weight: 600;
61
61
 
62
62
  &.approved {
@@ -81,7 +81,7 @@
81
81
  }
82
82
 
83
83
  .ekyc-status-details-title {
84
- font-size: 18px;
84
+ font-size: 1.125rem;
85
85
  font-weight: 600;
86
86
  color: #101828;
87
87
  margin-bottom: 16px;
@@ -40,7 +40,7 @@
40
40
  cursor: pointer;
41
41
  position: relative;
42
42
  color: #6b7280;
43
- font-size: 13px;
43
+ font-size: 0.8125rem;
44
44
  font-weight: 500;
45
45
  height: 100%;
46
46
  border-bottom: 2px solid transparent;
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  .emtb-tab__initials {
82
- font-size: 10px;
82
+ font-size: 0.625rem;
83
83
  font-weight: 700;
84
84
  background: #e5e7eb;
85
85
  color: #6b7280;
@@ -109,7 +109,7 @@
109
109
  }
110
110
 
111
111
  .emtb-tab__sublabel {
112
- font-size: 10px;
112
+ font-size: 0.625rem;
113
113
  line-height: 1;
114
114
  color: #94a3b8;
115
115
  }
@@ -128,7 +128,7 @@
128
128
  border-radius: 9999px;
129
129
  background: #e0f2fe;
130
130
  color: #1a67a3;
131
- font-size: 10px;
131
+ font-size: 0.625rem;
132
132
  font-weight: 700;
133
133
  line-height: 1;
134
134
  margin-left: 2px;
@@ -88,7 +88,7 @@
88
88
  }
89
89
 
90
90
  .heading-m {
91
- font-size: 24px;
91
+ font-size: 1.5rem;
92
92
  line-height: 24px;
93
93
  }
94
94