@djb25/digit-ui-css 1.0.0 → 1.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.
Files changed (99) hide show
  1. package/dist/index.css +7 -17535
  2. package/dist/index.min.css +1 -1
  3. package/package.json +4 -3
  4. package/src/components/CardBasedOptions.scss +101 -36
  5. package/src/components/CitizenHomeCard.scss +43 -41
  6. package/src/components/PageBasedInput.scss +2 -0
  7. package/src/components/PropertySearchForm.scss +4 -4
  8. package/src/components/SearchOnRadioButton.scss +1 -1
  9. package/src/components/StandaloneSearchBar.scss +1 -1
  10. package/src/components/TimeLine.scss +4 -4
  11. package/src/components/bannercomponents.scss +4 -3
  12. package/src/components/body.scss +7 -4
  13. package/src/components/buttons.scss +1 -57
  14. package/src/components/card.scss +42 -97
  15. package/src/components/charts.scss +150 -3
  16. package/src/components/checkbox.scss +35 -4
  17. package/src/components/checkpoint.scss +3 -1
  18. package/src/components/datatable.scss +7 -65
  19. package/src/components/filters.scss +3 -3
  20. package/src/components/hoc/InboxComposer.scss +1 -1
  21. package/src/components/landingpage.scss +249 -18
  22. package/src/components/languageSelector.scss +2 -1
  23. package/src/components/loader.scss +1 -1
  24. package/src/components/metricsTable.scss +1 -2
  25. package/src/components/multiLink.scss +1 -1
  26. package/src/components/multiSelectDropdown.scss +0 -4
  27. package/src/components/navbar.scss +9 -13
  28. package/src/components/plusMinus.scss +3 -3
  29. package/src/components/radiobtn.scss +12 -0
  30. package/src/components/searchAction.scss +1 -1
  31. package/src/components/selectdropdown.scss +37 -12
  32. package/src/components/table.scss +8 -60
  33. package/src/components/textfields.scss +16 -4
  34. package/src/components/toggleSwitch.scss +1 -1
  35. package/src/components/topbar.scss +8 -11
  36. package/src/components/uploadcomponents.scss +16 -3
  37. package/src/index.scss +74 -109
  38. package/src/pages/citizen/DocumentList.scss +5 -5
  39. package/src/pages/citizen/HomePageWrapper.scss +11 -6
  40. package/src/pages/citizen/container.scss +1 -1
  41. package/src/pages/employee/cardfix.scss +2 -1
  42. package/src/pages/employee/container.scss +9 -8
  43. package/src/pages/employee/dss.scss +12 -29
  44. package/src/pages/employee/inbox.scss +144 -91
  45. package/src/pages/employee/index.scss +248 -244
  46. package/src/pages/employee/login.scss +93 -135
  47. package/src/pages/employee/popupmodule.scss +13 -0
  48. package/src/pages/employee/scroll-table.scss +4 -9
  49. package/src/pages/employee/surveys.scss +13 -14
  50. package/svg/check.svg +1 -1
  51. package/svg/starempty.svg +1 -1
  52. package/svg/starfilled.svg +1 -1
  53. package/README.md +0 -80
  54. package/src/components/financeUi.scss +0 -875
  55. package/src/components/inboxv2/InboxLinks.scss +0 -59
  56. package/src/components/inboxv2/horizontalNav.scss +0 -224
  57. package/src/components/inboxv2/inboxSearch.scss +0 -116
  58. package/src/components/inboxv2/inboxSearchComposer.scss +0 -134
  59. package/src/components/inboxv2/index.scss +0 -5
  60. package/src/components/inboxv2/searchComponentTable.scss +0 -44
  61. package/src/components/sidebar.scss +0 -141
  62. package/src/digitv2/components/ErrorMessage.scss +0 -6
  63. package/src/digitv2/components/FormComposerV2.scss +0 -120
  64. package/src/digitv2/components/actionLinkV2.scss +0 -7
  65. package/src/digitv2/components/actionbarV2.scss +0 -110
  66. package/src/digitv2/components/appContainerV2.scss +0 -55
  67. package/src/digitv2/components/backButtonV2.scss +0 -26
  68. package/src/digitv2/components/bannerV2.scss +0 -120
  69. package/src/digitv2/components/bodyContainerV2.scss +0 -39
  70. package/src/digitv2/components/breadCrumbV2.scss +0 -31
  71. package/src/digitv2/components/breakLineV2.scss +0 -6
  72. package/src/digitv2/components/buttonsV2.scss +0 -40
  73. package/src/digitv2/components/cardV2.scss +0 -385
  74. package/src/digitv2/components/checkboxV2.scss +0 -61
  75. package/src/digitv2/components/checkpointV2.scss +0 -71
  76. package/src/digitv2/components/collapseAndExpandGroups.scss +0 -60
  77. package/src/digitv2/components/dateWrapV2.scss +0 -12
  78. package/src/digitv2/components/displayPhotosV2.scss +0 -33
  79. package/src/digitv2/components/headerV2.scss +0 -6
  80. package/src/digitv2/components/infoBannerV2.scss +0 -37
  81. package/src/digitv2/components/keynoteV2.scss +0 -35
  82. package/src/digitv2/components/loaderV2.scss +0 -81
  83. package/src/digitv2/components/mobileNumberV2.scss +0 -33
  84. package/src/digitv2/components/multiSelectDropdownV2.scss +0 -92
  85. package/src/digitv2/components/noresultsfoundV2.scss +0 -11
  86. package/src/digitv2/components/otpInputV2.scss +0 -15
  87. package/src/digitv2/components/popUpV2.scss +0 -16
  88. package/src/digitv2/components/radiobtnV2.scss +0 -51
  89. package/src/digitv2/components/ratingV2.scss +0 -33
  90. package/src/digitv2/components/selectdropdownV2.scss +0 -170
  91. package/src/digitv2/components/tagV2.scss +0 -28
  92. package/src/digitv2/components/telephoneV2.scss +0 -18
  93. package/src/digitv2/components/textInputV2.scss +0 -123
  94. package/src/digitv2/components/textareaV2.scss +0 -11
  95. package/src/digitv2/components/uploadFileV2.scss +0 -146
  96. package/src/digitv2/index.scss +0 -168
  97. package/src/digitv2/pages/employee/index.scss +0 -1
  98. package/src/digitv2/pages/employee/workbench.scss +0 -1042
  99. package/src/digitv2/typography.scss +0 -241
