daisyui 3.1.10 → 3.2.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 -0
- package/dist/styled.css +1 -0
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +9 -11
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
## 📀 Install now!
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
npm i daisyui
|
|
35
|
+
npm i -D daisyui@latest
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Then add daisyUI to your `tailwind.config.js`:
|
|
@@ -59,7 +59,7 @@ See the official site: [ [daisyui.com →](https://daisyui.com/)]
|
|
|
59
59
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
60
60
|
| **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=120"></a> |
|
|
61
61
|
| **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"><img src="https://opencollective.com/daisyui/organizations.svg?button=false&width=500&avatarHeight=46"></a> |
|
|
62
|
-
| **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" target="_blank"><img src="https://contrib.rocks/image?repo=saadeghi/daisyui&columns=
|
|
62
|
+
| **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" target="_blank"><img src="https://contrib.rocks/image?repo=saadeghi/daisyui&columns=14&anon=1&max=300" width="500"></a> |
|
|
63
63
|
|
|
64
64
|
Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
65
65
|
|
package/dist/full.css
CHANGED
|
@@ -2587,6 +2587,7 @@ html {
|
|
|
2587
2587
|
overscroll-behavior: contain;
|
|
2588
2588
|
z-index: 999;
|
|
2589
2589
|
background-color: transparent;
|
|
2590
|
+
color: inherit;
|
|
2590
2591
|
transition-duration: 200ms;
|
|
2591
2592
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2592
2593
|
transition-property: transform, opacity, visibility;
|
package/dist/styled.css
CHANGED
|
@@ -3326,6 +3326,7 @@ details.collapse summary {
|
|
|
3326
3326
|
}
|
|
3327
3327
|
.modal {
|
|
3328
3328
|
background-color: transparent;
|
|
3329
|
+
color: inherit;
|
|
3329
3330
|
transition-duration: 200ms;
|
|
3330
3331
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3331
3332
|
transition-property: transform, opacity, visibility;
|