@plaidev/karte-action-sdk 1.1.242-28725563.d19f03e9 → 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.
- package/dist/hydrate/index.es.d.ts +1 -0
- package/dist/hydrate/index.es.js +5 -4
- package/dist/index.es.d.ts +1 -0
- package/dist/index.es.js +5 -4
- 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),
|
@@ -16448,7 +16449,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
16448
16449
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
16449
16450
|
|
16450
16451
|
function add_css(target) {
|
16451
|
-
append_styles(target, "svelte-
|
16452
|
+
append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
16452
16453
|
}
|
16453
16454
|
|
16454
16455
|
// (253:0) {:else}
|
@@ -16614,7 +16615,7 @@ function create_if_block(ctx) {
|
|
16614
16615
|
this.h();
|
16615
16616
|
},
|
16616
16617
|
h() {
|
16617
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16618
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
16618
16619
|
attr(div, "role", "dialog");
|
16619
16620
|
attr(div, "aria-modal", "true");
|
16620
16621
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -16647,7 +16648,7 @@ function create_if_block(ctx) {
|
|
16647
16648
|
}
|
16648
16649
|
}
|
16649
16650
|
|
16650
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16651
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
16651
16652
|
attr(div, "class", div_class_value);
|
16652
16653
|
}
|
16653
16654
|
},
|
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),
|
@@ -15206,7 +15207,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
15206
15207
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
15207
15208
|
|
15208
15209
|
function add_css(target) {
|
15209
|
-
append_styles(target, "svelte-
|
15210
|
+
append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
15210
15211
|
}
|
15211
15212
|
|
15212
15213
|
// (253:0) {:else}
|
@@ -15347,7 +15348,7 @@ function create_if_block(ctx) {
|
|
15347
15348
|
c() {
|
15348
15349
|
div = element("div");
|
15349
15350
|
if (default_slot) default_slot.c();
|
15350
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
15351
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
15351
15352
|
attr(div, "role", "dialog");
|
15352
15353
|
attr(div, "aria-modal", "true");
|
15353
15354
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -15380,7 +15381,7 @@ function create_if_block(ctx) {
|
|
15380
15381
|
}
|
15381
15382
|
}
|
15382
15383
|
|
15383
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
15384
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
15384
15385
|
attr(div, "class", div_class_value);
|
15385
15386
|
}
|
15386
15387
|
},
|