@egovernments/digit-ui-components-css 0.0.1
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/CHANGELOG.md +50 -0
- package/README.md +81 -0
- package/dist/index.css +17004 -0
- package/dist/index.min.css +6 -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 +67 -0
- package/src/components/CardBasedOptions.scss +46 -0
- package/src/components/CitizenHomeCard.scss +56 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +29 -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 +97 -0
- package/src/components/bannercomponents.scss +136 -0
- package/src/components/body.scss +144 -0
- package/src/components/buttons.scss +101 -0
- package/src/components/card.scss +391 -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 +134 -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 +115 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/inboxv2/InboxLinks.scss +59 -0
- package/src/components/inboxv2/horizontalNav.scss +224 -0
- package/src/components/inboxv2/inboxSearch.scss +116 -0
- package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
- package/src/components/inboxv2/index.scss +5 -0
- package/src/components/inboxv2/searchComponentTable.scss +44 -0
- package/src/components/info-banner.scss +35 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -0
- package/src/components/languageSelector.scss +24 -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 +28 -0
- package/src/components/multiLink.scss +88 -0
- package/src/components/multiSelectDropdown.scss +77 -0
- package/src/components/navbar.scss +312 -0
- package/src/components/plusMinus.scss +15 -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 +174 -0
- package/src/components/sidebar.scss +141 -0
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +29 -0
- package/src/components/table.scss +201 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +96 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +153 -0
- package/src/components/uploadcomponents.scss +100 -0
- package/src/digitv2/components/CitizenHomeCardV2.scss +56 -0
- package/src/digitv2/components/ErrorMessage.scss +19 -0
- package/src/digitv2/components/FormComposerV2.scss +118 -0
- package/src/digitv2/components/PageBasedInputV2.scss +33 -0
- package/src/digitv2/components/WhatsNewCardV2.scss +13 -0
- package/src/digitv2/components/actionLinkV2.scss +9 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +49 -0
- package/src/digitv2/components/backButtonV2.scss +26 -0
- package/src/digitv2/components/bannerV2.scss +120 -0
- package/src/digitv2/components/bodyContainerV2.scss +39 -0
- package/src/digitv2/components/breadCrumbV2.scss +34 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +407 -0
- package/src/digitv2/components/cardBasedOptionsV2.scss +46 -0
- package/src/digitv2/components/cardLabelV2.scss +8 -0
- package/src/digitv2/components/cardV2.scss +383 -0
- package/src/digitv2/components/checkboxV2.scss +80 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +17 -0
- package/src/digitv2/components/detailsCardV2.scss +17 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/fieldV1.scss +97 -0
- package/src/digitv2/components/footerV2.scss +55 -0
- package/src/digitv2/components/headerBarV2.scss +34 -0
- package/src/digitv2/components/headerV2.scss +12 -0
- package/src/digitv2/components/infoCardV2.scss +143 -0
- package/src/digitv2/components/infobuttons.scss +76 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/labelFieldPairV2.scss +58 -0
- package/src/digitv2/components/loaderV2.scss +85 -0
- package/src/digitv2/components/mobileNumberV2.scss +65 -0
- package/src/digitv2/components/modalV2.scss +46 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +316 -0
- package/src/digitv2/components/multiUploadWrapperV2.scss +6 -0
- package/src/digitv2/components/navbarV2.scss +9 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/numeric.scss +47 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/panelcard.scss +161 -0
- package/src/digitv2/components/panels.scss +115 -0
- package/src/digitv2/components/paragraphV2.scss +5 -0
- package/src/digitv2/components/popUpV2.scss +309 -0
- package/src/digitv2/components/radiobtnV2.scss +114 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/searchActionV2.scss +11 -0
- package/src/digitv2/components/searchFormV2.scss +76 -0
- package/src/digitv2/components/searchcomponent.scss +7 -0
- package/src/digitv2/components/selectdropdownV2.scss +361 -0
- package/src/digitv2/components/sidebarV2.scss +11 -0
- package/src/digitv2/components/stepper.scss +127 -0
- package/src/digitv2/components/tagV2.scss +121 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +463 -0
- package/src/digitv2/components/textareaV2.scss +100 -0
- package/src/digitv2/components/textblock.scss +47 -0
- package/src/digitv2/components/timeline.scss +127 -0
- package/src/digitv2/components/toastV2.scss +81 -0
- package/src/digitv2/components/toggle.scss +73 -0
- package/src/digitv2/components/toggleswitchV2.scss +42 -0
- package/src/digitv2/components/topbarV2.scss +187 -0
- package/src/digitv2/components/treeSelectV2.scss +133 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/components/uploader.scss +469 -0
- package/src/digitv2/index.scss +198 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +615 -0
- package/src/digitv2/typography.scss +658 -0
- package/src/index.scss +774 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +158 -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 +72 -0
- package/src/pages/employee/dss.scss +266 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +585 -0
- package/src/pages/employee/index.scss +626 -0
- package/src/pages/employee/login.scss +221 -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 +119 -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,198 @@
|
|
|
1
|
+
@import url("./components/actionbarV2.scss");
|
|
2
|
+
@import url("./components/actionLinkV2.scss");
|
|
3
|
+
@import url("./components/appContainerV2.scss");
|
|
4
|
+
@import url("./components/backButtonV2.scss");
|
|
5
|
+
@import url("./components/bannerV2.scss");
|
|
6
|
+
@import url("./components/bodyContainerV2.scss");
|
|
7
|
+
@import url("./components/breadCrumbV2.scss");
|
|
8
|
+
@import url("./components/breakLineV2.scss");
|
|
9
|
+
@import url("./components/buttonsV2.scss");
|
|
10
|
+
@import url("./components/cardBasedOptionsV2.scss");
|
|
11
|
+
@import url("./components/cardLabelV2.scss");
|
|
12
|
+
@import url("./components/checkboxV2.scss");
|
|
13
|
+
@import url("./components/checkpointV2.scss");
|
|
14
|
+
@import url("./components/CitizenHomeCardV2.scss");
|
|
15
|
+
@import url("./components/collapseAndExpandGroups.scss");
|
|
16
|
+
@import url("./components/dateWrapV2.scss");
|
|
17
|
+
@import url("./components/detailsCardV2.scss");
|
|
18
|
+
@import url("./components/displayPhotosV2.scss");
|
|
19
|
+
@import url("./components/ErrorMessage.scss");
|
|
20
|
+
@import url("./components/footerV2.scss");
|
|
21
|
+
@import url("./components/FormComposerV2.scss");
|
|
22
|
+
@import url("./components/headerV2.scss");
|
|
23
|
+
@import url("./components/headerBarV2.scss");
|
|
24
|
+
@import url("./components/infoCardV2.scss");
|
|
25
|
+
@import url("./components/keynoteV2.scss");
|
|
26
|
+
@import url("./components/labelFieldPairV2.scss");
|
|
27
|
+
@import url("./components/loaderV2.scss");
|
|
28
|
+
@import url("./components/mobileNumberV2.scss");
|
|
29
|
+
@import url("./components/modalV2.scss");
|
|
30
|
+
@import url("./components/multiSelectDropdownV2.scss");
|
|
31
|
+
@import url("./components/multiUploadWrapperV2.scss");
|
|
32
|
+
@import url("./components/navbarV2.scss");
|
|
33
|
+
@import url("./components/noresultsfoundV2.scss");
|
|
34
|
+
@import url("./components/otpInputV2.scss");
|
|
35
|
+
@import url("./components/PageBasedInputV2.scss");
|
|
36
|
+
@import url("./components/paragraphV2.scss");
|
|
37
|
+
@import url("./components/popUpV2.scss");
|
|
38
|
+
@import url("./components/radiobtnV2.scss");
|
|
39
|
+
@import url("./components/ratingV2.scss");
|
|
40
|
+
@import url("./components/searchActionV2.scss");
|
|
41
|
+
@import url("./components/searchFormV2.scss");
|
|
42
|
+
@import url("./components/selectdropdownV2.scss");
|
|
43
|
+
@import url("./components/tagV2.scss");
|
|
44
|
+
@import url("./components/telephoneV2.scss");
|
|
45
|
+
@import url("./components/textareaV2.scss");
|
|
46
|
+
@import url("./components/textInputV2.scss");
|
|
47
|
+
@import url("./components/toastV2.scss");
|
|
48
|
+
@import url("./components/topbarV2.scss");
|
|
49
|
+
@import url("./components/uploadFileV2.scss");
|
|
50
|
+
@import url("./components/WhatsNewCardV2.scss");
|
|
51
|
+
@import url("./components/fieldV1.scss");
|
|
52
|
+
@import url("./components/toggle.scss");
|
|
53
|
+
@import url("./components/toggleswitchV2.scss");
|
|
54
|
+
@import url("./components/treeSelectV2.scss");
|
|
55
|
+
@import url("./components/cardV2.scss");
|
|
56
|
+
@import url("./components/searchcomponent.scss");
|
|
57
|
+
@import url("./components/sidebarV2.scss");
|
|
58
|
+
@import url("./components/stepper.scss");
|
|
59
|
+
@import url("./components/timeline.scss");
|
|
60
|
+
@import url("./components/infobuttons.scss");
|
|
61
|
+
@import url("./components/uploader.scss");
|
|
62
|
+
@import url("./components/textblock.scss");
|
|
63
|
+
@import url("./components/panels.scss");
|
|
64
|
+
@import url("./components/panelcard.scss");
|
|
65
|
+
|
|
66
|
+
/* pages */
|
|
67
|
+
@import url("./pages/employee/index.scss");
|
|
68
|
+
|
|
69
|
+
/* important to be remove after fixing the components */
|
|
70
|
+
.light {
|
|
71
|
+
&-primary {
|
|
72
|
+
color: theme(digitv2.lightTheme.primary-orange) !important;
|
|
73
|
+
|
|
74
|
+
&-button {
|
|
75
|
+
background-color: theme(digitv2.lightTheme.primary-orange);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&-bg {
|
|
79
|
+
background-color: theme(digitv2.lightTheme.primary-orangebg);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&-text-color {
|
|
84
|
+
&-primary {
|
|
85
|
+
color: theme(digitv2.lightTheme.text-primary);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&-secondary {
|
|
89
|
+
color: theme(digitv2.lightTheme.text-secondary);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&-disabled {
|
|
93
|
+
color: theme(digitv2.lightTheme.text-disabled);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&-background {
|
|
98
|
+
background-color: theme(digitv2.lightTheme.generic-background);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&-paper {
|
|
102
|
+
&-primary {
|
|
103
|
+
background-color: theme(digitv2.lightTheme.paper-primary) !important;
|
|
104
|
+
|
|
105
|
+
&-color {
|
|
106
|
+
color: theme(digitv2.lightTheme.paper-primary) !important;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
&-secondary {
|
|
111
|
+
background-color: theme(digitv2.lightTheme.paper-secondary);
|
|
112
|
+
}
|
|
113
|
+
&-border {
|
|
114
|
+
border: 0.5px solid;
|
|
115
|
+
border-radius: 0.5rem;
|
|
116
|
+
border-color: theme(digitv2.lightTheme.generic-background);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&-border {
|
|
120
|
+
border-radius: 4px;
|
|
121
|
+
border-style: solid;
|
|
122
|
+
border-width: 1px;
|
|
123
|
+
border-color: theme(digitv2.lightTheme.generic-divider);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&-divider {
|
|
128
|
+
background-color: theme(digitv2.lightTheme.generic-divider);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
&-header-sidenav {
|
|
132
|
+
color: theme(digitv2.lightTheme.primary-bluegray);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&-input-border {
|
|
136
|
+
border-color: theme(digitv2.lightTheme.generic-inputborder);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.alert {
|
|
141
|
+
&-error {
|
|
142
|
+
color: theme(digitv2.lightTheme.alert-error);
|
|
143
|
+
|
|
144
|
+
&-bg {
|
|
145
|
+
background-color: theme(digitv2.lightTheme.alert-errorbg);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&-border {
|
|
149
|
+
border-color: theme(digitv2.lightTheme.alert-error) !important;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&-success {
|
|
154
|
+
color: theme(digitv2.lightTheme.alert-success);
|
|
155
|
+
|
|
156
|
+
&-bg {
|
|
157
|
+
background-color: theme(digitv2.lightTheme.alert-successbg);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&-info {
|
|
162
|
+
color: theme(digitv2.alert.info);
|
|
163
|
+
|
|
164
|
+
&-bg {
|
|
165
|
+
background-color: theme(digitv2.alert.info-bg);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.chart {
|
|
171
|
+
&-item-1 {
|
|
172
|
+
color: theme(digitv2.chart.chart-1);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&-item-1-gradient {
|
|
176
|
+
color: theme(digitv2.chart.chart-1-gradient);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&-item-2 {
|
|
180
|
+
color: theme(digitv2.chart.chart-2);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
&-item-2-gradient {
|
|
184
|
+
color: theme(digitv2.chart.chart-2-gradient);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
&-item-3 {
|
|
188
|
+
color: theme(digitv2.chart.chart-3);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
&-item-4 {
|
|
192
|
+
color: theme(digitv2.chart.chart-4);
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
&-item-5 {
|
|
196
|
+
color: theme(digitv2.chart.chart-5);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url("./workbench.scss");
|