daisyui 3.0.0 → 3.0.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 -1
- package/dist/full.css +2 -1
- package/dist/styled.css +1 -0
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +1 -0
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +2 -2
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.0/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
|
|
|
@@ -245,3 +246,4 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
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
|
+
|
package/dist/full.css
CHANGED
|
@@ -2101,7 +2101,8 @@ html {
|
|
|
2101
2101
|
.collapse:focus:not(.collapse-close) .collapse-content,
|
|
2102
2102
|
.collapse:not(.collapse-close) input[type="checkbox"]:checked ~ .collapse-content,
|
|
2103
2103
|
.collapse:not(.collapse-close) input[type="radio"]:checked ~ .collapse-content {
|
|
2104
|
-
visibility: visible
|
|
2104
|
+
visibility: visible;
|
|
2105
|
+
min-height: fit-content}
|
|
2105
2106
|
:root .countdown {
|
|
2106
2107
|
line-height: 1em}
|
|
2107
2108
|
.countdown {
|
package/dist/styled.css
CHANGED
|
@@ -369,6 +369,7 @@
|
|
|
369
369
|
.collapse:not(.collapse-close) input[type="checkbox"]:checked ~ .collapse-content,
|
|
370
370
|
.collapse:not(.collapse-close) input[type="radio"]:checked ~ .collapse-content {
|
|
371
371
|
visibility: visible;
|
|
372
|
+
min-height: fit-content;
|
|
372
373
|
}
|
|
373
374
|
:root .countdown {
|
|
374
375
|
line-height: 1em;
|