@parrot-co/parrot-ui 0.0.59 → 0.0.60

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/module.js CHANGED
@@ -1419,6 +1419,18 @@ const $4fdef5d0844b7575$export$5f1af8db9871e1d6 = (0, $9ade691eb9e41cfb$export$3
1419
1419
  true: {
1420
1420
  textDecoration: "underline"
1421
1421
  }
1422
+ },
1423
+ italic: {
1424
+ true: {
1425
+ fontStyle: "italic"
1426
+ }
1427
+ },
1428
+ truncate: {
1429
+ true: {
1430
+ whiteSpace: "nowrap",
1431
+ overflow: "hidden",
1432
+ textOverflow: "ellipsis"
1433
+ }
1422
1434
  }
1423
1435
  }
1424
1436
  });