daisyui 2.48.0 → 2.50.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/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +17 -6
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +3 -1
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
- package/src/index.js +20 -1
package/dist/styled.css
CHANGED
|
@@ -775,6 +775,7 @@
|
|
|
775
775
|
z-index: 1;
|
|
776
776
|
position: absolute;
|
|
777
777
|
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));
|
|
778
|
+
white-space: nowrap;
|
|
778
779
|
}
|
|
779
780
|
.input {
|
|
780
781
|
flex-shrink: 1;
|
|
@@ -1084,7 +1085,8 @@
|
|
|
1084
1085
|
display: inline-flex
|
|
1085
1086
|
}
|
|
1086
1087
|
.rating :where(input) {
|
|
1087
|
-
cursor: pointer
|
|
1088
|
+
cursor: pointer;
|
|
1089
|
+
border-radius: 0px
|
|
1088
1090
|
}
|
|
1089
1091
|
.select {
|
|
1090
1092
|
display: inline-flex;
|
|
@@ -2450,6 +2452,9 @@
|
|
|
2450
2452
|
box-shadow: 2px 2px;
|
|
2451
2453
|
pointer-events: none;
|
|
2452
2454
|
}
|
|
2455
|
+
[dir="rtl"] .collapse-arrow .collapse-title:after {
|
|
2456
|
+
--tw-rotate: -45deg;
|
|
2457
|
+
}
|
|
2453
2458
|
.collapse-plus .collapse-title:after {
|
|
2454
2459
|
position: absolute;
|
|
2455
2460
|
display: block;
|
|
@@ -2509,6 +2514,11 @@
|
|
|
2509
2514
|
--tw-rotate: 225deg;
|
|
2510
2515
|
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));
|
|
2511
2516
|
}
|
|
2517
|
+
[dir="rtl"] .collapse-open.collapse-arrow .collapse-title:after,
|
|
2518
|
+
[dir="rtl"] .collapse-arrow:focus:not(.collapse-close) .collapse-title:after,
|
|
2519
|
+
[dir="rtl"] .collapse-arrow:not(.collapse-close) input[type="checkbox"]:checked ~ .collapse-title:after {
|
|
2520
|
+
--tw-rotate: 135deg;
|
|
2521
|
+
}
|
|
2512
2522
|
.collapse-open.collapse-plus .collapse-title:after,
|
|
2513
2523
|
.collapse-plus:focus:not(.collapse-close) .collapse-title:after,
|
|
2514
2524
|
.collapse-plus:not(.collapse-close) input[type="checkbox"]:checked ~ .collapse-title:after {
|
|
@@ -3179,14 +3189,15 @@
|
|
|
3179
3189
|
font-size: 0.875rem;
|
|
3180
3190
|
line-height: 1.25rem;
|
|
3181
3191
|
}
|
|
3182
|
-
.menu .menu-title
|
|
3183
|
-
padding-top: 0.25rem;
|
|
3184
|
-
padding-bottom: 0.25rem;
|
|
3192
|
+
.menu .menu-title {
|
|
3185
3193
|
font-size: 0.75rem;
|
|
3186
3194
|
line-height: 1rem;
|
|
3187
3195
|
font-weight: 700;
|
|
3188
|
-
|
|
3189
|
-
|
|
3196
|
+
opacity: 0.4;
|
|
3197
|
+
}
|
|
3198
|
+
.menu .menu-title > * {
|
|
3199
|
+
padding-top: 0.25rem;
|
|
3200
|
+
padding-bottom: 0.25rem;
|
|
3190
3201
|
}
|
|
3191
3202
|
|
|
3192
3203
|
.menu :where(li:not(.disabled)) > :where(*:not(ul)) {
|