@plaidev/karte-action-sdk 1.0.39 → 1.0.40
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/index.es.js +18 -12
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -873,7 +873,7 @@ function add_css$6(target) {
|
|
|
873
873
|
append_styles(target, "svelte-1bxl6mz", ".modal.svelte-1bxl6mz{position:fixed;box-sizing:border-box;z-index:2147483647}.close.svelte-1bxl6mz{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1bxl6mz:hover{transform:rotate(90deg)}");
|
|
874
874
|
}
|
|
875
875
|
|
|
876
|
-
// (
|
|
876
|
+
// (119:4) {#if closable}
|
|
877
877
|
function create_if_block(ctx) {
|
|
878
878
|
let button;
|
|
879
879
|
let svg;
|
|
@@ -925,7 +925,7 @@ function create_if_block(ctx) {
|
|
|
925
925
|
};
|
|
926
926
|
}
|
|
927
927
|
|
|
928
|
-
// (
|
|
928
|
+
// (106:0) <Animation {animation}>
|
|
929
929
|
function create_default_slot$1(ctx) {
|
|
930
930
|
let div;
|
|
931
931
|
let t;
|
|
@@ -1120,7 +1120,10 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
|
1120
1120
|
let { closable = true } = $$props;
|
|
1121
1121
|
|
|
1122
1122
|
/**
|
|
1123
|
-
* {
|
|
1123
|
+
* {
|
|
1124
|
+
* "title": {"ja": "タイプ", "en": "Type"},
|
|
1125
|
+
* "folder": {"ja": "閉じるボタン", "en": "Close Button"}
|
|
1126
|
+
* }
|
|
1124
1127
|
*/
|
|
1125
1128
|
const dispatchClose = createEventDispatcher();
|
|
1126
1129
|
|
|
@@ -1417,7 +1420,7 @@ function create_default_slot_2(ctx) {
|
|
|
1417
1420
|
};
|
|
1418
1421
|
}
|
|
1419
1422
|
|
|
1420
|
-
// (
|
|
1423
|
+
// (118:2) <Modal {placement} {animation} {closable} {closeButtonColor} {_closeStyle} _style={_modalStyle} {clickEventName} {clickEventValue} on:click={click} {closeEventName} {closeEventValue} on:close={close} >
|
|
1421
1424
|
function create_default_slot_1(ctx) {
|
|
1422
1425
|
let grid;
|
|
1423
1426
|
let current;
|
|
@@ -1473,7 +1476,7 @@ function create_default_slot_1(ctx) {
|
|
|
1473
1476
|
};
|
|
1474
1477
|
}
|
|
1475
1478
|
|
|
1476
|
-
// (
|
|
1479
|
+
// (117:0) <StateItem {path}>
|
|
1477
1480
|
function create_default_slot(ctx) {
|
|
1478
1481
|
let modal;
|
|
1479
1482
|
let current;
|
|
@@ -2178,8 +2181,8 @@ function instance$1($$self, $$props, $$invalidate) {
|
|
|
2178
2181
|
|
|
2179
2182
|
/**
|
|
2180
2183
|
* {
|
|
2181
|
-
* "title": {"ja": "
|
|
2182
|
-
* "folder": {"ja": "
|
|
2184
|
+
* "title": {"ja": "タイプ", "en": "Type"},
|
|
2185
|
+
* "folder": {"ja": "クリック時の動作", "en": "Behavior to Click"}
|
|
2183
2186
|
* }
|
|
2184
2187
|
*/
|
|
2185
2188
|
const dispatch = createEventDispatcher();
|
|
@@ -2230,7 +2233,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
|
2230
2233
|
/* src/components/ImageBlock.svelte generated by Svelte v3.44.1 */
|
|
2231
2234
|
|
|
2232
2235
|
function add_css(target) {
|
|
2233
|
-
append_styles(target, "svelte-
|
|
2236
|
+
append_styles(target, "svelte-wa67vf", ".image-block.svelte-wa67vf{display:flex;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box}.image.svelte-wa67vf{width:100%;height:100%}.transport.svelte-wa67vf:hover,.transport.svelte-wa67vf:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
|
2234
2237
|
}
|
|
2235
2238
|
|
|
2236
2239
|
function create_fragment(ctx) {
|
|
@@ -2245,14 +2248,14 @@ function create_fragment(ctx) {
|
|
|
2245
2248
|
c() {
|
|
2246
2249
|
div = element("div");
|
|
2247
2250
|
img = element("img");
|
|
2248
|
-
attr(img, "class", "image svelte-
|
|
2251
|
+
attr(img, "class", "image svelte-wa67vf");
|
|
2249
2252
|
attr(img, "loading", "lazy");
|
|
2250
2253
|
attr(img, "width", "auto");
|
|
2251
2254
|
attr(img, "height", "auto");
|
|
2252
2255
|
attr(img, "style", /*_imageStyle*/ ctx[3]);
|
|
2253
2256
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
|
2254
2257
|
attr(img, "alt", /*alt*/ ctx[1]);
|
|
2255
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(
|
|
2258
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-wa67vf"));
|
|
2256
2259
|
attr(div, "style", /*_style*/ ctx[4]);
|
|
2257
2260
|
},
|
|
2258
2261
|
m(target, anchor) {
|
|
@@ -2277,7 +2280,7 @@ function create_fragment(ctx) {
|
|
|
2277
2280
|
attr(img, "alt", /*alt*/ ctx[1]);
|
|
2278
2281
|
}
|
|
2279
2282
|
|
|
2280
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty(
|
|
2283
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-wa67vf"))) {
|
|
2281
2284
|
attr(div, "class", div_class_value);
|
|
2282
2285
|
}
|
|
2283
2286
|
|
|
@@ -2301,7 +2304,10 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
2301
2304
|
let { transport = false } = $$props;
|
|
2302
2305
|
|
|
2303
2306
|
/**
|
|
2304
|
-
* {
|
|
2307
|
+
* {
|
|
2308
|
+
* "title": {"ja": "タイプ", "en": "Type"},
|
|
2309
|
+
* "folder": {"ja": "クリック時の動作", "en": "Behavior to Click"}
|
|
2310
|
+
* }
|
|
2305
2311
|
*/
|
|
2306
2312
|
const dispatch = createEventDispatcher();
|
|
2307
2313
|
|