daisyui 4.6.1 → 4.6.3
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 +66 -1
- package/dist/styled.css +22 -1
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +22 -1
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -3447,6 +3447,23 @@ html {
|
|
|
3447
3447
|
border-color: transparent;
|
|
3448
3448
|
--tw-bg-opacity: 1;
|
|
3449
3449
|
background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}
|
|
3450
|
+
.input[type="number"]::-webkit-inner-spin-button,
|
|
3451
|
+
.input-md[type="number"]::-webkit-inner-spin-button {
|
|
3452
|
+
margin-top: -1rem;
|
|
3453
|
+
margin-bottom: -1rem;
|
|
3454
|
+
margin-inline-end: -1rem}
|
|
3455
|
+
.input-xs[type="number"]::-webkit-inner-spin-button {
|
|
3456
|
+
margin-top: -0.25rem;
|
|
3457
|
+
margin-bottom: -0.25rem;
|
|
3458
|
+
margin-inline-end: -0px}
|
|
3459
|
+
.input-sm[type="number"]::-webkit-inner-spin-button {
|
|
3460
|
+
margin-top: 0px;
|
|
3461
|
+
margin-bottom: 0px;
|
|
3462
|
+
margin-inline-end: -0px}
|
|
3463
|
+
.input-lg[type="number"]::-webkit-inner-spin-button {
|
|
3464
|
+
margin-top: -1.5rem;
|
|
3465
|
+
margin-bottom: -1.5rem;
|
|
3466
|
+
margin-inline-end: -1.5rem}
|
|
3450
3467
|
.join {
|
|
3451
3468
|
display: inline-flex;
|
|
3452
3469
|
align-items: stretch;
|
|
@@ -3684,7 +3701,7 @@ html {
|
|
|
3684
3701
|
padding: var(--navbar-padding, 0.5rem);
|
|
3685
3702
|
min-height: 4rem;
|
|
3686
3703
|
width: 100%}
|
|
3687
|
-
:where(.navbar >
|
|
3704
|
+
:where(.navbar > *:not(script, style)) {
|
|
3688
3705
|
display: inline-flex;
|
|
3689
3706
|
align-items: center}
|
|
3690
3707
|
.navbar-start {
|
|
@@ -23824,6 +23841,18 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23824
23841
|
.sm\:dropdown-left.dropdown-end .dropdown-content {
|
|
23825
23842
|
bottom: 0px;
|
|
23826
23843
|
top: auto}
|
|
23844
|
+
.sm\:input-md[type="number"]::-webkit-inner-spin-button {
|
|
23845
|
+
margin-top: -1rem;
|
|
23846
|
+
margin-bottom: -1rem;
|
|
23847
|
+
margin-inline-end: -1rem}
|
|
23848
|
+
.sm\:input-sm[type="number"]::-webkit-inner-spin-button {
|
|
23849
|
+
margin-top: 0px;
|
|
23850
|
+
margin-bottom: 0px;
|
|
23851
|
+
margin-inline-end: -0px}
|
|
23852
|
+
.sm\:input-lg[type="number"]::-webkit-inner-spin-button {
|
|
23853
|
+
margin-top: -1.5rem;
|
|
23854
|
+
margin-bottom: -1.5rem;
|
|
23855
|
+
margin-inline-end: -1.5rem}
|
|
23827
23856
|
.sm\:loading-sm {
|
|
23828
23857
|
width: 1.25rem}
|
|
23829
23858
|
.sm\:loading-md {
|
|
@@ -23863,6 +23892,18 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23863
23892
|
.md\:dropdown-left.dropdown-end .dropdown-content {
|
|
23864
23893
|
bottom: 0px;
|
|
23865
23894
|
top: auto}
|
|
23895
|
+
.md\:input-md[type="number"]::-webkit-inner-spin-button {
|
|
23896
|
+
margin-top: -1rem;
|
|
23897
|
+
margin-bottom: -1rem;
|
|
23898
|
+
margin-inline-end: -1rem}
|
|
23899
|
+
.md\:input-sm[type="number"]::-webkit-inner-spin-button {
|
|
23900
|
+
margin-top: 0px;
|
|
23901
|
+
margin-bottom: 0px;
|
|
23902
|
+
margin-inline-end: -0px}
|
|
23903
|
+
.md\:input-lg[type="number"]::-webkit-inner-spin-button {
|
|
23904
|
+
margin-top: -1.5rem;
|
|
23905
|
+
margin-bottom: -1.5rem;
|
|
23906
|
+
margin-inline-end: -1.5rem}
|
|
23866
23907
|
.md\:loading-sm {
|
|
23867
23908
|
width: 1.25rem}
|
|
23868
23909
|
.md\:loading-md {
|
|
@@ -23902,6 +23943,18 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23902
23943
|
.lg\:dropdown-left.dropdown-end .dropdown-content {
|
|
23903
23944
|
bottom: 0px;
|
|
23904
23945
|
top: auto}
|
|
23946
|
+
.lg\:input-md[type="number"]::-webkit-inner-spin-button {
|
|
23947
|
+
margin-top: -1rem;
|
|
23948
|
+
margin-bottom: -1rem;
|
|
23949
|
+
margin-inline-end: -1rem}
|
|
23950
|
+
.lg\:input-sm[type="number"]::-webkit-inner-spin-button {
|
|
23951
|
+
margin-top: 0px;
|
|
23952
|
+
margin-bottom: 0px;
|
|
23953
|
+
margin-inline-end: -0px}
|
|
23954
|
+
.lg\:input-lg[type="number"]::-webkit-inner-spin-button {
|
|
23955
|
+
margin-top: -1.5rem;
|
|
23956
|
+
margin-bottom: -1.5rem;
|
|
23957
|
+
margin-inline-end: -1.5rem}
|
|
23905
23958
|
.lg\:loading-sm {
|
|
23906
23959
|
width: 1.25rem}
|
|
23907
23960
|
.lg\:loading-md {
|
|
@@ -23941,6 +23994,18 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23941
23994
|
.xl\:dropdown-left.dropdown-end .dropdown-content {
|
|
23942
23995
|
bottom: 0px;
|
|
23943
23996
|
top: auto}
|
|
23997
|
+
.xl\:input-md[type="number"]::-webkit-inner-spin-button {
|
|
23998
|
+
margin-top: -1rem;
|
|
23999
|
+
margin-bottom: -1rem;
|
|
24000
|
+
margin-inline-end: -1rem}
|
|
24001
|
+
.xl\:input-sm[type="number"]::-webkit-inner-spin-button {
|
|
24002
|
+
margin-top: 0px;
|
|
24003
|
+
margin-bottom: 0px;
|
|
24004
|
+
margin-inline-end: -0px}
|
|
24005
|
+
.xl\:input-lg[type="number"]::-webkit-inner-spin-button {
|
|
24006
|
+
margin-top: -1.5rem;
|
|
24007
|
+
margin-bottom: -1.5rem;
|
|
24008
|
+
margin-inline-end: -1.5rem}
|
|
23944
24009
|
.xl\:loading-sm {
|
|
23945
24010
|
width: 1.25rem}
|
|
23946
24011
|
.xl\:loading-md {
|
package/dist/styled.css
CHANGED
|
@@ -701,6 +701,27 @@
|
|
|
701
701
|
line-height: 1.25rem;
|
|
702
702
|
line-height: 2
|
|
703
703
|
}
|
|
704
|
+
.input[type="number"]::-webkit-inner-spin-button,
|
|
705
|
+
.input-md[type="number"]::-webkit-inner-spin-button {
|
|
706
|
+
margin-top: -1rem;
|
|
707
|
+
margin-bottom: -1rem;
|
|
708
|
+
margin-inline-end: -1rem
|
|
709
|
+
}
|
|
710
|
+
.input-xs[type="number"]::-webkit-inner-spin-button {
|
|
711
|
+
margin-top: -0.25rem;
|
|
712
|
+
margin-bottom: -0.25rem;
|
|
713
|
+
margin-inline-end: -0px
|
|
714
|
+
}
|
|
715
|
+
.input-sm[type="number"]::-webkit-inner-spin-button {
|
|
716
|
+
margin-top: 0px;
|
|
717
|
+
margin-bottom: 0px;
|
|
718
|
+
margin-inline-end: -0px
|
|
719
|
+
}
|
|
720
|
+
.input-lg[type="number"]::-webkit-inner-spin-button {
|
|
721
|
+
margin-top: -1.5rem;
|
|
722
|
+
margin-bottom: -1.5rem;
|
|
723
|
+
margin-inline-end: -1.5rem
|
|
724
|
+
}
|
|
704
725
|
.join {
|
|
705
726
|
display: inline-flex;
|
|
706
727
|
align-items: stretch;
|
|
@@ -911,7 +932,7 @@
|
|
|
911
932
|
display: flex;
|
|
912
933
|
align-items: center;
|
|
913
934
|
}
|
|
914
|
-
:where(.navbar >
|
|
935
|
+
:where(.navbar > *:not(script, style)) {
|
|
915
936
|
display: inline-flex;
|
|
916
937
|
align-items: center;
|
|
917
938
|
}
|