@leaflink/stash 50.12.2 → 50.14.0
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/assets/icons/user-group.svg +1 -0
- package/assets/spritesheet.svg +1 -1
- package/dist/Accordion.vue.d.ts +2 -2
- package/dist/AppNavigationItem.vue.d.ts +1 -1
- package/dist/CurrencyInput.js +34 -30
- package/dist/CurrencyInput.js.map +1 -1
- package/dist/CurrencyInput.vue.d.ts +4 -0
- package/dist/Filters.vue.d.ts +10 -2
- package/dist/Icon.js +11 -10
- package/dist/Icon.js.map +1 -1
- package/dist/Icon.vue.d.ts +1 -1
- package/dist/IconLabel.vue.d.ts +1 -1
- package/dist/InputOptions.js +61 -59
- package/dist/InputOptions.js.map +1 -1
- package/dist/InputOptions.vue.d.ts +22 -2
- package/dist/ListView.vue.d.ts +25 -23
- package/dist/QuickAction.vue.d.ts +1 -1
- package/dist/SelectStatus.vue.d.ts +1 -1
- package/dist/TextEditor.vue.d.ts +1 -1
- package/dist/components.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm6 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 5c-.338 0-.667-.042-.98-.121A7 7 0 0 0 18.928 14H22a4 4 0 0 1-4 4ZM7 14a5 5 0 1 0 10 0H7Zm-.02 3.879A7 7 0 0 1 5.072 14H2a4 4 0 0 0 4.98 3.879ZM6 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clip-rule="evenodd"/></svg>
|