@plaidev/karte-action-sdk 1.1.228 → 1.1.229-28646430.813d5148
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +189 -141
- package/dist/index.es.js +189 -141
- package/dist/templates.cjs.js +6 -0
- package/dist/templates.js +6 -0
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -6318
package/dist/index.es.js
CHANGED
@@ -3048,7 +3048,7 @@ class State extends SvelteComponent {
|
|
3048
3048
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3049
3049
|
|
3050
3050
|
function add_css$w(target) {
|
3051
|
-
append_styles(target, "svelte-
|
3051
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3052
3052
|
}
|
3053
3053
|
|
3054
3054
|
// (23:0) {#if $state === path}
|
@@ -3065,7 +3065,7 @@ function create_if_block$c(ctx) {
|
|
3065
3065
|
t = space();
|
3066
3066
|
if (default_slot) default_slot.c();
|
3067
3067
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3068
|
-
attr(div, "class", "state-item svelte-
|
3068
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3069
3069
|
},
|
3070
3070
|
m(target, anchor) {
|
3071
3071
|
insert(target, div, anchor);
|
@@ -3387,7 +3387,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3387
3387
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3388
3388
|
|
3389
3389
|
function add_css$v(target) {
|
3390
|
-
append_styles(target, "svelte-
|
3390
|
+
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3391
3391
|
}
|
3392
3392
|
|
3393
3393
|
// (14:0) {#if backgroundOverlay}
|
@@ -3400,7 +3400,7 @@ function create_if_block$b(ctx) {
|
|
3400
3400
|
return {
|
3401
3401
|
c() {
|
3402
3402
|
div = element("div");
|
3403
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3403
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3404
3404
|
},
|
3405
3405
|
m(target, anchor) {
|
3406
3406
|
insert(target, div, anchor);
|
@@ -3411,7 +3411,7 @@ function create_if_block$b(ctx) {
|
|
3411
3411
|
}
|
3412
3412
|
},
|
3413
3413
|
p(ctx, dirty) {
|
3414
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3414
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3415
3415
|
attr(div, "class", div_class_value);
|
3416
3416
|
}
|
3417
3417
|
},
|
@@ -3517,7 +3517,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3517
3517
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3518
3518
|
|
3519
3519
|
function add_css$u(target) {
|
3520
|
-
append_styles(target, "svelte-
|
3520
|
+
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3521
3521
|
}
|
3522
3522
|
|
3523
3523
|
// (50:0) {:else}
|
@@ -3546,7 +3546,7 @@ function create_else_block$4(ctx) {
|
|
3546
3546
|
button = element("button");
|
3547
3547
|
if (default_slot) default_slot.c();
|
3548
3548
|
set_attributes(button, button_data);
|
3549
|
-
toggle_class(button, "svelte-
|
3549
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3550
3550
|
},
|
3551
3551
|
m(target, anchor) {
|
3552
3552
|
insert(target, button, anchor);
|
@@ -3585,7 +3585,7 @@ function create_else_block$4(ctx) {
|
|
3585
3585
|
dataAttrStopPropagation('click')
|
3586
3586
|
]));
|
3587
3587
|
|
3588
|
-
toggle_class(button, "svelte-
|
3588
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3589
3589
|
},
|
3590
3590
|
i(local) {
|
3591
3591
|
if (current) return;
|
@@ -3616,7 +3616,7 @@ function create_if_block_2$1(ctx) {
|
|
3616
3616
|
c() {
|
3617
3617
|
div = element("div");
|
3618
3618
|
if (default_slot) default_slot.c();
|
3619
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3619
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3620
3620
|
attr(div, "style", /*style*/ ctx[1]);
|
3621
3621
|
},
|
3622
3622
|
m(target, anchor) {
|
@@ -3700,7 +3700,7 @@ function create_if_block_1$2(ctx) {
|
|
3700
3700
|
a = element("a");
|
3701
3701
|
if (default_slot) default_slot.c();
|
3702
3702
|
set_attributes(a, a_data);
|
3703
|
-
toggle_class(a, "svelte-
|
3703
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3704
3704
|
},
|
3705
3705
|
m(target, anchor) {
|
3706
3706
|
insert(target, a, anchor);
|
@@ -3742,7 +3742,7 @@ function create_if_block_1$2(ctx) {
|
|
3742
3742
|
dataAttrStopPropagation('click')
|
3743
3743
|
]));
|
3744
3744
|
|
3745
|
-
toggle_class(a, "svelte-
|
3745
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3746
3746
|
},
|
3747
3747
|
i(local) {
|
3748
3748
|
if (current) return;
|
@@ -3773,7 +3773,7 @@ function create_if_block$a(ctx) {
|
|
3773
3773
|
c() {
|
3774
3774
|
div = element("div");
|
3775
3775
|
if (default_slot) default_slot.c();
|
3776
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3776
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3777
3777
|
attr(div, "style", /*style*/ ctx[1]);
|
3778
3778
|
},
|
3779
3779
|
m(target, anchor) {
|
@@ -3977,7 +3977,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3977
3977
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3978
3978
|
|
3979
3979
|
function add_css$t(target) {
|
3980
|
-
append_styles(target, "svelte-
|
3980
|
+
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{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-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{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-1ijkyzl{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}}");
|
3981
3981
|
}
|
3982
3982
|
|
3983
3983
|
// (277:0) {:else}
|
@@ -4127,7 +4127,7 @@ function create_if_block$9(ctx) {
|
|
4127
4127
|
c() {
|
4128
4128
|
div = element("div");
|
4129
4129
|
create_component(button.$$.fragment);
|
4130
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4130
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4131
4131
|
attr(div, "role", "dialog");
|
4132
4132
|
attr(div, "aria-modal", "true");
|
4133
4133
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4151,7 +4151,7 @@ function create_if_block$9(ctx) {
|
|
4151
4151
|
|
4152
4152
|
button.$set(button_changes);
|
4153
4153
|
|
4154
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4154
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4155
4155
|
attr(div, "class", div_class_value);
|
4156
4156
|
}
|
4157
4157
|
},
|
@@ -4205,7 +4205,7 @@ function create_if_block_1$1(ctx) {
|
|
4205
4205
|
c() {
|
4206
4206
|
div = element("div");
|
4207
4207
|
create_component(button.$$.fragment);
|
4208
|
-
attr(div, "class", "close svelte-
|
4208
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4209
4209
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4210
4210
|
},
|
4211
4211
|
m(target, anchor) {
|
@@ -4294,7 +4294,7 @@ function create_default_slot$6(ctx) {
|
|
4294
4294
|
t = space();
|
4295
4295
|
div = element("div");
|
4296
4296
|
if (default_slot) default_slot.c();
|
4297
|
-
attr(div, "class", "modal-content svelte-
|
4297
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4298
4298
|
attr(div, "style", /*_style*/ ctx[5]);
|
4299
4299
|
},
|
4300
4300
|
m(target, anchor) {
|
@@ -4944,7 +4944,7 @@ class Grid extends SvelteComponent {
|
|
4944
4944
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4945
4945
|
|
4946
4946
|
function add_css$s(target) {
|
4947
|
-
append_styles(target, "svelte-
|
4947
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4948
4948
|
}
|
4949
4949
|
|
4950
4950
|
function create_fragment$_(ctx) {
|
@@ -4959,8 +4959,8 @@ function create_fragment$_(ctx) {
|
|
4959
4959
|
div1 = element("div");
|
4960
4960
|
div0 = element("div");
|
4961
4961
|
if (default_slot) default_slot.c();
|
4962
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4963
|
-
attr(div1, "class", "grid-item svelte-
|
4962
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4963
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4964
4964
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4965
4965
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4966
4966
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5265,7 +5265,7 @@ class RenderText extends SvelteComponent {
|
|
5265
5265
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5266
5266
|
|
5267
5267
|
function add_css$r(target) {
|
5268
|
-
append_styles(target, "svelte-
|
5268
|
+
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5269
5269
|
}
|
5270
5270
|
|
5271
5271
|
// (94:2) {:else}
|
@@ -5282,8 +5282,8 @@ function create_else_block$1(ctx) {
|
|
5282
5282
|
div1 = element("div");
|
5283
5283
|
div0 = element("div");
|
5284
5284
|
create_component(rendertext.$$.fragment);
|
5285
|
-
attr(div0, "class", "text-element-inner svelte-
|
5286
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5285
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5286
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5287
5287
|
attr(div1, "style", /*style*/ ctx[5]);
|
5288
5288
|
},
|
5289
5289
|
m(target, anchor) {
|
@@ -5297,7 +5297,7 @@ function create_else_block$1(ctx) {
|
|
5297
5297
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5298
5298
|
rendertext.$set(rendertext_changes);
|
5299
5299
|
|
5300
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5300
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5301
5301
|
attr(div1, "class", div1_class_value);
|
5302
5302
|
}
|
5303
5303
|
|
@@ -5347,12 +5347,12 @@ function create_if_block$7(ctx) {
|
|
5347
5347
|
t2 = space();
|
5348
5348
|
div2 = element("div");
|
5349
5349
|
div2.textContent = "コピーできませんでした";
|
5350
|
-
attr(div0, "class", "text-element-inner svelte-
|
5350
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5351
5351
|
attr(a, "href", '');
|
5352
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5352
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5353
5353
|
attr(a, "style", /*style*/ ctx[5]);
|
5354
|
-
attr(div1, "class", "tooltip svelte-
|
5355
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5354
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5355
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5356
5356
|
},
|
5357
5357
|
m(target, anchor) {
|
5358
5358
|
insert(target, a, anchor);
|
@@ -5376,7 +5376,7 @@ function create_if_block$7(ctx) {
|
|
5376
5376
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5377
5377
|
rendertext.$set(rendertext_changes);
|
5378
5378
|
|
5379
|
-
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5379
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5380
5380
|
attr(a, "class", a_class_value);
|
5381
5381
|
}
|
5382
5382
|
|
@@ -5428,7 +5428,7 @@ function create_fragment$Y(ctx) {
|
|
5428
5428
|
c() {
|
5429
5429
|
div = element("div");
|
5430
5430
|
if_block.c();
|
5431
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5431
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5432
5432
|
},
|
5433
5433
|
m(target, anchor) {
|
5434
5434
|
insert(target, div, anchor);
|
@@ -5594,7 +5594,7 @@ class TextElement extends SvelteComponent {
|
|
5594
5594
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5595
5595
|
|
5596
5596
|
function add_css$q(target) {
|
5597
|
-
append_styles(target, "svelte-
|
5597
|
+
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5598
5598
|
}
|
5599
5599
|
|
5600
5600
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5650,7 +5650,7 @@ function create_fragment$X(ctx) {
|
|
5650
5650
|
c() {
|
5651
5651
|
div = element("div");
|
5652
5652
|
create_component(button.$$.fragment);
|
5653
|
-
attr(div, "class", "text-button-element svelte-
|
5653
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5654
5654
|
},
|
5655
5655
|
m(target, anchor) {
|
5656
5656
|
insert(target, div, anchor);
|
@@ -5742,7 +5742,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5742
5742
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5743
5743
|
|
5744
5744
|
function add_css$p(target) {
|
5745
|
-
append_styles(target, "svelte-
|
5745
|
+
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5746
5746
|
}
|
5747
5747
|
|
5748
5748
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5754,7 +5754,7 @@ function create_default_slot$4(ctx) {
|
|
5754
5754
|
return {
|
5755
5755
|
c() {
|
5756
5756
|
img = element("img");
|
5757
|
-
attr(img, "class", "image svelte-
|
5757
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5758
5758
|
attr(img, "loading", "lazy");
|
5759
5759
|
attr(img, "width", "auto");
|
5760
5760
|
attr(img, "height", "auto");
|
@@ -5816,7 +5816,7 @@ function create_fragment$W(ctx) {
|
|
5816
5816
|
c() {
|
5817
5817
|
div = element("div");
|
5818
5818
|
create_component(button.$$.fragment);
|
5819
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5819
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5820
5820
|
},
|
5821
5821
|
m(target, anchor) {
|
5822
5822
|
insert(target, div, anchor);
|
@@ -5835,7 +5835,7 @@ function create_fragment$W(ctx) {
|
|
5835
5835
|
|
5836
5836
|
button.$set(button_changes);
|
5837
5837
|
|
5838
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5838
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5839
5839
|
attr(div, "class", div_class_value);
|
5840
5840
|
}
|
5841
5841
|
},
|
@@ -5907,7 +5907,7 @@ class ImageElement extends SvelteComponent {
|
|
5907
5907
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5908
5908
|
|
5909
5909
|
function add_css$o(target) {
|
5910
|
-
append_styles(target, "svelte-
|
5910
|
+
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5911
5911
|
}
|
5912
5912
|
|
5913
5913
|
function create_fragment$V(ctx) {
|
@@ -5920,7 +5920,7 @@ function create_fragment$V(ctx) {
|
|
5920
5920
|
c() {
|
5921
5921
|
div = element("div");
|
5922
5922
|
if (default_slot) default_slot.c();
|
5923
|
-
attr(div, "class", "list svelte-
|
5923
|
+
attr(div, "class", "list svelte-aquv6z");
|
5924
5924
|
attr(div, "style", /*style*/ ctx[0]);
|
5925
5925
|
},
|
5926
5926
|
m(target, anchor) {
|
@@ -6054,7 +6054,7 @@ class List extends SvelteComponent {
|
|
6054
6054
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6055
6055
|
|
6056
6056
|
function add_css$n(target) {
|
6057
|
-
append_styles(target, "svelte-
|
6057
|
+
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6058
6058
|
}
|
6059
6059
|
|
6060
6060
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6124,7 +6124,7 @@ function create_fragment$U(ctx) {
|
|
6124
6124
|
c() {
|
6125
6125
|
div = element("div");
|
6126
6126
|
create_component(button.$$.fragment);
|
6127
|
-
attr(div, "class", "list-item svelte-
|
6127
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6128
6128
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6129
6129
|
},
|
6130
6130
|
m(target, anchor) {
|
@@ -6250,7 +6250,7 @@ class ListItem extends SvelteComponent {
|
|
6250
6250
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6251
6251
|
|
6252
6252
|
function add_css$m(target) {
|
6253
|
-
append_styles(target, "svelte-
|
6253
|
+
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6254
6254
|
}
|
6255
6255
|
|
6256
6256
|
function create_fragment$T(ctx) {
|
@@ -6259,7 +6259,7 @@ function create_fragment$T(ctx) {
|
|
6259
6259
|
return {
|
6260
6260
|
c() {
|
6261
6261
|
div = element("div");
|
6262
|
-
attr(div, "class", "embed svelte-
|
6262
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6263
6263
|
attr(div, "style", /*_style*/ ctx[1]);
|
6264
6264
|
},
|
6265
6265
|
m(target, anchor) {
|
@@ -6302,7 +6302,7 @@ class EmbedElement extends SvelteComponent {
|
|
6302
6302
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6303
6303
|
|
6304
6304
|
function add_css$l(target) {
|
6305
|
-
append_styles(target, "svelte-
|
6305
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6306
6306
|
}
|
6307
6307
|
|
6308
6308
|
function create_fragment$S(ctx) {
|
@@ -6314,7 +6314,7 @@ function create_fragment$S(ctx) {
|
|
6314
6314
|
div1 = element("div");
|
6315
6315
|
div0 = element("div");
|
6316
6316
|
attr(div0, "class", "karte-player");
|
6317
|
-
attr(div1, "class", "embed svelte-
|
6317
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6318
6318
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6319
6319
|
},
|
6320
6320
|
m(target, anchor) {
|
@@ -6656,7 +6656,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6656
6656
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6657
6657
|
|
6658
6658
|
function add_css$k(target) {
|
6659
|
-
append_styles(target, "svelte-
|
6659
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6660
6660
|
}
|
6661
6661
|
|
6662
6662
|
function create_fragment$R(ctx) {
|
@@ -6668,7 +6668,7 @@ function create_fragment$R(ctx) {
|
|
6668
6668
|
div1 = element("div");
|
6669
6669
|
div0 = element("div");
|
6670
6670
|
attr(div0, "class", "karte-player");
|
6671
|
-
attr(div1, "class", "embed svelte-
|
6671
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6672
6672
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6673
6673
|
},
|
6674
6674
|
m(target, anchor) {
|
@@ -6852,7 +6852,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6852
6852
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6853
6853
|
|
6854
6854
|
function add_css$j(target) {
|
6855
|
-
append_styles(target, "svelte-
|
6855
|
+
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6856
6856
|
}
|
6857
6857
|
|
6858
6858
|
function create_fragment$Q(ctx) {
|
@@ -6865,12 +6865,12 @@ function create_fragment$Q(ctx) {
|
|
6865
6865
|
c() {
|
6866
6866
|
div = element("div");
|
6867
6867
|
textarea = element("textarea");
|
6868
|
-
attr(textarea, "class", "textarea svelte-
|
6868
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
6869
6869
|
textarea.value = /*$value*/ ctx[4];
|
6870
6870
|
textarea.required = /*required*/ ctx[1];
|
6871
6871
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6872
6872
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6873
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6873
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
6874
6874
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6875
6875
|
},
|
6876
6876
|
m(target, anchor) {
|
@@ -7022,7 +7022,7 @@ class FormTextarea extends SvelteComponent {
|
|
7022
7022
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7023
7023
|
|
7024
7024
|
function add_css$i(target) {
|
7025
|
-
append_styles(target, "svelte-
|
7025
|
+
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7026
7026
|
}
|
7027
7027
|
|
7028
7028
|
function get_each_context$5(ctx, list, i) {
|
@@ -7056,14 +7056,14 @@ function create_each_block$5(ctx) {
|
|
7056
7056
|
t1 = text(t1_value);
|
7057
7057
|
t2 = space();
|
7058
7058
|
attr(input, "type", "radio");
|
7059
|
-
attr(input, "class", "radio-button-input svelte-
|
7059
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7060
7060
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7061
7061
|
attr(input, "name", /*name*/ ctx[0]);
|
7062
7062
|
input.value = input_value_value = /*option*/ ctx[17];
|
7063
7063
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7064
|
-
attr(span, "class", "radio-button-text svelte-
|
7064
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7065
7065
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7066
|
-
attr(label, "class", "radio-button svelte-
|
7066
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7067
7067
|
},
|
7068
7068
|
m(target, anchor) {
|
7069
7069
|
insert(target, label, anchor);
|
@@ -7128,7 +7128,7 @@ function create_fragment$P(ctx) {
|
|
7128
7128
|
each_blocks[i].c();
|
7129
7129
|
}
|
7130
7130
|
|
7131
|
-
attr(div, "class", "radio-buttons svelte-
|
7131
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7132
7132
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7133
7133
|
},
|
7134
7134
|
m(target, anchor) {
|
@@ -7297,7 +7297,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7297
7297
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7298
7298
|
|
7299
7299
|
function add_css$h(target) {
|
7300
|
-
append_styles(target, "svelte-
|
7300
|
+
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7301
7301
|
}
|
7302
7302
|
|
7303
7303
|
function get_each_context$4(ctx, list, i) {
|
@@ -7431,10 +7431,10 @@ function create_fragment$O(ctx) {
|
|
7431
7431
|
|
7432
7432
|
t = space();
|
7433
7433
|
div0 = element("div");
|
7434
|
-
attr(select, "class", "select-select svelte-
|
7434
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7435
7435
|
attr(select, "style", /*style*/ ctx[3]);
|
7436
|
-
attr(div0, "class", "select-icon svelte-
|
7437
|
-
attr(div1, "class", "select svelte-
|
7436
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7437
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7438
7438
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7439
7439
|
},
|
7440
7440
|
m(target, anchor) {
|
@@ -7636,7 +7636,7 @@ class FormSelect extends SvelteComponent {
|
|
7636
7636
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7637
7637
|
|
7638
7638
|
function add_css$g(target) {
|
7639
|
-
append_styles(target, "svelte-
|
7639
|
+
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7640
7640
|
}
|
7641
7641
|
|
7642
7642
|
function get_each_context$3(ctx, list, i) {
|
@@ -7675,19 +7675,19 @@ function create_each_block$3(ctx) {
|
|
7675
7675
|
span2 = element("span");
|
7676
7676
|
t2 = text(t2_value);
|
7677
7677
|
t3 = space();
|
7678
|
-
attr(input, "class", "check-box-input svelte-
|
7678
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
7679
7679
|
attr(input, "type", "checkbox");
|
7680
7680
|
attr(input, "name", /*name*/ ctx[0]);
|
7681
7681
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7682
|
-
attr(span0, "class", "check-box-icon svelte-
|
7682
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
7683
7683
|
|
7684
7684
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7685
7685
|
? ' _checked'
|
7686
|
-
: ''}`) + " svelte-
|
7686
|
+
: ''}`) + " svelte-1p65cg8"));
|
7687
7687
|
|
7688
|
-
attr(span2, "class", "check-box-text svelte-
|
7688
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
7689
7689
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7690
|
-
attr(label, "class", "check-box svelte-
|
7690
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7691
7691
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7692
7692
|
},
|
7693
7693
|
m(target, anchor) {
|
@@ -7719,7 +7719,7 @@ function create_each_block$3(ctx) {
|
|
7719
7719
|
|
7720
7720
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7721
7721
|
? ' _checked'
|
7722
|
-
: ''}`) + " svelte-
|
7722
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7723
7723
|
attr(span1, "class", span1_class_value);
|
7724
7724
|
}
|
7725
7725
|
|
@@ -7758,7 +7758,7 @@ function create_fragment$N(ctx) {
|
|
7758
7758
|
each_blocks[i].c();
|
7759
7759
|
}
|
7760
7760
|
|
7761
|
-
attr(div, "class", "check-boxes svelte-
|
7761
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7762
7762
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7763
7763
|
},
|
7764
7764
|
m(target, anchor) {
|
@@ -7933,7 +7933,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7933
7933
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7934
7934
|
|
7935
7935
|
function add_css$f(target) {
|
7936
|
-
append_styles(target, "svelte-
|
7936
|
+
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7937
7937
|
}
|
7938
7938
|
|
7939
7939
|
function get_each_context$2(ctx, list, i) {
|
@@ -7957,7 +7957,7 @@ function create_each_block$2(ctx) {
|
|
7957
7957
|
button = element("button");
|
7958
7958
|
t0 = text(t0_value);
|
7959
7959
|
t1 = space();
|
7960
|
-
attr(button, "class", "rating-button svelte-
|
7960
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
7961
7961
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7962
7962
|
},
|
7963
7963
|
m(target, anchor) {
|
@@ -8006,7 +8006,7 @@ function create_fragment$M(ctx) {
|
|
8006
8006
|
each_blocks[i].c();
|
8007
8007
|
}
|
8008
8008
|
|
8009
|
-
attr(div, "class", "rating-buttons svelte-
|
8009
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8010
8010
|
},
|
8011
8011
|
m(target, anchor) {
|
8012
8012
|
insert(target, div, anchor);
|
@@ -8150,7 +8150,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8150
8150
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8151
8151
|
|
8152
8152
|
function add_css$e(target) {
|
8153
|
-
append_styles(target, "svelte-
|
8153
|
+
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8154
8154
|
}
|
8155
8155
|
|
8156
8156
|
function get_each_context$1(ctx, list, i) {
|
@@ -8175,9 +8175,9 @@ function create_each_block$1(ctx) {
|
|
8175
8175
|
img = element("img");
|
8176
8176
|
t = space();
|
8177
8177
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8178
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8178
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8179
8179
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8180
|
-
attr(button, "class", "rating-button svelte-
|
8180
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8181
8181
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8182
8182
|
},
|
8183
8183
|
m(target, anchor) {
|
@@ -8193,7 +8193,7 @@ function create_each_block$1(ctx) {
|
|
8193
8193
|
p(new_ctx, dirty) {
|
8194
8194
|
ctx = new_ctx;
|
8195
8195
|
|
8196
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8196
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"))) {
|
8197
8197
|
attr(img, "class", img_class_value);
|
8198
8198
|
}
|
8199
8199
|
|
@@ -8226,7 +8226,7 @@ function create_fragment$L(ctx) {
|
|
8226
8226
|
each_blocks[i].c();
|
8227
8227
|
}
|
8228
8228
|
|
8229
|
-
attr(div, "class", "rating-buttons svelte-
|
8229
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8230
8230
|
},
|
8231
8231
|
m(target, anchor) {
|
8232
8232
|
insert(target, div, anchor);
|
@@ -8334,7 +8334,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8334
8334
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8335
8335
|
|
8336
8336
|
function add_css$d(target) {
|
8337
|
-
append_styles(target, "svelte-
|
8337
|
+
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8338
8338
|
}
|
8339
8339
|
|
8340
8340
|
function create_fragment$K(ctx) {
|
@@ -8348,13 +8348,13 @@ function create_fragment$K(ctx) {
|
|
8348
8348
|
c() {
|
8349
8349
|
div = element("div");
|
8350
8350
|
input = element("input");
|
8351
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8351
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8352
8352
|
attr(input, "type", "text");
|
8353
8353
|
input.value = /*$value*/ ctx[2];
|
8354
8354
|
input.required = /*required*/ ctx[0];
|
8355
8355
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8356
8356
|
attr(input, "style", /*style*/ ctx[5]);
|
8357
|
-
attr(div, "class", "input-wrapper svelte-
|
8357
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8358
8358
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8359
8359
|
},
|
8360
8360
|
m(target, anchor) {
|
@@ -8367,7 +8367,7 @@ function create_fragment$K(ctx) {
|
|
8367
8367
|
}
|
8368
8368
|
},
|
8369
8369
|
p(ctx, [dirty]) {
|
8370
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8370
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8371
8371
|
attr(input, "class", input_class_value);
|
8372
8372
|
}
|
8373
8373
|
|
@@ -8555,7 +8555,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8555
8555
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8556
8556
|
|
8557
8557
|
function add_css$c(target) {
|
8558
|
-
append_styles(target, "svelte-
|
8558
|
+
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8559
8559
|
}
|
8560
8560
|
|
8561
8561
|
function create_fragment$J(ctx) {
|
@@ -8593,20 +8593,20 @@ function create_fragment$J(ctx) {
|
|
8593
8593
|
span1 = element("span");
|
8594
8594
|
t4 = text("いいえ");
|
8595
8595
|
attr(input0, "type", "radio");
|
8596
|
-
attr(input0, "class", "radio-button-input svelte-
|
8596
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
8597
8597
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8598
8598
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8599
|
-
attr(span0, "class", "radio-button-text svelte-
|
8599
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
8600
8600
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8601
|
-
attr(label0, "class", "radio-button svelte-
|
8601
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
8602
8602
|
attr(input1, "type", "radio");
|
8603
|
-
attr(input1, "class", "radio-button-input svelte-
|
8603
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
8604
8604
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8605
8605
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8606
|
-
attr(span1, "class", "radio-button-text svelte-
|
8606
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
8607
8607
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8608
|
-
attr(label1, "class", "radio-button svelte-
|
8609
|
-
attr(div, "class", "radio-buttons svelte-
|
8608
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
8609
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
8610
8610
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8611
8611
|
},
|
8612
8612
|
m(target, anchor) {
|
@@ -8774,7 +8774,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8774
8774
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8775
8775
|
|
8776
8776
|
function add_css$b(target) {
|
8777
|
-
append_styles(target, "svelte-
|
8777
|
+
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
8778
8778
|
}
|
8779
8779
|
|
8780
8780
|
function get_each_context(ctx, list, i) {
|
@@ -8803,9 +8803,9 @@ function create_if_block_1(ctx) {
|
|
8803
8803
|
attr(svg, "viewBox", "0 0 10 16");
|
8804
8804
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8805
8805
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8806
|
-
attr(button, "class", "move-button svelte-
|
8806
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8807
8807
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8808
|
-
attr(div, "class", "prev-button-container svelte-
|
8808
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8809
8809
|
},
|
8810
8810
|
m(target, anchor) {
|
8811
8811
|
insert(target, div, anchor);
|
@@ -8854,9 +8854,9 @@ function create_if_block$5(ctx) {
|
|
8854
8854
|
attr(svg, "viewBox", "0 0 10 16");
|
8855
8855
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8856
8856
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8857
|
-
attr(button, "class", "move-button svelte-
|
8857
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8858
8858
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8859
|
-
attr(div, "class", "next-button-container svelte-
|
8859
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8860
8860
|
},
|
8861
8861
|
m(target, anchor) {
|
8862
8862
|
insert(target, div, anchor);
|
@@ -8904,9 +8904,9 @@ function create_each_block(ctx) {
|
|
8904
8904
|
button = element("button");
|
8905
8905
|
div = element("div");
|
8906
8906
|
t = space();
|
8907
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8907
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8908
8908
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8909
|
-
attr(button, "class", "navigation-item svelte-
|
8909
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8910
8910
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8911
8911
|
},
|
8912
8912
|
m(target, anchor) {
|
@@ -8983,14 +8983,14 @@ function create_fragment$I(ctx) {
|
|
8983
8983
|
each_blocks[i].c();
|
8984
8984
|
}
|
8985
8985
|
|
8986
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8986
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
8987
8987
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8988
|
-
attr(div1, "class", "container svelte-
|
8988
|
+
attr(div1, "class", "container svelte-ji1fh");
|
8989
8989
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8990
|
-
attr(div2, "class", "navigation svelte-
|
8990
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
8991
8991
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8992
8992
|
set_attributes(div3, div3_data);
|
8993
|
-
toggle_class(div3, "svelte-
|
8993
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
8994
8994
|
},
|
8995
8995
|
m(target, anchor) {
|
8996
8996
|
insert(target, div3, anchor);
|
@@ -9032,7 +9032,7 @@ function create_fragment$I(ctx) {
|
|
9032
9032
|
}
|
9033
9033
|
}
|
9034
9034
|
|
9035
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9035
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9036
9036
|
attr(div0, "class", div0_class_value);
|
9037
9037
|
}
|
9038
9038
|
|
@@ -9098,7 +9098,7 @@ function create_fragment$I(ctx) {
|
|
9098
9098
|
}
|
9099
9099
|
|
9100
9100
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9101
|
-
toggle_class(div3, "svelte-
|
9101
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9102
9102
|
},
|
9103
9103
|
i(local) {
|
9104
9104
|
if (current) return;
|
@@ -9610,7 +9610,7 @@ class Slide extends SvelteComponent {
|
|
9610
9610
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9611
9611
|
|
9612
9612
|
function add_css$a(target) {
|
9613
|
-
append_styles(target, "svelte-
|
9613
|
+
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9614
9614
|
}
|
9615
9615
|
|
9616
9616
|
function create_fragment$H(ctx) {
|
@@ -9625,9 +9625,9 @@ function create_fragment$H(ctx) {
|
|
9625
9625
|
div1 = element("div");
|
9626
9626
|
div0 = element("div");
|
9627
9627
|
if (default_slot) default_slot.c();
|
9628
|
-
attr(div0, "class", "item-inner svelte-
|
9628
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
9629
9629
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9630
|
-
attr(div1, "class", "item svelte-
|
9630
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
9631
9631
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9632
9632
|
},
|
9633
9633
|
m(target, anchor) {
|
@@ -9753,7 +9753,7 @@ class SlideItem extends SvelteComponent {
|
|
9753
9753
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9754
9754
|
|
9755
9755
|
function add_css$9(target) {
|
9756
|
-
append_styles(target, "svelte-
|
9756
|
+
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9757
9757
|
}
|
9758
9758
|
|
9759
9759
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9771,9 +9771,9 @@ function create_fragment$G(ctx) {
|
|
9771
9771
|
div1 = element("div");
|
9772
9772
|
div0 = element("div");
|
9773
9773
|
if (default_slot) default_slot.c();
|
9774
|
-
attr(div0, "class", "countdown-inner svelte-
|
9774
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
9775
9775
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9776
|
-
attr(div1, "class", "countdown svelte-
|
9776
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
9777
9777
|
},
|
9778
9778
|
m(target, anchor) {
|
9779
9779
|
insert(target, div1, anchor);
|
@@ -9907,7 +9907,7 @@ class Countdown extends SvelteComponent {
|
|
9907
9907
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9908
9908
|
|
9909
9909
|
function add_css$8(target) {
|
9910
|
-
append_styles(target, "svelte-
|
9910
|
+
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9911
9911
|
}
|
9912
9912
|
|
9913
9913
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9977,7 +9977,7 @@ function create_fragment$F(ctx) {
|
|
9977
9977
|
c() {
|
9978
9978
|
div = element("div");
|
9979
9979
|
create_component(button.$$.fragment);
|
9980
|
-
attr(div, "class", "box svelte-
|
9980
|
+
attr(div, "class", "box svelte-1ccydfy");
|
9981
9981
|
},
|
9982
9982
|
m(target, anchor) {
|
9983
9983
|
insert(target, div, anchor);
|
@@ -10038,7 +10038,7 @@ class Box extends SvelteComponent {
|
|
10038
10038
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10039
10039
|
|
10040
10040
|
function add_css$7(target) {
|
10041
|
-
append_styles(target, "svelte-
|
10041
|
+
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10042
10042
|
}
|
10043
10043
|
|
10044
10044
|
// (56:4) {#if svg}
|
@@ -10120,7 +10120,7 @@ function create_fragment$E(ctx) {
|
|
10120
10120
|
c() {
|
10121
10121
|
div = element("div");
|
10122
10122
|
create_component(button.$$.fragment);
|
10123
|
-
attr(div, "class", "icon svelte-
|
10123
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10124
10124
|
},
|
10125
10125
|
m(target, anchor) {
|
10126
10126
|
insert(target, div, anchor);
|
@@ -10229,7 +10229,7 @@ class IconElement extends SvelteComponent {
|
|
10229
10229
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10230
10230
|
|
10231
10231
|
function add_css$6(target) {
|
10232
|
-
append_styles(target, "svelte-
|
10232
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10233
10233
|
}
|
10234
10234
|
|
10235
10235
|
function create_fragment$D(ctx) {
|
@@ -10255,7 +10255,7 @@ function create_fragment$D(ctx) {
|
|
10255
10255
|
c() {
|
10256
10256
|
div = element("div");
|
10257
10257
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10258
|
-
attr(div, "class", "codeElement svelte-
|
10258
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10259
10259
|
attr(div, "style", /*style*/ ctx[3]);
|
10260
10260
|
},
|
10261
10261
|
m(target, anchor) {
|
@@ -10344,7 +10344,7 @@ class CodeElement extends SvelteComponent {
|
|
10344
10344
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10345
10345
|
|
10346
10346
|
function add_css$5(target) {
|
10347
|
-
append_styles(target, "svelte-
|
10347
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10348
10348
|
}
|
10349
10349
|
|
10350
10350
|
function create_fragment$C(ctx) {
|
@@ -10358,7 +10358,7 @@ function create_fragment$C(ctx) {
|
|
10358
10358
|
c() {
|
10359
10359
|
div = element("div");
|
10360
10360
|
if (default_slot) default_slot.c();
|
10361
|
-
attr(div, "class", "flex svelte-
|
10361
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10362
10362
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10363
10363
|
},
|
10364
10364
|
m(target, anchor) {
|
@@ -10455,7 +10455,7 @@ class Flex extends SvelteComponent {
|
|
10455
10455
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10456
10456
|
|
10457
10457
|
function add_css$4(target) {
|
10458
|
-
append_styles(target, "svelte-
|
10458
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10459
10459
|
}
|
10460
10460
|
|
10461
10461
|
function create_fragment$B(ctx) {
|
@@ -10468,7 +10468,7 @@ function create_fragment$B(ctx) {
|
|
10468
10468
|
c() {
|
10469
10469
|
div = element("div");
|
10470
10470
|
if (default_slot) default_slot.c();
|
10471
|
-
attr(div, "class", "flex-item svelte-
|
10471
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
10472
10472
|
attr(div, "style", /*style*/ ctx[0]);
|
10473
10473
|
},
|
10474
10474
|
m(target, anchor) {
|
@@ -10876,7 +10876,7 @@ class GridModalState extends SvelteComponent {
|
|
10876
10876
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10877
10877
|
|
10878
10878
|
function add_css$3(target) {
|
10879
|
-
append_styles(target, "svelte-
|
10879
|
+
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10880
10880
|
}
|
10881
10881
|
|
10882
10882
|
function create_fragment$z(ctx) {
|
@@ -10892,8 +10892,8 @@ function create_fragment$z(ctx) {
|
|
10892
10892
|
div1 = element("div");
|
10893
10893
|
div0 = element("div");
|
10894
10894
|
create_component(rendertext.$$.fragment);
|
10895
|
-
attr(div0, "class", "text-block-inner svelte-
|
10896
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10895
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
10896
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
10897
10897
|
attr(div1, "style", /*style*/ ctx[2]);
|
10898
10898
|
},
|
10899
10899
|
m(target, anchor) {
|
@@ -10907,7 +10907,7 @@ function create_fragment$z(ctx) {
|
|
10907
10907
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10908
10908
|
rendertext.$set(rendertext_changes);
|
10909
10909
|
|
10910
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10910
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
10911
10911
|
attr(div1, "class", div1_class_value);
|
10912
10912
|
}
|
10913
10913
|
|
@@ -10985,7 +10985,7 @@ class TextBlock extends SvelteComponent {
|
|
10985
10985
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10986
10986
|
|
10987
10987
|
function add_css$2(target) {
|
10988
|
-
append_styles(target, "svelte-
|
10988
|
+
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
10989
10989
|
}
|
10990
10990
|
|
10991
10991
|
function create_fragment$y(ctx) {
|
@@ -11002,9 +11002,9 @@ function create_fragment$y(ctx) {
|
|
11002
11002
|
div = element("div");
|
11003
11003
|
button = element("button");
|
11004
11004
|
create_component(rendertext.$$.fragment);
|
11005
|
-
attr(button, "class", "text-button svelte-
|
11005
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11006
11006
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11007
|
-
attr(div, "class", "text-button-block svelte-
|
11007
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11008
11008
|
attr(div, "style", /*_style*/ ctx[2]);
|
11009
11009
|
},
|
11010
11010
|
m(target, anchor) {
|
@@ -11110,7 +11110,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11110
11110
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11111
11111
|
|
11112
11112
|
function add_css$1(target) {
|
11113
|
-
append_styles(target, "svelte-
|
11113
|
+
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11114
11114
|
}
|
11115
11115
|
|
11116
11116
|
function create_fragment$x(ctx) {
|
@@ -11126,14 +11126,14 @@ function create_fragment$x(ctx) {
|
|
11126
11126
|
c() {
|
11127
11127
|
div = element("div");
|
11128
11128
|
img = element("img");
|
11129
|
-
attr(img, "class", "image svelte-
|
11129
|
+
attr(img, "class", "image svelte-1pdw891");
|
11130
11130
|
attr(img, "loading", "lazy");
|
11131
11131
|
attr(img, "width", "auto");
|
11132
11132
|
attr(img, "height", "auto");
|
11133
11133
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11134
11134
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11135
11135
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11136
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11136
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11137
11137
|
attr(div, "style", /*_style*/ ctx[5]);
|
11138
11138
|
},
|
11139
11139
|
m(target, anchor) {
|
@@ -11158,7 +11158,7 @@ function create_fragment$x(ctx) {
|
|
11158
11158
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11159
11159
|
}
|
11160
11160
|
|
11161
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11161
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11162
11162
|
attr(div, "class", div_class_value);
|
11163
11163
|
}
|
11164
11164
|
|
@@ -12801,7 +12801,7 @@ function instance$6($$self, $$props, $$invalidate) {
|
|
12801
12801
|
let style;
|
12802
12802
|
let IconComponent;
|
12803
12803
|
let { layerId } = $$props;
|
12804
|
-
let { props } = $$props;
|
12804
|
+
let { props = {} } = $$props;
|
12805
12805
|
let { overrideStyle } = $$props;
|
12806
12806
|
|
12807
12807
|
$$self.$$set = $$props => {
|
@@ -12840,10 +12840,10 @@ class Icon extends SvelteComponent {
|
|
12840
12840
|
/* src/components-v2/button/Button.svelte generated by Svelte v3.53.1 */
|
12841
12841
|
|
12842
12842
|
function add_css(target) {
|
12843
|
-
append_styles(target, "svelte-
|
12843
|
+
append_styles(target, "svelte-i9kun1", ".v2-button.svelte-i9kun1{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.v2-button-icon.svelte-i9kun1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
12844
12844
|
}
|
12845
12845
|
|
12846
|
-
// (
|
12846
|
+
// (128:2) {#if (props.isIcon && props.iconVariant)}
|
12847
12847
|
function create_if_block$2(ctx) {
|
12848
12848
|
let div;
|
12849
12849
|
let icon;
|
@@ -12865,7 +12865,7 @@ function create_if_block$2(ctx) {
|
|
12865
12865
|
c() {
|
12866
12866
|
div = element("div");
|
12867
12867
|
create_component(icon.$$.fragment);
|
12868
|
-
attr(div, "class", "v2-button-icon svelte-
|
12868
|
+
attr(div, "class", "v2-button-icon svelte-i9kun1");
|
12869
12869
|
},
|
12870
12870
|
m(target, anchor) {
|
12871
12871
|
insert(target, div, anchor);
|
@@ -12907,6 +12907,8 @@ function create_fragment$5(ctx) {
|
|
12907
12907
|
let t1;
|
12908
12908
|
let button_style_value;
|
12909
12909
|
let current;
|
12910
|
+
let mounted;
|
12911
|
+
let dispose;
|
12910
12912
|
let if_block = /*props*/ ctx[1].isIcon && /*props*/ ctx[1].iconVariant && create_if_block$2(ctx);
|
12911
12913
|
|
12912
12914
|
return {
|
@@ -12918,7 +12920,7 @@ function create_fragment$5(ctx) {
|
|
12918
12920
|
t1 = text(t1_value);
|
12919
12921
|
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
12920
12922
|
attr(button, "style", button_style_value = [/*style*/ ctx[3], /*overrideStyle*/ ctx[2]].join(' '));
|
12921
|
-
attr(button, "class", "v2-button svelte-
|
12923
|
+
attr(button, "class", "v2-button svelte-i9kun1");
|
12922
12924
|
},
|
12923
12925
|
m(target, anchor) {
|
12924
12926
|
insert(target, button, anchor);
|
@@ -12927,6 +12929,11 @@ function create_fragment$5(ctx) {
|
|
12927
12929
|
append(button, span);
|
12928
12930
|
append(span, t1);
|
12929
12931
|
current = true;
|
12932
|
+
|
12933
|
+
if (!mounted) {
|
12934
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[5]));
|
12935
|
+
mounted = true;
|
12936
|
+
}
|
12930
12937
|
},
|
12931
12938
|
p(ctx, [dirty]) {
|
12932
12939
|
if (/*props*/ ctx[1].isIcon && /*props*/ ctx[1].iconVariant) {
|
@@ -12974,12 +12981,20 @@ function create_fragment$5(ctx) {
|
|
12974
12981
|
d(detaching) {
|
12975
12982
|
if (detaching) detach(button);
|
12976
12983
|
if (if_block) if_block.d();
|
12984
|
+
mounted = false;
|
12985
|
+
dispose();
|
12977
12986
|
}
|
12978
12987
|
};
|
12979
12988
|
}
|
12980
12989
|
|
12981
12990
|
function instance$5($$self, $$props, $$invalidate) {
|
12982
12991
|
let style;
|
12992
|
+
let { layerId = '' } = $$props;
|
12993
|
+
let { onClick = { operation: 'none', args: [] } } = $$props;
|
12994
|
+
let { eventName = '' } = $$props;
|
12995
|
+
let { eventValue = undefined } = $$props;
|
12996
|
+
let { props = {} } = $$props;
|
12997
|
+
let { overrideStyle } = $$props;
|
12983
12998
|
|
12984
12999
|
const VARIANTS = {
|
12985
13000
|
size: {
|
@@ -13060,12 +13075,19 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13060
13075
|
}
|
13061
13076
|
};
|
13062
13077
|
|
13063
|
-
|
13064
|
-
|
13065
|
-
|
13078
|
+
function handleClick() {
|
13079
|
+
if (eventName) {
|
13080
|
+
send_event(eventName, eventValue);
|
13081
|
+
}
|
13082
|
+
|
13083
|
+
execOnClickOperation(onClick);
|
13084
|
+
}
|
13066
13085
|
|
13067
13086
|
$$self.$$set = $$props => {
|
13068
13087
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13088
|
+
if ('onClick' in $$props) $$invalidate(6, onClick = $$props.onClick);
|
13089
|
+
if ('eventName' in $$props) $$invalidate(7, eventName = $$props.eventName);
|
13090
|
+
if ('eventValue' in $$props) $$invalidate(8, eventValue = $$props.eventValue);
|
13069
13091
|
if ('props' in $$props) $$invalidate(1, props = $$props.props);
|
13070
13092
|
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13071
13093
|
};
|
@@ -13094,13 +13116,39 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13094
13116
|
}
|
13095
13117
|
};
|
13096
13118
|
|
13097
|
-
return [
|
13119
|
+
return [
|
13120
|
+
layerId,
|
13121
|
+
props,
|
13122
|
+
overrideStyle,
|
13123
|
+
style,
|
13124
|
+
VARIANTS,
|
13125
|
+
handleClick,
|
13126
|
+
onClick,
|
13127
|
+
eventName,
|
13128
|
+
eventValue
|
13129
|
+
];
|
13098
13130
|
}
|
13099
13131
|
|
13100
13132
|
class Button extends SvelteComponent {
|
13101
13133
|
constructor(options) {
|
13102
13134
|
super();
|
13103
|
-
|
13135
|
+
|
13136
|
+
init(
|
13137
|
+
this,
|
13138
|
+
options,
|
13139
|
+
instance$5,
|
13140
|
+
create_fragment$5,
|
13141
|
+
safe_not_equal,
|
13142
|
+
{
|
13143
|
+
layerId: 0,
|
13144
|
+
onClick: 6,
|
13145
|
+
eventName: 7,
|
13146
|
+
eventValue: 8,
|
13147
|
+
props: 1,
|
13148
|
+
overrideStyle: 2
|
13149
|
+
},
|
13150
|
+
add_css
|
13151
|
+
);
|
13104
13152
|
}
|
13105
13153
|
}
|
13106
13154
|
|
@@ -13272,7 +13320,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
13272
13320
|
let escapedHTML;
|
13273
13321
|
let style;
|
13274
13322
|
let { layerId } = $$props;
|
13275
|
-
let { props } = $$props;
|
13323
|
+
let { props = {} } = $$props;
|
13276
13324
|
|
13277
13325
|
$$self.$$set = $$props => {
|
13278
13326
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
@@ -13399,8 +13447,8 @@ function create_fragment$2(ctx) {
|
|
13399
13447
|
function instance$2($$self, $$props, $$invalidate) {
|
13400
13448
|
let style;
|
13401
13449
|
let imgStyle;
|
13402
|
-
let { layerId } = $$props;
|
13403
|
-
let { props } = $$props;
|
13450
|
+
let { layerId = '' } = $$props;
|
13451
|
+
let { props = {} } = $$props;
|
13404
13452
|
let { overrideStyle } = $$props;
|
13405
13453
|
|
13406
13454
|
const VARIANTS = {
|
@@ -13544,7 +13592,7 @@ function instance$1($$self, $$props, $$invalidate) {
|
|
13544
13592
|
let objectStyle;
|
13545
13593
|
let imgStyle;
|
13546
13594
|
let { layerId } = $$props;
|
13547
|
-
let { props } = $$props;
|
13595
|
+
let { props = {} } = $$props;
|
13548
13596
|
let { overrideStyle } = $$props;
|
13549
13597
|
|
13550
13598
|
$$self.$$set = $$props => {
|
@@ -13639,7 +13687,7 @@ function create_fragment(ctx) {
|
|
13639
13687
|
function instance($$self, $$props, $$invalidate) {
|
13640
13688
|
let style;
|
13641
13689
|
let { layerId } = $$props;
|
13642
|
-
let { props } = $$props;
|
13690
|
+
let { props = {} } = $$props;
|
13643
13691
|
let { overrideStyle } = $$props;
|
13644
13692
|
const size = props.size ?? 24;
|
13645
13693
|
|