daisyui 4.12.5 → 4.12.7
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 +3 -2
- package/dist/styled.css +3 -3
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +2 -2
- package/dist/unstyled.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -3799,8 +3799,8 @@ html {
|
|
|
3799
3799
|
appearance: none;
|
|
3800
3800
|
height: 3rem;
|
|
3801
3801
|
min-height: 3rem;
|
|
3802
|
-
padding-
|
|
3803
|
-
padding-
|
|
3802
|
+
padding-inline-start: 1rem;
|
|
3803
|
+
padding-inline-end: 2.5rem;
|
|
3804
3804
|
font-size: 0.875rem;
|
|
3805
3805
|
line-height: 1.25rem;
|
|
3806
3806
|
line-height: 2;
|
|
@@ -28792,6 +28792,7 @@ html:has(.drawer-open.drawer-open) {
|
|
|
28792
28792
|
display: block}
|
|
28793
28793
|
.tooltip:before {
|
|
28794
28794
|
max-width: 20rem;
|
|
28795
|
+
white-space: normal;
|
|
28795
28796
|
border-radius: 0.25rem;
|
|
28796
28797
|
padding-left: 0.5rem;
|
|
28797
28798
|
padding-right: 0.5rem;
|
package/dist/styled.css
CHANGED
|
@@ -1034,8 +1034,8 @@
|
|
|
1034
1034
|
appearance: none;
|
|
1035
1035
|
height: 3rem;
|
|
1036
1036
|
min-height: 3rem;
|
|
1037
|
-
padding-
|
|
1038
|
-
padding-
|
|
1037
|
+
padding-inline-start: 1rem;
|
|
1038
|
+
padding-inline-end: 2.5rem;
|
|
1039
1039
|
font-size: 0.875rem;
|
|
1040
1040
|
line-height: 1.25rem;
|
|
1041
1041
|
line-height: 2
|
|
@@ -4196,7 +4196,7 @@ details.collapse summary {
|
|
|
4196
4196
|
border-color: transparent;
|
|
4197
4197
|
--tw-bg-opacity: 1;
|
|
4198
4198
|
background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
|
|
4199
|
-
padding-
|
|
4199
|
+
padding-inline-end: 2.5rem;
|
|
4200
4200
|
}
|
|
4201
4201
|
.select-bordered {
|
|
4202
4202
|
border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
|