@plaidev/karte-action-sdk 1.1.227-28643316.f85de406 → 1.1.228
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.js +143 -137
- package/dist/index.es.js +143 -137
- package/meta/karte-action-sdk.api.json +6318 -0
- package/package.json +1 -1
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-1amihue", ".state-item.svelte-1amihue{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-1amihue");
|
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-g6ucc2", ".background.svelte-g6ucc2{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-g6ucc2"));
|
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-g6ucc2"))) {
|
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-1kmu8zp", ".button.svelte-1kmu8zp{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1kmu8zp:link,.button.svelte-1kmu8zp:visited,.button.svelte-1kmu8zp:active,.button.svelte-1kmu8zp: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-1kmu8zp", 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-1kmu8zp", 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-1kmu8zp"));
|
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-1kmu8zp", 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-1kmu8zp", 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-1kmu8zp"));
|
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-1i2vo31", ".modal.svelte-1i2vo31{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1i2vo31 > .button{flex:auto;display:flex}.close.svelte-1i2vo31{position:absolute;top:0;right:0}.close.svelte-1i2vo31 > .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-1i2vo31 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1i2vo31{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-1i2vo31{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-1i2vo31{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-1i2vo31"));
|
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-1i2vo31"))) {
|
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-1i2vo31");
|
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-1i2vo31");
|
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-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{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-1cryhmb");
|
4963
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
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-vz6867", ".text-element-wrapper.svelte-vz6867.svelte-vz6867{position:relative;height:100%}.text-element.svelte-vz6867.svelte-vz6867{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-vz6867.svelte-vz6867{text-decoration:none;color:inherit}.text-element-inner.svelte-vz6867.svelte-vz6867{width:100%;height:auto}.text-direction-vertical.svelte-vz6867.svelte-vz6867{writing-mode:vertical-rl}.text-direction-vertical.svelte-vz6867 .text-element-inner.svelte-vz6867{width:auto;height:100%}.tooltip.svelte-vz6867.svelte-vz6867{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-vz6867.svelte-vz6867:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-vz6867.svelte-vz6867{display:block}.tooltip-error.svelte-vz6867.svelte-vz6867{background-color:#c00}.tooltip-error.svelte-vz6867.svelte-vz6867: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-vz6867");
|
5286
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
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-vz6867"))) {
|
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-vz6867");
|
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-vz6867"));
|
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-vz6867");
|
5355
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
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-vz6867"))) {
|
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-vz6867");
|
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-ujdxfc", ".text-button-element.svelte-ujdxfc{width:100%;height:100%}.text-button-element.svelte-ujdxfc > .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-ujdxfc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ujdxfc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ujdxfc > .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-ujdxfc");
|
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-1alkh1m", ".image-element.svelte-1alkh1m{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1alkh1m > .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-1alkh1m > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1alkh1m > .button:not(._disabled):hover,.image-element.transport.svelte-1alkh1m > .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-1alkh1m{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-1alkh1m");
|
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-1alkh1m");
|
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-1alkh1m")) {
|
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-1t8r9z", ".list.svelte-1t8r9z{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-1t8r9z");
|
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-1lbw8v2", ".list-item.svelte-1lbw8v2{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1lbw8v2 > .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-1lbw8v2");
|
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-w6jkzh", ".embed.svelte-w6jkzh{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-w6jkzh 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-w6jkzh");
|
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-ljxq7x", ".embed.svelte-ljxq7x{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-ljxq7x 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-ljxq7x");
|
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-ljxq7x", ".embed.svelte-ljxq7x{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-ljxq7x 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-ljxq7x");
|
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-1fjy5oo", ".textarea-wrapper.svelte-1fjy5oo{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-1fjy5oo{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-1fjy5oo::placeholder{color:var(--placeholder-color)}.textarea.svelte-1fjy5oo: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-1fjy5oo");
|
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-1fjy5oo");
|
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-1ntb6j8", ".radio-buttons.svelte-1ntb6j8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-1ntb6j8{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-1ntb6j8{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-1ntb6j8: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-1ntb6j8{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-1ntb6j8");
|
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-1ntb6j8");
|
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-1ntb6j8");
|
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-1ntb6j8");
|
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-iejizj", ".select.svelte-iejizj{width:100%;height:100%}.select-select.svelte-iejizj{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-iejizj: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-iejizj{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-iejizj");
|
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-iejizj");
|
7437
|
+
attr(div1, "class", "select svelte-iejizj");
|
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-2pz1us", ".check-boxes.svelte-2pz1us.svelte-2pz1us{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-2pz1us.svelte-2pz1us{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-2pz1us.svelte-2pz1us{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-2pz1us.svelte-2pz1us{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-2pz1us.svelte-2pz1us{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-2pz1us.svelte-2pz1us: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-2pz1us.svelte-2pz1us{background-color:var(--color-main-active)}.check-box-check._checked.svelte-2pz1us .check-box-icon.svelte-2pz1us:after{border-color:var(--color-sub-active)}.check-box-text.svelte-2pz1us.svelte-2pz1us{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-2pz1us");
|
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-2pz1us");
|
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-2pz1us"));
|
7687
7687
|
|
7688
|
-
attr(span2, "class", "check-box-text svelte-
|
7688
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
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-2pz1us");
|
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-2pz1us"))) {
|
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-2pz1us");
|
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-9idbf1", ".rating-buttons.svelte-9idbf1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-9idbf1{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-9idbf1");
|
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-9idbf1");
|
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-1b5dvzw", ".rating-buttons.svelte-1b5dvzw{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1b5dvzw{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-1b5dvzw{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-1b5dvzw: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-1b5dvzw"));
|
8179
8179
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8180
|
-
attr(button, "class", "rating-button svelte-
|
8180
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
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-1b5dvzw"))) {
|
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-1b5dvzw");
|
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-f14zo5", ".input-wrapper.svelte-f14zo5{display:flex;align-items:center;width:100%;height:100%}.input.svelte-f14zo5{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-f14zo5::placeholder{color:var(--placeholder-color)}.input.svelte-f14zo5: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-f14zo5{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-f14zo5"));
|
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-f14zo5");
|
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-f14zo5"))) {
|
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-pzrwlo", ".radio-buttons.svelte-pzrwlo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-pzrwlo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-pzrwlo{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-pzrwlo: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-pzrwlo{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-pzrwlo");
|
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-pzrwlo");
|
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-pzrwlo");
|
8602
8602
|
attr(input1, "type", "radio");
|
8603
|
-
attr(input1, "class", "radio-button-input svelte-
|
8603
|
+
attr(input1, "class", "radio-button-input svelte-pzrwlo");
|
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-pzrwlo");
|
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-pzrwlo");
|
8609
|
+
attr(div, "class", "radio-buttons svelte-pzrwlo");
|
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-1qfq79t", ".root.svelte-1qfq79t{width:100%;height:100%;position:relative}.container.svelte-1qfq79t{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-1qfq79t{height:100%;position:absolute;display:flex}.transition.svelte-1qfq79t{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-1qfq79t{height:100%;flex:none}.prev-button-container.svelte-1qfq79t,.next-button-container.svelte-1qfq79t{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-1qfq79t{left:0}.next-button-container.svelte-1qfq79t{right:0}.move-button.svelte-1qfq79t{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-1qfq79t{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-1qfq79t{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-1qfq79t{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-1qfq79t");
|
8807
8807
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8808
|
-
attr(div, "class", "prev-button-container svelte-
|
8808
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
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-1qfq79t");
|
8858
8858
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8859
|
-
attr(div, "class", "next-button-container svelte-
|
8859
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
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-1qfq79t");
|
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-1qfq79t");
|
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-1qfq79t"));
|
8987
8987
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8988
|
-
attr(div1, "class", "container svelte-
|
8988
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
8989
8989
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8990
|
-
attr(div2, "class", "navigation svelte-
|
8990
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
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-1qfq79t", 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-1qfq79t"))) {
|
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-1qfq79t", 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-1rv0qgo", ".item.svelte-1rv0qgo{height:100%;flex:none;position:relative}.item.svelte-1rv0qgo img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1rv0qgo{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-1rv0qgo");
|
9629
9629
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9630
|
-
attr(div1, "class", "item svelte-
|
9630
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
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-t87l6f", ".countdown.svelte-t87l6f{position:relative;width:100%;height:100%}.countdown-inner.svelte-t87l6f{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-t87l6f");
|
9775
9775
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9776
|
-
attr(div1, "class", "countdown svelte-
|
9776
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
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-1c91vpe", ".box.svelte-1c91vpe{position:relative;width:100%;height:100%}.box.svelte-1c91vpe > .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-1c91vpe");
|
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-1mk6wi4", ".icon.svelte-1mk6wi4{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mk6wi4 > .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-1mk6wi4 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mk6wi4 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-1mk6wi4");
|
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-1ng2n51", ".codeElement.svelte-1ng2n51{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-1ng2n51");
|
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-9v2qdg", ".flex.svelte-9v2qdg{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-9v2qdg");
|
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-164ah5d", ".flex-item.svelte-164ah5d{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-164ah5d");
|
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-akic2e", ".text-block.svelte-akic2e.svelte-akic2e{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-akic2e.svelte-akic2e{width:100%;height:auto}.text-direction-vertical.svelte-akic2e.svelte-akic2e{writing-mode:vertical-rl}.text-direction-vertical.svelte-akic2e .text-block-inner.svelte-akic2e{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-akic2e");
|
10896
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
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-akic2e"))) {
|
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-1c34p4n", ".text-button-block.svelte-1c34p4n{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-1c34p4n{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-1c34p4n:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1c34p4n: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-1c34p4n");
|
11006
11006
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11007
|
-
attr(div, "class", "text-button-block svelte-
|
11007
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
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-1jus6sx", ".image-block.svelte-1jus6sx{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-1jus6sx{width:100%;height:100%}.transport.svelte-1jus6sx:hover,.transport.svelte-1jus6sx: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-1jus6sx");
|
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-1jus6sx"));
|
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-1jus6sx"))) {
|
11162
11162
|
attr(div, "class", div_class_value);
|
11163
11163
|
}
|
11164
11164
|
|
@@ -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-1uf4vt5", ".v2-button.svelte-1uf4vt5{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-1uf4vt5{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
12844
12844
|
}
|
12845
12845
|
|
12846
|
-
// (
|
12846
|
+
// (116: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-1uf4vt5");
|
12869
12869
|
},
|
12870
12870
|
m(target, anchor) {
|
12871
12871
|
insert(target, div, anchor);
|
@@ -12918,7 +12918,7 @@ function create_fragment$5(ctx) {
|
|
12918
12918
|
t1 = text(t1_value);
|
12919
12919
|
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
12920
12920
|
attr(button, "style", button_style_value = [/*style*/ ctx[3], /*overrideStyle*/ ctx[2]].join(' '));
|
12921
|
-
attr(button, "class", "v2-button svelte-
|
12921
|
+
attr(button, "class", "v2-button svelte-1uf4vt5");
|
12922
12922
|
},
|
12923
12923
|
m(target, anchor) {
|
12924
12924
|
insert(target, button, anchor);
|
@@ -12989,7 +12989,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
12989
12989
|
fontSize: '12px',
|
12990
12990
|
paddingBlock: '8px',
|
12991
12991
|
lineHeight: 1.5,
|
12992
|
-
borderRadius: '
|
12992
|
+
borderRadius: '4px'
|
12993
12993
|
},
|
12994
12994
|
small: {
|
12995
12995
|
minHeight: '36px',
|
@@ -12997,7 +12997,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
12997
12997
|
fontSize: '13px',
|
12998
12998
|
paddingBlock: '8px',
|
12999
12999
|
lineHeight: 1.5,
|
13000
|
-
borderRadius: '
|
13000
|
+
borderRadius: '4px'
|
13001
13001
|
},
|
13002
13002
|
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
13003
13003
|
medium: {
|
@@ -13006,7 +13006,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13006
13006
|
fontSize: '14px',
|
13007
13007
|
paddingBlock: '8px',
|
13008
13008
|
lineHeight: 1.5,
|
13009
|
-
borderRadius: '
|
13009
|
+
borderRadius: '4px'
|
13010
13010
|
},
|
13011
13011
|
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
13012
13012
|
large: {
|
@@ -13015,7 +13015,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13015
13015
|
fontSize: '16px',
|
13016
13016
|
paddingBlock: '10px',
|
13017
13017
|
lineHeight: 1.5,
|
13018
|
-
borderRadius: '
|
13018
|
+
borderRadius: '4px'
|
13019
13019
|
},
|
13020
13020
|
extra_large: {
|
13021
13021
|
minHeight: '56px',
|
@@ -13023,7 +13023,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13023
13023
|
fontSize: '17px',
|
13024
13024
|
paddingBlock: '12px',
|
13025
13025
|
lineHeight: 1.5,
|
13026
|
-
borderRadius: '
|
13026
|
+
borderRadius: '4px'
|
13027
13027
|
}
|
13028
13028
|
},
|
13029
13029
|
color: {
|
@@ -13033,8 +13033,14 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13033
13033
|
fontWeight: 'bold'
|
13034
13034
|
},
|
13035
13035
|
default: {
|
13036
|
-
backgroundColor: '
|
13037
|
-
color: '#
|
13036
|
+
backgroundColor: '#33403e',
|
13037
|
+
color: '#FFFFFF',
|
13038
|
+
fontWeight: 'bold'
|
13039
|
+
}, // 'bg-action-default hover:bg-action-default-hover text-default'
|
13040
|
+
transparent: {
|
13041
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13042
|
+
color: '#00100ea1',
|
13043
|
+
fontWeight: 'bold'
|
13038
13044
|
}, // 'bg-action-default hover:bg-action-default-hover text-default'
|
13039
13045
|
alert: {
|
13040
13046
|
backgroundColor: 'rgb(242,83,32,1)',
|