@fileverse/ui 4.1.4-patch-4 → 4.1.4-patch-5

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.
Files changed (3) hide show
  1. package/dist/index.css +12 -3
  2. package/dist/index.es.js +19694 -17413
  3. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -1334,6 +1334,9 @@ video {
1334
1334
  .h-6 {
1335
1335
  height: 1.5rem;
1336
1336
  }
1337
+ .h-7 {
1338
+ height: 1.75rem;
1339
+ }
1337
1340
  .h-8 {
1338
1341
  height: 2rem;
1339
1342
  }
@@ -1425,6 +1428,9 @@ video {
1425
1428
  .min-h-10 {
1426
1429
  min-height: 2.5rem;
1427
1430
  }
1431
+ .min-h-7 {
1432
+ min-height: 1.75rem;
1433
+ }
1428
1434
  .min-h-9 {
1429
1435
  min-height: 2.25rem;
1430
1436
  }
@@ -1488,6 +1494,9 @@ video {
1488
1494
  .w-64 {
1489
1495
  width: 16rem;
1490
1496
  }
1497
+ .w-7 {
1498
+ width: 1.75rem;
1499
+ }
1491
1500
  .w-72 {
1492
1501
  width: 18rem;
1493
1502
  }
@@ -1594,6 +1603,9 @@ video {
1594
1603
  .min-w-5 {
1595
1604
  min-width: 1.25rem;
1596
1605
  }
1606
+ .min-w-7 {
1607
+ min-width: 1.75rem;
1608
+ }
1597
1609
  .min-w-9 {
1598
1610
  min-width: 2.25rem;
1599
1611
  }
@@ -2259,9 +2271,6 @@ video {
2259
2271
  .pt-4 {
2260
2272
  padding-top: 1rem;
2261
2273
  }
2262
- .pt-6 {
2263
- padding-top: 1.5rem;
2264
- }
2265
2274
  .text-left {
2266
2275
  text-align: left;
2267
2276
  }