wave-ui 2.40.0 → 2.40.3
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/README.md +2 -0
- package/dist/wave-ui.cjs.js +1 -1
- package/dist/wave-ui.css +1 -1
- package/dist/wave-ui.es.js +83 -71
- package/dist/wave-ui.umd.js +1 -1
- package/package.json +5 -3
- package/src/wave-ui/components/w-divider.vue +1 -1
- package/src/wave-ui/components/w-form.vue +3 -5
- package/src/wave-ui/components/w-icon.vue +1 -3
- package/src/wave-ui/components/w-notification-manager.vue +1 -2
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ If you want to support the development of this library, you can buy me a beer or
|
|
|
41
41
|
[](https://www.paypal.me/antoniandre1)
|
|
42
42
|
Thank you!
|
|
43
43
|
|
|
44
|
+
If you are using this library for profit business, please consider [backing me](https://github.com/sponsors/antoniandre)!
|
|
45
|
+
It ensures that the project your products rely on keep being actively maintained. :)
|
|
44
46
|
___
|
|
45
47
|
|
|
46
48
|
## Contributing
|