@@ -1,30 +1,51 @@
1
1
  .loginFormStyleEmployee {
2
+ z-index: 10;
3
+ margin-top: 15px;
2
4
  .employeeCard {
3
- background-color: transparent !important;
4
5
  .submit-bar {
5
6
  @apply w-full;
7
+ height: 2rem !important;
6
8
  }
9
+ .employeeCard
10
+ .submit-bar .submit-bar header
11
+ {
12
+ line-height: 2rem !important;
13
+ font-size: 16px;
14
+
15
+ }
7
16
  }
8
17
  }
9
18
  .banner .bannerCard{
10
19
  min-width: 420px !important;
20
+ background-color: transparent;
11
21
  }
12
22
  .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
13
- margin-top: 0;
14
23
  border: 1px solid;
15
24
  border-right: none;
16
- padding: 7px;
25
+ height: 32px !important;
26
+ margin-top: -16px !important;
27
+ z-index: 999;
28
+ background-color:#ffffffeb;
17
29
  }
18
30
  @screen dt {
19
31
  .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
20
- padding: 7px;
32
+ border: 1px solid black;
33
+ border-right: none;
34
+ height: 32px !important;
35
+ margin-top: -16px !important;
36
+ z-index: 999;
37
+ background-color: #ffffffeb;
38
+
21
39
  }
22
40
  .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
23
- min-width: 420px !important;
41
+ min-width: 270px !important;
42
+
43
+ background-color: #ffffffd6 !important
24
44
  }
25
45
  .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
26
- max-width: 420px !important;
27
- min-width: 420px !important;
46
+ max-width: 270px !important;
47
+ min-width: 270px !important;
48
+ background-color: #ffffffeb
28
49
  }
29
50
  }
30
51
 
@@ -39,6 +60,7 @@
39
60
  .employeeForgotPassword {
40
61
  .submit-bar {
41
62
  @apply w-full;
63
+ background-color: #5a1166 !important;
42
64
  }
43
65
  }
44
66
  .employeeChangePassword .submit-bar {
@@ -64,11 +86,11 @@
64
86
  font-size: 24px;
65
87
  }
66
88
  .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;
89
+ font-weight: 600 !important;
90
+ font-size: 14px !important;
91
+ line-height: 10px !important;
92
+ color: #0B0C0C;
93
+ z-index: 10 !important;
72
94
  }
