daisyui 4.0.6 → 4.0.8
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 +14 -16
- package/dist/full.css +1067 -41
- package/dist/styled.css +1 -1
- package/dist/styled.js +1 -1
- package/dist/themes.css +1066 -40
- package/package.json +1 -1
- package/src/theming/functions.js +6 -21
package/README.md
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
|
|
18
18
|
### 🌼 [How to use →](https://daisyui.com/docs/install/)
|
|
19
19
|
|
|
20
|
-
##
|
|
20
|
+
## Community
|
|
21
21
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
24
|
-
| **Premium Sponsors** <br
|
|
25
|
-
| **Backers** <br
|
|
26
|
-
| **Contributors** <br
|
|
22
|
+
| | |
|
|
23
|
+
| --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
|
|
24
|
+
| **Premium Sponsors** <br/>Sponsor logo + link will be placed on daisyUI website. <br/> [[Become a sponsor][opencollective]] | _3 slots available_ <!-- [![][sponsors]][opencollective] --> |
|
|
25
|
+
| **Backers** <br/> Thank you for supporting daisyUI! <br/> [[Become a backer][opencollective]] | [![][backers_org]][opencollective] [![][backers]][opencollective] |
|
|
26
|
+
| **Contributors** <br/> daisyUI project exists thanks to all the people who contribute. <br/> [[Contribute][contribute]] | [![][contributors_img]][contributors] |
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
|
|
37
37
|
</div>
|
|
38
38
|
|
|
39
|
-
[install-size]: https://badgen.net/bundlephobia/minzip/daisyui?label=bundle%20size&color=green
|
|
40
39
|
[build]: https://badgen.net/github/checks/saadeghi/daisyui?label=build
|
|
41
40
|
[npm]: https://badgen.net/github/tag/saadeghi/daisyui?label=version&color=green
|
|
42
41
|
[dl]: https://badgen.net/npm/dt/daisyui?label=installs&icon=npm&color=green
|
|
@@ -44,19 +43,18 @@
|
|
|
44
43
|
[license]: https://badgen.net/github/license/saadeghi/daisyui?color=green
|
|
45
44
|
[stars]: https://badgen.net/github/stars/saadeghi/daisyui?color=green
|
|
46
45
|
[tweet]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fsaadeghi%2Fdaisyui
|
|
47
|
-
[install-size-url]: https://bundlephobia.com/result?p=daisyui
|
|
48
46
|
[license-url]: https://github.com/saadeghi/daisyui/blob/master/LICENSE
|
|
49
47
|
[npm-url]: https://www.npmjs.com/package/daisyui
|
|
50
|
-
[cdnjs-url]: https://cdnjs.com/libraries/daisyui
|
|
51
48
|
[gh-url]: https://github.com/saadeghi/daisyui
|
|
52
|
-
[tw-play-url]: https://daisyui.com/tailwindplay
|
|
53
|
-
[codepen-url]: https://codepen.io/saadeghi/pen/gOwWKvv
|
|
54
|
-
[unpkg-url]: https://unpkg.com/browse/daisyui/
|
|
55
|
-
[jsdeliver-url]: https://www.jsdelivr.com/package/npm/daisyui
|
|
56
49
|
[build-url]: https://github.com/saadeghi/daisyui/actions
|
|
57
50
|
[tweet-url]: https://twitter.com/intent/tweet?text=daisyUI%20%0D%0AComponents%20for%20Tailwind%20CSS%20%0D%0Ahttps://github.com/saadeghi/daisyui
|
|
58
|
-
[number-of-components]: https://badgen.net/badge/total%20components/55/green
|
|
59
|
-
[docs-url-install]: https://daisyui.com/docs/install
|
|
60
51
|
[docs-url]: https://daisyui.com/
|
|
52
|
+
[docs-url-install]: https://daisyui.com/docs/install
|
|
61
53
|
[logo-url]: https://raw.githubusercontent.com/saadeghi/daisyui/master/src/docs/static/images/daisyui-logo/favicon-192.png
|
|
62
|
-
[
|
|
54
|
+
[opencollective]: https://opencollective.com/daisyui
|
|
55
|
+
[sponsors]: https://opencollective.com/daisyui/tiers/premium-sponsor.svg?button=false&width=500&avatarHeight=120
|
|
56
|
+
[backers]: https://opencollective.com/daisyui/backers.svg?button=false&width=533&avatarHeight=50
|
|
57
|
+
[backers_org]: https://opencollective.com/daisyui/organizations.svg?button=false&width=533&avatarHeight=50
|
|
58
|
+
[contribute]: https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md
|
|
59
|
+
[contributors_img]: https://contrib.rocks/image?repo=saadeghi/daisyui&columns=10&anon=1&max=300
|
|
60
|
+
[contributors]: https://github.com/saadeghi/daisyui/graphs/contributors
|