daisyui 4.12.16 → 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 +12 -38
- 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;
|
|
@@ -3030,8 +3026,7 @@ html {
|
|
|
3030
3026
|
outline-offset: -3px;
|
|
3031
3027
|
outline-color: var(--fallback-bc,oklch(var(--bc)/0.05));
|
|
3032
3028
|
--tw-backdrop-blur: blur(8px);
|
|
3033
|
-
|
|
3034
|
-
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)}
|
|
3035
3030
|
.diff-item-2 {
|
|
3036
3031
|
overflow: hidden;
|
|
3037
3032
|
border-right-width: 2px;
|
|
@@ -3159,9 +3154,7 @@ html {
|
|
|
3159
3154
|
--tw-scale-x: .95;
|
|
3160
3155
|
--tw-scale-y: .95;
|
|
3161
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));
|
|
3162
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
3163
3157
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3164
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
3165
3158
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3166
3159
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3167
3160
|
transition-duration: 200ms}
|
|
@@ -3347,8 +3340,7 @@ html {
|
|
|
3347
3340
|
height: 100%;
|
|
3348
3341
|
flex-shrink: 0;
|
|
3349
3342
|
cursor: pointer;
|
|
3350
|
-
|
|
3351
|
-
user-select: none;
|
|
3343
|
+
user-select: none;
|
|
3352
3344
|
flex-wrap: wrap;
|
|
3353
3345
|
align-items: center;
|
|
3354
3346
|
justify-content: center;
|
|
@@ -3358,9 +3350,7 @@ html {
|
|
|
3358
3350
|
font-size: 0.875rem;
|
|
3359
3351
|
line-height: 1.25rem;
|
|
3360
3352
|
line-height: 1em;
|
|
3361
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
3362
3353
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3363
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
3364
3354
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3365
3355
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3366
3356
|
transition-duration: 200ms;
|
|
@@ -3404,8 +3394,7 @@ html {
|
|
|
3404
3394
|
flex-direction: column}
|
|
3405
3395
|
.label {
|
|
3406
3396
|
display: flex;
|
|
3407
|
-
|
|
3408
|
-
user-select: none;
|
|
3397
|
+
user-select: none;
|
|
3409
3398
|
align-items: center;
|
|
3410
3399
|
justify-content: space-between;
|
|
3411
3400
|
padding-left: 0.25rem;
|
|
@@ -3572,12 +3561,10 @@ html {
|
|
|
3572
3561
|
align-items: center;
|
|
3573
3562
|
gap: 0.5rem;
|
|
3574
3563
|
grid-auto-columns: minmax(auto, max-content) auto max-content;
|
|
3575
|
-
|
|
3576
|
-
user-select: none}
|
|
3564
|
+
user-select: none}
|
|
3577
3565
|
.menu li.disabled {
|
|
3578
3566
|
cursor: not-allowed;
|
|
3579
|
-
|
|
3580
|
-
user-select: none;
|
|
3567
|
+
user-select: none;
|
|
3581
3568
|
color: var(--fallback-bc,oklch(var(--bc)/0.3))}
|
|
3582
3569
|
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
|
|
3583
3570
|
display: none}
|
|
@@ -3671,9 +3658,7 @@ html {
|
|
|
3671
3658
|
--tw-bg-opacity: 1;
|
|
3672
3659
|
background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
|
|
3673
3660
|
padding: 1.5rem;
|
|
3674
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
3675
3661
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3676
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
3677
3662
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3678
3663
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3679
3664
|
transition-duration: 200ms;
|
|
@@ -3803,8 +3788,7 @@ html {
|
|
|
3803
3788
|
.select {
|
|
3804
3789
|
display: inline-flex;
|
|
3805
3790
|
cursor: pointer;
|
|
3806
|
-
|
|
3807
|
-
user-select: none;
|
|
3791
|
+
user-select: none;
|
|
3808
3792
|
appearance: none;
|
|
3809
3793
|
height: 3rem;
|
|
3810
3794
|
min-height: 3rem;
|
|
@@ -3912,8 +3896,7 @@ html {
|
|
|
3912
3896
|
.swap {
|
|
3913
3897
|
position: relative;
|
|
3914
3898
|
display: inline-grid;
|
|
3915
|
-
|
|
3916
|
-
user-select: none;
|
|
3899
|
+
user-select: none;
|
|
3917
3900
|
place-content: center;
|
|
3918
3901
|
cursor: pointer}
|
|
3919
3902
|
.swap > * {
|
|
@@ -3949,8 +3932,7 @@ html {
|
|
|
3949
3932
|
display: inline-flex;
|
|
3950
3933
|
height: 2rem;
|
|
3951
3934
|
cursor: pointer;
|
|
3952
|
-
|
|
3953
|
-
user-select: none;
|
|
3935
|
+
user-select: none;
|
|
3954
3936
|
appearance: none;
|
|
3955
3937
|
flex-wrap: wrap;
|
|
3956
3938
|
align-items: center;
|
|
@@ -5248,9 +5230,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
5248
5230
|
padding-top: 0.5rem;
|
|
5249
5231
|
padding-bottom: 0.5rem;
|
|
5250
5232
|
text-align: start;
|
|
5251
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
5252
5233
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
5253
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
5254
5234
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
5255
5235
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
5256
5236
|
transition-duration: 200ms;
|
|
@@ -27570,9 +27550,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
27570
27550
|
.ring-offset-warning\/95 {
|
|
27571
27551
|
--tw-ring-offset-color: var(--fallback-wa,oklch(var(--wa)/0.95))}
|
|
27572
27552
|
.transition {
|
|
27573
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
27574
27553
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
27575
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
27576
27554
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
27577
27555
|
transition-duration: 150ms}
|
|
27578
27556
|
.transition-all {
|
|
@@ -27600,8 +27578,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
27600
27578
|
.glass,
|
|
27601
27579
|
.glass.btn-active {
|
|
27602
27580
|
border: none;
|
|
27603
|
-
|
|
27604
|
-
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27581
|
+
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27605
27582
|
background-color: transparent;
|
|
27606
27583
|
background-image: linear-gradient(
|
|
27607
27584
|
135deg,
|
|
@@ -27619,8 +27596,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
27619
27596
|
@media (hover: hover) {
|
|
27620
27597
|
.glass.btn-active {
|
|
27621
27598
|
border: none;
|
|
27622
|
-
|
|
27623
|
-
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27599
|
+
backdrop-filter: blur(var(--glass-blur, 40px));
|
|
27624
27600
|
background-color: transparent;
|
|
27625
27601
|
background-image: linear-gradient(
|
|
27626
27602
|
135deg,
|
|
@@ -28788,9 +28764,7 @@ html:has(.drawer-open.drawer-open) {
|
|
|
28788
28764
|
.tooltip:before,
|
|
28789
28765
|
.tooltip:after {
|
|
28790
28766
|
opacity: 0;
|
|
28791
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
28792
28767
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
28793
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
28794
28768
|
transition-delay: 100ms;
|
|
28795
28769
|
transition-duration: 200ms;
|
|
28796
28770
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)}
|