@plaidev/karte-action-sdk 1.1.208-28223142.6bbd2434 → 1.1.209
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 +125 -120
- package/dist/index.es.js +125 -120
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2050,21 +2050,26 @@ async function runScript$1(options = {
|
|
2050
2050
|
}) {
|
2051
2051
|
if (!options.onCreate)
|
2052
2052
|
return;
|
2053
|
-
|
2053
|
+
let data = {
|
2054
2054
|
...options.props,
|
2055
2055
|
...options.variables,
|
2056
2056
|
...getVariables(),
|
2057
2057
|
};
|
2058
|
-
const actionProps = {
|
2059
|
-
send: options.send,
|
2060
|
-
publish: options.publish,
|
2061
|
-
data,
|
2062
|
-
};
|
2063
2058
|
initialize({ send: options.send, initialState: data.initial_state });
|
2064
2059
|
initActionTable(options.localVariablesQuery);
|
2065
2060
|
const { success } = await setupActionTable(options.localVariablesQuery, data, data.api_key);
|
2066
2061
|
if (!success)
|
2067
2062
|
return;
|
2063
|
+
// Action Tableの取得結果を反映する
|
2064
|
+
data = {
|
2065
|
+
...data,
|
2066
|
+
...getVariables(),
|
2067
|
+
};
|
2068
|
+
const actionProps = {
|
2069
|
+
send: options.send,
|
2070
|
+
publish: options.publish,
|
2071
|
+
data,
|
2072
|
+
};
|
2068
2073
|
options.send('script_fired');
|
2069
2074
|
// 旧Widget API IFの処理
|
2070
2075
|
const { onCreateHandlers } = getInternalHandlers();
|
@@ -2733,7 +2738,7 @@ class State extends SvelteComponent {
|
|
2733
2738
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2734
2739
|
|
2735
2740
|
function add_css$t(target) {
|
2736
|
-
append_styles(target, "svelte-
|
2741
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2737
2742
|
}
|
2738
2743
|
|
2739
2744
|
// (23:0) {#if $state === path}
|
@@ -2750,7 +2755,7 @@ function create_if_block$8(ctx) {
|
|
2750
2755
|
t = space();
|
2751
2756
|
if (default_slot) default_slot.c();
|
2752
2757
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2753
|
-
attr(div, "class", "state-item svelte-
|
2758
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2754
2759
|
},
|
2755
2760
|
m(target, anchor) {
|
2756
2761
|
insert(target, div, anchor);
|
@@ -3155,7 +3160,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3155
3160
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3156
3161
|
|
3157
3162
|
function add_css$s(target) {
|
3158
|
-
append_styles(target, "svelte-
|
3163
|
+
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}");
|
3159
3164
|
}
|
3160
3165
|
|
3161
3166
|
// (14:0) {#if backgroundOverlay}
|
@@ -3168,7 +3173,7 @@ function create_if_block$7(ctx) {
|
|
3168
3173
|
return {
|
3169
3174
|
c() {
|
3170
3175
|
div = element("div");
|
3171
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3176
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
|
3172
3177
|
},
|
3173
3178
|
m(target, anchor) {
|
3174
3179
|
insert(target, div, anchor);
|
@@ -3179,7 +3184,7 @@ function create_if_block$7(ctx) {
|
|
3179
3184
|
}
|
3180
3185
|
},
|
3181
3186
|
p(ctx, dirty) {
|
3182
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3187
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
|
3183
3188
|
attr(div, "class", div_class_value);
|
3184
3189
|
}
|
3185
3190
|
},
|
@@ -3285,7 +3290,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3285
3290
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3286
3291
|
|
3287
3292
|
function add_css$r(target) {
|
3288
|
-
append_styles(target, "svelte-
|
3293
|
+
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}");
|
3289
3294
|
}
|
3290
3295
|
|
3291
3296
|
// (50:0) {:else}
|
@@ -3314,7 +3319,7 @@ function create_else_block$4(ctx) {
|
|
3314
3319
|
button = element("button");
|
3315
3320
|
if (default_slot) default_slot.c();
|
3316
3321
|
set_attributes(button, button_data);
|
3317
|
-
toggle_class(button, "svelte-
|
3322
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3318
3323
|
},
|
3319
3324
|
m(target, anchor) {
|
3320
3325
|
insert(target, button, anchor);
|
@@ -3353,7 +3358,7 @@ function create_else_block$4(ctx) {
|
|
3353
3358
|
dataAttrStopPropagation('click')
|
3354
3359
|
]));
|
3355
3360
|
|
3356
|
-
toggle_class(button, "svelte-
|
3361
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3357
3362
|
},
|
3358
3363
|
i(local) {
|
3359
3364
|
if (current) return;
|
@@ -3384,7 +3389,7 @@ function create_if_block_2$1(ctx) {
|
|
3384
3389
|
c() {
|
3385
3390
|
div = element("div");
|
3386
3391
|
if (default_slot) default_slot.c();
|
3387
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3392
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3388
3393
|
attr(div, "style", /*style*/ ctx[1]);
|
3389
3394
|
},
|
3390
3395
|
m(target, anchor) {
|
@@ -3468,7 +3473,7 @@ function create_if_block_1$2(ctx) {
|
|
3468
3473
|
a = element("a");
|
3469
3474
|
if (default_slot) default_slot.c();
|
3470
3475
|
set_attributes(a, a_data);
|
3471
|
-
toggle_class(a, "svelte-
|
3476
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3472
3477
|
},
|
3473
3478
|
m(target, anchor) {
|
3474
3479
|
insert(target, a, anchor);
|
@@ -3510,7 +3515,7 @@ function create_if_block_1$2(ctx) {
|
|
3510
3515
|
dataAttrStopPropagation('click')
|
3511
3516
|
]));
|
3512
3517
|
|
3513
|
-
toggle_class(a, "svelte-
|
3518
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3514
3519
|
},
|
3515
3520
|
i(local) {
|
3516
3521
|
if (current) return;
|
@@ -3541,7 +3546,7 @@ function create_if_block$6(ctx) {
|
|
3541
3546
|
c() {
|
3542
3547
|
div = element("div");
|
3543
3548
|
if (default_slot) default_slot.c();
|
3544
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3549
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3545
3550
|
attr(div, "style", /*style*/ ctx[1]);
|
3546
3551
|
},
|
3547
3552
|
m(target, anchor) {
|
@@ -3745,7 +3750,7 @@ class Button extends SvelteComponent {
|
|
3745
3750
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3746
3751
|
|
3747
3752
|
function add_css$q(target) {
|
3748
|
-
append_styles(target, "svelte-
|
3753
|
+
append_styles(target, "svelte-fsihgx", ".modal.svelte-fsihgx{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-fsihgx > .button{flex:auto;display:flex}.close.svelte-fsihgx{position:absolute;top:0;right:0}.close.svelte-fsihgx > .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-fsihgx > .button:hover{transform:rotate(90deg)}.modal-content.svelte-fsihgx{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-fsihgx{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc) !important;margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-fsihgx{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp) !important;margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3749
3754
|
}
|
3750
3755
|
|
3751
3756
|
// (265:0) {:else}
|
@@ -3895,7 +3900,7 @@ function create_if_block$5(ctx) {
|
|
3895
3900
|
c() {
|
3896
3901
|
div = element("div");
|
3897
3902
|
create_component(button.$$.fragment);
|
3898
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
3903
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-fsihgx"));
|
3899
3904
|
attr(div, "role", "dialog");
|
3900
3905
|
attr(div, "aria-modal", "true");
|
3901
3906
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -3919,7 +3924,7 @@ function create_if_block$5(ctx) {
|
|
3919
3924
|
|
3920
3925
|
button.$set(button_changes);
|
3921
3926
|
|
3922
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
3927
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-fsihgx"))) {
|
3923
3928
|
attr(div, "class", div_class_value);
|
3924
3929
|
}
|
3925
3930
|
},
|
@@ -3973,7 +3978,7 @@ function create_if_block_1$1(ctx) {
|
|
3973
3978
|
c() {
|
3974
3979
|
div = element("div");
|
3975
3980
|
create_component(button.$$.fragment);
|
3976
|
-
attr(div, "class", "close svelte-
|
3981
|
+
attr(div, "class", "close svelte-fsihgx");
|
3977
3982
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
3978
3983
|
},
|
3979
3984
|
m(target, anchor) {
|
@@ -4062,7 +4067,7 @@ function create_default_slot$6(ctx) {
|
|
4062
4067
|
t = space();
|
4063
4068
|
div = element("div");
|
4064
4069
|
if (default_slot) default_slot.c();
|
4065
|
-
attr(div, "class", "modal-content svelte-
|
4070
|
+
attr(div, "class", "modal-content svelte-fsihgx");
|
4066
4071
|
attr(div, "style", /*_style*/ ctx[5]);
|
4067
4072
|
},
|
4068
4073
|
m(target, anchor) {
|
@@ -4704,7 +4709,7 @@ class Grid extends SvelteComponent {
|
|
4704
4709
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4705
4710
|
|
4706
4711
|
function add_css$p(target) {
|
4707
|
-
append_styles(target, "svelte-
|
4712
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4708
4713
|
}
|
4709
4714
|
|
4710
4715
|
function create_fragment$r(ctx) {
|
@@ -4719,8 +4724,8 @@ function create_fragment$r(ctx) {
|
|
4719
4724
|
div1 = element("div");
|
4720
4725
|
div0 = element("div");
|
4721
4726
|
if (default_slot) default_slot.c();
|
4722
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4723
|
-
attr(div1, "class", "grid-item svelte-
|
4727
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4728
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4724
4729
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4725
4730
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4726
4731
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5025,7 +5030,7 @@ class RenderText extends SvelteComponent {
|
|
5025
5030
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5026
5031
|
|
5027
5032
|
function add_css$o(target) {
|
5028
|
-
append_styles(target, "svelte-
|
5033
|
+
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}");
|
5029
5034
|
}
|
5030
5035
|
|
5031
5036
|
// (94:2) {:else}
|
@@ -5042,8 +5047,8 @@ function create_else_block$1(ctx) {
|
|
5042
5047
|
div1 = element("div");
|
5043
5048
|
div0 = element("div");
|
5044
5049
|
create_component(rendertext.$$.fragment);
|
5045
|
-
attr(div0, "class", "text-element-inner svelte-
|
5046
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5050
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5051
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5047
5052
|
attr(div1, "style", /*style*/ ctx[5]);
|
5048
5053
|
},
|
5049
5054
|
m(target, anchor) {
|
@@ -5057,7 +5062,7 @@ function create_else_block$1(ctx) {
|
|
5057
5062
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5058
5063
|
rendertext.$set(rendertext_changes);
|
5059
5064
|
|
5060
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5065
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5061
5066
|
attr(div1, "class", div1_class_value);
|
5062
5067
|
}
|
5063
5068
|
|
@@ -5107,12 +5112,12 @@ function create_if_block$3(ctx) {
|
|
5107
5112
|
t2 = space();
|
5108
5113
|
div2 = element("div");
|
5109
5114
|
div2.textContent = "コピーできませんでした";
|
5110
|
-
attr(div0, "class", "text-element-inner svelte-
|
5115
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5111
5116
|
attr(a, "href", '');
|
5112
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5117
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5113
5118
|
attr(a, "style", /*style*/ ctx[5]);
|
5114
|
-
attr(div1, "class", "tooltip svelte-
|
5115
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5119
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
5120
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
5116
5121
|
},
|
5117
5122
|
m(target, anchor) {
|
5118
5123
|
insert(target, a, anchor);
|
@@ -5136,7 +5141,7 @@ function create_if_block$3(ctx) {
|
|
5136
5141
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5137
5142
|
rendertext.$set(rendertext_changes);
|
5138
5143
|
|
5139
|
-
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-
|
5144
|
+
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"))) {
|
5140
5145
|
attr(a, "class", a_class_value);
|
5141
5146
|
}
|
5142
5147
|
|
@@ -5188,7 +5193,7 @@ function create_fragment$p(ctx) {
|
|
5188
5193
|
c() {
|
5189
5194
|
div = element("div");
|
5190
5195
|
if_block.c();
|
5191
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5196
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
5192
5197
|
},
|
5193
5198
|
m(target, anchor) {
|
5194
5199
|
insert(target, div, anchor);
|
@@ -5354,7 +5359,7 @@ class TextElement extends SvelteComponent {
|
|
5354
5359
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5355
5360
|
|
5356
5361
|
function add_css$n(target) {
|
5357
|
-
append_styles(target, "svelte-
|
5362
|
+
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)}");
|
5358
5363
|
}
|
5359
5364
|
|
5360
5365
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5410,7 +5415,7 @@ function create_fragment$o(ctx) {
|
|
5410
5415
|
c() {
|
5411
5416
|
div = element("div");
|
5412
5417
|
create_component(button.$$.fragment);
|
5413
|
-
attr(div, "class", "text-button-element svelte-
|
5418
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5414
5419
|
},
|
5415
5420
|
m(target, anchor) {
|
5416
5421
|
insert(target, div, anchor);
|
@@ -5502,7 +5507,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5502
5507
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5503
5508
|
|
5504
5509
|
function add_css$m(target) {
|
5505
|
-
append_styles(target, "svelte-
|
5510
|
+
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%}");
|
5506
5511
|
}
|
5507
5512
|
|
5508
5513
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5514,7 +5519,7 @@ function create_default_slot$4(ctx) {
|
|
5514
5519
|
return {
|
5515
5520
|
c() {
|
5516
5521
|
img = element("img");
|
5517
|
-
attr(img, "class", "image svelte-
|
5522
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5518
5523
|
attr(img, "loading", "lazy");
|
5519
5524
|
attr(img, "width", "auto");
|
5520
5525
|
attr(img, "height", "auto");
|
@@ -5576,7 +5581,7 @@ function create_fragment$n(ctx) {
|
|
5576
5581
|
c() {
|
5577
5582
|
div = element("div");
|
5578
5583
|
create_component(button.$$.fragment);
|
5579
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5584
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5580
5585
|
},
|
5581
5586
|
m(target, anchor) {
|
5582
5587
|
insert(target, div, anchor);
|
@@ -5595,7 +5600,7 @@ function create_fragment$n(ctx) {
|
|
5595
5600
|
|
5596
5601
|
button.$set(button_changes);
|
5597
5602
|
|
5598
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5603
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5599
5604
|
attr(div, "class", div_class_value);
|
5600
5605
|
}
|
5601
5606
|
},
|
@@ -5667,7 +5672,7 @@ class ImageElement extends SvelteComponent {
|
|
5667
5672
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5668
5673
|
|
5669
5674
|
function add_css$l(target) {
|
5670
|
-
append_styles(target, "svelte-
|
5675
|
+
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}");
|
5671
5676
|
}
|
5672
5677
|
|
5673
5678
|
function create_fragment$m(ctx) {
|
@@ -5680,7 +5685,7 @@ function create_fragment$m(ctx) {
|
|
5680
5685
|
c() {
|
5681
5686
|
div = element("div");
|
5682
5687
|
if (default_slot) default_slot.c();
|
5683
|
-
attr(div, "class", "list svelte-
|
5688
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5684
5689
|
attr(div, "style", /*style*/ ctx[0]);
|
5685
5690
|
},
|
5686
5691
|
m(target, anchor) {
|
@@ -5814,7 +5819,7 @@ class List extends SvelteComponent {
|
|
5814
5819
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5815
5820
|
|
5816
5821
|
function add_css$k(target) {
|
5817
|
-
append_styles(target, "svelte-
|
5822
|
+
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}");
|
5818
5823
|
}
|
5819
5824
|
|
5820
5825
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5884,7 +5889,7 @@ function create_fragment$l(ctx) {
|
|
5884
5889
|
c() {
|
5885
5890
|
div = element("div");
|
5886
5891
|
create_component(button.$$.fragment);
|
5887
|
-
attr(div, "class", "list-item svelte-
|
5892
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
5888
5893
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5889
5894
|
},
|
5890
5895
|
m(target, anchor) {
|
@@ -6010,7 +6015,7 @@ class ListItem extends SvelteComponent {
|
|
6010
6015
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6011
6016
|
|
6012
6017
|
function add_css$j(target) {
|
6013
|
-
append_styles(target, "svelte-
|
6018
|
+
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}");
|
6014
6019
|
}
|
6015
6020
|
|
6016
6021
|
function create_fragment$k(ctx) {
|
@@ -6019,7 +6024,7 @@ function create_fragment$k(ctx) {
|
|
6019
6024
|
return {
|
6020
6025
|
c() {
|
6021
6026
|
div = element("div");
|
6022
|
-
attr(div, "class", "embed svelte-
|
6027
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
6023
6028
|
attr(div, "style", /*_style*/ ctx[1]);
|
6024
6029
|
},
|
6025
6030
|
m(target, anchor) {
|
@@ -6062,7 +6067,7 @@ class EmbedElement extends SvelteComponent {
|
|
6062
6067
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6063
6068
|
|
6064
6069
|
function add_css$i(target) {
|
6065
|
-
append_styles(target, "svelte-
|
6070
|
+
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%}");
|
6066
6071
|
}
|
6067
6072
|
|
6068
6073
|
function create_fragment$j(ctx) {
|
@@ -6074,7 +6079,7 @@ function create_fragment$j(ctx) {
|
|
6074
6079
|
div1 = element("div");
|
6075
6080
|
div0 = element("div");
|
6076
6081
|
attr(div0, "class", "karte-player");
|
6077
|
-
attr(div1, "class", "embed svelte-
|
6082
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6078
6083
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6079
6084
|
},
|
6080
6085
|
m(target, anchor) {
|
@@ -6416,7 +6421,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6416
6421
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6417
6422
|
|
6418
6423
|
function add_css$h(target) {
|
6419
|
-
append_styles(target, "svelte-
|
6424
|
+
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%}");
|
6420
6425
|
}
|
6421
6426
|
|
6422
6427
|
function create_fragment$i(ctx) {
|
@@ -6428,7 +6433,7 @@ function create_fragment$i(ctx) {
|
|
6428
6433
|
div1 = element("div");
|
6429
6434
|
div0 = element("div");
|
6430
6435
|
attr(div0, "class", "karte-player");
|
6431
|
-
attr(div1, "class", "embed svelte-
|
6436
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6432
6437
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6433
6438
|
},
|
6434
6439
|
m(target, anchor) {
|
@@ -6612,7 +6617,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6612
6617
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6613
6618
|
|
6614
6619
|
function add_css$g(target) {
|
6615
|
-
append_styles(target, "svelte-
|
6620
|
+
append_styles(target, "svelte-1fjy5oo", ".textarea-wrapper.svelte-1fjy5oo{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-1fjy5oo{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-1fjy5oo::placeholder{color:var(--placeholder-color)}.textarea.svelte-1fjy5oo:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6616
6621
|
}
|
6617
6622
|
|
6618
6623
|
function create_fragment$h(ctx) {
|
@@ -6625,12 +6630,12 @@ function create_fragment$h(ctx) {
|
|
6625
6630
|
c() {
|
6626
6631
|
div = element("div");
|
6627
6632
|
textarea = element("textarea");
|
6628
|
-
attr(textarea, "class", "textarea svelte-
|
6633
|
+
attr(textarea, "class", "textarea svelte-1fjy5oo");
|
6629
6634
|
textarea.value = /*$value*/ ctx[4];
|
6630
6635
|
textarea.required = /*required*/ ctx[1];
|
6631
6636
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6632
6637
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6633
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6638
|
+
attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
|
6634
6639
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6635
6640
|
},
|
6636
6641
|
m(target, anchor) {
|
@@ -6782,7 +6787,7 @@ class FormTextarea extends SvelteComponent {
|
|
6782
6787
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6783
6788
|
|
6784
6789
|
function add_css$f(target) {
|
6785
|
-
append_styles(target, "svelte-
|
6790
|
+
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}");
|
6786
6791
|
}
|
6787
6792
|
|
6788
6793
|
function get_each_context$5(ctx, list, i) {
|
@@ -6816,14 +6821,14 @@ function create_each_block$5(ctx) {
|
|
6816
6821
|
t1 = text(t1_value);
|
6817
6822
|
t2 = space();
|
6818
6823
|
attr(input, "type", "radio");
|
6819
|
-
attr(input, "class", "radio-button-input svelte-
|
6824
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6820
6825
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6821
6826
|
attr(input, "name", /*name*/ ctx[0]);
|
6822
6827
|
input.value = input_value_value = /*option*/ ctx[17];
|
6823
6828
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
6824
|
-
attr(span, "class", "radio-button-text svelte-
|
6829
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6825
6830
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
6826
|
-
attr(label, "class", "radio-button svelte-
|
6831
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6827
6832
|
},
|
6828
6833
|
m(target, anchor) {
|
6829
6834
|
insert(target, label, anchor);
|
@@ -6888,7 +6893,7 @@ function create_fragment$g(ctx) {
|
|
6888
6893
|
each_blocks[i].c();
|
6889
6894
|
}
|
6890
6895
|
|
6891
|
-
attr(div, "class", "radio-buttons svelte-
|
6896
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6892
6897
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6893
6898
|
},
|
6894
6899
|
m(target, anchor) {
|
@@ -7057,7 +7062,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7057
7062
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7058
7063
|
|
7059
7064
|
function add_css$e(target) {
|
7060
|
-
append_styles(target, "svelte-
|
7065
|
+
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}");
|
7061
7066
|
}
|
7062
7067
|
|
7063
7068
|
function get_each_context$4(ctx, list, i) {
|
@@ -7191,10 +7196,10 @@ function create_fragment$f(ctx) {
|
|
7191
7196
|
|
7192
7197
|
t = space();
|
7193
7198
|
div0 = element("div");
|
7194
|
-
attr(select, "class", "select-select svelte-
|
7199
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7195
7200
|
attr(select, "style", /*style*/ ctx[3]);
|
7196
|
-
attr(div0, "class", "select-icon svelte-
|
7197
|
-
attr(div1, "class", "select svelte-
|
7201
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7202
|
+
attr(div1, "class", "select svelte-iejizj");
|
7198
7203
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7199
7204
|
},
|
7200
7205
|
m(target, anchor) {
|
@@ -7396,7 +7401,7 @@ class FormSelect extends SvelteComponent {
|
|
7396
7401
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7397
7402
|
|
7398
7403
|
function add_css$d(target) {
|
7399
|
-
append_styles(target, "svelte-
|
7404
|
+
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}");
|
7400
7405
|
}
|
7401
7406
|
|
7402
7407
|
function get_each_context$3(ctx, list, i) {
|
@@ -7435,19 +7440,19 @@ function create_each_block$3(ctx) {
|
|
7435
7440
|
span2 = element("span");
|
7436
7441
|
t2 = text(t2_value);
|
7437
7442
|
t3 = space();
|
7438
|
-
attr(input, "class", "check-box-input svelte-
|
7443
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7439
7444
|
attr(input, "type", "checkbox");
|
7440
7445
|
attr(input, "name", /*name*/ ctx[0]);
|
7441
7446
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7442
|
-
attr(span0, "class", "check-box-icon svelte-
|
7447
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7443
7448
|
|
7444
7449
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7445
7450
|
? ' _checked'
|
7446
|
-
: ''}`) + " svelte-
|
7451
|
+
: ''}`) + " svelte-2pz1us"));
|
7447
7452
|
|
7448
|
-
attr(span2, "class", "check-box-text svelte-
|
7453
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7449
7454
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7450
|
-
attr(label, "class", "check-box svelte-
|
7455
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7451
7456
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7452
7457
|
},
|
7453
7458
|
m(target, anchor) {
|
@@ -7479,7 +7484,7 @@ function create_each_block$3(ctx) {
|
|
7479
7484
|
|
7480
7485
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7481
7486
|
? ' _checked'
|
7482
|
-
: ''}`) + " svelte-
|
7487
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7483
7488
|
attr(span1, "class", span1_class_value);
|
7484
7489
|
}
|
7485
7490
|
|
@@ -7518,7 +7523,7 @@ function create_fragment$e(ctx) {
|
|
7518
7523
|
each_blocks[i].c();
|
7519
7524
|
}
|
7520
7525
|
|
7521
|
-
attr(div, "class", "check-boxes svelte-
|
7526
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7522
7527
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7523
7528
|
},
|
7524
7529
|
m(target, anchor) {
|
@@ -7693,7 +7698,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7693
7698
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7694
7699
|
|
7695
7700
|
function add_css$c(target) {
|
7696
|
-
append_styles(target, "svelte-
|
7701
|
+
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}");
|
7697
7702
|
}
|
7698
7703
|
|
7699
7704
|
function get_each_context$2(ctx, list, i) {
|
@@ -7717,7 +7722,7 @@ function create_each_block$2(ctx) {
|
|
7717
7722
|
button = element("button");
|
7718
7723
|
t0 = text(t0_value);
|
7719
7724
|
t1 = space();
|
7720
|
-
attr(button, "class", "rating-button svelte-
|
7725
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7721
7726
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7722
7727
|
},
|
7723
7728
|
m(target, anchor) {
|
@@ -7766,7 +7771,7 @@ function create_fragment$d(ctx) {
|
|
7766
7771
|
each_blocks[i].c();
|
7767
7772
|
}
|
7768
7773
|
|
7769
|
-
attr(div, "class", "rating-buttons svelte-
|
7774
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7770
7775
|
},
|
7771
7776
|
m(target, anchor) {
|
7772
7777
|
insert(target, div, anchor);
|
@@ -7905,7 +7910,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7905
7910
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7906
7911
|
|
7907
7912
|
function add_css$b(target) {
|
7908
|
-
append_styles(target, "svelte-
|
7913
|
+
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%)}");
|
7909
7914
|
}
|
7910
7915
|
|
7911
7916
|
function get_each_context$1(ctx, list, i) {
|
@@ -7930,9 +7935,9 @@ function create_each_block$1(ctx) {
|
|
7930
7935
|
img = element("img");
|
7931
7936
|
t = space();
|
7932
7937
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7933
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7938
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7934
7939
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7935
|
-
attr(button, "class", "rating-button svelte-
|
7940
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7936
7941
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7937
7942
|
},
|
7938
7943
|
m(target, anchor) {
|
@@ -7948,7 +7953,7 @@ function create_each_block$1(ctx) {
|
|
7948
7953
|
p(new_ctx, dirty) {
|
7949
7954
|
ctx = new_ctx;
|
7950
7955
|
|
7951
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7956
|
+
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"))) {
|
7952
7957
|
attr(img, "class", img_class_value);
|
7953
7958
|
}
|
7954
7959
|
|
@@ -7981,7 +7986,7 @@ function create_fragment$c(ctx) {
|
|
7981
7986
|
each_blocks[i].c();
|
7982
7987
|
}
|
7983
7988
|
|
7984
|
-
attr(div, "class", "rating-buttons svelte-
|
7989
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7985
7990
|
},
|
7986
7991
|
m(target, anchor) {
|
7987
7992
|
insert(target, div, anchor);
|
@@ -8089,7 +8094,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8089
8094
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8090
8095
|
|
8091
8096
|
function add_css$a(target) {
|
8092
|
-
append_styles(target, "svelte-
|
8097
|
+
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%}");
|
8093
8098
|
}
|
8094
8099
|
|
8095
8100
|
function get_each_context(ctx, list, i) {
|
@@ -8118,9 +8123,9 @@ function create_if_block_1(ctx) {
|
|
8118
8123
|
attr(svg, "viewBox", "0 0 10 16");
|
8119
8124
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8120
8125
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8121
|
-
attr(button, "class", "move-button svelte-
|
8126
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8122
8127
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8123
|
-
attr(div, "class", "prev-button-container svelte-
|
8128
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
8124
8129
|
},
|
8125
8130
|
m(target, anchor) {
|
8126
8131
|
insert(target, div, anchor);
|
@@ -8169,9 +8174,9 @@ function create_if_block$1(ctx) {
|
|
8169
8174
|
attr(svg, "viewBox", "0 0 10 16");
|
8170
8175
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8171
8176
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8172
|
-
attr(button, "class", "move-button svelte-
|
8177
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8173
8178
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8174
|
-
attr(div, "class", "next-button-container svelte-
|
8179
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
8175
8180
|
},
|
8176
8181
|
m(target, anchor) {
|
8177
8182
|
insert(target, div, anchor);
|
@@ -8219,9 +8224,9 @@ function create_each_block(ctx) {
|
|
8219
8224
|
button = element("button");
|
8220
8225
|
div = element("div");
|
8221
8226
|
t = space();
|
8222
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8227
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
8223
8228
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8224
|
-
attr(button, "class", "navigation-item svelte-
|
8229
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
8225
8230
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8226
8231
|
},
|
8227
8232
|
m(target, anchor) {
|
@@ -8298,14 +8303,14 @@ function create_fragment$b(ctx) {
|
|
8298
8303
|
each_blocks[i].c();
|
8299
8304
|
}
|
8300
8305
|
|
8301
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8306
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
8302
8307
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8303
|
-
attr(div1, "class", "container svelte-
|
8308
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
8304
8309
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8305
|
-
attr(div2, "class", "navigation svelte-
|
8310
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
8306
8311
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8307
8312
|
set_attributes(div3, div3_data);
|
8308
|
-
toggle_class(div3, "svelte-
|
8313
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8309
8314
|
},
|
8310
8315
|
m(target, anchor) {
|
8311
8316
|
insert(target, div3, anchor);
|
@@ -8347,7 +8352,7 @@ function create_fragment$b(ctx) {
|
|
8347
8352
|
}
|
8348
8353
|
}
|
8349
8354
|
|
8350
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8355
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
8351
8356
|
attr(div0, "class", div0_class_value);
|
8352
8357
|
}
|
8353
8358
|
|
@@ -8413,7 +8418,7 @@ function create_fragment$b(ctx) {
|
|
8413
8418
|
}
|
8414
8419
|
|
8415
8420
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
8416
|
-
toggle_class(div3, "svelte-
|
8421
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8417
8422
|
},
|
8418
8423
|
i(local) {
|
8419
8424
|
if (current) return;
|
@@ -8925,7 +8930,7 @@ class Slide extends SvelteComponent {
|
|
8925
8930
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8926
8931
|
|
8927
8932
|
function add_css$9(target) {
|
8928
|
-
append_styles(target, "svelte-
|
8933
|
+
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}");
|
8929
8934
|
}
|
8930
8935
|
|
8931
8936
|
function create_fragment$a(ctx) {
|
@@ -8940,9 +8945,9 @@ function create_fragment$a(ctx) {
|
|
8940
8945
|
div1 = element("div");
|
8941
8946
|
div0 = element("div");
|
8942
8947
|
if (default_slot) default_slot.c();
|
8943
|
-
attr(div0, "class", "item-inner svelte-
|
8948
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
8944
8949
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8945
|
-
attr(div1, "class", "item svelte-
|
8950
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
8946
8951
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8947
8952
|
},
|
8948
8953
|
m(target, anchor) {
|
@@ -9068,7 +9073,7 @@ class SlideItem extends SvelteComponent {
|
|
9068
9073
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9069
9074
|
|
9070
9075
|
function add_css$8(target) {
|
9071
|
-
append_styles(target, "svelte-
|
9076
|
+
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}");
|
9072
9077
|
}
|
9073
9078
|
|
9074
9079
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9086,9 +9091,9 @@ function create_fragment$9(ctx) {
|
|
9086
9091
|
div1 = element("div");
|
9087
9092
|
div0 = element("div");
|
9088
9093
|
if (default_slot) default_slot.c();
|
9089
|
-
attr(div0, "class", "countdown-inner svelte-
|
9094
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
9090
9095
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9091
|
-
attr(div1, "class", "countdown svelte-
|
9096
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
9092
9097
|
},
|
9093
9098
|
m(target, anchor) {
|
9094
9099
|
insert(target, div1, anchor);
|
@@ -9222,7 +9227,7 @@ class Countdown extends SvelteComponent {
|
|
9222
9227
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9223
9228
|
|
9224
9229
|
function add_css$7(target) {
|
9225
|
-
append_styles(target, "svelte-
|
9230
|
+
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}");
|
9226
9231
|
}
|
9227
9232
|
|
9228
9233
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9292,7 +9297,7 @@ function create_fragment$8(ctx) {
|
|
9292
9297
|
c() {
|
9293
9298
|
div = element("div");
|
9294
9299
|
create_component(button.$$.fragment);
|
9295
|
-
attr(div, "class", "box svelte-
|
9300
|
+
attr(div, "class", "box svelte-1c91vpe");
|
9296
9301
|
},
|
9297
9302
|
m(target, anchor) {
|
9298
9303
|
insert(target, div, anchor);
|
@@ -9353,7 +9358,7 @@ class Box extends SvelteComponent {
|
|
9353
9358
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
9354
9359
|
|
9355
9360
|
function add_css$6(target) {
|
9356
|
-
append_styles(target, "svelte-
|
9361
|
+
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)}");
|
9357
9362
|
}
|
9358
9363
|
|
9359
9364
|
// (56:4) {#if svg}
|
@@ -9435,7 +9440,7 @@ function create_fragment$7(ctx) {
|
|
9435
9440
|
c() {
|
9436
9441
|
div = element("div");
|
9437
9442
|
create_component(button.$$.fragment);
|
9438
|
-
attr(div, "class", "icon svelte-
|
9443
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
9439
9444
|
},
|
9440
9445
|
m(target, anchor) {
|
9441
9446
|
insert(target, div, anchor);
|
@@ -9544,7 +9549,7 @@ class IconElement extends SvelteComponent {
|
|
9544
9549
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9545
9550
|
|
9546
9551
|
function add_css$5(target) {
|
9547
|
-
append_styles(target, "svelte-
|
9552
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9548
9553
|
}
|
9549
9554
|
|
9550
9555
|
function create_fragment$6(ctx) {
|
@@ -9570,7 +9575,7 @@ function create_fragment$6(ctx) {
|
|
9570
9575
|
c() {
|
9571
9576
|
div = element("div");
|
9572
9577
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9573
|
-
attr(div, "class", "codeElement svelte-
|
9578
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9574
9579
|
attr(div, "style", /*style*/ ctx[3]);
|
9575
9580
|
},
|
9576
9581
|
m(target, anchor) {
|
@@ -9659,7 +9664,7 @@ class CodeElement extends SvelteComponent {
|
|
9659
9664
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9660
9665
|
|
9661
9666
|
function add_css$4(target) {
|
9662
|
-
append_styles(target, "svelte-
|
9667
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9663
9668
|
}
|
9664
9669
|
|
9665
9670
|
function create_fragment$5(ctx) {
|
@@ -9673,7 +9678,7 @@ function create_fragment$5(ctx) {
|
|
9673
9678
|
c() {
|
9674
9679
|
div = element("div");
|
9675
9680
|
if (default_slot) default_slot.c();
|
9676
|
-
attr(div, "class", "flex svelte-
|
9681
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9677
9682
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9678
9683
|
},
|
9679
9684
|
m(target, anchor) {
|
@@ -9770,7 +9775,7 @@ class Flex extends SvelteComponent {
|
|
9770
9775
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9771
9776
|
|
9772
9777
|
function add_css$3(target) {
|
9773
|
-
append_styles(target, "svelte-
|
9778
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9774
9779
|
}
|
9775
9780
|
|
9776
9781
|
function create_fragment$4(ctx) {
|
@@ -9783,7 +9788,7 @@ function create_fragment$4(ctx) {
|
|
9783
9788
|
c() {
|
9784
9789
|
div = element("div");
|
9785
9790
|
if (default_slot) default_slot.c();
|
9786
|
-
attr(div, "class", "flex-item svelte-
|
9791
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9787
9792
|
attr(div, "style", /*style*/ ctx[0]);
|
9788
9793
|
},
|
9789
9794
|
m(target, anchor) {
|
@@ -10191,7 +10196,7 @@ class GridModalState extends SvelteComponent {
|
|
10191
10196
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10192
10197
|
|
10193
10198
|
function add_css$2(target) {
|
10194
|
-
append_styles(target, "svelte-
|
10199
|
+
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%}");
|
10195
10200
|
}
|
10196
10201
|
|
10197
10202
|
function create_fragment$2(ctx) {
|
@@ -10207,8 +10212,8 @@ function create_fragment$2(ctx) {
|
|
10207
10212
|
div1 = element("div");
|
10208
10213
|
div0 = element("div");
|
10209
10214
|
create_component(rendertext.$$.fragment);
|
10210
|
-
attr(div0, "class", "text-block-inner svelte-
|
10211
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10215
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
10216
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
10212
10217
|
attr(div1, "style", /*style*/ ctx[2]);
|
10213
10218
|
},
|
10214
10219
|
m(target, anchor) {
|
@@ -10222,7 +10227,7 @@ function create_fragment$2(ctx) {
|
|
10222
10227
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10223
10228
|
rendertext.$set(rendertext_changes);
|
10224
10229
|
|
10225
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10230
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
10226
10231
|
attr(div1, "class", div1_class_value);
|
10227
10232
|
}
|
10228
10233
|
|
@@ -10300,7 +10305,7 @@ class TextBlock extends SvelteComponent {
|
|
10300
10305
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10301
10306
|
|
10302
10307
|
function add_css$1(target) {
|
10303
|
-
append_styles(target, "svelte-
|
10308
|
+
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)}");
|
10304
10309
|
}
|
10305
10310
|
|
10306
10311
|
function create_fragment$1(ctx) {
|
@@ -10317,9 +10322,9 @@ function create_fragment$1(ctx) {
|
|
10317
10322
|
div = element("div");
|
10318
10323
|
button = element("button");
|
10319
10324
|
create_component(rendertext.$$.fragment);
|
10320
|
-
attr(button, "class", "text-button svelte-
|
10325
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
10321
10326
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
10322
|
-
attr(div, "class", "text-button-block svelte-
|
10327
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
10323
10328
|
attr(div, "style", /*_style*/ ctx[2]);
|
10324
10329
|
},
|
10325
10330
|
m(target, anchor) {
|
@@ -10425,7 +10430,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10425
10430
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10426
10431
|
|
10427
10432
|
function add_css(target) {
|
10428
|
-
append_styles(target, "svelte-
|
10433
|
+
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)}");
|
10429
10434
|
}
|
10430
10435
|
|
10431
10436
|
function create_fragment(ctx) {
|
@@ -10441,14 +10446,14 @@ function create_fragment(ctx) {
|
|
10441
10446
|
c() {
|
10442
10447
|
div = element("div");
|
10443
10448
|
img = element("img");
|
10444
|
-
attr(img, "class", "image svelte-
|
10449
|
+
attr(img, "class", "image svelte-1jus6sx");
|
10445
10450
|
attr(img, "loading", "lazy");
|
10446
10451
|
attr(img, "width", "auto");
|
10447
10452
|
attr(img, "height", "auto");
|
10448
10453
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
10449
10454
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10450
10455
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10451
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10456
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
10452
10457
|
attr(div, "style", /*_style*/ ctx[5]);
|
10453
10458
|
},
|
10454
10459
|
m(target, anchor) {
|
@@ -10473,7 +10478,7 @@ function create_fragment(ctx) {
|
|
10473
10478
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10474
10479
|
}
|
10475
10480
|
|
10476
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10481
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
10477
10482
|
attr(div, "class", div_class_value);
|
10478
10483
|
}
|
10479
10484
|
|