daisyui 2.19.0 → 2.19.1
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 +3 -3
- package/dist/full.css +1 -1
- package/dist/styled.css +3 -0
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +3 -0
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +2 -2
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.
|
|
59
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.19.0/dist/full.css" rel="stylesheet" type="text/css" />
|
|
60
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
61
61
|
```
|
|
62
62
|
|
|
@@ -79,7 +79,7 @@ See the official site: [ [daisyui.com →](https://daisyui.com/)]
|
|
|
79
79
|
|---|---|
|
|
80
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
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)] |
|
|
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)] | |
|
|
83
83
|
|
|
84
84
|
Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
85
85
|
|
|
@@ -118,7 +118,7 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
118
118
|
- [x] Table
|
|
119
119
|
- [ ] Tag
|
|
120
120
|
- [ ] Timeline
|
|
121
|
-
- [
|
|
121
|
+
- [x] Toast
|
|
122
122
|
- [x] Tooltip
|
|
123
123
|
- [ ] Treeview
|
|
124
124
|
|