@pmidc/upyog-css 1.1.6 → 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 +216 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +534 -534
  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/TimeLine.scss +96 -96
  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 -261
  23. package/src/components/buttons.scss +87 -87
  24. package/src/components/card.scss +581 -581
  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 -29
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -36
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -88
  50. package/src/components/navbar.scss +338 -338
  51. package/src/components/newFooter.scss +75 -75
  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 -27
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -276
  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 -362
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -119
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -217
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1028
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -50
  76. package/src/pages/citizen/DocumentList.scss +448 -448
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -214
  79. package/src/pages/citizen/InboxCard.scss +327 -327
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -25
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -357
  83. package/src/pages/citizen/container.scss +32 -32
  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 -251
  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 -262
  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 -677
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -253
  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,46 +1,46 @@
1
- .updatenumber-warper-citizen{
2
- min-height: 95vh;
3
- height: unset;
4
- }
5
- .updatePropertyNumber {
6
- .pt-update-no-popup-wrapper {
7
- @apply m-md;
8
- }
9
- .search-form-wrapper {
10
- display: inherit;
11
- padding: 16px;
12
- .submit-bar {
13
- position: absolute;
14
- bottom: 25px;
15
- width: 90%;
16
- }
17
- .submit-bar-disabled {
18
- position: absolute;
19
- bottom: 25px;
20
- width: 90%;
21
- }
22
- }
23
- }
24
-
25
- @screen dt {
26
- .updatenumber-warper-citizen{
27
- min-height: 100vh;
28
- height: unset;
29
- }
30
- .updatePropertyNumber {
31
- .h1 {
32
- @apply m-md;
33
- }
34
- .search-form-wrapper {
35
- .submit-bar {
36
- width: 100% !important;
37
- position: unset !important;
38
- }
39
- .submit-bar-disabled {
40
- position: absolute;
41
- bottom: 25px;
42
- width: 90%;
43
- }
44
- }
45
- }
46
- }
1
+ .updatenumber-warper-citizen{
2
+ min-height: 95vh;
3
+ height: unset;
4
+ }
5
+ .updatePropertyNumber {
6
+ .pt-update-no-popup-wrapper {
7
+ @apply m-md;
8
+ }
9
+ .search-form-wrapper {
10
+ display: inherit;
11
+ padding: 16px;
12
+ .submit-bar {
13
+ position: absolute;
14
+ bottom: 25px;
15
+ width: 90%;
16
+ }
17
+ .submit-bar-disabled {
18
+ position: absolute;
19
+ bottom: 25px;
20
+ width: 90%;
21
+ }
22
+ }
23
+ }
24
+
25
+ @screen dt {
26
+ .updatenumber-warper-citizen{
27
+ min-height: 100vh;
28
+ height: unset;
29
+ }
30
+ .updatePropertyNumber {
31
+ .h1 {
32
+ @apply m-md;
33
+ }
34
+ .search-form-wrapper {
35
+ .submit-bar {
36
+ width: 100% !important;
37
+ position: unset !important;
38
+ }
39
+ .submit-bar-disabled {
40
+ position: absolute;
41
+ bottom: 25px;
42
+ width: 90%;
43
+ }
44
+ }
45
+ }
46
+ }
@@ -1,26 +1,26 @@
1
- /* Base styles for the form */
2
- .form-container {
3
- display: grid;
4
- gap: 16px; /* Space between fields */
5
- }
6
-
7
- /* 3 fields per row for medium to large screens */
8
- @media (min-width: 900px) {
9
- .form-container {
10
- grid-template-columns: repeat(3, 1fr);
11
- }
12
- }
13
-
14
- /* 2 fields per row for small screens */
15
- @media (min-width: 480px) and (max-width: 899px) {
16
- .form-container {
17
- grid-template-columns: repeat(2, 1fr);
18
- }
19
- }
20
-
21
- /* 1 field per row for very small screens */
22
- @media (max-width: 479px) {
23
- .form-container {
24
- grid-template-columns: 1fr;
25
- }
1
+ /* Base styles for the form */
2
+ .form-container {
3
+ display: grid;
4
+ gap: 16px; /* Space between fields */
5
+ }
6
+
7
+ /* 3 fields per row for medium to large screens */
8
+ @media (min-width: 900px) {
9
+ .form-container {
10
+ grid-template-columns: repeat(3, 1fr);
11
+ }
12
+ }
13
+
14
+ /* 2 fields per row for small screens */
15
+ @media (min-width: 480px) and (max-width: 899px) {
16
+ .form-container {
17
+ grid-template-columns: repeat(2, 1fr);
18
+ }
19
+ }
20
+
21
+ /* 1 field per row for very small screens */
22
+ @media (max-width: 479px) {
23
+ .form-container {
24
+ grid-template-columns: 1fr;
25
+ }
26
26
  }
@@ -0,0 +1,203 @@
1
+ .custom-timeline-container {
2
+ width: 100%;
3
+ padding: 24px;
4
+ background-color: #f9fafb;
5
+ margin-left: 16px;
6
+ border-radius: 12px;
7
+ }
8
+
9
+ .custom-timeline-header {
10
+ margin-bottom: 24px;
11
+ }
12
+
13
+ .custom-tracking-status-header {
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
+ gap: 12px;
18
+ margin-bottom: 16px;
19
+ }
20
+
21
+ .custom-tracking-line {
22
+ height: 1px;
23
+ background-color: #9ca3af;
24
+ width: 80px;
25
+ }
26
+
27
+ .custom-tracking-status-text {
28
+ font-size: 14px;
29
+ font-weight: 600;
30
+ color: #1d4ed8;
31
+ white-space: nowrap;
32
+ letter-spacing: 0.05em;
33
+ }
34
+
35
+ .custom-title-bar-row {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ width: 100%;
40
+ }
41
+
42
+ .custom-timeline-title {
43
+ font-size: 24px;
44
+ font-weight: 700;
45
+ color: #1e3a8a;
46
+ white-space: nowrap;
47
+ }
48
+
49
+ .custom-blue-bar {
50
+ background: linear-gradient(to left, #2563eb, #0d9488); /* Reversed gradient */
51
+ height: 50px;
52
+ border-radius: 5px;
53
+ flex: 1;
54
+ min-width: 50px; /* Ensure it doesn't collapse */
55
+ }
56
+
57
+ .custom-timeline-entries {
58
+ display: flex;
59
+ flex-direction: column;
60
+ gap: 0;
61
+ }
62
+
63
+ .custom-timeline-entry {
64
+ position: relative;
65
+ margin-bottom: 32px;
66
+ }
67
+
68
+ .custom-vertical-line {
69
+ position: absolute;
70
+ left: 93px;
71
+ top: 37px;
72
+ width: 3px;
73
+ background-color: #d1d5db;
74
+ bottom: 0;
75
+ }
76
+
77
+ .custom-date-badge {
78
+ display: inline-block;
79
+ background-color: #14b8a6;
80
+ color: white;
81
+ padding: 8px 16px;
82
+ border-radius: 8px;
83
+ font-weight: 700;
84
+ font-size: 14px;
85
+ margin-bottom: 12px;
86
+ }
87
+
88
+ .custom-entry-content {
89
+ display: flex;
90
+ gap: 24px;
91
+ }
92
+
93
+ .custom-icon-container {
94
+ position: relative;
95
+ flex-shrink: 0;
96
+ margin-left: 69px;
97
+ }
98
+
99
+ .custom-circular-icon {
100
+ width: 48px;
101
+ height: 48px;
102
+ border-radius: 50%;
103
+ background-color: #14b8a6;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
108
+ position: relative;
109
+ z-index: 10;
110
+ }
111
+
112
+ .custom-mail-icon {
113
+ width: 20px;
114
+ height: 20px;
115
+ color: white;
116
+ fill: none;
117
+ stroke: currentColor;
118
+ stroke-width: 2;
119
+ stroke-linecap: round;
120
+ stroke-linejoin: round;
121
+ }
122
+
123
+ .custom-content-card {
124
+ flex: 1;
125
+ border: 1px solid #d1d5db;
126
+ border-radius: 6px;
127
+ background-color: white;
128
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
129
+ }
130
+
131
+ .custom-card-top {
132
+ display: flex;
133
+ justify-content: space-between;
134
+ padding: 20px 24px;
135
+ }
136
+
137
+ .custom-card-left {
138
+ flex: 1;
139
+ padding-right: 16px;
140
+ }
141
+
142
+ .custom-card-right {
143
+ flex-shrink: 0;
144
+ text-align: right;
145
+ }
146
+
147
+ .custom-action-title {
148
+ font-size: 16px;
149
+ font-weight: 700;
150
+ color: #374151;
151
+ margin-bottom: 8px;
152
+ }
153
+
154
+ .custom-actions-label {
155
+ font-size: 12px;
156
+ color: #6b7280;
157
+ font-weight: 600;
158
+ margin-bottom: 6px;
159
+ }
160
+
161
+ .custom-status-text {
162
+ font-size: 14px;
163
+ font-weight: 600;
164
+ color: #374151;
165
+ }
166
+
167
+ .custom-officer-info {
168
+ margin-bottom: 4px;
169
+ }
170
+
171
+ .custom-officer-name {
172
+ font-size: 14px;
173
+ font-weight: 700;
174
+ color: #374151;
175
+ margin-bottom: 4px;
176
+ }
177
+
178
+ .custom-officer-email {
179
+ font-size: 14px;
180
+ color: #4b5563;
181
+ }
182
+
183
+ .custom-email-label {
184
+ font-weight: 600;
185
+ }
186
+
187
+ .custom-comments-section {
188
+ border-top: 1px solid #e5e7eb;
189
+ padding: 16px 24px 20px;
190
+ }
191
+
192
+ .custom-comments-title {
193
+ font-size: 14px;
194
+ font-weight: 600;
195
+ color: #4b5563;
196
+ margin-bottom: 8px;
197
+ }
198
+
199
+ .custom-comment-text {
200
+ font-size: 14px;
201
+ color: #374151;
202
+ line-height: 1.6;
203
+ }
@@ -1,106 +1,106 @@
1
- .pgr-desktop-inbox-container {
2
-
3
- .pgr-desktop-card-empty-state,
4
- .pgr-desktop-card-error-state {
5
- margin-top: 20px;
6
-
7
- p {
8
- text-align: center;
9
- }
10
- }
11
-
12
- .pgr-desktop-inbox-content-wrapper {
13
- flex: 1;
14
-
15
- .pgr-desktop-inbox-result-container {
16
- margin-top: 24px;
17
- margin-left: 24px;
18
- flex: 1;
19
- background-color: #fff;
20
- }
21
- }
22
- }
23
-
24
- .pgr-desktop-complaint-table {
25
- width: -webkit-fill-available;
26
- .pgr-timeline-cell {
27
- padding: 20px 18px !important;
28
- font-size: 16px !important;
29
- }
30
-
31
- .pgr-timeline-large-cell {
32
- min-width: 240px !important;
33
- }
34
- }
35
-
36
- .pgr-complaintDetails-headerTimeline-spaceclass{
37
- display:flex;
38
- justify-content:space-between;
39
- align-items:baseline
40
- }
41
- .pgr-complaintDetails-viewTimeline-link{
42
- margin-left:auto;
43
- color:#A52A2A;
44
- color: black
45
- }
46
- .pgr-complaintdetils-overflowX{
47
- overflowX:scroll
48
- }
49
-
50
- .pgr-citizen-wrapper-width-fixed{
51
- width:-webkit-fill-available !important;
52
- padding-left: 16px;
53
- padding-right: 16px;
54
- margin-top: 1rem;
55
- }
56
- .pgr-citizen-complaint-details-page{
57
- width:-webkit-fill-available !important;
58
- }
59
-
60
- .Pgr-complaintList-error{
61
- text-align: center !important;
62
- }
63
-
64
- .Pgr-complaintList-noComplaints{
65
- text-align: center !important;
66
- }
67
- .PGR-Citizen-response-marginBottom{
68
- margin-bottom:10px !important;
69
- }
70
-
71
- .pgr-inbox-ComplaintCard-MarginTop{
72
- margin-Top: 20 !important;
73
- }
74
-
75
- .pgr-inbox-ComplaintCard-TextAlign{
76
- text-align: center !important;
77
- }
78
-
79
- .pgr-mandoatoryfields{
80
- color: red !important;
81
- }
82
- .pgr-moblieInbox-padding{
83
- padding: 0 !important;
84
- }
85
-
86
- .pgr-employeeInbox-search-app-form {
87
- margin-left: 24px !important;
88
- }
89
-
90
- .pgr-employeeInbox-search-app-container {
91
- width: auto !important;
92
- }
93
-
94
- .pgr-employeeInbox-search-app-input-container {
95
- display: grid !important;
96
- }
97
-
98
- .pgr-employeeInbox-search-app-complaint-textinput {
99
- margin-bottom: 8px !important;
100
- }
101
-
102
- .pgr-employeeInbox-search-app-submitbar {
103
- margin-top: 32px;
104
- margin-left: 16px;
105
- width: calc(100% - 16px);
1
+ .pgr-desktop-inbox-container {
2
+
3
+ .pgr-desktop-card-empty-state,
4
+ .pgr-desktop-card-error-state {
5
+ margin-top: 20px;
6
+
7
+ p {
8
+ text-align: center;
9
+ }
10
+ }
11
+
12
+ .pgr-desktop-inbox-content-wrapper {
13
+ flex: 1;
14
+
15
+ .pgr-desktop-inbox-result-container {
16
+ margin-top: 24px;
17
+ margin-left: 24px;
18
+ flex: 1;
19
+ background-color: #fff;
20
+ }
21
+ }
22
+ }
23
+
24
+ .pgr-desktop-complaint-table {
25
+ width: -webkit-fill-available;
26
+ .pgr-timeline-cell {
27
+ padding: 20px 18px !important;
28
+ font-size: 16px !important;
29
+ }
30
+
31
+ .pgr-timeline-large-cell {
32
+ min-width: 240px !important;
33
+ }
34
+ }
35
+
36
+ .pgr-complaintDetails-headerTimeline-spaceclass{
37
+ display:flex;
38
+ justify-content:space-between;
39
+ align-items:baseline
40
+ }
41
+ .pgr-complaintDetails-viewTimeline-link{
42
+ margin-left:auto;
43
+ color:#A52A2A;
44
+ color: black
45
+ }
46
+ .pgr-complaintdetils-overflowX{
47
+ overflowX:scroll
48
+ }
49
+
50
+ .pgr-citizen-wrapper-width-fixed{
51
+ width:-webkit-fill-available !important;
52
+ padding-left: 16px;
53
+ padding-right: 16px;
54
+ margin-top: 1rem;
55
+ }
56
+ .pgr-citizen-complaint-details-page{
57
+ width:-webkit-fill-available !important;
58
+ }
59
+
60
+ .Pgr-complaintList-error{
61
+ text-align: center !important;
62
+ }
63
+
64
+ .Pgr-complaintList-noComplaints{
65
+ text-align: center !important;
66
+ }
67
+ .PGR-Citizen-response-marginBottom{
68
+ margin-bottom:10px !important;
69
+ }
70
+
71
+ .pgr-inbox-ComplaintCard-MarginTop{
72
+ margin-Top: 20 !important;
73
+ }
74
+
75
+ .pgr-inbox-ComplaintCard-TextAlign{
76
+ text-align: center !important;
77
+ }
78
+
79
+ .pgr-mandoatoryfields{
80
+ color: red !important;
81
+ }
82
+ .pgr-moblieInbox-padding{
83
+ padding: 0 !important;
84
+ }
85
+
86
+ .pgr-employeeInbox-search-app-form {
87
+ margin-left: 24px !important;
88
+ }
89
+
90
+ .pgr-employeeInbox-search-app-container {
91
+ width: auto !important;
92
+ }
93
+
94
+ .pgr-employeeInbox-search-app-input-container {
95
+ display: grid !important;
96
+ }
97
+
98
+ .pgr-employeeInbox-search-app-complaint-textinput {
99
+ margin-bottom: 8px !important;
100
+ }
101
+
102
+ .pgr-employeeInbox-search-app-submitbar {
103
+ margin-top: 32px;
104
+ margin-left: 16px;
105
+ width: calc(100% - 16px);
106
106
  }
@@ -1,3 +1,3 @@
1
- .requiredField{
2
- color: red !important;
1
+ .requiredField{
2
+ color: red !important;
3
3
  }