@chipstcp/upyog-css 1.0.0

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 +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,195 @@
1
+ .survey-modal-wrapper {
2
+ padding: 0;
3
+ background-color: #f9fafb;
4
+ }
5
+
6
+ .survey-modal-loader {
7
+ display: flex;
8
+ justify-content: center;
9
+ align-items: center;
10
+ min-height: 300px;
11
+ }
12
+
13
+ /* Cards Container */
14
+ .survey-cards-container {
15
+ display: grid;
16
+ grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
17
+ gap: 20px;
18
+ padding: 24px;
19
+ background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
20
+ }
21
+
22
+ /* Individual Survey Card */
23
+ .survey-card {
24
+ background: #ffffff;
25
+ border-radius: 12px;
26
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
27
+ overflow: hidden;
28
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
29
+ display: flex;
30
+ flex-direction: column;
31
+ height: 100%;
32
+ border: 1px solid #e5e7eb;
33
+ }
34
+
35
+ .survey-card:hover {
36
+ box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
37
+ transform: translateY(-4px);
38
+ border-color: #2563eb;
39
+ }
40
+
41
+ /* Card Header */
42
+ .survey-card-header {
43
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
44
+ padding: 16px 20px;
45
+ color: white;
46
+ border-bottom: 3px solid #1d4ed8;
47
+ }
48
+
49
+ .survey-card-title {
50
+ margin: 0;
51
+ font-size: 16px;
52
+ font-weight: 600;
53
+ line-height: 1.4;
54
+ word-break: break-word;
55
+ }
56
+
57
+ /* Card Content */
58
+ .survey-card-content {
59
+ flex: 1;
60
+ padding: 20px;
61
+ display: flex;
62
+ flex-direction: column;
63
+ gap: 16px;
64
+ }
65
+
66
+ .survey-card-item {
67
+ display: flex;
68
+ flex-direction: column;
69
+ gap: 6px;
70
+ }
71
+
72
+ .survey-card-label {
73
+ font-size: 12px;
74
+ font-weight: 600;
75
+ color: #6b7280;
76
+ text-transform: uppercase;
77
+ letter-spacing: 0.5px;
78
+ }
79
+
80
+ .survey-card-value {
81
+ font-size: 14px;
82
+ color: #1f2937;
83
+ line-height: 1.5;
84
+ word-break: break-word;
85
+ }
86
+
87
+ /* Card Footer */
88
+ .survey-card-footer {
89
+ padding: 16px 20px;
90
+ border-top: 1px solid #e5e7eb;
91
+ background-color: #f9fafb;
92
+ }
93
+
94
+ .survey-card-footer button {
95
+ width: 100%;
96
+ }
97
+
98
+ /* Empty State */
99
+ .survey-modal-empty-state {
100
+ display: flex;
101
+ flex-direction: column;
102
+ align-items: center;
103
+ justify-content: center;
104
+ min-height: 300px;
105
+ padding: 40px 20px;
106
+ background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
107
+ }
108
+
109
+ .survey-modal-empty-state-text {
110
+ margin: 0;
111
+ text-align: center;
112
+ color: #6b7280;
113
+ line-height: 1.6;
114
+ }
115
+
116
+ .survey-modal-empty-state-text:first-child {
117
+ font-size: 16px;
118
+ font-weight: 500;
119
+ color: #374151;
120
+ margin-bottom: 8px;
121
+ }
122
+
123
+ /* Responsive Design */
124
+ @media (max-width: 768px) {
125
+ .survey-cards-container {
126
+ grid-template-columns: 1fr;
127
+ gap: 16px;
128
+ padding: 16px;
129
+ }
130
+
131
+ .survey-card {
132
+ border-radius: 8px;
133
+ }
134
+
135
+ .survey-card-title {
136
+ font-size: 15px;
137
+ }
138
+
139
+ .survey-card-content {
140
+ padding: 16px;
141
+ gap: 12px;
142
+ }
143
+
144
+ .survey-card-footer {
145
+ padding: 12px 16px;
146
+ }
147
+
148
+ .survey-card-label {
149
+ font-size: 11px;
150
+ }
151
+
152
+ .survey-card-value {
153
+ font-size: 13px;
154
+ }
155
+ }
156
+
157
+ @media (max-width: 480px) {
158
+ .survey-cards-container {
159
+ padding: 12px;
160
+ gap: 12px;
161
+ }
162
+
163
+ .survey-card-header {
164
+ padding: 12px 16px;
165
+ }
166
+
167
+ .survey-card-content {
168
+ padding: 12px 16px;
169
+ }
170
+
171
+ .survey-card-footer {
172
+ padding: 10px 16px;
173
+ }
174
+ }
175
+
176
+ /* Animation */
177
+ @keyframes slideIn {
178
+ from {
179
+ opacity: 0;
180
+ transform: translateY(8px);
181
+ }
182
+ to {
183
+ opacity: 1;
184
+ transform: translateY(0);
185
+ }
186
+ }
187
+
188
+ .survey-card {
189
+ animation: slideIn 0.3s ease-out;
190
+ }
191
+
192
+ /* Loading State */
193
+ .survey-modal-loader {
194
+ background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
195
+ }
@@ -0,0 +1,96 @@
1
+ .timeline-container {
2
+ @apply flex;
3
+ margin: 0px 8px 15px;
4
+ .timeline-checkpoint {
5
+ @apply relative flex-1;
6
+ z-index: 1;
7
+ }
8
+
9
+ .timeline-content {
10
+ @apply flex flex-col items-center;
11
+
12
+ span {
13
+ text-align: center;
14
+ color: white;
15
+ }
16
+
17
+ .secondary-color {
18
+ color: #2947A3;
19
+ padding: 5px;
20
+ font-size: small;
21
+ }
22
+ }
23
+
24
+ .line {
25
+ @apply absolute;
26
+ top: 12px;
27
+ left: calc(50% + 8px);
28
+ right: calc(-50% + 8px);
29
+ border-top: 4px solid #D6D5D4;
30
+ z-index: -1;
31
+ }
32
+
33
+ .circle {
34
+ width: 24px;
35
+ height: 24px;
36
+ background-color: #B1B4B6;
37
+ border-radius: 50%;
38
+ text-align: center;
39
+ }
40
+
41
+ .active {
42
+ background-color: #1359C8;
43
+ border-color: #1359C8;
44
+ }
45
+ }
46
+
47
+ .TLComments{
48
+ max-width: 360px;
49
+ @apply mb-sm p-sm bg-grey-light;
50
+ h3{
51
+ @apply font-bold text-caption-m;
52
+ }
53
+ p{
54
+ @apply text-body-l;
55
+ }
56
+ }
57
+
58
+ @screen dt{
59
+ .TLComments{
60
+ width: 360px;
61
+ h3{
62
+ @apply text-caption-m-dt;
63
+ }
64
+ p{
65
+ @apply text-body-l-dt;
66
+ }
67
+ }
68
+ }
69
+
70
+
71
+
72
+ .obps-timeline-header {
73
+ margin-bottom: 16px;
74
+ margin-top: 32px;
75
+ }
76
+
77
+ .obps-timeline-action-bar {
78
+ padding: 12px 0;
79
+ }
80
+
81
+ .obps-timeline-submit-feedback {
82
+ margin-top: 16px;
83
+ }
84
+
85
+ .obps-timeline-toggle {
86
+ margin-top: 12px;
87
+ font-weight: 600;
88
+ }
89
+ .obps-timeline-table .obps-timeline-cell {
90
+ padding: 20px 18px;
91
+ font-size: 16px;
92
+ }
93
+
94
+ .obps-timeline-table .obps-timeline-large-cell {
95
+ min-width: 240px;
96
+ }
@@ -0,0 +1,13 @@
1
+ .WhatsNewCard{
2
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
3
+ @apply rounded bg-white border-primary-main border-l-4 border-solid p-sm;
4
+ h2{
5
+ @apply text-body-l text-text-primary font-medium mb-xs;
6
+ }
7
+ p{
8
+ @apply text-form-field text-text-secondary mb-sm;
9
+ }
10
+ a{
11
+ @apply block text-form-field text-primary-main mb-sm
12
+ }
13
+ }
@@ -0,0 +1,3 @@
1
+ .action-link {
2
+ @apply text-primary-main text-text-btn mr-lg !important;
3
+ }
@@ -0,0 +1,100 @@
1
+ .action-bar-wrap {
2
+ box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
3
+ z-index: 100;
4
+ height: 75px;
5
+
6
+ @apply left-0 bottom-0 w-full bg-white py-lg px-xxl fixed text-right;
7
+
8
+ div {
9
+ @apply w-full;
10
+ }
11
+ .menu-wrap {
12
+ @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
13
+ bottom: 45px;
14
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
15
+ width: auto;
16
+ min-width: 200px;
17
+ max-width: calc(100% - 16px);
18
+ padding: 2px;
19
+ right: 8px;
20
+
21
+ div {
22
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
23
+
24
+ &:hover {
25
+ @apply bg-grey-mid w-full;
26
+ }
27
+ }
28
+ }
29
+ }
30
+
31
+ @screen dt {
32
+ .action-bar-wrap {
33
+ box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
34
+ left: 0;
35
+ max-width: none;
36
+ z-index: 999;
37
+
38
+ @apply fixed bottom-0 bg-white py-lg pr-lg text-right;
39
+
40
+ div {
41
+ width: calc(100% - 16px);
42
+ }
43
+
44
+ .menu-wrap {
45
+ bottom: 45px;
46
+ top: unset;
47
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
48
+ @apply absolute h-auto bg-white text-left mb-xs z-30;
49
+ width: 240px;
50
+ right: 24px;
51
+
52
+ div {
53
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
54
+
55
+ &:hover {
56
+ @apply bg-grey-mid w-full;
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+
63
+ .action-bar-wrap-registry {
64
+
65
+ div {
66
+ @apply w-full;
67
+ }
68
+ .menu-wrap {
69
+ @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
70
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
71
+ width: 160px;
72
+ right: 60px;
73
+
74
+ div {
75
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
76
+
77
+ &:hover {
78
+ @apply bg-grey-mid w-full;
79
+ }
80
+ }
81
+ }
82
+
83
+ .search-add {
84
+ padding: 12px 16px;
85
+ color: rgb(244, 119, 56);
86
+ display: flex;
87
+ cursor: pointer;
88
+ }
89
+
90
+ .search-add-icon {
91
+ background: rgb(244, 119, 56);
92
+ border-radius: 50%;
93
+ height: 24px;
94
+ width: 24px;
95
+ display: flex;
96
+ justify-content: center;
97
+ align-items: center;
98
+ margin-left: 10px;
99
+ }
100
+ }
@@ -0,0 +1,137 @@
1
+ .success-wrap,
2
+ .emp-success-wrap {
3
+ @apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
4
+
5
+ header {
6
+ @apply block mb-sm font-rc font-bold text-heading-xl;
7
+ }
8
+
9
+ div {
10
+ img {
11
+ padding: 13.67px;
12
+ margin-left: auto;
13
+ margin-right: auto;
14
+ @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
15
+ }
16
+
17
+ svg {
18
+ padding: 13.67px;
19
+ margin-left: auto;
20
+ margin-right: auto;
21
+ @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
22
+ }
23
+
24
+ svg.payment-svg {
25
+ border: unset;
26
+ background-color: unset;
27
+ @apply rounded-full;
28
+ }
29
+
30
+ h2 {
31
+ @apply font-bold text-caption-m mb-sm;
32
+ }
33
+
34
+ p {
35
+ @apply font-bold text-caption-l;
36
+ }
37
+ }
38
+ }
39
+
40
+ .error-wrap,
41
+ .emp-error-wrap {
42
+ @apply block bg-error w-full text-center text-white pt-md pb-sm mb-md;
43
+
44
+ header {
45
+ @apply block mb-sm font-rc font-bold text-heading-xl;
46
+ }
47
+
48
+ img {
49
+ margin-left: auto;
50
+ margin-right: auto;
51
+ padding: 13.67px;
52
+ @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
53
+ }
54
+
55
+ svg {
56
+ margin-left: auto;
57
+ margin-right: auto;
58
+ padding: 13.67px;
59
+ @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
60
+ }
61
+ }
62
+
63
+ @screen dt {
64
+ .success-wrap {
65
+ width: calc(100%);
66
+ header {
67
+ @apply text-heading-xl-dt;
68
+ }
69
+ }
70
+ .emp-success-wrap {
71
+ width: calc(100%);
72
+ header {
73
+ @apply text-heading-xl-dt;
74
+ }
75
+ }
76
+
77
+ .error-wrap {
78
+ width: calc(100%);
79
+ header {
80
+ @apply text-heading-xl-dt;
81
+ }
82
+ }
83
+
84
+ .emp-error-wrap {
85
+ width: calc(100%);
86
+ header {
87
+ @apply text-heading-xl-dt;
88
+ }
89
+ }
90
+ }
91
+
92
+ .photos-wrap {
93
+ max-width: 640px;
94
+ @apply flex pt-md;
95
+
96
+ img {
97
+ width: calc(33% - 9.333px);
98
+ margin-right: 14px;
99
+ }
100
+
101
+ svg {
102
+ width: calc(33% - 9.333px);
103
+ margin-right: 14px;
104
+ }
105
+
106
+ .last {
107
+ width: calc(33% - 9.333px);
108
+ }
109
+ }
110
+
111
+ .banner {
112
+ @apply flex justify-center items-center;
113
+ height: calc(100vh - 80px);
114
+ position: relative;
115
+
116
+ .bannerCard {
117
+ min-width: 400px;
118
+ }
119
+ .bannerLogo {
120
+ width: 80px;
121
+ height: 40px;
122
+ object-fit: contain;
123
+ padding-right: 10px;
124
+ margin-right: 10px;
125
+ border-right: 1px solid #0b0c0c;
126
+ }
127
+ .bannerHeader {
128
+ @apply flex justify-center items-center;
129
+ margin-bottom: 24px;
130
+ }
131
+ }
132
+
133
+ .banner-container {
134
+ flex-direction: column;
135
+ justify-content: center;
136
+ align-items: center !important;
137
+ }