daisyui 2.51.5 → 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
@@ -964,10 +964,7 @@
964
964
  pointer-events: none;
965
965
  visibility: hidden;
966
966
  position: fixed;
967
- top: 0px;
968
- right: 0px;
969
- bottom: 0px;
970
- left: 0px;
967
+ inset: 0px;
971
968
  display: flex;
972
969
  justify-content: center;
973
970
  opacity: 0;
@@ -1051,10 +1048,7 @@
1051
1048
  content: "";
1052
1049
  }
1053
1050
  .radial-progress:before {
1054
- top: 0px;
1055
- right: 0px;
1056
- bottom: 0px;
1057
- left: 0px;
1051
+ inset: 0px;
1058
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);
1059
1053
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--thickness)), #000 calc(100% - var(--thickness)));
1060
1054
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--thickness)), #000 calc(100% - var(--thickness)));
@@ -1239,15 +1233,14 @@
1239
1233
  --tab-padding: 1rem
1240
1234
  }
1241
1235
  .table {
1242
- position: relative
1236
+ position: relative;
1243
1237
  }
1244
1238
  .table th:first-child {
1239
+ /* because safari */
1245
1240
  position: sticky;
1246
1241
  left: 0px;
1247
1242
  z-index: 11;
1248
- /* because safari */
1249
- position: -webkit-sticky
1250
- }
1243
+ }
1251
1244
  .textarea {
1252
1245
  flex-shrink: 1;
1253
1246
  min-height: 3rem;
@@ -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;