@pmidc/upyog-css 1.1.5 → 1.1.7

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 (126) hide show
  1. package/dist/index.css +5068 -2869
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -110
  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 -0
  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/TimeLine.scss +96 -68
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -147
  23. package/src/components/buttons.scss +87 -80
  24. package/src/components/card.scss +581 -436
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -27
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -30
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -72
  50. package/src/components/navbar.scss +338 -345
  51. package/src/components/newFooter.scss +75 -0
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -20
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -205
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -178
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -111
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -147
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1022
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -0
  76. package/src/pages/citizen/DocumentList.scss +448 -304
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -165
  79. package/src/pages/citizen/InboxCard.scss +327 -0
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -21
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -193
  83. package/src/pages/citizen/container.scss +32 -22
  84. package/src/pages/citizen/loaderMessage.scss +295 -295
  85. package/src/pages/citizen/payment/payment-type.scss +2 -2
  86. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  87. package/src/pages/common/form.scss +25 -25
  88. package/src/pages/common/newApplicationTimeline.scss +203 -0
  89. package/src/pages/common/pgrUICssfix.scss +105 -105
  90. package/src/pages/common/requiredField.scss +2 -2
  91. package/src/pages/common/sanctionFeeTable.scss +91 -91
  92. package/src/pages/common/searchIcon.scss +12 -12
  93. package/src/pages/common/stepForm.scss +40 -40
  94. package/src/pages/employee/EmployeeLogin.scss +6 -6
  95. package/src/pages/employee/cardfix.scss +13 -13
  96. package/src/pages/employee/container.scss +73 -73
  97. package/src/pages/employee/dashboard.scss +203 -203
  98. package/src/pages/employee/disconnection.scss +425 -425
  99. package/src/pages/employee/dss.scss +251 -249
  100. package/src/pages/employee/faq.scss +353 -353
  101. package/src/pages/employee/footer.scss +68 -68
  102. package/src/pages/employee/form-fields.scss +13 -13
  103. package/src/pages/employee/header.scss +262 -0
  104. package/src/pages/employee/iframe.scss +65 -65
  105. package/src/pages/employee/inbox.scss +744 -744
  106. package/src/pages/employee/index.scss +677 -678
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -595
  109. package/src/pages/employee/oldMobileInbox.scss +4 -4
  110. package/src/pages/employee/popupmodule.scss +47 -47
  111. package/src/pages/employee/response.scss +2 -2
  112. package/src/pages/employee/scroll-table.scss +113 -113
  113. package/src/pages/employee/surveys.scss +469 -469
  114. package/src/pages/employee/tooltip.scss +35 -35
  115. package/src/pages/employee/updateNumber.scss +12 -12
  116. package/src/pages/swach/index.scss +172 -172
  117. package/src/pages/ws/index.scss +104 -104
  118. package/svg/camera.svg +4 -4
  119. package/svg/check.svg +3 -3
  120. package/svg/close.svg +4 -4
  121. package/svg/error.svg +3 -3
  122. package/svg/error2.svg +5 -5
  123. package/svg/searchicon.svg +3 -3
  124. package/svg/starempty.svg +3 -3
  125. package/svg/starfilled.svg +4 -4
  126. package/svg/success.svg +3 -3
