@pmidc/upyog-css 1.2.32 → 1.2.33-UAT.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 (133) hide show
  1. package/dist/index.css +250 -8
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +119 -119
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/documentSection.scss +134 -134
  38. package/src/components/filters.scss +97 -97
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -117
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/plusMinus.scss +15 -15
  55. package/src/components/popup.scss +26 -26
  56. package/src/components/radiobtn.scss +46 -46
  57. package/src/components/ratingstar.scss +33 -33
  58. package/src/components/roundedLabel.scss +10 -10
  59. package/src/components/searchAction.scss +27 -27
  60. package/src/components/sectionalDropdown.scss +43 -43
  61. package/src/components/selectdropdown.scss +302 -302
  62. package/src/components/staticDynamicMessages.scss +110 -110
  63. package/src/components/staticSideBar.scss +27 -27
  64. package/src/components/statushighlight.scss +17 -17
  65. package/src/components/submiterrors.scss +11 -11
  66. package/src/components/summary.scss +28 -28
  67. package/src/components/table.scss +384 -383
  68. package/src/components/tag.scss +27 -27
  69. package/src/components/telephone.scss +17 -17
  70. package/src/components/textfields.scss +146 -146
  71. package/src/components/toast.scss +31 -31
  72. package/src/components/toggleSwitch.scss +40 -40
  73. package/src/components/topbar.scss +217 -217
  74. package/src/components/uploadcomponents.scss +116 -116
  75. package/src/index.scss +2316 -2087
  76. package/src/modules/BPA/index.scss +97 -97
  77. package/src/modules/adv/index.scss +643 -643
  78. package/src/modules/hrms/index.scss +1327 -1327
  79. package/src/modules/rentAndLease/index.scss +238 -238
  80. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  81. package/src/pages/citizen/CitizenLogin.scss +50 -50
  82. package/src/pages/citizen/DocumentList.scss +454 -454
  83. package/src/pages/citizen/Events.scss +46 -46
  84. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  85. package/src/pages/citizen/InboxCard.scss +378 -378
  86. package/src/pages/citizen/SurveyList.scss +24 -24
  87. package/src/pages/citizen/citizenDocument.scss +25 -25
  88. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  89. package/src/pages/citizen/container.scss +32 -32
  90. package/src/pages/citizen/loaderMessage.scss +341 -341
  91. package/src/pages/citizen/payment/payment-type.scss +2 -2
  92. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  93. package/src/pages/common/form.scss +25 -25
  94. package/src/pages/common/newApplicationTimeline.scss +341 -341
  95. package/src/pages/common/pgrUICssfix.scss +128 -128
  96. package/src/pages/common/requiredField.scss +2 -2
  97. package/src/pages/common/sanctionFeeTable.scss +91 -91
  98. package/src/pages/common/searchIcon.scss +21 -21
  99. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  100. package/src/pages/common/stepForm.scss +40 -40
  101. package/src/pages/employee/EmployeeLogin.scss +6 -6
  102. package/src/pages/employee/cardfix.scss +13 -13
  103. package/src/pages/employee/container.scss +73 -73
  104. package/src/pages/employee/dashboard.scss +204 -204
  105. package/src/pages/employee/disconnection.scss +425 -425
  106. package/src/pages/employee/dss.scss +251 -251
  107. package/src/pages/employee/faq.scss +353 -353
  108. package/src/pages/employee/footer.scss +68 -68
  109. package/src/pages/employee/form-fields.scss +26 -26
  110. package/src/pages/employee/header.scss +262 -262
  111. package/src/pages/employee/iframe.scss +65 -65
  112. package/src/pages/employee/inbox.scss +1110 -1110
  113. package/src/pages/employee/index.scss +693 -693
  114. package/src/pages/employee/landing.scss +1802 -1802
  115. package/src/pages/employee/login.scss +253 -253
  116. package/src/pages/employee/oldMobileInbox.scss +4 -4
  117. package/src/pages/employee/popupmodule.scss +47 -47
  118. package/src/pages/employee/response.scss +2 -2
  119. package/src/pages/employee/scroll-table.scss +113 -113
  120. package/src/pages/employee/surveys.scss +469 -469
  121. package/src/pages/employee/tooltip.scss +35 -35
  122. package/src/pages/employee/updateNumber.scss +12 -12
  123. package/src/pages/swach/index.scss +231 -231
  124. package/src/pages/ws/index.scss +118 -118
  125. package/svg/camera.svg +4 -4
  126. package/svg/check.svg +3 -3
  127. package/svg/close.svg +4 -4
  128. package/svg/error.svg +3 -3
  129. package/svg/error2.svg +5 -5
  130. package/svg/searchicon.svg +3 -3
  131. package/svg/starempty.svg +3 -3
  132. package/svg/starfilled.svg +4 -4
  133. package/svg/success.svg +3 -3
