@plaidev/karte-action-sdk 1.1.205-28199989.8aee9b82 → 1.1.205
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +117 -126
- package/dist/index.es.js +117 -126
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1428,13 +1428,8 @@ function initActionTable(localVariablesQuery) {
|
|
1428
1428
|
/** @internal */
|
1429
1429
|
const handleState = (event) => {
|
1430
1430
|
if (event.detail.actionId === actionId || event.detail.actionId === ALL_ACTION_ID) {
|
1431
|
-
send_event('_message_state_changed', {
|
1432
|
-
|
1433
|
-
newState: event.detail.to ?? '',
|
1434
|
-
});
|
1435
|
-
setState$1(event.detail.to, {
|
1436
|
-
disableInPreview: event.detail.disableInPreview,
|
1437
|
-
});
|
1431
|
+
send_event('_message_state_changed', { state: event.detail.to });
|
1432
|
+
setState$1(event.detail.to, { disableInPreview: event.detail.disableInPreview });
|
1438
1433
|
}
|
1439
1434
|
};
|
1440
1435
|
/**
|
@@ -2608,7 +2603,7 @@ class State extends SvelteComponent {
|
|
2608
2603
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2609
2604
|
|
2610
2605
|
function add_css$t(target) {
|
2611
|
-
append_styles(target, "svelte-
|
2606
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2612
2607
|
}
|
2613
2608
|
|
2614
2609
|
// (23:0) {#if $state === path}
|
@@ -2635,7 +2630,7 @@ function create_if_block$8(ctx) {
|
|
2635
2630
|
},
|
2636
2631
|
h() {
|
2637
2632
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2638
|
-
attr(div, "class", "state-item svelte-
|
2633
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2639
2634
|
},
|
2640
2635
|
m(target, anchor) {
|
2641
2636
|
insert_hydration(target, div, anchor);
|
@@ -2881,10 +2876,7 @@ function submit() {
|
|
2881
2876
|
* モーダル(ポップアップ)のコンポーネントが利用するコードの管理
|
2882
2877
|
*/
|
2883
2878
|
function _moveTo(to) {
|
2884
|
-
|
2885
|
-
window.dispatchEvent(new CustomEvent(ACTION_CHANGE_STATE_EVENT, {
|
2886
|
-
detail: { from: currentState, to, actionId },
|
2887
|
-
}));
|
2879
|
+
window.dispatchEvent(new CustomEvent(ACTION_CHANGE_STATE_EVENT, { detail: { to, actionId } }));
|
2888
2880
|
}
|
2889
2881
|
/** @internal */
|
2890
2882
|
const moveTo = (to) => () => {
|
@@ -2997,7 +2989,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
2997
2989
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
2998
2990
|
|
2999
2991
|
function add_css$s(target) {
|
3000
|
-
append_styles(target, "svelte-
|
2992
|
+
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}");
|
3001
2993
|
}
|
3002
2994
|
|
3003
2995
|
// (9:0) {#if backgroundOverlay}
|
@@ -3017,7 +3009,7 @@ function create_if_block$7(ctx) {
|
|
3017
3009
|
this.h();
|
3018
3010
|
},
|
3019
3011
|
h() {
|
3020
|
-
attr(div, "class", "background svelte-
|
3012
|
+
attr(div, "class", "background svelte-g6ucc2");
|
3021
3013
|
},
|
3022
3014
|
m(target, anchor) {
|
3023
3015
|
insert_hydration(target, div, anchor);
|
@@ -3132,7 +3124,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3132
3124
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3133
3125
|
|
3134
3126
|
function add_css$r(target) {
|
3135
|
-
append_styles(target, "svelte-
|
3127
|
+
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}");
|
3136
3128
|
}
|
3137
3129
|
|
3138
3130
|
// (50:0) {:else}
|
@@ -3171,7 +3163,7 @@ function create_else_block$3(ctx) {
|
|
3171
3163
|
},
|
3172
3164
|
h() {
|
3173
3165
|
set_attributes(button, button_data);
|
3174
|
-
toggle_class(button, "svelte-
|
3166
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3175
3167
|
},
|
3176
3168
|
m(target, anchor) {
|
3177
3169
|
insert_hydration(target, button, anchor);
|
@@ -3210,7 +3202,7 @@ function create_else_block$3(ctx) {
|
|
3210
3202
|
dataAttrStopPropagation('click')
|
3211
3203
|
]));
|
3212
3204
|
|
3213
|
-
toggle_class(button, "svelte-
|
3205
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3214
3206
|
},
|
3215
3207
|
i(local) {
|
3216
3208
|
if (current) return;
|
@@ -3251,7 +3243,7 @@ function create_if_block_2(ctx) {
|
|
3251
3243
|
this.h();
|
3252
3244
|
},
|
3253
3245
|
h() {
|
3254
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3246
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3255
3247
|
attr(div, "style", /*style*/ ctx[1]);
|
3256
3248
|
},
|
3257
3249
|
m(target, anchor) {
|
@@ -3351,7 +3343,7 @@ function create_if_block_1$2(ctx) {
|
|
3351
3343
|
},
|
3352
3344
|
h() {
|
3353
3345
|
set_attributes(a, a_data);
|
3354
|
-
toggle_class(a, "svelte-
|
3346
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3355
3347
|
},
|
3356
3348
|
m(target, anchor) {
|
3357
3349
|
insert_hydration(target, a, anchor);
|
@@ -3393,7 +3385,7 @@ function create_if_block_1$2(ctx) {
|
|
3393
3385
|
dataAttrStopPropagation('click')
|
3394
3386
|
]));
|
3395
3387
|
|
3396
|
-
toggle_class(a, "svelte-
|
3388
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3397
3389
|
},
|
3398
3390
|
i(local) {
|
3399
3391
|
if (current) return;
|
@@ -3434,7 +3426,7 @@ function create_if_block$6(ctx) {
|
|
3434
3426
|
this.h();
|
3435
3427
|
},
|
3436
3428
|
h() {
|
3437
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3429
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3438
3430
|
attr(div, "style", /*style*/ ctx[1]);
|
3439
3431
|
},
|
3440
3432
|
m(target, anchor) {
|
@@ -3642,7 +3634,7 @@ class Button extends SvelteComponent {
|
|
3642
3634
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3643
3635
|
|
3644
3636
|
function add_css$q(target) {
|
3645
|
-
append_styles(target, "svelte-
|
3637
|
+
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}");
|
3646
3638
|
}
|
3647
3639
|
|
3648
3640
|
// (145:0) {#if visible}
|
@@ -3683,7 +3675,7 @@ function create_if_block$5(ctx) {
|
|
3683
3675
|
this.h();
|
3684
3676
|
},
|
3685
3677
|
h() {
|
3686
|
-
attr(div, "class", "modal svelte-
|
3678
|
+
attr(div, "class", "modal svelte-1m1do8u");
|
3687
3679
|
attr(div, "role", "dialog");
|
3688
3680
|
attr(div, "aria-modal", "true");
|
3689
3681
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3771,7 +3763,7 @@ function create_if_block_1$1(ctx) {
|
|
3771
3763
|
this.h();
|
3772
3764
|
},
|
3773
3765
|
h() {
|
3774
|
-
attr(div, "class", "close svelte-
|
3766
|
+
attr(div, "class", "close svelte-1m1do8u");
|
3775
3767
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3776
3768
|
},
|
3777
3769
|
m(target, anchor) {
|
@@ -3896,7 +3888,7 @@ function create_default_slot$6(ctx) {
|
|
3896
3888
|
this.h();
|
3897
3889
|
},
|
3898
3890
|
h() {
|
3899
|
-
attr(div, "class", "modal-content svelte-
|
3891
|
+
attr(div, "class", "modal-content svelte-1m1do8u");
|
3900
3892
|
attr(div, "style", /*_style*/ ctx[4]);
|
3901
3893
|
},
|
3902
3894
|
m(target, anchor) {
|
@@ -4406,7 +4398,7 @@ class Grid extends SvelteComponent {
|
|
4406
4398
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4407
4399
|
|
4408
4400
|
function add_css$p(target) {
|
4409
|
-
append_styles(target, "svelte-
|
4401
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4410
4402
|
}
|
4411
4403
|
|
4412
4404
|
function create_fragment$r(ctx) {
|
@@ -4440,8 +4432,8 @@ function create_fragment$r(ctx) {
|
|
4440
4432
|
this.h();
|
4441
4433
|
},
|
4442
4434
|
h() {
|
4443
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4444
|
-
attr(div1, "class", "grid-item svelte-
|
4435
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4436
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4445
4437
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4446
4438
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4447
4439
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4763,10 +4755,10 @@ class RenderText extends SvelteComponent {
|
|
4763
4755
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4764
4756
|
|
4765
4757
|
function add_css$o(target) {
|
4766
|
-
append_styles(target, "svelte-
|
4758
|
+
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}");
|
4767
4759
|
}
|
4768
4760
|
|
4769
|
-
// (
|
4761
|
+
// (93:2) {:else}
|
4770
4762
|
function create_else_block$1(ctx) {
|
4771
4763
|
let div1;
|
4772
4764
|
let div0;
|
@@ -4793,8 +4785,8 @@ function create_else_block$1(ctx) {
|
|
4793
4785
|
this.h();
|
4794
4786
|
},
|
4795
4787
|
h() {
|
4796
|
-
attr(div0, "class", "text-element-inner svelte-
|
4797
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4788
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4789
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4798
4790
|
attr(div1, "style", /*style*/ ctx[5]);
|
4799
4791
|
},
|
4800
4792
|
m(target, anchor) {
|
@@ -4808,7 +4800,7 @@ function create_else_block$1(ctx) {
|
|
4808
4800
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4809
4801
|
rendertext.$set(rendertext_changes);
|
4810
4802
|
|
4811
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4803
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4812
4804
|
attr(div1, "class", div1_class_value);
|
4813
4805
|
}
|
4814
4806
|
|
@@ -4832,7 +4824,7 @@ function create_else_block$1(ctx) {
|
|
4832
4824
|
};
|
4833
4825
|
}
|
4834
4826
|
|
4835
|
-
// (
|
4827
|
+
// (79:2) {#if enableCopy}
|
4836
4828
|
function create_if_block$3(ctx) {
|
4837
4829
|
let a;
|
4838
4830
|
let div0;
|
@@ -4883,12 +4875,12 @@ function create_if_block$3(ctx) {
|
|
4883
4875
|
this.h();
|
4884
4876
|
},
|
4885
4877
|
h() {
|
4886
|
-
attr(div0, "class", "text-element-inner svelte-
|
4878
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4887
4879
|
attr(a, "href", '');
|
4888
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4880
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4889
4881
|
attr(a, "style", /*style*/ ctx[5]);
|
4890
|
-
attr(div1, "class", "tooltip svelte-
|
4891
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4882
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
4883
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
4892
4884
|
},
|
4893
4885
|
m(target, anchor) {
|
4894
4886
|
insert_hydration(target, a, anchor);
|
@@ -4914,7 +4906,7 @@ function create_if_block$3(ctx) {
|
|
4914
4906
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4915
4907
|
rendertext.$set(rendertext_changes);
|
4916
4908
|
|
4917
|
-
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-
|
4909
|
+
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"))) {
|
4918
4910
|
attr(a, "class", a_class_value);
|
4919
4911
|
}
|
4920
4912
|
|
@@ -4976,7 +4968,7 @@ function create_fragment$p(ctx) {
|
|
4976
4968
|
this.h();
|
4977
4969
|
},
|
4978
4970
|
h() {
|
4979
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4971
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
4980
4972
|
},
|
4981
4973
|
m(target, anchor) {
|
4982
4974
|
insert_hydration(target, div, anchor);
|
@@ -5044,7 +5036,6 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
5044
5036
|
|
5045
5037
|
try {
|
5046
5038
|
await navigator.clipboard.writeText(text);
|
5047
|
-
send_event('_click_copy', { text });
|
5048
5039
|
|
5049
5040
|
if (eventName) {
|
5050
5041
|
send_event(eventName, eventValue);
|
@@ -5142,7 +5133,7 @@ class TextElement extends SvelteComponent {
|
|
5142
5133
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5143
5134
|
|
5144
5135
|
function add_css$n(target) {
|
5145
|
-
append_styles(target, "svelte-
|
5136
|
+
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)}");
|
5146
5137
|
}
|
5147
5138
|
|
5148
5139
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5211,7 +5202,7 @@ function create_fragment$o(ctx) {
|
|
5211
5202
|
this.h();
|
5212
5203
|
},
|
5213
5204
|
h() {
|
5214
|
-
attr(div, "class", "text-button-element svelte-
|
5205
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5215
5206
|
},
|
5216
5207
|
m(target, anchor) {
|
5217
5208
|
insert_hydration(target, div, anchor);
|
@@ -5303,7 +5294,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5303
5294
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5304
5295
|
|
5305
5296
|
function add_css$m(target) {
|
5306
|
-
append_styles(target, "svelte-
|
5297
|
+
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%}");
|
5307
5298
|
}
|
5308
5299
|
|
5309
5300
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5331,7 +5322,7 @@ function create_default_slot$4(ctx) {
|
|
5331
5322
|
this.h();
|
5332
5323
|
},
|
5333
5324
|
h() {
|
5334
|
-
attr(img, "class", "image svelte-
|
5325
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5335
5326
|
attr(img, "loading", "lazy");
|
5336
5327
|
attr(img, "width", "auto");
|
5337
5328
|
attr(img, "height", "auto");
|
@@ -5403,7 +5394,7 @@ function create_fragment$n(ctx) {
|
|
5403
5394
|
this.h();
|
5404
5395
|
},
|
5405
5396
|
h() {
|
5406
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5397
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5407
5398
|
},
|
5408
5399
|
m(target, anchor) {
|
5409
5400
|
insert_hydration(target, div, anchor);
|
@@ -5422,7 +5413,7 @@ function create_fragment$n(ctx) {
|
|
5422
5413
|
|
5423
5414
|
button.$set(button_changes);
|
5424
5415
|
|
5425
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5416
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5426
5417
|
attr(div, "class", div_class_value);
|
5427
5418
|
}
|
5428
5419
|
},
|
@@ -5494,7 +5485,7 @@ class ImageElement extends SvelteComponent {
|
|
5494
5485
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5495
5486
|
|
5496
5487
|
function add_css$l(target) {
|
5497
|
-
append_styles(target, "svelte-
|
5488
|
+
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}");
|
5498
5489
|
}
|
5499
5490
|
|
5500
5491
|
function create_fragment$m(ctx) {
|
@@ -5517,7 +5508,7 @@ function create_fragment$m(ctx) {
|
|
5517
5508
|
this.h();
|
5518
5509
|
},
|
5519
5510
|
h() {
|
5520
|
-
attr(div, "class", "list svelte-
|
5511
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5521
5512
|
attr(div, "style", /*style*/ ctx[0]);
|
5522
5513
|
},
|
5523
5514
|
m(target, anchor) {
|
@@ -5651,7 +5642,7 @@ class List extends SvelteComponent {
|
|
5651
5642
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5652
5643
|
|
5653
5644
|
function add_css$k(target) {
|
5654
|
-
append_styles(target, "svelte-
|
5645
|
+
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}");
|
5655
5646
|
}
|
5656
5647
|
|
5657
5648
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5734,7 +5725,7 @@ function create_fragment$l(ctx) {
|
|
5734
5725
|
this.h();
|
5735
5726
|
},
|
5736
5727
|
h() {
|
5737
|
-
attr(div, "class", "list-item svelte-
|
5728
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
5738
5729
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5739
5730
|
},
|
5740
5731
|
m(target, anchor) {
|
@@ -5860,7 +5851,7 @@ class ListItem extends SvelteComponent {
|
|
5860
5851
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5861
5852
|
|
5862
5853
|
function add_css$j(target) {
|
5863
|
-
append_styles(target, "svelte-
|
5854
|
+
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}");
|
5864
5855
|
}
|
5865
5856
|
|
5866
5857
|
function create_fragment$k(ctx) {
|
@@ -5878,7 +5869,7 @@ function create_fragment$k(ctx) {
|
|
5878
5869
|
this.h();
|
5879
5870
|
},
|
5880
5871
|
h() {
|
5881
|
-
attr(div, "class", "embed svelte-
|
5872
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
5882
5873
|
attr(div, "style", /*_style*/ ctx[1]);
|
5883
5874
|
},
|
5884
5875
|
m(target, anchor) {
|
@@ -5921,7 +5912,7 @@ class EmbedElement extends SvelteComponent {
|
|
5921
5912
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5922
5913
|
|
5923
5914
|
function add_css$i(target) {
|
5924
|
-
append_styles(target, "svelte-
|
5915
|
+
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%}");
|
5925
5916
|
}
|
5926
5917
|
|
5927
5918
|
function create_fragment$j(ctx) {
|
@@ -5944,7 +5935,7 @@ function create_fragment$j(ctx) {
|
|
5944
5935
|
},
|
5945
5936
|
h() {
|
5946
5937
|
attr(div0, "class", "karte-player");
|
5947
|
-
attr(div1, "class", "embed svelte-
|
5938
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
5948
5939
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5949
5940
|
},
|
5950
5941
|
m(target, anchor) {
|
@@ -6286,7 +6277,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6286
6277
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6287
6278
|
|
6288
6279
|
function add_css$h(target) {
|
6289
|
-
append_styles(target, "svelte-
|
6280
|
+
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%}");
|
6290
6281
|
}
|
6291
6282
|
|
6292
6283
|
function create_fragment$i(ctx) {
|
@@ -6309,7 +6300,7 @@ function create_fragment$i(ctx) {
|
|
6309
6300
|
},
|
6310
6301
|
h() {
|
6311
6302
|
attr(div0, "class", "karte-player");
|
6312
|
-
attr(div1, "class", "embed svelte-
|
6303
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6313
6304
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6314
6305
|
},
|
6315
6306
|
m(target, anchor) {
|
@@ -6493,7 +6484,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6493
6484
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6494
6485
|
|
6495
6486
|
function add_css$g(target) {
|
6496
|
-
append_styles(target, "svelte-
|
6487
|
+
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}");
|
6497
6488
|
}
|
6498
6489
|
|
6499
6490
|
function create_fragment$h(ctx) {
|
@@ -6523,12 +6514,12 @@ function create_fragment$h(ctx) {
|
|
6523
6514
|
this.h();
|
6524
6515
|
},
|
6525
6516
|
h() {
|
6526
|
-
attr(textarea, "class", "textarea svelte-
|
6517
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6527
6518
|
textarea.value = /*$value*/ ctx[3];
|
6528
6519
|
textarea.required = /*required*/ ctx[0];
|
6529
6520
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6530
6521
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6531
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6522
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6532
6523
|
},
|
6533
6524
|
m(target, anchor) {
|
6534
6525
|
insert_hydration(target, div, anchor);
|
@@ -6624,7 +6615,7 @@ class FormTextarea extends SvelteComponent {
|
|
6624
6615
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6625
6616
|
|
6626
6617
|
function add_css$f(target) {
|
6627
|
-
append_styles(target, "svelte-
|
6618
|
+
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}");
|
6628
6619
|
}
|
6629
6620
|
|
6630
6621
|
function get_each_context$5(ctx, list, i) {
|
@@ -6680,14 +6671,14 @@ function create_each_block$5(ctx) {
|
|
6680
6671
|
},
|
6681
6672
|
h() {
|
6682
6673
|
attr(input, "type", "radio");
|
6683
|
-
attr(input, "class", "radio-button-input svelte-
|
6674
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6684
6675
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6685
6676
|
attr(input, "name", /*name*/ ctx[0]);
|
6686
6677
|
input.value = input_value_value = /*option*/ ctx[16];
|
6687
6678
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6688
|
-
attr(span, "class", "radio-button-text svelte-
|
6679
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6689
6680
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6690
|
-
attr(label, "class", "radio-button svelte-
|
6681
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6691
6682
|
},
|
6692
6683
|
m(target, anchor) {
|
6693
6684
|
insert_hydration(target, label, anchor);
|
@@ -6766,7 +6757,7 @@ function create_fragment$g(ctx) {
|
|
6766
6757
|
this.h();
|
6767
6758
|
},
|
6768
6759
|
h() {
|
6769
|
-
attr(div, "class", "radio-buttons svelte-
|
6760
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6770
6761
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6771
6762
|
},
|
6772
6763
|
m(target, anchor) {
|
@@ -6933,7 +6924,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6933
6924
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6934
6925
|
|
6935
6926
|
function add_css$e(target) {
|
6936
|
-
append_styles(target, "svelte-
|
6927
|
+
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}");
|
6937
6928
|
}
|
6938
6929
|
|
6939
6930
|
function get_each_context$4(ctx, list, i) {
|
@@ -7104,10 +7095,10 @@ function create_fragment$f(ctx) {
|
|
7104
7095
|
this.h();
|
7105
7096
|
},
|
7106
7097
|
h() {
|
7107
|
-
attr(select, "class", "select-select svelte-
|
7098
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7108
7099
|
attr(select, "style", /*style*/ ctx[3]);
|
7109
|
-
attr(div0, "class", "select-icon svelte-
|
7110
|
-
attr(div1, "class", "select svelte-
|
7100
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7101
|
+
attr(div1, "class", "select svelte-iejizj");
|
7111
7102
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7112
7103
|
},
|
7113
7104
|
m(target, anchor) {
|
@@ -7309,7 +7300,7 @@ class FormSelect extends SvelteComponent {
|
|
7309
7300
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7310
7301
|
|
7311
7302
|
function add_css$d(target) {
|
7312
|
-
append_styles(target, "svelte-
|
7303
|
+
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}");
|
7313
7304
|
}
|
7314
7305
|
|
7315
7306
|
function get_each_context$3(ctx, list, i) {
|
@@ -7371,19 +7362,19 @@ function create_each_block$3(ctx) {
|
|
7371
7362
|
this.h();
|
7372
7363
|
},
|
7373
7364
|
h() {
|
7374
|
-
attr(input, "class", "check-box-input svelte-
|
7365
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7375
7366
|
attr(input, "type", "checkbox");
|
7376
7367
|
attr(input, "name", /*name*/ ctx[0]);
|
7377
7368
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7378
|
-
attr(span0, "class", "check-box-icon svelte-
|
7369
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7379
7370
|
|
7380
7371
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7381
7372
|
? ' _checked'
|
7382
|
-
: ''}`) + " svelte-
|
7373
|
+
: ''}`) + " svelte-2pz1us"));
|
7383
7374
|
|
7384
|
-
attr(span2, "class", "check-box-text svelte-
|
7375
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7385
7376
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7386
|
-
attr(label, "class", "check-box svelte-
|
7377
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7387
7378
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7388
7379
|
},
|
7389
7380
|
m(target, anchor) {
|
@@ -7415,7 +7406,7 @@ function create_each_block$3(ctx) {
|
|
7415
7406
|
|
7416
7407
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7417
7408
|
? ' _checked'
|
7418
|
-
: ''}`) + " svelte-
|
7409
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7419
7410
|
attr(span1, "class", span1_class_value);
|
7420
7411
|
}
|
7421
7412
|
|
@@ -7468,7 +7459,7 @@ function create_fragment$e(ctx) {
|
|
7468
7459
|
this.h();
|
7469
7460
|
},
|
7470
7461
|
h() {
|
7471
|
-
attr(div, "class", "check-boxes svelte-
|
7462
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7472
7463
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7473
7464
|
},
|
7474
7465
|
m(target, anchor) {
|
@@ -7643,7 +7634,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7643
7634
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7644
7635
|
|
7645
7636
|
function add_css$c(target) {
|
7646
|
-
append_styles(target, "svelte-
|
7637
|
+
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}");
|
7647
7638
|
}
|
7648
7639
|
|
7649
7640
|
function get_each_context$2(ctx, list, i) {
|
@@ -7678,7 +7669,7 @@ function create_each_block$2(ctx) {
|
|
7678
7669
|
this.h();
|
7679
7670
|
},
|
7680
7671
|
h() {
|
7681
|
-
attr(button, "class", "rating-button svelte-
|
7672
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7682
7673
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7683
7674
|
},
|
7684
7675
|
m(target, anchor) {
|
@@ -7741,7 +7732,7 @@ function create_fragment$d(ctx) {
|
|
7741
7732
|
this.h();
|
7742
7733
|
},
|
7743
7734
|
h() {
|
7744
|
-
attr(div, "class", "rating-buttons svelte-
|
7735
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7745
7736
|
},
|
7746
7737
|
m(target, anchor) {
|
7747
7738
|
insert_hydration(target, div, anchor);
|
@@ -7878,7 +7869,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7878
7869
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7879
7870
|
|
7880
7871
|
function add_css$b(target) {
|
7881
|
-
append_styles(target, "svelte-
|
7872
|
+
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%)}");
|
7882
7873
|
}
|
7883
7874
|
|
7884
7875
|
function get_each_context$1(ctx, list, i) {
|
@@ -7914,9 +7905,9 @@ function create_each_block$1(ctx) {
|
|
7914
7905
|
},
|
7915
7906
|
h() {
|
7916
7907
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7917
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7908
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7918
7909
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7919
|
-
attr(button, "class", "rating-button svelte-
|
7910
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7920
7911
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7921
7912
|
},
|
7922
7913
|
m(target, anchor) {
|
@@ -7932,7 +7923,7 @@ function create_each_block$1(ctx) {
|
|
7932
7923
|
p(new_ctx, dirty) {
|
7933
7924
|
ctx = new_ctx;
|
7934
7925
|
|
7935
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7926
|
+
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"))) {
|
7936
7927
|
attr(img, "class", img_class_value);
|
7937
7928
|
}
|
7938
7929
|
|
@@ -7979,7 +7970,7 @@ function create_fragment$c(ctx) {
|
|
7979
7970
|
this.h();
|
7980
7971
|
},
|
7981
7972
|
h() {
|
7982
|
-
attr(div, "class", "rating-buttons svelte-
|
7973
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7983
7974
|
},
|
7984
7975
|
m(target, anchor) {
|
7985
7976
|
insert_hydration(target, div, anchor);
|
@@ -8087,7 +8078,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8087
8078
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8088
8079
|
|
8089
8080
|
function add_css$a(target) {
|
8090
|
-
append_styles(target, "svelte-
|
8081
|
+
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%}");
|
8091
8082
|
}
|
8092
8083
|
|
8093
8084
|
function get_each_context(ctx, list, i) {
|
@@ -8133,9 +8124,9 @@ function create_if_block_1(ctx) {
|
|
8133
8124
|
attr(svg, "viewBox", "0 0 10 16");
|
8134
8125
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8135
8126
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8136
|
-
attr(button, "class", "move-button svelte-
|
8127
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8137
8128
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8138
|
-
attr(div, "class", "prev-button-container svelte-
|
8129
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
8139
8130
|
},
|
8140
8131
|
m(target, anchor) {
|
8141
8132
|
insert_hydration(target, div, anchor);
|
@@ -8201,9 +8192,9 @@ function create_if_block$1(ctx) {
|
|
8201
8192
|
attr(svg, "viewBox", "0 0 10 16");
|
8202
8193
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8203
8194
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8204
|
-
attr(button, "class", "move-button svelte-
|
8195
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8205
8196
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8206
|
-
attr(div, "class", "next-button-container svelte-
|
8197
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
8207
8198
|
},
|
8208
8199
|
m(target, anchor) {
|
8209
8200
|
insert_hydration(target, div, anchor);
|
@@ -8263,9 +8254,9 @@ function create_each_block(ctx) {
|
|
8263
8254
|
this.h();
|
8264
8255
|
},
|
8265
8256
|
h() {
|
8266
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8257
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
8267
8258
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8268
|
-
attr(button, "class", "navigation-item svelte-
|
8259
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
8269
8260
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8270
8261
|
},
|
8271
8262
|
m(target, anchor) {
|
@@ -8371,14 +8362,14 @@ function create_fragment$b(ctx) {
|
|
8371
8362
|
this.h();
|
8372
8363
|
},
|
8373
8364
|
h() {
|
8374
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8365
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
8375
8366
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8376
|
-
attr(div1, "class", "container svelte-
|
8367
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
8377
8368
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8378
|
-
attr(div2, "class", "navigation svelte-
|
8369
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
8379
8370
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8380
8371
|
set_attributes(div3, div3_data);
|
8381
|
-
toggle_class(div3, "svelte-
|
8372
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8382
8373
|
},
|
8383
8374
|
m(target, anchor) {
|
8384
8375
|
insert_hydration(target, div3, anchor);
|
@@ -8420,7 +8411,7 @@ function create_fragment$b(ctx) {
|
|
8420
8411
|
}
|
8421
8412
|
}
|
8422
8413
|
|
8423
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8414
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
8424
8415
|
attr(div0, "class", div0_class_value);
|
8425
8416
|
}
|
8426
8417
|
|
@@ -8486,7 +8477,7 @@ function create_fragment$b(ctx) {
|
|
8486
8477
|
}
|
8487
8478
|
|
8488
8479
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
8489
|
-
toggle_class(div3, "svelte-
|
8480
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8490
8481
|
},
|
8491
8482
|
i(local) {
|
8492
8483
|
if (current) return;
|
@@ -8998,7 +8989,7 @@ class Slide extends SvelteComponent {
|
|
8998
8989
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8999
8990
|
|
9000
8991
|
function add_css$9(target) {
|
9001
|
-
append_styles(target, "svelte-
|
8992
|
+
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}");
|
9002
8993
|
}
|
9003
8994
|
|
9004
8995
|
function create_fragment$a(ctx) {
|
@@ -9026,9 +9017,9 @@ function create_fragment$a(ctx) {
|
|
9026
9017
|
this.h();
|
9027
9018
|
},
|
9028
9019
|
h() {
|
9029
|
-
attr(div0, "class", "item-inner svelte-
|
9020
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
9030
9021
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9031
|
-
attr(div1, "class", "item svelte-
|
9022
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
9032
9023
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9033
9024
|
},
|
9034
9025
|
m(target, anchor) {
|
@@ -9154,7 +9145,7 @@ class SlideItem extends SvelteComponent {
|
|
9154
9145
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9155
9146
|
|
9156
9147
|
function add_css$8(target) {
|
9157
|
-
append_styles(target, "svelte-
|
9148
|
+
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}");
|
9158
9149
|
}
|
9159
9150
|
|
9160
9151
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9185,9 +9176,9 @@ function create_fragment$9(ctx) {
|
|
9185
9176
|
this.h();
|
9186
9177
|
},
|
9187
9178
|
h() {
|
9188
|
-
attr(div0, "class", "countdown-inner svelte-
|
9179
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
9189
9180
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9190
|
-
attr(div1, "class", "countdown svelte-
|
9181
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
9191
9182
|
},
|
9192
9183
|
m(target, anchor) {
|
9193
9184
|
insert_hydration(target, div1, anchor);
|
@@ -9317,7 +9308,7 @@ class Countdown extends SvelteComponent {
|
|
9317
9308
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9318
9309
|
|
9319
9310
|
function add_css$7(target) {
|
9320
|
-
append_styles(target, "svelte-
|
9311
|
+
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}");
|
9321
9312
|
}
|
9322
9313
|
|
9323
9314
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9400,7 +9391,7 @@ function create_fragment$8(ctx) {
|
|
9400
9391
|
this.h();
|
9401
9392
|
},
|
9402
9393
|
h() {
|
9403
|
-
attr(div, "class", "box svelte-
|
9394
|
+
attr(div, "class", "box svelte-1c91vpe");
|
9404
9395
|
},
|
9405
9396
|
m(target, anchor) {
|
9406
9397
|
insert_hydration(target, div, anchor);
|
@@ -9461,7 +9452,7 @@ class Box extends SvelteComponent {
|
|
9461
9452
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
9462
9453
|
|
9463
9454
|
function add_css$6(target) {
|
9464
|
-
append_styles(target, "svelte-
|
9455
|
+
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)}");
|
9465
9456
|
}
|
9466
9457
|
|
9467
9458
|
// (56:4) {#if svg}
|
@@ -9565,7 +9556,7 @@ function create_fragment$7(ctx) {
|
|
9565
9556
|
this.h();
|
9566
9557
|
},
|
9567
9558
|
h() {
|
9568
|
-
attr(div, "class", "icon svelte-
|
9559
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
9569
9560
|
},
|
9570
9561
|
m(target, anchor) {
|
9571
9562
|
insert_hydration(target, div, anchor);
|
@@ -9674,7 +9665,7 @@ class IconElement extends SvelteComponent {
|
|
9674
9665
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9675
9666
|
|
9676
9667
|
function add_css$5(target) {
|
9677
|
-
append_styles(target, "svelte-
|
9668
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9678
9669
|
}
|
9679
9670
|
|
9680
9671
|
function create_fragment$6(ctx) {
|
@@ -9710,7 +9701,7 @@ function create_fragment$6(ctx) {
|
|
9710
9701
|
this.h();
|
9711
9702
|
},
|
9712
9703
|
h() {
|
9713
|
-
attr(div, "class", "codeElement svelte-
|
9704
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9714
9705
|
attr(div, "style", /*style*/ ctx[3]);
|
9715
9706
|
},
|
9716
9707
|
m(target, anchor) {
|
@@ -9799,7 +9790,7 @@ class CodeElement extends SvelteComponent {
|
|
9799
9790
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9800
9791
|
|
9801
9792
|
function add_css$4(target) {
|
9802
|
-
append_styles(target, "svelte-
|
9793
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9803
9794
|
}
|
9804
9795
|
|
9805
9796
|
function create_fragment$5(ctx) {
|
@@ -9823,7 +9814,7 @@ function create_fragment$5(ctx) {
|
|
9823
9814
|
this.h();
|
9824
9815
|
},
|
9825
9816
|
h() {
|
9826
|
-
attr(div, "class", "flex svelte-
|
9817
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9827
9818
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9828
9819
|
},
|
9829
9820
|
m(target, anchor) {
|
@@ -9920,7 +9911,7 @@ class Flex extends SvelteComponent {
|
|
9920
9911
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9921
9912
|
|
9922
9913
|
function add_css$3(target) {
|
9923
|
-
append_styles(target, "svelte-
|
9914
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9924
9915
|
}
|
9925
9916
|
|
9926
9917
|
function create_fragment$4(ctx) {
|
@@ -9943,7 +9934,7 @@ function create_fragment$4(ctx) {
|
|
9943
9934
|
this.h();
|
9944
9935
|
},
|
9945
9936
|
h() {
|
9946
|
-
attr(div, "class", "flex-item svelte-
|
9937
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9947
9938
|
attr(div, "style", /*style*/ ctx[0]);
|
9948
9939
|
},
|
9949
9940
|
m(target, anchor) {
|
@@ -10363,7 +10354,7 @@ class GridModalState extends SvelteComponent {
|
|
10363
10354
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10364
10355
|
|
10365
10356
|
function add_css$2(target) {
|
10366
|
-
append_styles(target, "svelte-
|
10357
|
+
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%}");
|
10367
10358
|
}
|
10368
10359
|
|
10369
10360
|
function create_fragment$2(ctx) {
|
@@ -10392,8 +10383,8 @@ function create_fragment$2(ctx) {
|
|
10392
10383
|
this.h();
|
10393
10384
|
},
|
10394
10385
|
h() {
|
10395
|
-
attr(div0, "class", "text-block-inner svelte-
|
10396
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10386
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
10387
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
10397
10388
|
attr(div1, "style", /*style*/ ctx[2]);
|
10398
10389
|
},
|
10399
10390
|
m(target, anchor) {
|
@@ -10407,7 +10398,7 @@ function create_fragment$2(ctx) {
|
|
10407
10398
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10408
10399
|
rendertext.$set(rendertext_changes);
|
10409
10400
|
|
10410
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10401
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
10411
10402
|
attr(div1, "class", div1_class_value);
|
10412
10403
|
}
|
10413
10404
|
|
@@ -10485,7 +10476,7 @@ class TextBlock extends SvelteComponent {
|
|
10485
10476
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10486
10477
|
|
10487
10478
|
function add_css$1(target) {
|
10488
|
-
append_styles(target, "svelte-
|
10479
|
+
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)}");
|
10489
10480
|
}
|
10490
10481
|
|
10491
10482
|
function create_fragment$1(ctx) {
|
@@ -10515,9 +10506,9 @@ function create_fragment$1(ctx) {
|
|
10515
10506
|
this.h();
|
10516
10507
|
},
|
10517
10508
|
h() {
|
10518
|
-
attr(button, "class", "text-button svelte-
|
10509
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
10519
10510
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
10520
|
-
attr(div, "class", "text-button-block svelte-
|
10511
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
10521
10512
|
attr(div, "style", /*_style*/ ctx[2]);
|
10522
10513
|
},
|
10523
10514
|
m(target, anchor) {
|
@@ -10623,7 +10614,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10623
10614
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10624
10615
|
|
10625
10616
|
function add_css(target) {
|
10626
|
-
append_styles(target, "svelte-
|
10617
|
+
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)}");
|
10627
10618
|
}
|
10628
10619
|
|
10629
10620
|
function create_fragment(ctx) {
|
@@ -10659,14 +10650,14 @@ function create_fragment(ctx) {
|
|
10659
10650
|
this.h();
|
10660
10651
|
},
|
10661
10652
|
h() {
|
10662
|
-
attr(img, "class", "image svelte-
|
10653
|
+
attr(img, "class", "image svelte-1jus6sx");
|
10663
10654
|
attr(img, "loading", "lazy");
|
10664
10655
|
attr(img, "width", "auto");
|
10665
10656
|
attr(img, "height", "auto");
|
10666
10657
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
10667
10658
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10668
10659
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10669
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10660
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
10670
10661
|
attr(div, "style", /*_style*/ ctx[5]);
|
10671
10662
|
},
|
10672
10663
|
m(target, anchor) {
|
@@ -10691,7 +10682,7 @@ function create_fragment(ctx) {
|
|
10691
10682
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10692
10683
|
}
|
10693
10684
|
|
10694
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10685
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
10695
10686
|
attr(div, "class", div_class_value);
|
10696
10687
|
}
|
10697
10688
|
|