@@ -1,205 +1,276 @@
1
- /*.select {
2
-
3
- @apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
4
-
5
- option {
6
- @apply h-10 text-form-field text-text-primary align-top text-left;
7
- }
8
-
9
- }
10
-
11
- .select:active {
12
- @apply border-focus border-2;
13
- }
14
-
15
- @screen dt {
16
- .select {
17
- @apply w-2/5;
18
- }
19
- }
20
- */
21
- .employee-select-wrap:active{
22
- background-color: white
23
- }
24
- .employee-select-wrap {
25
- @apply mb-lg relative;
26
-
27
- .select {
28
- @apply relative block w-full h-10 border border-solid border-input-border;
29
- &:hover {
30
- @apply border-2 border-solid border-primary-main;
31
- }
32
- input[type="text"] {
33
- width: calc(100% - 32px);
34
- background-color: transparent;
35
- margin-top: -23px !important;
36
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
37
- }
38
-
39
- p {
40
- padding-top: 9px;
41
- @apply text-form-field text-text-primary float-left ml-sm;
42
- }
43
-
44
- img {
45
- @apply float-right h-6 w-6 mt-sm mr-sm;
46
- }
47
-
48
- svg {
49
- @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
50
- }
51
- }
52
-
53
- .select-active {
54
- @apply relative block w-full h-10 border-2 border-solid border-primary-main;
55
- height: 2 rem !important;
56
- padding: 1.5rem 1rem;
57
- border-radius: 8px;
58
- border: 1px solid #b4b4b4;
59
- background-color: white;
60
-
61
- input[type="text"] {
62
- width: calc(100% - 32px);
63
- background-color: transparent;
64
- margin-top: -23px;
65
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
66
- }
67
-
68
- p {
69
- @apply text-form-field text-text-primary float-left ml-sm;
70
- }
71
-
72
- p {
73
- padding-top: 9px;
74
- }
75
-
76
- img {
77
- @apply float-right h-6 w-6 mt-sm mr-sm;
78
- }
79
-
80
- svg {
81
- @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
82
- }
83
- }
84
-
85
- .options-card {
86
- width: 100% !important;
87
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
88
- max-height: 250px !important;
89
- overflow: auto;
90
- z-index: 1000 !important;
91
- @apply absolute z-20 mt-xs bg-white max-w-full;
92
-
93
- p {
94
- padding-top: 14px;
95
- @apply w-full h-12 pl-sm text-text-primary text-form-field;
96
-
97
- &:hover {
98
- @apply bg-grey-mid;
99
- }
100
- }
101
- }
102
- }
103
- .fsm-registry-dropdown {
104
- .select {
105
- @apply flex;
106
- input {
107
- text-align: left;
108
- }
109
- }
110
- .select-active {
111
- text-align: left;
112
- }
113
- .options-card {
114
- .profile-dropdown--item {
115
- justify-content: left;
116
- }
117
- }
118
- margin-bottom: 0;
119
- }
120
-
121
- .employee-select-wrap--elipses {
122
- width: 85% !important;
123
- overflow: hidden;
124
- text-overflow: ellipsis;
125
- white-space: nowrap;
126
- }
127
-
128
- .select-wrap {
129
- @apply mb-lg relative;
130
- max-width: 540px;
131
- width:100%;
132
-
133
- .select {
134
- @apply relative block w-full;
135
- height: 3rem;
136
- border: 1px solid #b4b4b4;
137
- border-radius: 8px;
138
-
139
- input[type="text"] {
140
- width: calc(100% - 32px);
141
- background-color: transparent;
142
-
143
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
144
- }
145
-
146
- p {
147
- padding-top: 9px;
148
- @apply text-form-field text-text-primary float-left ml-sm;
149
- }
150
-
151
- img {
152
- @apply float-right h-6 w-6 mt-sm mr-sm;
153
- }
154
-
155
- svg {
156
- @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
157
- }
158
- }
159
-
160
- .select-active {
161
- @apply relative block w-full h-10 border-2 border-solid border-primary-main;
162
-
163
- input[type="text"] {
164
- width: calc(100% - 32px);
165
- background-color: transparent;
166
- margin-top: -23px;
167
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
168
- }
169
-
170
- p {
171
- @apply text-form-field text-text-primary float-left ml-sm;
172
- }
173
-
174
- p {
175
- padding-top: 9px;
176
- }
177
-
178
- img {
179
- @apply float-right h-6 w-6 mt-sm mr-sm;
180
- }
181
-
182
- svg {
183
- @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
184
- }
185
- }
186
-
187
- .options-card {
188
- width: 100% !important;
189
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
190
- @apply absolute z-20 mt-xs bg-white;
191
-
192
- p {
193
- padding-top: 14px;
194
- @apply w-full h-12 pl-sm text-text-primary text-form-field;
195
-
196
- &:hover {
197
- @apply bg-grey-mid;
198
- }
199
- }
200
- }
201
- }
202
-
203
- .employee-select-wrap .select img, .employee-select-wrap .select svg{
204
- margin-top: -10px;
205
- }
1
+ /*.select {
2
+
3
+ @apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
4
+
5
+ option {
6
+ @apply h-10 text-form-field text-text-primary align-top text-left;
7
+ }
8
+
9
+ }
10
+
11
+ .select:active {
12
+ @apply border-focus border-2;
13
+ }
14
+
15
+ @screen dt {
16
+ .select {
17
+ @apply w-2/5;
18
+ }
19
+ }
20
+ */
21
+ .employee-select-wrap:active {
22
+ background-color: white;
23
+ }
24
+ .employee-select-wrap .select {
25
+ background-color: white;
26
+ border-radius: 5px;
27
+ border-color:1px solid blue;
28
+ height: 50px;
29
+ }
30
+ .employee-select-wrap {
31
+ @apply mb-lg relative;
32
+
33
+ .select {
34
+ background-color: white;
35
+ border-radius: 8px;
36
+ border-color: rgb(46, 46, 236);
37
+ height: 50px;
38
+
39
+
40
+ input[type="text"] {
41
+ width: calc(100% - 32px);
42
+ background-color: transparent;
43
+
44
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
45
+ }
46
+
47
+ p {
48
+ padding-top: 9px;
49
+ @apply text-form-field text-text-primary float-left ml-sm;
50
+ }
51
+
52
+ img {
53
+ @apply float-right h-6 w-6 mt-sm mr-sm;
54
+ }
55
+
56
+ svg {
57
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
58
+ }
59
+ }
60
+
61
+ .select-active {
62
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
63
+ height: 3rem;
64
+ border: 1px solid #2563eb;
65
+ border-radius: 8px;
66
+ background-color: white;
67
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12);
68
+ position: relative;
69
+
70
+ input[type="text"] {
71
+ width: calc(100% - 32px);
72
+ background-color: transparent;
73
+
74
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
75
+ }
76
+
77
+ p {
78
+ @apply text-form-field text-text-primary float-left ml-sm;
79
+ }
80
+
81
+ p {
82
+ padding-top: 9px;
83
+ }
84
+
85
+ img {
86
+ @apply float-right h-6 w-6 mt-sm mr-sm;
87
+ }
88
+
89
+ svg {
90
+ position: absolute !important;
91
+ top: 50% !important;
92
+ right: 12px !important;
93
+ transform: translateY(-50%) !important;
94
+ margin: 0 !important;
95
+ float: none !important;
96
+ }
97
+ }
98
+
99
+ .options-card {
100
+ width: 100% !important;
101
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
102
+ max-height: 250px !important;
103
+ overflow: auto;
104
+ z-index: 1000 !important;
105
+ @apply absolute z-20 mt-xs bg-white max-w-full;
106
+
107
+ p {
108
+ padding-top: 14px;
109
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
110
+
111
+ &:hover {
112
+ @apply bg-grey-mid;
113
+ }
114
+ }
115
+ }
116
+ }
117
+ .fsm-registry-dropdown {
118
+ .select {
119
+ @apply flex;
120
+ input {
121
+ text-align: left;
122
+ }
123
+ }
124
+ .select-active {
125
+ text-align: left;
126
+ }
127
+ .options-card {
128
+ .profile-dropdown--item {
129
+ justify-content: left;
130
+ }
131
+ }
132
+ margin-bottom: 0;
133
+ }
134
+
135
+ .employee-select-wrap-elipses {
136
+ width: 85% !important;
137
+ overflow: hidden;
138
+ text-overflow: ellipsis;
139
+ white-space: nowrap;
140
+ }
141
+
142
+ .select-wrap {
143
+ @apply mb-lg relative;
144
+ max-width: 540px;
145
+ width: 100%;
146
+
147
+ .select {
148
+ @apply relative block w-full;
149
+ height: 3rem;
150
+ border: 1px solid #d1d5db;
151
+ border-radius: 8px;
152
+ transition: border-color 0.18s ease, box-shadow 0.18s ease;
153
+ background-color: #ffffff;
154
+
155
+ input[type="text"] {
156
+ width: calc(100% - 32px);
157
+ background-color: transparent;
158
+
159
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
160
+ }
161
+
162
+ p {
163
+ padding-top: 9px;
164
+ @apply text-form-field text-text-primary float-left ml-sm;
165
+ }
166
+
167
+ img {
168
+ @apply float-right h-6 w-6 mt-sm mr-sm;
169
+ }
170
+
171
+ svg {
172
+ position: absolute !important;
173
+ top: 50% !important;
174
+ right: 12px !important;
175
+ transform: translateY(-50%) !important;
176
+ margin: 0 !important;
177
+ float: none !important;
178
+ }
179
+ }
180
+
181
+ .select:hover {
182
+ border-color: #2563eb;
183
+ box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
184
+ }
185
+
186
+ .select:focus-within {
187
+ border-color: #2563eb !important;
188
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
189
+ }
190
+
191
+ .select-active {
192
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
193
+
194
+ input[type="text"] {
195
+ width: calc(100% - 32px);
196
+ background-color: transparent;
197
+
198
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
199
+ }
200
+
201
+ p {
202
+ @apply text-form-field text-text-primary float-left ml-sm;
203
+ }
204
+
205
+ p {
206
+ padding-top: 9px;
207
+ }
208
+
209
+ img {
210
+ @apply float-right h-6 w-6 mt-sm mr-sm;
211
+ }
212
+
213
+ svg {
214
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
215
+ }
216
+ }
217
+
218
+ .options-card {
219
+ width: 100% !important;
220
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
221
+ @apply absolute z-20 mt-xs bg-white;
222
+
223
+ p {
224
+ padding-top: 14px;
225
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
226
+
227
+ &:hover {
228
+ @apply bg-grey-mid;
229
+ }
230
+ }
231
+ }
232
+ }
233
+
234
+ .employee-select-wrap .select img {
235
+ margin-top: -10px;
236
+ }
237
+
238
+ .employee-select-wrap .select svg {
239
+ position: absolute !important;
240
+ top: 50% !important;
241
+ right: 12px !important;
242
+ transform: translateY(-50%) !important;
243
+ margin: 0 !important;
244
+ float: none !important;
245
+ }
246
+
247
+ .employee-login-form .field-container .custom-field {
248
+ padding: 0 !important;
249
+ border: none !important;
250
+ box-shadow: none !important;
251
+ }
252
+
253
+ /* Improved select border and hover/focus styles */
254
+ .employee-select-wrap .select {
255
+ border: 1px solid #d1d5db; /* neutral light border */
256
+ border-radius: 8px;
257
+ transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
258
+ background-color: #ffffff;
259
+ }
260
+
261
+ .employee-select-wrap .select:hover {
262
+ border-color: #2563eb; /* blue on hover */
263
+ box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
264
+ }
265
+
266
+ .employee-select-wrap .select:focus-within,
267
+ .employee-select-wrap .select-active {
268
+ border-color: #2563eb !important;
269
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
270
+ }
271
+
272
+ /* keep dropdown options visible and give subtle offset */
273
+ .employee-select-wrap .options-card {
274
+ transform: translateY(6px);
275
+ will-change: transform;
276
+ }