daisyui 4.0.0-alpha.16 → 4.0.0-alpha.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 +62 -64
- package/dist/styled.css +0 -2
- package/dist/styled.js +1 -1
- package/dist/themes.css +13 -13
- package/dist/utilities-unstyled.js +1 -1
- package/package.json +1 -1
- package/src/theming/themes.js +11 -5
package/dist/full.css
CHANGED
|
@@ -1035,9 +1035,6 @@
|
|
|
1035
1035
|
--suc: 0.153654 0.01498 131.063061;
|
|
1036
1036
|
--wac: 0.170972 0.017847 84.093335;
|
|
1037
1037
|
--erc: 0.12122 0.024119 15.341883;
|
|
1038
|
-
--rounded-box: 1rem;
|
|
1039
|
-
--rounded-btn: 0.5rem;
|
|
1040
|
-
--rounded-badge: 1.9rem;
|
|
1041
1038
|
--animation-btn: 0.25s;
|
|
1042
1039
|
--animation-input: .2s;
|
|
1043
1040
|
--btn-focus-scale: 0.95;
|
|
@@ -1047,16 +1044,19 @@
|
|
|
1047
1044
|
--p: 0.594359 0.077246 254.027774;
|
|
1048
1045
|
--s: 0.696516 0.059108 248.687186;
|
|
1049
1046
|
--a: 0.774643 0.062249 217.469017;
|
|
1050
|
-
--n: 0.
|
|
1047
|
+
--n: 0.45229 0.035214 264.1312;
|
|
1051
1048
|
--nc: 0.899258 0.016374 262.749256;
|
|
1052
|
-
--b1: 0.
|
|
1053
|
-
--b2: 0.
|
|
1054
|
-
--b3: 0.
|
|
1055
|
-
--bc: 0.
|
|
1049
|
+
--b1: 0.951276 0.007445 260.731539;
|
|
1050
|
+
--b2: 0.932996 0.010389 261.788485;
|
|
1051
|
+
--b3: 0.899258 0.016374 262.749256;
|
|
1052
|
+
--bc: 0.324374 0.022945 264.182036;
|
|
1056
1053
|
--in: 0.692072 0.062496 332.664922;
|
|
1057
1054
|
--su: 0.76827 0.074899 131.063061;
|
|
1058
1055
|
--wa: 0.854862 0.089234 84.093335;
|
|
1059
|
-
--er: 0.6061 0.120594 15.341883
|
|
1056
|
+
--er: 0.6061 0.120594 15.341883;
|
|
1057
|
+
--rounded-box: 0.4rem;
|
|
1058
|
+
--rounded-btn: 0.2rem;
|
|
1059
|
+
--rounded-badge: 0.4rem
|
|
1060
1060
|
}
|
|
1061
1061
|
[data-theme=sunset], :root:has(input.theme-controller[value=sunset]:checked) {
|
|
1062
1062
|
color-scheme: dark;
|
|
@@ -1067,9 +1067,6 @@
|
|
|
1067
1067
|
--suc: 0.171122 0.017172 144.77874;
|
|
1068
1068
|
--wac: 0.171139 0.016961 74.427797;
|
|
1069
1069
|
--erc: 0.171023 0.015778 16.886379;
|
|
1070
|
-
--rounded-box: 1rem;
|
|
1071
|
-
--rounded-btn: 0.5rem;
|
|
1072
|
-
--rounded-badge: 1.9rem;
|
|
1073
1070
|
--animation-btn: 0.25s;
|
|
1074
1071
|
--animation-input: .2s;
|
|
1075
1072
|
--btn-focus-scale: 0.95;
|
|
@@ -1088,7 +1085,10 @@
|
|
|
1088
1085
|
--in: 0.855596 0.085271 206.015183;
|
|
1089
1086
|
--su: 0.855609 0.08586 144.77874;
|
|
1090
1087
|
--wa: 0.855695 0.084806 74.427797;
|
|
1091
|
-
--er: 0.855116 0.07889 16.886379
|
|
1088
|
+
--er: 0.855116 0.07889 16.886379;
|
|
1089
|
+
--rounded-box: 1.2rem;
|
|
1090
|
+
--rounded-btn: 0.8rem;
|
|
1091
|
+
--rounded-badge: 0.4rem
|
|
1092
1092
|
}
|
|
1093
1093
|
/*
|
|
1094
1094
|
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
|
|
@@ -4708,9 +4708,7 @@ input.input {
|
|
|
4708
4708
|
width: 0.5rem;
|
|
4709
4709
|
background-color: transparent}
|
|
4710
4710
|
.rating input[type="radio"]:checked {
|
|
4711
|
-
background-image: none
|
|
4712
|
-
--tw-bg-opacity: 1;
|
|
4713
|
-
background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))}
|
|
4711
|
+
background-image: none}
|
|
4714
4712
|
.rating input:checked ~ input,
|
|
4715
4713
|
.rating input[aria-checked="true"] ~ input {
|
|
4716
4714
|
--tw-bg-opacity: 0.2}
|
|
@@ -20498,16 +20496,16 @@ select.select {
|
|
|
20498
20496
|
width: 100%;
|
|
20499
20497
|
height: 100%;
|
|
20500
20498
|
object-fit: cover}
|
|
20501
|
-
.checkbox-xs {
|
|
20499
|
+
[type="checkbox"].checkbox-xs {
|
|
20502
20500
|
height: 1rem;
|
|
20503
20501
|
width: 1rem}
|
|
20504
|
-
.checkbox-sm {
|
|
20502
|
+
[type="checkbox"].checkbox-sm {
|
|
20505
20503
|
height: 1.25rem;
|
|
20506
20504
|
width: 1.25rem}
|
|
20507
|
-
.checkbox-md {
|
|
20505
|
+
[type="checkbox"].checkbox-md {
|
|
20508
20506
|
height: 1.5rem;
|
|
20509
20507
|
width: 1.5rem}
|
|
20510
|
-
.checkbox-lg {
|
|
20508
|
+
[type="checkbox"].checkbox-lg {
|
|
20511
20509
|
height: 2rem;
|
|
20512
20510
|
width: 2rem}
|
|
20513
20511
|
.divider-horizontal {
|
|
@@ -20727,16 +20725,16 @@ select.select {
|
|
|
20727
20725
|
place-items: center}
|
|
20728
20726
|
.modal-bottom {
|
|
20729
20727
|
place-items: end}
|
|
20730
|
-
.radio-xs {
|
|
20728
|
+
[type="radio"].radio-xs {
|
|
20731
20729
|
height: 1rem;
|
|
20732
20730
|
width: 1rem}
|
|
20733
|
-
.radio-sm {
|
|
20731
|
+
[type="radio"].radio-sm {
|
|
20734
20732
|
height: 1.25rem;
|
|
20735
20733
|
width: 1.25rem}
|
|
20736
|
-
.radio-md {
|
|
20734
|
+
[type="radio"].radio-md {
|
|
20737
20735
|
height: 1.5rem;
|
|
20738
20736
|
width: 1.5rem}
|
|
20739
|
-
.radio-lg {
|
|
20737
|
+
[type="radio"].radio-lg {
|
|
20740
20738
|
height: 2rem;
|
|
20741
20739
|
width: 2rem}
|
|
20742
20740
|
.range-xs {
|
|
@@ -21066,19 +21064,19 @@ select.select {
|
|
|
21066
21064
|
top: 0px;
|
|
21067
21065
|
--tw-translate-y: 0px;
|
|
21068
21066
|
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))}
|
|
21069
|
-
.toggle-xs {
|
|
21067
|
+
[type="checkbox"].toggle-xs {
|
|
21070
21068
|
--handleoffset: 0.5rem;
|
|
21071
21069
|
height: 1rem;
|
|
21072
21070
|
width: 1.5rem}
|
|
21073
|
-
.toggle-sm {
|
|
21071
|
+
[type="checkbox"].toggle-sm {
|
|
21074
21072
|
--handleoffset: 0.75rem;
|
|
21075
21073
|
height: 1.25rem;
|
|
21076
21074
|
width: 2rem}
|
|
21077
|
-
.toggle-md {
|
|
21075
|
+
[type="checkbox"].toggle-md {
|
|
21078
21076
|
--handleoffset: 1.5rem;
|
|
21079
21077
|
height: 1.5rem;
|
|
21080
21078
|
width: 3rem}
|
|
21081
|
-
.toggle-lg {
|
|
21079
|
+
[type="checkbox"].toggle-lg {
|
|
21082
21080
|
--handleoffset: 2rem;
|
|
21083
21081
|
height: 2rem;
|
|
21084
21082
|
width: 4rem}
|
|
@@ -43836,13 +43834,13 @@ select.select {
|
|
|
43836
43834
|
width: 100%;
|
|
43837
43835
|
height: 100%;
|
|
43838
43836
|
object-fit: cover}
|
|
43839
|
-
.sm\:checkbox-sm {
|
|
43837
|
+
.sm\:checkbox-sm[type="checkbox"] {
|
|
43840
43838
|
height: 1.25rem;
|
|
43841
43839
|
width: 1.25rem}
|
|
43842
|
-
.sm\:checkbox-md {
|
|
43840
|
+
.sm\:checkbox-md[type="checkbox"] {
|
|
43843
43841
|
height: 1.5rem;
|
|
43844
43842
|
width: 1.5rem}
|
|
43845
|
-
.sm\:checkbox-lg {
|
|
43843
|
+
.sm\:checkbox-lg[type="checkbox"] {
|
|
43846
43844
|
height: 2rem;
|
|
43847
43845
|
width: 2rem}
|
|
43848
43846
|
.sm\:divider-horizontal {
|
|
@@ -43951,13 +43949,13 @@ select.select {
|
|
|
43951
43949
|
place-items: center}
|
|
43952
43950
|
.sm\:modal-bottom {
|
|
43953
43951
|
place-items: end}
|
|
43954
|
-
.sm\:radio-sm {
|
|
43952
|
+
.sm\:radio-sm[type="radio"] {
|
|
43955
43953
|
height: 1.25rem;
|
|
43956
43954
|
width: 1.25rem}
|
|
43957
|
-
.sm\:radio-md {
|
|
43955
|
+
.sm\:radio-md[type="radio"] {
|
|
43958
43956
|
height: 1.5rem;
|
|
43959
43957
|
width: 1.5rem}
|
|
43960
|
-
.sm\:radio-lg {
|
|
43958
|
+
.sm\:radio-lg[type="radio"] {
|
|
43961
43959
|
height: 2rem;
|
|
43962
43960
|
width: 2rem}
|
|
43963
43961
|
.sm\:range-sm {
|
|
@@ -44093,15 +44091,15 @@ select.select {
|
|
|
44093
44091
|
font-size: 1.125rem;
|
|
44094
44092
|
line-height: 1.75rem;
|
|
44095
44093
|
line-height: 2}
|
|
44096
|
-
.sm\:toggle-sm {
|
|
44094
|
+
.sm\:toggle-sm[type="checkbox"] {
|
|
44097
44095
|
--handleoffset: 0.75rem;
|
|
44098
44096
|
height: 1.25rem;
|
|
44099
44097
|
width: 2rem}
|
|
44100
|
-
.sm\:toggle-md {
|
|
44098
|
+
.sm\:toggle-md[type="checkbox"] {
|
|
44101
44099
|
--handleoffset: 1.5rem;
|
|
44102
44100
|
height: 1.5rem;
|
|
44103
44101
|
width: 3rem}
|
|
44104
|
-
.sm\:toggle-lg {
|
|
44102
|
+
.sm\:toggle-lg[type="checkbox"] {
|
|
44105
44103
|
--handleoffset: 2rem;
|
|
44106
44104
|
height: 2rem;
|
|
44107
44105
|
width: 4rem}
|
|
@@ -44358,13 +44356,13 @@ select.select {
|
|
|
44358
44356
|
width: 100%;
|
|
44359
44357
|
height: 100%;
|
|
44360
44358
|
object-fit: cover}
|
|
44361
|
-
.md\:checkbox-sm {
|
|
44359
|
+
.md\:checkbox-sm[type="checkbox"] {
|
|
44362
44360
|
height: 1.25rem;
|
|
44363
44361
|
width: 1.25rem}
|
|
44364
|
-
.md\:checkbox-md {
|
|
44362
|
+
.md\:checkbox-md[type="checkbox"] {
|
|
44365
44363
|
height: 1.5rem;
|
|
44366
44364
|
width: 1.5rem}
|
|
44367
|
-
.md\:checkbox-lg {
|
|
44365
|
+
.md\:checkbox-lg[type="checkbox"] {
|
|
44368
44366
|
height: 2rem;
|
|
44369
44367
|
width: 2rem}
|
|
44370
44368
|
.md\:divider-horizontal {
|
|
@@ -44473,13 +44471,13 @@ select.select {
|
|
|
44473
44471
|
place-items: center}
|
|
44474
44472
|
.md\:modal-bottom {
|
|
44475
44473
|
place-items: end}
|
|
44476
|
-
.md\:radio-sm {
|
|
44474
|
+
.md\:radio-sm[type="radio"] {
|
|
44477
44475
|
height: 1.25rem;
|
|
44478
44476
|
width: 1.25rem}
|
|
44479
|
-
.md\:radio-md {
|
|
44477
|
+
.md\:radio-md[type="radio"] {
|
|
44480
44478
|
height: 1.5rem;
|
|
44481
44479
|
width: 1.5rem}
|
|
44482
|
-
.md\:radio-lg {
|
|
44480
|
+
.md\:radio-lg[type="radio"] {
|
|
44483
44481
|
height: 2rem;
|
|
44484
44482
|
width: 2rem}
|
|
44485
44483
|
.md\:range-sm {
|
|
@@ -44615,15 +44613,15 @@ select.select {
|
|
|
44615
44613
|
font-size: 1.125rem;
|
|
44616
44614
|
line-height: 1.75rem;
|
|
44617
44615
|
line-height: 2}
|
|
44618
|
-
.md\:toggle-sm {
|
|
44616
|
+
.md\:toggle-sm[type="checkbox"] {
|
|
44619
44617
|
--handleoffset: 0.75rem;
|
|
44620
44618
|
height: 1.25rem;
|
|
44621
44619
|
width: 2rem}
|
|
44622
|
-
.md\:toggle-md {
|
|
44620
|
+
.md\:toggle-md[type="checkbox"] {
|
|
44623
44621
|
--handleoffset: 1.5rem;
|
|
44624
44622
|
height: 1.5rem;
|
|
44625
44623
|
width: 3rem}
|
|
44626
|
-
.md\:toggle-lg {
|
|
44624
|
+
.md\:toggle-lg[type="checkbox"] {
|
|
44627
44625
|
--handleoffset: 2rem;
|
|
44628
44626
|
height: 2rem;
|
|
44629
44627
|
width: 4rem}
|
|
@@ -44880,13 +44878,13 @@ select.select {
|
|
|
44880
44878
|
width: 100%;
|
|
44881
44879
|
height: 100%;
|
|
44882
44880
|
object-fit: cover}
|
|
44883
|
-
.lg\:checkbox-sm {
|
|
44881
|
+
.lg\:checkbox-sm[type="checkbox"] {
|
|
44884
44882
|
height: 1.25rem;
|
|
44885
44883
|
width: 1.25rem}
|
|
44886
|
-
.lg\:checkbox-md {
|
|
44884
|
+
.lg\:checkbox-md[type="checkbox"] {
|
|
44887
44885
|
height: 1.5rem;
|
|
44888
44886
|
width: 1.5rem}
|
|
44889
|
-
.lg\:checkbox-lg {
|
|
44887
|
+
.lg\:checkbox-lg[type="checkbox"] {
|
|
44890
44888
|
height: 2rem;
|
|
44891
44889
|
width: 2rem}
|
|
44892
44890
|
.lg\:divider-horizontal {
|
|
@@ -44995,13 +44993,13 @@ select.select {
|
|
|
44995
44993
|
place-items: center}
|
|
44996
44994
|
.lg\:modal-bottom {
|
|
44997
44995
|
place-items: end}
|
|
44998
|
-
.lg\:radio-sm {
|
|
44996
|
+
.lg\:radio-sm[type="radio"] {
|
|
44999
44997
|
height: 1.25rem;
|
|
45000
44998
|
width: 1.25rem}
|
|
45001
|
-
.lg\:radio-md {
|
|
44999
|
+
.lg\:radio-md[type="radio"] {
|
|
45002
45000
|
height: 1.5rem;
|
|
45003
45001
|
width: 1.5rem}
|
|
45004
|
-
.lg\:radio-lg {
|
|
45002
|
+
.lg\:radio-lg[type="radio"] {
|
|
45005
45003
|
height: 2rem;
|
|
45006
45004
|
width: 2rem}
|
|
45007
45005
|
.lg\:range-sm {
|
|
@@ -45137,15 +45135,15 @@ select.select {
|
|
|
45137
45135
|
font-size: 1.125rem;
|
|
45138
45136
|
line-height: 1.75rem;
|
|
45139
45137
|
line-height: 2}
|
|
45140
|
-
.lg\:toggle-sm {
|
|
45138
|
+
.lg\:toggle-sm[type="checkbox"] {
|
|
45141
45139
|
--handleoffset: 0.75rem;
|
|
45142
45140
|
height: 1.25rem;
|
|
45143
45141
|
width: 2rem}
|
|
45144
|
-
.lg\:toggle-md {
|
|
45142
|
+
.lg\:toggle-md[type="checkbox"] {
|
|
45145
45143
|
--handleoffset: 1.5rem;
|
|
45146
45144
|
height: 1.5rem;
|
|
45147
45145
|
width: 3rem}
|
|
45148
|
-
.lg\:toggle-lg {
|
|
45146
|
+
.lg\:toggle-lg[type="checkbox"] {
|
|
45149
45147
|
--handleoffset: 2rem;
|
|
45150
45148
|
height: 2rem;
|
|
45151
45149
|
width: 4rem}
|
|
@@ -45402,13 +45400,13 @@ select.select {
|
|
|
45402
45400
|
width: 100%;
|
|
45403
45401
|
height: 100%;
|
|
45404
45402
|
object-fit: cover}
|
|
45405
|
-
.xl\:checkbox-sm {
|
|
45403
|
+
.xl\:checkbox-sm[type="checkbox"] {
|
|
45406
45404
|
height: 1.25rem;
|
|
45407
45405
|
width: 1.25rem}
|
|
45408
|
-
.xl\:checkbox-md {
|
|
45406
|
+
.xl\:checkbox-md[type="checkbox"] {
|
|
45409
45407
|
height: 1.5rem;
|
|
45410
45408
|
width: 1.5rem}
|
|
45411
|
-
.xl\:checkbox-lg {
|
|
45409
|
+
.xl\:checkbox-lg[type="checkbox"] {
|
|
45412
45410
|
height: 2rem;
|
|
45413
45411
|
width: 2rem}
|
|
45414
45412
|
.xl\:divider-horizontal {
|
|
@@ -45517,13 +45515,13 @@ select.select {
|
|
|
45517
45515
|
place-items: center}
|
|
45518
45516
|
.xl\:modal-bottom {
|
|
45519
45517
|
place-items: end}
|
|
45520
|
-
.xl\:radio-sm {
|
|
45518
|
+
.xl\:radio-sm[type="radio"] {
|
|
45521
45519
|
height: 1.25rem;
|
|
45522
45520
|
width: 1.25rem}
|
|
45523
|
-
.xl\:radio-md {
|
|
45521
|
+
.xl\:radio-md[type="radio"] {
|
|
45524
45522
|
height: 1.5rem;
|
|
45525
45523
|
width: 1.5rem}
|
|
45526
|
-
.xl\:radio-lg {
|
|
45524
|
+
.xl\:radio-lg[type="radio"] {
|
|
45527
45525
|
height: 2rem;
|
|
45528
45526
|
width: 2rem}
|
|
45529
45527
|
.xl\:range-sm {
|
|
@@ -45659,15 +45657,15 @@ select.select {
|
|
|
45659
45657
|
font-size: 1.125rem;
|
|
45660
45658
|
line-height: 1.75rem;
|
|
45661
45659
|
line-height: 2}
|
|
45662
|
-
.xl\:toggle-sm {
|
|
45660
|
+
.xl\:toggle-sm[type="checkbox"] {
|
|
45663
45661
|
--handleoffset: 0.75rem;
|
|
45664
45662
|
height: 1.25rem;
|
|
45665
45663
|
width: 2rem}
|
|
45666
|
-
.xl\:toggle-md {
|
|
45664
|
+
.xl\:toggle-md[type="checkbox"] {
|
|
45667
45665
|
--handleoffset: 1.5rem;
|
|
45668
45666
|
height: 1.5rem;
|
|
45669
45667
|
width: 3rem}
|
|
45670
|
-
.xl\:toggle-lg {
|
|
45668
|
+
.xl\:toggle-lg[type="checkbox"] {
|
|
45671
45669
|
--handleoffset: 2rem;
|
|
45672
45670
|
height: 2rem;
|
|
45673
45671
|
width: 4rem}
|
package/dist/styled.css
CHANGED
|
@@ -4070,8 +4070,6 @@ input.input {
|
|
|
4070
4070
|
}
|
|
4071
4071
|
.rating input[type="radio"]:checked {
|
|
4072
4072
|
background-image: none;
|
|
4073
|
-
--tw-bg-opacity: 1;
|
|
4074
|
-
background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
|
|
4075
4073
|
}
|
|
4076
4074
|
.rating input:checked ~ input,
|
|
4077
4075
|
.rating input[aria-checked="true"] ~ input {
|