@entit/digit-ui-css 1.5.6
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.
- package/dist/index.css +7724 -0
- package/dist/index.min.css +1 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +64 -0
- package/src/components/CardBasedOptions.scss +45 -0
- package/src/components/CitizenHomeCard.scss +47 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +23 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +56 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/TimeLine.scss +68 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +58 -0
- package/src/components/bannercomponents.scss +131 -0
- package/src/components/body.scss +119 -0
- package/src/components/buttons.scss +47 -0
- package/src/components/card.scss +390 -0
- package/src/components/cardHeaderWithOptions.scss +14 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +53 -0
- package/src/components/checkpoint.scss +63 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +11 -0
- package/src/components/datatable.scss +72 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/filters.scss +98 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +22 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/info-banner.scss +34 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -0
- package/src/components/languageSelector.scss +23 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +30 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +27 -0
- package/src/components/multiLink.scss +73 -0
- package/src/components/multiSelectDropdown.scss +73 -0
- package/src/components/navbar.scss +110 -0
- package/src/components/popup.scss +16 -0
- package/src/components/radiobtn.scss +45 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +20 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +173 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +26 -0
- package/src/components/table.scss +167 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +90 -0
- package/src/components/toast.scss +31 -0
- package/src/components/topbar.scss +134 -0
- package/src/components/uploadcomponents.scss +95 -0
- package/src/index.scss +544 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +99 -0
- package/src/pages/citizen/SurveyList.scss +22 -0
- package/src/pages/citizen/citizenDocument.scss +22 -0
- package/src/pages/citizen/container.scss +19 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +13 -0
- package/src/pages/employee/container.scss +73 -0
- package/src/pages/employee/dss.scss +116 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +455 -0
- package/src/pages/employee/index.scss +337 -0
- package/src/pages/employee/login.scss +185 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +34 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +114 -0
- package/src/pages/employee/surveys.scss +273 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
@@ -0,0 +1,273 @@
|
|
1
|
+
.surveydetailsform-wrapper {
|
2
|
+
@apply grid gap-6 py-md;
|
3
|
+
|
4
|
+
label {
|
5
|
+
@apply font-medium;
|
6
|
+
}
|
7
|
+
.surveyformfield {
|
8
|
+
@apply grid gap-4;
|
9
|
+
}
|
10
|
+
|
11
|
+
.employee-select-wrap,
|
12
|
+
.employee-card-input {
|
13
|
+
margin-bottom: 0;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.newSurveyForm_wrapper {
|
18
|
+
@apply grid p-md bg-grey-light border border-border rounded gap-6 ;
|
19
|
+
.newSurveyForm_questions {
|
20
|
+
}
|
21
|
+
.newSurveyForm_answer {
|
22
|
+
}
|
23
|
+
.newSurveyForm_actions {
|
24
|
+
@apply flex justify-end gap-4 py-md;
|
25
|
+
.checkbox-wrap .label {
|
26
|
+
margin-left: 40px;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
.newSurveyForm_seprator {
|
30
|
+
@apply w-px h-6 border border-border;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
.surveyformslist_wrapper,
|
35
|
+
.surveydetailsform-wrapper {
|
36
|
+
.heading {
|
37
|
+
@apply text-heading-l font-medium py-md;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
.surveyformslist_wrapper {
|
42
|
+
@apply grid gap-6 py-md;
|
43
|
+
}
|
44
|
+
|
45
|
+
.options_checkboxes {
|
46
|
+
@apply flex flex-col gap-4;
|
47
|
+
}
|
48
|
+
|
49
|
+
.optioncheckboxwrapper {
|
50
|
+
@apply flex;
|
51
|
+
}
|
52
|
+
|
53
|
+
.simple_editable-input {
|
54
|
+
outline-width: 0;
|
55
|
+
border: 0;
|
56
|
+
border-bottom: 2px solid black;
|
57
|
+
}
|
58
|
+
|
59
|
+
.simple_readonly-input {
|
60
|
+
outline-width: 0;
|
61
|
+
border: 0;
|
62
|
+
background: transparent;
|
63
|
+
}
|
64
|
+
|
65
|
+
.pointer {
|
66
|
+
cursor: pointer;
|
67
|
+
}
|
68
|
+
|
69
|
+
.disabled-btn {
|
70
|
+
@apply pointer-events-none cursor-not-allowed;
|
71
|
+
}
|
72
|
+
|
73
|
+
.optionradiobtnwrapper {
|
74
|
+
@apply flex gap-2;
|
75
|
+
|
76
|
+
.customradiobutton {
|
77
|
+
@apply w-6 h-6;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
.edit-action-btn {
|
82
|
+
@apply flex justify-end;
|
83
|
+
}
|
84
|
+
|
85
|
+
.surveyQuestion-wrapper{
|
86
|
+
@apply grid gap-6;
|
87
|
+
}
|
88
|
+
|
89
|
+
.question-title {
|
90
|
+
font-size: 18px;
|
91
|
+
line-height: 21px;
|
92
|
+
color: #0b0c0c;
|
93
|
+
font-weight: 700;
|
94
|
+
}
|
95
|
+
|
96
|
+
.responses-container {
|
97
|
+
display: flex;
|
98
|
+
flex-direction: column;
|
99
|
+
align-items: flex-start;
|
100
|
+
padding: 8px 4px;
|
101
|
+
background-color: #FAFAFA;
|
102
|
+
border: 1px solid #D6D5D4;
|
103
|
+
box-sizing: border-box;
|
104
|
+
border-radius: 4px;
|
105
|
+
margin-top: 20px;
|
106
|
+
margin-bottom: 20px;
|
107
|
+
position: relative;
|
108
|
+
}
|
109
|
+
|
110
|
+
.responses-container-date {
|
111
|
+
display: flex;
|
112
|
+
flex-direction: column;
|
113
|
+
justify-content: center;
|
114
|
+
align-items: center;
|
115
|
+
padding: 8px 8px 0px 8px;
|
116
|
+
position: static;
|
117
|
+
left: 0px;
|
118
|
+
top: 41px;
|
119
|
+
background: #FAFAFA;
|
120
|
+
border: 1px solid #D6D5D4;
|
121
|
+
box-sizing: border-box;
|
122
|
+
border-radius: 4px;
|
123
|
+
margin-top: 20px;
|
124
|
+
margin-bottom: 20px;
|
125
|
+
}
|
126
|
+
|
127
|
+
.responses-container-line {
|
128
|
+
width: 100%;
|
129
|
+
margin-bottom: -12px;
|
130
|
+
}
|
131
|
+
|
132
|
+
.date-time{
|
133
|
+
margin-top: 10px;
|
134
|
+
margin-bottom: 10px;
|
135
|
+
}
|
136
|
+
|
137
|
+
.response-result {
|
138
|
+
flex: none;
|
139
|
+
order: 1;
|
140
|
+
flex-grow: 0;
|
141
|
+
margin: 0px 0px -20px;
|
142
|
+
display: inline-block;
|
143
|
+
}
|
144
|
+
|
145
|
+
.date-container {
|
146
|
+
display: flex;
|
147
|
+
flex-direction: column;
|
148
|
+
justify-content: center;
|
149
|
+
align-items: center;
|
150
|
+
padding: 16px 8px;
|
151
|
+
background: #FAFAFA;
|
152
|
+
border: 1px solid #D6D5D4;
|
153
|
+
box-sizing: border-box;
|
154
|
+
border-radius: 4px;
|
155
|
+
@apply gap-y-6;
|
156
|
+
}
|
157
|
+
|
158
|
+
.date-response {
|
159
|
+
display: flex;
|
160
|
+
flex-direction: row;
|
161
|
+
font-weight: bold;
|
162
|
+
@apply gap-10 ;
|
163
|
+
}
|
164
|
+
.divide {
|
165
|
+
--tw-divide-x-reverse: 0;
|
166
|
+
border-right-width: calc(2px * var(--tw-divide-x-reverse));
|
167
|
+
border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
|
168
|
+
}
|
169
|
+
|
170
|
+
.circle {
|
171
|
+
background-color:red;
|
172
|
+
height:40px;
|
173
|
+
border-radius:50%;
|
174
|
+
-moz-border-radius:50%;
|
175
|
+
-webkit-border-radius:50%;
|
176
|
+
width:40px;
|
177
|
+
}
|
178
|
+
|
179
|
+
.align-columns{
|
180
|
+
@apply grid gap-4;
|
181
|
+
}
|
182
|
+
|
183
|
+
|
184
|
+
@screen dt {
|
185
|
+
.surveydetailsform-wrapper {
|
186
|
+
.surveyformfield {
|
187
|
+
@apply items-center;
|
188
|
+
grid-template-columns: 1fr 2fr 1fr;
|
189
|
+
|
190
|
+
.radio-wrap {
|
191
|
+
@apply flex gap-20;
|
192
|
+
margin-bottom: 0;
|
193
|
+
}
|
194
|
+
.radio-wrap div {
|
195
|
+
@apply flex items-center;
|
196
|
+
}
|
197
|
+
|
198
|
+
.radio-btn {
|
199
|
+
@apply w-6 h-6;
|
200
|
+
}
|
201
|
+
|
202
|
+
.radio-btn-checkmark {
|
203
|
+
height: 1.75rem;
|
204
|
+
width: 1.75rem;
|
205
|
+
--border-opacity: 1;
|
206
|
+
border: 1px solid #464646;
|
207
|
+
border-color: rgba(70, 70, 70, var(--border-opacity));
|
208
|
+
border-radius: 9999px;
|
209
|
+
display: block;
|
210
|
+
}
|
211
|
+
|
212
|
+
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
213
|
+
display: block;
|
214
|
+
--bg-opacity: 1;
|
215
|
+
background-color: #f47738;
|
216
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
217
|
+
height: 1.25rem;
|
218
|
+
width: 1.25rem;
|
219
|
+
border-radius: 9999px;
|
220
|
+
position: absolute;
|
221
|
+
top: 4px;
|
222
|
+
left: 4px;
|
223
|
+
}
|
224
|
+
}
|
225
|
+
}
|
226
|
+
|
227
|
+
.newSurveyForm_wrapper {
|
228
|
+
@apply grid p-md bg-grey-light border border-border rounded;
|
229
|
+
grid-template-columns: 33% 1fr;
|
230
|
+
|
231
|
+
.newSurveyForm_quesno {
|
232
|
+
@apply text-heading-m font-medium;
|
233
|
+
}
|
234
|
+
|
235
|
+
.newSurveyForm_mainsection {
|
236
|
+
}
|
237
|
+
.newSurveyForm_questions {
|
238
|
+
@apply flex gap-4;
|
239
|
+
|
240
|
+
.text-input {
|
241
|
+
@apply w-3/4;
|
242
|
+
}
|
243
|
+
.employee-select-wrap {
|
244
|
+
@apply flex-1;
|
245
|
+
}
|
246
|
+
}
|
247
|
+
.newSurveyForm_answer {
|
248
|
+
}
|
249
|
+
.newSurveyForm_actions {
|
250
|
+
@apply flex justify-end gap-2;
|
251
|
+
.checkbox-wrap {
|
252
|
+
@apply items-center;
|
253
|
+
margin-bottom: 0;
|
254
|
+
}
|
255
|
+
.checkbox-wrap .label {
|
256
|
+
margin-left: 40px;
|
257
|
+
}
|
258
|
+
}
|
259
|
+
.newSurveyForm_seprator {
|
260
|
+
@apply w-px h-6 border border-border;
|
261
|
+
}
|
262
|
+
}
|
263
|
+
|
264
|
+
.surveyformslist_wrapper {
|
265
|
+
@apply w-3/4 grid gap-6 py-md;
|
266
|
+
}
|
267
|
+
}
|
268
|
+
|
269
|
+
.unstyled-button {
|
270
|
+
border: none;
|
271
|
+
padding: 0;
|
272
|
+
background: none;
|
273
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
.tooltip {
|
2
|
+
position: relative;
|
3
|
+
display: inline-block;
|
4
|
+
}
|
5
|
+
|
6
|
+
.tooltip .tooltiptext {
|
7
|
+
visibility: hidden;
|
8
|
+
background-color: #555;
|
9
|
+
color: #fff;
|
10
|
+
text-align: left;
|
11
|
+
border-radius: 6px;
|
12
|
+
padding: 5px;
|
13
|
+
position: absolute;
|
14
|
+
z-index: 1;
|
15
|
+
bottom: 125%;
|
16
|
+
left: 50%;
|
17
|
+
margin-left: -60px;
|
18
|
+
opacity: 0;
|
19
|
+
transition: opacity 0.3s;
|
20
|
+
}
|
21
|
+
|
22
|
+
.tooltip .tooltiptext::after {
|
23
|
+
position: absolute;
|
24
|
+
top: 100%;
|
25
|
+
left: 50%;
|
26
|
+
margin-left: -5px;
|
27
|
+
border-width: 5px;
|
28
|
+
border-style: solid;
|
29
|
+
border-color: #555 transparent transparent transparent;
|
30
|
+
}
|
31
|
+
|
32
|
+
.tooltip:hover .tooltiptext {
|
33
|
+
visibility: visible;
|
34
|
+
opacity: 1;
|
35
|
+
cursor: pointer;
|
36
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7 10l5 5 5-5H7z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="19px"><path d="M24 0v24H0V0h24z" fill="none" opacity=".87"/><path d="M14 7l-5 5 5 5V7z"/></svg>
|
package/svg/calendar.svg
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>
|
package/svg/camera.svg
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="black" width="46px" height="42px">
|
2
|
+
<rect fill="none" height="24" width="24"/>
|
3
|
+
<path d="M3,4V1h2v3h3v2H5v3H3V6H0V4H3z M6,10V7h3V4h7l1.83,2H21c1.1,0,2,0.9,2,2v12c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2V10H6z M13,19c2.76,0,5-2.24,5-5s-2.24-5-5-5s-5,2.24-5,5S10.24,19,13,19z M9.8,14c0,1.77,1.43,3.2,3.2,3.2s3.2-1.43,3.2-3.2 s-1.43-3.2-3.2-3.2S9.8,12.23,9.8,14z"/>
|
4
|
+
</svg>
|
package/svg/check.svg
ADDED
package/svg/close.svg
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px">
|
2
|
+
<path d="M0 0h24v24H0V0z" fill="#d4351c"/>
|
3
|
+
<path d="M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"/>
|
4
|
+
</svg>
|
package/svg/error.svg
ADDED
package/svg/error2.svg
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#505A5F" width="48px" height="48px" >
|
2
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
3
|
+
<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#F47738" width="48px" height="48px">
|
2
|
+
<path d="M0 0h24v24H0V0z" fill="none"/>
|
3
|
+
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#F47738" width="48px" height="48px" >
|
2
|
+
<g><path d="M0,0h24v24H0V0z" fill="none"/>
|
3
|
+
<path d="M0,0h24v24H0V0z" fill="none"/></g>
|
4
|
+
<g><path d="M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z"/></g>
|
5
|
+
</svg>
|
package/svg/success.svg
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#00703C" >
|
2
|
+
<path d="M0 0h24v24H0V0z" fill="none"/>
|
3
|
+
<path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"/>
|
4
|
+
</svg>
|