@fileverse/ui 4.1.7-patch-4 → 4.1.7-patch-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/index.css CHANGED
@@ -1243,6 +1243,9 @@ video {
1243
1243
  .mb-4 {
1244
1244
  margin-bottom: 1rem;
1245
1245
  }
1246
+ .mb-6 {
1247
+ margin-bottom: 1.5rem;
1248
+ }
1246
1249
  .ml-1 {
1247
1250
  margin-left: 0.25rem;
1248
1251
  }
@@ -1442,8 +1445,8 @@ video {
1442
1445
  .min-h-10 {
1443
1446
  min-height: 2.5rem;
1444
1447
  }
1445
- .min-h-4 {
1446
- min-height: 1rem;
1448
+ .min-h-5 {
1449
+ min-height: 1.25rem;
1447
1450
  }
1448
1451
  .min-h-7 {
1449
1452
  min-height: 1.75rem;
@@ -2301,6 +2304,9 @@ video {
2301
2304
  .\!pb-0 {
2302
2305
  padding-bottom: 0px !important;
2303
2306
  }
2307
+ .\!pb-6 {
2308
+ padding-bottom: 1.5rem !important;
2309
+ }
2304
2310
  .\!pt-4 {
2305
2311
  padding-top: 1rem !important;
2306
2312
  }
@@ -2337,8 +2343,8 @@ video {
2337
2343
  .pt-0 {
2338
2344
  padding-top: 0px;
2339
2345
  }
2340
- .pt-1 {
2341
- padding-top: 0.25rem;
2346
+ .pt-0\.5 {
2347
+ padding-top: 0.125rem;
2342
2348
  }
2343
2349
  .pt-2 {
2344
2350
  padding-top: 0.5rem;
@@ -2346,6 +2352,9 @@ video {
2346
2352
  .pt-4 {
2347
2353
  padding-top: 1rem;
2348
2354
  }
2355
+ .pt-6 {
2356
+ padding-top: 1.5rem;
2357
+ }
2349
2358
  .text-left {
2350
2359
  text-align: left;
2351
2360
  }