@pmidc/upyog-css 1.2.51 → 1.2.53

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 (141) hide show
  1. package/dist/index.css +23988 -14978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  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/challanGeneration.scss +349 -0
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -0
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -0
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -0
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -0
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -302
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2424
  82. package/src/modules/BPA/index.scss +5262 -394
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -643
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -0
  87. package/src/modules/rentAndLease/index.scss +591 -288
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -0,0 +1,233 @@
1
+ .ndc-style-04dd2b26c2 {
2
+ color:red;
3
+ padding:1rem;
4
+ }
5
+
6
+ .ndc-style-0a43e56ae2 {
7
+ color:white;
8
+ }
9
+
10
+ .ndc-style-0ddf068bfb {
11
+ overflow-x:auto;
12
+ }
13
+
14
+ .ndc-style-2a1b75c911 {
15
+ display:block;
16
+ }
17
+
18
+ .ndc-style-30e741d98e {
19
+ width:auto;
20
+ }
21
+
22
+ .ndc-style-3f681624b1 {
23
+ color:white;
24
+ font-size:13px;
25
+ }
26
+
27
+ .ndc-style-49fcd855ce {
28
+ margin-top:24px;
29
+ }
30
+
31
+ .ndc-style-56838cf109 {
32
+ display:flex;
33
+ justify-content:flex-end;
34
+ align-items:center;
35
+ padding:16px;
36
+ }
37
+
38
+ .ndc-style-59bdf7cb33 {
39
+ padding:10px;
40
+ }
41
+
42
+ .ndc-style-706912a43b {
43
+ color:white;
44
+ font-size: 12px;
45
+ }
46
+
47
+ .ndc-style-7b6669c0c3 {
48
+ width:100%;
49
+ border-collapse:collapse;
50
+ font-size:14px;
51
+ margin-top:1rem;
52
+ }
53
+
54
+ .ndc-style-87c136dfd0 {
55
+ margin-bottom:16px;
56
+ }
57
+
58
+ .ndc-style-88705a2c59 {
59
+ width:100%;
60
+ padding-right:25px;
61
+ padding-left:25px;
62
+ }
63
+
64
+ .ndc-style-91a87015f4 {
65
+ text-align:center;
66
+ }
67
+
68
+ .ndc-style-95fd837ece {
69
+ display:flex;
70
+ align-items:center;
71
+ gap:12px;
72
+ }
73
+
74
+ .ndc-style-961753662d {
75
+ background-color:#f0f0f0;
76
+ }
77
+
78
+ .ndc-style-9619a2518f {
79
+ margin-top:40px;
80
+ margin-bottom:20px;
81
+ }
82
+
83
+ .ndc-style-9cdf81d40c {
84
+ color:green;
85
+ }
86
+
87
+ .ndc-style-a26bda7d11 {
88
+ margin-top:20px;
89
+ }
90
+
91
+ .ndc-style-a828909e66 {
92
+ max-width:200px;
93
+ }
94
+
95
+ .ndc-style-c2529bfa42 {
96
+ display:flex;
97
+ flex-direction:column;
98
+ gap:8px;
99
+ width:100%;
100
+ }
101
+
102
+ .ndc-style-c86bca9ccc {
103
+ background-color:#efefef;
104
+ font-weight:bold;
105
+ }
106
+
107
+ .ndc-style-c8be6c92ec {
108
+ color: green;
109
+ font-size:14px;
110
+ padding-bottom:10px;
111
+ }
112
+
113
+ .ndc-style-cc1363702b {
114
+ color:white;
115
+ font-size:12px;
116
+ }
117
+
118
+ .ndc-style-d9f149756a {
119
+ margin-top:40px;
120
+ }
121
+
122
+ .ndc-style-ec82c42339 {
123
+ cursor:pointer;
124
+ margin-left:20px;
125
+ }
126
+
127
+ .ndc-style-f320e198cb {
128
+ display:flex;
129
+ flex-direction:row;
130
+ align-items:baseline;
131
+ gap:16px;
132
+ }
133
+
134
+ .ndc-style-f4acddf10b {
135
+ background-color:#f9f9f9;
136
+ }
137
+
138
+ .ndc-loader {
139
+ display: flex;
140
+ position: relative;
141
+ align-items: center;
142
+ justify-content: center;
143
+ width: 100%;
144
+ min-height: 100px;
145
+ }
146
+
147
+ .ndc-loader--page {
148
+ position: fixed;
149
+ inset: 0;
150
+ width: 100vw;
151
+ height: 100vh;
152
+ background: rgba(255, 255, 255, 0.6);
153
+ backdrop-filter: blur(4px);
154
+ z-index: 9999;
155
+ }
156
+
157
+ .ndc-loader__spinner {
158
+ width: 64px;
159
+ height: 64px;
160
+ border: 8px solid #1976d2;
161
+ border-top-color: transparent;
162
+ border-radius: 50%;
163
+ animation: ndc-loader-spin 1.2s linear infinite;
164
+ }
165
+
166
+ @keyframes ndc-loader-spin {
167
+ from { transform: rotate(0deg); }
168
+ to { transform: rotate(360deg); }
169
+ }
170
+
171
+ .ndc-property-search__label--water {
172
+ font-weight: 700;
173
+ }
174
+
175
+ .ndc-breadcrumb--offset {
176
+ margin-left: 10px;
177
+ }
178
+
179
+ .ndc-pagination__button {
180
+ cursor: pointer;
181
+ }
182
+
183
+ .ndc-pagination__button--disabled {
184
+ cursor: not-allowed;
185
+ }
186
+
187
+ .ndc-due-amount--overdue {
188
+ padding-top: 8px;
189
+ padding-left: 10px;
190
+ color: white;
191
+ background: red;
192
+ }
193
+
194
+ .ndc-due-amount__row--overdue {
195
+ background: red;
196
+ color: white;
197
+ }
198
+
199
+ .ndc-due-amount__row--overdue h2,
200
+ .ndc-due-amount__row--overdue .value {
201
+ color: inherit;
202
+ }
203
+
204
+ .ndc-demand-table__cell {
205
+ padding: 6px 8px;
206
+ border: 1px solid #ddd;
207
+ }
208
+
209
+ .ndc-demand-table__cell--left {
210
+ text-align: left;
211
+ }
212
+
213
+ .ndc-demand-table__cell--right {
214
+ text-align: right;
215
+ }
216
+
217
+ .ndc-demand-table__cell--center {
218
+ text-align: center;
219
+ }
220
+
221
+ .popup-module.ndc-pay-ws-bill-modal {
222
+ width: 90%;
223
+ margin-top: 5px;
224
+ }
225
+
226
+ .ndc-document-upload h2 {
227
+ width: 100%;
228
+ }
229
+
230
+ .ndc-response-banner header {
231
+ font-size: 32px;
232
+ word-break: break-word;
233
+ }
@@ -1,82 +1,82 @@
1
-
2
- .new-df-footer{
3
- background-color:#1e293b;
4
- color:#ffffff;
5
- padding:48px 0 0 0;
6
- margin-top:64px;
7
- width:100%;
8
- box-sizing:border-box;
9
- }
10
-
11
- .new-df-container{
12
- max-width:1200px;
13
- margin:0 auto;
14
- padding:0 40px;
15
- box-sizing:border-box;
16
- }
17
- /* do not touch until this is approved from vinit and palam sir */
18
-
19
- /*
20
- .new-df-grid{
21
- display:grid;
22
- grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
23
- gap:48px;
24
- padding-bottom:40px;
25
- }
26
- */
27
-
28
- .new-df-grid{
29
- display: none;
30
- }
31
-
32
- .new-df-column{
33
- display:flex;
34
- flex-direction:column;
35
- gap:16px;
36
- }
37
-
38
- .new-df-heading{
39
- font-size:18px;
40
- font-weight:600;
41
- margin:0 0 8px 0;
42
- color:#ffffff;
43
- }
44
-
45
- .new-df-text{
46
- font-size:14px;
47
- line-height:1.6;
48
- color:#cbd5e1;
49
- margin:0;
50
- }
51
-
52
- .new-df-link{
53
- font-size:14px;
54
- color:#cbd5e1;
55
- text-decoration:none;
56
- cursor:pointer;
57
- transition:color 0.2s ease;
58
- display:block;
59
- margin-bottom:8px;
60
- }
61
-
62
- .new-df-link:hover{
63
- color:#ffffff;
64
- }
65
-
66
- .new-df-bottom{
67
- border-top:1px solid #334155;
68
- padding:24px 0;
69
- text-align:center;
70
- }
71
-
72
- .new-df-copyright{
73
- font-size:14px;
74
- color:#94a3b8;
75
- margin:0;
76
- }
77
-
78
- @media (max-width:768px){
79
- .new-df-container{padding:0 16px}
80
- .new-df-grid{gap:20px}
81
- }
82
-
1
+
2
+ .new-df-footer{
3
+ background-color:#1e293b;
4
+ color:#ffffff;
5
+ padding:48px 0 0 0;
6
+ margin-top:64px;
7
+ width:100%;
8
+ box-sizing:border-box;
9
+ }
10
+
11
+ .new-df-container{
12
+ max-width:1200px;
13
+ margin:0 auto;
14
+ padding:0 40px;
15
+ box-sizing:border-box;
16
+ }
17
+ /* do not touch until this is approved from vinit and palam sir */
18
+
19
+ /*
20
+ .new-df-grid{
21
+ display:grid;
22
+ grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
23
+ gap:48px;
24
+ padding-bottom:40px;
25
+ }
26
+ */
27
+
28
+ .new-df-grid{
29
+ display: none;
30
+ }
31
+
32
+ .new-df-column{
33
+ display:flex;
34
+ flex-direction:column;
35
+ gap:16px;
36
+ }
37
+
38
+ .new-df-heading{
39
+ font-size:18px;
40
+ font-weight:600;
41
+ margin:0 0 8px 0;
42
+ color:#ffffff;
43
+ }
44
+
45
+ .new-df-text{
46
+ font-size:14px;
47
+ line-height:1.6;
48
+ color:#cbd5e1;
49
+ margin:0;
50
+ }
51
+
52
+ .new-df-link{
53
+ font-size:14px;
54
+ color:#cbd5e1;
55
+ text-decoration:none;
56
+ cursor:pointer;
57
+ transition:color 0.2s ease;
58
+ display:block;
59
+ margin-bottom:8px;
60
+ }
61
+
62
+ .new-df-link:hover{
63
+ color:#ffffff;
64
+ }
65
+
66
+ .new-df-bottom{
67
+ border-top:1px solid #334155;
68
+ padding:24px 0;
69
+ text-align:center;
70
+ }
71
+
72
+ .new-df-copyright{
73
+ font-size:14px;
74
+ color:#94a3b8;
75
+ margin:0;
76
+ }
77
+
78
+ @media (max-width:768px){
79
+ .new-df-container{padding:0 16px}
80
+ .new-df-grid{gap:20px}
81
+ }
82
+