@plaidev/karte-action-sdk 1.1.188-28154100.9416174a → 1.1.189
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 +112 -112
- package/dist/index.es.js +117 -115
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
@@ -1086,9 +1086,11 @@ function cloneToJson(data) {
|
|
1086
1086
|
|
1087
1087
|
// prettier-ignore
|
1088
1088
|
/** @internal */
|
1089
|
-
const actionId = typeof
|
1090
|
-
?
|
1091
|
-
:
|
1089
|
+
const actionId = typeof __FIX_ACTION_CHANGE_STATE_EVENT__ === 'string'
|
1090
|
+
? __FIX_ACTION_CHANGE_STATE_EVENT__
|
1091
|
+
: typeof __FLYER_GEN_ACTION_ID_ON_BUILD__ === 'string'
|
1092
|
+
? __FLYER_GEN_ACTION_ID_ON_BUILD__
|
1093
|
+
: randStr();
|
1092
1094
|
/** @internal */
|
1093
1095
|
const ACTION_DESTROY_EVENT = `KARTE-ACTION-DESTROY-${actionId}`;
|
1094
1096
|
/** @internal */
|
@@ -2582,7 +2584,7 @@ class State extends SvelteComponent {
|
|
2582
2584
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2583
2585
|
|
2584
2586
|
function add_css$t(target) {
|
2585
|
-
append_styles(target, "svelte-
|
2587
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2586
2588
|
}
|
2587
2589
|
|
2588
2590
|
// (23:0) {#if $state === path}
|
@@ -2599,7 +2601,7 @@ function create_if_block$8(ctx) {
|
|
2599
2601
|
t = space();
|
2600
2602
|
if (default_slot) default_slot.c();
|
2601
2603
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2602
|
-
attr(div, "class", "state-item svelte-
|
2604
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2603
2605
|
},
|
2604
2606
|
m(target, anchor) {
|
2605
2607
|
insert(target, div, anchor);
|
@@ -3000,7 +3002,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3000
3002
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3001
3003
|
|
3002
3004
|
function add_css$s(target) {
|
3003
|
-
append_styles(target, "svelte-
|
3005
|
+
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}");
|
3004
3006
|
}
|
3005
3007
|
|
3006
3008
|
// (9:0) {#if backgroundOverlay}
|
@@ -3012,7 +3014,7 @@ function create_if_block$7(ctx) {
|
|
3012
3014
|
return {
|
3013
3015
|
c() {
|
3014
3016
|
div = element("div");
|
3015
|
-
attr(div, "class", "background svelte-
|
3017
|
+
attr(div, "class", "background svelte-g6ucc2");
|
3016
3018
|
},
|
3017
3019
|
m(target, anchor) {
|
3018
3020
|
insert(target, div, anchor);
|
@@ -3123,7 +3125,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3123
3125
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3124
3126
|
|
3125
3127
|
function add_css$r(target) {
|
3126
|
-
append_styles(target, "svelte-
|
3128
|
+
append_styles(target, "svelte-1dtbrzj", ".button.svelte-1dtbrzj{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1dtbrzj:link,.button.svelte-1dtbrzj:visited,.button.svelte-1dtbrzj:active,.button.svelte-1dtbrzj:hover{color:inherit}");
|
3127
3129
|
}
|
3128
3130
|
|
3129
3131
|
// (50:0) {:else}
|
@@ -3152,7 +3154,7 @@ function create_else_block$3(ctx) {
|
|
3152
3154
|
button = element("button");
|
3153
3155
|
if (default_slot) default_slot.c();
|
3154
3156
|
set_attributes(button, button_data);
|
3155
|
-
toggle_class(button, "svelte-
|
3157
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3156
3158
|
},
|
3157
3159
|
m(target, anchor) {
|
3158
3160
|
insert(target, button, anchor);
|
@@ -3191,7 +3193,7 @@ function create_else_block$3(ctx) {
|
|
3191
3193
|
dataAttrStopPropagation('click')
|
3192
3194
|
]));
|
3193
3195
|
|
3194
|
-
toggle_class(button, "svelte-
|
3196
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3195
3197
|
},
|
3196
3198
|
i(local) {
|
3197
3199
|
if (current) return;
|
@@ -3222,7 +3224,7 @@ function create_if_block_2(ctx) {
|
|
3222
3224
|
c() {
|
3223
3225
|
div = element("div");
|
3224
3226
|
if (default_slot) default_slot.c();
|
3225
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3227
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3226
3228
|
attr(div, "style", /*style*/ ctx[1]);
|
3227
3229
|
},
|
3228
3230
|
m(target, anchor) {
|
@@ -3304,7 +3306,7 @@ function create_if_block_1$2(ctx) {
|
|
3304
3306
|
a = element("a");
|
3305
3307
|
if (default_slot) default_slot.c();
|
3306
3308
|
set_attributes(a, a_data);
|
3307
|
-
toggle_class(a, "svelte-
|
3309
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3308
3310
|
},
|
3309
3311
|
m(target, anchor) {
|
3310
3312
|
insert(target, a, anchor);
|
@@ -3344,7 +3346,7 @@ function create_if_block_1$2(ctx) {
|
|
3344
3346
|
dataAttrStopPropagation('click')
|
3345
3347
|
]));
|
3346
3348
|
|
3347
|
-
toggle_class(a, "svelte-
|
3349
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3348
3350
|
},
|
3349
3351
|
i(local) {
|
3350
3352
|
if (current) return;
|
@@ -3375,7 +3377,7 @@ function create_if_block$6(ctx) {
|
|
3375
3377
|
c() {
|
3376
3378
|
div = element("div");
|
3377
3379
|
if (default_slot) default_slot.c();
|
3378
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3380
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3379
3381
|
attr(div, "style", /*style*/ ctx[1]);
|
3380
3382
|
},
|
3381
3383
|
m(target, anchor) {
|
@@ -3579,7 +3581,7 @@ class Button extends SvelteComponent {
|
|
3579
3581
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3580
3582
|
|
3581
3583
|
function add_css$q(target) {
|
3582
|
-
append_styles(target, "svelte-
|
3584
|
+
append_styles(target, "svelte-1vrjevr", ".modal.svelte-1vrjevr{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1vrjevr > .button{flex:auto;display:flex}.close.svelte-1vrjevr{position:absolute;top:0;right:0}.close.svelte-1vrjevr > .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-1vrjevr > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1vrjevr{flex:auto;display:flex;justify-content:center;align-items:center}");
|
3583
3585
|
}
|
3584
3586
|
|
3585
3587
|
// (145:0) {#if visible}
|
@@ -3604,7 +3606,7 @@ function create_if_block$5(ctx) {
|
|
3604
3606
|
c() {
|
3605
3607
|
div = element("div");
|
3606
3608
|
create_component(button.$$.fragment);
|
3607
|
-
attr(div, "class", "modal svelte-
|
3609
|
+
attr(div, "class", "modal svelte-1vrjevr");
|
3608
3610
|
attr(div, "role", "dialog");
|
3609
3611
|
attr(div, "aria-modal", "true");
|
3610
3612
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3682,7 +3684,7 @@ function create_if_block_1$1(ctx) {
|
|
3682
3684
|
c() {
|
3683
3685
|
div = element("div");
|
3684
3686
|
create_component(button.$$.fragment);
|
3685
|
-
attr(div, "class", "close svelte-
|
3687
|
+
attr(div, "class", "close svelte-1vrjevr");
|
3686
3688
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3687
3689
|
},
|
3688
3690
|
m(target, anchor) {
|
@@ -3771,7 +3773,7 @@ function create_default_slot$6(ctx) {
|
|
3771
3773
|
t = space();
|
3772
3774
|
div = element("div");
|
3773
3775
|
if (default_slot) default_slot.c();
|
3774
|
-
attr(div, "class", "modal-content svelte-
|
3776
|
+
attr(div, "class", "modal-content svelte-1vrjevr");
|
3775
3777
|
attr(div, "style", /*_style*/ ctx[4]);
|
3776
3778
|
},
|
3777
3779
|
m(target, anchor) {
|
@@ -4262,7 +4264,7 @@ class Grid extends SvelteComponent {
|
|
4262
4264
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4263
4265
|
|
4264
4266
|
function add_css$p(target) {
|
4265
|
-
append_styles(target, "svelte-
|
4267
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4266
4268
|
}
|
4267
4269
|
|
4268
4270
|
function create_fragment$r(ctx) {
|
@@ -4277,8 +4279,8 @@ function create_fragment$r(ctx) {
|
|
4277
4279
|
div1 = element("div");
|
4278
4280
|
div0 = element("div");
|
4279
4281
|
if (default_slot) default_slot.c();
|
4280
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4281
|
-
attr(div1, "class", "grid-item svelte-
|
4282
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4283
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4282
4284
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4283
4285
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4284
4286
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4583,7 +4585,7 @@ class RenderText extends SvelteComponent {
|
|
4583
4585
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4584
4586
|
|
4585
4587
|
function add_css$o(target) {
|
4586
|
-
append_styles(target, "svelte-
|
4588
|
+
append_styles(target, "svelte-hffkvs", ".text-element-wrapper.svelte-hffkvs.svelte-hffkvs{position:relative;height:100%}.text-element.svelte-hffkvs.svelte-hffkvs{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000}.text-link-element.svelte-hffkvs.svelte-hffkvs{text-decoration:none;color:inherit}.text-element-inner.svelte-hffkvs.svelte-hffkvs{width:100%;height:auto}.text-direction-vertical.svelte-hffkvs.svelte-hffkvs{writing-mode:vertical-rl}.text-direction-vertical.svelte-hffkvs .text-element-inner.svelte-hffkvs{width:auto;height:100%}.tooltip.svelte-hffkvs.svelte-hffkvs{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-hffkvs.svelte-hffkvs:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-hffkvs.svelte-hffkvs{display:block}.tooltip-error.svelte-hffkvs.svelte-hffkvs{background-color:#c00}.tooltip-error.svelte-hffkvs.svelte-hffkvs:before{border-bottom:7px solid #c00}");
|
4587
4589
|
}
|
4588
4590
|
|
4589
4591
|
// (86:2) {:else}
|
@@ -4600,8 +4602,8 @@ function create_else_block$1(ctx) {
|
|
4600
4602
|
div1 = element("div");
|
4601
4603
|
div0 = element("div");
|
4602
4604
|
create_component(rendertext.$$.fragment);
|
4603
|
-
attr(div0, "class", "text-element-inner svelte-
|
4604
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4605
|
+
attr(div0, "class", "text-element-inner svelte-hffkvs");
|
4606
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-hffkvs"));
|
4605
4607
|
attr(div1, "style", /*style*/ ctx[5]);
|
4606
4608
|
},
|
4607
4609
|
m(target, anchor) {
|
@@ -4615,7 +4617,7 @@ function create_else_block$1(ctx) {
|
|
4615
4617
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4616
4618
|
rendertext.$set(rendertext_changes);
|
4617
4619
|
|
4618
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4620
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-hffkvs"))) {
|
4619
4621
|
attr(div1, "class", div1_class_value);
|
4620
4622
|
}
|
4621
4623
|
|
@@ -4665,12 +4667,12 @@ function create_if_block$3(ctx) {
|
|
4665
4667
|
t2 = space();
|
4666
4668
|
div2 = element("div");
|
4667
4669
|
div2.textContent = "コピーできませんでした";
|
4668
|
-
attr(div0, "class", "text-element-inner svelte-
|
4670
|
+
attr(div0, "class", "text-element-inner svelte-hffkvs");
|
4669
4671
|
attr(a, "href", '');
|
4670
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4672
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-hffkvs"));
|
4671
4673
|
attr(a, "style", /*style*/ ctx[5]);
|
4672
|
-
attr(div1, "class", "tooltip svelte-
|
4673
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4674
|
+
attr(div1, "class", "tooltip svelte-hffkvs");
|
4675
|
+
attr(div2, "class", "tooltip tooltip-error svelte-hffkvs");
|
4674
4676
|
},
|
4675
4677
|
m(target, anchor) {
|
4676
4678
|
insert(target, a, anchor);
|
@@ -4694,7 +4696,7 @@ function create_if_block$3(ctx) {
|
|
4694
4696
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4695
4697
|
rendertext.$set(rendertext_changes);
|
4696
4698
|
|
4697
|
-
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-
|
4699
|
+
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-hffkvs"))) {
|
4698
4700
|
attr(a, "class", a_class_value);
|
4699
4701
|
}
|
4700
4702
|
|
@@ -4746,7 +4748,7 @@ function create_fragment$p(ctx) {
|
|
4746
4748
|
c() {
|
4747
4749
|
div = element("div");
|
4748
4750
|
if_block.c();
|
4749
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4751
|
+
attr(div, "class", "text-element-wrapper svelte-hffkvs");
|
4750
4752
|
},
|
4751
4753
|
m(target, anchor) {
|
4752
4754
|
insert(target, div, anchor);
|
@@ -4911,7 +4913,7 @@ class TextElement extends SvelteComponent {
|
|
4911
4913
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4912
4914
|
|
4913
4915
|
function add_css$n(target) {
|
4914
|
-
append_styles(target, "svelte-
|
4916
|
+
append_styles(target, "svelte-1ijl494", ".text-button-element.svelte-1ijl494{width:100%;height:100%}.text-button-element.svelte-1ijl494 > .button{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden}.text-button-element.svelte-1ijl494 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1ijl494 > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1ijl494 > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
4915
4917
|
}
|
4916
4918
|
|
4917
4919
|
// (46:2) <Button onClick={onClick} {style} {eventName}>
|
@@ -4967,7 +4969,7 @@ function create_fragment$o(ctx) {
|
|
4967
4969
|
c() {
|
4968
4970
|
div = element("div");
|
4969
4971
|
create_component(button.$$.fragment);
|
4970
|
-
attr(div, "class", "text-button-element svelte-
|
4972
|
+
attr(div, "class", "text-button-element svelte-1ijl494");
|
4971
4973
|
},
|
4972
4974
|
m(target, anchor) {
|
4973
4975
|
insert(target, div, anchor);
|
@@ -5059,7 +5061,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5059
5061
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5060
5062
|
|
5061
5063
|
function add_css$m(target) {
|
5062
|
-
append_styles(target, "svelte-
|
5064
|
+
append_styles(target, "svelte-185kah0", ".image-element.svelte-185kah0{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-185kah0 > .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}.image-element.svelte-185kah0 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-185kah0 > .button:not(._disabled):hover,.image-element.transport.svelte-185kah0 > .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-185kah0{width:100%;height:100%}");
|
5063
5065
|
}
|
5064
5066
|
|
5065
5067
|
// (40:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5070,7 +5072,7 @@ function create_default_slot$4(ctx) {
|
|
5070
5072
|
return {
|
5071
5073
|
c() {
|
5072
5074
|
img = element("img");
|
5073
|
-
attr(img, "class", "image svelte-
|
5075
|
+
attr(img, "class", "image svelte-185kah0");
|
5074
5076
|
attr(img, "loading", "lazy");
|
5075
5077
|
attr(img, "width", "auto");
|
5076
5078
|
attr(img, "height", "auto");
|
@@ -5120,7 +5122,7 @@ function create_fragment$n(ctx) {
|
|
5120
5122
|
c() {
|
5121
5123
|
div = element("div");
|
5122
5124
|
create_component(button.$$.fragment);
|
5123
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5125
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-185kah0");
|
5124
5126
|
},
|
5125
5127
|
m(target, anchor) {
|
5126
5128
|
insert(target, div, anchor);
|
@@ -5139,7 +5141,7 @@ function create_fragment$n(ctx) {
|
|
5139
5141
|
|
5140
5142
|
button.$set(button_changes);
|
5141
5143
|
|
5142
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5144
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-185kah0")) {
|
5143
5145
|
attr(div, "class", div_class_value);
|
5144
5146
|
}
|
5145
5147
|
},
|
@@ -5208,7 +5210,7 @@ class ImageElement extends SvelteComponent {
|
|
5208
5210
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5209
5211
|
|
5210
5212
|
function add_css$l(target) {
|
5211
|
-
append_styles(target, "svelte-
|
5213
|
+
append_styles(target, "svelte-e4h4wn", ".list.svelte-e4h4wn{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5212
5214
|
}
|
5213
5215
|
|
5214
5216
|
function create_fragment$m(ctx) {
|
@@ -5221,7 +5223,7 @@ function create_fragment$m(ctx) {
|
|
5221
5223
|
c() {
|
5222
5224
|
div = element("div");
|
5223
5225
|
if (default_slot) default_slot.c();
|
5224
|
-
attr(div, "class", "list svelte-
|
5226
|
+
attr(div, "class", "list svelte-e4h4wn");
|
5225
5227
|
attr(div, "style", /*style*/ ctx[0]);
|
5226
5228
|
},
|
5227
5229
|
m(target, anchor) {
|
@@ -5355,7 +5357,7 @@ class List extends SvelteComponent {
|
|
5355
5357
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5356
5358
|
|
5357
5359
|
function add_css$k(target) {
|
5358
|
-
append_styles(target, "svelte-
|
5360
|
+
append_styles(target, "svelte-1y59gb", ".list-item.svelte-1y59gb{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1y59gb > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
5359
5361
|
}
|
5360
5362
|
|
5361
5363
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5425,7 +5427,7 @@ function create_fragment$l(ctx) {
|
|
5425
5427
|
c() {
|
5426
5428
|
div = element("div");
|
5427
5429
|
create_component(button.$$.fragment);
|
5428
|
-
attr(div, "class", "list-item svelte-
|
5430
|
+
attr(div, "class", "list-item svelte-1y59gb");
|
5429
5431
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5430
5432
|
},
|
5431
5433
|
m(target, anchor) {
|
@@ -5551,7 +5553,7 @@ class ListItem extends SvelteComponent {
|
|
5551
5553
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5552
5554
|
|
5553
5555
|
function add_css$j(target) {
|
5554
|
-
append_styles(target, "svelte-
|
5556
|
+
append_styles(target, "svelte-ni3m8w", ".embed.svelte-ni3m8w{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-ni3m8w iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000}");
|
5555
5557
|
}
|
5556
5558
|
|
5557
5559
|
function create_fragment$k(ctx) {
|
@@ -5560,7 +5562,7 @@ function create_fragment$k(ctx) {
|
|
5560
5562
|
return {
|
5561
5563
|
c() {
|
5562
5564
|
div = element("div");
|
5563
|
-
attr(div, "class", "embed svelte-
|
5565
|
+
attr(div, "class", "embed svelte-ni3m8w");
|
5564
5566
|
attr(div, "style", /*_style*/ ctx[1]);
|
5565
5567
|
},
|
5566
5568
|
m(target, anchor) {
|
@@ -5603,7 +5605,7 @@ class EmbedElement extends SvelteComponent {
|
|
5603
5605
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5604
5606
|
|
5605
5607
|
function add_css$i(target) {
|
5606
|
-
append_styles(target, "svelte-
|
5608
|
+
append_styles(target, "svelte-55gb6a", ".embed.svelte-55gb6a{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}.embed.svelte-55gb6a iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5607
5609
|
}
|
5608
5610
|
|
5609
5611
|
function create_fragment$j(ctx) {
|
@@ -5615,7 +5617,7 @@ function create_fragment$j(ctx) {
|
|
5615
5617
|
div1 = element("div");
|
5616
5618
|
div0 = element("div");
|
5617
5619
|
attr(div0, "class", "karte-player");
|
5618
|
-
attr(div1, "class", "embed svelte-
|
5620
|
+
attr(div1, "class", "embed svelte-55gb6a");
|
5619
5621
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5620
5622
|
},
|
5621
5623
|
m(target, anchor) {
|
@@ -5957,7 +5959,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
5957
5959
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
5958
5960
|
|
5959
5961
|
function add_css$h(target) {
|
5960
|
-
append_styles(target, "svelte-
|
5962
|
+
append_styles(target, "svelte-55gb6a", ".embed.svelte-55gb6a{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}.embed.svelte-55gb6a iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5961
5963
|
}
|
5962
5964
|
|
5963
5965
|
function create_fragment$i(ctx) {
|
@@ -5969,7 +5971,7 @@ function create_fragment$i(ctx) {
|
|
5969
5971
|
div1 = element("div");
|
5970
5972
|
div0 = element("div");
|
5971
5973
|
attr(div0, "class", "karte-player");
|
5972
|
-
attr(div1, "class", "embed svelte-
|
5974
|
+
attr(div1, "class", "embed svelte-55gb6a");
|
5973
5975
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5974
5976
|
},
|
5975
5977
|
m(target, anchor) {
|
@@ -6153,7 +6155,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6153
6155
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6154
6156
|
|
6155
6157
|
function add_css$g(target) {
|
6156
|
-
append_styles(target, "svelte-
|
6158
|
+
append_styles(target, "svelte-13z4kn0", ".textarea-wrapper.svelte-13z4kn0{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-13z4kn0{width:100%;resize:none}");
|
6157
6159
|
}
|
6158
6160
|
|
6159
6161
|
function create_fragment$h(ctx) {
|
@@ -6166,12 +6168,12 @@ function create_fragment$h(ctx) {
|
|
6166
6168
|
c() {
|
6167
6169
|
div = element("div");
|
6168
6170
|
textarea = element("textarea");
|
6169
|
-
attr(textarea, "class", "textarea svelte-
|
6171
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6170
6172
|
textarea.value = /*$value*/ ctx[3];
|
6171
6173
|
textarea.required = /*required*/ ctx[0];
|
6172
6174
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6173
6175
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6174
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6176
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6175
6177
|
},
|
6176
6178
|
m(target, anchor) {
|
6177
6179
|
insert(target, div, anchor);
|
@@ -6267,7 +6269,7 @@ class FormTextarea extends SvelteComponent {
|
|
6267
6269
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6268
6270
|
|
6269
6271
|
function add_css$f(target) {
|
6270
|
-
append_styles(target, "svelte-
|
6272
|
+
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}");
|
6271
6273
|
}
|
6272
6274
|
|
6273
6275
|
function get_each_context$5(ctx, list, i) {
|
@@ -6300,14 +6302,14 @@ function create_each_block$5(ctx) {
|
|
6300
6302
|
t1 = text(t1_value);
|
6301
6303
|
t2 = space();
|
6302
6304
|
attr(input, "type", "radio");
|
6303
|
-
attr(input, "class", "radio-button-input svelte-
|
6305
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6304
6306
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6305
6307
|
attr(input, "name", /*name*/ ctx[0]);
|
6306
6308
|
input.value = input_value_value = /*option*/ ctx[16];
|
6307
6309
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6308
|
-
attr(span, "class", "radio-button-text svelte-
|
6310
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6309
6311
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6310
|
-
attr(label, "class", "radio-button svelte-
|
6312
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6311
6313
|
},
|
6312
6314
|
m(target, anchor) {
|
6313
6315
|
insert(target, label, anchor);
|
@@ -6372,7 +6374,7 @@ function create_fragment$g(ctx) {
|
|
6372
6374
|
each_blocks[i].c();
|
6373
6375
|
}
|
6374
6376
|
|
6375
|
-
attr(div, "class", "radio-buttons svelte-
|
6377
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6376
6378
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6377
6379
|
},
|
6378
6380
|
m(target, anchor) {
|
@@ -6539,7 +6541,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6539
6541
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6540
6542
|
|
6541
6543
|
function add_css$e(target) {
|
6542
|
-
append_styles(target, "svelte-
|
6544
|
+
append_styles(target, "svelte-1ihv110", ".select.svelte-1ihv110{width:100%;height:100%}.select-select.svelte-1ihv110{position:relative;appearance:none;width:100%;height:100%}.select-select.svelte-1ihv110: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-1ihv110{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}");
|
6543
6545
|
}
|
6544
6546
|
|
6545
6547
|
function get_each_context$4(ctx, list, i) {
|
@@ -6673,10 +6675,10 @@ function create_fragment$f(ctx) {
|
|
6673
6675
|
|
6674
6676
|
t = space();
|
6675
6677
|
div0 = element("div");
|
6676
|
-
attr(select, "class", "select-select svelte-
|
6678
|
+
attr(select, "class", "select-select svelte-1ihv110");
|
6677
6679
|
attr(select, "style", /*style*/ ctx[3]);
|
6678
|
-
attr(div0, "class", "select-icon svelte-
|
6679
|
-
attr(div1, "class", "select svelte-
|
6680
|
+
attr(div0, "class", "select-icon svelte-1ihv110");
|
6681
|
+
attr(div1, "class", "select svelte-1ihv110");
|
6680
6682
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6681
6683
|
},
|
6682
6684
|
m(target, anchor) {
|
@@ -6878,7 +6880,7 @@ class FormSelect extends SvelteComponent {
|
|
6878
6880
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6879
6881
|
|
6880
6882
|
function add_css$d(target) {
|
6881
|
-
append_styles(target, "svelte-
|
6883
|
+
append_styles(target, "svelte-wtt98v", ".check-boxes.svelte-wtt98v.svelte-wtt98v{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.check-box.svelte-wtt98v.svelte-wtt98v{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-wtt98v.svelte-wtt98v{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-wtt98v.svelte-wtt98v{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-wtt98v.svelte-wtt98v{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-wtt98v.svelte-wtt98v: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-wtt98v.svelte-wtt98v{background-color:var(--color-main-active)}.check-box-check._checked.svelte-wtt98v .check-box-icon.svelte-wtt98v:after{border-color:var(--color-sub-active)}.check-box-text.svelte-wtt98v.svelte-wtt98v{margin-left:0.5em}");
|
6882
6884
|
}
|
6883
6885
|
|
6884
6886
|
function get_each_context$3(ctx, list, i) {
|
@@ -6916,19 +6918,19 @@ function create_each_block$3(ctx) {
|
|
6916
6918
|
span2 = element("span");
|
6917
6919
|
t2 = text(t2_value);
|
6918
6920
|
t3 = space();
|
6919
|
-
attr(input, "class", "check-box-input svelte-
|
6921
|
+
attr(input, "class", "check-box-input svelte-wtt98v");
|
6920
6922
|
attr(input, "type", "checkbox");
|
6921
6923
|
attr(input, "name", /*name*/ ctx[0]);
|
6922
6924
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
6923
|
-
attr(span0, "class", "check-box-icon svelte-
|
6925
|
+
attr(span0, "class", "check-box-icon svelte-wtt98v");
|
6924
6926
|
|
6925
6927
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6926
6928
|
? ' _checked'
|
6927
|
-
: ''}`) + " svelte-
|
6929
|
+
: ''}`) + " svelte-wtt98v"));
|
6928
6930
|
|
6929
|
-
attr(span2, "class", "check-box-text svelte-
|
6931
|
+
attr(span2, "class", "check-box-text svelte-wtt98v");
|
6930
6932
|
attr(span2, "style", /*_textStyle*/ ctx[2]);
|
6931
|
-
attr(label, "class", "check-box svelte-
|
6933
|
+
attr(label, "class", "check-box svelte-wtt98v");
|
6932
6934
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
6933
6935
|
},
|
6934
6936
|
m(target, anchor) {
|
@@ -6960,7 +6962,7 @@ function create_each_block$3(ctx) {
|
|
6960
6962
|
|
6961
6963
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6962
6964
|
? ' _checked'
|
6963
|
-
: ''}`) + " svelte-
|
6965
|
+
: ''}`) + " svelte-wtt98v"))) {
|
6964
6966
|
attr(span1, "class", span1_class_value);
|
6965
6967
|
}
|
6966
6968
|
|
@@ -6999,7 +7001,7 @@ function create_fragment$e(ctx) {
|
|
6999
7001
|
each_blocks[i].c();
|
7000
7002
|
}
|
7001
7003
|
|
7002
|
-
attr(div, "class", "check-boxes svelte-
|
7004
|
+
attr(div, "class", "check-boxes svelte-wtt98v");
|
7003
7005
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7004
7006
|
},
|
7005
7007
|
m(target, anchor) {
|
@@ -7173,7 +7175,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7173
7175
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7174
7176
|
|
7175
7177
|
function add_css$c(target) {
|
7176
|
-
append_styles(target, "svelte-
|
7178
|
+
append_styles(target, "svelte-18pfy31", ".rating-buttons.svelte-18pfy31{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-18pfy31{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}");
|
7177
7179
|
}
|
7178
7180
|
|
7179
7181
|
function get_each_context$2(ctx, list, i) {
|
@@ -7197,7 +7199,7 @@ function create_each_block$2(ctx) {
|
|
7197
7199
|
button = element("button");
|
7198
7200
|
t0 = text(t0_value);
|
7199
7201
|
t1 = space();
|
7200
|
-
attr(button, "class", "rating-button svelte-
|
7202
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7201
7203
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7202
7204
|
},
|
7203
7205
|
m(target, anchor) {
|
@@ -7246,7 +7248,7 @@ function create_fragment$d(ctx) {
|
|
7246
7248
|
each_blocks[i].c();
|
7247
7249
|
}
|
7248
7250
|
|
7249
|
-
attr(div, "class", "rating-buttons svelte-
|
7251
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7250
7252
|
},
|
7251
7253
|
m(target, anchor) {
|
7252
7254
|
insert(target, div, anchor);
|
@@ -7383,7 +7385,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7383
7385
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7384
7386
|
|
7385
7387
|
function add_css$b(target) {
|
7386
|
-
append_styles(target, "svelte-
|
7388
|
+
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%)}");
|
7387
7389
|
}
|
7388
7390
|
|
7389
7391
|
function get_each_context$1(ctx, list, i) {
|
@@ -7408,9 +7410,9 @@ function create_each_block$1(ctx) {
|
|
7408
7410
|
img = element("img");
|
7409
7411
|
t = space();
|
7410
7412
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7411
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7413
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7412
7414
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7413
|
-
attr(button, "class", "rating-button svelte-
|
7415
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7414
7416
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7415
7417
|
},
|
7416
7418
|
m(target, anchor) {
|
@@ -7426,7 +7428,7 @@ function create_each_block$1(ctx) {
|
|
7426
7428
|
p(new_ctx, dirty) {
|
7427
7429
|
ctx = new_ctx;
|
7428
7430
|
|
7429
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7431
|
+
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"))) {
|
7430
7432
|
attr(img, "class", img_class_value);
|
7431
7433
|
}
|
7432
7434
|
|
@@ -7459,7 +7461,7 @@ function create_fragment$c(ctx) {
|
|
7459
7461
|
each_blocks[i].c();
|
7460
7462
|
}
|
7461
7463
|
|
7462
|
-
attr(div, "class", "rating-buttons svelte-
|
7464
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7463
7465
|
},
|
7464
7466
|
m(target, anchor) {
|
7465
7467
|
insert(target, div, anchor);
|
@@ -7567,7 +7569,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7567
7569
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7568
7570
|
|
7569
7571
|
function add_css$a(target) {
|
7570
|
-
append_styles(target, "svelte-
|
7572
|
+
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%}");
|
7571
7573
|
}
|
7572
7574
|
|
7573
7575
|
function get_each_context(ctx, list, i) {
|
@@ -7596,9 +7598,9 @@ function create_if_block_1(ctx) {
|
|
7596
7598
|
attr(svg, "viewBox", "0 0 10 16");
|
7597
7599
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7598
7600
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7599
|
-
attr(button, "class", "move-button svelte-
|
7601
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7600
7602
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7601
|
-
attr(div, "class", "prev-button-container svelte-
|
7603
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
7602
7604
|
},
|
7603
7605
|
m(target, anchor) {
|
7604
7606
|
insert(target, div, anchor);
|
@@ -7647,9 +7649,9 @@ function create_if_block$1(ctx) {
|
|
7647
7649
|
attr(svg, "viewBox", "0 0 10 16");
|
7648
7650
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7649
7651
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7650
|
-
attr(button, "class", "move-button svelte-
|
7652
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7651
7653
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7652
|
-
attr(div, "class", "next-button-container svelte-
|
7654
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
7653
7655
|
},
|
7654
7656
|
m(target, anchor) {
|
7655
7657
|
insert(target, div, anchor);
|
@@ -7697,9 +7699,9 @@ function create_each_block(ctx) {
|
|
7697
7699
|
button = element("button");
|
7698
7700
|
div = element("div");
|
7699
7701
|
t = space();
|
7700
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7702
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
7701
7703
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7702
|
-
attr(button, "class", "navigation-item svelte-
|
7704
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
7703
7705
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7704
7706
|
},
|
7705
7707
|
m(target, anchor) {
|
@@ -7776,14 +7778,14 @@ function create_fragment$b(ctx) {
|
|
7776
7778
|
each_blocks[i].c();
|
7777
7779
|
}
|
7778
7780
|
|
7779
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7781
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
7780
7782
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7781
|
-
attr(div1, "class", "container svelte-
|
7783
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
7782
7784
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7783
|
-
attr(div2, "class", "navigation svelte-
|
7785
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
7784
7786
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7785
7787
|
set_attributes(div3, div3_data);
|
7786
|
-
toggle_class(div3, "svelte-
|
7788
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7787
7789
|
},
|
7788
7790
|
m(target, anchor) {
|
7789
7791
|
insert(target, div3, anchor);
|
@@ -7825,7 +7827,7 @@ function create_fragment$b(ctx) {
|
|
7825
7827
|
}
|
7826
7828
|
}
|
7827
7829
|
|
7828
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7830
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
7829
7831
|
attr(div0, "class", div0_class_value);
|
7830
7832
|
}
|
7831
7833
|
|
@@ -7891,7 +7893,7 @@ function create_fragment$b(ctx) {
|
|
7891
7893
|
}
|
7892
7894
|
|
7893
7895
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7894
|
-
toggle_class(div3, "svelte-
|
7896
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7895
7897
|
},
|
7896
7898
|
i(local) {
|
7897
7899
|
if (current) return;
|
@@ -8403,7 +8405,7 @@ class Slide extends SvelteComponent {
|
|
8403
8405
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8404
8406
|
|
8405
8407
|
function add_css$9(target) {
|
8406
|
-
append_styles(target, "svelte-
|
8408
|
+
append_styles(target, "svelte-1ilvo81", ".item.svelte-1ilvo81{height:100%;flex:none;position:relative}.item.svelte-1ilvo81 img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1ilvo81{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
8407
8409
|
}
|
8408
8410
|
|
8409
8411
|
function create_fragment$a(ctx) {
|
@@ -8418,9 +8420,9 @@ function create_fragment$a(ctx) {
|
|
8418
8420
|
div1 = element("div");
|
8419
8421
|
div0 = element("div");
|
8420
8422
|
if (default_slot) default_slot.c();
|
8421
|
-
attr(div0, "class", "item-inner svelte-
|
8423
|
+
attr(div0, "class", "item-inner svelte-1ilvo81");
|
8422
8424
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8423
|
-
attr(div1, "class", "item svelte-
|
8425
|
+
attr(div1, "class", "item svelte-1ilvo81");
|
8424
8426
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8425
8427
|
},
|
8426
8428
|
m(target, anchor) {
|
@@ -8546,7 +8548,7 @@ class SlideItem extends SvelteComponent {
|
|
8546
8548
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8547
8549
|
|
8548
8550
|
function add_css$8(target) {
|
8549
|
-
append_styles(target, "svelte-
|
8551
|
+
append_styles(target, "svelte-5j9cpu", ".countdown.svelte-5j9cpu{position:relative;width:100%;height:100%}.countdown-inner.svelte-5j9cpu{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
8550
8552
|
}
|
8551
8553
|
|
8552
8554
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8564,9 +8566,9 @@ function create_fragment$9(ctx) {
|
|
8564
8566
|
div1 = element("div");
|
8565
8567
|
div0 = element("div");
|
8566
8568
|
if (default_slot) default_slot.c();
|
8567
|
-
attr(div0, "class", "countdown-inner svelte-
|
8569
|
+
attr(div0, "class", "countdown-inner svelte-5j9cpu");
|
8568
8570
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8569
|
-
attr(div1, "class", "countdown svelte-
|
8571
|
+
attr(div1, "class", "countdown svelte-5j9cpu");
|
8570
8572
|
},
|
8571
8573
|
m(target, anchor) {
|
8572
8574
|
insert(target, div1, anchor);
|
@@ -8700,7 +8702,7 @@ class Countdown extends SvelteComponent {
|
|
8700
8702
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8701
8703
|
|
8702
8704
|
function add_css$7(target) {
|
8703
|
-
append_styles(target, "svelte-
|
8705
|
+
append_styles(target, "svelte-ppc4fn", ".box.svelte-ppc4fn{position:relative;width:100%;height:100%}.box.svelte-ppc4fn > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
8704
8706
|
}
|
8705
8707
|
|
8706
8708
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8770,7 +8772,7 @@ function create_fragment$8(ctx) {
|
|
8770
8772
|
c() {
|
8771
8773
|
div = element("div");
|
8772
8774
|
create_component(button.$$.fragment);
|
8773
|
-
attr(div, "class", "box svelte-
|
8775
|
+
attr(div, "class", "box svelte-ppc4fn");
|
8774
8776
|
},
|
8775
8777
|
m(target, anchor) {
|
8776
8778
|
insert(target, div, anchor);
|
@@ -8831,7 +8833,7 @@ class Box extends SvelteComponent {
|
|
8831
8833
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8832
8834
|
|
8833
8835
|
function add_css$6(target) {
|
8834
|
-
append_styles(target, "svelte-
|
8836
|
+
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)}");
|
8835
8837
|
}
|
8836
8838
|
|
8837
8839
|
// (56:4) {#if svg}
|
@@ -8913,7 +8915,7 @@ function create_fragment$7(ctx) {
|
|
8913
8915
|
c() {
|
8914
8916
|
div = element("div");
|
8915
8917
|
create_component(button.$$.fragment);
|
8916
|
-
attr(div, "class", "icon svelte-
|
8918
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
8917
8919
|
},
|
8918
8920
|
m(target, anchor) {
|
8919
8921
|
insert(target, div, anchor);
|
@@ -9022,7 +9024,7 @@ class IconElement extends SvelteComponent {
|
|
9022
9024
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9023
9025
|
|
9024
9026
|
function add_css$5(target) {
|
9025
|
-
append_styles(target, "svelte-
|
9027
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9026
9028
|
}
|
9027
9029
|
|
9028
9030
|
function create_fragment$6(ctx) {
|
@@ -9048,7 +9050,7 @@ function create_fragment$6(ctx) {
|
|
9048
9050
|
c() {
|
9049
9051
|
div = element("div");
|
9050
9052
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9051
|
-
attr(div, "class", "codeElement svelte-
|
9053
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9052
9054
|
attr(div, "style", /*style*/ ctx[3]);
|
9053
9055
|
},
|
9054
9056
|
m(target, anchor) {
|
@@ -9137,7 +9139,7 @@ class CodeElement extends SvelteComponent {
|
|
9137
9139
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9138
9140
|
|
9139
9141
|
function add_css$4(target) {
|
9140
|
-
append_styles(target, "svelte-
|
9142
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9141
9143
|
}
|
9142
9144
|
|
9143
9145
|
function create_fragment$5(ctx) {
|
@@ -9151,7 +9153,7 @@ function create_fragment$5(ctx) {
|
|
9151
9153
|
c() {
|
9152
9154
|
div = element("div");
|
9153
9155
|
if (default_slot) default_slot.c();
|
9154
|
-
attr(div, "class", "flex svelte-
|
9156
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9155
9157
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9156
9158
|
},
|
9157
9159
|
m(target, anchor) {
|
@@ -9248,7 +9250,7 @@ class Flex extends SvelteComponent {
|
|
9248
9250
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9249
9251
|
|
9250
9252
|
function add_css$3(target) {
|
9251
|
-
append_styles(target, "svelte-
|
9253
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9252
9254
|
}
|
9253
9255
|
|
9254
9256
|
function create_fragment$4(ctx) {
|
@@ -9261,7 +9263,7 @@ function create_fragment$4(ctx) {
|
|
9261
9263
|
c() {
|
9262
9264
|
div = element("div");
|
9263
9265
|
if (default_slot) default_slot.c();
|
9264
|
-
attr(div, "class", "flex-item svelte-
|
9266
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9265
9267
|
attr(div, "style", /*style*/ ctx[0]);
|
9266
9268
|
},
|
9267
9269
|
m(target, anchor) {
|
@@ -9669,7 +9671,7 @@ class GridModalState extends SvelteComponent {
|
|
9669
9671
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9670
9672
|
|
9671
9673
|
function add_css$2(target) {
|
9672
|
-
append_styles(target, "svelte-
|
9674
|
+
append_styles(target, "svelte-q1o685", ".text-block.svelte-q1o685.svelte-q1o685{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto}.text-block-inner.svelte-q1o685.svelte-q1o685{width:100%;height:auto}.text-direction-vertical.svelte-q1o685.svelte-q1o685{writing-mode:vertical-rl}.text-direction-vertical.svelte-q1o685 .text-block-inner.svelte-q1o685{width:auto;height:100%}");
|
9673
9675
|
}
|
9674
9676
|
|
9675
9677
|
function create_fragment$2(ctx) {
|
@@ -9685,8 +9687,8 @@ function create_fragment$2(ctx) {
|
|
9685
9687
|
div1 = element("div");
|
9686
9688
|
div0 = element("div");
|
9687
9689
|
create_component(rendertext.$$.fragment);
|
9688
|
-
attr(div0, "class", "text-block-inner svelte-
|
9689
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9690
|
+
attr(div0, "class", "text-block-inner svelte-q1o685");
|
9691
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-q1o685"));
|
9690
9692
|
attr(div1, "style", /*style*/ ctx[2]);
|
9691
9693
|
},
|
9692
9694
|
m(target, anchor) {
|
@@ -9700,7 +9702,7 @@ function create_fragment$2(ctx) {
|
|
9700
9702
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9701
9703
|
rendertext.$set(rendertext_changes);
|
9702
9704
|
|
9703
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9705
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-q1o685"))) {
|
9704
9706
|
attr(div1, "class", div1_class_value);
|
9705
9707
|
}
|
9706
9708
|
|
@@ -9778,7 +9780,7 @@ class TextBlock extends SvelteComponent {
|
|
9778
9780
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9779
9781
|
|
9780
9782
|
function add_css$1(target) {
|
9781
|
-
append_styles(target, "svelte-
|
9783
|
+
append_styles(target, "svelte-1cungpm", ".text-button-block.svelte-1cungpm{width:100%;height:100%}.text-button.svelte-1cungpm{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s}.text-button.svelte-1cungpm:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1cungpm:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
9782
9784
|
}
|
9783
9785
|
|
9784
9786
|
function create_fragment$1(ctx) {
|
@@ -9795,9 +9797,9 @@ function create_fragment$1(ctx) {
|
|
9795
9797
|
div = element("div");
|
9796
9798
|
button = element("button");
|
9797
9799
|
create_component(rendertext.$$.fragment);
|
9798
|
-
attr(button, "class", "text-button svelte-
|
9800
|
+
attr(button, "class", "text-button svelte-1cungpm");
|
9799
9801
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9800
|
-
attr(div, "class", "text-button-block svelte-
|
9802
|
+
attr(div, "class", "text-button-block svelte-1cungpm");
|
9801
9803
|
attr(div, "style", /*_style*/ ctx[2]);
|
9802
9804
|
},
|
9803
9805
|
m(target, anchor) {
|
@@ -9903,7 +9905,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9903
9905
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9904
9906
|
|
9905
9907
|
function add_css(target) {
|
9906
|
-
append_styles(target, "svelte-
|
9908
|
+
append_styles(target, "svelte-77bqvv", ".image-block.svelte-77bqvv{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}.image.svelte-77bqvv{width:100%;height:100%}.transport.svelte-77bqvv:hover,.transport.svelte-77bqvv:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
9907
9909
|
}
|
9908
9910
|
|
9909
9911
|
function create_fragment(ctx) {
|
@@ -9918,14 +9920,14 @@ function create_fragment(ctx) {
|
|
9918
9920
|
c() {
|
9919
9921
|
div = element("div");
|
9920
9922
|
img = element("img");
|
9921
|
-
attr(img, "class", "image svelte-
|
9923
|
+
attr(img, "class", "image svelte-77bqvv");
|
9922
9924
|
attr(img, "loading", "lazy");
|
9923
9925
|
attr(img, "width", "auto");
|
9924
9926
|
attr(img, "height", "auto");
|
9925
9927
|
attr(img, "style", /*_imageStyle*/ ctx[3]);
|
9926
9928
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9927
9929
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9928
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9930
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-77bqvv"));
|
9929
9931
|
attr(div, "style", /*_style*/ ctx[4]);
|
9930
9932
|
},
|
9931
9933
|
m(target, anchor) {
|
@@ -9950,7 +9952,7 @@ function create_fragment(ctx) {
|
|
9950
9952
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9951
9953
|
}
|
9952
9954
|
|
9953
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9955
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-77bqvv"))) {
|
9954
9956
|
attr(div, "class", div_class_value);
|
9955
9957
|
}
|
9956
9958
|
|