@plaidev/karte-action-sdk 1.1.242-28726540.145cfb7c → 1.1.242-28726667.b983a805

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.
@@ -2680,6 +2680,7 @@ type LayerLayoutProps = CommonProps & BorderProps & RadiusProps & ShadowProps &
2680
2680
  rowGap?: Properties["rowGap"];
2681
2681
  columnGap?: Properties["columnGap"];
2682
2682
  width?: Properties["width"];
2683
+ overflowY?: Properties["overflowY"];
2683
2684
  };
2684
2685
  declare const LAYER_TEXT_SIZE: {
2685
2686
  readonly extra_small: "ExtraSmall";
@@ -15988,7 +15988,7 @@ function add_css$3(target) {
15988
15988
  append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
15989
15989
  }
15990
15990
 
15991
- // (25:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
15991
+ // (26:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
15992
15992
  function create_default_slot(ctx) {
15993
15993
  let current;
15994
15994
  const default_slot_template = /*#slots*/ ctx[3].default;
@@ -16140,6 +16140,7 @@ function instance$3($$self, $$props, $$invalidate) {
16140
16140
  rowGap: props.rowGap,
16141
16141
  columnGap: props.columnGap,
16142
16142
  width: props.width,
16143
+ overflowY: props.overflowY,
16143
16144
  ...toCssShadow(props),
16144
16145
  ...toCssRadius(props),
16145
16146
  ...toCssBackgroundImage(props),
@@ -2680,6 +2680,7 @@ type LayerLayoutProps = CommonProps & BorderProps & RadiusProps & ShadowProps &
2680
2680
  rowGap?: Properties["rowGap"];
2681
2681
  columnGap?: Properties["columnGap"];
2682
2682
  width?: Properties["width"];
2683
+ overflowY?: Properties["overflowY"];
2683
2684
  };
2684
2685
  declare const LAYER_TEXT_SIZE: {
2685
2686
  readonly extra_small: "ExtraSmall";
package/dist/index.es.js CHANGED
@@ -14790,7 +14790,7 @@ function add_css$3(target) {
14790
14790
  append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
14791
14791
  }
14792
14792
 
14793
- // (25:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14793
+ // (26:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14794
14794
  function create_default_slot(ctx) {
14795
14795
  let current;
14796
14796
  const default_slot_template = /*#slots*/ ctx[3].default;
@@ -14924,6 +14924,7 @@ function instance$3($$self, $$props, $$invalidate) {
14924
14924
  rowGap: props.rowGap,
14925
14925
  columnGap: props.columnGap,
14926
14926
  width: props.width,
14927
+ overflowY: props.overflowY,
14927
14928
  ...toCssShadow(props),
14928
14929
  ...toCssRadius(props),
14929
14930
  ...toCssBackgroundImage(props),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.242-28726540.145cfb7c",
3
+ "version": "1.1.242-28726667.b983a805",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",