@entit/digit-ui-css 2.0.0 → 2.0.1

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 (55) hide show
  1. package/dist/index.css +409 -2230
  2. package/dist/index.min.css +1 -1
  3. package/package.json +2 -2
  4. package/src/components/CardBasedOptions.scss +39 -105
  5. package/src/components/CitizenHomeCard.scss +35 -46
  6. package/src/components/PageBasedInput.scss +19 -27
  7. package/src/components/PropertySearchForm.scss +2 -2
  8. package/src/components/TimeLine.scss +2 -2
  9. package/src/components/bannercomponents.scss +3 -9
  10. package/src/components/body.scss +4 -32
  11. package/src/components/buttons.scss +0 -3
  12. package/src/components/card.scss +25 -48
  13. package/src/components/charts.scss +1 -134
  14. package/src/components/checkbox.scss +4 -35
  15. package/src/components/checkpoint.scss +1 -3
  16. package/src/components/datatable.scss +6 -10
  17. package/src/components/filters.scss +3 -3
  18. package/src/components/hoc/InboxComposer.scss +15 -108
  19. package/src/components/info-banner.scss +2 -3
  20. package/src/components/languageSelector.scss +7 -8
  21. package/src/components/multiLink.scss +0 -15
  22. package/src/components/navbar.scss +12 -210
  23. package/src/components/radiobtn.scss +0 -12
  24. package/src/components/searchAction.scss +1 -1
  25. package/src/components/selectdropdown.scss +2 -28
  26. package/src/components/statushighlight.scss +1 -1
  27. package/src/components/summary.scss +0 -3
  28. package/src/components/table.scss +3 -14
  29. package/src/components/textfields.scss +1 -19
  30. package/src/components/topbar.scss +7 -21
  31. package/src/components/uploadcomponents.scss +0 -18
  32. package/src/index.scss +39 -263
  33. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -8
  34. package/src/pages/citizen/DocumentList.scss +2 -2
  35. package/src/pages/citizen/HomePageWrapper.scss +84 -148
  36. package/src/pages/citizen/container.scss +1 -1
  37. package/src/pages/employee/cardfix.scss +1 -2
  38. package/src/pages/employee/container.scss +13 -13
  39. package/src/pages/employee/dss.scss +9 -142
  40. package/src/pages/employee/iframe.scss +1 -1
  41. package/src/pages/employee/inbox.scss +49 -259
  42. package/src/pages/employee/index.scss +75 -363
  43. package/src/pages/employee/login.scss +21 -96
  44. package/src/pages/employee/popupmodule.scss +0 -13
  45. package/src/pages/employee/scroll-table.scss +1 -1
  46. package/src/pages/employee/surveys.scss +6 -5
  47. package/svg/check.svg +1 -1
  48. package/svg/starempty.svg +1 -1
  49. package/svg/starfilled.svg +1 -1
  50. package/src/components/FAQ.scss +0 -64
  51. package/src/components/howItWorks.scss +0 -71
  52. package/src/components/plusMinus.scss +0 -15
  53. package/src/components/staticDynamicMessages.scss +0 -107
  54. package/src/components/staticSideBar.scss +0 -27
  55. package/src/components/toggleSwitch.scss +0 -41
@@ -28,14 +28,12 @@
28
28
  .link {
29
29
  @apply p-sm text-primary-main items-center;
30
30
  display: flex !important;
31
- color: #a82227 !important;
32
31
  }
33
32
 
34
33
  .inbox-total {
35
34
  padding: 4px;
36
35
  display: table;
37
36
  @apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
38
- background-color: #a82227 !important;
39
37
  }
40
38
  }
41
39
 
@@ -44,7 +42,6 @@
44
42
  .link {
45
43
  padding: 0 !important;
46
44
  padding-bottom: 4px !important;
47
- color: #a82227 !important;
48
45
  svg {
49
46
  @apply ml-sm;
50
47
  }
@@ -52,9 +49,9 @@
52
49
  }
53
50
  }
54
51
 
