@plaidev/karte-action-sdk 1.1.242-28726540.145cfb7c → 1.1.242-28726667.b983a805
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +1 -0
- package/dist/hydrate/index.es.js +2 -1
- package/dist/index.es.d.ts +1 -0
- package/dist/index.es.js +2 -1
- package/package.json +1 -1
@@ -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/hydrate/index.es.js
CHANGED
@@ -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
|
-
// (
|
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),
|
package/dist/index.es.d.ts
CHANGED
@@ -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
|
-
// (
|
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),
|