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 +18 -18
- package/dist/styled.css +18 -18
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +18 -18
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
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-
|
|
2464
|
-
border-
|
|
2465
|
-
border-
|
|
2466
|
-
border-
|
|
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-
|
|
2470
|
-
border-
|
|
2471
|
-
border-
|
|
2472
|
-
border-
|
|
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-
|
|
2476
|
-
border-
|
|
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-
|
|
2480
|
-
border-
|
|
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-
|
|
2484
|
-
border-
|
|
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-
|
|
2488
|
-
border-
|
|
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-
|
|
2492
|
-
border-
|
|
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-
|
|
729
|
-
border-
|
|
730
|
-
border-
|
|
731
|
-
border-
|
|
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-
|
|
736
|
-
border-
|
|
737
|
-
border-
|
|
738
|
-
border-
|
|
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-
|
|
743
|
-
border-
|
|
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-
|
|
748
|
-
border-
|
|
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-
|
|
753
|
-
border-
|
|
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-
|
|
758
|
-
border-
|
|
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-
|
|
763
|
-
border-
|
|
762
|
+
border-start-end-radius: inherit;
|
|
763
|
+
border-end-end-radius: inherit;
|
|
764
764
|
}
|
|
765
765
|
:where(.join *) {
|
|
766
766
|
border-radius: inherit;
|