73
95
  .banner .bannerHeader {
74
96
  margin-bottom: 20px;
@@ -77,23 +99,32 @@
77
99
  font-weight: normal;
78
100
  font-size: 16px;
79
101
  line-height: 19px;
80
- color: theme(colors.text.primary);
102
+ color: #0B0C0C;
81
103
  }
82
104
  .profile-label-margin{
83
105
  margin-top: 10px;
84
106
  }
85
-
107
+ .loginFormStyleEmployee .primary-label-btn{
108
+ font-size: 12px;
109
+ }
86
110
  .employeeForgotPassword .employeeCard .card-label-desc {
87
111
  font-weight: normal;
88
112
  font-size: 16px;
89
113
  line-height: 24px;
90
- color: theme(colors.text.secondary);
114
+ color: #505a5f;
91
115
  margin-top: 15px;
92
116
  }
93
117
  .employeeChangePassword .employeeCard .card-text {
94
118
  margin-bottom: 15px;
95
119
  font-size: 16px;
96
- color: theme(colors.text.secondary);
120
+ color: #505a5f;
121
+ }
122
+ .employeeCard .card-label{
123
+ font-weight: 600 !important;
124
+ font-size: 14px !important;
125
+ line-height: 10px !important;
126
+ color: #0b0c0c;
127
+
97
128
  }
98
129
  @media screen and (max-width: 768px) {
99
130
  .employeeChangePassword .employeeCard .card-text {
@@ -120,7 +151,10 @@
120
151
  .employeeChangePassword .employeeCard .field .field-container{
121
152
  margin-bottom: 24px;
122
153
  }
123
-
154
+ .upyog-copyright-footer-web
155
+ {
156
+ display: none;
157
+ }
124
158
  .employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
125
159
  font-size: 24px !important;
126
160
  line-height: 28px !important;
@@ -131,15 +165,19 @@
131
165
  font-size: 18px !important;
132
166
  line-height: 21px !important;
133
167
  margin-bottom: 0px !important;
168
+ z-index: 10 !important;
134
169
  }
135
170
  .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
136
- min-width: 340px !important;
137
- margin: 10px !important;
171
+ min-width: 270px !important;
172
+ z-index: 10 !important;
173
+ background-color: #ffffffd6 !important;
174
+ margin-top: 0 !important;
138
175
  }
139
176
  .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
140
- max-width: 360px !important;
141
- min-width: 340px !important;
142
- margin: 10px !important;
177
+ max-width: 250px !important;
178
+ min-width: 250px !important;
179
+ margin-top: -50% !important;
180
+ background-color: #ffffffeb;
143
181
  }
144
182
  }
145
183
  .employeeChangePassword .employeeCard .card-text{
@@ -149,15 +187,20 @@
149
187
  .employeeBackbuttonAlign{
150
188
  display: none;
151
189
  }
152
- .resend-otp{
153
- cursor: pointer;
154
- }
190
+ .employee-select-wrap .select{
191
+ height: 2.0rem !important;
192
+ background-color: white !important;
155
193
 
194
+ }
156
195
  .employee-select-wrap.login-city-dd {
157
196
  .options-card{
158
- max-height: 200px;
197
+ max-height: 150px;
159
198
  }
160
199
  }
200
+ .banner .bannerCard, .loginFormStyleEmployee .employeeCard{
201
+ background-color: transparent;
202
+ }
203
+
161
204
  @media screen and (max-width: 768px){
162
205
  .employeeBackbuttonAlign{
163
206
  display: block;
@@ -166,13 +209,12 @@
166
209
  left: 20px;
167
210
  }
168
211
  .banner{
169
- align-items: flex-end;
170
212
  padding-bottom: 40px;
171
213
  height: 100vh !important;
214
+ z-index: 1;
172
215
  }
173
216
  .topbar{
174
- background: rgba(34, 57, 77, var(--bg-opacity)) !important;
175
- color: white;
217
+ background: white;
176
218
  }
177
219
  .employee .loginContainer{
178
220
  padding-top: 0px !important;
@@ -185,118 +227,34 @@
185
227
  max-height: 160px;
186
228
  }
187
229
  }
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;
230
+ .banner .upyog-copyright-footer
231
+ {
232
+ display: none;
204
233
  }
205
-
206
- .loginContainer {
207
- padding: 0 !important;
208
- background: #fff !important; /* optional */
234
+ .banner .upyog-copyright-footer-web
235
+ {
236
+ display: block;
209
237
  }
210
238
  }
239
+ @media screen and (max-width:900px) {
211
240
 
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;
241
+ .loginFormStyleEmployee .employeeForgotPassword
242
+ {
243
+ margin-top: -50% !important;
244
+ background-color: #ffffffeb !important;
245
+ z-index: 2;
258
246
  }
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;
247
+ .psuedo-banner{
248
+ font-size: 20px;
274
249
  }
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;
250
+ .banner-slogan{
251
+ font-size: 14px;
285
252
  }
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;
253
+ .loginFormStyleEmployee, .employeeForgotPassword{
254
+ margin-top: -30% !important;
255
+
301
256
  }
302
257
  }
258
+ .employeeForgotPassword{
259
+ z-index: 2;
260
+ }
@@ -32,3 +32,16 @@
32
32
  }
