@plaidev/karte-action-sdk 1.1.245 → 1.1.246-28734557.10a6b76b
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 +163 -162
- package/dist/index.es.js +164 -163
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -6318
package/dist/index.es.js
CHANGED
@@ -3079,7 +3079,7 @@ class State extends SvelteComponent {
|
|
3079
3079
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3080
3080
|
|
3081
3081
|
function add_css$D(target) {
|
3082
|
-
append_styles(target, "svelte-
|
3082
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3083
3083
|
}
|
3084
3084
|
|
3085
3085
|
// (23:0) {#if $state === path}
|
@@ -3096,7 +3096,7 @@ function create_if_block$f(ctx) {
|
|
3096
3096
|
t = space();
|
3097
3097
|
if (default_slot) default_slot.c();
|
3098
3098
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3099
|
-
attr(div, "class", "state-item svelte-
|
3099
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3100
3100
|
},
|
3101
3101
|
m(target, anchor) {
|
3102
3102
|
insert(target, div, anchor);
|
@@ -3418,7 +3418,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3418
3418
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3419
3419
|
|
3420
3420
|
function add_css$C(target) {
|
3421
|
-
append_styles(target, "svelte-
|
3421
|
+
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}");
|
3422
3422
|
}
|
3423
3423
|
|
3424
3424
|
// (14:0) {#if backgroundOverlay}
|
@@ -3431,7 +3431,7 @@ function create_if_block$e(ctx) {
|
|
3431
3431
|
return {
|
3432
3432
|
c() {
|
3433
3433
|
div = element("div");
|
3434
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3434
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3435
3435
|
},
|
3436
3436
|
m(target, anchor) {
|
3437
3437
|
insert(target, div, anchor);
|
@@ -3442,7 +3442,7 @@ function create_if_block$e(ctx) {
|
|
3442
3442
|
}
|
3443
3443
|
},
|
3444
3444
|
p(ctx, dirty) {
|
3445
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3445
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3446
3446
|
attr(div, "class", div_class_value);
|
3447
3447
|
}
|
3448
3448
|
},
|
@@ -3548,7 +3548,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3548
3548
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3549
3549
|
|
3550
3550
|
function add_css$B(target) {
|
3551
|
-
append_styles(target, "svelte-
|
3551
|
+
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}");
|
3552
3552
|
}
|
3553
3553
|
|
3554
3554
|
// (50:0) {:else}
|
@@ -3577,7 +3577,7 @@ function create_else_block$6(ctx) {
|
|
3577
3577
|
button = element("button");
|
3578
3578
|
if (default_slot) default_slot.c();
|
3579
3579
|
set_attributes(button, button_data);
|
3580
|
-
toggle_class(button, "svelte-
|
3580
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3581
3581
|
},
|
3582
3582
|
m(target, anchor) {
|
3583
3583
|
insert(target, button, anchor);
|
@@ -3616,7 +3616,7 @@ function create_else_block$6(ctx) {
|
|
3616
3616
|
dataAttrStopPropagation('click')
|
3617
3617
|
]));
|
3618
3618
|
|
3619
|
-
toggle_class(button, "svelte-
|
3619
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3620
3620
|
},
|
3621
3621
|
i(local) {
|
3622
3622
|
if (current) return;
|
@@ -3647,7 +3647,7 @@ function create_if_block_2$2(ctx) {
|
|
3647
3647
|
c() {
|
3648
3648
|
div = element("div");
|
3649
3649
|
if (default_slot) default_slot.c();
|
3650
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3650
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3651
3651
|
attr(div, "style", /*style*/ ctx[1]);
|
3652
3652
|
},
|
3653
3653
|
m(target, anchor) {
|
@@ -3731,7 +3731,7 @@ function create_if_block_1$4(ctx) {
|
|
3731
3731
|
a = element("a");
|
3732
3732
|
if (default_slot) default_slot.c();
|
3733
3733
|
set_attributes(a, a_data);
|
3734
|
-
toggle_class(a, "svelte-
|
3734
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3735
3735
|
},
|
3736
3736
|
m(target, anchor) {
|
3737
3737
|
insert(target, a, anchor);
|
@@ -3773,7 +3773,7 @@ function create_if_block_1$4(ctx) {
|
|
3773
3773
|
dataAttrStopPropagation('click')
|
3774
3774
|
]));
|
3775
3775
|
|
3776
|
-
toggle_class(a, "svelte-
|
3776
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3777
3777
|
},
|
3778
3778
|
i(local) {
|
3779
3779
|
if (current) return;
|
@@ -3804,7 +3804,7 @@ function create_if_block$d(ctx) {
|
|
3804
3804
|
c() {
|
3805
3805
|
div = element("div");
|
3806
3806
|
if (default_slot) default_slot.c();
|
3807
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3807
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3808
3808
|
attr(div, "style", /*style*/ ctx[1]);
|
3809
3809
|
},
|
3810
3810
|
m(target, anchor) {
|
@@ -4008,10 +4008,10 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4008
4008
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4009
4009
|
|
4010
4010
|
function add_css$A(target) {
|
4011
|
-
append_styles(target, "svelte-
|
4011
|
+
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}}");
|
4012
4012
|
}
|
4013
4013
|
|
4014
|
-
// (
|
4014
|
+
// (278:0) {:else}
|
4015
4015
|
function create_else_block$5(ctx) {
|
4016
4016
|
let backgroundoverlay;
|
4017
4017
|
let current;
|
@@ -4055,7 +4055,7 @@ function create_else_block$5(ctx) {
|
|
4055
4055
|
};
|
4056
4056
|
}
|
4057
4057
|
|
4058
|
-
// (
|
4058
|
+
// (267:24)
|
4059
4059
|
function create_if_block_3(ctx) {
|
4060
4060
|
let backgroundoverlay0;
|
4061
4061
|
let t;
|
@@ -4124,7 +4124,7 @@ function create_if_block_3(ctx) {
|
|
4124
4124
|
};
|
4125
4125
|
}
|
4126
4126
|
|
4127
|
-
// (
|
4127
|
+
// (265:0) {#if isPreview()}
|
4128
4128
|
function create_if_block_2$1(ctx) {
|
4129
4129
|
return {
|
4130
4130
|
c: noop,
|
@@ -4136,7 +4136,7 @@ function create_if_block_2$1(ctx) {
|
|
4136
4136
|
};
|
4137
4137
|
}
|
4138
4138
|
|
4139
|
-
// (
|
4139
|
+
// (281:0) {#if visible}
|
4140
4140
|
function create_if_block$c(ctx) {
|
4141
4141
|
let div;
|
4142
4142
|
let button;
|
@@ -4158,7 +4158,7 @@ function create_if_block$c(ctx) {
|
|
4158
4158
|
c() {
|
4159
4159
|
div = element("div");
|
4160
4160
|
create_component(button.$$.fragment);
|
4161
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4161
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4162
4162
|
attr(div, "role", "dialog");
|
4163
4163
|
attr(div, "aria-modal", "true");
|
4164
4164
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4182,7 +4182,7 @@ function create_if_block$c(ctx) {
|
|
4182
4182
|
|
4183
4183
|
button.$set(button_changes);
|
4184
4184
|
|
4185
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4185
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4186
4186
|
attr(div, "class", div_class_value);
|
4187
4187
|
}
|
4188
4188
|
},
|
@@ -4215,7 +4215,7 @@ function create_if_block$c(ctx) {
|
|
4215
4215
|
};
|
4216
4216
|
}
|
4217
4217
|
|
4218
|
-
// (
|
4218
|
+
// (294:6) {#if closable}
|
4219
4219
|
function create_if_block_1$3(ctx) {
|
4220
4220
|
let div;
|
4221
4221
|
let button;
|
@@ -4236,7 +4236,7 @@ function create_if_block_1$3(ctx) {
|
|
4236
4236
|
c() {
|
4237
4237
|
div = element("div");
|
4238
4238
|
create_component(button.$$.fragment);
|
4239
|
-
attr(div, "class", "close svelte-
|
4239
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4240
4240
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4241
4241
|
},
|
4242
4242
|
m(target, anchor) {
|
@@ -4277,7 +4277,7 @@ function create_if_block_1$3(ctx) {
|
|
4277
4277
|
};
|
4278
4278
|
}
|
4279
4279
|
|
4280
|
-
// (
|
4280
|
+
// (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4281
4281
|
function create_default_slot_1$1(ctx) {
|
4282
4282
|
let svg;
|
4283
4283
|
let path;
|
@@ -4310,7 +4310,7 @@ function create_default_slot_1$1(ctx) {
|
|
4310
4310
|
};
|
4311
4311
|
}
|
4312
4312
|
|
4313
|
-
// (
|
4313
|
+
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4314
4314
|
function create_default_slot$b(ctx) {
|
4315
4315
|
let t;
|
4316
4316
|
let div;
|
@@ -4325,7 +4325,7 @@ function create_default_slot$b(ctx) {
|
|
4325
4325
|
t = space();
|
4326
4326
|
div = element("div");
|
4327
4327
|
if (default_slot) default_slot.c();
|
4328
|
-
attr(div, "class", "modal-content svelte-
|
4328
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4329
4329
|
attr(div, "style", /*_style*/ ctx[5]);
|
4330
4330
|
},
|
4331
4331
|
m(target, anchor) {
|
@@ -4547,8 +4547,9 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
4547
4547
|
let { _closeStyle = '' } = $$props;
|
4548
4548
|
|
4549
4549
|
// モーダル背景の設定
|
4550
|
-
|
4550
|
+
const isExistBackgroundOverlayValue = placement && placement.backgroundOverlay !== undefined;
|
4551
4551
|
|
4552
|
+
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
4552
4553
|
let backgroundOverlayPC = DefaultModalPlacement.backgroundOverlay;
|
4553
4554
|
let backgroundOverlaySP = DefaultModalPlacement.backgroundOverlay;
|
4554
4555
|
|
@@ -4609,7 +4610,7 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
4609
4610
|
|
4610
4611
|
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint*/ 50331656) {
|
4611
4612
|
{
|
4612
|
-
if (
|
4613
|
+
if (isExistBackgroundOverlayValue) {
|
4613
4614
|
$$invalidate(12, backgroundOverlay = placement.backgroundOverlay);
|
4614
4615
|
}
|
4615
4616
|
|
@@ -4975,7 +4976,7 @@ class Grid extends SvelteComponent {
|
|
4975
4976
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4976
4977
|
|
4977
4978
|
function add_css$z(target) {
|
4978
|
-
append_styles(target, "svelte-
|
4979
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4979
4980
|
}
|
4980
4981
|
|
4981
4982
|
function create_fragment$15(ctx) {
|
@@ -4990,8 +4991,8 @@ function create_fragment$15(ctx) {
|
|
4990
4991
|
div1 = element("div");
|
4991
4992
|
div0 = element("div");
|
4992
4993
|
if (default_slot) default_slot.c();
|
4993
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4994
|
-
attr(div1, "class", "grid-item svelte-
|
4994
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4995
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4995
4996
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4996
4997
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4997
4998
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5296,7 +5297,7 @@ class RenderText extends SvelteComponent {
|
|
5296
5297
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5297
5298
|
|
5298
5299
|
function add_css$y(target) {
|
5299
|
-
append_styles(target, "svelte-
|
5300
|
+
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}");
|
5300
5301
|
}
|
5301
5302
|
|
5302
5303
|
// (94:2) {:else}
|
@@ -5313,8 +5314,8 @@ function create_else_block$3(ctx) {
|
|
5313
5314
|
div1 = element("div");
|
5314
5315
|
div0 = element("div");
|
5315
5316
|
create_component(rendertext.$$.fragment);
|
5316
|
-
attr(div0, "class", "text-element-inner svelte-
|
5317
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5317
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5318
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5318
5319
|
attr(div1, "style", /*style*/ ctx[5]);
|
5319
5320
|
},
|
5320
5321
|
m(target, anchor) {
|
@@ -5328,7 +5329,7 @@ function create_else_block$3(ctx) {
|
|
5328
5329
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5329
5330
|
rendertext.$set(rendertext_changes);
|
5330
5331
|
|
5331
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5332
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5332
5333
|
attr(div1, "class", div1_class_value);
|
5333
5334
|
}
|
5334
5335
|
|
@@ -5378,12 +5379,12 @@ function create_if_block$a(ctx) {
|
|
5378
5379
|
t2 = space();
|
5379
5380
|
div2 = element("div");
|
5380
5381
|
div2.textContent = "コピーできませんでした";
|
5381
|
-
attr(div0, "class", "text-element-inner svelte-
|
5382
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5382
5383
|
attr(a, "href", '');
|
5383
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5384
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5384
5385
|
attr(a, "style", /*style*/ ctx[5]);
|
5385
|
-
attr(div1, "class", "tooltip svelte-
|
5386
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5386
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5387
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5387
5388
|
},
|
5388
5389
|
m(target, anchor) {
|
5389
5390
|
insert(target, a, anchor);
|
@@ -5407,7 +5408,7 @@ function create_if_block$a(ctx) {
|
|
5407
5408
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5408
5409
|
rendertext.$set(rendertext_changes);
|
5409
5410
|
|
5410
|
-
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-
|
5411
|
+
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"))) {
|
5411
5412
|
attr(a, "class", a_class_value);
|
5412
5413
|
}
|
5413
5414
|
|
@@ -5459,7 +5460,7 @@ function create_fragment$13(ctx) {
|
|
5459
5460
|
c() {
|
5460
5461
|
div = element("div");
|
5461
5462
|
if_block.c();
|
5462
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5463
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5463
5464
|
},
|
5464
5465
|
m(target, anchor) {
|
5465
5466
|
insert(target, div, anchor);
|
@@ -5625,7 +5626,7 @@ class TextElement extends SvelteComponent {
|
|
5625
5626
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5626
5627
|
|
5627
5628
|
function add_css$x(target) {
|
5628
|
-
append_styles(target, "svelte-
|
5629
|
+
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)}");
|
5629
5630
|
}
|
5630
5631
|
|
5631
5632
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5681,7 +5682,7 @@ function create_fragment$12(ctx) {
|
|
5681
5682
|
c() {
|
5682
5683
|
div = element("div");
|
5683
5684
|
create_component(button.$$.fragment);
|
5684
|
-
attr(div, "class", "text-button-element svelte-
|
5685
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5685
5686
|
},
|
5686
5687
|
m(target, anchor) {
|
5687
5688
|
insert(target, div, anchor);
|
@@ -5773,7 +5774,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5773
5774
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5774
5775
|
|
5775
5776
|
function add_css$w(target) {
|
5776
|
-
append_styles(target, "svelte-
|
5777
|
+
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%}");
|
5777
5778
|
}
|
5778
5779
|
|
5779
5780
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5785,7 +5786,7 @@ function create_default_slot$9(ctx) {
|
|
5785
5786
|
return {
|
5786
5787
|
c() {
|
5787
5788
|
img = element("img");
|
5788
|
-
attr(img, "class", "image svelte-
|
5789
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5789
5790
|
attr(img, "loading", "lazy");
|
5790
5791
|
attr(img, "width", "auto");
|
5791
5792
|
attr(img, "height", "auto");
|
@@ -5847,7 +5848,7 @@ function create_fragment$11(ctx) {
|
|
5847
5848
|
c() {
|
5848
5849
|
div = element("div");
|
5849
5850
|
create_component(button.$$.fragment);
|
5850
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5851
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5851
5852
|
},
|
5852
5853
|
m(target, anchor) {
|
5853
5854
|
insert(target, div, anchor);
|
@@ -5866,7 +5867,7 @@ function create_fragment$11(ctx) {
|
|
5866
5867
|
|
5867
5868
|
button.$set(button_changes);
|
5868
5869
|
|
5869
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5870
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5870
5871
|
attr(div, "class", div_class_value);
|
5871
5872
|
}
|
5872
5873
|
},
|
@@ -5938,7 +5939,7 @@ class ImageElement extends SvelteComponent {
|
|
5938
5939
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5939
5940
|
|
5940
5941
|
function add_css$v(target) {
|
5941
|
-
append_styles(target, "svelte-
|
5942
|
+
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}");
|
5942
5943
|
}
|
5943
5944
|
|
5944
5945
|
function create_fragment$10(ctx) {
|
@@ -5951,7 +5952,7 @@ function create_fragment$10(ctx) {
|
|
5951
5952
|
c() {
|
5952
5953
|
div = element("div");
|
5953
5954
|
if (default_slot) default_slot.c();
|
5954
|
-
attr(div, "class", "list svelte-
|
5955
|
+
attr(div, "class", "list svelte-aquv6z");
|
5955
5956
|
attr(div, "style", /*style*/ ctx[0]);
|
5956
5957
|
},
|
5957
5958
|
m(target, anchor) {
|
@@ -6085,7 +6086,7 @@ class List extends SvelteComponent {
|
|
6085
6086
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6086
6087
|
|
6087
6088
|
function add_css$u(target) {
|
6088
|
-
append_styles(target, "svelte-
|
6089
|
+
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}");
|
6089
6090
|
}
|
6090
6091
|
|
6091
6092
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6155,7 +6156,7 @@ function create_fragment$$(ctx) {
|
|
6155
6156
|
c() {
|
6156
6157
|
div = element("div");
|
6157
6158
|
create_component(button.$$.fragment);
|
6158
|
-
attr(div, "class", "list-item svelte-
|
6159
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6159
6160
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6160
6161
|
},
|
6161
6162
|
m(target, anchor) {
|
@@ -6281,7 +6282,7 @@ class ListItem extends SvelteComponent {
|
|
6281
6282
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6282
6283
|
|
6283
6284
|
function add_css$t(target) {
|
6284
|
-
append_styles(target, "svelte-
|
6285
|
+
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}");
|
6285
6286
|
}
|
6286
6287
|
|
6287
6288
|
function create_fragment$_(ctx) {
|
@@ -6290,7 +6291,7 @@ function create_fragment$_(ctx) {
|
|
6290
6291
|
return {
|
6291
6292
|
c() {
|
6292
6293
|
div = element("div");
|
6293
|
-
attr(div, "class", "embed svelte-
|
6294
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6294
6295
|
attr(div, "style", /*_style*/ ctx[1]);
|
6295
6296
|
},
|
6296
6297
|
m(target, anchor) {
|
@@ -6333,7 +6334,7 @@ class EmbedElement extends SvelteComponent {
|
|
6333
6334
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6334
6335
|
|
6335
6336
|
function add_css$s(target) {
|
6336
|
-
append_styles(target, "svelte-
|
6337
|
+
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%}");
|
6337
6338
|
}
|
6338
6339
|
|
6339
6340
|
function create_fragment$Z(ctx) {
|
@@ -6345,7 +6346,7 @@ function create_fragment$Z(ctx) {
|
|
6345
6346
|
div1 = element("div");
|
6346
6347
|
div0 = element("div");
|
6347
6348
|
attr(div0, "class", "karte-player");
|
6348
|
-
attr(div1, "class", "embed svelte-
|
6349
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6349
6350
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6350
6351
|
},
|
6351
6352
|
m(target, anchor) {
|
@@ -6687,7 +6688,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6687
6688
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6688
6689
|
|
6689
6690
|
function add_css$r(target) {
|
6690
|
-
append_styles(target, "svelte-
|
6691
|
+
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%}");
|
6691
6692
|
}
|
6692
6693
|
|
6693
6694
|
function create_fragment$Y(ctx) {
|
@@ -6699,7 +6700,7 @@ function create_fragment$Y(ctx) {
|
|
6699
6700
|
div1 = element("div");
|
6700
6701
|
div0 = element("div");
|
6701
6702
|
attr(div0, "class", "karte-player");
|
6702
|
-
attr(div1, "class", "embed svelte-
|
6703
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6703
6704
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6704
6705
|
},
|
6705
6706
|
m(target, anchor) {
|
@@ -6883,7 +6884,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6883
6884
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6884
6885
|
|
6885
6886
|
function add_css$q(target) {
|
6886
|
-
append_styles(target, "svelte-
|
6887
|
+
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}");
|
6887
6888
|
}
|
6888
6889
|
|
6889
6890
|
function create_fragment$X(ctx) {
|
@@ -6896,12 +6897,12 @@ function create_fragment$X(ctx) {
|
|
6896
6897
|
c() {
|
6897
6898
|
div = element("div");
|
6898
6899
|
textarea = element("textarea");
|
6899
|
-
attr(textarea, "class", "textarea svelte-
|
6900
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
6900
6901
|
textarea.value = /*$value*/ ctx[4];
|
6901
6902
|
textarea.required = /*required*/ ctx[1];
|
6902
6903
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6903
6904
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6904
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6905
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
6905
6906
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6906
6907
|
},
|
6907
6908
|
m(target, anchor) {
|
@@ -7053,7 +7054,7 @@ class FormTextarea extends SvelteComponent {
|
|
7053
7054
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7054
7055
|
|
7055
7056
|
function add_css$p(target) {
|
7056
|
-
append_styles(target, "svelte-
|
7057
|
+
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}");
|
7057
7058
|
}
|
7058
7059
|
|
7059
7060
|
function get_each_context$6(ctx, list, i) {
|
@@ -7087,14 +7088,14 @@ function create_each_block$6(ctx) {
|
|
7087
7088
|
t1 = text(t1_value);
|
7088
7089
|
t2 = space();
|
7089
7090
|
attr(input, "type", "radio");
|
7090
|
-
attr(input, "class", "radio-button-input svelte-
|
7091
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7091
7092
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7092
7093
|
attr(input, "name", /*name*/ ctx[0]);
|
7093
7094
|
input.value = input_value_value = /*option*/ ctx[17];
|
7094
7095
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7095
|
-
attr(span, "class", "radio-button-text svelte-
|
7096
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7096
7097
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7097
|
-
attr(label, "class", "radio-button svelte-
|
7098
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7098
7099
|
},
|
7099
7100
|
m(target, anchor) {
|
7100
7101
|
insert(target, label, anchor);
|
@@ -7159,7 +7160,7 @@ function create_fragment$W(ctx) {
|
|
7159
7160
|
each_blocks[i].c();
|
7160
7161
|
}
|
7161
7162
|
|
7162
|
-
attr(div, "class", "radio-buttons svelte-
|
7163
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7163
7164
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7164
7165
|
},
|
7165
7166
|
m(target, anchor) {
|
@@ -7328,7 +7329,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7328
7329
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7329
7330
|
|
7330
7331
|
function add_css$o(target) {
|
7331
|
-
append_styles(target, "svelte-
|
7332
|
+
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}");
|
7332
7333
|
}
|
7333
7334
|
|
7334
7335
|
function get_each_context$5(ctx, list, i) {
|
@@ -7462,10 +7463,10 @@ function create_fragment$V(ctx) {
|
|
7462
7463
|
|
7463
7464
|
t = space();
|
7464
7465
|
div0 = element("div");
|
7465
|
-
attr(select, "class", "select-select svelte-
|
7466
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7466
7467
|
attr(select, "style", /*style*/ ctx[3]);
|
7467
|
-
attr(div0, "class", "select-icon svelte-
|
7468
|
-
attr(div1, "class", "select svelte-
|
7468
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7469
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7469
7470
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7470
7471
|
},
|
7471
7472
|
m(target, anchor) {
|
@@ -7667,7 +7668,7 @@ class FormSelect extends SvelteComponent {
|
|
7667
7668
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7668
7669
|
|
7669
7670
|
function add_css$n(target) {
|
7670
|
-
append_styles(target, "svelte-
|
7671
|
+
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}");
|
7671
7672
|
}
|
7672
7673
|
|
7673
7674
|
function get_each_context$4(ctx, list, i) {
|
@@ -7706,19 +7707,19 @@ function create_each_block$4(ctx) {
|
|
7706
7707
|
span2 = element("span");
|
7707
7708
|
t2 = text(t2_value);
|
7708
7709
|
t3 = space();
|
7709
|
-
attr(input, "class", "check-box-input svelte-
|
7710
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
7710
7711
|
attr(input, "type", "checkbox");
|
7711
7712
|
attr(input, "name", /*name*/ ctx[0]);
|
7712
7713
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7713
|
-
attr(span0, "class", "check-box-icon svelte-
|
7714
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
7714
7715
|
|
7715
7716
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7716
7717
|
? ' _checked'
|
7717
|
-
: ''}`) + " svelte-
|
7718
|
+
: ''}`) + " svelte-1p65cg8"));
|
7718
7719
|
|
7719
|
-
attr(span2, "class", "check-box-text svelte-
|
7720
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
7720
7721
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7721
|
-
attr(label, "class", "check-box svelte-
|
7722
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7722
7723
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7723
7724
|
},
|
7724
7725
|
m(target, anchor) {
|
@@ -7750,7 +7751,7 @@ function create_each_block$4(ctx) {
|
|
7750
7751
|
|
7751
7752
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7752
7753
|
? ' _checked'
|
7753
|
-
: ''}`) + " svelte-
|
7754
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7754
7755
|
attr(span1, "class", span1_class_value);
|
7755
7756
|
}
|
7756
7757
|
|
@@ -7789,7 +7790,7 @@ function create_fragment$U(ctx) {
|
|
7789
7790
|
each_blocks[i].c();
|
7790
7791
|
}
|
7791
7792
|
|
7792
|
-
attr(div, "class", "check-boxes svelte-
|
7793
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7793
7794
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7794
7795
|
},
|
7795
7796
|
m(target, anchor) {
|
@@ -7964,7 +7965,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7964
7965
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7965
7966
|
|
7966
7967
|
function add_css$m(target) {
|
7967
|
-
append_styles(target, "svelte-
|
7968
|
+
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}");
|
7968
7969
|
}
|
7969
7970
|
|
7970
7971
|
function get_each_context$3(ctx, list, i) {
|
@@ -7988,7 +7989,7 @@ function create_each_block$3(ctx) {
|
|
7988
7989
|
button = element("button");
|
7989
7990
|
t0 = text(t0_value);
|
7990
7991
|
t1 = space();
|
7991
|
-
attr(button, "class", "rating-button svelte-
|
7992
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
7992
7993
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7993
7994
|
},
|
7994
7995
|
m(target, anchor) {
|
@@ -8037,7 +8038,7 @@ function create_fragment$T(ctx) {
|
|
8037
8038
|
each_blocks[i].c();
|
8038
8039
|
}
|
8039
8040
|
|
8040
|
-
attr(div, "class", "rating-buttons svelte-
|
8041
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8041
8042
|
},
|
8042
8043
|
m(target, anchor) {
|
8043
8044
|
insert(target, div, anchor);
|
@@ -8181,7 +8182,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8181
8182
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8182
8183
|
|
8183
8184
|
function add_css$l(target) {
|
8184
|
-
append_styles(target, "svelte-
|
8185
|
+
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%)}");
|
8185
8186
|
}
|
8186
8187
|
|
8187
8188
|
function get_each_context$2(ctx, list, i) {
|
@@ -8206,9 +8207,9 @@ function create_each_block$2(ctx) {
|
|
8206
8207
|
img = element("img");
|
8207
8208
|
t = space();
|
8208
8209
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8209
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8210
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8210
8211
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8211
|
-
attr(button, "class", "rating-button svelte-
|
8212
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8212
8213
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8213
8214
|
},
|
8214
8215
|
m(target, anchor) {
|
@@ -8224,7 +8225,7 @@ function create_each_block$2(ctx) {
|
|
8224
8225
|
p(new_ctx, dirty) {
|
8225
8226
|
ctx = new_ctx;
|
8226
8227
|
|
8227
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8228
|
+
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"))) {
|
8228
8229
|
attr(img, "class", img_class_value);
|
8229
8230
|
}
|
8230
8231
|
|
@@ -8257,7 +8258,7 @@ function create_fragment$S(ctx) {
|
|
8257
8258
|
each_blocks[i].c();
|
8258
8259
|
}
|
8259
8260
|
|
8260
|
-
attr(div, "class", "rating-buttons svelte-
|
8261
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8261
8262
|
},
|
8262
8263
|
m(target, anchor) {
|
8263
8264
|
insert(target, div, anchor);
|
@@ -8365,7 +8366,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8365
8366
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8366
8367
|
|
8367
8368
|
function add_css$k(target) {
|
8368
|
-
append_styles(target, "svelte-
|
8369
|
+
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}");
|
8369
8370
|
}
|
8370
8371
|
|
8371
8372
|
function create_fragment$R(ctx) {
|
@@ -8379,13 +8380,13 @@ function create_fragment$R(ctx) {
|
|
8379
8380
|
c() {
|
8380
8381
|
div = element("div");
|
8381
8382
|
input = element("input");
|
8382
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8383
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8383
8384
|
attr(input, "type", "text");
|
8384
8385
|
input.value = /*$value*/ ctx[2];
|
8385
8386
|
input.required = /*required*/ ctx[0];
|
8386
8387
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8387
8388
|
attr(input, "style", /*style*/ ctx[5]);
|
8388
|
-
attr(div, "class", "input-wrapper svelte-
|
8389
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8389
8390
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8390
8391
|
},
|
8391
8392
|
m(target, anchor) {
|
@@ -8398,7 +8399,7 @@ function create_fragment$R(ctx) {
|
|
8398
8399
|
}
|
8399
8400
|
},
|
8400
8401
|
p(ctx, [dirty]) {
|
8401
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8402
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8402
8403
|
attr(input, "class", input_class_value);
|
8403
8404
|
}
|
8404
8405
|
|
@@ -8586,7 +8587,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8586
8587
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8587
8588
|
|
8588
8589
|
function add_css$j(target) {
|
8589
|
-
append_styles(target, "svelte-
|
8590
|
+
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}");
|
8590
8591
|
}
|
8591
8592
|
|
8592
8593
|
function create_fragment$Q(ctx) {
|
@@ -8624,20 +8625,20 @@ function create_fragment$Q(ctx) {
|
|
8624
8625
|
span1 = element("span");
|
8625
8626
|
t4 = text("いいえ");
|
8626
8627
|
attr(input0, "type", "radio");
|
8627
|
-
attr(input0, "class", "radio-button-input svelte-
|
8628
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
8628
8629
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8629
8630
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8630
|
-
attr(span0, "class", "radio-button-text svelte-
|
8631
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
8631
8632
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8632
|
-
attr(label0, "class", "radio-button svelte-
|
8633
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
8633
8634
|
attr(input1, "type", "radio");
|
8634
|
-
attr(input1, "class", "radio-button-input svelte-
|
8635
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
8635
8636
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8636
8637
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8637
|
-
attr(span1, "class", "radio-button-text svelte-
|
8638
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
8638
8639
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8639
|
-
attr(label1, "class", "radio-button svelte-
|
8640
|
-
attr(div, "class", "radio-buttons svelte-
|
8640
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
8641
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
8641
8642
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8642
8643
|
},
|
8643
8644
|
m(target, anchor) {
|
@@ -8805,7 +8806,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8805
8806
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8806
8807
|
|
8807
8808
|
function add_css$i(target) {
|
8808
|
-
append_styles(target, "svelte-
|
8809
|
+
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%}");
|
8809
8810
|
}
|
8810
8811
|
|
8811
8812
|
function get_each_context$1(ctx, list, i) {
|
@@ -8834,9 +8835,9 @@ function create_if_block_1$2(ctx) {
|
|
8834
8835
|
attr(svg, "viewBox", "0 0 10 16");
|
8835
8836
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8836
8837
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8837
|
-
attr(button, "class", "move-button svelte-
|
8838
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8838
8839
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8839
|
-
attr(div, "class", "prev-button-container svelte-
|
8840
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8840
8841
|
},
|
8841
8842
|
m(target, anchor) {
|
8842
8843
|
insert(target, div, anchor);
|
@@ -8885,9 +8886,9 @@ function create_if_block$8(ctx) {
|
|
8885
8886
|
attr(svg, "viewBox", "0 0 10 16");
|
8886
8887
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8887
8888
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8888
|
-
attr(button, "class", "move-button svelte-
|
8889
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8889
8890
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8890
|
-
attr(div, "class", "next-button-container svelte-
|
8891
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8891
8892
|
},
|
8892
8893
|
m(target, anchor) {
|
8893
8894
|
insert(target, div, anchor);
|
@@ -8935,9 +8936,9 @@ function create_each_block$1(ctx) {
|
|
8935
8936
|
button = element("button");
|
8936
8937
|
div = element("div");
|
8937
8938
|
t = space();
|
8938
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8939
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8939
8940
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8940
|
-
attr(button, "class", "navigation-item svelte-
|
8941
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8941
8942
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8942
8943
|
},
|
8943
8944
|
m(target, anchor) {
|
@@ -9014,14 +9015,14 @@ function create_fragment$P(ctx) {
|
|
9014
9015
|
each_blocks[i].c();
|
9015
9016
|
}
|
9016
9017
|
|
9017
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9018
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9018
9019
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9019
|
-
attr(div1, "class", "container svelte-
|
9020
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9020
9021
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9021
|
-
attr(div2, "class", "navigation svelte-
|
9022
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9022
9023
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9023
9024
|
set_attributes(div3, div3_data);
|
9024
|
-
toggle_class(div3, "svelte-
|
9025
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9025
9026
|
},
|
9026
9027
|
m(target, anchor) {
|
9027
9028
|
insert(target, div3, anchor);
|
@@ -9063,7 +9064,7 @@ function create_fragment$P(ctx) {
|
|
9063
9064
|
}
|
9064
9065
|
}
|
9065
9066
|
|
9066
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9067
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9067
9068
|
attr(div0, "class", div0_class_value);
|
9068
9069
|
}
|
9069
9070
|
|
@@ -9129,7 +9130,7 @@ function create_fragment$P(ctx) {
|
|
9129
9130
|
}
|
9130
9131
|
|
9131
9132
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9132
|
-
toggle_class(div3, "svelte-
|
9133
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9133
9134
|
},
|
9134
9135
|
i(local) {
|
9135
9136
|
if (current) return;
|
@@ -9641,7 +9642,7 @@ class Slide extends SvelteComponent {
|
|
9641
9642
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9642
9643
|
|
9643
9644
|
function add_css$h(target) {
|
9644
|
-
append_styles(target, "svelte-
|
9645
|
+
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}");
|
9645
9646
|
}
|
9646
9647
|
|
9647
9648
|
function create_fragment$O(ctx) {
|
@@ -9656,9 +9657,9 @@ function create_fragment$O(ctx) {
|
|
9656
9657
|
div1 = element("div");
|
9657
9658
|
div0 = element("div");
|
9658
9659
|
if (default_slot) default_slot.c();
|
9659
|
-
attr(div0, "class", "item-inner svelte-
|
9660
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
9660
9661
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9661
|
-
attr(div1, "class", "item svelte-
|
9662
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
9662
9663
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9663
9664
|
},
|
9664
9665
|
m(target, anchor) {
|
@@ -9784,7 +9785,7 @@ class SlideItem extends SvelteComponent {
|
|
9784
9785
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9785
9786
|
|
9786
9787
|
function add_css$g(target) {
|
9787
|
-
append_styles(target, "svelte-
|
9788
|
+
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}");
|
9788
9789
|
}
|
9789
9790
|
|
9790
9791
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9802,9 +9803,9 @@ function create_fragment$N(ctx) {
|
|
9802
9803
|
div1 = element("div");
|
9803
9804
|
div0 = element("div");
|
9804
9805
|
if (default_slot) default_slot.c();
|
9805
|
-
attr(div0, "class", "countdown-inner svelte-
|
9806
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
9806
9807
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9807
|
-
attr(div1, "class", "countdown svelte-
|
9808
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
9808
9809
|
},
|
9809
9810
|
m(target, anchor) {
|
9810
9811
|
insert(target, div1, anchor);
|
@@ -9938,7 +9939,7 @@ class Countdown extends SvelteComponent {
|
|
9938
9939
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9939
9940
|
|
9940
9941
|
function add_css$f(target) {
|
9941
|
-
append_styles(target, "svelte-
|
9942
|
+
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}");
|
9942
9943
|
}
|
9943
9944
|
|
9944
9945
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10008,7 +10009,7 @@ function create_fragment$M(ctx) {
|
|
10008
10009
|
c() {
|
10009
10010
|
div = element("div");
|
10010
10011
|
create_component(button.$$.fragment);
|
10011
|
-
attr(div, "class", "box svelte-
|
10012
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10012
10013
|
},
|
10013
10014
|
m(target, anchor) {
|
10014
10015
|
insert(target, div, anchor);
|
@@ -10069,7 +10070,7 @@ class Box extends SvelteComponent {
|
|
10069
10070
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10070
10071
|
|
10071
10072
|
function add_css$e(target) {
|
10072
|
-
append_styles(target, "svelte-
|
10073
|
+
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)}");
|
10073
10074
|
}
|
10074
10075
|
|
10075
10076
|
// (56:4) {#if svg}
|
@@ -10151,7 +10152,7 @@ function create_fragment$L(ctx) {
|
|
10151
10152
|
c() {
|
10152
10153
|
div = element("div");
|
10153
10154
|
create_component(button.$$.fragment);
|
10154
|
-
attr(div, "class", "icon svelte-
|
10155
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10155
10156
|
},
|
10156
10157
|
m(target, anchor) {
|
10157
10158
|
insert(target, div, anchor);
|
@@ -10260,7 +10261,7 @@ class IconElement extends SvelteComponent {
|
|
10260
10261
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10261
10262
|
|
10262
10263
|
function add_css$d(target) {
|
10263
|
-
append_styles(target, "svelte-
|
10264
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10264
10265
|
}
|
10265
10266
|
|
10266
10267
|
function create_fragment$K(ctx) {
|
@@ -10286,7 +10287,7 @@ function create_fragment$K(ctx) {
|
|
10286
10287
|
c() {
|
10287
10288
|
div = element("div");
|
10288
10289
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10289
|
-
attr(div, "class", "codeElement svelte-
|
10290
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10290
10291
|
attr(div, "style", /*style*/ ctx[3]);
|
10291
10292
|
},
|
10292
10293
|
m(target, anchor) {
|
@@ -10375,7 +10376,7 @@ class CodeElement extends SvelteComponent {
|
|
10375
10376
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10376
10377
|
|
10377
10378
|
function add_css$c(target) {
|
10378
|
-
append_styles(target, "svelte-
|
10379
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10379
10380
|
}
|
10380
10381
|
|
10381
10382
|
function create_fragment$J(ctx) {
|
@@ -10389,7 +10390,7 @@ function create_fragment$J(ctx) {
|
|
10389
10390
|
c() {
|
10390
10391
|
div = element("div");
|
10391
10392
|
if (default_slot) default_slot.c();
|
10392
|
-
attr(div, "class", "flex svelte-
|
10393
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10393
10394
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10394
10395
|
},
|
10395
10396
|
m(target, anchor) {
|
@@ -10486,7 +10487,7 @@ class Flex extends SvelteComponent {
|
|
10486
10487
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10487
10488
|
|
10488
10489
|
function add_css$b(target) {
|
10489
|
-
append_styles(target, "svelte-
|
10490
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10490
10491
|
}
|
10491
10492
|
|
10492
10493
|
function create_fragment$I(ctx) {
|
@@ -10499,7 +10500,7 @@ function create_fragment$I(ctx) {
|
|
10499
10500
|
c() {
|
10500
10501
|
div = element("div");
|
10501
10502
|
if (default_slot) default_slot.c();
|
10502
|
-
attr(div, "class", "flex-item svelte-
|
10503
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
10503
10504
|
attr(div, "style", /*style*/ ctx[0]);
|
10504
10505
|
},
|
10505
10506
|
m(target, anchor) {
|
@@ -10907,7 +10908,7 @@ class GridModalState extends SvelteComponent {
|
|
10907
10908
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10908
10909
|
|
10909
10910
|
function add_css$a(target) {
|
10910
|
-
append_styles(target, "svelte-
|
10911
|
+
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%}");
|
10911
10912
|
}
|
10912
10913
|
|
10913
10914
|
function create_fragment$G(ctx) {
|
@@ -10923,8 +10924,8 @@ function create_fragment$G(ctx) {
|
|
10923
10924
|
div1 = element("div");
|
10924
10925
|
div0 = element("div");
|
10925
10926
|
create_component(rendertext.$$.fragment);
|
10926
|
-
attr(div0, "class", "text-block-inner svelte-
|
10927
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10927
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
10928
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
10928
10929
|
attr(div1, "style", /*style*/ ctx[2]);
|
10929
10930
|
},
|
10930
10931
|
m(target, anchor) {
|
@@ -10938,7 +10939,7 @@ function create_fragment$G(ctx) {
|
|
10938
10939
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10939
10940
|
rendertext.$set(rendertext_changes);
|
10940
10941
|
|
10941
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10942
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
10942
10943
|
attr(div1, "class", div1_class_value);
|
10943
10944
|
}
|
10944
10945
|
|
@@ -11016,7 +11017,7 @@ class TextBlock extends SvelteComponent {
|
|
11016
11017
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11017
11018
|
|
11018
11019
|
function add_css$9(target) {
|
11019
|
-
append_styles(target, "svelte-
|
11020
|
+
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)}");
|
11020
11021
|
}
|
11021
11022
|
|
11022
11023
|
function create_fragment$F(ctx) {
|
@@ -11033,9 +11034,9 @@ function create_fragment$F(ctx) {
|
|
11033
11034
|
div = element("div");
|
11034
11035
|
button = element("button");
|
11035
11036
|
create_component(rendertext.$$.fragment);
|
11036
|
-
attr(button, "class", "text-button svelte-
|
11037
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11037
11038
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11038
|
-
attr(div, "class", "text-button-block svelte-
|
11039
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11039
11040
|
attr(div, "style", /*_style*/ ctx[2]);
|
11040
11041
|
},
|
11041
11042
|
m(target, anchor) {
|
@@ -11141,7 +11142,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11141
11142
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11142
11143
|
|
11143
11144
|
function add_css$8(target) {
|
11144
|
-
append_styles(target, "svelte-
|
11145
|
+
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)}");
|
11145
11146
|
}
|
11146
11147
|
|
11147
11148
|
function create_fragment$E(ctx) {
|
@@ -11157,14 +11158,14 @@ function create_fragment$E(ctx) {
|
|
11157
11158
|
c() {
|
11158
11159
|
div = element("div");
|
11159
11160
|
img = element("img");
|
11160
|
-
attr(img, "class", "image svelte-
|
11161
|
+
attr(img, "class", "image svelte-1pdw891");
|
11161
11162
|
attr(img, "loading", "lazy");
|
11162
11163
|
attr(img, "width", "auto");
|
11163
11164
|
attr(img, "height", "auto");
|
11164
11165
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11165
11166
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11166
11167
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11167
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11168
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11168
11169
|
attr(div, "style", /*_style*/ ctx[5]);
|
11169
11170
|
},
|
11170
11171
|
m(target, anchor) {
|
@@ -11189,7 +11190,7 @@ function create_fragment$E(ctx) {
|
|
11189
11190
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11190
11191
|
}
|
11191
11192
|
|
11192
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11193
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11193
11194
|
attr(div, "class", div_class_value);
|
11194
11195
|
}
|
11195
11196
|
|
@@ -11361,7 +11362,7 @@ const toCssShadow = (p) => {
|
|
11361
11362
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
11362
11363
|
|
11363
11364
|
function add_css$7(target) {
|
11364
|
-
append_styles(target, "svelte-
|
11365
|
+
append_styles(target, "svelte-1agjjit", ".clickable.svelte-1agjjit:link,.clickable.svelte-1agjjit:visited,.clickable.svelte-1agjjit:active,.clickable.svelte-1agjjit:hover{color:inherit}.clickable.svelte-1agjjit{cursor:pointer;text-decoration:none}");
|
11365
11366
|
}
|
11366
11367
|
|
11367
11368
|
// (40:0) {:else}
|
@@ -11391,7 +11392,7 @@ function create_else_block$1(ctx) {
|
|
11391
11392
|
button = element("button");
|
11392
11393
|
if (default_slot) default_slot.c();
|
11393
11394
|
set_attributes(button, button_data);
|
11394
|
-
toggle_class(button, "svelte-
|
11395
|
+
toggle_class(button, "svelte-1agjjit", true);
|
11395
11396
|
},
|
11396
11397
|
m(target, anchor) {
|
11397
11398
|
insert(target, button, anchor);
|
@@ -11431,7 +11432,7 @@ function create_else_block$1(ctx) {
|
|
11431
11432
|
dataAttrStopPropagation('click')
|
11432
11433
|
]));
|
11433
11434
|
|
11434
|
-
toggle_class(button, "svelte-
|
11435
|
+
toggle_class(button, "svelte-1agjjit", true);
|
11435
11436
|
},
|
11436
11437
|
i(local) {
|
11437
11438
|
if (current) return;
|
@@ -11464,7 +11465,7 @@ function create_if_block_1$1(ctx) {
|
|
11464
11465
|
div = element("div");
|
11465
11466
|
if (default_slot) default_slot.c();
|
11466
11467
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11467
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11468
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"));
|
11468
11469
|
attr(div, "style", /*style*/ ctx[1]);
|
11469
11470
|
},
|
11470
11471
|
m(target, anchor) {
|
@@ -11496,7 +11497,7 @@ function create_if_block_1$1(ctx) {
|
|
11496
11497
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11497
11498
|
}
|
11498
11499
|
|
11499
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11500
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"))) {
|
11500
11501
|
attr(div, "class", div_class_value);
|
11501
11502
|
}
|
11502
11503
|
|
@@ -11557,7 +11558,7 @@ function create_if_block$6(ctx) {
|
|
11557
11558
|
a = element("a");
|
11558
11559
|
if (default_slot) default_slot.c();
|
11559
11560
|
set_attributes(a, a_data);
|
11560
|
-
toggle_class(a, "svelte-
|
11561
|
+
toggle_class(a, "svelte-1agjjit", true);
|
11561
11562
|
},
|
11562
11563
|
m(target, anchor) {
|
11563
11564
|
insert(target, a, anchor);
|
@@ -11600,7 +11601,7 @@ function create_if_block$6(ctx) {
|
|
11600
11601
|
dataAttrStopPropagation('click')
|
11601
11602
|
]));
|
11602
11603
|
|
11603
|
-
toggle_class(a, "svelte-
|
11604
|
+
toggle_class(a, "svelte-1agjjit", true);
|
11604
11605
|
},
|
11605
11606
|
i(local) {
|
11606
11607
|
if (current) return;
|
@@ -13848,7 +13849,7 @@ const BUTTON_VARIANTS = {
|
|
13848
13849
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13849
13850
|
|
13850
13851
|
function add_css$6(target) {
|
13851
|
-
append_styles(target, "svelte-
|
13852
|
+
append_styles(target, "svelte-cmn44g", ".button-icon.svelte-cmn44g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13852
13853
|
}
|
13853
13854
|
|
13854
13855
|
// (36:2) {#if props.isIcon && props.iconVariant}
|
@@ -13872,7 +13873,7 @@ function create_if_block$4(ctx) {
|
|
13872
13873
|
c() {
|
13873
13874
|
div = element("div");
|
13874
13875
|
create_component(icon.$$.fragment);
|
13875
|
-
attr(div, "class", "button-icon svelte-
|
13876
|
+
attr(div, "class", "button-icon svelte-cmn44g");
|
13876
13877
|
},
|
13877
13878
|
m(target, anchor) {
|
13878
13879
|
insert(target, div, anchor);
|
@@ -14077,7 +14078,7 @@ class Button extends SvelteComponent {
|
|
14077
14078
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
14078
14079
|
|
14079
14080
|
function add_css$5(target) {
|
14080
|
-
append_styles(target, "svelte-
|
14081
|
+
append_styles(target, "svelte-2imv7z", ".flex-text-button.svelte-2imv7z{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-2imv7z:hover{text-decoration:none}.flex-text-button-icon.svelte-2imv7z{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14081
14082
|
}
|
14082
14083
|
|
14083
14084
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
@@ -14099,7 +14100,7 @@ function create_if_block$3(ctx) {
|
|
14099
14100
|
c() {
|
14100
14101
|
div = element("div");
|
14101
14102
|
create_component(icon.$$.fragment);
|
14102
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
14103
|
+
attr(div, "class", "flex-text-button-icon svelte-2imv7z");
|
14103
14104
|
},
|
14104
14105
|
m(target, anchor) {
|
14105
14106
|
insert(target, div, anchor);
|
@@ -14152,7 +14153,7 @@ function create_fragment$7(ctx) {
|
|
14152
14153
|
t1 = text(t1_value);
|
14153
14154
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
14154
14155
|
attr(button, "style", /*style*/ ctx[2]);
|
14155
|
-
attr(button, "class", "flex-text-button svelte-
|
14156
|
+
attr(button, "class", "flex-text-button svelte-2imv7z");
|
14156
14157
|
},
|
14157
14158
|
m(target, anchor) {
|
14158
14159
|
insert(target, button, anchor);
|
@@ -14389,7 +14390,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
14389
14390
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14390
14391
|
|
14391
14392
|
function add_css$4(target) {
|
14392
|
-
append_styles(target, "svelte-
|
14393
|
+
append_styles(target, "svelte-12v1h9t", ".close-button.svelte-12v1h9t{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, transform 0.12s}.close-button.svelte-12v1h9t:hover{transform:rotate(90deg)}.close-button-order-one.svelte-12v1h9t{order:1}.close-button-order-two.svelte-12v1h9t{order:2}");
|
14393
14394
|
}
|
14394
14395
|
|
14395
14396
|
// (93:2) {#if hasLabel}
|
@@ -14405,7 +14406,7 @@ function create_if_block$2(ctx) {
|
|
14405
14406
|
|
14406
14407
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
14407
14408
|
? 'close-button-order-one'
|
14408
|
-
: '') + " svelte-
|
14409
|
+
: '') + " svelte-12v1h9t");
|
14409
14410
|
},
|
14410
14411
|
m(target, anchor) {
|
14411
14412
|
insert(target, span, anchor);
|
@@ -14466,7 +14467,7 @@ function create_fragment$6(ctx) {
|
|
14466
14467
|
attr(svg, "fill", /*color*/ ctx[6]);
|
14467
14468
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
14468
14469
|
set_attributes(button, button_data);
|
14469
|
-
toggle_class(button, "svelte-
|
14470
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14470
14471
|
},
|
14471
14472
|
m(target, anchor) {
|
14472
14473
|
insert(target, button, anchor);
|
@@ -14507,7 +14508,7 @@ function create_fragment$6(ctx) {
|
|
14507
14508
|
dataAttrStopPropagation('click')
|
14508
14509
|
]));
|
14509
14510
|
|
14510
|
-
toggle_class(button, "svelte-
|
14511
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14511
14512
|
},
|
14512
14513
|
i: noop,
|
14513
14514
|
o: noop,
|
@@ -14635,7 +14636,7 @@ class CloseButton extends SvelteComponent {
|
|
14635
14636
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
14636
14637
|
|
14637
14638
|
function add_css$3(target) {
|
14638
|
-
append_styles(target, "svelte-
|
14639
|
+
append_styles(target, "svelte-180u8ho", ".image.svelte-180u8ho{max-width:100%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.image-object.svelte-180u8ho{width:100%;overflow:hidden}.image-img.svelte-180u8ho{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
|
14639
14640
|
}
|
14640
14641
|
|
14641
14642
|
// (16:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
@@ -14651,9 +14652,9 @@ function create_default_slot$1(ctx) {
|
|
14651
14652
|
img = element("img");
|
14652
14653
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
14653
14654
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
14654
|
-
attr(img, "class", "image-img svelte-
|
14655
|
+
attr(img, "class", "image-img svelte-180u8ho");
|
14655
14656
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
14656
|
-
attr(object, "class", "image-object svelte-
|
14657
|
+
attr(object, "class", "image-object svelte-180u8ho");
|
14657
14658
|
},
|
14658
14659
|
m(target, anchor) {
|
14659
14660
|
insert(target, object, anchor);
|
@@ -14698,7 +14699,7 @@ function create_fragment$5(ctx) {
|
|
14698
14699
|
div = element("div");
|
14699
14700
|
create_component(clickable.$$.fragment);
|
14700
14701
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14701
|
-
attr(div, "class", "image svelte-
|
14702
|
+
attr(div, "class", "image svelte-180u8ho");
|
14702
14703
|
attr(div, "style", /*style*/ ctx[3]);
|
14703
14704
|
},
|
14704
14705
|
m(target, anchor) {
|
@@ -15315,7 +15316,7 @@ const TEXT_VARIANTS = {
|
|
15315
15316
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
15316
15317
|
|
15317
15318
|
function add_css$2(target) {
|
15318
|
-
append_styles(target, "svelte-
|
15319
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
15319
15320
|
}
|
15320
15321
|
|
15321
15322
|
function create_fragment$2(ctx) {
|
@@ -15325,7 +15326,7 @@ function create_fragment$2(ctx) {
|
|
15325
15326
|
c() {
|
15326
15327
|
p = element("p");
|
15327
15328
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
15328
|
-
attr(p, "class", "text svelte-
|
15329
|
+
attr(p, "class", "text svelte-1vl0c87");
|
15329
15330
|
attr(p, "style", /*style*/ ctx[1]);
|
15330
15331
|
},
|
15331
15332
|
m(target, anchor) {
|
@@ -15417,7 +15418,7 @@ const LAYER_TEXT_SIZE = {
|
|
15417
15418
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
15418
15419
|
|
15419
15420
|
function add_css$1(target) {
|
15420
|
-
append_styles(target, "svelte-
|
15421
|
+
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}");
|
15421
15422
|
}
|
15422
15423
|
|
15423
15424
|
// (14:0) {#if backgroundOverlay}
|
@@ -15430,7 +15431,7 @@ function create_if_block$1(ctx) {
|
|
15430
15431
|
return {
|
15431
15432
|
c() {
|
15432
15433
|
div = element("div");
|
15433
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15434
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
15434
15435
|
},
|
15435
15436
|
m(target, anchor) {
|
15436
15437
|
insert(target, div, anchor);
|
@@ -15441,7 +15442,7 @@ function create_if_block$1(ctx) {
|
|
15441
15442
|
}
|
15442
15443
|
},
|
15443
15444
|
p(ctx, dirty) {
|
15444
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15445
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
15445
15446
|
attr(div, "class", div_class_value);
|
15446
15447
|
}
|
15447
15448
|
},
|
@@ -15513,7 +15514,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
15513
15514
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
15514
15515
|
|
15515
15516
|
function add_css(target) {
|
15516
|
-
append_styles(target, "svelte-
|
15517
|
+
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}}");
|
15517
15518
|
}
|
15518
15519
|
|
15519
15520
|
// (253:0) {:else}
|
@@ -15654,7 +15655,7 @@ function create_if_block(ctx) {
|
|
15654
15655
|
c() {
|
15655
15656
|
div = element("div");
|
15656
15657
|
if (default_slot) default_slot.c();
|
15657
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
15658
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
15658
15659
|
attr(div, "role", "dialog");
|
15659
15660
|
attr(div, "aria-modal", "true");
|
15660
15661
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -15687,7 +15688,7 @@ function create_if_block(ctx) {
|
|
15687
15688
|
}
|
15688
15689
|
}
|
15689
15690
|
|
15690
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
15691
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
15691
15692
|
attr(div, "class", div_class_value);
|
15692
15693
|
}
|
15693
15694
|
},
|