daisyui 3.7.5 → 3.7.6

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
@@ -2460,36 +2460,36 @@ html {
2460
2460
  align-items: stretch;
2461
2461
  border-radius: var(--rounded-btn, 0.5rem)}
2462
2462
  .join :where(.join-item) {
2463
- border-top-right-radius: 0;
2464
- border-bottom-right-radius: 0;
2465
- border-bottom-left-radius: 0;
2466
- border-top-left-radius: 0}
2463
+ border-start-end-radius: 0;
2464
+ border-end-end-radius: 0;
2465
+ border-end-start-radius: 0;
2466
+ border-start-start-radius: 0}
2467
2467
  .join .join-item:not(:first-child):not(:last-child),
2468
2468
  .join *:not(:first-child):not(:last-child) .join-item {
2469
- border-top-right-radius: 0;
2470
- border-bottom-right-radius: 0;
2471
- border-bottom-left-radius: 0;
2472
- border-top-left-radius: 0}
2469
+ border-start-end-radius: 0;
2470
+ border-end-end-radius: 0;
2471
+ border-end-start-radius: 0;
2472
+ border-start-start-radius: 0}
2473
2473
  .join .join-item:first-child:not(:last-child),
2474
2474
  .join *:first-child:not(:last-child) .join-item {
2475
- border-top-right-radius: 0;
2476
- border-bottom-right-radius: 0}
2475
+ border-start-end-radius: 0;
2476
+ border-end-end-radius: 0}
2477
2477
  .join .dropdown .join-item:first-child:not(:last-child),
2478
2478
  .join *:first-child:not(:last-child) .dropdown .join-item {
2479
- border-top-right-radius: inherit;
2480
- border-bottom-right-radius: inherit}
2479
+ border-start-end-radius: inherit;
2480
+ border-end-end-radius: inherit}
2481
2481
  .join :where(.join-item:first-child:not(:last-child)),
2482
2482
  .join :where(*:first-child:not(:last-child) .join-item) {
2483
- border-bottom-left-radius: inherit;
2484
- border-top-left-radius: inherit}
2483
+ border-end-start-radius: inherit;
2484
+ border-start-start-radius: inherit}
2485
2485
  .join .join-item:last-child:not(:first-child),
2486
2486
  .join *:last-child:not(:first-child) .join-item {
2487
- border-bottom-left-radius: 0;
2488
- border-top-left-radius: 0}
2487
+ border-end-start-radius: 0;
2488
+ border-start-start-radius: 0}
2489
2489
  .join :where(.join-item:last-child:not(:first-child)),
2490
2490
  .join :where(*:last-child:not(:first-child) .join-item) {
2491
- border-top-right-radius: inherit;
2492
- border-bottom-right-radius: inherit}
2491
+ border-start-end-radius: inherit;
2492
+ border-end-end-radius: inherit}
2493
2493
  :where(.join *) {
2494
2494
  border-radius: inherit}
2495
2495
  .kbd {
package/dist/styled.css CHANGED
@@ -725,42 +725,42 @@
725
725
  align-items: stretch;
726
726
  }
727
727
  .join :where(.join-item) {
728
- border-top-right-radius: 0;
729
- border-bottom-right-radius: 0;
730
- border-bottom-left-radius: 0;
731
- border-top-left-radius: 0;
728
+ border-start-end-radius: 0;
729
+ border-end-end-radius: 0;
730
+ border-end-start-radius: 0;
731
+ border-start-start-radius: 0;
732
732
  }
733
733
  .join .join-item:not(:first-child):not(:last-child),
734
734
  .join *:not(:first-child):not(:last-child) .join-item {
735
- border-top-right-radius: 0;
736
- border-bottom-right-radius: 0;
737
- border-bottom-left-radius: 0;
738
- border-top-left-radius: 0;
735
+ border-start-end-radius: 0;
736
+ border-end-end-radius: 0;
737
+ border-end-start-radius: 0;
738
+ border-start-start-radius: 0;
739
739
  }
740
740
  .join .join-item:first-child:not(:last-child),
741
741
  .join *:first-child:not(:last-child) .join-item {
742
- border-top-right-radius: 0;
743
- border-bottom-right-radius: 0;
742
+ border-start-end-radius: 0;
743
+ border-end-end-radius: 0;
744
744
  }
745
745
  .join .dropdown .join-item:first-child:not(:last-child),
746
746
  .join *:first-child:not(:last-child) .dropdown .join-item {
747
- border-top-right-radius: inherit;
748
- border-bottom-right-radius: inherit;
747
+ border-start-end-radius: inherit;
748
+ border-end-end-radius: inherit;
749
749
  }
750
750
  .join :where(.join-item:first-child:not(:last-child)),
751
751
  .join :where(*:first-child:not(:last-child) .join-item) {
752
- border-bottom-left-radius: inherit;
753
- border-top-left-radius: inherit;
752
+ border-end-start-radius: inherit;
753
+ border-start-start-radius: inherit;
754
754
  }
755
755
  .join .join-item:last-child:not(:first-child),
756
756
  .join *:last-child:not(:first-child) .join-item {
757
- border-bottom-left-radius: 0;
758
- border-top-left-radius: 0;
757
+ border-end-start-radius: 0;
758
+ border-start-start-radius: 0;
759
759
  }
760
760
  .join :where(.join-item:last-child:not(:first-child)),
761
761
  .join :where(*:last-child:not(:first-child) .join-item) {
762
- border-top-right-radius: inherit;
763
- border-bottom-right-radius: inherit;
762
+ border-start-end-radius: inherit;
763
+ border-end-end-radius: inherit;
764
764
  }
765
765
  :where(.join *) {
766
766
  border-radius: inherit;