daisyui 2.50.1 → 2.50.2
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 +1 -1
- package/dist/styled.css +16 -16
- 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,
|
|
55
|
+
transition-property: color, background-color, border-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,
|
|
120
|
+
transition-property: color, background-color, border-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,
|
|
685
|
+
transition-property: color, background-color, border-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,
|
|
706
|
+
transition-property: color, background-color, border-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,
|
|
782
|
+
transition-property: color, background-color, border-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,
|
|
1259
|
+
transition-property: color, background-color, border-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;
|
|
@@ -2419,7 +2419,7 @@
|
|
|
2419
2419
|
}
|
|
2420
2420
|
}
|
|
2421
2421
|
|
|
2422
|
-
/* backward
|
|
2422
|
+
/* backward compatibility */
|
|
2423
2423
|
|
|
2424
2424
|
.checkbox-mark {
|
|
2425
2425
|
display: none;
|
|
@@ -2620,7 +2620,7 @@
|
|
|
2620
2620
|
--tw-scale-x: .95;
|
|
2621
2621
|
--tw-scale-y: .95;
|
|
2622
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));
|
|
2623
|
-
transition-property: color, background-color, border-color,
|
|
2623
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2624
2624
|
transition-duration: 200ms;
|
|
2625
2625
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
2626
2626
|
}
|
|
@@ -3204,7 +3204,7 @@
|
|
|
3204
3204
|
.menu :where(li:not(.disabled)) > :where(*:not(ul)) {
|
|
3205
3205
|
outline: 2px solid transparent;
|
|
3206
3206
|
outline-offset: 2px;
|
|
3207
|
-
transition-property: color, background-color, border-color,
|
|
3207
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3208
3208
|
transition-duration: 200ms;
|
|
3209
3209
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3210
3210
|
}
|
|
@@ -3391,7 +3391,7 @@
|
|
|
3391
3391
|
--tw-bg-opacity: 1;
|
|
3392
3392
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3393
3393
|
padding: 1.5rem;
|
|
3394
|
-
transition-property: color, background-color, border-color,
|
|
3394
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3395
3395
|
transition-duration: 200ms;
|
|
3396
3396
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3397
3397
|
width: 91.666667%;
|
|
@@ -3746,7 +3746,7 @@
|
|
|
3746
3746
|
}
|
|
3747
3747
|
}
|
|
3748
3748
|
|
|
3749
|
-
/* backward
|
|
3749
|
+
/* backward compatibility */
|
|
3750
3750
|
|
|
3751
3751
|
.radio-mark {
|
|
3752
3752
|
display: none;
|
|
@@ -3878,7 +3878,7 @@
|
|
|
3878
3878
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3879
3879
|
padding-right: 2.5rem;
|
|
3880
3880
|
font-weight: 600;
|
|
3881
|
-
transition-property: color, background-color, border-color,
|
|
3881
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3882
3882
|
transition-duration: 200ms;
|
|
3883
3883
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3884
3884
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
@@ -4019,7 +4019,7 @@
|
|
|
4019
4019
|
padding-bottom: 1rem
|
|
4020
4020
|
}
|
|
4021
4021
|
.stat-title {
|
|
4022
|
-
|
|
4022
|
+
color: hsl(var(--bc) / 0.6)
|
|
4023
4023
|
}
|
|
4024
4024
|
.stat-value {
|
|
4025
4025
|
font-size: 2.25rem;
|
|
@@ -4029,7 +4029,7 @@
|
|
|
4029
4029
|
.stat-desc {
|
|
4030
4030
|
font-size: 0.75rem;
|
|
4031
4031
|
line-height: 1rem;
|
|
4032
|
-
|
|
4032
|
+
color: hsl(var(--bc) / 0.6)
|
|
4033
4033
|
}
|
|
4034
4034
|
.stat-actions {
|
|
4035
4035
|
margin-top: 1rem
|
|
@@ -4649,7 +4649,7 @@
|
|
|
4649
4649
|
--togglehandleborder: 0 0 0 3px hsl(var(--bc)) inset, var(--handleoffsetcalculator) 0 0 3px hsl(var(--bc)) inset;
|
|
4650
4650
|
}
|
|
4651
4651
|
|
|
4652
|
-
/* backward
|
|
4652
|
+
/* backward compatibility */
|
|
4653
4653
|
|
|
4654
4654
|
.toggle-mark {
|
|
4655
4655
|
display: none;
|
|
@@ -4666,7 +4666,7 @@
|
|
|
4666
4666
|
.tooltip:before,
|
|
4667
4667
|
.tooltip:after {
|
|
4668
4668
|
opacity: 0;
|
|
4669
|
-
transition-property: color, background-color, border-color,
|
|
4669
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
4670
4670
|
transition-delay: 100ms;
|
|
4671
4671
|
transition-duration: 200ms;
|
|
4672
4672
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|