daisyui 3.0.6 → 3.0.7
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 +1 -2
- package/package.json +4 -1
- package/dist/base.js +0 -1
- package/dist/full.css +0 -47583
- package/dist/styled.css +0 -4741
- package/dist/styled.js +0 -1
- package/dist/styled.rtl.js +0 -1
- package/dist/themes.css +0 -1151
- package/dist/unstyled.css +0 -1190
- package/dist/unstyled.js +0 -1
- package/dist/unstyled.rtl.js +0 -1
- package/dist/utilities-styled.js +0 -1
- package/dist/utilities-unstyled.js +0 -1
- package/dist/utilities.js +0 -1
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@3.0.
|
|
57
|
+
href="https://cdn.jsdelivr.net/npm/daisyui@3.0.6/dist/full.css"
|
|
58
58
|
rel="stylesheet"
|
|
59
59
|
type="text/css" />
|
|
60
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
@@ -246,4 +246,3 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
246
246
|
[docs-url]: https://daisyui.com/
|
|
247
247
|
[logo-url]: https://raw.githubusercontent.com/saadeghi/files/main/daisyui/logo-4.svg
|
|
248
248
|
[banner-url]: https://raw.githubusercontent.com/saadeghi/files/main/daisyui3/banner.png
|
|
249
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "daisyui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "daisyUI - Tailwind CSS Components",
|
|
5
5
|
"author": "Pouya Saadeghi",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,6 +42,9 @@
|
|
|
42
42
|
"src/theming/*.js",
|
|
43
43
|
"src/index.d.ts"
|
|
44
44
|
],
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": ">=16.9.0"
|
|
47
|
+
},
|
|
45
48
|
"browserslist": [
|
|
46
49
|
"> 7%"
|
|
47
50
|
],
|
package/dist/base.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {":root,\n[data-theme]":{"backgroundColor":"hsl(var(--b1) / var(--tw-bg-opacity, 1))","color":"hsl(var(--bc) / var(--tw-text-opacity, 1))"},"html":{"WebkitTapHighlightColor":"transparent"}};
|