@plaidev/karte-action-sdk 1.1.233 → 1.1.235-28695221.a9f041a7
Sign up to get free protection for your applications and to get access to all the features.
- 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
package/dist/index.es.d.ts
CHANGED
@@ -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
|
};
|