daisyui 2.50.0 → 2.50.1
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 +3 -3
- package/dist/full.css +1 -1
- package/dist/styled.css +15 -14
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +6 -6
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
display: inline-flex;
|
|
53
53
|
align-items: center;
|
|
54
54
|
justify-content: center;
|
|
55
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
55
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
56
56
|
transition-duration: 200ms;
|
|
57
57
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
58
58
|
height: 1.25rem;
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
justify-content: center;
|
|
118
118
|
border-color: transparent;
|
|
119
119
|
text-align: center;
|
|
120
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
120
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
121
121
|
transition-duration: 200ms;
|
|
122
122
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
123
123
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
font-size: 0.875rem;
|
|
683
683
|
line-height: 1.25rem;
|
|
684
684
|
line-height: 2;
|
|
685
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
685
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
686
686
|
transition-duration: 200ms;
|
|
687
687
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
688
688
|
}
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
text-align: center;
|
|
704
704
|
font-size: 0.875rem;
|
|
705
705
|
line-height: 1.25rem;
|
|
706
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
706
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
707
707
|
transition-duration: 200ms;
|
|
708
708
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
709
709
|
line-height: 1em
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
}
|
|
780
780
|
.input {
|
|
781
781
|
flex-shrink: 1;
|
|
782
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
782
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
783
783
|
transition-duration: 200ms;
|
|
784
784
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
785
785
|
height: 3rem;
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
}
|
|
1257
1257
|
.textarea {
|
|
1258
1258
|
flex-shrink: 1;
|
|
1259
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1259
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1260
1260
|
transition-duration: 200ms;
|
|
1261
1261
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1262
1262
|
min-height: 3rem;
|
|
@@ -1691,9 +1691,10 @@
|
|
|
1691
1691
|
background-color: transparent;
|
|
1692
1692
|
}
|
|
1693
1693
|
|
|
1694
|
-
[dir="rtl"] .breadcrumbs>ul>li
|
|
1695
|
-
--tw-rotate: -
|
|
1696
|
-
}
|
|
1694
|
+
[dir="rtl"] .breadcrumbs > ul > li + *:before {
|
|
1695
|
+
--tw-rotate: -135deg;
|
|
1696
|
+
}
|
|
1697
|
+
.btn {
|
|
1697
1698
|
font-weight: 600;
|
|
1698
1699
|
text-transform: uppercase;
|
|
1699
1700
|
text-decoration-line: none;
|
|
@@ -2619,7 +2620,7 @@
|
|
|
2619
2620
|
--tw-scale-x: .95;
|
|
2620
2621
|
--tw-scale-y: .95;
|
|
2621
2622
|
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));
|
|
2622
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2623
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2623
2624
|
transition-duration: 200ms;
|
|
2624
2625
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
2625
2626
|
}
|
|
@@ -3203,7 +3204,7 @@
|
|
|
3203
3204
|
.menu :where(li:not(.disabled)) > :where(*:not(ul)) {
|
|
3204
3205
|
outline: 2px solid transparent;
|
|
3205
3206
|
outline-offset: 2px;
|
|
3206
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3207
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3207
3208
|
transition-duration: 200ms;
|
|
3208
3209
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3209
3210
|
}
|
|
@@ -3390,7 +3391,7 @@
|
|
|
3390
3391
|
--tw-bg-opacity: 1;
|
|
3391
3392
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3392
3393
|
padding: 1.5rem;
|
|
3393
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3394
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3394
3395
|
transition-duration: 200ms;
|
|
3395
3396
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3396
3397
|
width: 91.666667%;
|
|
@@ -3877,7 +3878,7 @@
|
|
|
3877
3878
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3878
3879
|
padding-right: 2.5rem;
|
|
3879
3880
|
font-weight: 600;
|
|
3880
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3881
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3881
3882
|
transition-duration: 200ms;
|
|
3882
3883
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3883
3884
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
@@ -4665,7 +4666,7 @@
|
|
|
4665
4666
|
.tooltip:before,
|
|
4666
4667
|
.tooltip:after {
|
|
4667
4668
|
opacity: 0;
|
|
4668
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
4669
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
4669
4670
|
transition-delay: 100ms;
|
|
4670
4671
|
transition-duration: 200ms;
|
|
4671
4672
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|