@plaidev/karte-action-sdk 1.1.233 → 1.1.235-28695221.a9f041a7
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/hydrate/index.es.d.ts +2 -0
- package/dist/hydrate/index.es.js +163 -151
- package/dist/index.es.d.ts +2 -0
- package/dist/index.es.js +163 -151
- package/package.json +5 -2
- package/meta/karte-action-sdk.api.json +0 -6318
@@ -2601,7 +2601,9 @@ type LayerTextProps = CommonProps & BorderProps & RadiusProps & BackgroundColorP
|
|
2601
2601
|
variant?: string;
|
2602
2602
|
size?: keyof typeof LAYER_TEXT_SIZE;
|
2603
2603
|
align?: Properties["textAlign"];
|
2604
|
+
fontSize?: Properties["fontSize"];
|
2604
2605
|
fontWeight?: Properties["fontWeight"];
|
2606
|
+
lineHeight?: Properties["lineHeight"];
|
2605
2607
|
color?: Properties["color"];
|
2606
2608
|
width?: Properties["width"];
|
2607
2609
|
};
|