daisyui 2.42.0 → 2.43.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 +2 -2
- package/dist/full.css +1 -1
- package/dist/styled.css +8 -0
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +8 -0
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +6 -2
- package/src/index.js +6 -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.
|
|
59
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.42.1/dist/full.css" rel="stylesheet" type="text/css" />
|
|
60
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
61
61
|
```
|
|
62
62
|
|
|
@@ -104,7 +104,7 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
104
104
|
- [ ] Calendar
|
|
105
105
|
- [x] Card
|
|
106
106
|
- [x] Carousel
|
|
107
|
-
- [
|
|
107
|
+
- [x] Chat bubble
|
|
108
108
|
- [x] Collapse
|
|
109
109
|
- [ ] Comment
|
|
110
110
|
- [x] Countdown
|