daisyui 2.22.0 → 2.22.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
@@ -1550,7 +1550,10 @@
1550
1550
  border-right: 1px solid;
1551
1551
  background-color: transparent;
1552
1552
  }
1553
- .btn {
1553
+
1554
+ [dir="rtl"] .breadcrumbs>ul>li+*:before {
1555
+ --tw-rotate: -45deg;
1556
+ }.btn {
1554
1557
  font-weight: 600;
1555
1558
  text-transform: uppercase;
1556
1559
  -webkit-text-decoration-line: none;
@@ -3732,18 +3735,6 @@ body[dir="rtl"] .checkbox:checked,
3732
3735
  line-height: 1rem;
3733
3736
  font-weight: 700;
3734
3737
  text-transform: uppercase
3735
- }
3736
- .table :where(:first-child) :where(:first-child) :where(th, td):first-child {
3737
- border-top-left-radius: 0.5rem
3738
- }
3739
- .table :where(:first-child) :where(:first-child) :where(th, td):last-child {
3740
- border-top-right-radius: 0.5rem
3741
- }
3742
- .table :where(:last-child) :where(:last-child) :where(th, td):first-child {
3743
- border-bottom-left-radius: 0.5rem
3744
- }
3745
- .table :where(:last-child) :where(:last-child) :where(th, td):last-child {
3746
- border-bottom-right-radius: 0.5rem
3747
3738
  }
3748
3739
  .table :where(tbody th, tbody td) {
3749
3740
  --tw-bg-opacity: 1;
@@ -3754,7 +3745,22 @@ body[dir="rtl"] .checkbox:checked,
3754
3745
  --tw-bg-opacity: 1;
3755
3746
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity))
3756
3747
  }
3757
- .textarea {
3748
+
3749
+ :where(.table *:first-child) :where(*:first-child) :where(th, td):first-child {
3750
+ border-top-left-radius: 0.5rem
3751
+ }
3752
+
3753
+ :where(.table *:first-child) :where(*:first-child) :where(th, td):last-child {
3754
+ border-top-right-radius: 0.5rem
3755
+ }
3756
+
3757
+ :where(.table *:last-child) :where(*:last-child) :where(th, td):first-child {
3758
+ border-bottom-left-radius: 0.5rem
3759
+ }
3760
+
3761
+ :where(.table *:last-child) :where(*:last-child) :where(th, td):last-child {
3762
+ border-bottom-right-radius: 0.5rem
3763
+ }.textarea {
3758
3764
  border-width: 1px;
3759
3765
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
3760
3766
  --tw-border-opacity: 0;