@djb25/digit-ui-css 1.0.40 → 1.0.42
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 +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/SearchForm.scss +10 -16
- package/src/components/TimeLine.scss +6 -6
- package/src/components/VerticalTimeline.scss +8 -8
- package/src/components/body.scss +14 -6
- package/src/components/buttons.scss +3 -3
- package/src/components/card.scss +26 -6
- package/src/components/datatable.scss +19 -1
- package/src/components/financeUi.scss +9 -15
- package/src/components/inboxv2/InboxLinks.scss +53 -53
- package/src/components/inboxv2/inboxSearchComposer.scss +112 -111
- package/src/components/juridictions.scss +4 -0
- package/src/components/landingpage.scss +4 -4
- package/src/components/moduleHeader.scss +1 -1
- package/src/components/multiSelectDropdown.scss +17 -4
- package/src/components/radiobtn.scss +13 -13
- package/src/components/selectdropdown.scss +18 -3
- package/src/components/table.scss +2 -2
- package/src/components/textfields.scss +8 -1
- package/src/components/toast.scss +1 -1
- package/src/components/topbar.scss +193 -0
- package/src/digitv2/components/FormComposerV2.scss +1 -1
- package/src/digitv2/pages/employee/workbench.scss +7 -10
- package/src/index.scss +42 -3
- package/src/pages/citizen/Register.scss +1 -1
- package/src/pages/employee/ekyc.scss +168 -168
- package/src/pages/employee/inbox.scss +24 -3
- package/src/pages/employee/index.scss +31 -0
- package/src/pages/employee/userProfile.scss +17 -6
- package/svg/check.svg +1 -1
- package/svg/close.svg +1 -1
- package/svg/error2.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
- package/svg/success.svg +1 -1
package/svg/error2.svg
CHANGED
package/svg/starempty.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#3A8DCC" 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>
|
package/svg/starfilled.svg
CHANGED
|
@@ -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="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#3A8DCC" 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/svg/success.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#2E9E8F" >
|
|
2
2
|
<path d="M0 0h24v24H0V0z" fill="none"/>
|
|
3
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
4
|
</svg>
|