daisyui 3.1.9 → 3.1.11
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 +5 -8
- package/dist/styled.css +5 -8
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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;
|
|
@@ -3781,8 +3782,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3781
3782
|
--tw-scale-y: 1;
|
|
3782
3783
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
|
|
3783
3784
|
.file-input-bordered {
|
|
3784
|
-
--tw-border-opacity:
|
|
3785
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity))}
|
|
3785
|
+
--tw-border-opacity: 0.2}
|
|
3786
3786
|
.file-input:focus {
|
|
3787
3787
|
outline-style: solid;
|
|
3788
3788
|
outline-width: 2px;
|
|
@@ -3920,8 +3920,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3920
3920
|
.input[list]::-webkit-calendar-picker-indicator {
|
|
3921
3921
|
line-height: 1em}
|
|
3922
3922
|
.input-bordered {
|
|
3923
|
-
--tw-border-opacity:
|
|
3924
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity))}
|
|
3923
|
+
--tw-border-opacity: 0.2}
|
|
3925
3924
|
.input:focus {
|
|
3926
3925
|
outline-style: solid;
|
|
3927
3926
|
outline-width: 2px;
|
|
@@ -4580,8 +4579,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4580
4579
|
100% {
|
|
4581
4580
|
transform: translateY(0)}}
|
|
4582
4581
|
.select-bordered {
|
|
4583
|
-
--tw-border-opacity:
|
|
4584
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity))}
|
|
4582
|
+
--tw-border-opacity: 0.2}
|
|
4585
4583
|
.select:focus {
|
|
4586
4584
|
outline-style: solid;
|
|
4587
4585
|
outline-width: 2px;
|
|
@@ -4898,8 +4896,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4898
4896
|
font-weight: 700;
|
|
4899
4897
|
color: hsl(var(--bc) / 0.6)}
|
|
4900
4898
|
.textarea-bordered {
|
|
4901
|
-
--tw-border-opacity:
|
|
4902
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity))}
|
|
4899
|
+
--tw-border-opacity: 0.2}
|
|
4903
4900
|
.textarea:focus {
|
|
4904
4901
|
outline-style: solid;
|
|
4905
4902
|
outline-width: 2px;
|
package/dist/styled.css
CHANGED
|
@@ -2614,8 +2614,7 @@ details.collapse summary {
|
|
|
2614
2614
|
text-transform: var(--btn-text-case, uppercase);
|
|
2615
2615
|
}
|
|
2616
2616
|
.file-input-bordered {
|
|
2617
|
-
--tw-border-opacity:
|
|
2618
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity));
|
|
2617
|
+
--tw-border-opacity: 0.2;
|
|
2619
2618
|
}
|
|
2620
2619
|
.file-input:focus {
|
|
2621
2620
|
outline-style: solid;
|
|
@@ -2829,8 +2828,7 @@ details.collapse summary {
|
|
|
2829
2828
|
line-height: 1em;
|
|
2830
2829
|
}
|
|
2831
2830
|
.input-bordered {
|
|
2832
|
-
--tw-border-opacity:
|
|
2833
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity));
|
|
2831
|
+
--tw-border-opacity: 0.2;
|
|
2834
2832
|
}
|
|
2835
2833
|
.input:focus {
|
|
2836
2834
|
outline-style: solid;
|
|
@@ -3328,6 +3326,7 @@ details.collapse summary {
|
|
|
3328
3326
|
}
|
|
3329
3327
|
.modal {
|
|
3330
3328
|
background-color: transparent;
|
|
3329
|
+
color: inherit;
|
|
3331
3330
|
transition-duration: 200ms;
|
|
3332
3331
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3333
3332
|
transition-property: transform, opacity, visibility;
|
|
@@ -3878,8 +3877,7 @@ details.collapse summary {
|
|
|
3878
3877
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
3879
3878
|
}
|
|
3880
3879
|
.select-bordered {
|
|
3881
|
-
--tw-border-opacity:
|
|
3882
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity));
|
|
3880
|
+
--tw-border-opacity: 0.2;
|
|
3883
3881
|
}
|
|
3884
3882
|
.select {
|
|
3885
3883
|
background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
|
|
@@ -4427,8 +4425,7 @@ details.collapse summary {
|
|
|
4427
4425
|
border-radius: var(--rounded-btn, 0.5rem)
|
|
4428
4426
|
}
|
|
4429
4427
|
.textarea-bordered {
|
|
4430
|
-
--tw-border-opacity:
|
|
4431
|
-
border-color: hsl(var(--b2) / var(--tw-border-opacity))
|
|
4428
|
+
--tw-border-opacity: 0.2
|
|
4432
4429
|
}
|
|
4433
4430
|
.textarea:focus {
|
|
4434
4431
|
outline-style: solid;
|