daisyui 3.6.1 → 3.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 CHANGED
@@ -1720,10 +1720,9 @@ html {
1720
1720
  height: 3rem;
1721
1721
  padding-left: 1rem;
1722
1722
  padding-right: 1rem;
1723
+ min-height: 3rem;
1723
1724
  font-size: 0.875rem;
1724
- line-height: 1.25rem;
1725
1725
  line-height: 1em;
1726
- min-height: 3rem;
1727
1726
  gap: 0.5rem;
1728
1727
  font-weight: 600;
1729
1728
  text-decoration-line: none;
@@ -2918,7 +2917,7 @@ html {
2918
2917
  .swap input:indeterminate ~ .swap-on {
2919
2918
  opacity: 0}
2920
2919
  .swap input:checked ~ .swap-off,
2921
- .swap.swap-active .swap-off,
2920
+ .swap-active .swap-off,
2922
2921
  .swap input:indeterminate ~ .swap-off {
2923
2922
  opacity: 0}
2924
2923
  .swap input:checked ~ .swap-on,
@@ -4860,12 +4859,12 @@ details.collapse summary::-webkit-details-marker {
4860
4859
  --tw-rotate: 45deg;
4861
4860
  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))}
4862
4861
  .swap-rotate input:checked ~ .swap-off,
4863
- .swap-rotate.swap-active .swap-off,
4862
+ .swap-active:where(.swap-rotate) .swap-off,
4864
4863
  .swap-rotate input:indeterminate ~ .swap-off {
4865
4864
  --tw-rotate: -45deg;
4866
4865
  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))}
4867
4866
  .swap-rotate input:checked ~ .swap-on,
4868
- .swap-rotate.swap-active .swap-on,
4867
+ .swap-active:where(.swap-rotate) .swap-on,
4869
4868
  .swap-rotate input:indeterminate ~ .swap-indeterminate {
4870
4869
  --tw-rotate: 0deg;
4871
4870
  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))}
@@ -4879,13 +4878,13 @@ details.collapse summary::-webkit-details-marker {
4879
4878
  backface-visibility: hidden;
4880
4879
  opacity: 1}
4881
4880
  .swap-flip input:checked ~ .swap-off,
4882
- .swap-flip.swap-active .swap-off,
4881
+ .swap-active:where(.swap-flip) .swap-off,
4883
4882
  .swap-flip input:indeterminate ~ .swap-off {
4884
4883
  transform: rotateY(-180deg);
4885
4884
  backface-visibility: hidden;
4886
4885
  opacity: 1}
4887
4886
  .swap-flip input:checked ~ .swap-on,
4888
- .swap-flip.swap-active .swap-on,
4887
+ .swap-active:where(.swap-flip) .swap-on,
4889
4888
  .swap-flip input:indeterminate ~ .swap-indeterminate {
4890
4889
  transform: rotateY(0deg)}
4891
4890
  .tab.tab-active:not(.tab-disabled):not([disabled]) {
package/dist/styled.css CHANGED
@@ -119,9 +119,8 @@
119
119
  height: 3rem;
120
120
  padding-left: 1rem;
121
121
  padding-right: 1rem;
122
- font-size: 0.875rem;
123
- line-height: 1.25rem;
124
122
  min-height: 3rem;
123
+ font-size: 0.875rem;
125
124
  line-height: 1em;
126
125
  }
127
126
 
@@ -1124,7 +1123,7 @@
1124
1123
  }
1125
1124
 
1126
1125
  .swap input:checked ~ .swap-off,
1127
- .swap.swap-active .swap-off,
1126
+ .swap-active .swap-off,
1128
1127
  .swap input:indeterminate ~ .swap-off {
1129
1128
 
1130
1129
  opacity: 0
@@ -4277,14 +4276,14 @@ details.collapse summary {
4277
4276
  }
4278
4277
 
4279
4278
  .swap-rotate input:checked ~ .swap-off,
4280
- .swap-rotate.swap-active .swap-off,
4279
+ .swap-active:where(.swap-rotate) .swap-off,
4281
4280
  .swap-rotate input:indeterminate ~ .swap-off {
4282
4281
  --tw-rotate: -45deg;
4283
4282
  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));
4284
4283
  }
4285
4284
 
4286
4285
  .swap-rotate input:checked ~ .swap-on,
4287
- .swap-rotate.swap-active .swap-on,
4286
+ .swap-active:where(.swap-rotate) .swap-on,
4288
4287
  .swap-rotate input:indeterminate ~ .swap-indeterminate {
4289
4288
  --tw-rotate: 0deg;
4290
4289
  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));
@@ -4304,7 +4303,7 @@ details.collapse summary {
4304
4303
  }
4305
4304
 
4306
4305
  .swap-flip input:checked ~ .swap-off,
4307
- .swap-flip.swap-active .swap-off,
4306
+ .swap-active:where(.swap-flip) .swap-off,
4308
4307
  .swap-flip input:indeterminate ~ .swap-off {
4309
4308
  transform: rotateY(-180deg);
4310
4309
  backface-visibility: hidden;
@@ -4312,7 +4311,7 @@ details.collapse summary {
4312
4311
  }
4313
4312
 
4314
4313
  .swap-flip input:checked ~ .swap-on,
4315
- .swap-flip.swap-active .swap-on,
4314
+ .swap-active:where(.swap-flip) .swap-on,
4316
4315
  .swap-flip input:indeterminate ~ .swap-indeterminate {
4317
4316
  transform: rotateY(0deg);
4318
4317
  }