daisyui 4.12.15 → 4.12.17
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 +17 -42
- package/dist/styled.css +5 -1
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +5 -0
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -2176,8 +2176,7 @@ hr {
|
|
|
2176
2176
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
2177
2177
|
*/
|
|
2178
2178
|
abbr:where([title]) {
|
|
2179
|
-
|
|
2180
|
-
text-decoration: underline dotted;
|
|
2179
|
+
text-decoration: underline dotted;
|
|
2181
2180
|
}
|
|
2182
2181
|
/*
|
|
2183
2182
|
Remove the default font size and weight for headings.
|
|
@@ -2565,9 +2564,7 @@ html {
|
|
|
2565
2564
|
display: inline-flex;
|
|
2566
2565
|
align-items: center;
|
|
2567
2566
|
justify-content: center;
|
|
2568
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
2569
2567
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2570
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
2571
2568
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2572
2569
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2573
2570
|
transition-duration: 200ms;
|
|
@@ -2705,8 +2702,7 @@ html {
|
|
|
2705
2702
|
min-height: 3rem;
|
|
2706
2703
|
flex-shrink: 0;
|
|
2707
2704
|
cursor: pointer;
|
|
2708
|
-
|
|
2709
|
-
user-select: none;
|
|
2705
|
+
user-select: none;
|
|
2710
2706
|
flex-wrap: wrap;
|
|
2711
2707
|
align-items: center;
|
|
2712
2708
|
justify-content: center;
|
|
@@ -2933,6 +2929,11 @@ html {
|
|
|
2933
2929
|
.collapse > input[type="radio"] {
|
|
2934
2930
|
appearance: none;
|
|
2935
2931
|
opacity: 0}
|
|
2932
|
+
:where(.collapse > input[type="checkbox"]),
|
|
2933
|
+
:where(.collapse > input[type="radio"]) {
|
|
2934
|
+
height: 100%;
|
|
2935
|
+
width: 100%;
|
|
2936
|
+
z-index: 1}
|
|
2936
2937
|
.collapse-content {
|
|
2937
2938
|
visibility: hidden;
|
|
2938
2939
|
grid-column-start: 1;
|
|
@@ -3025,8 +3026,7 @@ html {
|
|
|
3025
3026
|
outline-offset: -3px;
|
|
3026
3027
|
outline-color: var(--fallback-bc,oklch(var(--bc)/0.05));
|
|
3027
3028
|
--tw-backdrop-blur: blur(8px);
|
|
3028
|
-
|
|
3029
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
|
|
3029
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
|
|
3030
3030
|
.diff-item-2 {
|
|
3031
3031
|
overflow: hidden;
|
|
3032
3032
|
border-right-width: 2px;
|
|
@@ -3154,9 +3154,7 @@ html {
|
|
|
3154
3154
|
--tw-scale-x: .95;
|
|
3155
3155
|
--tw-scale-y: .95;
|
|
3156
3156
|
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));
|
|
3157
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
3158
3157
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3159
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
3160
3158
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3161
3159
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3162
3160
|
transition-duration: 200ms}
|
|
@@ -3342,8 +3340,7 @@ html {
|
|
|
3342
3340
|
height: 100%;
|
|
3343
3341
|
flex-shrink: 0;
|
|
3344
3342
|
cursor: pointer;
|
|
3345
|
-
|
|
3346
|
-
user-select: none;
|
|
3343
|
+
user-select: none;
|
|
3347
3344
|
flex-wrap: wrap;
|
|
3348
3345
|
align-items: center;
|
|
3349
3346
|
justify-content: center;
|
|
@@ -3353,9 +3350,7 @@ html {
|
|
|
3353
3350
|
font-size: 0.875rem;
|
|
3354
3351
|
line-height: 1.25rem;
|
|
3355
3352
|
line-height: 1em;
|
|
3356
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
3357
3353
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3358
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
3359
3354
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3360
3355
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3361
3356
|
transition-duration: 200ms;
|
|
@@ -3399,8 +3394,7 @@ html {
|
|
|
3399
3394
|
flex-direction: column}
|
|
3400
3395
|
.label {
|
|
3401
3396
|
display: flex;
|
|
3402
|
-
|
|
3403
|
-
user-select: none;
|
|
3397
|
+
user-select: none;
|
|
3404
3398
|
align-items: center;
|
|
3405
3399
|
justify-content: space-between;
|
|
3406
3400
|
padding-left: 0.25rem;
|
|
@@ -3567,12 +3561,10 @@ html {
|
|
|
3567
3561
|
align-items: center;
|
|
3568
3562
|
gap: 0.5rem;
|
|
3569
3563
|
grid-auto-columns: minmax(auto, max-content) auto max-content;
|
|
3570
|
-
|
|
3571
|
-
user-select: none}
|
|
3564
|
+
user-select: none}
|
|
3572
3565
|
.menu li.disabled {
|
|
3573
3566
|
cursor: not-allowed;
|
|
3574
|
-
|
|
3575
|
-
user-select: none;
|
|
3567
|
+
user-select: none;
|
|
3576
3568
|
color: var(--fallback-bc,oklch(var(--bc)/0.3))}
|
|
3577
3569
|
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
|
|
3578
3570
|
display: none}
|
|
@@ -3666,9 +3658,7 @@ html {
|
|
|
3666
3658
|
--tw-bg-opacity: 1;
|
|
3667
3659
|
background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
|
|
3668
3660
|
padding: 1.5rem;
|
|
3669
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
3670
3661
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3671
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
3672
3662
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3673
3663
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3674
3664
|
transition-duration: 200ms;
|
|
@@ -3798,8 +3788,7 @@ html {
|
|
|
3798
3788
|
.select {
|
|
3799
3789
|
display: inline-flex;
|
|
3800
3790
|
cursor: pointer;
|
|
3801
|
-
|
|
3802
|
-
user-select: none;
|
|
3791
|
+
user-select: none;
|
|
3803
3792
|
appearance: none;
|
|
3804
3793
|
height: 3rem;
|
|
3805
3794
|
min-height: 3rem;
|
|
@@ -3907,8 +3896,7 @@ html {
|
|
|
3907
3896
|
.swap {
|
|
3908
3897
|
position: relative;
|
|
3909
3898
|
display: inline-grid;
|
|
3910
|
-
|
|
3911
|
-
user-select: none;
|
|
3899
|
+
user-select: none;
|
|
3912
3900
|
place-content: center;
|
|
3913
3901
|
cursor: pointer}
|
|
3914
3902
|
.swap > * {
|
|
@@ -3944,8 +3932,7 @@ html {
|
|
|
3944
3932
|
display: inline-flex;
|
|
3945
3933
|
height: 2rem;
|
|
3946
3934
|
cursor: pointer;
|
|
3947
|
-
|
|
3948
|
-
user-select: none;
|
|
3935
|
+
user-select: none;
|
|
3949
3936
|
appearance: none;
|
|
3950
3937
|
flex-wrap: wrap;
|
|
3951
3938
|
align-items: center;
|
|
@@ -4781,13 +4768,9 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4781
4768
|
cursor: unset}
|
|
4782
4769
|
.collapse-title {
|
|
4783
4770
|
position: relative}
|
|
4784
|
-
:where(.collapse > input[type="checkbox"]),
|
|
4785
|
-
:where(.collapse > input[type="radio"]) {
|
|
4786
|
-
z-index: 1}
|
|
4787
4771
|
.collapse-title,
|
|
4788
4772
|
:where(.collapse > input[type="checkbox"]),
|
|
4789
4773
|
:where(.collapse > input[type="radio"]) {
|
|
4790
|
-
width: 100%;
|
|
4791
4774
|
padding: 1rem;
|
|
4792
4775
|
padding-inline-end: 3rem;
|
|
4793
4776
|
min-height: 3.75rem;
|
|
@@ -5247,9 +5230,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
5247
5230
|
padding-top: 0.5rem;
|
|
5248
5231
|
padding-bottom: 0.5rem;
|
|
5249
5232
|
text-align: start;
|
|
5250
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
5251
5233
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
5252
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
5253
5234
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
5254
5235
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
5255
5236
|
transition-duration: 200ms;
|
|
@@ -27569,9 +27550,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
27569
27550
|
.ring-offset-warning\/95 {
|
|
27570
27551
|
--tw-ring-offset-color: var(--fallback-wa,oklch(var(--wa)/0.95))}
|
|
27571
27552
|
.transition {
|
|
27572
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
27573
27553
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
27574
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
27575
27554
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
27576
27555
|
transition-duration: 150ms}
|
|
27577
27556
|
.transition-all {
|
|
@@ -27599,8 +27578,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
27599
27578
|
.glass,
|
|
27600
27579
|
.glass.btn-active {
|
|
27601
27580
|
border: none;
|
|
27602
|
-
|
|
27603
|
-
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27581
|
+
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27604
27582
|
background-color: transparent;
|
|
27605
27583
|
background-image: linear-gradient(
|
|
27606
27584
|
135deg,
|
|
@@ -27618,8 +27596,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
27618
27596
|
@media (hover: hover) {
|
|
27619
27597
|
.glass.btn-active {
|
|
27620
27598
|
border: none;
|
|
27621
|
-
|
|
27622
|
-
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27599
|
+
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27623
27600
|
background-color: transparent;
|
|
27624
27601
|
background-image: linear-gradient(
|
|
27625
27602
|
135deg,
|
|
@@ -28787,9 +28764,7 @@ html:has(.drawer-open.drawer-open) {
|
|
|
28787
28764
|
.tooltip:before,
|
|
28788
28765
|
.tooltip:after {
|
|
28789
28766
|
opacity: 0;
|
|
28790
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
28791
28767
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
28792
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
28793
28768
|
transition-delay: 100ms;
|
|
28794
28769
|
transition-duration: 200ms;
|
|
28795
28770
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)}
|
package/dist/styled.css
CHANGED
|
@@ -335,6 +335,11 @@
|
|
|
335
335
|
appearance: none;
|
|
336
336
|
opacity: 0;
|
|
337
337
|
}
|
|
338
|
+
:where(.collapse > input[type="checkbox"]),
|
|
339
|
+
:where(.collapse > input[type="radio"]) {
|
|
340
|
+
height: 100%;
|
|
341
|
+
width: 100%;
|
|
342
|
+
}
|
|
338
343
|
.collapse-content {
|
|
339
344
|
visibility: hidden;
|
|
340
345
|
grid-column-start: 1;
|
|
@@ -2572,7 +2577,6 @@ details.collapse summary {
|
|
|
2572
2577
|
.collapse-title,
|
|
2573
2578
|
:where(.collapse > input[type="checkbox"]),
|
|
2574
2579
|
:where(.collapse > input[type="radio"]) {
|
|
2575
|
-
width: 100%;
|
|
2576
2580
|
padding: 1rem;
|
|
2577
2581
|
padding-inline-end: 3rem;
|
|
2578
2582
|
min-height: 3.75rem;
|