daisyui 2.51.0 → 2.51.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 +2 -13
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +2 -10
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -367,6 +367,7 @@
|
|
|
367
367
|
position: relative;
|
|
368
368
|
display: grid;
|
|
369
369
|
overflow: hidden;
|
|
370
|
+
grid-template-rows: 1fr auto;
|
|
370
371
|
}
|
|
371
372
|
.collapse-title,
|
|
372
373
|
.collapse > input[type="checkbox"],
|
|
@@ -681,10 +682,7 @@
|
|
|
681
682
|
padding-right: 1rem;
|
|
682
683
|
font-size: 0.875rem;
|
|
683
684
|
line-height: 1.25rem;
|
|
684
|
-
line-height: 2
|
|
685
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
686
|
-
transition-duration: 200ms;
|
|
687
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
685
|
+
line-height: 2
|
|
688
686
|
}
|
|
689
687
|
.file-input::file-selector-button {
|
|
690
688
|
margin-right: 1rem;
|
|
@@ -779,9 +777,6 @@
|
|
|
779
777
|
}
|
|
780
778
|
.input {
|
|
781
779
|
flex-shrink: 1;
|
|
782
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
783
|
-
transition-duration: 200ms;
|
|
784
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
785
780
|
height: 3rem;
|
|
786
781
|
padding-left: 1rem;
|
|
787
782
|
padding-right: 1rem;
|
|
@@ -1256,9 +1251,6 @@
|
|
|
1256
1251
|
}
|
|
1257
1252
|
.textarea {
|
|
1258
1253
|
flex-shrink: 1;
|
|
1259
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1260
|
-
transition-duration: 200ms;
|
|
1261
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1262
1254
|
min-height: 3rem;
|
|
1263
1255
|
padding-top: 0.5rem;
|
|
1264
1256
|
padding-bottom: 0.5rem;
|
|
@@ -3878,9 +3870,6 @@
|
|
|
3878
3870
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3879
3871
|
padding-right: 2.5rem;
|
|
3880
3872
|
font-weight: 600;
|
|
3881
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3882
|
-
transition-duration: 200ms;
|
|
3883
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3884
3873
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
3885
3874
|
}
|
|
3886
3875
|
.select-bordered {
|