daisyui 2.34.0 → 2.34.1

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/styled.css CHANGED
@@ -2032,7 +2032,7 @@
2032
2032
  }
2033
2033
  .checkbox:checked,
2034
2034
  .checkbox[checked="true"],
2035
- .checkbox[aria-checked=true] {
2035
+ .checkbox[aria-checked="true"] {
2036
2036
  --tw-bg-opacity: 1;
2037
2037
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
2038
2038
  background-repeat: no-repeat;
@@ -2061,7 +2061,7 @@
2061
2061
  }
2062
2062
  .checkbox-primary:checked,
2063
2063
  .checkbox-primary[checked="true"],
2064
- .checkbox-primary[aria-checked=true] {
2064
+ .checkbox-primary[aria-checked="true"] {
2065
2065
  --tw-border-opacity: 1;
2066
2066
  border-color: hsl(var(--p) / var(--tw-border-opacity));
2067
2067
  --tw-bg-opacity: 1;
@@ -2084,7 +2084,7 @@
2084
2084
  }
2085
2085
  .checkbox-secondary:checked,
2086
2086
  .checkbox-secondary[checked="true"],
2087
- .checkbox-secondary[aria-checked=true] {
2087
+ .checkbox-secondary[aria-checked="true"] {
2088
2088
  --tw-border-opacity: 1;
2089
2089
  border-color: hsl(var(--s) / var(--tw-border-opacity));
2090
2090
  --tw-bg-opacity: 1;
@@ -2107,7 +2107,7 @@
2107
2107
  }
2108
2108
  .checkbox-accent:checked,
2109
2109
  .checkbox-accent[checked="true"],
2110
- .checkbox-accent[aria-checked=true] {
2110
+ .checkbox-accent[aria-checked="true"] {
2111
2111
  --tw-border-opacity: 1;
2112
2112
  border-color: hsl(var(--a) / var(--tw-border-opacity));
2113
2113
  --tw-bg-opacity: 1;
@@ -2141,14 +2141,14 @@
2141
2141
  display: none;
2142
2142
  }
2143
2143
 
2144
- body[dir="rtl"] .checkbox {
2144
+ [dir="rtl"] .checkbox {
2145
2145
  --chkbg: var(--bc);
2146
2146
  --chkfg: var(--b1);
2147
2147
  }
2148
2148
 
2149
- body[dir="rtl"] .checkbox:checked,
2150
- body[dir="rtl"] .checkbox[checked="true"],
2151
- body[dir="rtl"] .checkbox[aria-checked=true] {
2149
+ [dir="rtl"] .checkbox:checked,
2150
+ [dir="rtl"] .checkbox[checked="true"],
2151
+ [dir="rtl"] .checkbox[aria-checked="true"] {
2152
2152
  background-image: linear-gradient(45deg, transparent 65%, hsl(var(--chkbg)) 65.99%), linear-gradient(-45deg, transparent 75%, hsl(var(--chkbg)) 75.99%), linear-gradient(45deg, hsl(var(--chkbg)) 40%, transparent 40.99%), linear-gradient(-45deg, hsl(var(--chkbg)) 30%, hsl(var(--chkfg)) 30.99%, hsl(var(--chkfg)) 40%, transparent 40.99%), linear-gradient(45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%);
2153
2153
  }
2154
2154
  .collapse:focus-visible {