@plaidev/karte-action-sdk 1.1.258 → 1.1.260-28971692.91de26ce
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 +217 -211
- package/dist/index.es.js +217 -211
- package/package.json +5 -3
- package/dist/karte-action-sdk.d.ts +0 -3307
- package/dist/tsdoc-metadata.json +0 -11
- package/meta/karte-action-sdk.api.json +0 -10217
package/dist/hydrate/index.es.js
CHANGED
@@ -3036,7 +3036,7 @@ class State extends SvelteComponent {
|
|
3036
3036
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3037
3037
|
|
3038
3038
|
function add_css$J(target) {
|
3039
|
-
append_styles(target, "svelte-
|
3039
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3040
3040
|
}
|
3041
3041
|
|
3042
3042
|
// (23:0) {#if $state === path}
|
@@ -3063,7 +3063,7 @@ function create_if_block$f(ctx) {
|
|
3063
3063
|
},
|
3064
3064
|
h() {
|
3065
3065
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3066
|
-
attr(div, "class", "state-item svelte-
|
3066
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3067
3067
|
},
|
3068
3068
|
m(target, anchor) {
|
3069
3069
|
insert_hydration(target, div, anchor);
|
@@ -3330,7 +3330,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3330
3330
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3331
3331
|
|
3332
3332
|
function add_css$I(target) {
|
3333
|
-
append_styles(target, "svelte-
|
3333
|
+
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3334
3334
|
}
|
3335
3335
|
|
3336
3336
|
// (14:0) {#if backgroundOverlay}
|
@@ -3351,7 +3351,7 @@ function create_if_block$e(ctx) {
|
|
3351
3351
|
this.h();
|
3352
3352
|
},
|
3353
3353
|
h() {
|
3354
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3354
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3355
3355
|
},
|
3356
3356
|
m(target, anchor) {
|
3357
3357
|
insert_hydration(target, div, anchor);
|
@@ -3362,7 +3362,7 @@ function create_if_block$e(ctx) {
|
|
3362
3362
|
}
|
3363
3363
|
},
|
3364
3364
|
p(ctx, dirty) {
|
3365
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3365
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3366
3366
|
attr(div, "class", div_class_value);
|
3367
3367
|
}
|
3368
3368
|
},
|
@@ -3472,17 +3472,17 @@ function checkStopPropagation(eventName, handler) {
|
|
3472
3472
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3473
3473
|
|
3474
3474
|
function add_css$H(target) {
|
3475
|
-
append_styles(target, "svelte-
|
3475
|
+
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3476
3476
|
}
|
3477
3477
|
|
3478
|
-
// (
|
3478
|
+
// (53:0) {:else}
|
3479
3479
|
function create_else_block$5(ctx) {
|
3480
3480
|
let button;
|
3481
3481
|
let current;
|
3482
3482
|
let mounted;
|
3483
3483
|
let dispose;
|
3484
|
-
const default_slot_template = /*#slots*/ ctx[
|
3485
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
3484
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
3485
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
3486
3486
|
|
3487
3487
|
let button_levels = [
|
3488
3488
|
{ class: BUTTON_CLASS },
|
@@ -3511,7 +3511,7 @@ function create_else_block$5(ctx) {
|
|
3511
3511
|
},
|
3512
3512
|
h() {
|
3513
3513
|
set_attributes(button, button_data);
|
3514
|
-
toggle_class(button, "svelte-
|
3514
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3515
3515
|
},
|
3516
3516
|
m(target, anchor) {
|
3517
3517
|
insert_hydration(target, button, anchor);
|
@@ -3530,15 +3530,15 @@ function create_else_block$5(ctx) {
|
|
3530
3530
|
},
|
3531
3531
|
p(ctx, dirty) {
|
3532
3532
|
if (default_slot) {
|
3533
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
3533
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
3534
3534
|
update_slot_base(
|
3535
3535
|
default_slot,
|
3536
3536
|
default_slot_template,
|
3537
3537
|
ctx,
|
3538
|
-
/*$$scope*/ ctx[
|
3538
|
+
/*$$scope*/ ctx[9],
|
3539
3539
|
!current
|
3540
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
3541
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
3540
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
3541
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
3542
3542
|
null
|
3543
3543
|
);
|
3544
3544
|
}
|
@@ -3550,7 +3550,7 @@ function create_else_block$5(ctx) {
|
|
3550
3550
|
dataAttrStopPropagation('click')
|
3551
3551
|
]));
|
3552
3552
|
|
3553
|
-
toggle_class(button, "svelte-
|
3553
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3554
3554
|
},
|
3555
3555
|
i(local) {
|
3556
3556
|
if (current) return;
|
@@ -3570,12 +3570,12 @@ function create_else_block$5(ctx) {
|
|
3570
3570
|
};
|
3571
3571
|
}
|
3572
3572
|
|
3573
|
-
// (
|
3573
|
+
// (49:39)
|
3574
3574
|
function create_if_block_2$2(ctx) {
|
3575
3575
|
let div;
|
3576
3576
|
let current;
|
3577
|
-
const default_slot_template = /*#slots*/ ctx[
|
3578
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
3577
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
3578
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
3579
3579
|
|
3580
3580
|
return {
|
3581
3581
|
c() {
|
@@ -3591,7 +3591,7 @@ function create_if_block_2$2(ctx) {
|
|
3591
3591
|
this.h();
|
3592
3592
|
},
|
3593
3593
|
h() {
|
3594
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3594
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3595
3595
|
attr(div, "style", /*style*/ ctx[1]);
|
3596
3596
|
},
|
3597
3597
|
m(target, anchor) {
|
@@ -3605,15 +3605,15 @@ function create_if_block_2$2(ctx) {
|
|
3605
3605
|
},
|
3606
3606
|
p(ctx, dirty) {
|
3607
3607
|
if (default_slot) {
|
3608
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
3608
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
3609
3609
|
update_slot_base(
|
3610
3610
|
default_slot,
|
3611
3611
|
default_slot_template,
|
3612
3612
|
ctx,
|
3613
|
-
/*$$scope*/ ctx[
|
3613
|
+
/*$$scope*/ ctx[9],
|
3614
3614
|
!current
|
3615
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
3616
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
3615
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
3616
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
3617
3617
|
null
|
3618
3618
|
);
|
3619
3619
|
}
|
@@ -3639,7 +3639,7 @@ function create_if_block_2$2(ctx) {
|
|
3639
3639
|
};
|
3640
3640
|
}
|
3641
3641
|
|
3642
|
-
// (
|
3642
|
+
// (38:41)
|
3643
3643
|
function create_if_block_1$3(ctx) {
|
3644
3644
|
let a;
|
3645
3645
|
let a_href_value;
|
@@ -3647,8 +3647,8 @@ function create_if_block_1$3(ctx) {
|
|
3647
3647
|
let current;
|
3648
3648
|
let mounted;
|
3649
3649
|
let dispose;
|
3650
|
-
const default_slot_template = /*#slots*/ ctx[
|
3651
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
3650
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
3651
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
3652
3652
|
|
3653
3653
|
let a_levels = [
|
3654
3654
|
{ class: BUTTON_CLASS },
|
@@ -3691,7 +3691,7 @@ function create_if_block_1$3(ctx) {
|
|
3691
3691
|
},
|
3692
3692
|
h() {
|
3693
3693
|
set_attributes(a, a_data);
|
3694
|
-
toggle_class(a, "svelte-
|
3694
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3695
3695
|
},
|
3696
3696
|
m(target, anchor) {
|
3697
3697
|
insert_hydration(target, a, anchor);
|
@@ -3709,15 +3709,15 @@ function create_if_block_1$3(ctx) {
|
|
3709
3709
|
},
|
3710
3710
|
p(ctx, dirty) {
|
3711
3711
|
if (default_slot) {
|
3712
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
3712
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
3713
3713
|
update_slot_base(
|
3714
3714
|
default_slot,
|
3715
3715
|
default_slot_template,
|
3716
3716
|
ctx,
|
3717
|
-
/*$$scope*/ ctx[
|
3717
|
+
/*$$scope*/ ctx[9],
|
3718
3718
|
!current
|
3719
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
3720
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
3719
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
3720
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
3721
3721
|
null
|
3722
3722
|
);
|
3723
3723
|
}
|
@@ -3733,7 +3733,7 @@ function create_if_block_1$3(ctx) {
|
|
3733
3733
|
dataAttrStopPropagation('click')
|
3734
3734
|
]));
|
3735
3735
|
|
3736
|
-
toggle_class(a, "svelte-
|
3736
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3737
3737
|
},
|
3738
3738
|
i(local) {
|
3739
3739
|
if (current) return;
|
@@ -3753,12 +3753,12 @@ function create_if_block_1$3(ctx) {
|
|
3753
3753
|
};
|
3754
3754
|
}
|
3755
3755
|
|
3756
|
-
// (
|
3756
|
+
// (34:0) {#if disabled}
|
3757
3757
|
function create_if_block$d(ctx) {
|
3758
3758
|
let div;
|
3759
3759
|
let current;
|
3760
|
-
const default_slot_template = /*#slots*/ ctx[
|
3761
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
3760
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
3761
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
3762
3762
|
|
3763
3763
|
return {
|
3764
3764
|
c() {
|
@@ -3774,7 +3774,7 @@ function create_if_block$d(ctx) {
|
|
3774
3774
|
this.h();
|
3775
3775
|
},
|
3776
3776
|
h() {
|
3777
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3777
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3778
3778
|
attr(div, "style", /*style*/ ctx[1]);
|
3779
3779
|
},
|
3780
3780
|
m(target, anchor) {
|
@@ -3788,15 +3788,15 @@ function create_if_block$d(ctx) {
|
|
3788
3788
|
},
|
3789
3789
|
p(ctx, dirty) {
|
3790
3790
|
if (default_slot) {
|
3791
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
3791
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
3792
3792
|
update_slot_base(
|
3793
3793
|
default_slot,
|
3794
3794
|
default_slot_template,
|
3795
3795
|
ctx,
|
3796
|
-
/*$$scope*/ ctx[
|
3796
|
+
/*$$scope*/ ctx[9],
|
3797
3797
|
!current
|
3798
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
3799
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
3798
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
3799
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
3800
3800
|
null
|
3801
3801
|
);
|
3802
3802
|
}
|
@@ -3907,6 +3907,7 @@ function instance$1d($$self, $$props, $$invalidate) {
|
|
3907
3907
|
let { eventName = '' } = $$props;
|
3908
3908
|
let { eventValue = undefined } = $$props;
|
3909
3909
|
let { style = '' } = $$props;
|
3910
|
+
let { isModalCloseButton = false } = $$props;
|
3910
3911
|
|
3911
3912
|
function handleClick() {
|
3912
3913
|
if (eventName) {
|
@@ -3918,20 +3919,22 @@ function instance$1d($$self, $$props, $$invalidate) {
|
|
3918
3919
|
|
3919
3920
|
const { path: statePath } = getStateItemContext() ?? { path: '/' };
|
3920
3921
|
const valuesAreValid = getValuesAreValidReadable(statePath);
|
3921
|
-
component_subscribe($$self, valuesAreValid, value => $$invalidate(
|
3922
|
+
component_subscribe($$self, valuesAreValid, value => $$invalidate(8, $valuesAreValid = value));
|
3922
3923
|
|
3923
3924
|
$$self.$$set = $$props => {
|
3924
3925
|
if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
|
3925
3926
|
if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
|
3926
3927
|
if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
|
3927
3928
|
if ('style' in $$props) $$invalidate(1, style = $$props.style);
|
3928
|
-
if ('
|
3929
|
+
if ('isModalCloseButton' in $$props) $$invalidate(7, isModalCloseButton = $$props.isModalCloseButton);
|
3930
|
+
if ('$$scope' in $$props) $$invalidate(9, $$scope = $$props.$$scope);
|
3929
3931
|
};
|
3930
3932
|
|
3931
3933
|
$$self.$$.update = () => {
|
3932
|
-
if ($$self.$$.dirty & /*onClick, $valuesAreValid*/
|
3934
|
+
if ($$self.$$.dirty & /*isModalCloseButton, onClick, $valuesAreValid*/ 385) {
|
3933
3935
|
$$invalidate(2, disabled = (() => {
|
3934
3936
|
let isEnabled = true;
|
3937
|
+
if (isModalCloseButton) return false;
|
3935
3938
|
|
3936
3939
|
if (onClick.operation === 'submitForm') {
|
3937
3940
|
isEnabled = $valuesAreValid;
|
@@ -3952,6 +3955,7 @@ function instance$1d($$self, $$props, $$invalidate) {
|
|
3952
3955
|
valuesAreValid,
|
3953
3956
|
eventName,
|
3954
3957
|
eventValue,
|
3958
|
+
isModalCloseButton,
|
3955
3959
|
$valuesAreValid,
|
3956
3960
|
$$scope,
|
3957
3961
|
slots
|
@@ -3972,7 +3976,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3972
3976
|
onClick: 0,
|
3973
3977
|
eventName: 5,
|
3974
3978
|
eventValue: 6,
|
3975
|
-
style: 1
|
3979
|
+
style: 1,
|
3980
|
+
isModalCloseButton: 7
|
3976
3981
|
},
|
3977
3982
|
add_css$H
|
3978
3983
|
);
|
@@ -3982,7 +3987,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3982
3987
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3983
3988
|
|
3984
3989
|
function add_css$G(target) {
|
3985
|
-
append_styles(target, "svelte-
|
3990
|
+
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .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-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{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-1ijkyzl{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);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-1ijkyzl{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);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3986
3991
|
}
|
3987
3992
|
|
3988
3993
|
// (278:0) {:else}
|
@@ -4157,7 +4162,7 @@ function create_if_block$c(ctx) {
|
|
4157
4162
|
this.h();
|
4158
4163
|
},
|
4159
4164
|
h() {
|
4160
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4165
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4161
4166
|
attr(div, "role", "dialog");
|
4162
4167
|
attr(div, "aria-modal", "true");
|
4163
4168
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4181,7 +4186,7 @@ function create_if_block$c(ctx) {
|
|
4181
4186
|
|
4182
4187
|
button.$set(button_changes);
|
4183
4188
|
|
4184
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4189
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4185
4190
|
attr(div, "class", div_class_value);
|
4186
4191
|
}
|
4187
4192
|
},
|
@@ -4226,6 +4231,7 @@ function create_if_block_1$2(ctx) {
|
|
4226
4231
|
style: /*_closeStyle*/ ctx[10],
|
4227
4232
|
eventName: /*closeEventName*/ ctx[7],
|
4228
4233
|
eventValue: /*closeEventValue*/ ctx[8],
|
4234
|
+
isModalCloseButton: true,
|
4229
4235
|
$$slots: { default: [create_default_slot_1$1] },
|
4230
4236
|
$$scope: { ctx }
|
4231
4237
|
}
|
@@ -4245,7 +4251,7 @@ function create_if_block_1$2(ctx) {
|
|
4245
4251
|
this.h();
|
4246
4252
|
},
|
4247
4253
|
h() {
|
4248
|
-
attr(div, "class", "close svelte-
|
4254
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4249
4255
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4250
4256
|
},
|
4251
4257
|
m(target, anchor) {
|
@@ -4286,7 +4292,7 @@ function create_if_block_1$2(ctx) {
|
|
4286
4292
|
};
|
4287
4293
|
}
|
4288
4294
|
|
4289
|
-
// (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4295
|
+
// (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} isModalCloseButton={true} >
|
4290
4296
|
function create_default_slot_1$1(ctx) {
|
4291
4297
|
let svg;
|
4292
4298
|
let path;
|
@@ -4370,7 +4376,7 @@ function create_default_slot$6(ctx) {
|
|
4370
4376
|
this.h();
|
4371
4377
|
},
|
4372
4378
|
h() {
|
4373
|
-
attr(div, "class", "modal-content svelte-
|
4379
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4374
4380
|
attr(div, "style", /*_style*/ ctx[5]);
|
4375
4381
|
},
|
4376
4382
|
m(target, anchor) {
|
@@ -5008,7 +5014,7 @@ class Grid extends SvelteComponent {
|
|
5008
5014
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5009
5015
|
|
5010
5016
|
function add_css$F(target) {
|
5011
|
-
append_styles(target, "svelte-
|
5017
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5012
5018
|
}
|
5013
5019
|
|
5014
5020
|
function create_fragment$1a(ctx) {
|
@@ -5042,8 +5048,8 @@ function create_fragment$1a(ctx) {
|
|
5042
5048
|
this.h();
|
5043
5049
|
},
|
5044
5050
|
h() {
|
5045
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5046
|
-
attr(div1, "class", "grid-item svelte-
|
5051
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5052
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5047
5053
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5048
5054
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5049
5055
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5365,7 +5371,7 @@ class RenderText extends SvelteComponent {
|
|
5365
5371
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5366
5372
|
|
5367
5373
|
function add_css$E(target) {
|
5368
|
-
append_styles(target, "svelte-
|
5374
|
+
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{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-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{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-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5369
5375
|
}
|
5370
5376
|
|
5371
5377
|
// (92:2) {:else}
|
@@ -5395,8 +5401,8 @@ function create_else_block$2(ctx) {
|
|
5395
5401
|
this.h();
|
5396
5402
|
},
|
5397
5403
|
h() {
|
5398
|
-
attr(div0, "class", "text-element-inner svelte-
|
5399
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5404
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5405
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5400
5406
|
attr(div1, "style", /*style*/ ctx[5]);
|
5401
5407
|
},
|
5402
5408
|
m(target, anchor) {
|
@@ -5410,7 +5416,7 @@ function create_else_block$2(ctx) {
|
|
5410
5416
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5411
5417
|
rendertext.$set(rendertext_changes);
|
5412
5418
|
|
5413
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5419
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5414
5420
|
attr(div1, "class", div1_class_value);
|
5415
5421
|
}
|
5416
5422
|
|
@@ -5485,12 +5491,12 @@ function create_if_block$a(ctx) {
|
|
5485
5491
|
this.h();
|
5486
5492
|
},
|
5487
5493
|
h() {
|
5488
|
-
attr(div0, "class", "text-element-inner svelte-
|
5494
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5489
5495
|
attr(a, "href", '');
|
5490
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5496
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5491
5497
|
attr(a, "style", /*style*/ ctx[5]);
|
5492
|
-
attr(div1, "class", "tooltip svelte-
|
5493
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5498
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5499
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5494
5500
|
},
|
5495
5501
|
m(target, anchor) {
|
5496
5502
|
insert_hydration(target, a, anchor);
|
@@ -5516,7 +5522,7 @@ function create_if_block$a(ctx) {
|
|
5516
5522
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5517
5523
|
rendertext.$set(rendertext_changes);
|
5518
5524
|
|
5519
|
-
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-
|
5525
|
+
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-9ixs0b"))) {
|
5520
5526
|
attr(a, "class", a_class_value);
|
5521
5527
|
}
|
5522
5528
|
|
@@ -5578,7 +5584,7 @@ function create_fragment$18(ctx) {
|
|
5578
5584
|
this.h();
|
5579
5585
|
},
|
5580
5586
|
h() {
|
5581
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5587
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5582
5588
|
},
|
5583
5589
|
m(target, anchor) {
|
5584
5590
|
insert_hydration(target, div, anchor);
|
@@ -5744,7 +5750,7 @@ class TextElement extends SvelteComponent {
|
|
5744
5750
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5745
5751
|
|
5746
5752
|
function add_css$D(target) {
|
5747
|
-
append_styles(target, "svelte-
|
5753
|
+
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .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-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5748
5754
|
}
|
5749
5755
|
|
5750
5756
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5813,7 +5819,7 @@ function create_fragment$17(ctx) {
|
|
5813
5819
|
this.h();
|
5814
5820
|
},
|
5815
5821
|
h() {
|
5816
|
-
attr(div, "class", "text-button-element svelte-
|
5822
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5817
5823
|
},
|
5818
5824
|
m(target, anchor) {
|
5819
5825
|
insert_hydration(target, div, anchor);
|
@@ -5905,7 +5911,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5905
5911
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5906
5912
|
|
5907
5913
|
function add_css$C(target) {
|
5908
|
-
append_styles(target, "svelte-
|
5914
|
+
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .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-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .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-t6tu0e{width:100%;height:100%}");
|
5909
5915
|
}
|
5910
5916
|
|
5911
5917
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5933,7 +5939,7 @@ function create_default_slot$4(ctx) {
|
|
5933
5939
|
this.h();
|
5934
5940
|
},
|
5935
5941
|
h() {
|
5936
|
-
attr(img, "class", "image svelte-
|
5942
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5937
5943
|
attr(img, "loading", "lazy");
|
5938
5944
|
attr(img, "width", "auto");
|
5939
5945
|
attr(img, "height", "auto");
|
@@ -6005,7 +6011,7 @@ function create_fragment$16(ctx) {
|
|
6005
6011
|
this.h();
|
6006
6012
|
},
|
6007
6013
|
h() {
|
6008
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6014
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
6009
6015
|
},
|
6010
6016
|
m(target, anchor) {
|
6011
6017
|
insert_hydration(target, div, anchor);
|
@@ -6024,7 +6030,7 @@ function create_fragment$16(ctx) {
|
|
6024
6030
|
|
6025
6031
|
button.$set(button_changes);
|
6026
6032
|
|
6027
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6033
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
6028
6034
|
attr(div, "class", div_class_value);
|
6029
6035
|
}
|
6030
6036
|
},
|
@@ -6096,7 +6102,7 @@ class ImageElement extends SvelteComponent {
|
|
6096
6102
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6097
6103
|
|
6098
6104
|
function add_css$B(target) {
|
6099
|
-
append_styles(target, "svelte-
|
6105
|
+
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
6100
6106
|
}
|
6101
6107
|
|
6102
6108
|
function create_fragment$15(ctx) {
|
@@ -6119,7 +6125,7 @@ function create_fragment$15(ctx) {
|
|
6119
6125
|
this.h();
|
6120
6126
|
},
|
6121
6127
|
h() {
|
6122
|
-
attr(div, "class", "list svelte-
|
6128
|
+
attr(div, "class", "list svelte-aquv6z");
|
6123
6129
|
attr(div, "style", /*style*/ ctx[0]);
|
6124
6130
|
},
|
6125
6131
|
m(target, anchor) {
|
@@ -6253,7 +6259,7 @@ class List extends SvelteComponent {
|
|
6253
6259
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6254
6260
|
|
6255
6261
|
function add_css$A(target) {
|
6256
|
-
append_styles(target, "svelte-
|
6262
|
+
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6257
6263
|
}
|
6258
6264
|
|
6259
6265
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6336,7 +6342,7 @@ function create_fragment$14(ctx) {
|
|
6336
6342
|
this.h();
|
6337
6343
|
},
|
6338
6344
|
h() {
|
6339
|
-
attr(div, "class", "list-item svelte-
|
6345
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6340
6346
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6341
6347
|
},
|
6342
6348
|
m(target, anchor) {
|
@@ -6462,7 +6468,7 @@ class ListItem extends SvelteComponent {
|
|
6462
6468
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6463
6469
|
|
6464
6470
|
function add_css$z(target) {
|
6465
|
-
append_styles(target, "svelte-
|
6471
|
+
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6466
6472
|
}
|
6467
6473
|
|
6468
6474
|
function create_fragment$13(ctx) {
|
@@ -6480,7 +6486,7 @@ function create_fragment$13(ctx) {
|
|
6480
6486
|
this.h();
|
6481
6487
|
},
|
6482
6488
|
h() {
|
6483
|
-
attr(div, "class", "embed svelte-
|
6489
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6484
6490
|
attr(div, "style", /*_style*/ ctx[1]);
|
6485
6491
|
},
|
6486
6492
|
m(target, anchor) {
|
@@ -6523,7 +6529,7 @@ class EmbedElement extends SvelteComponent {
|
|
6523
6529
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6524
6530
|
|
6525
6531
|
function add_css$y(target) {
|
6526
|
-
append_styles(target, "svelte-
|
6532
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{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-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6527
6533
|
}
|
6528
6534
|
|
6529
6535
|
function create_fragment$12(ctx) {
|
@@ -6546,7 +6552,7 @@ function create_fragment$12(ctx) {
|
|
6546
6552
|
},
|
6547
6553
|
h() {
|
6548
6554
|
attr(div0, "class", "karte-player");
|
6549
|
-
attr(div1, "class", "embed svelte-
|
6555
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6550
6556
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6551
6557
|
},
|
6552
6558
|
m(target, anchor) {
|
@@ -6888,7 +6894,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6888
6894
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6889
6895
|
|
6890
6896
|
function add_css$x(target) {
|
6891
|
-
append_styles(target, "svelte-
|
6897
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{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-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6892
6898
|
}
|
6893
6899
|
|
6894
6900
|
function create_fragment$11(ctx) {
|
@@ -6911,7 +6917,7 @@ function create_fragment$11(ctx) {
|
|
6911
6917
|
},
|
6912
6918
|
h() {
|
6913
6919
|
attr(div0, "class", "karte-player");
|
6914
|
-
attr(div1, "class", "embed svelte-
|
6920
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6915
6921
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6916
6922
|
},
|
6917
6923
|
m(target, anchor) {
|
@@ -7095,7 +7101,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7095
7101
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7096
7102
|
|
7097
7103
|
function add_css$w(target) {
|
7098
|
-
append_styles(target, "svelte-
|
7104
|
+
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{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-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7099
7105
|
}
|
7100
7106
|
|
7101
7107
|
function create_fragment$10(ctx) {
|
@@ -7125,12 +7131,12 @@ function create_fragment$10(ctx) {
|
|
7125
7131
|
this.h();
|
7126
7132
|
},
|
7127
7133
|
h() {
|
7128
|
-
attr(textarea, "class", "textarea svelte-
|
7134
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7129
7135
|
textarea.value = /*$value*/ ctx[4];
|
7130
7136
|
textarea.required = /*required*/ ctx[1];
|
7131
7137
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7132
7138
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7133
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7139
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7134
7140
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7135
7141
|
},
|
7136
7142
|
m(target, anchor) {
|
@@ -7282,7 +7288,7 @@ class FormTextarea extends SvelteComponent {
|
|
7282
7288
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7283
7289
|
|
7284
7290
|
function add_css$v(target) {
|
7285
|
-
append_styles(target, "svelte-
|
7291
|
+
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{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-17s08g: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-17s08g{margin-left:0.5em}");
|
7286
7292
|
}
|
7287
7293
|
|
7288
7294
|
function get_each_context$6(ctx, list, i) {
|
@@ -7339,14 +7345,14 @@ function create_each_block$6(ctx) {
|
|
7339
7345
|
},
|
7340
7346
|
h() {
|
7341
7347
|
attr(input, "type", "radio");
|
7342
|
-
attr(input, "class", "radio-button-input svelte-
|
7348
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7343
7349
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7344
7350
|
attr(input, "name", /*name*/ ctx[0]);
|
7345
7351
|
input.value = input_value_value = /*option*/ ctx[17];
|
7346
7352
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7347
|
-
attr(span, "class", "radio-button-text svelte-
|
7353
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7348
7354
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7349
|
-
attr(label, "class", "radio-button svelte-
|
7355
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7350
7356
|
},
|
7351
7357
|
m(target, anchor) {
|
7352
7358
|
insert_hydration(target, label, anchor);
|
@@ -7425,7 +7431,7 @@ function create_fragment$$(ctx) {
|
|
7425
7431
|
this.h();
|
7426
7432
|
},
|
7427
7433
|
h() {
|
7428
|
-
attr(div, "class", "radio-buttons svelte-
|
7434
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7429
7435
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7430
7436
|
},
|
7431
7437
|
m(target, anchor) {
|
@@ -7594,7 +7600,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7594
7600
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7595
7601
|
|
7596
7602
|
function add_css$u(target) {
|
7597
|
-
append_styles(target, "svelte-
|
7603
|
+
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{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-t9ynyj: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-t9ynyj{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}");
|
7598
7604
|
}
|
7599
7605
|
|
7600
7606
|
function get_each_context$5(ctx, list, i) {
|
@@ -7765,10 +7771,10 @@ function create_fragment$_(ctx) {
|
|
7765
7771
|
this.h();
|
7766
7772
|
},
|
7767
7773
|
h() {
|
7768
|
-
attr(select, "class", "select-select svelte-
|
7774
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7769
7775
|
attr(select, "style", /*style*/ ctx[3]);
|
7770
|
-
attr(div0, "class", "select-icon svelte-
|
7771
|
-
attr(div1, "class", "select svelte-
|
7776
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7777
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7772
7778
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7773
7779
|
},
|
7774
7780
|
m(target, anchor) {
|
@@ -7970,7 +7976,7 @@ class FormSelect extends SvelteComponent {
|
|
7970
7976
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7971
7977
|
|
7972
7978
|
function add_css$t(target) {
|
7973
|
-
append_styles(target, "svelte-
|
7979
|
+
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{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-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8: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-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7974
7980
|
}
|
7975
7981
|
|
7976
7982
|
function get_each_context$4(ctx, list, i) {
|
@@ -8032,19 +8038,19 @@ function create_each_block$4(ctx) {
|
|
8032
8038
|
this.h();
|
8033
8039
|
},
|
8034
8040
|
h() {
|
8035
|
-
attr(input, "class", "check-box-input svelte-
|
8041
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8036
8042
|
attr(input, "type", "checkbox");
|
8037
8043
|
attr(input, "name", /*name*/ ctx[0]);
|
8038
8044
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8039
|
-
attr(span0, "class", "check-box-icon svelte-
|
8045
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8040
8046
|
|
8041
8047
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8042
8048
|
? ' _checked'
|
8043
|
-
: ''}`) + " svelte-
|
8049
|
+
: ''}`) + " svelte-1p65cg8"));
|
8044
8050
|
|
8045
|
-
attr(span2, "class", "check-box-text svelte-
|
8051
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8046
8052
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8047
|
-
attr(label, "class", "check-box svelte-
|
8053
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8048
8054
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8049
8055
|
},
|
8050
8056
|
m(target, anchor) {
|
@@ -8076,7 +8082,7 @@ function create_each_block$4(ctx) {
|
|
8076
8082
|
|
8077
8083
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8078
8084
|
? ' _checked'
|
8079
|
-
: ''}`) + " svelte-
|
8085
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8080
8086
|
attr(span1, "class", span1_class_value);
|
8081
8087
|
}
|
8082
8088
|
|
@@ -8129,7 +8135,7 @@ function create_fragment$Z(ctx) {
|
|
8129
8135
|
this.h();
|
8130
8136
|
},
|
8131
8137
|
h() {
|
8132
|
-
attr(div, "class", "check-boxes svelte-
|
8138
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8133
8139
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8134
8140
|
},
|
8135
8141
|
m(target, anchor) {
|
@@ -8304,7 +8310,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8304
8310
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8305
8311
|
|
8306
8312
|
function add_css$s(target) {
|
8307
|
-
append_styles(target, "svelte-
|
8313
|
+
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{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}");
|
8308
8314
|
}
|
8309
8315
|
|
8310
8316
|
function get_each_context$3(ctx, list, i) {
|
@@ -8339,7 +8345,7 @@ function create_each_block$3(ctx) {
|
|
8339
8345
|
this.h();
|
8340
8346
|
},
|
8341
8347
|
h() {
|
8342
|
-
attr(button, "class", "rating-button svelte-
|
8348
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8343
8349
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8344
8350
|
},
|
8345
8351
|
m(target, anchor) {
|
@@ -8402,7 +8408,7 @@ function create_fragment$Y(ctx) {
|
|
8402
8408
|
this.h();
|
8403
8409
|
},
|
8404
8410
|
h() {
|
8405
|
-
attr(div, "class", "rating-buttons svelte-
|
8411
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8406
8412
|
},
|
8407
8413
|
m(target, anchor) {
|
8408
8414
|
insert_hydration(target, div, anchor);
|
@@ -8546,7 +8552,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8546
8552
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8547
8553
|
|
8548
8554
|
function add_css$r(target) {
|
8549
|
-
append_styles(target, "svelte-
|
8555
|
+
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8550
8556
|
}
|
8551
8557
|
|
8552
8558
|
function get_each_context$2(ctx, list, i) {
|
@@ -8582,9 +8588,9 @@ function create_each_block$2(ctx) {
|
|
8582
8588
|
},
|
8583
8589
|
h() {
|
8584
8590
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8585
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8591
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8586
8592
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8587
|
-
attr(button, "class", "rating-button svelte-
|
8593
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8588
8594
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8589
8595
|
},
|
8590
8596
|
m(target, anchor) {
|
@@ -8600,7 +8606,7 @@ function create_each_block$2(ctx) {
|
|
8600
8606
|
p(new_ctx, dirty) {
|
8601
8607
|
ctx = new_ctx;
|
8602
8608
|
|
8603
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8609
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"))) {
|
8604
8610
|
attr(img, "class", img_class_value);
|
8605
8611
|
}
|
8606
8612
|
|
@@ -8647,7 +8653,7 @@ function create_fragment$X(ctx) {
|
|
8647
8653
|
this.h();
|
8648
8654
|
},
|
8649
8655
|
h() {
|
8650
|
-
attr(div, "class", "rating-buttons svelte-
|
8656
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8651
8657
|
},
|
8652
8658
|
m(target, anchor) {
|
8653
8659
|
insert_hydration(target, div, anchor);
|
@@ -8755,7 +8761,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8755
8761
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8756
8762
|
|
8757
8763
|
function add_css$q(target) {
|
8758
|
-
append_styles(target, "svelte-
|
8764
|
+
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{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}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8759
8765
|
}
|
8760
8766
|
|
8761
8767
|
function create_fragment$W(ctx) {
|
@@ -8786,13 +8792,13 @@ function create_fragment$W(ctx) {
|
|
8786
8792
|
this.h();
|
8787
8793
|
},
|
8788
8794
|
h() {
|
8789
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8795
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8790
8796
|
attr(input, "type", "text");
|
8791
8797
|
input.value = /*$value*/ ctx[2];
|
8792
8798
|
input.required = /*required*/ ctx[0];
|
8793
8799
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8794
8800
|
attr(input, "style", /*style*/ ctx[5]);
|
8795
|
-
attr(div, "class", "input-wrapper svelte-
|
8801
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8796
8802
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8797
8803
|
},
|
8798
8804
|
m(target, anchor) {
|
@@ -8805,7 +8811,7 @@ function create_fragment$W(ctx) {
|
|
8805
8811
|
}
|
8806
8812
|
},
|
8807
8813
|
p(ctx, [dirty]) {
|
8808
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8814
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8809
8815
|
attr(input, "class", input_class_value);
|
8810
8816
|
}
|
8811
8817
|
|
@@ -8993,7 +8999,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8993
8999
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8994
9000
|
|
8995
9001
|
function add_css$p(target) {
|
8996
|
-
append_styles(target, "svelte-
|
9002
|
+
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{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-8zbmyo: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, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8997
9003
|
}
|
8998
9004
|
|
8999
9005
|
function create_fragment$V(ctx) {
|
@@ -9059,20 +9065,20 @@ function create_fragment$V(ctx) {
|
|
9059
9065
|
},
|
9060
9066
|
h() {
|
9061
9067
|
attr(input0, "type", "radio");
|
9062
|
-
attr(input0, "class", "radio-button-input svelte-
|
9068
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9063
9069
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9064
9070
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9065
|
-
attr(span0, "class", "radio-button-text svelte-
|
9071
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9066
9072
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9067
|
-
attr(label0, "class", "radio-button svelte-
|
9073
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9068
9074
|
attr(input1, "type", "radio");
|
9069
|
-
attr(input1, "class", "radio-button-input svelte-
|
9075
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9070
9076
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9071
9077
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9072
|
-
attr(span1, "class", "radio-button-text svelte-
|
9078
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9073
9079
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9074
|
-
attr(label1, "class", "radio-button svelte-
|
9075
|
-
attr(div, "class", "radio-buttons svelte-
|
9080
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9081
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9076
9082
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9077
9083
|
},
|
9078
9084
|
m(target, anchor) {
|
@@ -9240,7 +9246,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9240
9246
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9241
9247
|
|
9242
9248
|
function add_css$o(target) {
|
9243
|
-
append_styles(target, "svelte-
|
9249
|
+
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
9244
9250
|
}
|
9245
9251
|
|
9246
9252
|
function get_each_context$1(ctx, list, i) {
|
@@ -9286,9 +9292,9 @@ function create_if_block_1$1(ctx) {
|
|
9286
9292
|
attr(svg, "viewBox", "0 0 10 16");
|
9287
9293
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9288
9294
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9289
|
-
attr(button, "class", "move-button svelte-
|
9295
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9290
9296
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9291
|
-
attr(div, "class", "prev-button-container svelte-
|
9297
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9292
9298
|
},
|
9293
9299
|
m(target, anchor) {
|
9294
9300
|
insert_hydration(target, div, anchor);
|
@@ -9354,9 +9360,9 @@ function create_if_block$8(ctx) {
|
|
9354
9360
|
attr(svg, "viewBox", "0 0 10 16");
|
9355
9361
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9356
9362
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9357
|
-
attr(button, "class", "move-button svelte-
|
9363
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9358
9364
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9359
|
-
attr(div, "class", "next-button-container svelte-
|
9365
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9360
9366
|
},
|
9361
9367
|
m(target, anchor) {
|
9362
9368
|
insert_hydration(target, div, anchor);
|
@@ -9416,9 +9422,9 @@ function create_each_block$1(ctx) {
|
|
9416
9422
|
this.h();
|
9417
9423
|
},
|
9418
9424
|
h() {
|
9419
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9425
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9420
9426
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9421
|
-
attr(button, "class", "navigation-item svelte-
|
9427
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9422
9428
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9423
9429
|
},
|
9424
9430
|
m(target, anchor) {
|
@@ -9524,14 +9530,14 @@ function create_fragment$U(ctx) {
|
|
9524
9530
|
this.h();
|
9525
9531
|
},
|
9526
9532
|
h() {
|
9527
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9533
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9528
9534
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9529
|
-
attr(div1, "class", "container svelte-
|
9535
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9530
9536
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9531
|
-
attr(div2, "class", "navigation svelte-
|
9537
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9532
9538
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9533
9539
|
set_attributes(div3, div3_data);
|
9534
|
-
toggle_class(div3, "svelte-
|
9540
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9535
9541
|
},
|
9536
9542
|
m(target, anchor) {
|
9537
9543
|
insert_hydration(target, div3, anchor);
|
@@ -9573,7 +9579,7 @@ function create_fragment$U(ctx) {
|
|
9573
9579
|
}
|
9574
9580
|
}
|
9575
9581
|
|
9576
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9582
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9577
9583
|
attr(div0, "class", div0_class_value);
|
9578
9584
|
}
|
9579
9585
|
|
@@ -9639,7 +9645,7 @@ function create_fragment$U(ctx) {
|
|
9639
9645
|
}
|
9640
9646
|
|
9641
9647
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9642
|
-
toggle_class(div3, "svelte-
|
9648
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9643
9649
|
},
|
9644
9650
|
i(local) {
|
9645
9651
|
if (current) return;
|
@@ -10151,7 +10157,7 @@ class Slide extends SvelteComponent {
|
|
10151
10157
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10152
10158
|
|
10153
10159
|
function add_css$n(target) {
|
10154
|
-
append_styles(target, "svelte-
|
10160
|
+
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
10155
10161
|
}
|
10156
10162
|
|
10157
10163
|
function create_fragment$T(ctx) {
|
@@ -10179,9 +10185,9 @@ function create_fragment$T(ctx) {
|
|
10179
10185
|
this.h();
|
10180
10186
|
},
|
10181
10187
|
h() {
|
10182
|
-
attr(div0, "class", "item-inner svelte-
|
10188
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10183
10189
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10184
|
-
attr(div1, "class", "item svelte-
|
10190
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10185
10191
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10186
10192
|
},
|
10187
10193
|
m(target, anchor) {
|
@@ -10307,7 +10313,7 @@ class SlideItem extends SvelteComponent {
|
|
10307
10313
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10308
10314
|
|
10309
10315
|
function add_css$m(target) {
|
10310
|
-
append_styles(target, "svelte-
|
10316
|
+
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10311
10317
|
}
|
10312
10318
|
|
10313
10319
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -10338,9 +10344,9 @@ function create_fragment$S(ctx) {
|
|
10338
10344
|
this.h();
|
10339
10345
|
},
|
10340
10346
|
h() {
|
10341
|
-
attr(div0, "class", "countdown-inner svelte-
|
10347
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10342
10348
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10343
|
-
attr(div1, "class", "countdown svelte-
|
10349
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10344
10350
|
},
|
10345
10351
|
m(target, anchor) {
|
10346
10352
|
insert_hydration(target, div1, anchor);
|
@@ -10470,7 +10476,7 @@ class Countdown extends SvelteComponent {
|
|
10470
10476
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10471
10477
|
|
10472
10478
|
function add_css$l(target) {
|
10473
|
-
append_styles(target, "svelte-
|
10479
|
+
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10474
10480
|
}
|
10475
10481
|
|
10476
10482
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10553,7 +10559,7 @@ function create_fragment$R(ctx) {
|
|
10553
10559
|
this.h();
|
10554
10560
|
},
|
10555
10561
|
h() {
|
10556
|
-
attr(div, "class", "box svelte-
|
10562
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10557
10563
|
},
|
10558
10564
|
m(target, anchor) {
|
10559
10565
|
insert_hydration(target, div, anchor);
|
@@ -10614,7 +10620,7 @@ class Box extends SvelteComponent {
|
|
10614
10620
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10615
10621
|
|
10616
10622
|
function add_css$k(target) {
|
10617
|
-
append_styles(target, "svelte-
|
10623
|
+
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .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-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10618
10624
|
}
|
10619
10625
|
|
10620
10626
|
// (56:4) {#if svg}
|
@@ -10718,7 +10724,7 @@ function create_fragment$Q(ctx) {
|
|
10718
10724
|
this.h();
|
10719
10725
|
},
|
10720
10726
|
h() {
|
10721
|
-
attr(div, "class", "icon svelte-
|
10727
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10722
10728
|
},
|
10723
10729
|
m(target, anchor) {
|
10724
10730
|
insert_hydration(target, div, anchor);
|
@@ -10827,7 +10833,7 @@ class IconElement extends SvelteComponent {
|
|
10827
10833
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10828
10834
|
|
10829
10835
|
function add_css$j(target) {
|
10830
|
-
append_styles(target, "svelte-
|
10836
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10831
10837
|
}
|
10832
10838
|
|
10833
10839
|
function create_fragment$P(ctx) {
|
@@ -10863,7 +10869,7 @@ function create_fragment$P(ctx) {
|
|
10863
10869
|
this.h();
|
10864
10870
|
},
|
10865
10871
|
h() {
|
10866
|
-
attr(div, "class", "codeElement svelte-
|
10872
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10867
10873
|
attr(div, "style", /*style*/ ctx[3]);
|
10868
10874
|
},
|
10869
10875
|
m(target, anchor) {
|
@@ -10952,7 +10958,7 @@ class CodeElement extends SvelteComponent {
|
|
10952
10958
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10953
10959
|
|
10954
10960
|
function add_css$i(target) {
|
10955
|
-
append_styles(target, "svelte-
|
10961
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10956
10962
|
}
|
10957
10963
|
|
10958
10964
|
function create_fragment$O(ctx) {
|
@@ -10976,7 +10982,7 @@ function create_fragment$O(ctx) {
|
|
10976
10982
|
this.h();
|
10977
10983
|
},
|
10978
10984
|
h() {
|
10979
|
-
attr(div, "class", "flex svelte-
|
10985
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10980
10986
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10981
10987
|
},
|
10982
10988
|
m(target, anchor) {
|
@@ -11073,7 +11079,7 @@ class Flex extends SvelteComponent {
|
|
11073
11079
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11074
11080
|
|
11075
11081
|
function add_css$h(target) {
|
11076
|
-
append_styles(target, "svelte-
|
11082
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11077
11083
|
}
|
11078
11084
|
|
11079
11085
|
function create_fragment$N(ctx) {
|
@@ -11096,7 +11102,7 @@ function create_fragment$N(ctx) {
|
|
11096
11102
|
this.h();
|
11097
11103
|
},
|
11098
11104
|
h() {
|
11099
|
-
attr(div, "class", "flex-item svelte-
|
11105
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11100
11106
|
attr(div, "style", /*style*/ ctx[0]);
|
11101
11107
|
},
|
11102
11108
|
m(target, anchor) {
|
@@ -11516,7 +11522,7 @@ class GridModalState extends SvelteComponent {
|
|
11516
11522
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11517
11523
|
|
11518
11524
|
function add_css$g(target) {
|
11519
|
-
append_styles(target, "svelte-
|
11525
|
+
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
11520
11526
|
}
|
11521
11527
|
|
11522
11528
|
function create_fragment$L(ctx) {
|
@@ -11545,8 +11551,8 @@ function create_fragment$L(ctx) {
|
|
11545
11551
|
this.h();
|
11546
11552
|
},
|
11547
11553
|
h() {
|
11548
|
-
attr(div0, "class", "text-block-inner svelte-
|
11549
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11554
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
11555
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
11550
11556
|
attr(div1, "style", /*style*/ ctx[2]);
|
11551
11557
|
},
|
11552
11558
|
m(target, anchor) {
|
@@ -11560,7 +11566,7 @@ function create_fragment$L(ctx) {
|
|
11560
11566
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11561
11567
|
rendertext.$set(rendertext_changes);
|
11562
11568
|
|
11563
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11569
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
11564
11570
|
attr(div1, "class", div1_class_value);
|
11565
11571
|
}
|
11566
11572
|
|
@@ -11638,7 +11644,7 @@ class TextBlock extends SvelteComponent {
|
|
11638
11644
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11639
11645
|
|
11640
11646
|
function add_css$f(target) {
|
11641
|
-
append_styles(target, "svelte-
|
11647
|
+
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{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-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11642
11648
|
}
|
11643
11649
|
|
11644
11650
|
function create_fragment$K(ctx) {
|
@@ -11668,9 +11674,9 @@ function create_fragment$K(ctx) {
|
|
11668
11674
|
this.h();
|
11669
11675
|
},
|
11670
11676
|
h() {
|
11671
|
-
attr(button, "class", "text-button svelte-
|
11677
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11672
11678
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11673
|
-
attr(div, "class", "text-button-block svelte-
|
11679
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11674
11680
|
attr(div, "style", /*_style*/ ctx[2]);
|
11675
11681
|
},
|
11676
11682
|
m(target, anchor) {
|
@@ -11776,7 +11782,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11776
11782
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11777
11783
|
|
11778
11784
|
function add_css$e(target) {
|
11779
|
-
append_styles(target, "svelte-
|
11785
|
+
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{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-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11780
11786
|
}
|
11781
11787
|
|
11782
11788
|
function create_fragment$J(ctx) {
|
@@ -11812,14 +11818,14 @@ function create_fragment$J(ctx) {
|
|
11812
11818
|
this.h();
|
11813
11819
|
},
|
11814
11820
|
h() {
|
11815
|
-
attr(img, "class", "image svelte-
|
11821
|
+
attr(img, "class", "image svelte-1pdw891");
|
11816
11822
|
attr(img, "loading", "lazy");
|
11817
11823
|
attr(img, "width", "auto");
|
11818
11824
|
attr(img, "height", "auto");
|
11819
11825
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11820
11826
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11821
11827
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11822
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11828
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11823
11829
|
attr(div, "style", /*_style*/ ctx[5]);
|
11824
11830
|
},
|
11825
11831
|
m(target, anchor) {
|
@@ -11844,7 +11850,7 @@ function create_fragment$J(ctx) {
|
|
11844
11850
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11845
11851
|
}
|
11846
11852
|
|
11847
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11853
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11848
11854
|
attr(div, "class", div_class_value);
|
11849
11855
|
}
|
11850
11856
|
|
@@ -12103,7 +12109,7 @@ const useInjectCustomizeCss = (props) => {
|
|
12103
12109
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12104
12110
|
|
12105
12111
|
function add_css$d(target) {
|
12106
|
-
append_styles(target, "svelte-
|
12112
|
+
append_styles(target, "svelte-1vk223g", ".avatar.svelte-1vk223g{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}");
|
12107
12113
|
}
|
12108
12114
|
|
12109
12115
|
// (35:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -12155,7 +12161,7 @@ function create_dynamic_element$8(ctx) {
|
|
12155
12161
|
},
|
12156
12162
|
h() {
|
12157
12163
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
12158
|
-
attr(img, "class", "avatar-image svelte-
|
12164
|
+
attr(img, "class", "avatar-image svelte-1vk223g");
|
12159
12165
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
12160
12166
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
12161
12167
|
|
@@ -12165,7 +12171,7 @@ function create_dynamic_element$8(ctx) {
|
|
12165
12171
|
set_attributes(svelte_element, svelte_element_data);
|
12166
12172
|
}
|
12167
12173
|
|
12168
|
-
toggle_class(svelte_element, "svelte-
|
12174
|
+
toggle_class(svelte_element, "svelte-1vk223g", true);
|
12169
12175
|
},
|
12170
12176
|
m(target, anchor) {
|
12171
12177
|
insert_hydration(target, svelte_element, anchor);
|
@@ -12202,7 +12208,7 @@ function create_dynamic_element$8(ctx) {
|
|
12202
12208
|
set_attributes(svelte_element, svelte_element_data);
|
12203
12209
|
}
|
12204
12210
|
|
12205
|
-
toggle_class(svelte_element, "svelte-
|
12211
|
+
toggle_class(svelte_element, "svelte-1vk223g", true);
|
12206
12212
|
},
|
12207
12213
|
d(detaching) {
|
12208
12214
|
if (detaching) detach(svelte_element);
|
@@ -14368,7 +14374,7 @@ const ICON_VARIANTS = {
|
|
14368
14374
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
14369
14375
|
|
14370
14376
|
function add_css$c(target) {
|
14371
|
-
append_styles(target, "svelte-
|
14377
|
+
append_styles(target, "svelte-19rssou", ".icon.svelte-19rssou{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
|
14372
14378
|
}
|
14373
14379
|
|
14374
14380
|
// (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -14430,7 +14436,7 @@ function create_dynamic_element$7(ctx) {
|
|
14430
14436
|
set_attributes(svelte_element, svelte_element_data);
|
14431
14437
|
}
|
14432
14438
|
|
14433
|
-
toggle_class(svelte_element, "svelte-
|
14439
|
+
toggle_class(svelte_element, "svelte-19rssou", true);
|
14434
14440
|
},
|
14435
14441
|
m(target, anchor) {
|
14436
14442
|
insert_hydration(target, svelte_element, anchor);
|
@@ -14483,7 +14489,7 @@ function create_dynamic_element$7(ctx) {
|
|
14483
14489
|
set_attributes(svelte_element, svelte_element_data);
|
14484
14490
|
}
|
14485
14491
|
|
14486
|
-
toggle_class(svelte_element, "svelte-
|
14492
|
+
toggle_class(svelte_element, "svelte-19rssou", true);
|
14487
14493
|
},
|
14488
14494
|
i(local) {
|
14489
14495
|
if (current) return;
|
@@ -14764,7 +14770,7 @@ function darkenColor(color, percent) {
|
|
14764
14770
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
14765
14771
|
|
14766
14772
|
function add_css$b(target) {
|
14767
|
-
append_styles(target, "svelte-
|
14773
|
+
append_styles(target, "svelte-1ix4ul", ".button.svelte-1ix4ul{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button.svelte-1ix4ul:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-1ix4ul{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
14768
14774
|
}
|
14769
14775
|
|
14770
14776
|
// (49:2) {#if props.isIcon && props.iconVariant}
|
@@ -14798,7 +14804,7 @@ function create_if_block$6(ctx) {
|
|
14798
14804
|
this.h();
|
14799
14805
|
},
|
14800
14806
|
h() {
|
14801
|
-
attr(div, "class", "button-icon svelte-
|
14807
|
+
attr(div, "class", "button-icon svelte-1ix4ul");
|
14802
14808
|
},
|
14803
14809
|
m(target, anchor) {
|
14804
14810
|
insert_hydration(target, div, anchor);
|
@@ -14885,7 +14891,7 @@ function create_dynamic_element$6(ctx) {
|
|
14885
14891
|
this.h();
|
14886
14892
|
},
|
14887
14893
|
h() {
|
14888
|
-
attr(span, "class", "button-label svelte-
|
14894
|
+
attr(span, "class", "button-label svelte-1ix4ul");
|
14889
14895
|
|
14890
14896
|
if ((/-/).test(/*element*/ ctx[4])) {
|
14891
14897
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -14893,7 +14899,7 @@ function create_dynamic_element$6(ctx) {
|
|
14893
14899
|
set_attributes(svelte_element, svelte_element_data);
|
14894
14900
|
}
|
14895
14901
|
|
14896
|
-
toggle_class(svelte_element, "svelte-
|
14902
|
+
toggle_class(svelte_element, "svelte-1ix4ul", true);
|
14897
14903
|
},
|
14898
14904
|
m(target, anchor) {
|
14899
14905
|
insert_hydration(target, svelte_element, anchor);
|
@@ -14947,7 +14953,7 @@ function create_dynamic_element$6(ctx) {
|
|
14947
14953
|
set_attributes(svelte_element, svelte_element_data);
|
14948
14954
|
}
|
14949
14955
|
|
14950
|
-
toggle_class(svelte_element, "svelte-
|
14956
|
+
toggle_class(svelte_element, "svelte-1ix4ul", true);
|
14951
14957
|
},
|
14952
14958
|
i(local) {
|
14953
14959
|
if (current) return;
|
@@ -15182,7 +15188,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
15182
15188
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
15183
15189
|
|
15184
15190
|
function add_css$a(target) {
|
15185
|
-
append_styles(target, "svelte-
|
15191
|
+
append_styles(target, "svelte-38fju1", ".button-outlined.svelte-38fju1{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-38fju1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-38fju1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
15186
15192
|
}
|
15187
15193
|
|
15188
15194
|
// (50:2) {#if props.isIcon && props.iconVariant}
|
@@ -15216,7 +15222,7 @@ function create_if_block$5(ctx) {
|
|
15216
15222
|
this.h();
|
15217
15223
|
},
|
15218
15224
|
h() {
|
15219
|
-
attr(div, "class", "button-outlined-icon svelte-
|
15225
|
+
attr(div, "class", "button-outlined-icon svelte-38fju1");
|
15220
15226
|
},
|
15221
15227
|
m(target, anchor) {
|
15222
15228
|
insert_hydration(target, div, anchor);
|
@@ -15303,7 +15309,7 @@ function create_dynamic_element$5(ctx) {
|
|
15303
15309
|
this.h();
|
15304
15310
|
},
|
15305
15311
|
h() {
|
15306
|
-
attr(span, "class", "button-outlined-label svelte-
|
15312
|
+
attr(span, "class", "button-outlined-label svelte-38fju1");
|
15307
15313
|
|
15308
15314
|
if ((/-/).test(/*element*/ ctx[4])) {
|
15309
15315
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15311,7 +15317,7 @@ function create_dynamic_element$5(ctx) {
|
|
15311
15317
|
set_attributes(svelte_element, svelte_element_data);
|
15312
15318
|
}
|
15313
15319
|
|
15314
|
-
toggle_class(svelte_element, "svelte-
|
15320
|
+
toggle_class(svelte_element, "svelte-38fju1", true);
|
15315
15321
|
},
|
15316
15322
|
m(target, anchor) {
|
15317
15323
|
insert_hydration(target, svelte_element, anchor);
|
@@ -15365,7 +15371,7 @@ function create_dynamic_element$5(ctx) {
|
|
15365
15371
|
set_attributes(svelte_element, svelte_element_data);
|
15366
15372
|
}
|
15367
15373
|
|
15368
|
-
toggle_class(svelte_element, "svelte-
|
15374
|
+
toggle_class(svelte_element, "svelte-38fju1", true);
|
15369
15375
|
},
|
15370
15376
|
i(local) {
|
15371
15377
|
if (current) return;
|
@@ -15558,7 +15564,7 @@ const BUTTON_TEXT_THEME_STYLES = {
|
|
15558
15564
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
15559
15565
|
|
15560
15566
|
function add_css$9(target) {
|
15561
|
-
append_styles(target, "svelte-
|
15567
|
+
append_styles(target, "svelte-1xgvp8r", ".button-text.svelte-1xgvp8r{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-1xgvp8r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-1xgvp8r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
15562
15568
|
}
|
15563
15569
|
|
15564
15570
|
// (46:2) {#if props.isIcon && props.iconVariant}
|
@@ -15592,7 +15598,7 @@ function create_if_block$4(ctx) {
|
|
15592
15598
|
this.h();
|
15593
15599
|
},
|
15594
15600
|
h() {
|
15595
|
-
attr(div, "class", "button-text-icon svelte-
|
15601
|
+
attr(div, "class", "button-text-icon svelte-1xgvp8r");
|
15596
15602
|
},
|
15597
15603
|
m(target, anchor) {
|
15598
15604
|
insert_hydration(target, div, anchor);
|
@@ -15679,7 +15685,7 @@ function create_dynamic_element$4(ctx) {
|
|
15679
15685
|
this.h();
|
15680
15686
|
},
|
15681
15687
|
h() {
|
15682
|
-
attr(span, "class", "button-text-label svelte-
|
15688
|
+
attr(span, "class", "button-text-label svelte-1xgvp8r");
|
15683
15689
|
|
15684
15690
|
if ((/-/).test(/*element*/ ctx[4])) {
|
15685
15691
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15687,7 +15693,7 @@ function create_dynamic_element$4(ctx) {
|
|
15687
15693
|
set_attributes(svelte_element, svelte_element_data);
|
15688
15694
|
}
|
15689
15695
|
|
15690
|
-
toggle_class(svelte_element, "svelte-
|
15696
|
+
toggle_class(svelte_element, "svelte-1xgvp8r", true);
|
15691
15697
|
},
|
15692
15698
|
m(target, anchor) {
|
15693
15699
|
insert_hydration(target, svelte_element, anchor);
|
@@ -15741,7 +15747,7 @@ function create_dynamic_element$4(ctx) {
|
|
15741
15747
|
set_attributes(svelte_element, svelte_element_data);
|
15742
15748
|
}
|
15743
15749
|
|
15744
|
-
toggle_class(svelte_element, "svelte-
|
15750
|
+
toggle_class(svelte_element, "svelte-1xgvp8r", true);
|
15745
15751
|
},
|
15746
15752
|
i(local) {
|
15747
15753
|
if (current) return;
|
@@ -15907,7 +15913,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
15907
15913
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15908
15914
|
|
15909
15915
|
function add_css$8(target) {
|
15910
|
-
append_styles(target, "svelte-
|
15916
|
+
append_styles(target, "svelte-3mvsv6", ".close-button.svelte-3mvsv6.svelte-3mvsv6{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-3mvsv6 svg.svelte-3mvsv6{transition:transform 0.12s}.close-button.svelte-3mvsv6:hover svg.svelte-3mvsv6{transform:rotate(90deg)}.close-button-order-one.svelte-3mvsv6.svelte-3mvsv6{order:1}.close-button-order-two.svelte-3mvsv6.svelte-3mvsv6{order:2}");
|
15911
15917
|
}
|
15912
15918
|
|
15913
15919
|
// (91:2) {#if hasLabel}
|
@@ -15933,7 +15939,7 @@ function create_if_block$3(ctx) {
|
|
15933
15939
|
|
15934
15940
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
|
15935
15941
|
? 'close-button-order-one'
|
15936
|
-
: '') + " svelte-
|
15942
|
+
: '') + " svelte-3mvsv6");
|
15937
15943
|
},
|
15938
15944
|
m(target, anchor) {
|
15939
15945
|
insert_hydration(target, span, anchor);
|
@@ -16025,7 +16031,7 @@ function create_dynamic_element$3(ctx) {
|
|
16025
16031
|
set_style(svg, "width", "100%");
|
16026
16032
|
set_style(svg, "height", "100%");
|
16027
16033
|
attr(svg, "fill", /*color*/ ctx[8]);
|
16028
|
-
attr(svg, "class", "svelte-
|
16034
|
+
attr(svg, "class", "svelte-3mvsv6");
|
16029
16035
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
16030
16036
|
|
16031
16037
|
if ((/-/).test(/*element*/ ctx[6])) {
|
@@ -16034,7 +16040,7 @@ function create_dynamic_element$3(ctx) {
|
|
16034
16040
|
set_attributes(svelte_element, svelte_element_data);
|
16035
16041
|
}
|
16036
16042
|
|
16037
|
-
toggle_class(svelte_element, "svelte-
|
16043
|
+
toggle_class(svelte_element, "svelte-3mvsv6", true);
|
16038
16044
|
},
|
16039
16045
|
m(target, anchor) {
|
16040
16046
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16080,7 +16086,7 @@ function create_dynamic_element$3(ctx) {
|
|
16080
16086
|
set_attributes(svelte_element, svelte_element_data);
|
16081
16087
|
}
|
16082
16088
|
|
16083
|
-
toggle_class(svelte_element, "svelte-
|
16089
|
+
toggle_class(svelte_element, "svelte-3mvsv6", true);
|
16084
16090
|
},
|
16085
16091
|
d(detaching) {
|
16086
16092
|
if (detaching) detach(svelte_element);
|
@@ -16284,7 +16290,7 @@ const ICON_SIZE_STYLES = {
|
|
16284
16290
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
16285
16291
|
|
16286
16292
|
function add_css$7(target) {
|
16287
|
-
append_styles(target, "svelte-
|
16293
|
+
append_styles(target, "svelte-10a9nyt", ".image.svelte-10a9nyt{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-object.svelte-10a9nyt{width:100%;overflow:hidden}.image-img.svelte-10a9nyt{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
16288
16294
|
}
|
16289
16295
|
|
16290
16296
|
// (19:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -16335,9 +16341,9 @@ function create_dynamic_element$2(ctx) {
|
|
16335
16341
|
h() {
|
16336
16342
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
16337
16343
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
16338
|
-
attr(img, "class", "image-img svelte-
|
16344
|
+
attr(img, "class", "image-img svelte-10a9nyt");
|
16339
16345
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
16340
|
-
attr(object, "class", "image-object svelte-
|
16346
|
+
attr(object, "class", "image-object svelte-10a9nyt");
|
16341
16347
|
|
16342
16348
|
if ((/-/).test(/*element*/ ctx[5])) {
|
16343
16349
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -16345,7 +16351,7 @@ function create_dynamic_element$2(ctx) {
|
|
16345
16351
|
set_attributes(svelte_element, svelte_element_data);
|
16346
16352
|
}
|
16347
16353
|
|
16348
|
-
toggle_class(svelte_element, "svelte-
|
16354
|
+
toggle_class(svelte_element, "svelte-10a9nyt", true);
|
16349
16355
|
},
|
16350
16356
|
m(target, anchor) {
|
16351
16357
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16383,7 +16389,7 @@ function create_dynamic_element$2(ctx) {
|
|
16383
16389
|
set_attributes(svelte_element, svelte_element_data);
|
16384
16390
|
}
|
16385
16391
|
|
16386
|
-
toggle_class(svelte_element, "svelte-
|
16392
|
+
toggle_class(svelte_element, "svelte-10a9nyt", true);
|
16387
16393
|
},
|
16388
16394
|
d(detaching) {
|
16389
16395
|
if (detaching) detach(svelte_element);
|
@@ -16481,7 +16487,7 @@ class Image extends SvelteComponent {
|
|
16481
16487
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
16482
16488
|
|
16483
16489
|
function add_css$6(target) {
|
16484
|
-
append_styles(target, "svelte-
|
16490
|
+
append_styles(target, "svelte-139vx15", ".layout.svelte-139vx15{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-139vx15{cursor:pointer}.layout[data-clickable=true].svelte-139vx15:hover{opacity:0.8}");
|
16485
16491
|
}
|
16486
16492
|
|
16487
16493
|
// (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -16531,7 +16537,7 @@ function create_dynamic_element$1(ctx) {
|
|
16531
16537
|
set_attributes(svelte_element, svelte_element_data);
|
16532
16538
|
}
|
16533
16539
|
|
16534
|
-
toggle_class(svelte_element, "svelte-
|
16540
|
+
toggle_class(svelte_element, "svelte-139vx15", true);
|
16535
16541
|
},
|
16536
16542
|
m(target, anchor) {
|
16537
16543
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16576,7 +16582,7 @@ function create_dynamic_element$1(ctx) {
|
|
16576
16582
|
set_attributes(svelte_element, svelte_element_data);
|
16577
16583
|
}
|
16578
16584
|
|
16579
|
-
toggle_class(svelte_element, "svelte-
|
16585
|
+
toggle_class(svelte_element, "svelte-139vx15", true);
|
16580
16586
|
},
|
16581
16587
|
i(local) {
|
16582
16588
|
if (current) return;
|
@@ -16704,7 +16710,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16704
16710
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16705
16711
|
|
16706
16712
|
function add_css$5(target) {
|
16707
|
-
append_styles(target, "svelte-
|
16713
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
16708
16714
|
}
|
16709
16715
|
|
16710
16716
|
function get_each_context(ctx, list, i) {
|
@@ -16714,7 +16720,7 @@ function get_each_context(ctx, list, i) {
|
|
16714
16720
|
return child_ctx;
|
16715
16721
|
}
|
16716
16722
|
|
16717
|
-
// (
|
16723
|
+
// (148:4) {#each indicators ?? [] as indicator, i}
|
16718
16724
|
function create_each_block(ctx) {
|
16719
16725
|
let button;
|
16720
16726
|
let i_1;
|
@@ -16839,7 +16845,7 @@ function create_fragment$5(ctx) {
|
|
16839
16845
|
this.h();
|
16840
16846
|
},
|
16841
16847
|
h() {
|
16842
|
-
attr(div0, "class", "container svelte-
|
16848
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
16843
16849
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16844
16850
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16845
16851
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -17111,7 +17117,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
17111
17117
|
}
|
17112
17118
|
};
|
17113
17119
|
|
17114
|
-
$$invalidate(6, style = objToStyle({ overflow: '
|
17120
|
+
$$invalidate(6, style = objToStyle({ overflow: 'hidden', width: '100%' }));
|
17115
17121
|
|
17116
17122
|
$$invalidate(4, indicatorListStyle = objToStyle({
|
17117
17123
|
display: 'flex',
|
@@ -17245,7 +17251,7 @@ const TEXT_VARIANTS = {
|
|
17245
17251
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
17246
17252
|
|
17247
17253
|
function add_css$4(target) {
|
17248
|
-
append_styles(target, "svelte-
|
17254
|
+
append_styles(target, "svelte-vifn7y", ".text.svelte-vifn7y{margin:0;word-break:break-all;text-decoration:none}");
|
17249
17255
|
}
|
17250
17256
|
|
17251
17257
|
function create_fragment$4(ctx) {
|
@@ -17268,7 +17274,7 @@ function create_fragment$4(ctx) {
|
|
17268
17274
|
this.h();
|
17269
17275
|
},
|
17270
17276
|
h() {
|
17271
|
-
attr(p, "class", "text svelte-
|
17277
|
+
attr(p, "class", "text svelte-vifn7y");
|
17272
17278
|
attr(p, "style", /*style*/ ctx[1]);
|
17273
17279
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
17274
17280
|
},
|
@@ -17439,7 +17445,7 @@ const TEXT_LINK_THEME_STYLES = {
|
|
17439
17445
|
/* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
|
17440
17446
|
|
17441
17447
|
function add_css$3(target) {
|
17442
|
-
append_styles(target, "svelte-
|
17448
|
+
append_styles(target, "svelte-1y4hh01", ".link.svelte-1y4hh01{-webkit-appearance:none;border:0;background:none;padding:0}.link.svelte-1y4hh01,.link.svelte-1y4hh01:visited,.link.svelte-1y4hh01:link{color:var(--color)}.link.svelte-1y4hh01:hover{color:var(--hover-color)}.link.svelte-1y4hh01:active{color:var(--active-color)}.link.underline-hover-on.svelte-1y4hh01{text-decoration:none}.link.underline-hover-on.svelte-1y4hh01:hover{text-decoration:underline}.link.underline-hover-off.svelte-1y4hh01{text-decoration:underline}.link.underline-hover-off.svelte-1y4hh01:hover{text-decoration:none}.link.underline-on.svelte-1y4hh01{text-decoration:underline}.link.underline-off.svelte-1y4hh01{text-decoration:none}");
|
17443
17449
|
}
|
17444
17450
|
|
17445
17451
|
// (69:2) {#if props.isIcon && props.iconVariant}
|
@@ -17553,7 +17559,7 @@ function create_dynamic_element(ctx) {
|
|
17553
17559
|
set_attributes(svelte_element, svelte_element_data);
|
17554
17560
|
}
|
17555
17561
|
|
17556
|
-
toggle_class(svelte_element, "svelte-
|
17562
|
+
toggle_class(svelte_element, "svelte-1y4hh01", true);
|
17557
17563
|
},
|
17558
17564
|
m(target, anchor) {
|
17559
17565
|
insert_hydration(target, svelte_element, anchor);
|
@@ -17606,7 +17612,7 @@ function create_dynamic_element(ctx) {
|
|
17606
17612
|
set_attributes(svelte_element, svelte_element_data);
|
17607
17613
|
}
|
17608
17614
|
|
17609
|
-
toggle_class(svelte_element, "svelte-
|
17615
|
+
toggle_class(svelte_element, "svelte-1y4hh01", true);
|
17610
17616
|
},
|
17611
17617
|
i(local) {
|
17612
17618
|
if (current) return;
|
@@ -17780,7 +17786,7 @@ const TEXT_LINK_UNDERLINE = {
|
|
17780
17786
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
17781
17787
|
|
17782
17788
|
function add_css$2(target) {
|
17783
|
-
append_styles(target, "svelte-
|
17789
|
+
append_styles(target, "svelte-18nkdjz", ".v2-background.svelte-18nkdjz{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
17784
17790
|
}
|
17785
17791
|
|
17786
17792
|
// (14:0) {#if backgroundOverlay}
|
@@ -17801,7 +17807,7 @@ function create_if_block$1(ctx) {
|
|
17801
17807
|
this.h();
|
17802
17808
|
},
|
17803
17809
|
h() {
|
17804
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17810
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
17805
17811
|
},
|
17806
17812
|
m(target, anchor) {
|
17807
17813
|
insert_hydration(target, div, anchor);
|
@@ -17812,7 +17818,7 @@ function create_if_block$1(ctx) {
|
|
17812
17818
|
}
|
17813
17819
|
},
|
17814
17820
|
p(ctx, dirty) {
|
17815
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17821
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
17816
17822
|
attr(div, "class", div_class_value);
|
17817
17823
|
}
|
17818
17824
|
},
|
@@ -17888,7 +17894,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
17888
17894
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
17889
17895
|
|
17890
17896
|
function add_css$1(target) {
|
17891
|
-
append_styles(target, "svelte-
|
17897
|
+
append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{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);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-45ue06{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);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
17892
17898
|
}
|
17893
17899
|
|
17894
17900
|
// (220:0) {:else}
|
@@ -18055,7 +18061,7 @@ function create_if_block(ctx) {
|
|
18055
18061
|
this.h();
|
18056
18062
|
},
|
18057
18063
|
h() {
|
18058
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
18064
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
18059
18065
|
attr(div, "role", "dialog");
|
18060
18066
|
attr(div, "aria-modal", "true");
|
18061
18067
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
@@ -18089,7 +18095,7 @@ function create_if_block(ctx) {
|
|
18089
18095
|
}
|
18090
18096
|
}
|
18091
18097
|
|
18092
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
18098
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
18093
18099
|
attr(div, "class", div_class_value);
|
18094
18100
|
}
|
18095
18101
|
|
@@ -18529,7 +18535,7 @@ class Modal extends SvelteComponent {
|
|
18529
18535
|
/* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
|
18530
18536
|
|
18531
18537
|
function add_css(target) {
|
18532
|
-
append_styles(target, "svelte-
|
18538
|
+
append_styles(target, "svelte-igivoz", ".code.svelte-igivoz{flex-grow:1;flex-shrink:0;align-self:stretch}");
|
18533
18539
|
}
|
18534
18540
|
|
18535
18541
|
function create_fragment(ctx) {
|
@@ -18548,7 +18554,7 @@ function create_fragment(ctx) {
|
|
18548
18554
|
this.h();
|
18549
18555
|
},
|
18550
18556
|
h() {
|
18551
|
-
attr(div, "class", "code svelte-
|
18557
|
+
attr(div, "class", "code svelte-igivoz");
|
18552
18558
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
18553
18559
|
},
|
18554
18560
|
m(target, anchor) {
|