@plaidev/karte-action-sdk 1.1.193-28161148.733861d6 → 1.1.193
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 +112 -112
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2587,7 +2587,7 @@ class State extends SvelteComponent {
|
|
2587
2587
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2588
2588
|
|
2589
2589
|
function add_css$t(target) {
|
2590
|
-
append_styles(target, "svelte-
|
2590
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2591
2591
|
}
|
2592
2592
|
|
2593
2593
|
// (23:0) {#if $state === path}
|
@@ -2604,7 +2604,7 @@ function create_if_block$8(ctx) {
|
|
2604
2604
|
t = space();
|
2605
2605
|
if (default_slot) default_slot.c();
|
2606
2606
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2607
|
-
attr(div, "class", "state-item svelte-
|
2607
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2608
2608
|
},
|
2609
2609
|
m(target, anchor) {
|
2610
2610
|
insert(target, div, anchor);
|
@@ -3006,7 +3006,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3006
3006
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3007
3007
|
|
3008
3008
|
function add_css$s(target) {
|
3009
|
-
append_styles(target, "svelte-
|
3009
|
+
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}");
|
3010
3010
|
}
|
3011
3011
|
|
3012
3012
|
// (9:0) {#if backgroundOverlay}
|
@@ -3018,7 +3018,7 @@ function create_if_block$7(ctx) {
|
|
3018
3018
|
return {
|
3019
3019
|
c() {
|
3020
3020
|
div = element("div");
|
3021
|
-
attr(div, "class", "background svelte-
|
3021
|
+
attr(div, "class", "background svelte-g6ucc2");
|
3022
3022
|
},
|
3023
3023
|
m(target, anchor) {
|
3024
3024
|
insert(target, div, anchor);
|
@@ -3129,7 +3129,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3129
3129
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3130
3130
|
|
3131
3131
|
function add_css$r(target) {
|
3132
|
-
append_styles(target, "svelte-
|
3132
|
+
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}");
|
3133
3133
|
}
|
3134
3134
|
|
3135
3135
|
// (50:0) {:else}
|
@@ -3158,7 +3158,7 @@ function create_else_block$3(ctx) {
|
|
3158
3158
|
button = element("button");
|
3159
3159
|
if (default_slot) default_slot.c();
|
3160
3160
|
set_attributes(button, button_data);
|
3161
|
-
toggle_class(button, "svelte-
|
3161
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3162
3162
|
},
|
3163
3163
|
m(target, anchor) {
|
3164
3164
|
insert(target, button, anchor);
|
@@ -3197,7 +3197,7 @@ function create_else_block$3(ctx) {
|
|
3197
3197
|
dataAttrStopPropagation('click')
|
3198
3198
|
]));
|
3199
3199
|
|
3200
|
-
toggle_class(button, "svelte-
|
3200
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3201
3201
|
},
|
3202
3202
|
i(local) {
|
3203
3203
|
if (current) return;
|
@@ -3228,7 +3228,7 @@ function create_if_block_2(ctx) {
|
|
3228
3228
|
c() {
|
3229
3229
|
div = element("div");
|
3230
3230
|
if (default_slot) default_slot.c();
|
3231
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3231
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3232
3232
|
attr(div, "style", /*style*/ ctx[1]);
|
3233
3233
|
},
|
3234
3234
|
m(target, anchor) {
|
@@ -3312,7 +3312,7 @@ function create_if_block_1$2(ctx) {
|
|
3312
3312
|
a = element("a");
|
3313
3313
|
if (default_slot) default_slot.c();
|
3314
3314
|
set_attributes(a, a_data);
|
3315
|
-
toggle_class(a, "svelte-
|
3315
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3316
3316
|
},
|
3317
3317
|
m(target, anchor) {
|
3318
3318
|
insert(target, a, anchor);
|
@@ -3354,7 +3354,7 @@ function create_if_block_1$2(ctx) {
|
|
3354
3354
|
dataAttrStopPropagation('click')
|
3355
3355
|
]));
|
3356
3356
|
|
3357
|
-
toggle_class(a, "svelte-
|
3357
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3358
3358
|
},
|
3359
3359
|
i(local) {
|
3360
3360
|
if (current) return;
|
@@ -3385,7 +3385,7 @@ function create_if_block$6(ctx) {
|
|
3385
3385
|
c() {
|
3386
3386
|
div = element("div");
|
3387
3387
|
if (default_slot) default_slot.c();
|
3388
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3388
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3389
3389
|
attr(div, "style", /*style*/ ctx[1]);
|
3390
3390
|
},
|
3391
3391
|
m(target, anchor) {
|
@@ -3589,7 +3589,7 @@ class Button extends SvelteComponent {
|
|
3589
3589
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3590
3590
|
|
3591
3591
|
function add_css$q(target) {
|
3592
|
-
append_styles(target, "svelte-
|
3592
|
+
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}");
|
3593
3593
|
}
|
3594
3594
|
|
3595
3595
|
// (145:0) {#if visible}
|
@@ -3614,7 +3614,7 @@ function create_if_block$5(ctx) {
|
|
3614
3614
|
c() {
|
3615
3615
|
div = element("div");
|
3616
3616
|
create_component(button.$$.fragment);
|
3617
|
-
attr(div, "class", "modal svelte-
|
3617
|
+
attr(div, "class", "modal svelte-1vrjevr");
|
3618
3618
|
attr(div, "role", "dialog");
|
3619
3619
|
attr(div, "aria-modal", "true");
|
3620
3620
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3692,7 +3692,7 @@ function create_if_block_1$1(ctx) {
|
|
3692
3692
|
c() {
|
3693
3693
|
div = element("div");
|
3694
3694
|
create_component(button.$$.fragment);
|
3695
|
-
attr(div, "class", "close svelte-
|
3695
|
+
attr(div, "class", "close svelte-1vrjevr");
|
3696
3696
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3697
3697
|
},
|
3698
3698
|
m(target, anchor) {
|
@@ -3781,7 +3781,7 @@ function create_default_slot$6(ctx) {
|
|
3781
3781
|
t = space();
|
3782
3782
|
div = element("div");
|
3783
3783
|
if (default_slot) default_slot.c();
|
3784
|
-
attr(div, "class", "modal-content svelte-
|
3784
|
+
attr(div, "class", "modal-content svelte-1vrjevr");
|
3785
3785
|
attr(div, "style", /*_style*/ ctx[4]);
|
3786
3786
|
},
|
3787
3787
|
m(target, anchor) {
|
@@ -4272,7 +4272,7 @@ class Grid extends SvelteComponent {
|
|
4272
4272
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4273
4273
|
|
4274
4274
|
function add_css$p(target) {
|
4275
|
-
append_styles(target, "svelte-
|
4275
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4276
4276
|
}
|
4277
4277
|
|
4278
4278
|
function create_fragment$r(ctx) {
|
@@ -4287,8 +4287,8 @@ function create_fragment$r(ctx) {
|
|
4287
4287
|
div1 = element("div");
|
4288
4288
|
div0 = element("div");
|
4289
4289
|
if (default_slot) default_slot.c();
|
4290
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4291
|
-
attr(div1, "class", "grid-item svelte-
|
4290
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4291
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4292
4292
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4293
4293
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4294
4294
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4593,7 +4593,7 @@ class RenderText extends SvelteComponent {
|
|
4593
4593
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4594
4594
|
|
4595
4595
|
function add_css$o(target) {
|
4596
|
-
append_styles(target, "svelte-
|
4596
|
+
append_styles(target, "svelte-f358iy", ".text-element-wrapper.svelte-f358iy.svelte-f358iy{position:relative;height:100%}.text-element.svelte-f358iy.svelte-f358iy{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}.text-link-element.svelte-f358iy.svelte-f358iy{text-decoration:none;color:inherit}.text-element-inner.svelte-f358iy.svelte-f358iy{width:100%;height:auto}.text-direction-vertical.svelte-f358iy.svelte-f358iy{writing-mode:vertical-rl}.text-direction-vertical.svelte-f358iy .text-element-inner.svelte-f358iy{width:auto;height:100%}.tooltip.svelte-f358iy.svelte-f358iy{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-f358iy.svelte-f358iy:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-f358iy.svelte-f358iy{display:block}.tooltip-error.svelte-f358iy.svelte-f358iy{background-color:#c00}.tooltip-error.svelte-f358iy.svelte-f358iy:before{border-bottom:7px solid #c00}");
|
4597
4597
|
}
|
4598
4598
|
|
4599
4599
|
// (86:2) {:else}
|
@@ -4610,8 +4610,8 @@ function create_else_block$1(ctx) {
|
|
4610
4610
|
div1 = element("div");
|
4611
4611
|
div0 = element("div");
|
4612
4612
|
create_component(rendertext.$$.fragment);
|
4613
|
-
attr(div0, "class", "text-element-inner svelte-
|
4614
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4613
|
+
attr(div0, "class", "text-element-inner svelte-f358iy");
|
4614
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-f358iy"));
|
4615
4615
|
attr(div1, "style", /*style*/ ctx[5]);
|
4616
4616
|
},
|
4617
4617
|
m(target, anchor) {
|
@@ -4625,7 +4625,7 @@ function create_else_block$1(ctx) {
|
|
4625
4625
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4626
4626
|
rendertext.$set(rendertext_changes);
|
4627
4627
|
|
4628
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4628
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-f358iy"))) {
|
4629
4629
|
attr(div1, "class", div1_class_value);
|
4630
4630
|
}
|
4631
4631
|
|
@@ -4675,12 +4675,12 @@ function create_if_block$3(ctx) {
|
|
4675
4675
|
t2 = space();
|
4676
4676
|
div2 = element("div");
|
4677
4677
|
div2.textContent = "コピーできませんでした";
|
4678
|
-
attr(div0, "class", "text-element-inner svelte-
|
4678
|
+
attr(div0, "class", "text-element-inner svelte-f358iy");
|
4679
4679
|
attr(a, "href", '');
|
4680
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4680
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-f358iy"));
|
4681
4681
|
attr(a, "style", /*style*/ ctx[5]);
|
4682
|
-
attr(div1, "class", "tooltip svelte-
|
4683
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4682
|
+
attr(div1, "class", "tooltip svelte-f358iy");
|
4683
|
+
attr(div2, "class", "tooltip tooltip-error svelte-f358iy");
|
4684
4684
|
},
|
4685
4685
|
m(target, anchor) {
|
4686
4686
|
insert(target, a, anchor);
|
@@ -4704,7 +4704,7 @@ function create_if_block$3(ctx) {
|
|
4704
4704
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4705
4705
|
rendertext.$set(rendertext_changes);
|
4706
4706
|
|
4707
|
-
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-
|
4707
|
+
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-f358iy"))) {
|
4708
4708
|
attr(a, "class", a_class_value);
|
4709
4709
|
}
|
4710
4710
|
|
@@ -4756,7 +4756,7 @@ function create_fragment$p(ctx) {
|
|
4756
4756
|
c() {
|
4757
4757
|
div = element("div");
|
4758
4758
|
if_block.c();
|
4759
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4759
|
+
attr(div, "class", "text-element-wrapper svelte-f358iy");
|
4760
4760
|
},
|
4761
4761
|
m(target, anchor) {
|
4762
4762
|
insert(target, div, anchor);
|
@@ -4921,7 +4921,7 @@ class TextElement extends SvelteComponent {
|
|
4921
4921
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4922
4922
|
|
4923
4923
|
function add_css$n(target) {
|
4924
|
-
append_styles(target, "svelte-
|
4924
|
+
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)}");
|
4925
4925
|
}
|
4926
4926
|
|
4927
4927
|
// (46:2) <Button onClick={onClick} {style} {eventName}>
|
@@ -4977,7 +4977,7 @@ function create_fragment$o(ctx) {
|
|
4977
4977
|
c() {
|
4978
4978
|
div = element("div");
|
4979
4979
|
create_component(button.$$.fragment);
|
4980
|
-
attr(div, "class", "text-button-element svelte-
|
4980
|
+
attr(div, "class", "text-button-element svelte-1ijl494");
|
4981
4981
|
},
|
4982
4982
|
m(target, anchor) {
|
4983
4983
|
insert(target, div, anchor);
|
@@ -5069,7 +5069,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5069
5069
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5070
5070
|
|
5071
5071
|
function add_css$m(target) {
|
5072
|
-
append_styles(target, "svelte-
|
5072
|
+
append_styles(target, "svelte-f3bdqy", ".image-element.svelte-f3bdqy{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-f3bdqy > .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-f3bdqy > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-f3bdqy > .button:not(._disabled):hover,.image-element.transport.svelte-f3bdqy > .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-f3bdqy{width:100%;height:100%}");
|
5073
5073
|
}
|
5074
5074
|
|
5075
5075
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5081,7 +5081,7 @@ function create_default_slot$4(ctx) {
|
|
5081
5081
|
return {
|
5082
5082
|
c() {
|
5083
5083
|
img = element("img");
|
5084
|
-
attr(img, "class", "image svelte-
|
5084
|
+
attr(img, "class", "image svelte-f3bdqy");
|
5085
5085
|
attr(img, "loading", "lazy");
|
5086
5086
|
attr(img, "width", "auto");
|
5087
5087
|
attr(img, "height", "auto");
|
@@ -5131,7 +5131,7 @@ function create_fragment$n(ctx) {
|
|
5131
5131
|
c() {
|
5132
5132
|
div = element("div");
|
5133
5133
|
create_component(button.$$.fragment);
|
5134
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5134
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-f3bdqy");
|
5135
5135
|
},
|
5136
5136
|
m(target, anchor) {
|
5137
5137
|
insert(target, div, anchor);
|
@@ -5150,7 +5150,7 @@ function create_fragment$n(ctx) {
|
|
5150
5150
|
|
5151
5151
|
button.$set(button_changes);
|
5152
5152
|
|
5153
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5153
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-f3bdqy")) {
|
5154
5154
|
attr(div, "class", div_class_value);
|
5155
5155
|
}
|
5156
5156
|
},
|
@@ -5222,7 +5222,7 @@ class ImageElement extends SvelteComponent {
|
|
5222
5222
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5223
5223
|
|
5224
5224
|
function add_css$l(target) {
|
5225
|
-
append_styles(target, "svelte-
|
5225
|
+
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}");
|
5226
5226
|
}
|
5227
5227
|
|
5228
5228
|
function create_fragment$m(ctx) {
|
@@ -5235,7 +5235,7 @@ function create_fragment$m(ctx) {
|
|
5235
5235
|
c() {
|
5236
5236
|
div = element("div");
|
5237
5237
|
if (default_slot) default_slot.c();
|
5238
|
-
attr(div, "class", "list svelte-
|
5238
|
+
attr(div, "class", "list svelte-e4h4wn");
|
5239
5239
|
attr(div, "style", /*style*/ ctx[0]);
|
5240
5240
|
},
|
5241
5241
|
m(target, anchor) {
|
@@ -5369,7 +5369,7 @@ class List extends SvelteComponent {
|
|
5369
5369
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5370
5370
|
|
5371
5371
|
function add_css$k(target) {
|
5372
|
-
append_styles(target, "svelte-
|
5372
|
+
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}");
|
5373
5373
|
}
|
5374
5374
|
|
5375
5375
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5439,7 +5439,7 @@ function create_fragment$l(ctx) {
|
|
5439
5439
|
c() {
|
5440
5440
|
div = element("div");
|
5441
5441
|
create_component(button.$$.fragment);
|
5442
|
-
attr(div, "class", "list-item svelte-
|
5442
|
+
attr(div, "class", "list-item svelte-1y59gb");
|
5443
5443
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5444
5444
|
},
|
5445
5445
|
m(target, anchor) {
|
@@ -5565,7 +5565,7 @@ class ListItem extends SvelteComponent {
|
|
5565
5565
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5566
5566
|
|
5567
5567
|
function add_css$j(target) {
|
5568
|
-
append_styles(target, "svelte-
|
5568
|
+
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}");
|
5569
5569
|
}
|
5570
5570
|
|
5571
5571
|
function create_fragment$k(ctx) {
|
@@ -5574,7 +5574,7 @@ function create_fragment$k(ctx) {
|
|
5574
5574
|
return {
|
5575
5575
|
c() {
|
5576
5576
|
div = element("div");
|
5577
|
-
attr(div, "class", "embed svelte-
|
5577
|
+
attr(div, "class", "embed svelte-ni3m8w");
|
5578
5578
|
attr(div, "style", /*_style*/ ctx[1]);
|
5579
5579
|
},
|
5580
5580
|
m(target, anchor) {
|
@@ -5617,7 +5617,7 @@ class EmbedElement extends SvelteComponent {
|
|
5617
5617
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5618
5618
|
|
5619
5619
|
function add_css$i(target) {
|
5620
|
-
append_styles(target, "svelte-
|
5620
|
+
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%}");
|
5621
5621
|
}
|
5622
5622
|
|
5623
5623
|
function create_fragment$j(ctx) {
|
@@ -5629,7 +5629,7 @@ function create_fragment$j(ctx) {
|
|
5629
5629
|
div1 = element("div");
|
5630
5630
|
div0 = element("div");
|
5631
5631
|
attr(div0, "class", "karte-player");
|
5632
|
-
attr(div1, "class", "embed svelte-
|
5632
|
+
attr(div1, "class", "embed svelte-55gb6a");
|
5633
5633
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5634
5634
|
},
|
5635
5635
|
m(target, anchor) {
|
@@ -5971,7 +5971,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
5971
5971
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
5972
5972
|
|
5973
5973
|
function add_css$h(target) {
|
5974
|
-
append_styles(target, "svelte-
|
5974
|
+
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%}");
|
5975
5975
|
}
|
5976
5976
|
|
5977
5977
|
function create_fragment$i(ctx) {
|
@@ -5983,7 +5983,7 @@ function create_fragment$i(ctx) {
|
|
5983
5983
|
div1 = element("div");
|
5984
5984
|
div0 = element("div");
|
5985
5985
|
attr(div0, "class", "karte-player");
|
5986
|
-
attr(div1, "class", "embed svelte-
|
5986
|
+
attr(div1, "class", "embed svelte-55gb6a");
|
5987
5987
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5988
5988
|
},
|
5989
5989
|
m(target, anchor) {
|
@@ -6167,7 +6167,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6167
6167
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6168
6168
|
|
6169
6169
|
function add_css$g(target) {
|
6170
|
-
append_styles(target, "svelte-
|
6170
|
+
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}");
|
6171
6171
|
}
|
6172
6172
|
|
6173
6173
|
function create_fragment$h(ctx) {
|
@@ -6180,12 +6180,12 @@ function create_fragment$h(ctx) {
|
|
6180
6180
|
c() {
|
6181
6181
|
div = element("div");
|
6182
6182
|
textarea = element("textarea");
|
6183
|
-
attr(textarea, "class", "textarea svelte-
|
6183
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6184
6184
|
textarea.value = /*$value*/ ctx[3];
|
6185
6185
|
textarea.required = /*required*/ ctx[0];
|
6186
6186
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6187
6187
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6188
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6188
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6189
6189
|
},
|
6190
6190
|
m(target, anchor) {
|
6191
6191
|
insert(target, div, anchor);
|
@@ -6281,7 +6281,7 @@ class FormTextarea extends SvelteComponent {
|
|
6281
6281
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6282
6282
|
|
6283
6283
|
function add_css$f(target) {
|
6284
|
-
append_styles(target, "svelte-
|
6284
|
+
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}");
|
6285
6285
|
}
|
6286
6286
|
|
6287
6287
|
function get_each_context$5(ctx, list, i) {
|
@@ -6314,14 +6314,14 @@ function create_each_block$5(ctx) {
|
|
6314
6314
|
t1 = text(t1_value);
|
6315
6315
|
t2 = space();
|
6316
6316
|
attr(input, "type", "radio");
|
6317
|
-
attr(input, "class", "radio-button-input svelte-
|
6317
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6318
6318
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6319
6319
|
attr(input, "name", /*name*/ ctx[0]);
|
6320
6320
|
input.value = input_value_value = /*option*/ ctx[16];
|
6321
6321
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6322
|
-
attr(span, "class", "radio-button-text svelte-
|
6322
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6323
6323
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6324
|
-
attr(label, "class", "radio-button svelte-
|
6324
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6325
6325
|
},
|
6326
6326
|
m(target, anchor) {
|
6327
6327
|
insert(target, label, anchor);
|
@@ -6386,7 +6386,7 @@ function create_fragment$g(ctx) {
|
|
6386
6386
|
each_blocks[i].c();
|
6387
6387
|
}
|
6388
6388
|
|
6389
|
-
attr(div, "class", "radio-buttons svelte-
|
6389
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6390
6390
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6391
6391
|
},
|
6392
6392
|
m(target, anchor) {
|
@@ -6553,7 +6553,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6553
6553
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6554
6554
|
|
6555
6555
|
function add_css$e(target) {
|
6556
|
-
append_styles(target, "svelte-
|
6556
|
+
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}");
|
6557
6557
|
}
|
6558
6558
|
|
6559
6559
|
function get_each_context$4(ctx, list, i) {
|
@@ -6687,10 +6687,10 @@ function create_fragment$f(ctx) {
|
|
6687
6687
|
|
6688
6688
|
t = space();
|
6689
6689
|
div0 = element("div");
|
6690
|
-
attr(select, "class", "select-select svelte-
|
6690
|
+
attr(select, "class", "select-select svelte-1ihv110");
|
6691
6691
|
attr(select, "style", /*style*/ ctx[3]);
|
6692
|
-
attr(div0, "class", "select-icon svelte-
|
6693
|
-
attr(div1, "class", "select svelte-
|
6692
|
+
attr(div0, "class", "select-icon svelte-1ihv110");
|
6693
|
+
attr(div1, "class", "select svelte-1ihv110");
|
6694
6694
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6695
6695
|
},
|
6696
6696
|
m(target, anchor) {
|
@@ -6892,7 +6892,7 @@ class FormSelect extends SvelteComponent {
|
|
6892
6892
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6893
6893
|
|
6894
6894
|
function add_css$d(target) {
|
6895
|
-
append_styles(target, "svelte-
|
6895
|
+
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}");
|
6896
6896
|
}
|
6897
6897
|
|
6898
6898
|
function get_each_context$3(ctx, list, i) {
|
@@ -6930,19 +6930,19 @@ function create_each_block$3(ctx) {
|
|
6930
6930
|
span2 = element("span");
|
6931
6931
|
t2 = text(t2_value);
|
6932
6932
|
t3 = space();
|
6933
|
-
attr(input, "class", "check-box-input svelte-
|
6933
|
+
attr(input, "class", "check-box-input svelte-wtt98v");
|
6934
6934
|
attr(input, "type", "checkbox");
|
6935
6935
|
attr(input, "name", /*name*/ ctx[0]);
|
6936
6936
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
6937
|
-
attr(span0, "class", "check-box-icon svelte-
|
6937
|
+
attr(span0, "class", "check-box-icon svelte-wtt98v");
|
6938
6938
|
|
6939
6939
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6940
6940
|
? ' _checked'
|
6941
|
-
: ''}`) + " svelte-
|
6941
|
+
: ''}`) + " svelte-wtt98v"));
|
6942
6942
|
|
6943
|
-
attr(span2, "class", "check-box-text svelte-
|
6943
|
+
attr(span2, "class", "check-box-text svelte-wtt98v");
|
6944
6944
|
attr(span2, "style", /*_textStyle*/ ctx[2]);
|
6945
|
-
attr(label, "class", "check-box svelte-
|
6945
|
+
attr(label, "class", "check-box svelte-wtt98v");
|
6946
6946
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
6947
6947
|
},
|
6948
6948
|
m(target, anchor) {
|
@@ -6974,7 +6974,7 @@ function create_each_block$3(ctx) {
|
|
6974
6974
|
|
6975
6975
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6976
6976
|
? ' _checked'
|
6977
|
-
: ''}`) + " svelte-
|
6977
|
+
: ''}`) + " svelte-wtt98v"))) {
|
6978
6978
|
attr(span1, "class", span1_class_value);
|
6979
6979
|
}
|
6980
6980
|
|
@@ -7013,7 +7013,7 @@ function create_fragment$e(ctx) {
|
|
7013
7013
|
each_blocks[i].c();
|
7014
7014
|
}
|
7015
7015
|
|
7016
|
-
attr(div, "class", "check-boxes svelte-
|
7016
|
+
attr(div, "class", "check-boxes svelte-wtt98v");
|
7017
7017
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7018
7018
|
},
|
7019
7019
|
m(target, anchor) {
|
@@ -7187,7 +7187,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7187
7187
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7188
7188
|
|
7189
7189
|
function add_css$c(target) {
|
7190
|
-
append_styles(target, "svelte-
|
7190
|
+
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}");
|
7191
7191
|
}
|
7192
7192
|
|
7193
7193
|
function get_each_context$2(ctx, list, i) {
|
@@ -7211,7 +7211,7 @@ function create_each_block$2(ctx) {
|
|
7211
7211
|
button = element("button");
|
7212
7212
|
t0 = text(t0_value);
|
7213
7213
|
t1 = space();
|
7214
|
-
attr(button, "class", "rating-button svelte-
|
7214
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7215
7215
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7216
7216
|
},
|
7217
7217
|
m(target, anchor) {
|
@@ -7260,7 +7260,7 @@ function create_fragment$d(ctx) {
|
|
7260
7260
|
each_blocks[i].c();
|
7261
7261
|
}
|
7262
7262
|
|
7263
|
-
attr(div, "class", "rating-buttons svelte-
|
7263
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7264
7264
|
},
|
7265
7265
|
m(target, anchor) {
|
7266
7266
|
insert(target, div, anchor);
|
@@ -7397,7 +7397,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7397
7397
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7398
7398
|
|
7399
7399
|
function add_css$b(target) {
|
7400
|
-
append_styles(target, "svelte-
|
7400
|
+
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%)}");
|
7401
7401
|
}
|
7402
7402
|
|
7403
7403
|
function get_each_context$1(ctx, list, i) {
|
@@ -7422,9 +7422,9 @@ function create_each_block$1(ctx) {
|
|
7422
7422
|
img = element("img");
|
7423
7423
|
t = space();
|
7424
7424
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7425
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7425
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7426
7426
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7427
|
-
attr(button, "class", "rating-button svelte-
|
7427
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7428
7428
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7429
7429
|
},
|
7430
7430
|
m(target, anchor) {
|
@@ -7440,7 +7440,7 @@ function create_each_block$1(ctx) {
|
|
7440
7440
|
p(new_ctx, dirty) {
|
7441
7441
|
ctx = new_ctx;
|
7442
7442
|
|
7443
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7443
|
+
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"))) {
|
7444
7444
|
attr(img, "class", img_class_value);
|
7445
7445
|
}
|
7446
7446
|
|
@@ -7473,7 +7473,7 @@ function create_fragment$c(ctx) {
|
|
7473
7473
|
each_blocks[i].c();
|
7474
7474
|
}
|
7475
7475
|
|
7476
|
-
attr(div, "class", "rating-buttons svelte-
|
7476
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7477
7477
|
},
|
7478
7478
|
m(target, anchor) {
|
7479
7479
|
insert(target, div, anchor);
|
@@ -7581,7 +7581,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7581
7581
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7582
7582
|
|
7583
7583
|
function add_css$a(target) {
|
7584
|
-
append_styles(target, "svelte-
|
7584
|
+
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%}");
|
7585
7585
|
}
|
7586
7586
|
|
7587
7587
|
function get_each_context(ctx, list, i) {
|
@@ -7610,9 +7610,9 @@ function create_if_block_1(ctx) {
|
|
7610
7610
|
attr(svg, "viewBox", "0 0 10 16");
|
7611
7611
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7612
7612
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7613
|
-
attr(button, "class", "move-button svelte-
|
7613
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7614
7614
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7615
|
-
attr(div, "class", "prev-button-container svelte-
|
7615
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
7616
7616
|
},
|
7617
7617
|
m(target, anchor) {
|
7618
7618
|
insert(target, div, anchor);
|
@@ -7661,9 +7661,9 @@ function create_if_block$1(ctx) {
|
|
7661
7661
|
attr(svg, "viewBox", "0 0 10 16");
|
7662
7662
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7663
7663
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7664
|
-
attr(button, "class", "move-button svelte-
|
7664
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7665
7665
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7666
|
-
attr(div, "class", "next-button-container svelte-
|
7666
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
7667
7667
|
},
|
7668
7668
|
m(target, anchor) {
|
7669
7669
|
insert(target, div, anchor);
|
@@ -7711,9 +7711,9 @@ function create_each_block(ctx) {
|
|
7711
7711
|
button = element("button");
|
7712
7712
|
div = element("div");
|
7713
7713
|
t = space();
|
7714
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7714
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
7715
7715
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7716
|
-
attr(button, "class", "navigation-item svelte-
|
7716
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
7717
7717
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7718
7718
|
},
|
7719
7719
|
m(target, anchor) {
|
@@ -7790,14 +7790,14 @@ function create_fragment$b(ctx) {
|
|
7790
7790
|
each_blocks[i].c();
|
7791
7791
|
}
|
7792
7792
|
|
7793
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7793
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
7794
7794
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7795
|
-
attr(div1, "class", "container svelte-
|
7795
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
7796
7796
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7797
|
-
attr(div2, "class", "navigation svelte-
|
7797
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
7798
7798
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7799
7799
|
set_attributes(div3, div3_data);
|
7800
|
-
toggle_class(div3, "svelte-
|
7800
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7801
7801
|
},
|
7802
7802
|
m(target, anchor) {
|
7803
7803
|
insert(target, div3, anchor);
|
@@ -7839,7 +7839,7 @@ function create_fragment$b(ctx) {
|
|
7839
7839
|
}
|
7840
7840
|
}
|
7841
7841
|
|
7842
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7842
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
7843
7843
|
attr(div0, "class", div0_class_value);
|
7844
7844
|
}
|
7845
7845
|
|
@@ -7905,7 +7905,7 @@ function create_fragment$b(ctx) {
|
|
7905
7905
|
}
|
7906
7906
|
|
7907
7907
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7908
|
-
toggle_class(div3, "svelte-
|
7908
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7909
7909
|
},
|
7910
7910
|
i(local) {
|
7911
7911
|
if (current) return;
|
@@ -8417,7 +8417,7 @@ class Slide extends SvelteComponent {
|
|
8417
8417
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8418
8418
|
|
8419
8419
|
function add_css$9(target) {
|
8420
|
-
append_styles(target, "svelte-
|
8420
|
+
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}");
|
8421
8421
|
}
|
8422
8422
|
|
8423
8423
|
function create_fragment$a(ctx) {
|
@@ -8432,9 +8432,9 @@ function create_fragment$a(ctx) {
|
|
8432
8432
|
div1 = element("div");
|
8433
8433
|
div0 = element("div");
|
8434
8434
|
if (default_slot) default_slot.c();
|
8435
|
-
attr(div0, "class", "item-inner svelte-
|
8435
|
+
attr(div0, "class", "item-inner svelte-1ilvo81");
|
8436
8436
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8437
|
-
attr(div1, "class", "item svelte-
|
8437
|
+
attr(div1, "class", "item svelte-1ilvo81");
|
8438
8438
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8439
8439
|
},
|
8440
8440
|
m(target, anchor) {
|
@@ -8560,7 +8560,7 @@ class SlideItem extends SvelteComponent {
|
|
8560
8560
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8561
8561
|
|
8562
8562
|
function add_css$8(target) {
|
8563
|
-
append_styles(target, "svelte-
|
8563
|
+
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}");
|
8564
8564
|
}
|
8565
8565
|
|
8566
8566
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8578,9 +8578,9 @@ function create_fragment$9(ctx) {
|
|
8578
8578
|
div1 = element("div");
|
8579
8579
|
div0 = element("div");
|
8580
8580
|
if (default_slot) default_slot.c();
|
8581
|
-
attr(div0, "class", "countdown-inner svelte-
|
8581
|
+
attr(div0, "class", "countdown-inner svelte-5j9cpu");
|
8582
8582
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8583
|
-
attr(div1, "class", "countdown svelte-
|
8583
|
+
attr(div1, "class", "countdown svelte-5j9cpu");
|
8584
8584
|
},
|
8585
8585
|
m(target, anchor) {
|
8586
8586
|
insert(target, div1, anchor);
|
@@ -8714,7 +8714,7 @@ class Countdown extends SvelteComponent {
|
|
8714
8714
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8715
8715
|
|
8716
8716
|
function add_css$7(target) {
|
8717
|
-
append_styles(target, "svelte-
|
8717
|
+
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}");
|
8718
8718
|
}
|
8719
8719
|
|
8720
8720
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8784,7 +8784,7 @@ function create_fragment$8(ctx) {
|
|
8784
8784
|
c() {
|
8785
8785
|
div = element("div");
|
8786
8786
|
create_component(button.$$.fragment);
|
8787
|
-
attr(div, "class", "box svelte-
|
8787
|
+
attr(div, "class", "box svelte-ppc4fn");
|
8788
8788
|
},
|
8789
8789
|
m(target, anchor) {
|
8790
8790
|
insert(target, div, anchor);
|
@@ -8845,7 +8845,7 @@ class Box extends SvelteComponent {
|
|
8845
8845
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8846
8846
|
|
8847
8847
|
function add_css$6(target) {
|
8848
|
-
append_styles(target, "svelte-
|
8848
|
+
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)}");
|
8849
8849
|
}
|
8850
8850
|
|
8851
8851
|
// (56:4) {#if svg}
|
@@ -8927,7 +8927,7 @@ function create_fragment$7(ctx) {
|
|
8927
8927
|
c() {
|
8928
8928
|
div = element("div");
|
8929
8929
|
create_component(button.$$.fragment);
|
8930
|
-
attr(div, "class", "icon svelte-
|
8930
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
8931
8931
|
},
|
8932
8932
|
m(target, anchor) {
|
8933
8933
|
insert(target, div, anchor);
|
@@ -9036,7 +9036,7 @@ class IconElement extends SvelteComponent {
|
|
9036
9036
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9037
9037
|
|
9038
9038
|
function add_css$5(target) {
|
9039
|
-
append_styles(target, "svelte-
|
9039
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9040
9040
|
}
|
9041
9041
|
|
9042
9042
|
function create_fragment$6(ctx) {
|
@@ -9062,7 +9062,7 @@ function create_fragment$6(ctx) {
|
|
9062
9062
|
c() {
|
9063
9063
|
div = element("div");
|
9064
9064
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9065
|
-
attr(div, "class", "codeElement svelte-
|
9065
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9066
9066
|
attr(div, "style", /*style*/ ctx[3]);
|
9067
9067
|
},
|
9068
9068
|
m(target, anchor) {
|
@@ -9151,7 +9151,7 @@ class CodeElement extends SvelteComponent {
|
|
9151
9151
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9152
9152
|
|
9153
9153
|
function add_css$4(target) {
|
9154
|
-
append_styles(target, "svelte-
|
9154
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9155
9155
|
}
|
9156
9156
|
|
9157
9157
|
function create_fragment$5(ctx) {
|
@@ -9165,7 +9165,7 @@ function create_fragment$5(ctx) {
|
|
9165
9165
|
c() {
|
9166
9166
|
div = element("div");
|
9167
9167
|
if (default_slot) default_slot.c();
|
9168
|
-
attr(div, "class", "flex svelte-
|
9168
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9169
9169
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9170
9170
|
},
|
9171
9171
|
m(target, anchor) {
|
@@ -9262,7 +9262,7 @@ class Flex extends SvelteComponent {
|
|
9262
9262
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9263
9263
|
|
9264
9264
|
function add_css$3(target) {
|
9265
|
-
append_styles(target, "svelte-
|
9265
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9266
9266
|
}
|
9267
9267
|
|
9268
9268
|
function create_fragment$4(ctx) {
|
@@ -9275,7 +9275,7 @@ function create_fragment$4(ctx) {
|
|
9275
9275
|
c() {
|
9276
9276
|
div = element("div");
|
9277
9277
|
if (default_slot) default_slot.c();
|
9278
|
-
attr(div, "class", "flex-item svelte-
|
9278
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9279
9279
|
attr(div, "style", /*style*/ ctx[0]);
|
9280
9280
|
},
|
9281
9281
|
m(target, anchor) {
|
@@ -9683,7 +9683,7 @@ class GridModalState extends SvelteComponent {
|
|
9683
9683
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9684
9684
|
|
9685
9685
|
function add_css$2(target) {
|
9686
|
-
append_styles(target, "svelte-
|
9686
|
+
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%}");
|
9687
9687
|
}
|
9688
9688
|
|
9689
9689
|
function create_fragment$2(ctx) {
|
@@ -9699,8 +9699,8 @@ function create_fragment$2(ctx) {
|
|
9699
9699
|
div1 = element("div");
|
9700
9700
|
div0 = element("div");
|
9701
9701
|
create_component(rendertext.$$.fragment);
|
9702
|
-
attr(div0, "class", "text-block-inner svelte-
|
9703
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9702
|
+
attr(div0, "class", "text-block-inner svelte-q1o685");
|
9703
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-q1o685"));
|
9704
9704
|
attr(div1, "style", /*style*/ ctx[2]);
|
9705
9705
|
},
|
9706
9706
|
m(target, anchor) {
|
@@ -9714,7 +9714,7 @@ function create_fragment$2(ctx) {
|
|
9714
9714
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9715
9715
|
rendertext.$set(rendertext_changes);
|
9716
9716
|
|
9717
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9717
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-q1o685"))) {
|
9718
9718
|
attr(div1, "class", div1_class_value);
|
9719
9719
|
}
|
9720
9720
|
|
@@ -9792,7 +9792,7 @@ class TextBlock extends SvelteComponent {
|
|
9792
9792
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9793
9793
|
|
9794
9794
|
function add_css$1(target) {
|
9795
|
-
append_styles(target, "svelte-
|
9795
|
+
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)}");
|
9796
9796
|
}
|
9797
9797
|
|
9798
9798
|
function create_fragment$1(ctx) {
|
@@ -9809,9 +9809,9 @@ function create_fragment$1(ctx) {
|
|
9809
9809
|
div = element("div");
|
9810
9810
|
button = element("button");
|
9811
9811
|
create_component(rendertext.$$.fragment);
|
9812
|
-
attr(button, "class", "text-button svelte-
|
9812
|
+
attr(button, "class", "text-button svelte-1cungpm");
|
9813
9813
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9814
|
-
attr(div, "class", "text-button-block svelte-
|
9814
|
+
attr(div, "class", "text-button-block svelte-1cungpm");
|
9815
9815
|
attr(div, "style", /*_style*/ ctx[2]);
|
9816
9816
|
},
|
9817
9817
|
m(target, anchor) {
|
@@ -9917,7 +9917,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9917
9917
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9918
9918
|
|
9919
9919
|
function add_css(target) {
|
9920
|
-
append_styles(target, "svelte-
|
9920
|
+
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)}");
|
9921
9921
|
}
|
9922
9922
|
|
9923
9923
|
function create_fragment(ctx) {
|
@@ -9933,14 +9933,14 @@ function create_fragment(ctx) {
|
|
9933
9933
|
c() {
|
9934
9934
|
div = element("div");
|
9935
9935
|
img = element("img");
|
9936
|
-
attr(img, "class", "image svelte-
|
9936
|
+
attr(img, "class", "image svelte-77bqvv");
|
9937
9937
|
attr(img, "loading", "lazy");
|
9938
9938
|
attr(img, "width", "auto");
|
9939
9939
|
attr(img, "height", "auto");
|
9940
9940
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
9941
9941
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9942
9942
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9943
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9943
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-77bqvv"));
|
9944
9944
|
attr(div, "style", /*_style*/ ctx[5]);
|
9945
9945
|
},
|
9946
9946
|
m(target, anchor) {
|
@@ -9965,7 +9965,7 @@ function create_fragment(ctx) {
|
|
9965
9965
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9966
9966
|
}
|
9967
9967
|
|
9968
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9968
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-77bqvv"))) {
|
9969
9969
|
attr(div, "class", div_class_value);
|
9970
9970
|
}
|
9971
9971
|
|