@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.
@@ -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
  };