@expressms/smartapp-ui 3.0.0-alpha.23 → 3.0.0-alpha.25
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/build/main/assets/icons/notification-info-filled.svg +5 -0
- package/build/main/assets/icons/notification-success-filled.svg +4 -0
- package/build/main/styles/main.js +0 -6
- package/build/main/styles/styles.scss +2 -2
- package/build/main//321/201omponents/Flex/Flex.d.ts +1 -1
- package/build/main//321/201omponents/Flex/Flex.js +2 -2
- package/build/main//321/201omponents/Flex/Flex.js.map +1 -1
- package/build/main//321/201omponents/Flex/types.d.ts +1 -0
- package/build/main//321/201omponents/Modal/Modal.js +3 -1
- package/build/main//321/201omponents/Modal/Modal.js.map +1 -1
- package/build/main//321/201omponents/Notification/Notification.d.ts +7 -6
- package/build/main//321/201omponents/Notification/Notification.js +54 -22
- package/build/main//321/201omponents/Notification/Notification.js.map +1 -1
- package/build/main//321/201omponents/Notification/types.d.ts +5 -1
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +5 -2
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/Option/Option.js +2 -2
- package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +1 -1
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js +24 -13
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.js +2 -2
- package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/types.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.875 10.0004C1.875 5.51269 5.51232 1.87537 10 1.87537C14.4877 1.87537 18.125 5.51269 18.125 10.0004C18.125 14.488 14.4877 18.1254 10 18.1254C5.51232 18.1254 1.875 14.488 1.875 10.0004Z" fill="currentColor" />
|
|
3
|
+
<path d="M9.25 6.75C9.25 6.33579 9.58579 6 10 6C10.4142 6 10.75 6.33579 10.75 6.75C10.75 7.16421 10.4142 7.5 10 7.5C9.58579 7.5 9.25 7.16421 9.25 6.75Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99919 9.37459C10.3444 9.37459 10.6242 9.65441 10.6242 9.99959V14.1663C10.6242 14.5114 10.3444 14.7913 9.99919 14.7913C9.65401 14.7913 9.37419 14.5114 9.37419 14.1663V9.99959C9.37419 9.65441 9.65401 9.37459 9.99919 9.37459Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.875 10C1.875 5.51232 5.51232 1.875 10 1.875C14.4877 1.875 18.125 5.51232 18.125 10C18.125 14.4877 14.4877 18.125 10 18.125C5.51232 18.125 1.875 14.4877 1.875 10Z" fill="currentColor"/>
|
|
3
|
+
<path d="M8.55638 12.6919L6.19259 10.4446C5.9679 10.231 5.93981 9.90239 6.10833 9.66002C6.13241 9.62539 6.16049 9.59253 6.19259 9.56201C6.44938 9.31788 6.8642 9.31788 7.12099 9.56201L9.02387 11.3648L12.879 7.0581C13.1358 6.81397 13.5506 6.81397 13.8074 7.0581C14.0642 7.30223 14.0642 7.6966 13.8074 7.94073L9.48477 12.6919C9.29712 12.875 9.01317 12.9208 8.77459 12.8292C8.7609 12.824 8.74736 12.8183 8.73399 12.8121C8.67457 12.7847 8.61864 12.7484 8.56853 12.7032L8.55638 12.6919Z" fill="white"/>
|
|
4
|
+
</svg>
|