daisyui 3.6.0 → 3.6.2

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
@@ -2918,7 +2918,7 @@ html {
2918
2918
  .swap input:indeterminate ~ .swap-on {
2919
2919
  opacity: 0}
2920
2920
  .swap input:checked ~ .swap-off,
2921
- .swap.swap-active .swap-off,
2921
+ .swap-active .swap-off,
2922
2922
  .swap input:indeterminate ~ .swap-off {
2923
2923
  opacity: 0}
2924
2924
  .swap input:checked ~ .swap-on,
@@ -4860,12 +4860,12 @@ details.collapse summary::-webkit-details-marker {
4860
4860
  --tw-rotate: 45deg;
4861
4861
  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
4862
  .swap-rotate input:checked ~ .swap-off,
4863
- .swap-rotate.swap-active .swap-off,
4863
+ .swap-active:where(.swap-rotate) .swap-off,
4864
4864
  .swap-rotate input:indeterminate ~ .swap-off {
4865
4865
  --tw-rotate: -45deg;
4866
4866
  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
4867
  .swap-rotate input:checked ~ .swap-on,
4868
- .swap-rotate.swap-active .swap-on,
4868
+ .swap-active:where(.swap-rotate) .swap-on,
4869
4869
  .swap-rotate input:indeterminate ~ .swap-indeterminate {
4870
4870
  --tw-rotate: 0deg;
4871
4871
  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 +4879,13 @@ details.collapse summary::-webkit-details-marker {
4879
4879
  backface-visibility: hidden;
4880
4880
  opacity: 1}
4881
4881
  .swap-flip input:checked ~ .swap-off,
4882
- .swap-flip.swap-active .swap-off,
4882
+ .swap-active:where(.swap-flip) .swap-off,
4883
4883
  .swap-flip input:indeterminate ~ .swap-off {
4884
4884
  transform: rotateY(-180deg);
4885
4885
  backface-visibility: hidden;
4886
4886
  opacity: 1}
4887
4887
  .swap-flip input:checked ~ .swap-on,
4888
- .swap-flip.swap-active .swap-on,
4888
+ .swap-active:where(.swap-flip) .swap-on,
4889
4889
  .swap-flip input:indeterminate ~ .swap-indeterminate {
4890
4890
  transform: rotateY(0deg)}
4891
4891
  .tab.tab-active:not(.tab-disabled):not([disabled]) {
package/dist/styled.css CHANGED
@@ -1124,7 +1124,7 @@
1124
1124
  }
1125
1125
 
1126
1126
  .swap input:checked ~ .swap-off,
1127
- .swap.swap-active .swap-off,
1127
+ .swap-active .swap-off,
1128
1128
  .swap input:indeterminate ~ .swap-off {
1129
1129
 
1130
1130
  opacity: 0
@@ -4277,14 +4277,14 @@ details.collapse summary {
4277
4277
  }
4278
4278
 
4279
4279
  .swap-rotate input:checked ~ .swap-off,
4280
- .swap-rotate.swap-active .swap-off,
4280
+ .swap-active:where(.swap-rotate) .swap-off,
4281
4281
  .swap-rotate input:indeterminate ~ .swap-off {
4282
4282
  --tw-rotate: -45deg;
4283
4283
  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
4284
  }
4285
4285
 
4286
4286
  .swap-rotate input:checked ~ .swap-on,
4287
- .swap-rotate.swap-active .swap-on,
4287
+ .swap-active:where(.swap-rotate) .swap-on,
4288
4288
  .swap-rotate input:indeterminate ~ .swap-indeterminate {
4289
4289
  --tw-rotate: 0deg;
4290
4290
  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 +4304,7 @@ details.collapse summary {
4304
4304
  }
4305
4305
 
4306
4306
  .swap-flip input:checked ~ .swap-off,
4307
- .swap-flip.swap-active .swap-off,
4307
+ .swap-active:where(.swap-flip) .swap-off,
4308
4308
  .swap-flip input:indeterminate ~ .swap-off {
4309
4309
  transform: rotateY(-180deg);
4310
4310
  backface-visibility: hidden;
@@ -4312,7 +4312,7 @@ details.collapse summary {
4312
4312
  }
4313
4313
 
4314
4314
  .swap-flip input:checked ~ .swap-on,
4315
- .swap-flip.swap-active .swap-on,
4315
+ .swap-active:where(.swap-flip) .swap-on,
4316
4316
  .swap-flip input:indeterminate ~ .swap-indeterminate {
4317
4317
  transform: rotateY(0deg);
4318
4318
  }