package/dist/index.css CHANGED
@@ -4217,9 +4217,10 @@ body {
4217
4217
  font-size: 12px; }
4218
4218
 
4219
4219
  .customTable td, .customTable th {
4220
- text-align: left;
4220
+ text-align: justify;
4221
4221
  border-bottom: 1px solid #e1e8f0;
4222
- padding: 14px 16px; }
4222
+ padding: 14px 16px;
4223
+ max-width: 400px; }
4223
4224
 
4224
4225
  .customTable tr {
4225
4226
  -webkit-transition: all .2s ease;
@@ -21215,14 +21216,60 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21215
21216
  .custom-fee-table-input {
21216
21217
  width: 100%;
21217
21218
  border-radius: 4px;
21218
- font-size: 13px;
21219
+ font-size: 15px;
21219
21220
  -webkit-box-sizing: border-box;
21220
21221
  box-sizing: border-box; }
21221
21222
 
21222
- .custom-fee-mobile-cards {
21223
+ .custom-fee-table-textarea {
21224
+ min-height: 60px;
21225
+ max-height: 240px;
21226
+ word-wrap: break-word;
21227
+ white-space: pre-wrap;
21228
+ resize: vertical;
21229
+ padding: 10px 12px;
21230
+ border: 1px solid #ccc;
21231
+ border-radius: 4px;
21232
+ font-size: 15px;
21233
+ line-height: 1.5;
21234
+ -webkit-transition: border-color .2s ease,-webkit-box-shadow .2s ease;
21235
+ transition: border-color .2s ease,-webkit-box-shadow .2s ease;
21236
+ transition: border-color .2s ease,box-shadow .2s ease;
21237
+ transition: border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease; }
21238
+
21239
+ .custom-fee-table-textarea:focus {
21240
+ outline: none;
21241
+ border-color: #1e3a8a;
21242
+ -webkit-box-shadow: 0 0 0 2px rgba(30, 58, 138, 0.1);
21243
+ box-shadow: 0 0 0 2px rgba(30, 58, 138, 0.1); }
21244
+
21245
+ .custom-fee-table-textarea:disabled {
21246
+ background-color: #f5f5f5;
21247
+ color: #999;
21248
+ cursor: not-allowed; }
21249
+
21250
+ .custom-fee-remark-display {
21251
+ padding: 10px 12px;
21252
+ border: 1px solid #e0e0e0;
21253
+ border-radius: 4px;
21254
+ background-color: #f9f9f9;
21255
+ font-size: 15px;
21256
+ line-height: 1.5;
21257
+ word-wrap: break-word;
21258
+ white-space: pre-wrap;
21259
+ max-height: 240px;
21260
+ overflow-y: auto;
21261
+ min-height: 40px;
21262
+ -webkit-box-align: start;
21263
+ -ms-flex-align: start;
21264
+ align-items: flex-start;
21265
+ color: #333; }
21266
+
21267
+ .custom-fee-mobile-cards, .custom-fee-remark-display {
21223
21268
  display: -webkit-box;
21224
21269
  display: -ms-flexbox;
21225
- display: flex;
21270
+ display: flex; }
21271
+
21272
+ .custom-fee-mobile-cards {
21226
21273
  -webkit-box-orient: vertical;
21227
21274
  -webkit-box-direction: normal;
21228
21275
  -ms-flex-direction: column;
@@ -21263,13 +21310,13 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21263
21310
 
21264
21311
  .custom-fee-card-type {
21265
21312
  font-weight: 700;
21266
- font-size: 14px;
21313
+ font-size: 15px;
21267
21314
  color: #1a1a1a;
21268
21315
  text-transform: capitalize;
21269
21316
  letter-spacing: .3px; }
21270
21317
 
21271
21318
  .custom-fee-card-original-amount {
21272
- font-size: 12px;
21319
+ font-size: 15px;
21273
21320
  color: #888;
21274
21321
  font-weight: 500; }
21275
21322
 
@@ -21515,7 +21562,8 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21515
21562
 
21516
21563
  .checklist-table-cell-doc-name {
21517
21564
  font-size: 16px;
21518
- min-width: 150px; }
21565
+ min-width: 150px;
21566
+ max-width: 340px; }
21519
21567
 
21520
21568
  .checklist-table-cell-file {
21521
21569
  min-width: 100px; }
@@ -21531,6 +21579,144 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21531
21579
  -webkit-box-sizing: border-box;
21532
21580
  box-sizing: border-box; }
21533
21581
 
21582
+ .checklist-mobile-cards {
21583
+ display: -webkit-box;
21584
+ display: -ms-flexbox;
21585
+ display: flex;
21586
+ -webkit-box-orient: vertical;
21587
+ -webkit-box-direction: normal;
21588
+ -ms-flex-direction: column;
21589
+ flex-direction: column;
21590
+ grid-gap: 10px;
21591
+ gap: 10px;
21592
+ padding: 0; }
21593
+
21594
+ .checklist-mobile-card {
21595
+ border-bottom: 1px solid #e0e0e0;
21596
+ padding: 12px 0; }
21597
+
21598
+ .checklist-card-header {
21599
+ display: -webkit-box;
21600
+ display: -ms-flexbox;
21601
+ display: flex;
21602
+ grid-gap: 8px;
21603
+ gap: 8px;
21604
+ margin-bottom: 8px;
21605
+ -webkit-box-align: center;
21606
+ -ms-flex-align: center;
21607
+ align-items: center;
21608
+ margin-left: 10px; }
21609
+
21610
+ .checklist-card-sr-no {
21611
+ font-weight: 600;
21612
+ font-size: 14px;
21613
+ color: #333;
21614
+ min-width: 20px; }
21615
+
21616
+ .checklist-card-doc-name {
21617
+ font-weight: 600;
21618
+ font-size: 13px;
21619
+ color: #333;
21620
+ -webkit-box-flex: 1;
21621
+ -ms-flex: 1;
21622
+ flex: 1; }
21623
+
21624
+ .checklist-card-content {
21625
+ grid-gap: 8px;
21626
+ gap: 8px;
21627
+ margin-left: 28px; }
21628
+
21629
+ .checklist-card-content, .checklist-card-row {
21630
+ display: -webkit-box;
21631
+ display: -ms-flexbox;
21632
+ display: flex;
21633
+ -webkit-box-orient: vertical;
21634
+ -webkit-box-direction: normal;
21635
+ -ms-flex-direction: column;
21636
+ flex-direction: column; }
21637
+
21638
+ .checklist-card-row {
21639
+ grid-gap: 4px;
21640
+ gap: 4px; }
21641
+
21642
+ .checklist-card-label {
21643
+ font-weight: 500;
21644
+ font-size: 11px;
21645
+ color: #666;
21646
+ text-transform: uppercase;
21647
+ letter-spacing: .3px; }
21648
+
21649
+ .checklist-card-remark {
21650
+ font-size: 13px;
21651
+ line-height: 1.4;
21652
+ word-wrap: break-word;
21653
+ white-space: pre-wrap;
21654
+ color: #333; }
21655
+
21656
+ .checklist-table-textarea {
21657
+ min-height: 60px;
21658
+ max-height: 240px;
21659
+ word-wrap: break-word;
21660
+ white-space: pre-wrap;
21661
+ resize: vertical;
21662
+ padding: 14px 16px;
21663
+ border: 1px solid #ccc;
21664
+ border-radius: 4px;
21665
+ font-size: 15px;
21666
+ line-height: 1.5;
21667
+ -webkit-transition: border-color .2s ease,-webkit-box-shadow .2s ease;
21668
+ transition: border-color .2s ease,-webkit-box-shadow .2s ease;
21669
+ transition: border-color .2s ease,box-shadow .2s ease;
21670
+ transition: border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;
21671
+ width: 100%;
21672
+ -webkit-box-sizing: border-box;
21673
+ box-sizing: border-box;
21674
+ font-family: inherit;
21675
+ text-align: justify; }
21676
+
21677
+ .checklist-table-textarea:focus {
21678
+ outline: none;
21679
+ border-color: #1e3a8a;
21680
+ -webkit-box-shadow: 0 0 0 2px rgba(30, 58, 138, 0.1);
21681
+ box-shadow: 0 0 0 2px rgba(30, 58, 138, 0.1); }
21682
+
21683
+ .checklist-table-textarea:disabled {
21684
+ background-color: #f5f5f5;
21685
+ color: #999;
21686
+ cursor: not-allowed;
21687
+ border-color: #e1e8f0; }
21688
+
21689
+ @media (max-width: 1024px) {
21690
+ .checklist-table-textarea {
21691
+ padding: 12px 14px;
21692
+ font-size: 13px; } }
21693
+
21694
+ @media (max-width: 768px) {
21695
+ .checklist-table-textarea {
21696
+ padding: 10px 12px;
21697
+ font-size: 12px;
21698
+ min-height: 50px; } }
21699
+
21700
+ .checklist-remark-display {
21701
+ padding: 14px 16px;
21702
+ font-size: 15px;
21703
+ line-height: 1.5;
21704
+ word-wrap: break-word;
21705
+ white-space: pre-wrap;
21706
+ color: #000;
21707
+ text-align: justify;
21708
+ font-weight: 600; }
21709
+
21710
+ @media (max-width: 1024px) {
21711
+ .checklist-remark-display {
21712
+ padding: 12px 14px;
21713
+ font-size: 15px; } }
21714
+
21715
+ @media (max-width: 768px) {
21716
+ .checklist-remark-display {
21717
+ padding: 10px 12px;
21718
+ font-size: 14px; } }
21719
+
21534
21720
  @media (min-width: 1024px) {
21535
21721
  .data-card .employee-card-sub-heade {
21536
21722
  margin-bottom: 40px;
@@ -21540,3 +21726,59 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21540
21726
  text-align: left;
21541
21727
  text-transform: uppercase;
21542
21728
  letter-spacing: .4px; } }
21729
+
21730
+ .language-plugin {
21731
+ position: fixed;
21732
+ top: 16px;
21733
+ right: 20px;
21734
+ z-index: 99999;
21735
+ background: linear-gradient(135deg, #2563eb, #7c3aed);
21736
+ padding: 6px 10px;
21737
+ border-radius: 8px;
21738
+ -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
21739
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
21740
+ display: -webkit-box;
21741
+ display: -ms-flexbox;
21742
+ display: flex;
21743
+ -webkit-box-align: center;
21744
+ -ms-flex-align: center;
21745
+ align-items: center; }
21746
+
21747
+ .language-plugin svg path {
21748
+ fill: #fff; }
21749
+
21750
+ .language-plugin:hover {
21751
+ -webkit-transform: translateY(-3px) scale(1.03);
21752
+ transform: translateY(-3px) scale(1.03);
21753
+ -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
21754
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4); }
21755
+
21756
+ .language-plugin-landing {
21757
+ position: fixed;
21758
+ top: 16px;
21759
+ right: 20px;
21760
+ z-index: 99999;
21761
+ background: #fff;
21762
+ padding: 6px 10px;
21763
+ border-radius: 8px;
21764
+ display: -webkit-box;
21765
+ display: -ms-flexbox;
21766
+ display: flex;
21767
+ -webkit-box-align: center;
21768
+ -ms-flex-align: center;
21769
+ align-items: center;
21770
+ backdrop-filter: blur(12px);
21771
+ -webkit-backdrop-filter: blur(12px);
21772
+ -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
21773
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
21774
+ -webkit-transition: all .3s ease;
21775
+ transition: all .3s ease; }
21776
+
21777
+ .language-plugin-landing:hover {
21778
+ -webkit-transform: translateY(-3px) scale(1.03);
21779
+ transform: translateY(-3px) scale(1.03);
21780
+ -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
21781
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4); }
21782
+
21783
+ .margin-right-50 {
21784
+ margin-right: 50px; }