daisyui 2.51.4 → 2.51.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/styled.css CHANGED
@@ -695,7 +695,6 @@
695
695
  flex-wrap: wrap;
696
696
  align-items: center;
697
697
  justify-content: center;
698
- border-color: transparent;
699
698
  padding-left: 1rem;
700
699
  padding-right: 1rem;
701
700
  text-align: center;
@@ -965,10 +964,7 @@
965
964
  pointer-events: none;
966
965
  visibility: hidden;
967
966
  position: fixed;
968
- top: 0px;
969
- right: 0px;
970
- bottom: 0px;
971
- left: 0px;
967
+ inset: 0px;
972
968
  display: flex;
973
969
  justify-content: center;
974
970
  opacity: 0;
@@ -1052,10 +1048,7 @@
1052
1048
  content: "";
1053
1049
  }
1054
1050
  .radial-progress:before {
1055
- top: 0px;
1056
- right: 0px;
1057
- bottom: 0px;
1058
- left: 0px;
1051
+ inset: 0px;
1059
1052
  background: radial-gradient(farthest-side, currentColor 98%, #0000) top/var(--thickness) var(--thickness) no-repeat, conic-gradient(currentColor calc(var(--value) * 1%), #0000 0);
1060
1053
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--thickness)), #000 calc(100% - var(--thickness)));
1061
1054
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--thickness)), #000 calc(100% - var(--thickness)));
@@ -1240,15 +1233,14 @@
1240
1233
  --tab-padding: 1rem
1241
1234
  }
1242
1235
  .table {
1243
- position: relative
1236
+ position: relative;
1244
1237
  }
1245
1238
  .table th:first-child {
1239
+ /* because safari */
1246
1240
  position: sticky;
1247
1241
  left: 0px;
1248
1242
  z-index: 11;
1249
- /* because safari */
1250
- position: -webkit-sticky
1251
- }
1243
+ }
1252
1244
  .textarea {
1253
1245
  flex-shrink: 1;
1254
1246
  min-height: 3rem;
@@ -2649,6 +2641,7 @@
2649
2641
  border-radius: var(--rounded-btn, 0.5rem);
2650
2642
  }
2651
2643
  .file-input::file-selector-button {
2644
+ border-style: solid;
2652
2645
  --tw-border-opacity: 1;
2653
2646
  border-color: hsl(var(--n) / var(--tw-border-opacity));
2654
2647
  --tw-bg-opacity: 1;
@@ -2661,7 +2654,7 @@
2661
2654
  border-width: var(--border-btn, 1px);
2662
2655
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
2663
2656
  text-transform: var(--btn-text-case, uppercase);
2664
- }
2657
+ }
2665
2658
  .file-input-bordered {
2666
2659
  --tw-border-opacity: 0.2;
2667
2660
  }
@@ -3230,6 +3223,20 @@
3230
3223
  border-bottom-left-radius: inherit;
3231
3224
  }
3232
3225
 
3226
+ .menu > :where(li:first-child:last-child) {
3227
+ border-top-left-radius: inherit;
3228
+ border-top-right-radius: inherit;
3229
+ border-bottom-right-radius: inherit;
3230
+ border-bottom-left-radius: inherit;
3231
+ }
3232
+
3233
+ .menu > :where(li:first-child:last-child) > :where(:not(ul)) {
3234
+ border-top-left-radius: inherit;
3235
+ border-top-right-radius: inherit;
3236
+ border-bottom-right-radius: inherit;
3237
+ border-bottom-left-radius: inherit;
3238
+ }
3239
+
3233
3240
  .menu > :where(li) > :where(ul) {
3234
3241
  border-top-left-radius: inherit;
3235
3242
  border-top-right-radius: inherit;
@@ -3278,6 +3285,20 @@
3278
3285
  border-bottom-right-radius: inherit;
3279
3286
  border-bottom-left-radius: inherit;
3280
3287
  }
3288
+
3289
+ .menu > :where(li) > :where(ul) > :where(li:first-child:last-child) {
3290
+ border-top-left-radius: inherit;
3291
+ border-top-right-radius: inherit;
3292
+ border-bottom-right-radius: inherit;
3293
+ border-bottom-left-radius: inherit;
3294
+ }
3295
+
3296
+ .menu > :where(li) > :where(ul) > :where(li:first-child:last-child) > :where(:not(ul)) {
3297
+ border-top-left-radius: inherit;
3298
+ border-top-right-radius: inherit;
3299
+ border-bottom-right-radius: inherit;
3300
+ border-bottom-left-radius: inherit;
3301
+ }
3281
3302
  .mockup-code {
3282
3303
  min-width: 18rem;
3283
3304
  --tw-bg-opacity: 1;