daisyui 2.50.0 → 2.50.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/styled.css CHANGED
@@ -1691,9 +1691,10 @@
1691
1691
  background-color: transparent;
1692
1692
  }
1693
1693
 
1694
- [dir="rtl"] .breadcrumbs>ul>li+*:before {
1695
- --tw-rotate: -45deg;
1696
- }.btn {
1694
+ [dir="rtl"] .breadcrumbs > ul > li + *:before {
1695
+ --tw-rotate: -135deg;
1696
+ }
1697
+ .btn {
1697
1698
  font-weight: 600;
1698
1699
  text-transform: uppercase;
1699
1700
  text-decoration-line: none;
@@ -2418,7 +2419,7 @@
2418
2419
  }
2419
2420
  }
2420
2421
 
2421
- /* backward comptability */
2422
+ /* backward compatibility */
2422
2423
 
2423
2424
  .checkbox-mark {
2424
2425
  display: none;
@@ -3745,7 +3746,7 @@
3745
3746
  }
3746
3747
  }
3747
3748
 
3748
- /* backward comptability */
3749
+ /* backward compatibility */
3749
3750
 
3750
3751
  .radio-mark {
3751
3752
  display: none;
@@ -4018,7 +4019,7 @@
4018
4019
  padding-bottom: 1rem
4019
4020
  }
4020
4021
  .stat-title {
4021
- opacity: 0.6
4022
+ color: hsl(var(--bc) / 0.6)
4022
4023
  }
4023
4024
  .stat-value {
4024
4025
  font-size: 2.25rem;
@@ -4028,7 +4029,7 @@
4028
4029
  .stat-desc {
4029
4030
  font-size: 0.75rem;
4030
4031
  line-height: 1rem;
4031
- opacity: 0.6
4032
+ color: hsl(var(--bc) / 0.6)
4032
4033
  }
4033
4034
  .stat-actions {
4034
4035
  margin-top: 1rem
@@ -4648,7 +4649,7 @@
4648
4649
  --togglehandleborder: 0 0 0 3px hsl(var(--bc)) inset, var(--handleoffsetcalculator) 0 0 3px hsl(var(--bc)) inset;
4649
4650
  }
4650
4651
 
4651
- /* backward comptability */
4652
+ /* backward compatibility */
4652
4653
 
4653
4654
  .toggle-mark {
4654
4655
  display: none;