daisyui 2.14.3 → 2.15.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/README.md +9 -9
- package/dist/full.css +1 -1
- package/dist/styled.css +28 -78
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +20 -52
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ module.exports = {
|
|
|
56
56
|
Loading CSS files from CDN is not recommended for production. It's better to install Tailwind and daisyUI as Nodejs dependencies so you can config/customize everything, and purge unused styles.
|
|
57
57
|
|
|
58
58
|
```html
|
|
59
|
-
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.14.
|
|
59
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.14.3/dist/full.css" rel="stylesheet" type="text/css" />
|
|
60
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
61
61
|
```
|
|
62
62
|
|
|
@@ -73,16 +73,16 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
|
|
|
73
73
|
See the official site: [ [daisyui.com →](https://daisyui.com/)]
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
## 🤝
|
|
76
|
+
## 🤝 Support daisyUI
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
| | |
|
|
79
|
+
|---|---|
|
|
80
|
+
| **Premium Sponsors** <br /> Support this project by becoming a premium sponsor. <br /> [[Become a sponsor](https://opencollective.com/daisyui)] | <a href="https://opencollective.com/daisyui" target="_blank"><img src="https://opencollective.com/daisyui/tiers/premium-sponsor.svg?button=false&width=500&avatarHeight=92"></a> |
|
|
81
|
+
| **Backers** <br /> Thank you to all our backers! <br /> [[Become a backer](https://opencollective.com/daisyui)] | <a href="https://opencollective.com/daisyui" target="_blank"><img src="https://opencollective.com/daisyui/backers.svg?button=false&width=500&avatarHeight=46"></a> |
|
|
82
|
+
| **Contributors** <br /> This project exists thanks to all the people who contribute. <br /> [[Contribute](https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md)] | <a href="https://github.com/saadeghi/daisyui/graphs/contributors"><img src="https://opencollective.com/daisyui/contributors.svg?button=false&width=500&avatarHeight=24" /></a> |
|
|
79
83
|
|
|
84
|
+
Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
80
85
|
|
|
81
|
-
## 🤝 Supporting daisyUI
|
|
82
|
-
|
|
83
|
-
Become an sponsor: [ [Open Collective →](https://opencollective.com/daisyui) ]
|
|
84
|
-
|
|
85
|
-
Tweet about it: [![][tweet]][tweet-url]
|
|
86
86
|
|
|
87
87
|
## 📁 List of components
|
|
88
88
|
|
|
@@ -239,7 +239,7 @@ Tweet about it: [![][tweet]][tweet-url]
|
|
|
239
239
|
[unpkg-url]: https://unpkg.com/browse/daisyui/
|
|
240
240
|
[jsdeliver-url]: https://www.jsdelivr.com/package/npm/daisyui
|
|
241
241
|
[build-url]: https://github.com/saadeghi/daisyui/actions
|
|
242
|
-
[tweet-url]: https://twitter.com/intent/tweet?text=daisyUI%20%0D%
|
|
242
|
+
[tweet-url]: https://twitter.com/intent/tweet?text=daisyUI%20%0D%0AComponents%20for%20Tailwind%20CSS%20%0D%0Ahttps://github.com/saadeghi/daisyui
|
|
243
243
|
[number-of-components]: https://badgen.net/badge/total%20components/45/green
|
|
244
244
|
[docs-url-install]: https://daisyui.com/docs/install
|
|
245
245
|
[docs-url]: https://daisyui.com/
|