@djb25/digit-ui-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 (161) hide show
  1. package/README.md +80 -0
  2. package/dist/index.css +17535 -0
  3. package/dist/index.min.css +1 -0
  4. package/img/browser-icon.png +0 -0
  5. package/img/m_seva_white_logo.png +0 -0
  6. package/img/mseva-demo.png +0 -0
  7. package/package.json +70 -0
  8. package/src/components/CardBasedOptions.scss +46 -0
  9. package/src/components/CitizenHomeCard.scss +56 -0
  10. package/src/components/EllipsisMenu.scss +17 -0
  11. package/src/components/EventCalendarView.scss +10 -0
  12. package/src/components/FAQ.scss +64 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +29 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +56 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/TimeLine.scss +68 -0
  21. package/src/components/WhatsNewCard.scss +13 -0
  22. package/src/components/actionLink.scss +3 -0
  23. package/src/components/actionbar.scss +97 -0
  24. package/src/components/bannercomponents.scss +136 -0
  25. package/src/components/body.scss +144 -0
  26. package/src/components/buttons.scss +106 -0
  27. package/src/components/card.scss +468 -0
  28. package/src/components/cardHeaderWithOptions.scss +14 -0
  29. package/src/components/changeLanguage.scss +3 -0
  30. package/src/components/charts.scss +186 -0
  31. package/src/components/checkbox.scss +53 -0
  32. package/src/components/checkpoint.scss +63 -0
  33. package/src/components/citizenInfoLabel.scss +14 -0
  34. package/src/components/custombtn.scss +11 -0
  35. package/src/components/datatable.scss +134 -0
  36. package/src/components/datewrap.scss +21 -0
  37. package/src/components/detailscard.scss +6 -0
  38. package/src/components/detailscontainer.scss +13 -0
  39. package/src/components/filters.scss +98 -0
  40. package/src/components/financeUi.scss +875 -0
  41. package/src/components/grey.scss +3 -0
  42. package/src/components/hoc/InboxComposer.scss +115 -0
  43. package/src/components/hoc/index.scss +1 -0
  44. package/src/components/howItWorks.scss +71 -0
  45. package/src/components/imageviewer.scss +33 -0
  46. package/src/components/inboxv2/InboxLinks.scss +59 -0
  47. package/src/components/inboxv2/horizontalNav.scss +224 -0
  48. package/src/components/inboxv2/inboxSearch.scss +116 -0
  49. package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
  50. package/src/components/inboxv2/index.scss +5 -0
  51. package/src/components/inboxv2/searchComponentTable.scss +44 -0
  52. package/src/components/info-banner.scss +35 -0
  53. package/src/components/inputotp.scss +15 -0
  54. package/src/components/keynote.scss +27 -0
  55. package/src/components/landingpage.scss +3860 -0
  56. package/src/components/languageSelector.scss +23 -0
  57. package/src/components/loader.scss +96 -0
  58. package/src/components/map.scss +30 -0
  59. package/src/components/menu.scss +0 -0
  60. package/src/components/metricsTable.scss +28 -0
  61. package/src/components/multiLink.scss +88 -0
  62. package/src/components/multiSelectDropdown.scss +77 -0
  63. package/src/components/navbar.scss +312 -0
  64. package/src/components/plusMinus.scss +15 -0
  65. package/src/components/popup.scss +16 -0
  66. package/src/components/radiobtn.scss +45 -0
  67. package/src/components/ratingstar.scss +33 -0
  68. package/src/components/roundedLabel.scss +10 -0
  69. package/src/components/searchAction.scss +20 -0
  70. package/src/components/sectionalDropdown.scss +43 -0
  71. package/src/components/selectdropdown.scss +174 -0
  72. package/src/components/sidebar.scss +141 -0
  73. package/src/components/staticDynamicMessages.scss +107 -0
  74. package/src/components/staticSideBar.scss +27 -0
  75. package/src/components/statushighlight.scss +17 -0
  76. package/src/components/submiterrors.scss +11 -0
  77. package/src/components/summary.scss +29 -0
  78. package/src/components/table.scss +230 -0
  79. package/src/components/tag.scss +27 -0
  80. package/src/components/telephone.scss +17 -0
  81. package/src/components/textfields.scss +96 -0
  82. package/src/components/toast.scss +31 -0
  83. package/src/components/toggleSwitch.scss +41 -0
  84. package/src/components/topbar.scss +151 -0
  85. package/src/components/uploadcomponents.scss +100 -0
  86. package/src/digitv2/components/ErrorMessage.scss +6 -0
  87. package/src/digitv2/components/FormComposerV2.scss +120 -0
  88. package/src/digitv2/components/actionLinkV2.scss +7 -0
  89. package/src/digitv2/components/actionbarV2.scss +110 -0
  90. package/src/digitv2/components/appContainerV2.scss +55 -0
  91. package/src/digitv2/components/backButtonV2.scss +26 -0
  92. package/src/digitv2/components/bannerV2.scss +120 -0
  93. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  94. package/src/digitv2/components/breadCrumbV2.scss +31 -0
  95. package/src/digitv2/components/breakLineV2.scss +6 -0
  96. package/src/digitv2/components/buttonsV2.scss +40 -0
  97. package/src/digitv2/components/cardV2.scss +385 -0
  98. package/src/digitv2/components/checkboxV2.scss +61 -0
  99. package/src/digitv2/components/checkpointV2.scss +71 -0
  100. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  101. package/src/digitv2/components/dateWrapV2.scss +12 -0
  102. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  103. package/src/digitv2/components/headerV2.scss +6 -0
  104. package/src/digitv2/components/infoBannerV2.scss +37 -0
  105. package/src/digitv2/components/keynoteV2.scss +35 -0
  106. package/src/digitv2/components/loaderV2.scss +81 -0
  107. package/src/digitv2/components/mobileNumberV2.scss +33 -0
  108. package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
  109. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  110. package/src/digitv2/components/otpInputV2.scss +15 -0
  111. package/src/digitv2/components/popUpV2.scss +16 -0
  112. package/src/digitv2/components/radiobtnV2.scss +51 -0
  113. package/src/digitv2/components/ratingV2.scss +33 -0
  114. package/src/digitv2/components/selectdropdownV2.scss +170 -0
  115. package/src/digitv2/components/tagV2.scss +28 -0
  116. package/src/digitv2/components/telephoneV2.scss +18 -0
  117. package/src/digitv2/components/textInputV2.scss +123 -0
  118. package/src/digitv2/components/textareaV2.scss +11 -0
  119. package/src/digitv2/components/uploadFileV2.scss +146 -0
  120. package/src/digitv2/index.scss +168 -0
  121. package/src/digitv2/pages/employee/index.scss +1 -0
  122. package/src/digitv2/pages/employee/workbench.scss +1042 -0
  123. package/src/digitv2/typography.scss +241 -0
  124. package/src/index.scss +804 -0
  125. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  126. package/src/pages/citizen/DocumentList.scss +305 -0
  127. package/src/pages/citizen/Events.scss +47 -0
  128. package/src/pages/citizen/HomePageWrapper.scss +158 -0
  129. package/src/pages/citizen/SurveyList.scss +22 -0
  130. package/src/pages/citizen/citizenDocument.scss +22 -0
  131. package/src/pages/citizen/container.scss +19 -0
  132. package/src/pages/citizen/payment/payment-type.scss +3 -0
  133. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  134. package/src/pages/employee/EmployeeLogin.scss +7 -0
  135. package/src/pages/employee/cardfix.scss +13 -0
  136. package/src/pages/employee/container.scss +72 -0
  137. package/src/pages/employee/dss.scss +266 -0
  138. package/src/pages/employee/form-fields.scss +13 -0
  139. package/src/pages/employee/iframe.scss +66 -0
  140. package/src/pages/employee/inbox.scss +634 -0
  141. package/src/pages/employee/index.scss +621 -0
  142. package/src/pages/employee/login.scss +302 -0
  143. package/src/pages/employee/oldMobileInbox.scss +5 -0
  144. package/src/pages/employee/popupmodule.scss +34 -0
  145. package/src/pages/employee/response.scss +3 -0
  146. package/src/pages/employee/scroll-table.scss +119 -0
  147. package/src/pages/employee/surveys.scss +273 -0
  148. package/src/pages/employee/tooltip.scss +36 -0
  149. package/src/pages/employee/updateNumber.scss +13 -0
  150. package/svg/arrowdown.svg +1 -0
  151. package/svg/arrowleft.svg +1 -0
  152. package/svg/calendar.svg +1 -0
  153. package/svg/camera.svg +4 -0
  154. package/svg/check.svg +4 -0
  155. package/svg/close.svg +4 -0
  156. package/svg/error.svg +4 -0
  157. package/svg/error2.svg +5 -0
  158. package/svg/searchicon.svg +4 -0
  159. package/svg/starempty.svg +4 -0
  160. package/svg/starfilled.svg +5 -0
  161. package/svg/success.svg +4 -0
