daisyui 3.0.0 → 3.0.2
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 +4 -2
- package/dist/full.css +7107 -11854
- package/dist/styled.css +380 -387
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +39 -38
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
|
|
|
54
54
|
|
|
55
55
|
```html
|
|
56
56
|
<link
|
|
57
|
-
href="https://cdn.jsdelivr.net/npm/daisyui@
|
|
57
|
+
href="https://cdn.jsdelivr.net/npm/daisyui@3.0.1/dist/full.css"
|
|
58
58
|
rel="stylesheet"
|
|
59
59
|
type="text/css" />
|
|
60
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
@@ -207,6 +207,7 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
207
207
|
- [Build your Developer Portfolio and Blog from Scratch with Svelte and GraphCMS](https://www.freecodecamp.org/news/build-your-developer-portfolio-from-scratch-with-sveltekit-and-graphcms/)
|
|
208
208
|
- Starters
|
|
209
209
|
- [Vite-Boot](https://github.com/kirklin/vite-boot) Vite + Vue3 + TypeScript + Vue-Router4 + Pinia + Tailwind CSS + daisyUI Template.
|
|
210
|
+
- [Nuxtwind Daisy](https://nuxtwind-daisy.ossph.org) Nuxt 3 + Tailwind CSS + daisyUI Template and more pre-installed configurations like fonts, icons, animations, etc.
|
|
210
211
|
|
|
211
212
|
</details>
|
|
212
213
|
|
|
@@ -240,8 +241,9 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
240
241
|
[jsdeliver-url]: https://www.jsdelivr.com/package/npm/daisyui
|
|
241
242
|
[build-url]: https://github.com/saadeghi/daisyui/actions
|
|
242
243
|
[tweet-url]: https://twitter.com/intent/tweet?text=daisyUI%20%0D%0AComponents%20for%20Tailwind%20CSS%20%0D%0Ahttps://github.com/saadeghi/daisyui
|
|
243
|
-
[number-of-components]: https://badgen.net/badge/total%20components/
|
|
244
|
+
[number-of-components]: https://badgen.net/badge/total%20components/52/green
|
|
244
245
|
[docs-url-install]: https://daisyui.com/docs/install
|
|
245
246
|
[docs-url]: https://daisyui.com/
|
|
246
247
|
[logo-url]: https://raw.githubusercontent.com/saadeghi/files/main/daisyui/logo-4.svg
|
|
247
248
|
[banner-url]: https://raw.githubusercontent.com/saadeghi/files/main/daisyui3/banner.png
|
|
249
|
+
|