55
- .MobilePopupHeadingWrapper {
52
+ .MobilePopupHeadingWrapper{
56
53
  @apply flex place-content-between mb-md;
57
- h2 {
54
+ h2{
58
55
  @apply text-heading-l font-bold;
59
56
  }
60
57
  }
@@ -88,8 +85,8 @@
88
85
  padding: 10px;
89
86
 
90
87
  .heading {
91
- justify-content: unset;
92
- @apply flex;
88
+ justify-content: unset ;
89
+ @apply flex ;
93
90
 
94
91
  .clearAll {
95
92
  display: none;
@@ -99,17 +96,17 @@
99
96
  .filter-label {
100
97
  @apply font-bold text-heading-l flex gap-3;
101
98
  padding-bottom: 6px;
102
- svg {
103
- fill: #0b0c0c;
99
+ svg{
100
+ fill: #0b0c0c
104
101
  }
105
102
  }
106
- .sub-filter-label {
103
+ .sub-filter-label{
107
104
  font-weight: 400;
108
105
  font-size: 16px;
109
106
  }
110
107
  }
111
- .filter-form-field {
112
- p {
108
+ .filter-form-field{
109
+ p{
113
110
  @apply text-form-field text-text-primary block mb-md;
114
111
  }
115
112
  }
@@ -121,7 +118,7 @@
121
118
  .filter-card {
122
119
  @apply bg-white;
123
120
  padding: 10px;
124
- .filter-card-close-button {
121
+ .filter-card-close-button{
125
122
  @apply flex flex-row-reverse;
126
123
  }
127
124
  .heading {
@@ -135,12 +132,12 @@
135
132
  .filter-label {
136
133
  @apply text-heading-m block flex gap-3 items-center;
137
134
  padding-bottom: 6px;
138
- svg {
139
- fill: #0b0c0c;
135
+ svg{
136
+ fill: #0b0c0c
140
137
  }
141
138
  }
142
139
 
143
- .sub-filter-label {
140
+ .sub-filter-label{
144
141
  font-weight: 400;
145
142
  font-size: 16px;
146
143
  }
@@ -193,6 +190,28 @@
193
190
  @apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
194
191
  }
195
192
 
193
+ .search-tabs-container {
194
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
195
+ margin-bottom: 35px;
196
+ display: flex;
197
+ justify-content: space-between;
198
+
199
+ .search-tab-head {
200
+ padding: 10px 35px;
201
+ }
202
+
203
+ .search-tab-head-selected {
204
+ padding: 10px 35px;
205
+ color: rgb(244, 119, 56);
206
+ border-bottom: 4px solid rgb(244, 119, 56);
207
+ font-weight: bold;
208
+ }
209
+
210
+ .search-tab-head-selected:focus {
211
+ outline: 0;
212
+ }
213
+ }
214
+
196
215
  @screen dt {
197
216
  .complaint-links-container {
198
217
  @apply bg-white;
@@ -217,7 +236,6 @@
217
236
  margin-left: 46px;
218
237
 
219
238
  .link {
220
- color:#a82227 !important;
221
239
  @apply p-sm text-primary-main;
222
240
  }
223
241
  }
@@ -233,7 +251,7 @@
233
251
  @apply bg-white;
234
252
  svg {
235
253
  path {
236
- fill: #a82227;
254
+ fill: #f47738;
237
255
  }
238
256
  }
239
257
  }
@@ -278,9 +296,6 @@
278
296
  }
279
297
  }
280
298
  }
281
- .citizen-filter {
282
- margin-top: unset;
283
- }
284
299
  }
285
300
 
286
301
  .search-container {
@@ -298,7 +313,7 @@
298
313
 
299
314
  .complaint-input-container {
300
315
  /* display: inline-block !important; */
301
- display: grid !important;
316
+ display: grid;
302
317
  grid-template-columns: 33.33% 33.33% 33.33%;
303
318
 
304
319
  &.for-pt {
@@ -339,6 +354,7 @@
339
354
  }
340
355
  }
341
356
 
357
+
342
358
  .input-fields {
343
359
  /*width: calc(50% - 16px);*/
344
360
 
@@ -374,6 +390,8 @@
374
390
  }
375
391
  }
376
392
 
393
+
394
+
377
395
  .search-action-wrapper {
378
396
  width: 33%;
379
397
  margin-top: 28px;
@@ -392,13 +410,15 @@
392
410
  }
393
411
  }
394
412
 
395
- .document-clear-all {
413
+ .document-clear-all{
396
414
  grid-area: 2/2;
397
415
  display: flex;
398
416
  justify-content: flex-end;
399
417
  padding-right: 16px;
400
418
  align-items: center;
401
- }
419
+ }
420
+
421
+
402
422
 
403
423
  .cell-text {
404
424
  color: #505a5f;
@@ -439,249 +459,19 @@
439
459
  @screen dt {
440
460
  .complaint-links-container .header .removeBorderRadiusLogo {
441
461
  border-radius: 2px !important;
442
- background-color: #a82227
443
462
  }
444
463
  }
445
464
  @screen dt {
446
465
  .customEmployeeCard {
447
- width: 320px !important;
448
- height: 220px !important;
449
- padding: 0px !important;
466
+ width: 273px !important;
467
+ height: 263px !important;
450
468
  }
451
469
  }
452
470
  .employeeTotalLink{
453
- color: #a82227;
454
-
455
- font-size: 12px;
456
- }
457
-
458
- @screen dt {
459
- .groupBill-custom {
460
- .custom-group-merge-container {
461
- display: flex !important;
462
- justify-content: space-between !important;
463
- .header {
464
- display: flex;
465
- align-items: baseline;
466
- .logo {
467
- margin-right: 1rem;
468
- svg {
469
- path {
470
- fill: #a82227;
471
- }
472
- }
473
- }
474
- .h1 {
475
- font-size: 24px;
476
- line-height: 28px;
477
- font-weight: 400;
478
- color: #a82227;
479
- }
480
- }
481
- }
482
- .inbox-container {
483
- .search-container {
484
- .search-complaint-container {
485
- display: flex;
486
- flex-direction: row;
487
- }
488
- .group-complaint-input-container {
489
- width: 33% !important;
490
- display: flex;
491
- flex-direction: column;
492
- }
493
- }
494
- }
495
- .inbox-action-container {
496
- display: flex;
497
- flex-direction: row-reverse;
498
- .clear-search {
499
- margin-top: 65px;
500
- margin-left: 16px;
501
- padding-top: unset !important;
502
- }
503
- .submit-bar-search {
504
- margin-top: 55px !important;
505
- }
506
- }
507
- }
508
- }
509
-
510
- @screen dt {
511
- .groupBill-custom {
512
- .custom-group-merge-container {
513
- display: flex !important;
514
- justify-content: space-between !important;
515
- .header {
516
- display: flex;
517
- align-items: baseline;
518
- .logo {
519
- margin-right: 1rem;
520
- svg {
521
- path {
522
- fill: #a82227;
523
- }
524
- }
525
- }
526
- .h1 {
527
- font-size: 24px;
528
- line-height: 28px;
529
- font-weight: 400;
530
- color: #a82227;
531
- }
532
- }
533
- }
534
- .inbox-container {
535
- .search-container {
536
- .search-complaint-container {
537
- display: flex;
538
- flex-direction: row;
539
- }
540
- .group-complaint-input-container {
541
- width: 33% !important;
542
- display: flex;
543
- flex-direction: column;
544
- }
545
- }
546
- }
547
- .inbox-action-container {
548
- display: flex;
549
- flex-direction: row-reverse;
550
- .clear-search {
551
- margin-top: 65px;
552
- margin-left: 16px;
553
- padding-top: unset !important;
554
- }
555
- .submit-bar-search {
556
- margin-top: 55px !important;
557
- }
558
- }
559
- }
471
+ color: #505A5F;
472
+ font-size: 16px;
560
473
  }
561
474
 
562
475
  .inboxLinksFSM {
563
476
  margin: 0 !important;
564
- }
565
- .complaint-links-container .body .link{
566
- color: #a82227 !important;
567
- }
568
-
569
- .employee .customEmployeeCard:nth-child(odd){
570
- .employeeCustomCard{
571
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png");
572
- background-size: cover
573
- }
574
- }
575
- .employee .customEmployeeCard:nth-child(even){
576
- .employeeCustomCard{
577
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png");
578
- background-size: cover
579
- }
580
- }
581
- .employee .employeeCustomCard {
582
- border-radius: 4%;
583
- .employeeCustomCard {
584
- border-radius: 4%;
585
- }
586
- }
587
- .employee-card-banner{
588
- background-color: white;
589
- width: 88%;
590
- margin: 0 auto;
591
- bottom: 0px;
592
- position: absolute;
593
- margin-bottom: -10%;
594
- left: 6%;
595
- box-shadow: 1px 5px 6px 0px #e3e4e3;
596
- border-radius: 10px;
597
- }
598
- .text-employee-card{
599
- font-size: 1.5rem;
600
- font-weight: 700;
601
- font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
602
- position: absolute;
603
- top:10%;
604
- padding-left: 10%;
605
- color: white !important;
606
- width: 300px;
607
-
608
- }
609
-
610
- .plumber-details-new-value-wrapper {
611
- flex: 2 1 auto;
612
- }
613
-
614
- .connection-details-new-value-wrapper {
615
- flex: 1 1 auto;
616
- }
617
-
618
- .connection-details-old-value-wrapper,
619
- .plumber-details-old-value-wrapper {
620
- flex: 1 1 auto;
621
-
622
- .old-value-null-wrapper {
623
- visibility: hidden;
624
- padding-bottom: 8px;
625
- margin-bottom: 8px;
626
- }
627
- .row {
628
- color: #b1b4b6;
629
- font-weight: 700;
630
- font-size: 16px;
631
- }
632
- }
633
-
634
- .search-tabs-container {
635
- border-bottom: 1px solid rgba(0, 0, 0, 0.2);
636
- margin-bottom: 35px;
637
- display: flex;
638
- justify-content: space-between;
639
-
640
- .search-tab-head {
641
- padding: 10px 35px;
642
- }
643
-
644
- .search-tab-head-selected {
645
- padding: 10px 35px;
646
- color: rgb(244, 119, 56);
647
- border-bottom: 4px solid rgb(244, 119, 56);
648
- font-weight: bold;
649
- }
650
-
651
- .search-tab-head-selected:focus {
652
- outline: 0;
653
- }
654
- }
655
-
656
- .card-with-background {
657
- background: rgb(250, 250, 250);
658
- border: 1px solid rgb(214, 213, 212);
659
-
660
- .card-head {
661
- display: flex;
662
- justify-content: space-between;
663
- margin-bottom: 30px;
664
- }
665
-
666
- h2 {
667
- font-size: 16px;
668
- font-weight: 700;
669
- }
670
- }
671
-
672
- .registryTable {
673
- tHead {
674
- tr {
675
- th {
676
- text-align: left;
677
- }
678
- }
679
- }
680
- tBody {
681
- tr {
682
- td {
683
- text-align: left;
684
- }
685
- }
686
- }
687
- }
477
+ }