@plaidev/karte-action-sdk 1.1.206-28200003.1303b11e → 1.1.206
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
@@ -2646,7 +2646,7 @@ class State extends SvelteComponent {
|
|
2646
2646
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2647
2647
|
|
2648
2648
|
function add_css$t(target) {
|
2649
|
-
append_styles(target, "svelte-
|
2649
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2650
2650
|
}
|
2651
2651
|
|
2652
2652
|
// (23:0) {#if $state === path}
|
@@ -2663,7 +2663,7 @@ function create_if_block$8(ctx) {
|
|
2663
2663
|
t = space();
|
2664
2664
|
if (default_slot) default_slot.c();
|
2665
2665
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2666
|
-
attr(div, "class", "state-item svelte-
|
2666
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2667
2667
|
},
|
2668
2668
|
m(target, anchor) {
|
2669
2669
|
insert(target, div, anchor);
|
@@ -3068,7 +3068,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3068
3068
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3069
3069
|
|
3070
3070
|
function add_css$s(target) {
|
3071
|
-
append_styles(target, "svelte-
|
3071
|
+
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}");
|
3072
3072
|
}
|
3073
3073
|
|
3074
3074
|
// (9:0) {#if backgroundOverlay}
|
@@ -3080,7 +3080,7 @@ function create_if_block$7(ctx) {
|
|
3080
3080
|
return {
|
3081
3081
|
c() {
|
3082
3082
|
div = element("div");
|
3083
|
-
attr(div, "class", "background svelte-
|
3083
|
+
attr(div, "class", "background svelte-g6ucc2");
|
3084
3084
|
},
|
3085
3085
|
m(target, anchor) {
|
3086
3086
|
insert(target, div, anchor);
|
@@ -3191,7 +3191,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3191
3191
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3192
3192
|
|
3193
3193
|
function add_css$r(target) {
|
3194
|
-
append_styles(target, "svelte-
|
3194
|
+
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}");
|
3195
3195
|
}
|
3196
3196
|
|
3197
3197
|
// (50:0) {:else}
|
@@ -3220,7 +3220,7 @@ function create_else_block$3(ctx) {
|
|
3220
3220
|
button = element("button");
|
3221
3221
|
if (default_slot) default_slot.c();
|
3222
3222
|
set_attributes(button, button_data);
|
3223
|
-
toggle_class(button, "svelte-
|
3223
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3224
3224
|
},
|
3225
3225
|
m(target, anchor) {
|
3226
3226
|
insert(target, button, anchor);
|
@@ -3259,7 +3259,7 @@ function create_else_block$3(ctx) {
|
|
3259
3259
|
dataAttrStopPropagation('click')
|
3260
3260
|
]));
|
3261
3261
|
|
3262
|
-
toggle_class(button, "svelte-
|
3262
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3263
3263
|
},
|
3264
3264
|
i(local) {
|
3265
3265
|
if (current) return;
|
@@ -3290,7 +3290,7 @@ function create_if_block_2(ctx) {
|
|
3290
3290
|
c() {
|
3291
3291
|
div = element("div");
|
3292
3292
|
if (default_slot) default_slot.c();
|
3293
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3293
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3294
3294
|
attr(div, "style", /*style*/ ctx[1]);
|
3295
3295
|
},
|
3296
3296
|
m(target, anchor) {
|
@@ -3374,7 +3374,7 @@ function create_if_block_1$2(ctx) {
|
|
3374
3374
|
a = element("a");
|
3375
3375
|
if (default_slot) default_slot.c();
|
3376
3376
|
set_attributes(a, a_data);
|
3377
|
-
toggle_class(a, "svelte-
|
3377
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3378
3378
|
},
|
3379
3379
|
m(target, anchor) {
|
3380
3380
|
insert(target, a, anchor);
|
@@ -3416,7 +3416,7 @@ function create_if_block_1$2(ctx) {
|
|
3416
3416
|
dataAttrStopPropagation('click')
|
3417
3417
|
]));
|
3418
3418
|
|
3419
|
-
toggle_class(a, "svelte-
|
3419
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3420
3420
|
},
|
3421
3421
|
i(local) {
|
3422
3422
|
if (current) return;
|
@@ -3447,7 +3447,7 @@ function create_if_block$6(ctx) {
|
|
3447
3447
|
c() {
|
3448
3448
|
div = element("div");
|
3449
3449
|
if (default_slot) default_slot.c();
|
3450
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3450
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3451
3451
|
attr(div, "style", /*style*/ ctx[1]);
|
3452
3452
|
},
|
3453
3453
|
m(target, anchor) {
|
@@ -3651,7 +3651,7 @@ class Button extends SvelteComponent {
|
|
3651
3651
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3652
3652
|
|
3653
3653
|
function add_css$q(target) {
|
3654
|
-
append_styles(target, "svelte-
|
3654
|
+
append_styles(target, "svelte-1m1do8u", ".modal.svelte-1m1do8u{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1m1do8u > .button{flex:auto;display:flex}.close.svelte-1m1do8u{position:absolute;top:0;right:0}.close.svelte-1m1do8u > .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-1m1do8u > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1m1do8u{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
3655
3655
|
}
|
3656
3656
|
|
3657
3657
|
// (145:0) {#if visible}
|
@@ -3676,7 +3676,7 @@ function create_if_block$5(ctx) {
|
|
3676
3676
|
c() {
|
3677
3677
|
div = element("div");
|
3678
3678
|
create_component(button.$$.fragment);
|
3679
|
-
attr(div, "class", "modal svelte-
|
3679
|
+
attr(div, "class", "modal svelte-1m1do8u");
|
3680
3680
|
attr(div, "role", "dialog");
|
3681
3681
|
attr(div, "aria-modal", "true");
|
3682
3682
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3754,7 +3754,7 @@ function create_if_block_1$1(ctx) {
|
|
3754
3754
|
c() {
|
3755
3755
|
div = element("div");
|
3756
3756
|
create_component(button.$$.fragment);
|
3757
|
-
attr(div, "class", "close svelte-
|
3757
|
+
attr(div, "class", "close svelte-1m1do8u");
|
3758
3758
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3759
3759
|
},
|
3760
3760
|
m(target, anchor) {
|
@@ -3843,7 +3843,7 @@ function create_default_slot$6(ctx) {
|
|
3843
3843
|
t = space();
|
3844
3844
|
div = element("div");
|
3845
3845
|
if (default_slot) default_slot.c();
|
3846
|
-
attr(div, "class", "modal-content svelte-
|
3846
|
+
attr(div, "class", "modal-content svelte-1m1do8u");
|
3847
3847
|
attr(div, "style", /*_style*/ ctx[4]);
|
3848
3848
|
},
|
3849
3849
|
m(target, anchor) {
|
@@ -4334,7 +4334,7 @@ class Grid extends SvelteComponent {
|
|
4334
4334
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4335
4335
|
|
4336
4336
|
function add_css$p(target) {
|
4337
|
-
append_styles(target, "svelte-
|
4337
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4338
4338
|
}
|
4339
4339
|
|
4340
4340
|
function create_fragment$r(ctx) {
|
@@ -4349,8 +4349,8 @@ function create_fragment$r(ctx) {
|
|
4349
4349
|
div1 = element("div");
|
4350
4350
|
div0 = element("div");
|
4351
4351
|
if (default_slot) default_slot.c();
|
4352
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4353
|
-
attr(div1, "class", "grid-item svelte-
|
4352
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4353
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4354
4354
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4355
4355
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4356
4356
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4655,7 +4655,7 @@ class RenderText extends SvelteComponent {
|
|
4655
4655
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4656
4656
|
|
4657
4657
|
function add_css$o(target) {
|
4658
|
-
append_styles(target, "svelte-
|
4658
|
+
append_styles(target, "svelte-vz6867", ".text-element-wrapper.svelte-vz6867.svelte-vz6867{position:relative;height:100%}.text-element.svelte-vz6867.svelte-vz6867{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-vz6867.svelte-vz6867{text-decoration:none;color:inherit}.text-element-inner.svelte-vz6867.svelte-vz6867{width:100%;height:auto}.text-direction-vertical.svelte-vz6867.svelte-vz6867{writing-mode:vertical-rl}.text-direction-vertical.svelte-vz6867 .text-element-inner.svelte-vz6867{width:auto;height:100%}.tooltip.svelte-vz6867.svelte-vz6867{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-vz6867.svelte-vz6867:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-vz6867.svelte-vz6867{display:block}.tooltip-error.svelte-vz6867.svelte-vz6867{background-color:#c00}.tooltip-error.svelte-vz6867.svelte-vz6867:before{border-bottom:7px solid #c00}");
|
4659
4659
|
}
|
4660
4660
|
|
4661
4661
|
// (94:2) {:else}
|
@@ -4672,8 +4672,8 @@ function create_else_block$1(ctx) {
|
|
4672
4672
|
div1 = element("div");
|
4673
4673
|
div0 = element("div");
|
4674
4674
|
create_component(rendertext.$$.fragment);
|
4675
|
-
attr(div0, "class", "text-element-inner svelte-
|
4676
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4675
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4676
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4677
4677
|
attr(div1, "style", /*style*/ ctx[5]);
|
4678
4678
|
},
|
4679
4679
|
m(target, anchor) {
|
@@ -4687,7 +4687,7 @@ function create_else_block$1(ctx) {
|
|
4687
4687
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4688
4688
|
rendertext.$set(rendertext_changes);
|
4689
4689
|
|
4690
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4690
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4691
4691
|
attr(div1, "class", div1_class_value);
|
4692
4692
|
}
|
4693
4693
|
|
@@ -4737,12 +4737,12 @@ function create_if_block$3(ctx) {
|
|
4737
4737
|
t2 = space();
|
4738
4738
|
div2 = element("div");
|
4739
4739
|
div2.textContent = "コピーできませんでした";
|
4740
|
-
attr(div0, "class", "text-element-inner svelte-
|
4740
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4741
4741
|
attr(a, "href", '');
|
4742
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4742
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4743
4743
|
attr(a, "style", /*style*/ ctx[5]);
|
4744
|
-
attr(div1, "class", "tooltip svelte-
|
4745
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4744
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
4745
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
4746
4746
|
},
|
4747
4747
|
m(target, anchor) {
|
4748
4748
|
insert(target, a, anchor);
|
@@ -4766,7 +4766,7 @@ function create_if_block$3(ctx) {
|
|
4766
4766
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4767
4767
|
rendertext.$set(rendertext_changes);
|
4768
4768
|
|
4769
|
-
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-
|
4769
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4770
4770
|
attr(a, "class", a_class_value);
|
4771
4771
|
}
|
4772
4772
|
|
@@ -4818,7 +4818,7 @@ function create_fragment$p(ctx) {
|
|
4818
4818
|
c() {
|
4819
4819
|
div = element("div");
|
4820
4820
|
if_block.c();
|
4821
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4821
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
4822
4822
|
},
|
4823
4823
|
m(target, anchor) {
|
4824
4824
|
insert(target, div, anchor);
|
@@ -4984,7 +4984,7 @@ class TextElement extends SvelteComponent {
|
|
4984
4984
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4985
4985
|
|
4986
4986
|
function add_css$n(target) {
|
4987
|
-
append_styles(target, "svelte-
|
4987
|
+
append_styles(target, "svelte-ujdxfc", ".text-button-element.svelte-ujdxfc{width:100%;height:100%}.text-button-element.svelte-ujdxfc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-ujdxfc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ujdxfc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ujdxfc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
4988
4988
|
}
|
4989
4989
|
|
4990
4990
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5040,7 +5040,7 @@ function create_fragment$o(ctx) {
|
|
5040
5040
|
c() {
|
5041
5041
|
div = element("div");
|
5042
5042
|
create_component(button.$$.fragment);
|
5043
|
-
attr(div, "class", "text-button-element svelte-
|
5043
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5044
5044
|
},
|
5045
5045
|
m(target, anchor) {
|
5046
5046
|
insert(target, div, anchor);
|
@@ -5132,7 +5132,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5132
5132
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5133
5133
|
|
5134
5134
|
function add_css$m(target) {
|
5135
|
-
append_styles(target, "svelte-
|
5135
|
+
append_styles(target, "svelte-1alkh1m", ".image-element.svelte-1alkh1m{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1alkh1m > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-1alkh1m > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1alkh1m > .button:not(._disabled):hover,.image-element.transport.svelte-1alkh1m > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-1alkh1m{width:100%;height:100%}");
|
5136
5136
|
}
|
5137
5137
|
|
5138
5138
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5144,7 +5144,7 @@ function create_default_slot$4(ctx) {
|
|
5144
5144
|
return {
|
5145
5145
|
c() {
|
5146
5146
|
img = element("img");
|
5147
|
-
attr(img, "class", "image svelte-
|
5147
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5148
5148
|
attr(img, "loading", "lazy");
|
5149
5149
|
attr(img, "width", "auto");
|
5150
5150
|
attr(img, "height", "auto");
|
@@ -5206,7 +5206,7 @@ function create_fragment$n(ctx) {
|
|
5206
5206
|
c() {
|
5207
5207
|
div = element("div");
|
5208
5208
|
create_component(button.$$.fragment);
|
5209
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5209
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5210
5210
|
},
|
5211
5211
|
m(target, anchor) {
|
5212
5212
|
insert(target, div, anchor);
|
@@ -5225,7 +5225,7 @@ function create_fragment$n(ctx) {
|
|
5225
5225
|
|
5226
5226
|
button.$set(button_changes);
|
5227
5227
|
|
5228
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5228
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5229
5229
|
attr(div, "class", div_class_value);
|
5230
5230
|
}
|
5231
5231
|
},
|
@@ -5297,7 +5297,7 @@ class ImageElement extends SvelteComponent {
|
|
5297
5297
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5298
5298
|
|
5299
5299
|
function add_css$l(target) {
|
5300
|
-
append_styles(target, "svelte-
|
5300
|
+
append_styles(target, "svelte-1t8r9z", ".list.svelte-1t8r9z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5301
5301
|
}
|
5302
5302
|
|
5303
5303
|
function create_fragment$m(ctx) {
|
@@ -5310,7 +5310,7 @@ function create_fragment$m(ctx) {
|
|
5310
5310
|
c() {
|
5311
5311
|
div = element("div");
|
5312
5312
|
if (default_slot) default_slot.c();
|
5313
|
-
attr(div, "class", "list svelte-
|
5313
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5314
5314
|
attr(div, "style", /*style*/ ctx[0]);
|
5315
5315
|
},
|
5316
5316
|
m(target, anchor) {
|
@@ -5444,7 +5444,7 @@ class List extends SvelteComponent {
|
|
5444
5444
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5445
5445
|
|
5446
5446
|
function add_css$k(target) {
|
5447
|
-
append_styles(target, "svelte-
|
5447
|
+
append_styles(target, "svelte-1lbw8v2", ".list-item.svelte-1lbw8v2{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1lbw8v2 > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5448
5448
|
}
|
5449
5449
|
|
5450
5450
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5514,7 +5514,7 @@ function create_fragment$l(ctx) {
|
|
5514
5514
|
c() {
|
5515
5515
|
div = element("div");
|
5516
5516
|
create_component(button.$$.fragment);
|
5517
|
-
attr(div, "class", "list-item svelte-
|
5517
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
5518
5518
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5519
5519
|
},
|
5520
5520
|
m(target, anchor) {
|
@@ -5640,7 +5640,7 @@ class ListItem extends SvelteComponent {
|
|
5640
5640
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5641
5641
|
|
5642
5642
|
function add_css$j(target) {
|
5643
|
-
append_styles(target, "svelte-
|
5643
|
+
append_styles(target, "svelte-w6jkzh", ".embed.svelte-w6jkzh{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-w6jkzh iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5644
5644
|
}
|
5645
5645
|
|
5646
5646
|
function create_fragment$k(ctx) {
|
@@ -5649,7 +5649,7 @@ function create_fragment$k(ctx) {
|
|
5649
5649
|
return {
|
5650
5650
|
c() {
|
5651
5651
|
div = element("div");
|
5652
|
-
attr(div, "class", "embed svelte-
|
5652
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
5653
5653
|
attr(div, "style", /*_style*/ ctx[1]);
|
5654
5654
|
},
|
5655
5655
|
m(target, anchor) {
|
@@ -5692,7 +5692,7 @@ class EmbedElement extends SvelteComponent {
|
|
5692
5692
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5693
5693
|
|
5694
5694
|
function add_css$i(target) {
|
5695
|
-
append_styles(target, "svelte-
|
5695
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5696
5696
|
}
|
5697
5697
|
|
5698
5698
|
function create_fragment$j(ctx) {
|
@@ -5704,7 +5704,7 @@ function create_fragment$j(ctx) {
|
|
5704
5704
|
div1 = element("div");
|
5705
5705
|
div0 = element("div");
|
5706
5706
|
attr(div0, "class", "karte-player");
|
5707
|
-
attr(div1, "class", "embed svelte-
|
5707
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
5708
5708
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5709
5709
|
},
|
5710
5710
|
m(target, anchor) {
|
@@ -6046,7 +6046,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6046
6046
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6047
6047
|
|
6048
6048
|
function add_css$h(target) {
|
6049
|
-
append_styles(target, "svelte-
|
6049
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6050
6050
|
}
|
6051
6051
|
|
6052
6052
|
function create_fragment$i(ctx) {
|
@@ -6058,7 +6058,7 @@ function create_fragment$i(ctx) {
|
|
6058
6058
|
div1 = element("div");
|
6059
6059
|
div0 = element("div");
|
6060
6060
|
attr(div0, "class", "karte-player");
|
6061
|
-
attr(div1, "class", "embed svelte-
|
6061
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6062
6062
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6063
6063
|
},
|
6064
6064
|
m(target, anchor) {
|
@@ -6242,7 +6242,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6242
6242
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6243
6243
|
|
6244
6244
|
function add_css$g(target) {
|
6245
|
-
append_styles(target, "svelte-
|
6245
|
+
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}");
|
6246
6246
|
}
|
6247
6247
|
|
6248
6248
|
function create_fragment$h(ctx) {
|
@@ -6255,12 +6255,12 @@ function create_fragment$h(ctx) {
|
|
6255
6255
|
c() {
|
6256
6256
|
div = element("div");
|
6257
6257
|
textarea = element("textarea");
|
6258
|
-
attr(textarea, "class", "textarea svelte-
|
6258
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6259
6259
|
textarea.value = /*$value*/ ctx[3];
|
6260
6260
|
textarea.required = /*required*/ ctx[0];
|
6261
6261
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6262
6262
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6263
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6263
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6264
6264
|
},
|
6265
6265
|
m(target, anchor) {
|
6266
6266
|
insert(target, div, anchor);
|
@@ -6356,7 +6356,7 @@ class FormTextarea extends SvelteComponent {
|
|
6356
6356
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6357
6357
|
|
6358
6358
|
function add_css$f(target) {
|
6359
|
-
append_styles(target, "svelte-
|
6359
|
+
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}");
|
6360
6360
|
}
|
6361
6361
|
|
6362
6362
|
function get_each_context$5(ctx, list, i) {
|
@@ -6389,14 +6389,14 @@ function create_each_block$5(ctx) {
|
|
6389
6389
|
t1 = text(t1_value);
|
6390
6390
|
t2 = space();
|
6391
6391
|
attr(input, "type", "radio");
|
6392
|
-
attr(input, "class", "radio-button-input svelte-
|
6392
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6393
6393
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6394
6394
|
attr(input, "name", /*name*/ ctx[0]);
|
6395
6395
|
input.value = input_value_value = /*option*/ ctx[16];
|
6396
6396
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6397
|
-
attr(span, "class", "radio-button-text svelte-
|
6397
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6398
6398
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6399
|
-
attr(label, "class", "radio-button svelte-
|
6399
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6400
6400
|
},
|
6401
6401
|
m(target, anchor) {
|
6402
6402
|
insert(target, label, anchor);
|
@@ -6461,7 +6461,7 @@ function create_fragment$g(ctx) {
|
|
6461
6461
|
each_blocks[i].c();
|
6462
6462
|
}
|
6463
6463
|
|
6464
|
-
attr(div, "class", "radio-buttons svelte-
|
6464
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6465
6465
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6466
6466
|
},
|
6467
6467
|
m(target, anchor) {
|
@@ -6628,7 +6628,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6628
6628
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6629
6629
|
|
6630
6630
|
function add_css$e(target) {
|
6631
|
-
append_styles(target, "svelte-
|
6631
|
+
append_styles(target, "svelte-iejizj", ".select.svelte-iejizj{width:100%;height:100%}.select-select.svelte-iejizj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-iejizj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-iejizj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
6632
6632
|
}
|
6633
6633
|
|
6634
6634
|
function get_each_context$4(ctx, list, i) {
|
@@ -6762,10 +6762,10 @@ function create_fragment$f(ctx) {
|
|
6762
6762
|
|
6763
6763
|
t = space();
|
6764
6764
|
div0 = element("div");
|
6765
|
-
attr(select, "class", "select-select svelte-
|
6765
|
+
attr(select, "class", "select-select svelte-iejizj");
|
6766
6766
|
attr(select, "style", /*style*/ ctx[3]);
|
6767
|
-
attr(div0, "class", "select-icon svelte-
|
6768
|
-
attr(div1, "class", "select svelte-
|
6767
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
6768
|
+
attr(div1, "class", "select svelte-iejizj");
|
6769
6769
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6770
6770
|
},
|
6771
6771
|
m(target, anchor) {
|
@@ -6967,7 +6967,7 @@ class FormSelect extends SvelteComponent {
|
|
6967
6967
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6968
6968
|
|
6969
6969
|
function add_css$d(target) {
|
6970
|
-
append_styles(target, "svelte-
|
6970
|
+
append_styles(target, "svelte-2pz1us", ".check-boxes.svelte-2pz1us.svelte-2pz1us{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-2pz1us.svelte-2pz1us{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-2pz1us.svelte-2pz1us{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-2pz1us.svelte-2pz1us{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-2pz1us.svelte-2pz1us{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-2pz1us.svelte-2pz1us:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-2pz1us.svelte-2pz1us{background-color:var(--color-main-active)}.check-box-check._checked.svelte-2pz1us .check-box-icon.svelte-2pz1us:after{border-color:var(--color-sub-active)}.check-box-text.svelte-2pz1us.svelte-2pz1us{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
6971
6971
|
}
|
6972
6972
|
|
6973
6973
|
function get_each_context$3(ctx, list, i) {
|
@@ -7006,19 +7006,19 @@ function create_each_block$3(ctx) {
|
|
7006
7006
|
span2 = element("span");
|
7007
7007
|
t2 = text(t2_value);
|
7008
7008
|
t3 = space();
|
7009
|
-
attr(input, "class", "check-box-input svelte-
|
7009
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7010
7010
|
attr(input, "type", "checkbox");
|
7011
7011
|
attr(input, "name", /*name*/ ctx[0]);
|
7012
7012
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7013
|
-
attr(span0, "class", "check-box-icon svelte-
|
7013
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7014
7014
|
|
7015
7015
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7016
7016
|
? ' _checked'
|
7017
|
-
: ''}`) + " svelte-
|
7017
|
+
: ''}`) + " svelte-2pz1us"));
|
7018
7018
|
|
7019
|
-
attr(span2, "class", "check-box-text svelte-
|
7019
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7020
7020
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7021
|
-
attr(label, "class", "check-box svelte-
|
7021
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7022
7022
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7023
7023
|
},
|
7024
7024
|
m(target, anchor) {
|
@@ -7050,7 +7050,7 @@ function create_each_block$3(ctx) {
|
|
7050
7050
|
|
7051
7051
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7052
7052
|
? ' _checked'
|
7053
|
-
: ''}`) + " svelte-
|
7053
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7054
7054
|
attr(span1, "class", span1_class_value);
|
7055
7055
|
}
|
7056
7056
|
|
@@ -7089,7 +7089,7 @@ function create_fragment$e(ctx) {
|
|
7089
7089
|
each_blocks[i].c();
|
7090
7090
|
}
|
7091
7091
|
|
7092
|
-
attr(div, "class", "check-boxes svelte-
|
7092
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7093
7093
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7094
7094
|
},
|
7095
7095
|
m(target, anchor) {
|
@@ -7264,7 +7264,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7264
7264
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7265
7265
|
|
7266
7266
|
function add_css$c(target) {
|
7267
|
-
append_styles(target, "svelte-
|
7267
|
+
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}");
|
7268
7268
|
}
|
7269
7269
|
|
7270
7270
|
function get_each_context$2(ctx, list, i) {
|
@@ -7288,7 +7288,7 @@ function create_each_block$2(ctx) {
|
|
7288
7288
|
button = element("button");
|
7289
7289
|
t0 = text(t0_value);
|
7290
7290
|
t1 = space();
|
7291
|
-
attr(button, "class", "rating-button svelte-
|
7291
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7292
7292
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7293
7293
|
},
|
7294
7294
|
m(target, anchor) {
|
@@ -7337,7 +7337,7 @@ function create_fragment$d(ctx) {
|
|
7337
7337
|
each_blocks[i].c();
|
7338
7338
|
}
|
7339
7339
|
|
7340
|
-
attr(div, "class", "rating-buttons svelte-
|
7340
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7341
7341
|
},
|
7342
7342
|
m(target, anchor) {
|
7343
7343
|
insert(target, div, anchor);
|
@@ -7474,7 +7474,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7474
7474
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7475
7475
|
|
7476
7476
|
function add_css$b(target) {
|
7477
|
-
append_styles(target, "svelte-
|
7477
|
+
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%)}");
|
7478
7478
|
}
|
7479
7479
|
|
7480
7480
|
function get_each_context$1(ctx, list, i) {
|
@@ -7499,9 +7499,9 @@ function create_each_block$1(ctx) {
|
|
7499
7499
|
img = element("img");
|
7500
7500
|
t = space();
|
7501
7501
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7502
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7502
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7503
7503
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7504
|
-
attr(button, "class", "rating-button svelte-
|
7504
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7505
7505
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7506
7506
|
},
|
7507
7507
|
m(target, anchor) {
|
@@ -7517,7 +7517,7 @@ function create_each_block$1(ctx) {
|
|
7517
7517
|
p(new_ctx, dirty) {
|
7518
7518
|
ctx = new_ctx;
|
7519
7519
|
|
7520
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7520
|
+
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"))) {
|
7521
7521
|
attr(img, "class", img_class_value);
|
7522
7522
|
}
|
7523
7523
|
|
@@ -7550,7 +7550,7 @@ function create_fragment$c(ctx) {
|
|
7550
7550
|
each_blocks[i].c();
|
7551
7551
|
}
|
7552
7552
|
|
7553
|
-
attr(div, "class", "rating-buttons svelte-
|
7553
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7554
7554
|
},
|
7555
7555
|
m(target, anchor) {
|
7556
7556
|
insert(target, div, anchor);
|
@@ -7658,7 +7658,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7658
7658
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7659
7659
|
|
7660
7660
|
function add_css$a(target) {
|
7661
|
-
append_styles(target, "svelte-
|
7661
|
+
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%}");
|
7662
7662
|
}
|
7663
7663
|
|
7664
7664
|
function get_each_context(ctx, list, i) {
|
@@ -7687,9 +7687,9 @@ function create_if_block_1(ctx) {
|
|
7687
7687
|
attr(svg, "viewBox", "0 0 10 16");
|
7688
7688
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7689
7689
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7690
|
-
attr(button, "class", "move-button svelte-
|
7690
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7691
7691
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7692
|
-
attr(div, "class", "prev-button-container svelte-
|
7692
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
7693
7693
|
},
|
7694
7694
|
m(target, anchor) {
|
7695
7695
|
insert(target, div, anchor);
|
@@ -7738,9 +7738,9 @@ function create_if_block$1(ctx) {
|
|
7738
7738
|
attr(svg, "viewBox", "0 0 10 16");
|
7739
7739
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7740
7740
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7741
|
-
attr(button, "class", "move-button svelte-
|
7741
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7742
7742
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7743
|
-
attr(div, "class", "next-button-container svelte-
|
7743
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
7744
7744
|
},
|
7745
7745
|
m(target, anchor) {
|
7746
7746
|
insert(target, div, anchor);
|
@@ -7788,9 +7788,9 @@ function create_each_block(ctx) {
|
|
7788
7788
|
button = element("button");
|
7789
7789
|
div = element("div");
|
7790
7790
|
t = space();
|
7791
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7791
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
7792
7792
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7793
|
-
attr(button, "class", "navigation-item svelte-
|
7793
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
7794
7794
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7795
7795
|
},
|
7796
7796
|
m(target, anchor) {
|
@@ -7867,14 +7867,14 @@ function create_fragment$b(ctx) {
|
|
7867
7867
|
each_blocks[i].c();
|
7868
7868
|
}
|
7869
7869
|
|
7870
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7870
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
7871
7871
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7872
|
-
attr(div1, "class", "container svelte-
|
7872
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
7873
7873
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7874
|
-
attr(div2, "class", "navigation svelte-
|
7874
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
7875
7875
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7876
7876
|
set_attributes(div3, div3_data);
|
7877
|
-
toggle_class(div3, "svelte-
|
7877
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7878
7878
|
},
|
7879
7879
|
m(target, anchor) {
|
7880
7880
|
insert(target, div3, anchor);
|
@@ -7916,7 +7916,7 @@ function create_fragment$b(ctx) {
|
|
7916
7916
|
}
|
7917
7917
|
}
|
7918
7918
|
|
7919
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7919
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
7920
7920
|
attr(div0, "class", div0_class_value);
|
7921
7921
|
}
|
7922
7922
|
|
@@ -7982,7 +7982,7 @@ function create_fragment$b(ctx) {
|
|
7982
7982
|
}
|
7983
7983
|
|
7984
7984
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7985
|
-
toggle_class(div3, "svelte-
|
7985
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7986
7986
|
},
|
7987
7987
|
i(local) {
|
7988
7988
|
if (current) return;
|
@@ -8494,7 +8494,7 @@ class Slide extends SvelteComponent {
|
|
8494
8494
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8495
8495
|
|
8496
8496
|
function add_css$9(target) {
|
8497
|
-
append_styles(target, "svelte-
|
8497
|
+
append_styles(target, "svelte-1rv0qgo", ".item.svelte-1rv0qgo{height:100%;flex:none;position:relative}.item.svelte-1rv0qgo img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1rv0qgo{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
8498
8498
|
}
|
8499
8499
|
|
8500
8500
|
function create_fragment$a(ctx) {
|
@@ -8509,9 +8509,9 @@ function create_fragment$a(ctx) {
|
|
8509
8509
|
div1 = element("div");
|
8510
8510
|
div0 = element("div");
|
8511
8511
|
if (default_slot) default_slot.c();
|
8512
|
-
attr(div0, "class", "item-inner svelte-
|
8512
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
8513
8513
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8514
|
-
attr(div1, "class", "item svelte-
|
8514
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
8515
8515
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8516
8516
|
},
|
8517
8517
|
m(target, anchor) {
|
@@ -8637,7 +8637,7 @@ class SlideItem extends SvelteComponent {
|
|
8637
8637
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8638
8638
|
|
8639
8639
|
function add_css$8(target) {
|
8640
|
-
append_styles(target, "svelte-
|
8640
|
+
append_styles(target, "svelte-t87l6f", ".countdown.svelte-t87l6f{position:relative;width:100%;height:100%}.countdown-inner.svelte-t87l6f{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
8641
8641
|
}
|
8642
8642
|
|
8643
8643
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8655,9 +8655,9 @@ function create_fragment$9(ctx) {
|
|
8655
8655
|
div1 = element("div");
|
8656
8656
|
div0 = element("div");
|
8657
8657
|
if (default_slot) default_slot.c();
|
8658
|
-
attr(div0, "class", "countdown-inner svelte-
|
8658
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
8659
8659
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8660
|
-
attr(div1, "class", "countdown svelte-
|
8660
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
8661
8661
|
},
|
8662
8662
|
m(target, anchor) {
|
8663
8663
|
insert(target, div1, anchor);
|
@@ -8791,7 +8791,7 @@ class Countdown extends SvelteComponent {
|
|
8791
8791
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8792
8792
|
|
8793
8793
|
function add_css$7(target) {
|
8794
|
-
append_styles(target, "svelte-
|
8794
|
+
append_styles(target, "svelte-1c91vpe", ".box.svelte-1c91vpe{position:relative;width:100%;height:100%}.box.svelte-1c91vpe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
8795
8795
|
}
|
8796
8796
|
|
8797
8797
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8861,7 +8861,7 @@ function create_fragment$8(ctx) {
|
|
8861
8861
|
c() {
|
8862
8862
|
div = element("div");
|
8863
8863
|
create_component(button.$$.fragment);
|
8864
|
-
attr(div, "class", "box svelte-
|
8864
|
+
attr(div, "class", "box svelte-1c91vpe");
|
8865
8865
|
},
|
8866
8866
|
m(target, anchor) {
|
8867
8867
|
insert(target, div, anchor);
|
@@ -8922,7 +8922,7 @@ class Box extends SvelteComponent {
|
|
8922
8922
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8923
8923
|
|
8924
8924
|
function add_css$6(target) {
|
8925
|
-
append_styles(target, "svelte-
|
8925
|
+
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)}");
|
8926
8926
|
}
|
8927
8927
|
|
8928
8928
|
// (56:4) {#if svg}
|
@@ -9004,7 +9004,7 @@ function create_fragment$7(ctx) {
|
|
9004
9004
|
c() {
|
9005
9005
|
div = element("div");
|
9006
9006
|
create_component(button.$$.fragment);
|
9007
|
-
attr(div, "class", "icon svelte-
|
9007
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
9008
9008
|
},
|
9009
9009
|
m(target, anchor) {
|
9010
9010
|
insert(target, div, anchor);
|
@@ -9113,7 +9113,7 @@ class IconElement extends SvelteComponent {
|
|
9113
9113
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9114
9114
|
|
9115
9115
|
function add_css$5(target) {
|
9116
|
-
append_styles(target, "svelte-
|
9116
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9117
9117
|
}
|
9118
9118
|
|
9119
9119
|
function create_fragment$6(ctx) {
|
@@ -9139,7 +9139,7 @@ function create_fragment$6(ctx) {
|
|
9139
9139
|
c() {
|
9140
9140
|
div = element("div");
|
9141
9141
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9142
|
-
attr(div, "class", "codeElement svelte-
|
9142
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9143
9143
|
attr(div, "style", /*style*/ ctx[3]);
|
9144
9144
|
},
|
9145
9145
|
m(target, anchor) {
|
@@ -9228,7 +9228,7 @@ class CodeElement extends SvelteComponent {
|
|
9228
9228
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9229
9229
|
|
9230
9230
|
function add_css$4(target) {
|
9231
|
-
append_styles(target, "svelte-
|
9231
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9232
9232
|
}
|
9233
9233
|
|
9234
9234
|
function create_fragment$5(ctx) {
|
@@ -9242,7 +9242,7 @@ function create_fragment$5(ctx) {
|
|
9242
9242
|
c() {
|
9243
9243
|
div = element("div");
|
9244
9244
|
if (default_slot) default_slot.c();
|
9245
|
-
attr(div, "class", "flex svelte-
|
9245
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9246
9246
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9247
9247
|
},
|
9248
9248
|
m(target, anchor) {
|
@@ -9339,7 +9339,7 @@ class Flex extends SvelteComponent {
|
|
9339
9339
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9340
9340
|
|
9341
9341
|
function add_css$3(target) {
|
9342
|
-
append_styles(target, "svelte-
|
9342
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9343
9343
|
}
|
9344
9344
|
|
9345
9345
|
function create_fragment$4(ctx) {
|
@@ -9352,7 +9352,7 @@ function create_fragment$4(ctx) {
|
|
9352
9352
|
c() {
|
9353
9353
|
div = element("div");
|
9354
9354
|
if (default_slot) default_slot.c();
|
9355
|
-
attr(div, "class", "flex-item svelte-
|
9355
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9356
9356
|
attr(div, "style", /*style*/ ctx[0]);
|
9357
9357
|
},
|
9358
9358
|
m(target, anchor) {
|
@@ -9760,7 +9760,7 @@ class GridModalState extends SvelteComponent {
|
|
9760
9760
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9761
9761
|
|
9762
9762
|
function add_css$2(target) {
|
9763
|
-
append_styles(target, "svelte-
|
9763
|
+
append_styles(target, "svelte-akic2e", ".text-block.svelte-akic2e.svelte-akic2e{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-akic2e.svelte-akic2e{width:100%;height:auto}.text-direction-vertical.svelte-akic2e.svelte-akic2e{writing-mode:vertical-rl}.text-direction-vertical.svelte-akic2e .text-block-inner.svelte-akic2e{width:auto;height:100%}");
|
9764
9764
|
}
|
9765
9765
|
|
9766
9766
|
function create_fragment$2(ctx) {
|
@@ -9776,8 +9776,8 @@ function create_fragment$2(ctx) {
|
|
9776
9776
|
div1 = element("div");
|
9777
9777
|
div0 = element("div");
|
9778
9778
|
create_component(rendertext.$$.fragment);
|
9779
|
-
attr(div0, "class", "text-block-inner svelte-
|
9780
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9779
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
9780
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
9781
9781
|
attr(div1, "style", /*style*/ ctx[2]);
|
9782
9782
|
},
|
9783
9783
|
m(target, anchor) {
|
@@ -9791,7 +9791,7 @@ function create_fragment$2(ctx) {
|
|
9791
9791
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9792
9792
|
rendertext.$set(rendertext_changes);
|
9793
9793
|
|
9794
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9794
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
9795
9795
|
attr(div1, "class", div1_class_value);
|
9796
9796
|
}
|
9797
9797
|
|
@@ -9869,7 +9869,7 @@ class TextBlock extends SvelteComponent {
|
|
9869
9869
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9870
9870
|
|
9871
9871
|
function add_css$1(target) {
|
9872
|
-
append_styles(target, "svelte-
|
9872
|
+
append_styles(target, "svelte-1c34p4n", ".text-button-block.svelte-1c34p4n{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-1c34p4n{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-1c34p4n:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1c34p4n:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
9873
9873
|
}
|
9874
9874
|
|
9875
9875
|
function create_fragment$1(ctx) {
|
@@ -9886,9 +9886,9 @@ function create_fragment$1(ctx) {
|
|
9886
9886
|
div = element("div");
|
9887
9887
|
button = element("button");
|
9888
9888
|
create_component(rendertext.$$.fragment);
|
9889
|
-
attr(button, "class", "text-button svelte-
|
9889
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
9890
9890
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9891
|
-
attr(div, "class", "text-button-block svelte-
|
9891
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
9892
9892
|
attr(div, "style", /*_style*/ ctx[2]);
|
9893
9893
|
},
|
9894
9894
|
m(target, anchor) {
|
@@ -9994,7 +9994,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9994
9994
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9995
9995
|
|
9996
9996
|
function add_css(target) {
|
9997
|
-
append_styles(target, "svelte-
|
9997
|
+
append_styles(target, "svelte-1jus6sx", ".image-block.svelte-1jus6sx{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1jus6sx{width:100%;height:100%}.transport.svelte-1jus6sx:hover,.transport.svelte-1jus6sx:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
9998
9998
|
}
|
9999
9999
|
|
10000
10000
|
function create_fragment(ctx) {
|
@@ -10010,14 +10010,14 @@ function create_fragment(ctx) {
|
|
10010
10010
|
c() {
|
10011
10011
|
div = element("div");
|
10012
10012
|
img = element("img");
|
10013
|
-
attr(img, "class", "image svelte-
|
10013
|
+
attr(img, "class", "image svelte-1jus6sx");
|
10014
10014
|
attr(img, "loading", "lazy");
|
10015
10015
|
attr(img, "width", "auto");
|
10016
10016
|
attr(img, "height", "auto");
|
10017
10017
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
10018
10018
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10019
10019
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10020
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10020
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
10021
10021
|
attr(div, "style", /*_style*/ ctx[5]);
|
10022
10022
|
},
|
10023
10023
|
m(target, anchor) {
|
@@ -10042,7 +10042,7 @@ function create_fragment(ctx) {
|
|
10042
10042
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10043
10043
|
}
|
10044
10044
|
|
10045
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10045
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
10046
10046
|
attr(div, "class", div_class_value);
|
10047
10047
|
}
|
10048
10048
|
|