33
33
  }
34
34
  }
35
+
36
+ .popup-module-main {
37
+ iframe #page-container div {
38
+ width: 99% !important;
39
+ margin: 5px !important;
40
+ }
41
+
42
+ iframe #page-container {
43
+ ::-webkit-scrollbar {
44
+ width: 0px !important;
45
+ }
46
+ }
47
+ }
@@ -66,7 +66,7 @@ top: 0px;
66
66
 
67
67
  /* Light Theme / Paper */
68
68
 
69
- background: theme(colors.white);
69
+ background: #FFFFFF;
70
70
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
71
71
 
72
72
  /* Inside auto layout */
@@ -79,7 +79,7 @@ color: #B1B4B6;
79
79
  .table-switch-card-inactive:hover{
80
80
  background: #fffffc;
81
81
  font-size: 17px;
82
- color: theme(colors.text.secondary);
82
+ color: #505A5F;
83
83
  }
84
84
 
85
85
  .table-switch-card-active{/* Frame 57 */
@@ -99,10 +99,10 @@ color: #B1B4B6;
99
99
 
100
100
  /* Light Theme / Paper */
101
101
 
102
- background: theme(colors.white);
102
+ background: #FFFFFF;
103
103
  /* Light Theme / Primary */
104
104
 
105
- border: 1px solid theme(colors.primary.main);
105
+ border: 1px solid #a82227;
106
106
  box-sizing: border-box;
107
107
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
108
108
 
@@ -111,9 +111,4 @@ color: #B1B4B6;
111
111
  flex: none;
112
112
  flex-grow: 0;
113
113
  margin: 0px 0px;
114
- }
115
-
116
- .icon-wrapper {
117
- margin-left:1rem;
118
- cursor:pointer
119
114
  }
@@ -89,7 +89,7 @@
89
89
  .question-title {
90
90
  font-size: 18px;
91
91
  line-height: 21px;
92
- color: theme(colors.text.primary);
92
+ color: #0b0c0c;
93
93
  font-weight: 700;
94
94
  }
95
95
 
@@ -98,8 +98,8 @@
98
98
  flex-direction: column;
99
99
  align-items: flex-start;
100
100
  padding: 8px 4px;
101
- background-color: theme(colors.grey.light);
102
- border: 1px solid theme(colors.border);
101
+ background-color: #FAFAFA;
102
+ border: 1px solid #D6D5D4;
103
103
  box-sizing: border-box;
104
104
  border-radius: 4px;
105
105
  margin-top: 20px;
@@ -116,8 +116,8 @@
116
116
  position: static;
117
117
  left: 0px;
118
118
  top: 41px;
119
- background: theme(colors.grey.light);
120
- border: 1px solid theme(colors.border);
119
+ background: #FAFAFA;
120
+ border: 1px solid #D6D5D4;
121
121
  box-sizing: border-box;
122
122
  border-radius: 4px;
123
123
  margin-top: 20px;
@@ -148,8 +148,8 @@ flex-direction: column;
148
148
  justify-content: center;
149
149
  align-items: center;
150
150
  padding: 16px 8px;
151
- background: theme(colors.grey.light);
152
- border: 1px solid theme(colors.border);
151
+ background: #FAFAFA;
152
+ border: 1px solid #D6D5D4;
153
153
  box-sizing: border-box;
154
154
  border-radius: 4px;
155
155
  @apply gap-y-6;
@@ -200,10 +200,10 @@ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
200
200
  }
201
201
 