@@ -0,0 +1,302 @@
1
+ .loginFormStyleEmployee {
2
+ .employeeCard {
3
+ background-color: transparent !important;
4
+ .submit-bar {
5
+ @apply w-full;
6
+ }
7
+ }
8
+ }
9
+ .banner .bannerCard{
10
+ min-width: 420px !important;
11
+ }
12
+ .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
13
+ margin-top: 0;
14
+ border: 1px solid;
15
+ border-right: none;
16
+ padding: 7px;
17
+ }
18
+ @screen dt {
19
+ .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
20
+ padding: 7px;
21
+ }
22
+ .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
23
+ min-width: 420px !important;
24
+ }
25
+ .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
26
+ max-width: 420px !important;
27
+ min-width: 420px !important;
28
+ }
29
+ }
30
+
31
+ .employeeForgotPassword .employee-card-input {
32
+ margin-bottom: 0px;
33
+ border-left: none;
34
+ }
35
+
36
+ .employeeForgotPassword .field-container {
37
+ margin: 10px 0;
38
+ }
39
+ .employeeForgotPassword {
40
+ .submit-bar {
41
+ @apply w-full;
42
+ }
43
+ }
44
+ .employeeChangePassword .submit-bar {
45
+ width: 100% !important;
46
+ }
47
+ .employeeChangePassword .card-text {
48
+ text-align: center;
49
+ }
50
+ .employeeChangePassword .input-otp-wrap {
51
+ text-align: center;
52
+ }
53
+ .submit-bar {
54
+ .submit-bar {
55
+ @apply w-full;
56
+ }
57
+ }
58
+ .loginFormStyleEmployee .bannerHeader p,
59
+ .employeeForgotPassword .bannerHeader p,
60
+ .employeeChangePassword .bannerHeader p {
61
+ font-size: 19px;
62
+ }
63
+ .employeeCard .card-sub-header {
64
+ font-size: 24px;
65
+ }
66
+ .loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
67
+ font-weight: normal;
68
+ font-size: 16px;
69
+ line-height: 19px;
70
+ color: theme(colors.text.primary);
71
+ margin-top: 20px;
72
+ }
73
+ .banner .bannerHeader {
74
+ margin-bottom: 20px;
75
+ }
76
+ .employeeCard .card-label{
77
+ font-weight: normal;
78
+ font-size: 16px;
79
+ line-height: 19px;
80
+ color: theme(colors.text.primary);
81
+ }
82
+ .profile-label-margin{
83
+ margin-top: 10px;
84
+ }
85
+
86
+ .employeeForgotPassword .employeeCard .card-label-desc {
87
+ font-weight: normal;
88
+ font-size: 16px;
89
+ line-height: 24px;
90
+ color: theme(colors.text.secondary);
91
+ margin-top: 15px;
92
+ }
93
+ .employeeChangePassword .employeeCard .card-text {
94
+ margin-bottom: 15px;
95
+ font-size: 16px;
96
+ color: theme(colors.text.secondary);
97
+ }
98
+ @media screen and (max-width: 768px) {
99
+ .employeeChangePassword .employeeCard .card-text {
100
+ margin-top: 7px;
101
+ }
102
+ .employeeCard .card-sub-header {
103
+ font-size: 18px;
104
+ }
105
+ }
106
+ .employeeChangePassword .employeeCard .card-text-button {
107
+ text-align: center !important;
108
+ margin-bottom: 12px !important;
109
+ }
110
+ .employeeChangePassword .employeeCard .input-otp-wrap {
111
+ margin-bottom: 10px;
112
+ }
113
+ .employee .loginContainer {
114
+ padding-top: 0px !important;
115
+ }
116
+ .banner {
117
+ height: calc(100vh ) !important;
118
+ }
119
+
120
+ .employeeChangePassword .employeeCard .field .field-container{
121
+ margin-bottom: 24px;
122
+ }
123
+
124
+ .employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
125
+ font-size: 24px !important;
126
+ line-height: 28px !important;
127
+ margin-bottom: 0px !important;
128
+ }
129
+ @media screen and (max-width : 768px){
130
+ .employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
131
+ font-size: 18px !important;
132
+ line-height: 21px !important;
133
+ margin-bottom: 0px !important;
134
+ }
135
+ .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
136
+ min-width: 340px !important;
137
+ margin: 10px !important;
138
+ }
139
+ .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
140
+ max-width: 360px !important;
141
+ min-width: 340px !important;
142
+ margin: 10px !important;
143
+ }
144
+ }
145
+ .employeeChangePassword .employeeCard .card-text{
146
+ margin-top: 18px !important;
147
+ margin-bottom: 20px !important;
148
+ }
149
+ .employeeBackbuttonAlign{
150
+ display: none;
151
+ }
152
+ .resend-otp{
153
+ cursor: pointer;
154
+ }
155
+
156
+ .employee-select-wrap.login-city-dd {
157
+ .options-card{
158
+ max-height: 200px;
159
+ }
160
+ }
161
+ @media screen and (max-width: 768px){
162
+ .employeeBackbuttonAlign{
163
+ display: block;
164
+ position: absolute;
165
+ top: 20px;
166
+ left: 20px;
167
+ }
168
+ .banner{
169
+ align-items: flex-end;
170
+ padding-bottom: 40px;
171
+ height: 100vh !important;
172
+ }
173
+ .topbar{
174
+ background: rgba(34, 57, 77, var(--bg-opacity)) !important;
175
+ color: white;
176
+ }
177
+ .employee .loginContainer{
178
+ padding-top: 0px !important;
179
+ }
180
+ .removeBottomMargin{
181
+ margin-bottom: 0px !important;
182
+ }
183
+ .employee-select-wrap.login-city-dd {
184
+ .options-card{
185
+ max-height: 160px;
186
+ }
187
+ }
188
+ }
189
+
190
+
191
+
192
+ @media (max-width: 768px) {
193
+ .modernFinanceUIWelcomeContainer,
194
+ .modernFinanceUIWelcomeContent,
195
+ .financeUI-background-decor1,
196
+ .financeUI-background-decor3,
197
+ .financeUI-background-decor4,
198
+ .financeUI-background-decor2 {
199
+ display: none !important;
200
+ }
201
+
202
+ .modernFinanceUILoginFormRightContainer {
203
+ width: 100% !important;
204
+ }
205
+
206
+ .loginContainer {
207
+ padding: 0 !important;
208
+ background: #fff !important; /* optional */
209
+ }
210
+ }
211
+
212
+ .loginFormStyleEmployee {
213
+
214
+ .loginCardSubHeaderClassName {
215
+ text-align: center !important;
216
+ }
217
+ .loginCardClassName {
218
+ background-color: transparent !important;
219
+ margin: auto !important;
220
+ min-width: 408px !important;
221
+ header.employee-card-sub-header{
222
+ text-align: center;
223
+ margin-top: 10px;
224
+ }
225
+ }
226
+ .buttonClassName {
227
+ max-width: 100% !important;
228
+ width: 100% !important
229
+ }
230
+ .field .field-container .text-input input {
231
+ margin-bottom: 5px !important;
232
+ }
233
+ .bannerHeader {
234
+ margin-bottom: 0px !important;
235
+ display: flex;
236
+ -ms-flex-pack: center;
237
+ justify-content: center;
238
+ -ms-flex-align: center;
239
+ align-items: center;
240
+ margin-bottom: 24px;
241
+ }
242
+ .bannerLogo {
243
+ width: 150px;
244
+ height: auto;
245
+ -o-object-fit: contain;
246
+ object-fit: contain;
247
+ padding-right: 10px;
248
+ margin-right: 10px;
249
+ border-right: 1px solid #0b0c0c;
250
+ }
251
+
252
+ .primary-label-btn {
253
+ margin: 20px auto 0 auto !important;
254
+ }
255
+
256
+ .employee-select-wrap .options-card {
257
+ max-height: 150px !important;
258
+ }
259
+ }
260
+ @media screen and (max-width: 768px) {
261
+
262
+ /* remove ALL fixed/min widths */
263
+ .loginCardClassName,
264
+ .employeeCard,
265
+ .loginFormStyleEmployee .employeeCard,
266
+ .bannerCard,
267
+ .banner .bannerCard,
268
+ .employeeForgotPassword .employeeCard,
269
+ .employeeChangePassword .employeeCard {
270
+ min-width: 0 !important;
271
+ max-width: 100% !important;
272
+ width: 100% !important;
273
+ margin: 0 !important;
274
+ }
275
+
276
+ /* make main container full width */
277
+ .modernFinanceUIMainContainer,
278
+ .modernFinanceUILoginFormRightContainer,
279
+ .loginContainer {
280
+ width: 100% !important;
281
+ max-width: 100% !important;
282
+ padding: 0 12px !important;
283
+ margin: 0 !important;
284
+ box-sizing: border-box !important;
285
+ }
286
+
287
+ /* center logo + header & shrink them */
288
+ .bannerHeader,
289
+ .bannerLogo {
290
+ margin: 0 auto !important;
291
+ text-align: center !important;
292
+ width: auto !important;
293
+ }
294
+
295
+ .bannerLogo {
296
+ width: 100px !important;
297
+ height: auto !important;
298
+ border-right: none !important;
299
+ padding: 0 !important;
300
+ margin-bottom: 8px !important;
301
+ }
302
+ }
@@ -0,0 +1,5 @@
1
+ .linksWrapperForMobileInbox{
2
+ .header{
3
+ justify-content: initial;
4
+ }
5
+ }
@@ -0,0 +1,34 @@
1
+ .popup-module {
2
+ width: 480px;
3
+ margin: 0 auto;
4
+ @apply bg-white;
5
+
6
+ .popup-module-main {
7
+ @apply px-lg pb-lg;
8
+ }
9
+
10
+ .popup-module-action-bar {
11
+ gap: 16px;
12
+ @apply flex flex-row justify-end;
13
+ }
14
+ }
15
+
16
+ @screen dt {
17
+ .popup-module {
18
+ width: 480px;
19
+ margin: auto;
20
+ @apply bg-white;
21
+
22
+ .popup-module-main {
23
+ @apply px-lg pb-lg;
24
+ }
25
+ .popup-module-main {
26
+ @apply w-full p-sm h-full;
27
+ }
28
+
29
+ .popup-module-action-bar {
30
+ gap: 16px;
31
+ @apply flex flex-row justify-end;
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,3 @@
1
+ .secondary-action{
2
+ @apply inline float-right;
3
+ }
@@ -0,0 +1,119 @@
1
+ .scroll-table-wrapper{
2
+ &::-webkit-scrollbar {
3
+ display: none;
4
+ }
5
+ -ms-overflow-style: none;
6
+ scrollbar-width: none;
7
+ @apply relative overflow-x-scroll overflow-y-visible pb-sm text-center;
8
+
9
+ .scroll-table-width-wrapper{
10
+ &::-webkit-scrollbar {
11
+ display: none;
12
+ }
13
+ -ms-overflow-style: none;
14
+ scrollbar-width: none;
15
+ width: calc(100% - 110px);
16
+ margin: auto;
17
+ @apply overflow-x-scroll;
18
+ table{
19
+ margin: auto;
20
+ }
21
+ }
22
+
23
+ .first-col{
24
+ width:110px;
25
+ @apply absolute left-0;
26
+ }
27
+
28
+ .last-col{
29
+ width:110px;
30
+ @apply absolute right-0;
31
+ }
32
+ }
33
+
34
+ @screen dt{
35
+ .scroll-table-wrapper{
36
+ width: 60%;
37
+ }
38
+ }
39
+ .table-switch-card-chip{
40
+ display: flex;
41
+ cursor: pointer;
42
+ padding-right: 10px;
43
+ width: 100%;
44
+ }
45
+
46
+ .table-search-wrapper{
47
+ display:flex;
48
+ width:100%;
49
+ align-items:center;
50
+ }
51
+ .table-switch-card-inactive{
52
+ /* Frame 58 */
53
+
54
+
55
+ /* Auto layout */
56
+
57
+ display: flex;
58
+ flex-direction: row;
59
+ align-items: flex-start;
60
+ padding: 8px;
61
+
62
+ position: static;
63
+ height: 40px;
64
+ left: 84px;
65
+ top: 0px;
66
+
67
+ /* Light Theme / Paper */
68
+
69
+ background: theme(colors.white);
70
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
71
+
72
+ /* Inside auto layout */
73
+
74
+ flex: none;
75
+ flex-grow: 0;
76
+ margin: 0px 0px;
77
+ color: #B1B4B6;
78
+ }
79
+ .table-switch-card-inactive:hover{
80
+ background: #fffffc;
81
+ font-size: 17px;
82
+ color: theme(colors.text.secondary);
83
+ }
84
+
85
+ .table-switch-card-active{/* Frame 57 */
86
+
87
+
88
+ /* Auto layout */
89
+
90
+ display: flex;
91
+ flex-direction: row;
92
+ align-items: flex-start;
93
+ padding: 8px;
94
+
95
+ position: static;
96
+ height: 40px;
97
+ left: 0px;
98
+ top: 0px;
99
+
100
+ /* Light Theme / Paper */
101
+
102
+ background: theme(colors.white);
103
+ /* Light Theme / Primary */
104
+
105
+ border: 1px solid theme(colors.primary.main);
106
+ box-sizing: border-box;
107
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
108
+
109
+ /* Inside auto layout */
110
+
111
+ flex: none;
112
+ flex-grow: 0;
113
+ margin: 0px 0px;
114
+ }
115
+
116
+ .icon-wrapper {
117
+ margin-left:1rem;
118
+ cursor:pointer
119
+ }