@parrot-co/parrot-ui 0.0.59 → 0.0.61
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/main.js +14 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +14 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
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
|
});
|
|
@@ -3886,12 +3898,12 @@ const $b3ab9230425b9da4$export$7a4af5518e2bbe67 = (0, $9ade691eb9e41cfb$export$3
|
|
|
3886
3898
|
md: {
|
|
3887
3899
|
height: 28,
|
|
3888
3900
|
px: 12,
|
|
3889
|
-
fontSize:
|
|
3901
|
+
fontSize: 14
|
|
3890
3902
|
},
|
|
3891
3903
|
lg: {
|
|
3892
3904
|
height: 32,
|
|
3893
3905
|
px: 12,
|
|
3894
|
-
fontSize:
|
|
3906
|
+
fontSize: 14
|
|
3895
3907
|
}
|
|
3896
3908
|
},
|
|
3897
3909
|
shape: {
|