202
202
  .radio-btn-checkmark {
203
- height: 1.75rem;
204
- width: 1.75rem;
203
+ height: 1.5rem;
204
+ width: 1.5rem;
205
205
  --border-opacity: 1;
206
- border: 1px solid theme(colors.inputBorder);
206
+ border: 1px solid #464646;
207
207
  border-color: rgba(70, 70, 70, var(--border-opacity));
208
208
  border-radius: 9999px;
209
209
  display: block;
@@ -212,10 +212,9 @@ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
212
212
  .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
213
213
  display: block;
214
214
  --bg-opacity: 1;
215
- background-color: theme(colors.primary.main);
216
- background-color: rgba(244, 119, 56, var(--bg-opacity));
217
- height: 1.25rem;
218
- width: 1.25rem;
215
+ background-color: #a82227;
216
+ height: 1rem;
217
+ width: 1rem;
219
218
  border-radius: 9999px;
220
219
  position: absolute;
221
220
  top: 4px;
package/svg/check.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#F47738" >
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" >
2
2
  <path d="M0 0h24v24H0z" fill="none"/>
3
3
  <path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/>
4
4
  </svg>
package/svg/starempty.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#F47738" width="48px" height="48px">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px">
2
2
  <path d="M0 0h24v24H0V0z" fill="none"/>
3
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
4
  </svg>
@@ -1,4 +1,4 @@
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" >
1
+ <svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px" >
2
2
  <g><path d="M0,0h24v24H0V0z" fill="none"/>
3
3
  <path d="M0,0h24v24H0V0z" fill="none"/></g>
4
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>
package/README.md DELETED
@@ -1,80 +0,0 @@
1
- <!-- TODO: update this -->
2
-
3
- # digit-ui-css
4
-
5
- ## Install
6
-
7
- ```bash
8
- npm install --save @egovernments/digit-ui-css
9
- ```
10
-
11
- ## Limitation
12
-
13
- ```bash
14
- This Package is more specific to DIGIT-UI's can be used across mission's
15
- It is the base css for all Digit UI's
16
- ```
17
-
18
- ## Usage
19
-
20
- After adding the dependency make sure you have this dependency in
21
-
22
- ```bash
23
- frontend/micro-ui/web/package.json
24
- ```
25
-
26
- ```json
27
- "@egovernments/digit-ui-css":"^1.5.0",
28
- ```
29
-
30
- then navigate to App.js
31
-
32
- ```bash
33
- frontend/micro-ui/web/public/index.html
34
- ```
35
-
36
- ```jsx
37
- /** add this import **/
38
-
39
- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.22/dist/index.css" />
40
-
41
- ```
42
- ### Changelog
43
-
44
- ```bash
45
- 1.8.1 added workbench releated css for popup
46
- 1.8.0 Workbench v1.0
47
- 1.8.0-beta.13 fixed the login text styling issue
48
- 1.8.0-beta.1 styles for login dropdown and homepage dropdowns
49
- 1.8.0-beta added workbench related css and some new Digit v2 constants based on em
50
- 1.7.0 urban 2.9
51
- 1.6.0 urban 2.8
52
- 1.5.41 added styles for login dropdown and homepage dropdowns
53
- 1.5.40 aligment issue in edit and logout
54
- 1.5.39 updated login scss and alignment issues
55
- 1.5.37 updated the readme content
56
- 1.5.36 enhanced the formcomposer with header attribute
57
- 1.5.35 Fixed the card css issues
58
- 1.5.34 Fixed breadcrumb styling issue
59
- 1.5.33 fixed some card related css issues due to v2 css
60
- 1.5.32 newer css DIGITv2 added and corrected few existing issues
61
- 1.5.31 Corrected the CSS for inbox composers and default core ui
62
- 1.5.30 Updated the css for dynamic drodown filter dss
63
- 1.5.29 layout issues fixed
64
- 1.5.28 Horizontal Bar chart alignment fixes
65
- 1.5.27 DSS UI alignment fixes for Horizontal Metric and bar chart
66
- 1.5.26 added new css class for dss enhancements
67
- 1.5.25 added the css of inbox search composers
68
- 1.5.24 added the readme file
69
- 1.5.23 base version
70
- ```
71
- ## Contributors
72
-
73
- [jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
74
-
75
- ### Published from DIGIT Frontend
76
- DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
77
-
78
- ## License
79
-
80
- MIT © [jagankumar-egov](https://github.com/jagankumar-egov)