@plaidev/karte-action-sdk 1.1.195-28164032.b3d0e1b0 → 1.1.196
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 +176 -150
- package/dist/index.es.js +176 -150
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -2549,8 +2549,8 @@ class State extends SvelteComponent {
|
|
2549
2549
|
|
2550
2550
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2551
2551
|
|
2552
|
-
function add_css$
|
2553
|
-
append_styles(target, "svelte-
|
2552
|
+
function add_css$u(target) {
|
2553
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2554
2554
|
}
|
2555
2555
|
|
2556
2556
|
// (23:0) {#if $state === path}
|
@@ -2577,7 +2577,7 @@ function create_if_block$8(ctx) {
|
|
2577
2577
|
},
|
2578
2578
|
h() {
|
2579
2579
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2580
|
-
attr(div, "class", "state-item svelte-
|
2580
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2581
2581
|
},
|
2582
2582
|
m(target, anchor) {
|
2583
2583
|
insert_hydration(target, div, anchor);
|
@@ -2717,7 +2717,7 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
2717
2717
|
class StateItem extends SvelteComponent {
|
2718
2718
|
constructor(options) {
|
2719
2719
|
super();
|
2720
|
-
init(this, options, instance$w, create_fragment$w, safe_not_equal, { path: 0 }, add_css$
|
2720
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { path: 0 }, add_css$u);
|
2721
2721
|
}
|
2722
2722
|
}
|
2723
2723
|
|
@@ -2935,8 +2935,8 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
2935
2935
|
|
2936
2936
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
2937
2937
|
|
2938
|
-
function add_css$
|
2939
|
-
append_styles(target, "svelte-
|
2938
|
+
function add_css$t(target) {
|
2939
|
+
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}");
|
2940
2940
|
}
|
2941
2941
|
|
2942
2942
|
// (9:0) {#if backgroundOverlay}
|
@@ -2956,7 +2956,7 @@ function create_if_block$7(ctx) {
|
|
2956
2956
|
this.h();
|
2957
2957
|
},
|
2958
2958
|
h() {
|
2959
|
-
attr(div, "class", "background svelte-
|
2959
|
+
attr(div, "class", "background svelte-g6ucc2");
|
2960
2960
|
},
|
2961
2961
|
m(target, anchor) {
|
2962
2962
|
insert_hydration(target, div, anchor);
|
@@ -3030,7 +3030,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
3030
3030
|
class BackgroundOverlay extends SvelteComponent {
|
3031
3031
|
constructor(options) {
|
3032
3032
|
super();
|
3033
|
-
init(this, options, instance$v, create_fragment$v, safe_not_equal, { backgroundOverlay: 0 }, add_css$
|
3033
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { backgroundOverlay: 0 }, add_css$t);
|
3034
3034
|
}
|
3035
3035
|
}
|
3036
3036
|
|
@@ -3070,8 +3070,8 @@ function checkStopPropagation(eventName, handler) {
|
|
3070
3070
|
|
3071
3071
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3072
3072
|
|
3073
|
-
function add_css$
|
3074
|
-
append_styles(target, "svelte-
|
3073
|
+
function add_css$s(target) {
|
3074
|
+
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}");
|
3075
3075
|
}
|
3076
3076
|
|
3077
3077
|
// (50:0) {:else}
|
@@ -3110,7 +3110,7 @@ function create_else_block$3(ctx) {
|
|
3110
3110
|
},
|
3111
3111
|
h() {
|
3112
3112
|
set_attributes(button, button_data);
|
3113
|
-
toggle_class(button, "svelte-
|
3113
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3114
3114
|
},
|
3115
3115
|
m(target, anchor) {
|
3116
3116
|
insert_hydration(target, button, anchor);
|
@@ -3149,7 +3149,7 @@ function create_else_block$3(ctx) {
|
|
3149
3149
|
dataAttrStopPropagation('click')
|
3150
3150
|
]));
|
3151
3151
|
|
3152
|
-
toggle_class(button, "svelte-
|
3152
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3153
3153
|
},
|
3154
3154
|
i(local) {
|
3155
3155
|
if (current) return;
|
@@ -3190,7 +3190,7 @@ function create_if_block_2(ctx) {
|
|
3190
3190
|
this.h();
|
3191
3191
|
},
|
3192
3192
|
h() {
|
3193
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3193
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3194
3194
|
attr(div, "style", /*style*/ ctx[1]);
|
3195
3195
|
},
|
3196
3196
|
m(target, anchor) {
|
@@ -3290,7 +3290,7 @@ function create_if_block_1$2(ctx) {
|
|
3290
3290
|
},
|
3291
3291
|
h() {
|
3292
3292
|
set_attributes(a, a_data);
|
3293
|
-
toggle_class(a, "svelte-
|
3293
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3294
3294
|
},
|
3295
3295
|
m(target, anchor) {
|
3296
3296
|
insert_hydration(target, a, anchor);
|
@@ -3332,7 +3332,7 @@ function create_if_block_1$2(ctx) {
|
|
3332
3332
|
dataAttrStopPropagation('click')
|
3333
3333
|
]));
|
3334
3334
|
|
3335
|
-
toggle_class(a, "svelte-
|
3335
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3336
3336
|
},
|
3337
3337
|
i(local) {
|
3338
3338
|
if (current) return;
|
@@ -3373,7 +3373,7 @@ function create_if_block$6(ctx) {
|
|
3373
3373
|
this.h();
|
3374
3374
|
},
|
3375
3375
|
h() {
|
3376
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3376
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3377
3377
|
attr(div, "style", /*style*/ ctx[1]);
|
3378
3378
|
},
|
3379
3379
|
m(target, anchor) {
|
@@ -3573,15 +3573,15 @@ class Button extends SvelteComponent {
|
|
3573
3573
|
eventValue: 6,
|
3574
3574
|
style: 1
|
3575
3575
|
},
|
3576
|
-
add_css$
|
3576
|
+
add_css$s
|
3577
3577
|
);
|
3578
3578
|
}
|
3579
3579
|
}
|
3580
3580
|
|
3581
3581
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3582
3582
|
|
3583
|
-
function add_css$
|
3584
|
-
append_styles(target, "svelte-
|
3583
|
+
function add_css$r(target) {
|
3584
|
+
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}");
|
3585
3585
|
}
|
3586
3586
|
|
3587
3587
|
// (145:0) {#if visible}
|
@@ -3622,7 +3622,7 @@ function create_if_block$5(ctx) {
|
|
3622
3622
|
this.h();
|
3623
3623
|
},
|
3624
3624
|
h() {
|
3625
|
-
attr(div, "class", "modal svelte-
|
3625
|
+
attr(div, "class", "modal svelte-1m1do8u");
|
3626
3626
|
attr(div, "role", "dialog");
|
3627
3627
|
attr(div, "aria-modal", "true");
|
3628
3628
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3710,7 +3710,7 @@ function create_if_block_1$1(ctx) {
|
|
3710
3710
|
this.h();
|
3711
3711
|
},
|
3712
3712
|
h() {
|
3713
|
-
attr(div, "class", "close svelte-
|
3713
|
+
attr(div, "class", "close svelte-1m1do8u");
|
3714
3714
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3715
3715
|
},
|
3716
3716
|
m(target, anchor) {
|
@@ -3835,7 +3835,7 @@ function create_default_slot$6(ctx) {
|
|
3835
3835
|
this.h();
|
3836
3836
|
},
|
3837
3837
|
h() {
|
3838
|
-
attr(div, "class", "modal-content svelte-
|
3838
|
+
attr(div, "class", "modal-content svelte-1m1do8u");
|
3839
3839
|
attr(div, "style", /*_style*/ ctx[4]);
|
3840
3840
|
},
|
3841
3841
|
m(target, anchor) {
|
@@ -4211,18 +4211,23 @@ class Modal extends SvelteComponent {
|
|
4211
4211
|
closeButtonColor: 8,
|
4212
4212
|
_closeStyle: 9
|
4213
4213
|
},
|
4214
|
-
add_css$
|
4214
|
+
add_css$r
|
4215
4215
|
);
|
4216
4216
|
}
|
4217
4217
|
}
|
4218
4218
|
|
4219
4219
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4220
4220
|
|
4221
|
+
function add_css$q(target) {
|
4222
|
+
append_styles(target, "svelte-1mf7v7", ".grid.svelte-1mf7v7{display:grid;box-sizing:border-box;padding:0}");
|
4223
|
+
}
|
4224
|
+
|
4221
4225
|
function create_fragment$s(ctx) {
|
4222
4226
|
let div;
|
4227
|
+
let div_style_value;
|
4223
4228
|
let current;
|
4224
|
-
const default_slot_template = /*#slots*/ ctx[
|
4225
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
4229
|
+
const default_slot_template = /*#slots*/ ctx[9].default;
|
4230
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
|
4226
4231
|
|
4227
4232
|
return {
|
4228
4233
|
c() {
|
@@ -4238,8 +4243,8 @@ function create_fragment$s(ctx) {
|
|
4238
4243
|
this.h();
|
4239
4244
|
},
|
4240
4245
|
h() {
|
4241
|
-
attr(div, "class", "grid");
|
4242
|
-
attr(div, "style", /*_style*/ ctx[0]);
|
4246
|
+
attr(div, "class", "grid svelte-1mf7v7");
|
4247
|
+
attr(div, "style", div_style_value = `${/*gridStyle*/ ctx[1]}; ${/*_style*/ ctx[0]}`);
|
4243
4248
|
},
|
4244
4249
|
m(target, anchor) {
|
4245
4250
|
insert_hydration(target, div, anchor);
|
@@ -4252,22 +4257,22 @@ function create_fragment$s(ctx) {
|
|
4252
4257
|
},
|
4253
4258
|
p(ctx, [dirty]) {
|
4254
4259
|
if (default_slot) {
|
4255
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
4260
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
|
4256
4261
|
update_slot_base(
|
4257
4262
|
default_slot,
|
4258
4263
|
default_slot_template,
|
4259
4264
|
ctx,
|
4260
|
-
/*$$scope*/ ctx[
|
4265
|
+
/*$$scope*/ ctx[8],
|
4261
4266
|
!current
|
4262
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
4263
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
4267
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
|
4268
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
|
4264
4269
|
null
|
4265
4270
|
);
|
4266
4271
|
}
|
4267
4272
|
}
|
4268
4273
|
|
4269
|
-
if (!current || dirty & /*_style*/ 1) {
|
4270
|
-
attr(div, "style",
|
4274
|
+
if (!current || dirty & /*gridStyle, _style*/ 3 && div_style_value !== (div_style_value = `${/*gridStyle*/ ctx[1]}; ${/*_style*/ ctx[0]}`)) {
|
4275
|
+
attr(div, "style", div_style_value);
|
4271
4276
|
}
|
4272
4277
|
},
|
4273
4278
|
i(local) {
|
@@ -4287,7 +4292,7 @@ function create_fragment$s(ctx) {
|
|
4287
4292
|
}
|
4288
4293
|
|
4289
4294
|
function instance$s($$self, $$props, $$invalidate) {
|
4290
|
-
let
|
4295
|
+
let gridStyle;
|
4291
4296
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4292
4297
|
let { width = '512px' } = $$props;
|
4293
4298
|
let { height = '256px' } = $$props;
|
@@ -4295,25 +4300,26 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
4295
4300
|
let { columns } = $$props;
|
4296
4301
|
let { gap = 'auto' } = $$props;
|
4297
4302
|
let { background = 'transparent' } = $$props;
|
4303
|
+
let { _style = '' } = $$props;
|
4298
4304
|
|
4299
4305
|
const toExpr = exp => typeof exp === 'number'
|
4300
4306
|
? `repeat(${exp}, 1fr)`
|
4301
4307
|
: exp.join(' ');
|
4302
4308
|
|
4303
4309
|
$$self.$$set = $$props => {
|
4304
|
-
if ('width' in $$props) $$invalidate(
|
4305
|
-
if ('height' in $$props) $$invalidate(
|
4306
|
-
if ('rows' in $$props) $$invalidate(
|
4307
|
-
if ('columns' in $$props) $$invalidate(
|
4308
|
-
if ('gap' in $$props) $$invalidate(
|
4309
|
-
if ('background' in $$props) $$invalidate(
|
4310
|
-
if ('
|
4310
|
+
if ('width' in $$props) $$invalidate(2, width = $$props.width);
|
4311
|
+
if ('height' in $$props) $$invalidate(3, height = $$props.height);
|
4312
|
+
if ('rows' in $$props) $$invalidate(4, rows = $$props.rows);
|
4313
|
+
if ('columns' in $$props) $$invalidate(5, columns = $$props.columns);
|
4314
|
+
if ('gap' in $$props) $$invalidate(6, gap = $$props.gap);
|
4315
|
+
if ('background' in $$props) $$invalidate(7, background = $$props.background);
|
4316
|
+
if ('_style' in $$props) $$invalidate(0, _style = $$props._style);
|
4317
|
+
if ('$$scope' in $$props) $$invalidate(8, $$scope = $$props.$$scope);
|
4311
4318
|
};
|
4312
4319
|
|
4313
4320
|
$$self.$$.update = () => {
|
4314
|
-
if ($$self.$$.dirty & /*rows, columns, gap, background, width, height*/
|
4315
|
-
$$invalidate(
|
4316
|
-
`display: grid`,
|
4321
|
+
if ($$self.$$.dirty & /*rows, columns, gap, background, width, height*/ 252) {
|
4322
|
+
$$invalidate(1, gridStyle = [
|
4317
4323
|
`grid-template-rows: ${toExpr(rows)}`,
|
4318
4324
|
`grid-template-columns: ${toExpr(columns)}`,
|
4319
4325
|
`gap: ${gap}`,
|
@@ -4324,28 +4330,48 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
4324
4330
|
}
|
4325
4331
|
};
|
4326
4332
|
|
4327
|
-
return [
|
4333
|
+
return [
|
4334
|
+
_style,
|
4335
|
+
gridStyle,
|
4336
|
+
width,
|
4337
|
+
height,
|
4338
|
+
rows,
|
4339
|
+
columns,
|
4340
|
+
gap,
|
4341
|
+
background,
|
4342
|
+
$$scope,
|
4343
|
+
slots
|
4344
|
+
];
|
4328
4345
|
}
|
4329
4346
|
|
4330
4347
|
class Grid extends SvelteComponent {
|
4331
4348
|
constructor(options) {
|
4332
4349
|
super();
|
4333
4350
|
|
4334
|
-
init(
|
4335
|
-
|
4336
|
-
|
4337
|
-
|
4338
|
-
|
4339
|
-
|
4340
|
-
|
4341
|
-
|
4351
|
+
init(
|
4352
|
+
this,
|
4353
|
+
options,
|
4354
|
+
instance$s,
|
4355
|
+
create_fragment$s,
|
4356
|
+
safe_not_equal,
|
4357
|
+
{
|
4358
|
+
width: 2,
|
4359
|
+
height: 3,
|
4360
|
+
rows: 4,
|
4361
|
+
columns: 5,
|
4362
|
+
gap: 6,
|
4363
|
+
background: 7,
|
4364
|
+
_style: 0
|
4365
|
+
},
|
4366
|
+
add_css$q
|
4367
|
+
);
|
4342
4368
|
}
|
4343
4369
|
}
|
4344
4370
|
|
4345
4371
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4346
4372
|
|
4347
4373
|
function add_css$p(target) {
|
4348
|
-
append_styles(target, "svelte-
|
4374
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4349
4375
|
}
|
4350
4376
|
|
4351
4377
|
function create_fragment$r(ctx) {
|
@@ -4379,8 +4405,8 @@ function create_fragment$r(ctx) {
|
|
4379
4405
|
this.h();
|
4380
4406
|
},
|
4381
4407
|
h() {
|
4382
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4383
|
-
attr(div1, "class", "grid-item svelte-
|
4408
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4409
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4384
4410
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4385
4411
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4386
4412
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4702,7 +4728,7 @@ class RenderText extends SvelteComponent {
|
|
4702
4728
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4703
4729
|
|
4704
4730
|
function add_css$o(target) {
|
4705
|
-
append_styles(target, "svelte-
|
4731
|
+
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}");
|
4706
4732
|
}
|
4707
4733
|
|
4708
4734
|
// (93:2) {:else}
|
@@ -4732,8 +4758,8 @@ function create_else_block$1(ctx) {
|
|
4732
4758
|
this.h();
|
4733
4759
|
},
|
4734
4760
|
h() {
|
4735
|
-
attr(div0, "class", "text-element-inner svelte-
|
4736
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4761
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4762
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4737
4763
|
attr(div1, "style", /*style*/ ctx[5]);
|
4738
4764
|
},
|
4739
4765
|
m(target, anchor) {
|
@@ -4747,7 +4773,7 @@ function create_else_block$1(ctx) {
|
|
4747
4773
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4748
4774
|
rendertext.$set(rendertext_changes);
|
4749
4775
|
|
4750
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4776
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4751
4777
|
attr(div1, "class", div1_class_value);
|
4752
4778
|
}
|
4753
4779
|
|
@@ -4822,12 +4848,12 @@ function create_if_block$3(ctx) {
|
|
4822
4848
|
this.h();
|
4823
4849
|
},
|
4824
4850
|
h() {
|
4825
|
-
attr(div0, "class", "text-element-inner svelte-
|
4851
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4826
4852
|
attr(a, "href", '');
|
4827
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4853
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4828
4854
|
attr(a, "style", /*style*/ ctx[5]);
|
4829
|
-
attr(div1, "class", "tooltip svelte-
|
4830
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4855
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
4856
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
4831
4857
|
},
|
4832
4858
|
m(target, anchor) {
|
4833
4859
|
insert_hydration(target, a, anchor);
|
@@ -4853,7 +4879,7 @@ function create_if_block$3(ctx) {
|
|
4853
4879
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4854
4880
|
rendertext.$set(rendertext_changes);
|
4855
4881
|
|
4856
|
-
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-
|
4882
|
+
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"))) {
|
4857
4883
|
attr(a, "class", a_class_value);
|
4858
4884
|
}
|
4859
4885
|
|
@@ -4915,7 +4941,7 @@ function create_fragment$p(ctx) {
|
|
4915
4941
|
this.h();
|
4916
4942
|
},
|
4917
4943
|
h() {
|
4918
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4944
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
4919
4945
|
},
|
4920
4946
|
m(target, anchor) {
|
4921
4947
|
insert_hydration(target, div, anchor);
|
@@ -5080,7 +5106,7 @@ class TextElement extends SvelteComponent {
|
|
5080
5106
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5081
5107
|
|
5082
5108
|
function add_css$n(target) {
|
5083
|
-
append_styles(target, "svelte-
|
5109
|
+
append_styles(target, "svelte-ejepf6", ".text-button-element.svelte-ejepf6{width:100%;height:100%}.text-button-element.svelte-ejepf6 > .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:#000000;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-ejepf6 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ejepf6 > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ejepf6 > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5084
5110
|
}
|
5085
5111
|
|
5086
5112
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5149,7 +5175,7 @@ function create_fragment$o(ctx) {
|
|
5149
5175
|
this.h();
|
5150
5176
|
},
|
5151
5177
|
h() {
|
5152
|
-
attr(div, "class", "text-button-element svelte-
|
5178
|
+
attr(div, "class", "text-button-element svelte-ejepf6");
|
5153
5179
|
},
|
5154
5180
|
m(target, anchor) {
|
5155
5181
|
insert_hydration(target, div, anchor);
|
@@ -5241,7 +5267,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5241
5267
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5242
5268
|
|
5243
5269
|
function add_css$m(target) {
|
5244
|
-
append_styles(target, "svelte-
|
5270
|
+
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%}");
|
5245
5271
|
}
|
5246
5272
|
|
5247
5273
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5269,7 +5295,7 @@ function create_default_slot$4(ctx) {
|
|
5269
5295
|
this.h();
|
5270
5296
|
},
|
5271
5297
|
h() {
|
5272
|
-
attr(img, "class", "image svelte-
|
5298
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5273
5299
|
attr(img, "loading", "lazy");
|
5274
5300
|
attr(img, "width", "auto");
|
5275
5301
|
attr(img, "height", "auto");
|
@@ -5329,7 +5355,7 @@ function create_fragment$n(ctx) {
|
|
5329
5355
|
this.h();
|
5330
5356
|
},
|
5331
5357
|
h() {
|
5332
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5358
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5333
5359
|
},
|
5334
5360
|
m(target, anchor) {
|
5335
5361
|
insert_hydration(target, div, anchor);
|
@@ -5348,7 +5374,7 @@ function create_fragment$n(ctx) {
|
|
5348
5374
|
|
5349
5375
|
button.$set(button_changes);
|
5350
5376
|
|
5351
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5377
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5352
5378
|
attr(div, "class", div_class_value);
|
5353
5379
|
}
|
5354
5380
|
},
|
@@ -5420,7 +5446,7 @@ class ImageElement extends SvelteComponent {
|
|
5420
5446
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5421
5447
|
|
5422
5448
|
function add_css$l(target) {
|
5423
|
-
append_styles(target, "svelte-
|
5449
|
+
append_styles(target, "svelte-e4h4wn", ".list.svelte-e4h4wn{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5424
5450
|
}
|
5425
5451
|
|
5426
5452
|
function create_fragment$m(ctx) {
|
@@ -5443,7 +5469,7 @@ function create_fragment$m(ctx) {
|
|
5443
5469
|
this.h();
|
5444
5470
|
},
|
5445
5471
|
h() {
|
5446
|
-
attr(div, "class", "list svelte-
|
5472
|
+
attr(div, "class", "list svelte-e4h4wn");
|
5447
5473
|
attr(div, "style", /*style*/ ctx[0]);
|
5448
5474
|
},
|
5449
5475
|
m(target, anchor) {
|
@@ -5577,7 +5603,7 @@ class List extends SvelteComponent {
|
|
5577
5603
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5578
5604
|
|
5579
5605
|
function add_css$k(target) {
|
5580
|
-
append_styles(target, "svelte-
|
5606
|
+
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}");
|
5581
5607
|
}
|
5582
5608
|
|
5583
5609
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5660,7 +5686,7 @@ function create_fragment$l(ctx) {
|
|
5660
5686
|
this.h();
|
5661
5687
|
},
|
5662
5688
|
h() {
|
5663
|
-
attr(div, "class", "list-item svelte-
|
5689
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
5664
5690
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5665
5691
|
},
|
5666
5692
|
m(target, anchor) {
|
@@ -5786,7 +5812,7 @@ class ListItem extends SvelteComponent {
|
|
5786
5812
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5787
5813
|
|
5788
5814
|
function add_css$j(target) {
|
5789
|
-
append_styles(target, "svelte-
|
5815
|
+
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}");
|
5790
5816
|
}
|
5791
5817
|
|
5792
5818
|
function create_fragment$k(ctx) {
|
@@ -5804,7 +5830,7 @@ function create_fragment$k(ctx) {
|
|
5804
5830
|
this.h();
|
5805
5831
|
},
|
5806
5832
|
h() {
|
5807
|
-
attr(div, "class", "embed svelte-
|
5833
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
5808
5834
|
attr(div, "style", /*_style*/ ctx[1]);
|
5809
5835
|
},
|
5810
5836
|
m(target, anchor) {
|
@@ -5847,7 +5873,7 @@ class EmbedElement extends SvelteComponent {
|
|
5847
5873
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5848
5874
|
|
5849
5875
|
function add_css$i(target) {
|
5850
|
-
append_styles(target, "svelte-
|
5876
|
+
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%}");
|
5851
5877
|
}
|
5852
5878
|
|
5853
5879
|
function create_fragment$j(ctx) {
|
@@ -5870,7 +5896,7 @@ function create_fragment$j(ctx) {
|
|
5870
5896
|
},
|
5871
5897
|
h() {
|
5872
5898
|
attr(div0, "class", "karte-player");
|
5873
|
-
attr(div1, "class", "embed svelte-
|
5899
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
5874
5900
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5875
5901
|
},
|
5876
5902
|
m(target, anchor) {
|
@@ -6212,7 +6238,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6212
6238
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6213
6239
|
|
6214
6240
|
function add_css$h(target) {
|
6215
|
-
append_styles(target, "svelte-
|
6241
|
+
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%}");
|
6216
6242
|
}
|
6217
6243
|
|
6218
6244
|
function create_fragment$i(ctx) {
|
@@ -6235,7 +6261,7 @@ function create_fragment$i(ctx) {
|
|
6235
6261
|
},
|
6236
6262
|
h() {
|
6237
6263
|
attr(div0, "class", "karte-player");
|
6238
|
-
attr(div1, "class", "embed svelte-
|
6264
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6239
6265
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6240
6266
|
},
|
6241
6267
|
m(target, anchor) {
|
@@ -6419,7 +6445,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6419
6445
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6420
6446
|
|
6421
6447
|
function add_css$g(target) {
|
6422
|
-
append_styles(target, "svelte-
|
6448
|
+
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}");
|
6423
6449
|
}
|
6424
6450
|
|
6425
6451
|
function create_fragment$h(ctx) {
|
@@ -6449,12 +6475,12 @@ function create_fragment$h(ctx) {
|
|
6449
6475
|
this.h();
|
6450
6476
|
},
|
6451
6477
|
h() {
|
6452
|
-
attr(textarea, "class", "textarea svelte-
|
6478
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6453
6479
|
textarea.value = /*$value*/ ctx[3];
|
6454
6480
|
textarea.required = /*required*/ ctx[0];
|
6455
6481
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6456
6482
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6457
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6483
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6458
6484
|
},
|
6459
6485
|
m(target, anchor) {
|
6460
6486
|
insert_hydration(target, div, anchor);
|
@@ -6550,7 +6576,7 @@ class FormTextarea extends SvelteComponent {
|
|
6550
6576
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6551
6577
|
|
6552
6578
|
function add_css$f(target) {
|
6553
|
-
append_styles(target, "svelte-
|
6579
|
+
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}");
|
6554
6580
|
}
|
6555
6581
|
|
6556
6582
|
function get_each_context$5(ctx, list, i) {
|
@@ -6606,14 +6632,14 @@ function create_each_block$5(ctx) {
|
|
6606
6632
|
},
|
6607
6633
|
h() {
|
6608
6634
|
attr(input, "type", "radio");
|
6609
|
-
attr(input, "class", "radio-button-input svelte-
|
6635
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6610
6636
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6611
6637
|
attr(input, "name", /*name*/ ctx[0]);
|
6612
6638
|
input.value = input_value_value = /*option*/ ctx[16];
|
6613
6639
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6614
|
-
attr(span, "class", "radio-button-text svelte-
|
6640
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6615
6641
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6616
|
-
attr(label, "class", "radio-button svelte-
|
6642
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6617
6643
|
},
|
6618
6644
|
m(target, anchor) {
|
6619
6645
|
insert_hydration(target, label, anchor);
|
@@ -6692,7 +6718,7 @@ function create_fragment$g(ctx) {
|
|
6692
6718
|
this.h();
|
6693
6719
|
},
|
6694
6720
|
h() {
|
6695
|
-
attr(div, "class", "radio-buttons svelte-
|
6721
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6696
6722
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6697
6723
|
},
|
6698
6724
|
m(target, anchor) {
|
@@ -6859,7 +6885,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6859
6885
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6860
6886
|
|
6861
6887
|
function add_css$e(target) {
|
6862
|
-
append_styles(target, "svelte-
|
6888
|
+
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}");
|
6863
6889
|
}
|
6864
6890
|
|
6865
6891
|
function get_each_context$4(ctx, list, i) {
|
@@ -7030,10 +7056,10 @@ function create_fragment$f(ctx) {
|
|
7030
7056
|
this.h();
|
7031
7057
|
},
|
7032
7058
|
h() {
|
7033
|
-
attr(select, "class", "select-select svelte-
|
7059
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7034
7060
|
attr(select, "style", /*style*/ ctx[3]);
|
7035
|
-
attr(div0, "class", "select-icon svelte-
|
7036
|
-
attr(div1, "class", "select svelte-
|
7061
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7062
|
+
attr(div1, "class", "select svelte-iejizj");
|
7037
7063
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7038
7064
|
},
|
7039
7065
|
m(target, anchor) {
|
@@ -7235,7 +7261,7 @@ class FormSelect extends SvelteComponent {
|
|
7235
7261
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7236
7262
|
|
7237
7263
|
function add_css$d(target) {
|
7238
|
-
append_styles(target, "svelte-
|
7264
|
+
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}");
|
7239
7265
|
}
|
7240
7266
|
|
7241
7267
|
function get_each_context$3(ctx, list, i) {
|
@@ -7297,19 +7323,19 @@ function create_each_block$3(ctx) {
|
|
7297
7323
|
this.h();
|
7298
7324
|
},
|
7299
7325
|
h() {
|
7300
|
-
attr(input, "class", "check-box-input svelte-
|
7326
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7301
7327
|
attr(input, "type", "checkbox");
|
7302
7328
|
attr(input, "name", /*name*/ ctx[0]);
|
7303
7329
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7304
|
-
attr(span0, "class", "check-box-icon svelte-
|
7330
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7305
7331
|
|
7306
7332
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7307
7333
|
? ' _checked'
|
7308
|
-
: ''}`) + " svelte-
|
7334
|
+
: ''}`) + " svelte-2pz1us"));
|
7309
7335
|
|
7310
|
-
attr(span2, "class", "check-box-text svelte-
|
7336
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7311
7337
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7312
|
-
attr(label, "class", "check-box svelte-
|
7338
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7313
7339
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7314
7340
|
},
|
7315
7341
|
m(target, anchor) {
|
@@ -7341,7 +7367,7 @@ function create_each_block$3(ctx) {
|
|
7341
7367
|
|
7342
7368
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7343
7369
|
? ' _checked'
|
7344
|
-
: ''}`) + " svelte-
|
7370
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7345
7371
|
attr(span1, "class", span1_class_value);
|
7346
7372
|
}
|
7347
7373
|
|
@@ -7394,7 +7420,7 @@ function create_fragment$e(ctx) {
|
|
7394
7420
|
this.h();
|
7395
7421
|
},
|
7396
7422
|
h() {
|
7397
|
-
attr(div, "class", "check-boxes svelte-
|
7423
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7398
7424
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7399
7425
|
},
|
7400
7426
|
m(target, anchor) {
|
@@ -7569,7 +7595,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7569
7595
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7570
7596
|
|
7571
7597
|
function add_css$c(target) {
|
7572
|
-
append_styles(target, "svelte-
|
7598
|
+
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}");
|
7573
7599
|
}
|
7574
7600
|
|
7575
7601
|
function get_each_context$2(ctx, list, i) {
|
@@ -7604,7 +7630,7 @@ function create_each_block$2(ctx) {
|
|
7604
7630
|
this.h();
|
7605
7631
|
},
|
7606
7632
|
h() {
|
7607
|
-
attr(button, "class", "rating-button svelte-
|
7633
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7608
7634
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7609
7635
|
},
|
7610
7636
|
m(target, anchor) {
|
@@ -7667,7 +7693,7 @@ function create_fragment$d(ctx) {
|
|
7667
7693
|
this.h();
|
7668
7694
|
},
|
7669
7695
|
h() {
|
7670
|
-
attr(div, "class", "rating-buttons svelte-
|
7696
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7671
7697
|
},
|
7672
7698
|
m(target, anchor) {
|
7673
7699
|
insert_hydration(target, div, anchor);
|
@@ -7804,7 +7830,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7804
7830
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7805
7831
|
|
7806
7832
|
function add_css$b(target) {
|
7807
|
-
append_styles(target, "svelte-
|
7833
|
+
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%)}");
|
7808
7834
|
}
|
7809
7835
|
|
7810
7836
|
function get_each_context$1(ctx, list, i) {
|
@@ -7840,9 +7866,9 @@ function create_each_block$1(ctx) {
|
|
7840
7866
|
},
|
7841
7867
|
h() {
|
7842
7868
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7843
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7869
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7844
7870
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7845
|
-
attr(button, "class", "rating-button svelte-
|
7871
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7846
7872
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7847
7873
|
},
|
7848
7874
|
m(target, anchor) {
|
@@ -7858,7 +7884,7 @@ function create_each_block$1(ctx) {
|
|
7858
7884
|
p(new_ctx, dirty) {
|
7859
7885
|
ctx = new_ctx;
|
7860
7886
|
|
7861
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7887
|
+
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"))) {
|
7862
7888
|
attr(img, "class", img_class_value);
|
7863
7889
|
}
|
7864
7890
|
|
@@ -7905,7 +7931,7 @@ function create_fragment$c(ctx) {
|
|
7905
7931
|
this.h();
|
7906
7932
|
},
|
7907
7933
|
h() {
|
7908
|
-
attr(div, "class", "rating-buttons svelte-
|
7934
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7909
7935
|
},
|
7910
7936
|
m(target, anchor) {
|
7911
7937
|
insert_hydration(target, div, anchor);
|
@@ -8013,7 +8039,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8013
8039
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8014
8040
|
|
8015
8041
|
function add_css$a(target) {
|
8016
|
-
append_styles(target, "svelte-
|
8042
|
+
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%}");
|
8017
8043
|
}
|
8018
8044
|
|
8019
8045
|
function get_each_context(ctx, list, i) {
|
@@ -8059,9 +8085,9 @@ function create_if_block_1(ctx) {
|
|
8059
8085
|
attr(svg, "viewBox", "0 0 10 16");
|
8060
8086
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8061
8087
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8062
|
-
attr(button, "class", "move-button svelte-
|
8088
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8063
8089
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8064
|
-
attr(div, "class", "prev-button-container svelte-
|
8090
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
8065
8091
|
},
|
8066
8092
|
m(target, anchor) {
|
8067
8093
|
insert_hydration(target, div, anchor);
|
@@ -8127,9 +8153,9 @@ function create_if_block$1(ctx) {
|
|
8127
8153
|
attr(svg, "viewBox", "0 0 10 16");
|
8128
8154
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8129
8155
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8130
|
-
attr(button, "class", "move-button svelte-
|
8156
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8131
8157
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8132
|
-
attr(div, "class", "next-button-container svelte-
|
8158
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
8133
8159
|
},
|
8134
8160
|
m(target, anchor) {
|
8135
8161
|
insert_hydration(target, div, anchor);
|
@@ -8189,9 +8215,9 @@ function create_each_block(ctx) {
|
|
8189
8215
|
this.h();
|
8190
8216
|
},
|
8191
8217
|
h() {
|
8192
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8218
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
8193
8219
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8194
|
-
attr(button, "class", "navigation-item svelte-
|
8220
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
8195
8221
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8196
8222
|
},
|
8197
8223
|
m(target, anchor) {
|
@@ -8297,14 +8323,14 @@ function create_fragment$b(ctx) {
|
|
8297
8323
|
this.h();
|
8298
8324
|
},
|
8299
8325
|
h() {
|
8300
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8326
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
8301
8327
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8302
|
-
attr(div1, "class", "container svelte-
|
8328
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
8303
8329
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8304
|
-
attr(div2, "class", "navigation svelte-
|
8330
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
8305
8331
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8306
8332
|
set_attributes(div3, div3_data);
|
8307
|
-
toggle_class(div3, "svelte-
|
8333
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8308
8334
|
},
|
8309
8335
|
m(target, anchor) {
|
8310
8336
|
insert_hydration(target, div3, anchor);
|
@@ -8346,7 +8372,7 @@ function create_fragment$b(ctx) {
|
|
8346
8372
|
}
|
8347
8373
|
}
|
8348
8374
|
|
8349
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8375
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
8350
8376
|
attr(div0, "class", div0_class_value);
|
8351
8377
|
}
|
8352
8378
|
|
@@ -8412,7 +8438,7 @@ function create_fragment$b(ctx) {
|
|
8412
8438
|
}
|
8413
8439
|
|
8414
8440
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
8415
|
-
toggle_class(div3, "svelte-
|
8441
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8416
8442
|
},
|
8417
8443
|
i(local) {
|
8418
8444
|
if (current) return;
|
@@ -8924,7 +8950,7 @@ class Slide extends SvelteComponent {
|
|
8924
8950
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8925
8951
|
|
8926
8952
|
function add_css$9(target) {
|
8927
|
-
append_styles(target, "svelte-
|
8953
|
+
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}");
|
8928
8954
|
}
|
8929
8955
|
|
8930
8956
|
function create_fragment$a(ctx) {
|
@@ -8952,9 +8978,9 @@ function create_fragment$a(ctx) {
|
|
8952
8978
|
this.h();
|
8953
8979
|
},
|
8954
8980
|
h() {
|
8955
|
-
attr(div0, "class", "item-inner svelte-
|
8981
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
8956
8982
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8957
|
-
attr(div1, "class", "item svelte-
|
8983
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
8958
8984
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8959
8985
|
},
|
8960
8986
|
m(target, anchor) {
|
@@ -9080,7 +9106,7 @@ class SlideItem extends SvelteComponent {
|
|
9080
9106
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9081
9107
|
|
9082
9108
|
function add_css$8(target) {
|
9083
|
-
append_styles(target, "svelte-
|
9109
|
+
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}");
|
9084
9110
|
}
|
9085
9111
|
|
9086
9112
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9111,9 +9137,9 @@ function create_fragment$9(ctx) {
|
|
9111
9137
|
this.h();
|
9112
9138
|
},
|
9113
9139
|
h() {
|
9114
|
-
attr(div0, "class", "countdown-inner svelte-
|
9140
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
9115
9141
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9116
|
-
attr(div1, "class", "countdown svelte-
|
9142
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
9117
9143
|
},
|
9118
9144
|
m(target, anchor) {
|
9119
9145
|
insert_hydration(target, div1, anchor);
|
@@ -9243,7 +9269,7 @@ class Countdown extends SvelteComponent {
|
|
9243
9269
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9244
9270
|
|
9245
9271
|
function add_css$7(target) {
|
9246
|
-
append_styles(target, "svelte-
|
9272
|
+
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}");
|
9247
9273
|
}
|
9248
9274
|
|
9249
9275
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9326,7 +9352,7 @@ function create_fragment$8(ctx) {
|
|
9326
9352
|
this.h();
|
9327
9353
|
},
|
9328
9354
|
h() {
|
9329
|
-
attr(div, "class", "box svelte-
|
9355
|
+
attr(div, "class", "box svelte-1c91vpe");
|
9330
9356
|
},
|
9331
9357
|
m(target, anchor) {
|
9332
9358
|
insert_hydration(target, div, anchor);
|
@@ -9387,7 +9413,7 @@ class Box extends SvelteComponent {
|
|
9387
9413
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
9388
9414
|
|
9389
9415
|
function add_css$6(target) {
|
9390
|
-
append_styles(target, "svelte-
|
9416
|
+
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)}");
|
9391
9417
|
}
|
9392
9418
|
|
9393
9419
|
// (56:4) {#if svg}
|
@@ -9491,7 +9517,7 @@ function create_fragment$7(ctx) {
|
|
9491
9517
|
this.h();
|
9492
9518
|
},
|
9493
9519
|
h() {
|
9494
|
-
attr(div, "class", "icon svelte-
|
9520
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
9495
9521
|
},
|
9496
9522
|
m(target, anchor) {
|
9497
9523
|
insert_hydration(target, div, anchor);
|
@@ -9600,7 +9626,7 @@ class IconElement extends SvelteComponent {
|
|
9600
9626
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9601
9627
|
|
9602
9628
|
function add_css$5(target) {
|
9603
|
-
append_styles(target, "svelte-
|
9629
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9604
9630
|
}
|
9605
9631
|
|
9606
9632
|
function create_fragment$6(ctx) {
|
@@ -9636,7 +9662,7 @@ function create_fragment$6(ctx) {
|
|
9636
9662
|
this.h();
|
9637
9663
|
},
|
9638
9664
|
h() {
|
9639
|
-
attr(div, "class", "codeElement svelte-
|
9665
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9640
9666
|
attr(div, "style", /*style*/ ctx[3]);
|
9641
9667
|
},
|
9642
9668
|
m(target, anchor) {
|
@@ -9725,7 +9751,7 @@ class CodeElement extends SvelteComponent {
|
|
9725
9751
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9726
9752
|
|
9727
9753
|
function add_css$4(target) {
|
9728
|
-
append_styles(target, "svelte-
|
9754
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9729
9755
|
}
|
9730
9756
|
|
9731
9757
|
function create_fragment$5(ctx) {
|
@@ -9749,7 +9775,7 @@ function create_fragment$5(ctx) {
|
|
9749
9775
|
this.h();
|
9750
9776
|
},
|
9751
9777
|
h() {
|
9752
|
-
attr(div, "class", "flex svelte-
|
9778
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9753
9779
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9754
9780
|
},
|
9755
9781
|
m(target, anchor) {
|
@@ -9846,7 +9872,7 @@ class Flex extends SvelteComponent {
|
|
9846
9872
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9847
9873
|
|
9848
9874
|
function add_css$3(target) {
|
9849
|
-
append_styles(target, "svelte-
|
9875
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9850
9876
|
}
|
9851
9877
|
|
9852
9878
|
function create_fragment$4(ctx) {
|
@@ -9869,7 +9895,7 @@ function create_fragment$4(ctx) {
|
|
9869
9895
|
this.h();
|
9870
9896
|
},
|
9871
9897
|
h() {
|
9872
|
-
attr(div, "class", "flex-item svelte-
|
9898
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9873
9899
|
attr(div, "style", /*style*/ ctx[0]);
|
9874
9900
|
},
|
9875
9901
|
m(target, anchor) {
|
@@ -10289,7 +10315,7 @@ class GridModalState extends SvelteComponent {
|
|
10289
10315
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10290
10316
|
|
10291
10317
|
function add_css$2(target) {
|
10292
|
-
append_styles(target, "svelte-
|
10318
|
+
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%}");
|
10293
10319
|
}
|
10294
10320
|
|
10295
10321
|
function create_fragment$2(ctx) {
|
@@ -10318,8 +10344,8 @@ function create_fragment$2(ctx) {
|
|
10318
10344
|
this.h();
|
10319
10345
|
},
|
10320
10346
|
h() {
|
10321
|
-
attr(div0, "class", "text-block-inner svelte-
|
10322
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10347
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
10348
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
10323
10349
|
attr(div1, "style", /*style*/ ctx[2]);
|
10324
10350
|
},
|
10325
10351
|
m(target, anchor) {
|
@@ -10333,7 +10359,7 @@ function create_fragment$2(ctx) {
|
|
10333
10359
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10334
10360
|
rendertext.$set(rendertext_changes);
|
10335
10361
|
|
10336
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10362
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
10337
10363
|
attr(div1, "class", div1_class_value);
|
10338
10364
|
}
|
10339
10365
|
|
@@ -10411,7 +10437,7 @@ class TextBlock extends SvelteComponent {
|
|
10411
10437
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10412
10438
|
|
10413
10439
|
function add_css$1(target) {
|
10414
|
-
append_styles(target, "svelte-
|
10440
|
+
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)}");
|
10415
10441
|
}
|
10416
10442
|
|
10417
10443
|
function create_fragment$1(ctx) {
|
@@ -10441,9 +10467,9 @@ function create_fragment$1(ctx) {
|
|
10441
10467
|
this.h();
|
10442
10468
|
},
|
10443
10469
|
h() {
|
10444
|
-
attr(button, "class", "text-button svelte-
|
10470
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
10445
10471
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
10446
|
-
attr(div, "class", "text-button-block svelte-
|
10472
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
10447
10473
|
attr(div, "style", /*_style*/ ctx[2]);
|
10448
10474
|
},
|
10449
10475
|
m(target, anchor) {
|
@@ -10549,7 +10575,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10549
10575
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10550
10576
|
|
10551
10577
|
function add_css(target) {
|
10552
|
-
append_styles(target, "svelte-
|
10578
|
+
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)}");
|
10553
10579
|
}
|
10554
10580
|
|
10555
10581
|
function create_fragment(ctx) {
|
@@ -10585,14 +10611,14 @@ function create_fragment(ctx) {
|
|
10585
10611
|
this.h();
|
10586
10612
|
},
|
10587
10613
|
h() {
|
10588
|
-
attr(img, "class", "image svelte-
|
10614
|
+
attr(img, "class", "image svelte-1jus6sx");
|
10589
10615
|
attr(img, "loading", "lazy");
|
10590
10616
|
attr(img, "width", "auto");
|
10591
10617
|
attr(img, "height", "auto");
|
10592
10618
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
10593
10619
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10594
10620
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10595
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10621
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
10596
10622
|
attr(div, "style", /*_style*/ ctx[5]);
|
10597
10623
|
},
|
10598
10624
|
m(target, anchor) {
|
@@ -10617,7 +10643,7 @@ function create_fragment(ctx) {
|
|
10617
10643
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10618
10644
|
}
|
10619
10645
|
|
10620
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10646
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
10621
10647
|
attr(div, "class", div_class_value);
|
10622
10648
|
}
|
10623
10649
|
|