daisyui 3.0.2 → 3.0.3
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 -1
- package/dist/full.css +2 -2
- package/dist/styled.css +2 -2
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +1 -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.2/dist/full.css"
|
|
58
58
|
rel="stylesheet"
|
|
59
59
|
type="text/css" />
|
|
60
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
package/dist/full.css
CHANGED
|
@@ -3780,7 +3780,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3780
3780
|
outline-style: solid;
|
|
3781
3781
|
outline-width: 2px;
|
|
3782
3782
|
outline-offset: 2px;
|
|
3783
|
-
outline-color: hsl(var(--bc) /
|
|
3783
|
+
outline-color: hsl(var(--bc) / 0.2)}
|
|
3784
3784
|
.file-input-ghost {
|
|
3785
3785
|
--tw-bg-opacity: 0.05}
|
|
3786
3786
|
.file-input-ghost:focus {
|
|
@@ -3918,7 +3918,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3918
3918
|
outline-style: solid;
|
|
3919
3919
|
outline-width: 2px;
|
|
3920
3920
|
outline-offset: 2px;
|
|
3921
|
-
outline-color: hsl(var(--bc) /
|
|
3921
|
+
outline-color: hsl(var(--bc) / 0.2)}
|
|
3922
3922
|
.input-ghost {
|
|
3923
3923
|
--tw-bg-opacity: 0.05}
|
|
3924
3924
|
.input-ghost:focus {
|
package/dist/styled.css
CHANGED
|
@@ -2634,7 +2634,7 @@ details.collapse summary {
|
|
|
2634
2634
|
outline-style: solid;
|
|
2635
2635
|
outline-width: 2px;
|
|
2636
2636
|
outline-offset: 2px;
|
|
2637
|
-
outline-color: hsl(var(--bc) /
|
|
2637
|
+
outline-color: hsl(var(--bc) / 0.2);
|
|
2638
2638
|
}
|
|
2639
2639
|
.file-input-ghost {
|
|
2640
2640
|
--tw-bg-opacity: 0.05;
|
|
@@ -2848,7 +2848,7 @@ details.collapse summary {
|
|
|
2848
2848
|
outline-style: solid;
|
|
2849
2849
|
outline-width: 2px;
|
|
2850
2850
|
outline-offset: 2px;
|
|
2851
|
-
outline-color: hsl(var(--bc) /
|
|
2851
|
+
outline-color: hsl(var(--bc) / 0.2);
|
|
2852
2852
|
}
|
|
2853
2853
|
.input-ghost {
|
|
2854
2854
|
--tw-bg-opacity: 0.05;
|