daisyui 3.4.0 → 3.5.0
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/dist/full.css +40 -27
- package/dist/styled.css +38 -25
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +11 -5
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -1540,8 +1540,9 @@ html {
|
|
|
1540
1540
|
align-items: center;
|
|
1541
1541
|
justify-content: center;
|
|
1542
1542
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1543
|
-
transition-duration: 200ms;
|
|
1544
1543
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1544
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1545
|
+
transition-duration: 200ms;
|
|
1545
1546
|
height: 1.25rem;
|
|
1546
1547
|
font-size: 0.875rem;
|
|
1547
1548
|
line-height: 1.25rem;
|
|
@@ -1706,8 +1707,9 @@ html {
|
|
|
1706
1707
|
border-color: hsl(var(--b2) / var(--tw-border-opacity));
|
|
1707
1708
|
text-align: center;
|
|
1708
1709
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1709
|
-
transition-duration: 200ms;
|
|
1710
1710
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1711
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1712
|
+
transition-duration: 200ms;
|
|
1711
1713
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
1712
1714
|
height: 3rem;
|
|
1713
1715
|
padding-left: 1rem;
|
|
@@ -1944,7 +1946,7 @@ html {
|
|
|
1944
1946
|
grid-row-start: 2;
|
|
1945
1947
|
min-height: 0px;
|
|
1946
1948
|
transition: visibility 0.2s;
|
|
1947
|
-
transition: padding 0.2s ease-
|
|
1949
|
+
transition: padding 0.2s ease-out, background-color 0.2s ease-out;
|
|
1948
1950
|
padding-left: 1rem;
|
|
1949
1951
|
padding-right: 1rem;
|
|
1950
1952
|
cursor: unset}
|
|
@@ -2026,12 +2028,18 @@ html {
|
|
|
2026
2028
|
place-self: stretch;
|
|
2027
2029
|
cursor: pointer;
|
|
2028
2030
|
background-color: transparent;
|
|
2029
|
-
transition: background-color
|
|
2031
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2032
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2033
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2034
|
+
transition-duration: 200ms}
|
|
2030
2035
|
.drawer-side > * {
|
|
2031
2036
|
grid-column-start: 1;
|
|
2032
2037
|
grid-row-start: 1}
|
|
2033
2038
|
.drawer-side > *:not(.drawer-overlay) {
|
|
2034
|
-
transition:
|
|
2039
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2040
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2041
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2042
|
+
transition-duration: 300ms;
|
|
2035
2043
|
transform: translateX(-100%)}
|
|
2036
2044
|
[dir="rtl"] .drawer-side > *:not(.drawer-overlay) {
|
|
2037
2045
|
transform: translateX(100%)}
|
|
@@ -2074,8 +2082,9 @@ html {
|
|
|
2074
2082
|
--tw-scale-y: .95;
|
|
2075
2083
|
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));
|
|
2076
2084
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2077
|
-
transition-
|
|
2078
|
-
transition-timing-function: cubic-bezier(0
|
|
2085
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2086
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2087
|
+
transition-duration: 200ms}
|
|
2079
2088
|
.dropdown-end .dropdown-content {
|
|
2080
2089
|
right: 0px}
|
|
2081
2090
|
.dropdown-left .dropdown-content {
|
|
@@ -2294,8 +2303,9 @@ html {
|
|
|
2294
2303
|
line-height: 1.25rem;
|
|
2295
2304
|
line-height: 1em;
|
|
2296
2305
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2297
|
-
transition-duration: 200ms;
|
|
2298
2306
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2307
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2308
|
+
transition-duration: 200ms;
|
|
2299
2309
|
border-style: solid;
|
|
2300
2310
|
--tw-border-opacity: 1;
|
|
2301
2311
|
border-color: hsl(var(--n) / var(--tw-border-opacity));
|
|
@@ -2607,7 +2617,7 @@ html {
|
|
|
2607
2617
|
background-color: transparent;
|
|
2608
2618
|
color: inherit;
|
|
2609
2619
|
transition-duration: 200ms;
|
|
2610
|
-
transition-timing-function: cubic-bezier(0
|
|
2620
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2611
2621
|
transition-property: transform, opacity, visibility;
|
|
2612
2622
|
overflow-y: hidden}
|
|
2613
2623
|
.modal-scroll {
|
|
@@ -2627,8 +2637,9 @@ html {
|
|
|
2627
2637
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
2628
2638
|
padding: 1.5rem;
|
|
2629
2639
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2630
|
-
transition-duration: 200ms;
|
|
2631
2640
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2641
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2642
|
+
transition-duration: 200ms;
|
|
2632
2643
|
border-top-left-radius: var(--rounded-box, 1rem);
|
|
2633
2644
|
border-top-right-radius: var(--rounded-box, 1rem);
|
|
2634
2645
|
border-bottom-left-radius: var(--rounded-box, 1rem);
|
|
@@ -2878,7 +2889,7 @@ html {
|
|
|
2878
2889
|
grid-column-start: 1;
|
|
2879
2890
|
grid-row-start: 1;
|
|
2880
2891
|
transition-duration: 300ms;
|
|
2881
|
-
transition-timing-function: cubic-bezier(0
|
|
2892
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2882
2893
|
transition-property: transform, opacity}
|
|
2883
2894
|
.swap input {
|
|
2884
2895
|
appearance: none}
|
|
@@ -2986,10 +2997,8 @@ html {
|
|
|
2986
2997
|
--tw-border-opacity: 0.2;
|
|
2987
2998
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
2988
2999
|
--tw-bg-opacity: 0.5;
|
|
2989
|
-
transition-duration: 300ms;
|
|
2990
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2991
3000
|
border-radius: var(--rounded-badge, 1.9rem);
|
|
2992
|
-
transition: background, box-shadow var(--animation-input, 0.2s) ease-
|
|
3001
|
+
transition: background, box-shadow var(--animation-input, 0.2s) ease-out;
|
|
2993
3002
|
box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset,
|
|
2994
3003
|
var(--togglehandleborder)}
|
|
2995
3004
|
.alert-info {
|
|
@@ -3511,7 +3520,7 @@ html {
|
|
|
3511
3520
|
--tw-bg-opacity: 1;
|
|
3512
3521
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
3513
3522
|
background-repeat: no-repeat;
|
|
3514
|
-
animation: checkmark var(--animation-input, 0.2s) ease-
|
|
3523
|
+
animation: checkmark var(--animation-input, 0.2s) ease-out;
|
|
3515
3524
|
background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 65.99%),
|
|
3516
3525
|
linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 75.99%),
|
|
3517
3526
|
linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 40.99%),
|
|
@@ -3527,7 +3536,7 @@ html {
|
|
|
3527
3536
|
--tw-bg-opacity: 1;
|
|
3528
3537
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
3529
3538
|
background-repeat: no-repeat;
|
|
3530
|
-
animation: checkmark var(--animation-input, 0.2s) ease-
|
|
3539
|
+
animation: checkmark var(--animation-input, 0.2s) ease-out;
|
|
3531
3540
|
background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 80%),
|
|
3532
3541
|
linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 80%),
|
|
3533
3542
|
linear-gradient(
|
|
@@ -3708,9 +3717,10 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3708
3717
|
--tw-rotate: 45deg;
|
|
3709
3718
|
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));
|
|
3710
3719
|
transition-property: all;
|
|
3720
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3721
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3711
3722
|
transition-duration: 150ms;
|
|
3712
3723
|
transition-duration: 0.2s;
|
|
3713
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3714
3724
|
top: 50%;
|
|
3715
3725
|
right: 1.4rem;
|
|
3716
3726
|
content: "";
|
|
@@ -3725,8 +3735,9 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3725
3735
|
height: 0.5rem;
|
|
3726
3736
|
width: 0.5rem;
|
|
3727
3737
|
transition-property: all;
|
|
3728
|
-
transition-duration: 300ms;
|
|
3729
3738
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3739
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3740
|
+
transition-duration: 300ms;
|
|
3730
3741
|
top: 0.9rem;
|
|
3731
3742
|
right: 1.4rem;
|
|
3732
3743
|
content: "+";
|
|
@@ -3749,14 +3760,14 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3749
3760
|
padding: 1rem;
|
|
3750
3761
|
padding-right: 3rem;
|
|
3751
3762
|
min-height: 3.75rem;
|
|
3752
|
-
transition: background-color 0.2s ease-
|
|
3763
|
+
transition: background-color 0.2s ease-out}
|
|
3753
3764
|
.collapse[open] :where(.collapse-content),
|
|
3754
3765
|
.collapse-open :where(.collapse-content),
|
|
3755
3766
|
.collapse:focus:not(.collapse-close) :where(.collapse-content),
|
|
3756
3767
|
.collapse:not(.collapse-close) :where(input[type="checkbox"]:checked ~ .collapse-content),
|
|
3757
3768
|
.collapse:not(.collapse-close) :where(input[type="radio"]:checked ~ .collapse-content) {
|
|
3758
3769
|
padding-bottom: 1rem;
|
|
3759
|
-
transition: padding 0.2s ease-
|
|
3770
|
+
transition: padding 0.2s ease-out, background-color 0.2s ease-out}
|
|
3760
3771
|
.collapse[open].collapse-arrow .collapse-title:after,
|
|
3761
3772
|
.collapse-open.collapse-arrow .collapse-title:after,
|
|
3762
3773
|
.collapse-arrow:focus:not(.collapse-close) .collapse-title:after,
|
|
@@ -4048,11 +4059,11 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4048
4059
|
mask-repeat: no-repeat;
|
|
4049
4060
|
-webkit-mask-position: center;
|
|
4050
4061
|
mask-position: center;
|
|
4051
|
-
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-
|
|
4052
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-
|
|
4062
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
4063
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
|
|
4053
4064
|
.loading-spinner {
|
|
4054
|
-
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-
|
|
4055
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-
|
|
4065
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
4066
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
|
|
4056
4067
|
.loading-dots {
|
|
4057
4068
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E");
|
|
4058
4069
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E")}
|
|
@@ -4153,8 +4164,9 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4153
4164
|
padding-bottom: 0.5rem;
|
|
4154
4165
|
text-align: left;
|
|
4155
4166
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
4156
|
-
transition-duration: 200ms;
|
|
4157
4167
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4168
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
4169
|
+
transition-duration: 200ms;
|
|
4158
4170
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
4159
4171
|
text-wrap: balance}
|
|
4160
4172
|
:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active).focus,
|
|
@@ -4455,7 +4467,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4455
4467
|
.radio[aria-checked="true"] {
|
|
4456
4468
|
--tw-bg-opacity: 1;
|
|
4457
4469
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
4458
|
-
animation: radiomark var(--animation-input, 0.2s) ease-
|
|
4470
|
+
animation: radiomark var(--animation-input, 0.2s) ease-out;
|
|
4459
4471
|
box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset}
|
|
4460
4472
|
.radio-primary {
|
|
4461
4473
|
--chkbg: var(--p);
|
|
@@ -4637,8 +4649,9 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4637
4649
|
--tw-bg-opacity: 0.2}
|
|
4638
4650
|
.rating input:focus-visible {
|
|
4639
4651
|
transition-property: transform;
|
|
4640
|
-
transition-duration: 300ms;
|
|
4641
4652
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4653
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
4654
|
+
transition-duration: 300ms;
|
|
4642
4655
|
transform: translateY(-0.125em)}
|
|
4643
4656
|
.rating input:active:focus {
|
|
4644
4657
|
animation: none;
|
package/dist/styled.css
CHANGED
|
@@ -43,8 +43,9 @@
|
|
|
43
43
|
align-items: center;
|
|
44
44
|
justify-content: center;
|
|
45
45
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
46
|
-
transition-duration: 200ms;
|
|
47
46
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
47
|
+
transition-duration: 200ms;
|
|
48
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
48
49
|
height: 1.25rem;
|
|
49
50
|
font-size: 0.875rem;
|
|
50
51
|
line-height: 1.25rem;
|
|
@@ -111,8 +112,9 @@
|
|
|
111
112
|
border-color: transparent;
|
|
112
113
|
text-align: center;
|
|
113
114
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
114
|
-
transition-duration: 200ms;
|
|
115
115
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
116
|
+
transition-duration: 200ms;
|
|
117
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
116
118
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
117
119
|
height: 3rem;
|
|
118
120
|
padding-left: 1rem;
|
|
@@ -444,9 +446,12 @@
|
|
|
444
446
|
grid-row-start: 1;
|
|
445
447
|
}
|
|
446
448
|
.drawer-side > *:not(.drawer-overlay) {
|
|
447
|
-
|
|
449
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
450
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
451
|
+
transition-duration: 300ms;
|
|
452
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
448
453
|
transform: translateX(-100%);
|
|
449
|
-
|
|
454
|
+
}
|
|
450
455
|
[dir="rtl"] .drawer-side > *:not(.drawer-overlay) {
|
|
451
456
|
transform: translateX(100%);
|
|
452
457
|
}
|
|
@@ -566,8 +571,9 @@
|
|
|
566
571
|
font-size: 0.875rem;
|
|
567
572
|
line-height: 1.25rem;
|
|
568
573
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
569
|
-
transition-duration: 200ms;
|
|
570
574
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
575
|
+
transition-duration: 200ms;
|
|
576
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
571
577
|
line-height: 1em
|
|
572
578
|
}
|
|
573
579
|
.footer {
|
|
@@ -2152,7 +2158,7 @@
|
|
|
2152
2158
|
--tw-bg-opacity: 1;
|
|
2153
2159
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
2154
2160
|
background-repeat: no-repeat;
|
|
2155
|
-
animation: checkmark var(--animation-input, 0.2s) ease-
|
|
2161
|
+
animation: checkmark var(--animation-input, 0.2s) ease-out;
|
|
2156
2162
|
background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 65.99%),
|
|
2157
2163
|
linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 75.99%),
|
|
2158
2164
|
linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 40.99%),
|
|
@@ -2169,7 +2175,7 @@
|
|
|
2169
2175
|
--tw-bg-opacity: 1;
|
|
2170
2176
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
2171
2177
|
background-repeat: no-repeat;
|
|
2172
|
-
animation: checkmark var(--animation-input, 0.2s) ease-
|
|
2178
|
+
animation: checkmark var(--animation-input, 0.2s) ease-out;
|
|
2173
2179
|
background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 80%),
|
|
2174
2180
|
linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 80%),
|
|
2175
2181
|
linear-gradient(
|
|
@@ -2437,8 +2443,9 @@ details.collapse summary {
|
|
|
2437
2443
|
--tw-rotate: 45deg;
|
|
2438
2444
|
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));
|
|
2439
2445
|
transition-property: all;
|
|
2440
|
-
transition-duration: 150ms;
|
|
2441
2446
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2447
|
+
transition-duration: 150ms;
|
|
2448
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2442
2449
|
transition-duration: 0.2s;
|
|
2443
2450
|
top: 50%;
|
|
2444
2451
|
right: 1.4rem;
|
|
@@ -2456,8 +2463,9 @@ details.collapse summary {
|
|
|
2456
2463
|
height: 0.5rem;
|
|
2457
2464
|
width: 0.5rem;
|
|
2458
2465
|
transition-property: all;
|
|
2459
|
-
transition-duration: 300ms;
|
|
2460
2466
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2467
|
+
transition-duration: 300ms;
|
|
2468
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2461
2469
|
top: 0.9rem;
|
|
2462
2470
|
right: 1.4rem;
|
|
2463
2471
|
content: "+";
|
|
@@ -2485,13 +2493,13 @@ details.collapse summary {
|
|
|
2485
2493
|
padding: 1rem;
|
|
2486
2494
|
padding-right: 3rem;
|
|
2487
2495
|
min-height: 3.75rem;
|
|
2488
|
-
transition: background-color 0.2s ease-
|
|
2496
|
+
transition: background-color 0.2s ease-out;
|
|
2489
2497
|
}
|
|
2490
2498
|
.collapse-content {
|
|
2491
2499
|
padding-left: 1rem;
|
|
2492
2500
|
padding-right: 1rem;
|
|
2493
2501
|
cursor: unset;
|
|
2494
|
-
transition: padding 0.2s ease-
|
|
2502
|
+
transition: padding 0.2s ease-out, background-color 0.2s ease-out;
|
|
2495
2503
|
}
|
|
2496
2504
|
.collapse[open] :where(.collapse-content),
|
|
2497
2505
|
.collapse-open :where(.collapse-content),
|
|
@@ -2499,7 +2507,7 @@ details.collapse summary {
|
|
|
2499
2507
|
.collapse:not(.collapse-close) :where(input[type="checkbox"]:checked ~ .collapse-content),
|
|
2500
2508
|
.collapse:not(.collapse-close) :where(input[type="radio"]:checked ~ .collapse-content) {
|
|
2501
2509
|
padding-bottom: 1rem;
|
|
2502
|
-
transition: padding 0.2s ease-
|
|
2510
|
+
transition: padding 0.2s ease-out, background-color 0.2s ease-out;
|
|
2503
2511
|
}
|
|
2504
2512
|
.collapse[open].collapse-arrow .collapse-title:after,
|
|
2505
2513
|
.collapse-open.collapse-arrow .collapse-title:after,
|
|
@@ -2553,7 +2561,10 @@ details.collapse summary {
|
|
|
2553
2561
|
.drawer-side > .drawer-overlay {
|
|
2554
2562
|
cursor: pointer;
|
|
2555
2563
|
background-color: transparent;
|
|
2556
|
-
|
|
2564
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2565
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2566
|
+
transition-duration: 200ms;
|
|
2567
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2557
2568
|
}
|
|
2558
2569
|
.drawer-toggle:checked ~ .drawer-side > .drawer-overlay {
|
|
2559
2570
|
background-color: hsl(0 0% 0%/0.4);
|
|
@@ -2569,8 +2580,9 @@ details.collapse summary {
|
|
|
2569
2580
|
--tw-scale-y: .95;
|
|
2570
2581
|
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));
|
|
2571
2582
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2583
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2572
2584
|
transition-duration: 200ms;
|
|
2573
|
-
transition-timing-function: cubic-bezier(0
|
|
2585
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
|
|
2574
2586
|
}
|
|
2575
2587
|
.dropdown-bottom .dropdown-content {
|
|
2576
2588
|
transform-origin: top
|
|
@@ -3042,10 +3054,10 @@ details.collapse summary {
|
|
|
3042
3054
|
mask-size: 100%;
|
|
3043
3055
|
mask-repeat: no-repeat;
|
|
3044
3056
|
mask-position: center;
|
|
3045
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-
|
|
3057
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
3046
3058
|
}
|
|
3047
3059
|
.loading-spinner {
|
|
3048
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-
|
|
3060
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
3049
3061
|
}
|
|
3050
3062
|
.loading-dots {
|
|
3051
3063
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E");
|
|
@@ -3160,8 +3172,9 @@ details.collapse summary {
|
|
|
3160
3172
|
padding-bottom: 0.5rem;
|
|
3161
3173
|
text-align: left;
|
|
3162
3174
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3163
|
-
transition-duration: 200ms;
|
|
3164
3175
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3176
|
+
transition-duration: 200ms;
|
|
3177
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3165
3178
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
3166
3179
|
text-wrap: balance;
|
|
3167
3180
|
}
|
|
@@ -3403,7 +3416,7 @@ details.collapse summary {
|
|
|
3403
3416
|
background-color: transparent;
|
|
3404
3417
|
color: inherit;
|
|
3405
3418
|
transition-duration: 200ms;
|
|
3406
|
-
transition-timing-function: cubic-bezier(0
|
|
3419
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3407
3420
|
transition-property: transform, opacity, visibility;
|
|
3408
3421
|
overflow-y: hidden;
|
|
3409
3422
|
overscroll-behavior: contain;
|
|
@@ -3434,8 +3447,9 @@ details.collapse summary {
|
|
|
3434
3447
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3435
3448
|
padding: 1.5rem;
|
|
3436
3449
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3437
|
-
transition-duration: 200ms;
|
|
3438
3450
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3451
|
+
transition-duration: 200ms;
|
|
3452
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3439
3453
|
border-top-left-radius: var(--rounded-box, 1rem);
|
|
3440
3454
|
border-top-right-radius: var(--rounded-box, 1rem);
|
|
3441
3455
|
border-bottom-left-radius: var(--rounded-box, 1rem);
|
|
@@ -3632,7 +3646,7 @@ details.collapse summary {
|
|
|
3632
3646
|
.radio[aria-checked="true"] {
|
|
3633
3647
|
--tw-bg-opacity: 1;
|
|
3634
3648
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
3635
|
-
animation: radiomark var(--animation-input, 0.2s) ease-
|
|
3649
|
+
animation: radiomark var(--animation-input, 0.2s) ease-out;
|
|
3636
3650
|
box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
|
|
3637
3651
|
}
|
|
3638
3652
|
.radio-primary {
|
|
@@ -3919,8 +3933,9 @@ details.collapse summary {
|
|
|
3919
3933
|
}
|
|
3920
3934
|
.rating input:focus-visible {
|
|
3921
3935
|
transition-property: transform;
|
|
3922
|
-
transition-duration: 300ms;
|
|
3923
3936
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3937
|
+
transition-duration: 300ms;
|
|
3938
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3924
3939
|
transform: translateY(-0.125em);
|
|
3925
3940
|
}
|
|
3926
3941
|
.rating input:active:focus {
|
|
@@ -4250,7 +4265,7 @@ details.collapse summary {
|
|
|
4250
4265
|
|
|
4251
4266
|
.swap > * {
|
|
4252
4267
|
transition-duration: 300ms;
|
|
4253
|
-
transition-timing-function: cubic-bezier(0
|
|
4268
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
4254
4269
|
transition-property: transform, opacity;
|
|
4255
4270
|
}
|
|
4256
4271
|
|
|
@@ -4614,10 +4629,8 @@ details.collapse summary {
|
|
|
4614
4629
|
--tw-border-opacity: 0.2;
|
|
4615
4630
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
4616
4631
|
--tw-bg-opacity: 0.5;
|
|
4617
|
-
transition-duration: 300ms;
|
|
4618
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4619
4632
|
border-radius: var(--rounded-badge, 1.9rem);
|
|
4620
|
-
transition: background, box-shadow var(--animation-input, 0.2s) ease-
|
|
4633
|
+
transition: background, box-shadow var(--animation-input, 0.2s) ease-out;
|
|
4621
4634
|
box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset,
|
|
4622
4635
|
var(--togglehandleborder);
|
|
4623
4636
|
}
|