@plaidev/karte-action-sdk 1.1.260-28971692.91de26ce → 1.1.260
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +176 -176
- package/dist/index.es.js +176 -176
- package/dist/karte-action-sdk.d.ts +3307 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/meta/karte-action-sdk.api.json +10217 -0
- package/package.json +1 -1
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$J(target) {
|
3082
|
-
append_styles(target, "svelte-
|
3082
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{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-1amihue");
|
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$I(target) {
|
3421
|
-
append_styles(target, "svelte-
|
3421
|
+
append_styles(target, "svelte-g6ucc2", ".background.svelte-g6ucc2{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
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-g6ucc2"));
|
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-g6ucc2"))) {
|
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$H(target) {
|
3551
|
-
append_styles(target, "svelte-
|
3551
|
+
append_styles(target, "svelte-1kmu8zp", ".button.svelte-1kmu8zp{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1kmu8zp:link,.button.svelte-1kmu8zp:visited,.button.svelte-1kmu8zp:active,.button.svelte-1kmu8zp:hover{color:inherit}");
|
3552
3552
|
}
|
3553
3553
|
|
3554
3554
|
// (53:0) {:else}
|
@@ -3577,7 +3577,7 @@ function create_else_block$5(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-1kmu8zp", true);
|
3581
3581
|
},
|
3582
3582
|
m(target, anchor) {
|
3583
3583
|
insert(target, button, anchor);
|
@@ -3616,7 +3616,7 @@ function create_else_block$5(ctx) {
|
|
3616
3616
|
dataAttrStopPropagation('click')
|
3617
3617
|
]));
|
3618
3618
|
|
3619
|
-
toggle_class(button, "svelte-
|
3619
|
+
toggle_class(button, "svelte-1kmu8zp", 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-1kmu8zp"));
|
3651
3651
|
attr(div, "style", /*style*/ ctx[1]);
|
3652
3652
|
},
|
3653
3653
|
m(target, anchor) {
|
@@ -3731,7 +3731,7 @@ function create_if_block_1$3(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-1kmu8zp", true);
|
3735
3735
|
},
|
3736
3736
|
m(target, anchor) {
|
3737
3737
|
insert(target, a, anchor);
|
@@ -3773,7 +3773,7 @@ function create_if_block_1$3(ctx) {
|
|
3773
3773
|
dataAttrStopPropagation('click')
|
3774
3774
|
]));
|
3775
3775
|
|
3776
|
-
toggle_class(a, "svelte-
|
3776
|
+
toggle_class(a, "svelte-1kmu8zp", 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-1kmu8zp"));
|
3808
3808
|
attr(div, "style", /*style*/ ctx[1]);
|
3809
3809
|
},
|
3810
3810
|
m(target, anchor) {
|
@@ -4013,7 +4013,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4013
4013
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4014
4014
|
|
4015
4015
|
function add_css$G(target) {
|
4016
|
-
append_styles(target, "svelte-
|
4016
|
+
append_styles(target, "svelte-1i2vo31", ".modal.svelte-1i2vo31{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1i2vo31 > .button{flex:auto;display:flex}.close.svelte-1i2vo31{position:absolute;top:0;right:0}.close.svelte-1i2vo31 > .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-1i2vo31 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1i2vo31{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-1i2vo31{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-1i2vo31{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}}");
|
4017
4017
|
}
|
4018
4018
|
|
4019
4019
|
// (278:0) {:else}
|
@@ -4163,7 +4163,7 @@ function create_if_block$c(ctx) {
|
|
4163
4163
|
c() {
|
4164
4164
|
div = element("div");
|
4165
4165
|
create_component(button.$$.fragment);
|
4166
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4166
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
|
4167
4167
|
attr(div, "role", "dialog");
|
4168
4168
|
attr(div, "aria-modal", "true");
|
4169
4169
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4187,7 +4187,7 @@ function create_if_block$c(ctx) {
|
|
4187
4187
|
|
4188
4188
|
button.$set(button_changes);
|
4189
4189
|
|
4190
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4190
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
|
4191
4191
|
attr(div, "class", div_class_value);
|
4192
4192
|
}
|
4193
4193
|
},
|
@@ -4242,7 +4242,7 @@ function create_if_block_1$2(ctx) {
|
|
4242
4242
|
c() {
|
4243
4243
|
div = element("div");
|
4244
4244
|
create_component(button.$$.fragment);
|
4245
|
-
attr(div, "class", "close svelte-
|
4245
|
+
attr(div, "class", "close svelte-1i2vo31");
|
4246
4246
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4247
4247
|
},
|
4248
4248
|
m(target, anchor) {
|
@@ -4331,7 +4331,7 @@ function create_default_slot$6(ctx) {
|
|
4331
4331
|
t = space();
|
4332
4332
|
div = element("div");
|
4333
4333
|
if (default_slot) default_slot.c();
|
4334
|
-
attr(div, "class", "modal-content svelte-
|
4334
|
+
attr(div, "class", "modal-content svelte-1i2vo31");
|
4335
4335
|
attr(div, "style", /*_style*/ ctx[5]);
|
4336
4336
|
},
|
4337
4337
|
m(target, anchor) {
|
@@ -4982,7 +4982,7 @@ class Grid extends SvelteComponent {
|
|
4982
4982
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4983
4983
|
|
4984
4984
|
function add_css$F(target) {
|
4985
|
-
append_styles(target, "svelte-
|
4985
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4986
4986
|
}
|
4987
4987
|
|
4988
4988
|
function create_fragment$1a(ctx) {
|
@@ -4997,8 +4997,8 @@ function create_fragment$1a(ctx) {
|
|
4997
4997
|
div1 = element("div");
|
4998
4998
|
div0 = element("div");
|
4999
4999
|
if (default_slot) default_slot.c();
|
5000
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5001
|
-
attr(div1, "class", "grid-item svelte-
|
5000
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
5001
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
5002
5002
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5003
5003
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5004
5004
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5303,7 +5303,7 @@ class RenderText extends SvelteComponent {
|
|
5303
5303
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5304
5304
|
|
5305
5305
|
function add_css$E(target) {
|
5306
|
-
append_styles(target, "svelte-
|
5306
|
+
append_styles(target, "svelte-vz6867", ".text-element-wrapper.svelte-vz6867.svelte-vz6867{position:relative;height:100%}.text-element.svelte-vz6867.svelte-vz6867{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-vz6867.svelte-vz6867{text-decoration:none;color:inherit}.text-element-inner.svelte-vz6867.svelte-vz6867{width:100%;height:auto}.text-direction-vertical.svelte-vz6867.svelte-vz6867{writing-mode:vertical-rl}.text-direction-vertical.svelte-vz6867 .text-element-inner.svelte-vz6867{width:auto;height:100%}.tooltip.svelte-vz6867.svelte-vz6867{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-vz6867.svelte-vz6867:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-vz6867.svelte-vz6867{display:block}.tooltip-error.svelte-vz6867.svelte-vz6867{background-color:#c00}.tooltip-error.svelte-vz6867.svelte-vz6867:before{border-bottom:7px solid #c00}");
|
5307
5307
|
}
|
5308
5308
|
|
5309
5309
|
// (92:2) {:else}
|
@@ -5320,8 +5320,8 @@ function create_else_block$2(ctx) {
|
|
5320
5320
|
div1 = element("div");
|
5321
5321
|
div0 = element("div");
|
5322
5322
|
create_component(rendertext.$$.fragment);
|
5323
|
-
attr(div0, "class", "text-element-inner svelte-
|
5324
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5323
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5324
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5325
5325
|
attr(div1, "style", /*style*/ ctx[5]);
|
5326
5326
|
},
|
5327
5327
|
m(target, anchor) {
|
@@ -5335,7 +5335,7 @@ function create_else_block$2(ctx) {
|
|
5335
5335
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5336
5336
|
rendertext.$set(rendertext_changes);
|
5337
5337
|
|
5338
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5338
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5339
5339
|
attr(div1, "class", div1_class_value);
|
5340
5340
|
}
|
5341
5341
|
|
@@ -5385,12 +5385,12 @@ function create_if_block$a(ctx) {
|
|
5385
5385
|
t2 = space();
|
5386
5386
|
div2 = element("div");
|
5387
5387
|
div2.textContent = "コピーできませんでした";
|
5388
|
-
attr(div0, "class", "text-element-inner svelte-
|
5388
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5389
5389
|
attr(a, "href", '');
|
5390
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5390
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5391
5391
|
attr(a, "style", /*style*/ ctx[5]);
|
5392
|
-
attr(div1, "class", "tooltip svelte-
|
5393
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5392
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
5393
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
5394
5394
|
},
|
5395
5395
|
m(target, anchor) {
|
5396
5396
|
insert(target, a, anchor);
|
@@ -5414,7 +5414,7 @@ function create_if_block$a(ctx) {
|
|
5414
5414
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5415
5415
|
rendertext.$set(rendertext_changes);
|
5416
5416
|
|
5417
|
-
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-
|
5417
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5418
5418
|
attr(a, "class", a_class_value);
|
5419
5419
|
}
|
5420
5420
|
|
@@ -5466,7 +5466,7 @@ function create_fragment$18(ctx) {
|
|
5466
5466
|
c() {
|
5467
5467
|
div = element("div");
|
5468
5468
|
if_block.c();
|
5469
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5469
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
5470
5470
|
},
|
5471
5471
|
m(target, anchor) {
|
5472
5472
|
insert(target, div, anchor);
|
@@ -5632,7 +5632,7 @@ class TextElement extends SvelteComponent {
|
|
5632
5632
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5633
5633
|
|
5634
5634
|
function add_css$D(target) {
|
5635
|
-
append_styles(target, "svelte-
|
5635
|
+
append_styles(target, "svelte-ujdxfc", ".text-button-element.svelte-ujdxfc{width:100%;height:100%}.text-button-element.svelte-ujdxfc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-ujdxfc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ujdxfc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ujdxfc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5636
5636
|
}
|
5637
5637
|
|
5638
5638
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5688,7 +5688,7 @@ function create_fragment$17(ctx) {
|
|
5688
5688
|
c() {
|
5689
5689
|
div = element("div");
|
5690
5690
|
create_component(button.$$.fragment);
|
5691
|
-
attr(div, "class", "text-button-element svelte-
|
5691
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5692
5692
|
},
|
5693
5693
|
m(target, anchor) {
|
5694
5694
|
insert(target, div, anchor);
|
@@ -5780,7 +5780,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5780
5780
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5781
5781
|
|
5782
5782
|
function add_css$C(target) {
|
5783
|
-
append_styles(target, "svelte-
|
5783
|
+
append_styles(target, "svelte-1alkh1m", ".image-element.svelte-1alkh1m{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1alkh1m > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-1alkh1m > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1alkh1m > .button:not(._disabled):hover,.image-element.transport.svelte-1alkh1m > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-1alkh1m{width:100%;height:100%}");
|
5784
5784
|
}
|
5785
5785
|
|
5786
5786
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5792,7 +5792,7 @@ function create_default_slot$4(ctx) {
|
|
5792
5792
|
return {
|
5793
5793
|
c() {
|
5794
5794
|
img = element("img");
|
5795
|
-
attr(img, "class", "image svelte-
|
5795
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5796
5796
|
attr(img, "loading", "lazy");
|
5797
5797
|
attr(img, "width", "auto");
|
5798
5798
|
attr(img, "height", "auto");
|
@@ -5854,7 +5854,7 @@ function create_fragment$16(ctx) {
|
|
5854
5854
|
c() {
|
5855
5855
|
div = element("div");
|
5856
5856
|
create_component(button.$$.fragment);
|
5857
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5857
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5858
5858
|
},
|
5859
5859
|
m(target, anchor) {
|
5860
5860
|
insert(target, div, anchor);
|
@@ -5873,7 +5873,7 @@ function create_fragment$16(ctx) {
|
|
5873
5873
|
|
5874
5874
|
button.$set(button_changes);
|
5875
5875
|
|
5876
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5876
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5877
5877
|
attr(div, "class", div_class_value);
|
5878
5878
|
}
|
5879
5879
|
},
|
@@ -5945,7 +5945,7 @@ class ImageElement extends SvelteComponent {
|
|
5945
5945
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5946
5946
|
|
5947
5947
|
function add_css$B(target) {
|
5948
|
-
append_styles(target, "svelte-
|
5948
|
+
append_styles(target, "svelte-1t8r9z", ".list.svelte-1t8r9z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5949
5949
|
}
|
5950
5950
|
|
5951
5951
|
function create_fragment$15(ctx) {
|
@@ -5958,7 +5958,7 @@ function create_fragment$15(ctx) {
|
|
5958
5958
|
c() {
|
5959
5959
|
div = element("div");
|
5960
5960
|
if (default_slot) default_slot.c();
|
5961
|
-
attr(div, "class", "list svelte-
|
5961
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5962
5962
|
attr(div, "style", /*style*/ ctx[0]);
|
5963
5963
|
},
|
5964
5964
|
m(target, anchor) {
|
@@ -6092,7 +6092,7 @@ class List extends SvelteComponent {
|
|
6092
6092
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6093
6093
|
|
6094
6094
|
function add_css$A(target) {
|
6095
|
-
append_styles(target, "svelte-
|
6095
|
+
append_styles(target, "svelte-1lbw8v2", ".list-item.svelte-1lbw8v2{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1lbw8v2 > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6096
6096
|
}
|
6097
6097
|
|
6098
6098
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6162,7 +6162,7 @@ function create_fragment$14(ctx) {
|
|
6162
6162
|
c() {
|
6163
6163
|
div = element("div");
|
6164
6164
|
create_component(button.$$.fragment);
|
6165
|
-
attr(div, "class", "list-item svelte-
|
6165
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
6166
6166
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6167
6167
|
},
|
6168
6168
|
m(target, anchor) {
|
@@ -6288,7 +6288,7 @@ class ListItem extends SvelteComponent {
|
|
6288
6288
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6289
6289
|
|
6290
6290
|
function add_css$z(target) {
|
6291
|
-
append_styles(target, "svelte-
|
6291
|
+
append_styles(target, "svelte-w6jkzh", ".embed.svelte-w6jkzh{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-w6jkzh iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6292
6292
|
}
|
6293
6293
|
|
6294
6294
|
function create_fragment$13(ctx) {
|
@@ -6297,7 +6297,7 @@ function create_fragment$13(ctx) {
|
|
6297
6297
|
return {
|
6298
6298
|
c() {
|
6299
6299
|
div = element("div");
|
6300
|
-
attr(div, "class", "embed svelte-
|
6300
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
6301
6301
|
attr(div, "style", /*_style*/ ctx[1]);
|
6302
6302
|
},
|
6303
6303
|
m(target, anchor) {
|
@@ -6340,7 +6340,7 @@ class EmbedElement extends SvelteComponent {
|
|
6340
6340
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6341
6341
|
|
6342
6342
|
function add_css$y(target) {
|
6343
|
-
append_styles(target, "svelte-
|
6343
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6344
6344
|
}
|
6345
6345
|
|
6346
6346
|
function create_fragment$12(ctx) {
|
@@ -6352,7 +6352,7 @@ function create_fragment$12(ctx) {
|
|
6352
6352
|
div1 = element("div");
|
6353
6353
|
div0 = element("div");
|
6354
6354
|
attr(div0, "class", "karte-player");
|
6355
|
-
attr(div1, "class", "embed svelte-
|
6355
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6356
6356
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6357
6357
|
},
|
6358
6358
|
m(target, anchor) {
|
@@ -6694,7 +6694,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6694
6694
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6695
6695
|
|
6696
6696
|
function add_css$x(target) {
|
6697
|
-
append_styles(target, "svelte-
|
6697
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6698
6698
|
}
|
6699
6699
|
|
6700
6700
|
function create_fragment$11(ctx) {
|
@@ -6706,7 +6706,7 @@ function create_fragment$11(ctx) {
|
|
6706
6706
|
div1 = element("div");
|
6707
6707
|
div0 = element("div");
|
6708
6708
|
attr(div0, "class", "karte-player");
|
6709
|
-
attr(div1, "class", "embed svelte-
|
6709
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6710
6710
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6711
6711
|
},
|
6712
6712
|
m(target, anchor) {
|
@@ -6890,7 +6890,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6890
6890
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6891
6891
|
|
6892
6892
|
function add_css$w(target) {
|
6893
|
-
append_styles(target, "svelte-
|
6893
|
+
append_styles(target, "svelte-1fjy5oo", ".textarea-wrapper.svelte-1fjy5oo{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-1fjy5oo{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-1fjy5oo::placeholder{color:var(--placeholder-color)}.textarea.svelte-1fjy5oo:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6894
6894
|
}
|
6895
6895
|
|
6896
6896
|
function create_fragment$10(ctx) {
|
@@ -6903,12 +6903,12 @@ function create_fragment$10(ctx) {
|
|
6903
6903
|
c() {
|
6904
6904
|
div = element("div");
|
6905
6905
|
textarea = element("textarea");
|
6906
|
-
attr(textarea, "class", "textarea svelte-
|
6906
|
+
attr(textarea, "class", "textarea svelte-1fjy5oo");
|
6907
6907
|
textarea.value = /*$value*/ ctx[4];
|
6908
6908
|
textarea.required = /*required*/ ctx[1];
|
6909
6909
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6910
6910
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6911
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6911
|
+
attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
|
6912
6912
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6913
6913
|
},
|
6914
6914
|
m(target, anchor) {
|
@@ -7060,7 +7060,7 @@ class FormTextarea extends SvelteComponent {
|
|
7060
7060
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7061
7061
|
|
7062
7062
|
function add_css$v(target) {
|
7063
|
-
append_styles(target, "svelte-
|
7063
|
+
append_styles(target, "svelte-1ntb6j8", ".radio-buttons.svelte-1ntb6j8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-1ntb6j8{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-1ntb6j8{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-1ntb6j8:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-1ntb6j8{margin-left:0.5em}");
|
7064
7064
|
}
|
7065
7065
|
|
7066
7066
|
function get_each_context$6(ctx, list, i) {
|
@@ -7094,14 +7094,14 @@ function create_each_block$6(ctx) {
|
|
7094
7094
|
t1 = text(t1_value);
|
7095
7095
|
t2 = space();
|
7096
7096
|
attr(input, "type", "radio");
|
7097
|
-
attr(input, "class", "radio-button-input svelte-
|
7097
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
7098
7098
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7099
7099
|
attr(input, "name", /*name*/ ctx[0]);
|
7100
7100
|
input.value = input_value_value = /*option*/ ctx[17];
|
7101
7101
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7102
|
-
attr(span, "class", "radio-button-text svelte-
|
7102
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
7103
7103
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7104
|
-
attr(label, "class", "radio-button svelte-
|
7104
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
7105
7105
|
},
|
7106
7106
|
m(target, anchor) {
|
7107
7107
|
insert(target, label, anchor);
|
@@ -7166,7 +7166,7 @@ function create_fragment$$(ctx) {
|
|
7166
7166
|
each_blocks[i].c();
|
7167
7167
|
}
|
7168
7168
|
|
7169
|
-
attr(div, "class", "radio-buttons svelte-
|
7169
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
7170
7170
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7171
7171
|
},
|
7172
7172
|
m(target, anchor) {
|
@@ -7335,7 +7335,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7335
7335
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7336
7336
|
|
7337
7337
|
function add_css$u(target) {
|
7338
|
-
append_styles(target, "svelte-
|
7338
|
+
append_styles(target, "svelte-iejizj", ".select.svelte-iejizj{width:100%;height:100%}.select-select.svelte-iejizj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-iejizj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-iejizj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7339
7339
|
}
|
7340
7340
|
|
7341
7341
|
function get_each_context$5(ctx, list, i) {
|
@@ -7469,10 +7469,10 @@ function create_fragment$_(ctx) {
|
|
7469
7469
|
|
7470
7470
|
t = space();
|
7471
7471
|
div0 = element("div");
|
7472
|
-
attr(select, "class", "select-select svelte-
|
7472
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7473
7473
|
attr(select, "style", /*style*/ ctx[3]);
|
7474
|
-
attr(div0, "class", "select-icon svelte-
|
7475
|
-
attr(div1, "class", "select svelte-
|
7474
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7475
|
+
attr(div1, "class", "select svelte-iejizj");
|
7476
7476
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7477
7477
|
},
|
7478
7478
|
m(target, anchor) {
|
@@ -7674,7 +7674,7 @@ class FormSelect extends SvelteComponent {
|
|
7674
7674
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7675
7675
|
|
7676
7676
|
function add_css$t(target) {
|
7677
|
-
append_styles(target, "svelte-
|
7677
|
+
append_styles(target, "svelte-2pz1us", ".check-boxes.svelte-2pz1us.svelte-2pz1us{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-2pz1us.svelte-2pz1us{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-2pz1us.svelte-2pz1us{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-2pz1us.svelte-2pz1us{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-2pz1us.svelte-2pz1us{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-2pz1us.svelte-2pz1us:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-2pz1us.svelte-2pz1us{background-color:var(--color-main-active)}.check-box-check._checked.svelte-2pz1us .check-box-icon.svelte-2pz1us:after{border-color:var(--color-sub-active)}.check-box-text.svelte-2pz1us.svelte-2pz1us{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7678
7678
|
}
|
7679
7679
|
|
7680
7680
|
function get_each_context$4(ctx, list, i) {
|
@@ -7713,19 +7713,19 @@ function create_each_block$4(ctx) {
|
|
7713
7713
|
span2 = element("span");
|
7714
7714
|
t2 = text(t2_value);
|
7715
7715
|
t3 = space();
|
7716
|
-
attr(input, "class", "check-box-input svelte-
|
7716
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7717
7717
|
attr(input, "type", "checkbox");
|
7718
7718
|
attr(input, "name", /*name*/ ctx[0]);
|
7719
7719
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7720
|
-
attr(span0, "class", "check-box-icon svelte-
|
7720
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7721
7721
|
|
7722
7722
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7723
7723
|
? ' _checked'
|
7724
|
-
: ''}`) + " svelte-
|
7724
|
+
: ''}`) + " svelte-2pz1us"));
|
7725
7725
|
|
7726
|
-
attr(span2, "class", "check-box-text svelte-
|
7726
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7727
7727
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7728
|
-
attr(label, "class", "check-box svelte-
|
7728
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7729
7729
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7730
7730
|
},
|
7731
7731
|
m(target, anchor) {
|
@@ -7757,7 +7757,7 @@ function create_each_block$4(ctx) {
|
|
7757
7757
|
|
7758
7758
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7759
7759
|
? ' _checked'
|
7760
|
-
: ''}`) + " svelte-
|
7760
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7761
7761
|
attr(span1, "class", span1_class_value);
|
7762
7762
|
}
|
7763
7763
|
|
@@ -7796,7 +7796,7 @@ function create_fragment$Z(ctx) {
|
|
7796
7796
|
each_blocks[i].c();
|
7797
7797
|
}
|
7798
7798
|
|
7799
|
-
attr(div, "class", "check-boxes svelte-
|
7799
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7800
7800
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7801
7801
|
},
|
7802
7802
|
m(target, anchor) {
|
@@ -7971,7 +7971,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7971
7971
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7972
7972
|
|
7973
7973
|
function add_css$s(target) {
|
7974
|
-
append_styles(target, "svelte-
|
7974
|
+
append_styles(target, "svelte-9idbf1", ".rating-buttons.svelte-9idbf1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-9idbf1{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}");
|
7975
7975
|
}
|
7976
7976
|
|
7977
7977
|
function get_each_context$3(ctx, list, i) {
|
@@ -7995,7 +7995,7 @@ function create_each_block$3(ctx) {
|
|
7995
7995
|
button = element("button");
|
7996
7996
|
t0 = text(t0_value);
|
7997
7997
|
t1 = space();
|
7998
|
-
attr(button, "class", "rating-button svelte-
|
7998
|
+
attr(button, "class", "rating-button svelte-9idbf1");
|
7999
7999
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8000
8000
|
},
|
8001
8001
|
m(target, anchor) {
|
@@ -8044,7 +8044,7 @@ function create_fragment$Y(ctx) {
|
|
8044
8044
|
each_blocks[i].c();
|
8045
8045
|
}
|
8046
8046
|
|
8047
|
-
attr(div, "class", "rating-buttons svelte-
|
8047
|
+
attr(div, "class", "rating-buttons svelte-9idbf1");
|
8048
8048
|
},
|
8049
8049
|
m(target, anchor) {
|
8050
8050
|
insert(target, div, anchor);
|
@@ -8188,7 +8188,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8188
8188
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8189
8189
|
|
8190
8190
|
function add_css$r(target) {
|
8191
|
-
append_styles(target, "svelte-
|
8191
|
+
append_styles(target, "svelte-1b5dvzw", ".rating-buttons.svelte-1b5dvzw{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1b5dvzw{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-1b5dvzw{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-1b5dvzw:not(._active){filter:grayscale(100%)}");
|
8192
8192
|
}
|
8193
8193
|
|
8194
8194
|
function get_each_context$2(ctx, list, i) {
|
@@ -8213,9 +8213,9 @@ function create_each_block$2(ctx) {
|
|
8213
8213
|
img = element("img");
|
8214
8214
|
t = space();
|
8215
8215
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8216
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8216
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
8217
8217
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8218
|
-
attr(button, "class", "rating-button svelte-
|
8218
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
8219
8219
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8220
8220
|
},
|
8221
8221
|
m(target, anchor) {
|
@@ -8231,7 +8231,7 @@ function create_each_block$2(ctx) {
|
|
8231
8231
|
p(new_ctx, dirty) {
|
8232
8232
|
ctx = new_ctx;
|
8233
8233
|
|
8234
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8234
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"))) {
|
8235
8235
|
attr(img, "class", img_class_value);
|
8236
8236
|
}
|
8237
8237
|
|
@@ -8264,7 +8264,7 @@ function create_fragment$X(ctx) {
|
|
8264
8264
|
each_blocks[i].c();
|
8265
8265
|
}
|
8266
8266
|
|
8267
|
-
attr(div, "class", "rating-buttons svelte-
|
8267
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
8268
8268
|
},
|
8269
8269
|
m(target, anchor) {
|
8270
8270
|
insert(target, div, anchor);
|
@@ -8372,7 +8372,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8372
8372
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8373
8373
|
|
8374
8374
|
function add_css$q(target) {
|
8375
|
-
append_styles(target, "svelte-
|
8375
|
+
append_styles(target, "svelte-f14zo5", ".input-wrapper.svelte-f14zo5{display:flex;align-items:center;width:100%;height:100%}.input.svelte-f14zo5{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-f14zo5::placeholder{color:var(--placeholder-color)}.input.svelte-f14zo5: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-f14zo5{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8376
8376
|
}
|
8377
8377
|
|
8378
8378
|
function create_fragment$W(ctx) {
|
@@ -8386,13 +8386,13 @@ function create_fragment$W(ctx) {
|
|
8386
8386
|
c() {
|
8387
8387
|
div = element("div");
|
8388
8388
|
input = element("input");
|
8389
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8389
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
|
8390
8390
|
attr(input, "type", "text");
|
8391
8391
|
input.value = /*$value*/ ctx[2];
|
8392
8392
|
input.required = /*required*/ ctx[0];
|
8393
8393
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8394
8394
|
attr(input, "style", /*style*/ ctx[5]);
|
8395
|
-
attr(div, "class", "input-wrapper svelte-
|
8395
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
8396
8396
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8397
8397
|
},
|
8398
8398
|
m(target, anchor) {
|
@@ -8405,7 +8405,7 @@ function create_fragment$W(ctx) {
|
|
8405
8405
|
}
|
8406
8406
|
},
|
8407
8407
|
p(ctx, [dirty]) {
|
8408
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8408
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
|
8409
8409
|
attr(input, "class", input_class_value);
|
8410
8410
|
}
|
8411
8411
|
|
@@ -8593,7 +8593,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8593
8593
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8594
8594
|
|
8595
8595
|
function add_css$p(target) {
|
8596
|
-
append_styles(target, "svelte-
|
8596
|
+
append_styles(target, "svelte-pzrwlo", ".radio-buttons.svelte-pzrwlo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-pzrwlo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-pzrwlo{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-pzrwlo: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-pzrwlo{margin-left:0.5em}");
|
8597
8597
|
}
|
8598
8598
|
|
8599
8599
|
function create_fragment$V(ctx) {
|
@@ -8631,20 +8631,20 @@ function create_fragment$V(ctx) {
|
|
8631
8631
|
span1 = element("span");
|
8632
8632
|
t4 = text("いいえ");
|
8633
8633
|
attr(input0, "type", "radio");
|
8634
|
-
attr(input0, "class", "radio-button-input svelte-
|
8634
|
+
attr(input0, "class", "radio-button-input svelte-pzrwlo");
|
8635
8635
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8636
8636
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8637
|
-
attr(span0, "class", "radio-button-text svelte-
|
8637
|
+
attr(span0, "class", "radio-button-text svelte-pzrwlo");
|
8638
8638
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8639
|
-
attr(label0, "class", "radio-button svelte-
|
8639
|
+
attr(label0, "class", "radio-button svelte-pzrwlo");
|
8640
8640
|
attr(input1, "type", "radio");
|
8641
|
-
attr(input1, "class", "radio-button-input svelte-
|
8641
|
+
attr(input1, "class", "radio-button-input svelte-pzrwlo");
|
8642
8642
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8643
8643
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8644
|
-
attr(span1, "class", "radio-button-text svelte-
|
8644
|
+
attr(span1, "class", "radio-button-text svelte-pzrwlo");
|
8645
8645
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8646
|
-
attr(label1, "class", "radio-button svelte-
|
8647
|
-
attr(div, "class", "radio-buttons svelte-
|
8646
|
+
attr(label1, "class", "radio-button svelte-pzrwlo");
|
8647
|
+
attr(div, "class", "radio-buttons svelte-pzrwlo");
|
8648
8648
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8649
8649
|
},
|
8650
8650
|
m(target, anchor) {
|
@@ -8812,7 +8812,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8812
8812
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8813
8813
|
|
8814
8814
|
function add_css$o(target) {
|
8815
|
-
append_styles(target, "svelte-
|
8815
|
+
append_styles(target, "svelte-1qfq79t", ".root.svelte-1qfq79t{width:100%;height:100%;position:relative}.container.svelte-1qfq79t{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-1qfq79t{height:100%;position:absolute;display:flex}.transition.svelte-1qfq79t{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-1qfq79t{height:100%;flex:none}.prev-button-container.svelte-1qfq79t,.next-button-container.svelte-1qfq79t{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-1qfq79t{left:0}.next-button-container.svelte-1qfq79t{right:0}.move-button.svelte-1qfq79t{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-1qfq79t{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-1qfq79t{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-1qfq79t{border-radius:51%}");
|
8816
8816
|
}
|
8817
8817
|
|
8818
8818
|
function get_each_context$1(ctx, list, i) {
|
@@ -8841,9 +8841,9 @@ function create_if_block_1$1(ctx) {
|
|
8841
8841
|
attr(svg, "viewBox", "0 0 10 16");
|
8842
8842
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8843
8843
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8844
|
-
attr(button, "class", "move-button svelte-
|
8844
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8845
8845
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8846
|
-
attr(div, "class", "prev-button-container svelte-
|
8846
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
8847
8847
|
},
|
8848
8848
|
m(target, anchor) {
|
8849
8849
|
insert(target, div, anchor);
|
@@ -8892,9 +8892,9 @@ function create_if_block$8(ctx) {
|
|
8892
8892
|
attr(svg, "viewBox", "0 0 10 16");
|
8893
8893
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8894
8894
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8895
|
-
attr(button, "class", "move-button svelte-
|
8895
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8896
8896
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8897
|
-
attr(div, "class", "next-button-container svelte-
|
8897
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
8898
8898
|
},
|
8899
8899
|
m(target, anchor) {
|
8900
8900
|
insert(target, div, anchor);
|
@@ -8942,9 +8942,9 @@ function create_each_block$1(ctx) {
|
|
8942
8942
|
button = element("button");
|
8943
8943
|
div = element("div");
|
8944
8944
|
t = space();
|
8945
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8945
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
8946
8946
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8947
|
-
attr(button, "class", "navigation-item svelte-
|
8947
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
8948
8948
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8949
8949
|
},
|
8950
8950
|
m(target, anchor) {
|
@@ -9021,14 +9021,14 @@ function create_fragment$U(ctx) {
|
|
9021
9021
|
each_blocks[i].c();
|
9022
9022
|
}
|
9023
9023
|
|
9024
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9024
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
9025
9025
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9026
|
-
attr(div1, "class", "container svelte-
|
9026
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
9027
9027
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9028
|
-
attr(div2, "class", "navigation svelte-
|
9028
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
9029
9029
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9030
9030
|
set_attributes(div3, div3_data);
|
9031
|
-
toggle_class(div3, "svelte-
|
9031
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9032
9032
|
},
|
9033
9033
|
m(target, anchor) {
|
9034
9034
|
insert(target, div3, anchor);
|
@@ -9070,7 +9070,7 @@ function create_fragment$U(ctx) {
|
|
9070
9070
|
}
|
9071
9071
|
}
|
9072
9072
|
|
9073
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9073
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
9074
9074
|
attr(div0, "class", div0_class_value);
|
9075
9075
|
}
|
9076
9076
|
|
@@ -9136,7 +9136,7 @@ function create_fragment$U(ctx) {
|
|
9136
9136
|
}
|
9137
9137
|
|
9138
9138
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9139
|
-
toggle_class(div3, "svelte-
|
9139
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9140
9140
|
},
|
9141
9141
|
i(local) {
|
9142
9142
|
if (current) return;
|
@@ -9648,7 +9648,7 @@ class Slide extends SvelteComponent {
|
|
9648
9648
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9649
9649
|
|
9650
9650
|
function add_css$n(target) {
|
9651
|
-
append_styles(target, "svelte-
|
9651
|
+
append_styles(target, "svelte-1rv0qgo", ".item.svelte-1rv0qgo{height:100%;flex:none;position:relative}.item.svelte-1rv0qgo img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1rv0qgo{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9652
9652
|
}
|
9653
9653
|
|
9654
9654
|
function create_fragment$T(ctx) {
|
@@ -9663,9 +9663,9 @@ function create_fragment$T(ctx) {
|
|
9663
9663
|
div1 = element("div");
|
9664
9664
|
div0 = element("div");
|
9665
9665
|
if (default_slot) default_slot.c();
|
9666
|
-
attr(div0, "class", "item-inner svelte-
|
9666
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
9667
9667
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9668
|
-
attr(div1, "class", "item svelte-
|
9668
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
9669
9669
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9670
9670
|
},
|
9671
9671
|
m(target, anchor) {
|
@@ -9791,7 +9791,7 @@ class SlideItem extends SvelteComponent {
|
|
9791
9791
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9792
9792
|
|
9793
9793
|
function add_css$m(target) {
|
9794
|
-
append_styles(target, "svelte-
|
9794
|
+
append_styles(target, "svelte-t87l6f", ".countdown.svelte-t87l6f{position:relative;width:100%;height:100%}.countdown-inner.svelte-t87l6f{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9795
9795
|
}
|
9796
9796
|
|
9797
9797
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9809,9 +9809,9 @@ function create_fragment$S(ctx) {
|
|
9809
9809
|
div1 = element("div");
|
9810
9810
|
div0 = element("div");
|
9811
9811
|
if (default_slot) default_slot.c();
|
9812
|
-
attr(div0, "class", "countdown-inner svelte-
|
9812
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
9813
9813
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9814
|
-
attr(div1, "class", "countdown svelte-
|
9814
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
9815
9815
|
},
|
9816
9816
|
m(target, anchor) {
|
9817
9817
|
insert(target, div1, anchor);
|
@@ -9945,7 +9945,7 @@ class Countdown extends SvelteComponent {
|
|
9945
9945
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9946
9946
|
|
9947
9947
|
function add_css$l(target) {
|
9948
|
-
append_styles(target, "svelte-
|
9948
|
+
append_styles(target, "svelte-1c91vpe", ".box.svelte-1c91vpe{position:relative;width:100%;height:100%}.box.svelte-1c91vpe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9949
9949
|
}
|
9950
9950
|
|
9951
9951
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10015,7 +10015,7 @@ function create_fragment$R(ctx) {
|
|
10015
10015
|
c() {
|
10016
10016
|
div = element("div");
|
10017
10017
|
create_component(button.$$.fragment);
|
10018
|
-
attr(div, "class", "box svelte-
|
10018
|
+
attr(div, "class", "box svelte-1c91vpe");
|
10019
10019
|
},
|
10020
10020
|
m(target, anchor) {
|
10021
10021
|
insert(target, div, anchor);
|
@@ -10076,7 +10076,7 @@ class Box extends SvelteComponent {
|
|
10076
10076
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10077
10077
|
|
10078
10078
|
function add_css$k(target) {
|
10079
|
-
append_styles(target, "svelte-
|
10079
|
+
append_styles(target, "svelte-1mk6wi4", ".icon.svelte-1mk6wi4{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mk6wi4 > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mk6wi4 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mk6wi4 svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10080
10080
|
}
|
10081
10081
|
|
10082
10082
|
// (56:4) {#if svg}
|
@@ -10158,7 +10158,7 @@ function create_fragment$Q(ctx) {
|
|
10158
10158
|
c() {
|
10159
10159
|
div = element("div");
|
10160
10160
|
create_component(button.$$.fragment);
|
10161
|
-
attr(div, "class", "icon svelte-
|
10161
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
10162
10162
|
},
|
10163
10163
|
m(target, anchor) {
|
10164
10164
|
insert(target, div, anchor);
|
@@ -10267,7 +10267,7 @@ class IconElement extends SvelteComponent {
|
|
10267
10267
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10268
10268
|
|
10269
10269
|
function add_css$j(target) {
|
10270
|
-
append_styles(target, "svelte-
|
10270
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10271
10271
|
}
|
10272
10272
|
|
10273
10273
|
function create_fragment$P(ctx) {
|
@@ -10293,7 +10293,7 @@ function create_fragment$P(ctx) {
|
|
10293
10293
|
c() {
|
10294
10294
|
div = element("div");
|
10295
10295
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10296
|
-
attr(div, "class", "codeElement svelte-
|
10296
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
10297
10297
|
attr(div, "style", /*style*/ ctx[3]);
|
10298
10298
|
},
|
10299
10299
|
m(target, anchor) {
|
@@ -10382,7 +10382,7 @@ class CodeElement extends SvelteComponent {
|
|
10382
10382
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10383
10383
|
|
10384
10384
|
function add_css$i(target) {
|
10385
|
-
append_styles(target, "svelte-
|
10385
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
10386
10386
|
}
|
10387
10387
|
|
10388
10388
|
function create_fragment$O(ctx) {
|
@@ -10396,7 +10396,7 @@ function create_fragment$O(ctx) {
|
|
10396
10396
|
c() {
|
10397
10397
|
div = element("div");
|
10398
10398
|
if (default_slot) default_slot.c();
|
10399
|
-
attr(div, "class", "flex svelte-
|
10399
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
10400
10400
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10401
10401
|
},
|
10402
10402
|
m(target, anchor) {
|
@@ -10493,7 +10493,7 @@ class Flex extends SvelteComponent {
|
|
10493
10493
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10494
10494
|
|
10495
10495
|
function add_css$h(target) {
|
10496
|
-
append_styles(target, "svelte-
|
10496
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10497
10497
|
}
|
10498
10498
|
|
10499
10499
|
function create_fragment$N(ctx) {
|
@@ -10506,7 +10506,7 @@ function create_fragment$N(ctx) {
|
|
10506
10506
|
c() {
|
10507
10507
|
div = element("div");
|
10508
10508
|
if (default_slot) default_slot.c();
|
10509
|
-
attr(div, "class", "flex-item svelte-
|
10509
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
10510
10510
|
attr(div, "style", /*style*/ ctx[0]);
|
10511
10511
|
},
|
10512
10512
|
m(target, anchor) {
|
@@ -10914,7 +10914,7 @@ class GridModalState extends SvelteComponent {
|
|
10914
10914
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10915
10915
|
|
10916
10916
|
function add_css$g(target) {
|
10917
|
-
append_styles(target, "svelte-
|
10917
|
+
append_styles(target, "svelte-akic2e", ".text-block.svelte-akic2e.svelte-akic2e{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-akic2e.svelte-akic2e{width:100%;height:auto}.text-direction-vertical.svelte-akic2e.svelte-akic2e{writing-mode:vertical-rl}.text-direction-vertical.svelte-akic2e .text-block-inner.svelte-akic2e{width:auto;height:100%}");
|
10918
10918
|
}
|
10919
10919
|
|
10920
10920
|
function create_fragment$L(ctx) {
|
@@ -10930,8 +10930,8 @@ function create_fragment$L(ctx) {
|
|
10930
10930
|
div1 = element("div");
|
10931
10931
|
div0 = element("div");
|
10932
10932
|
create_component(rendertext.$$.fragment);
|
10933
|
-
attr(div0, "class", "text-block-inner svelte-
|
10934
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10933
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
10934
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
10935
10935
|
attr(div1, "style", /*style*/ ctx[2]);
|
10936
10936
|
},
|
10937
10937
|
m(target, anchor) {
|
@@ -10945,7 +10945,7 @@ function create_fragment$L(ctx) {
|
|
10945
10945
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10946
10946
|
rendertext.$set(rendertext_changes);
|
10947
10947
|
|
10948
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10948
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
10949
10949
|
attr(div1, "class", div1_class_value);
|
10950
10950
|
}
|
10951
10951
|
|
@@ -11023,7 +11023,7 @@ class TextBlock extends SvelteComponent {
|
|
11023
11023
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11024
11024
|
|
11025
11025
|
function add_css$f(target) {
|
11026
|
-
append_styles(target, "svelte-
|
11026
|
+
append_styles(target, "svelte-1c34p4n", ".text-button-block.svelte-1c34p4n{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-1c34p4n{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-1c34p4n:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1c34p4n:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11027
11027
|
}
|
11028
11028
|
|
11029
11029
|
function create_fragment$K(ctx) {
|
@@ -11040,9 +11040,9 @@ function create_fragment$K(ctx) {
|
|
11040
11040
|
div = element("div");
|
11041
11041
|
button = element("button");
|
11042
11042
|
create_component(rendertext.$$.fragment);
|
11043
|
-
attr(button, "class", "text-button svelte-
|
11043
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
11044
11044
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11045
|
-
attr(div, "class", "text-button-block svelte-
|
11045
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
11046
11046
|
attr(div, "style", /*_style*/ ctx[2]);
|
11047
11047
|
},
|
11048
11048
|
m(target, anchor) {
|
@@ -11148,7 +11148,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11148
11148
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11149
11149
|
|
11150
11150
|
function add_css$e(target) {
|
11151
|
-
append_styles(target, "svelte-
|
11151
|
+
append_styles(target, "svelte-1jus6sx", ".image-block.svelte-1jus6sx{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1jus6sx{width:100%;height:100%}.transport.svelte-1jus6sx:hover,.transport.svelte-1jus6sx:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11152
11152
|
}
|
11153
11153
|
|
11154
11154
|
function create_fragment$J(ctx) {
|
@@ -11164,14 +11164,14 @@ function create_fragment$J(ctx) {
|
|
11164
11164
|
c() {
|
11165
11165
|
div = element("div");
|
11166
11166
|
img = element("img");
|
11167
|
-
attr(img, "class", "image svelte-
|
11167
|
+
attr(img, "class", "image svelte-1jus6sx");
|
11168
11168
|
attr(img, "loading", "lazy");
|
11169
11169
|
attr(img, "width", "auto");
|
11170
11170
|
attr(img, "height", "auto");
|
11171
11171
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11172
11172
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11173
11173
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11174
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11174
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
11175
11175
|
attr(div, "style", /*_style*/ ctx[5]);
|
11176
11176
|
},
|
11177
11177
|
m(target, anchor) {
|
@@ -11196,7 +11196,7 @@ function create_fragment$J(ctx) {
|
|
11196
11196
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11197
11197
|
}
|
11198
11198
|
|
11199
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11199
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
11200
11200
|
attr(div, "class", div_class_value);
|
11201
11201
|
}
|
11202
11202
|
|
@@ -11455,7 +11455,7 @@ const useInjectCustomizeCss = (props) => {
|
|
11455
11455
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11456
11456
|
|
11457
11457
|
function add_css$d(target) {
|
11458
|
-
append_styles(target, "svelte-
|
11458
|
+
append_styles(target, "svelte-uy130g", ".avatar.svelte-uy130g{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}");
|
11459
11459
|
}
|
11460
11460
|
|
11461
11461
|
// (35:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -11485,7 +11485,7 @@ function create_dynamic_element$8(ctx) {
|
|
11485
11485
|
svelte_element = element(/*element*/ ctx[5]);
|
11486
11486
|
img = element("img");
|
11487
11487
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11488
|
-
attr(img, "class", "avatar-image svelte-
|
11488
|
+
attr(img, "class", "avatar-image svelte-uy130g");
|
11489
11489
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11490
11490
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11491
11491
|
|
@@ -11495,7 +11495,7 @@ function create_dynamic_element$8(ctx) {
|
|
11495
11495
|
set_attributes(svelte_element, svelte_element_data);
|
11496
11496
|
}
|
11497
11497
|
|
11498
|
-
toggle_class(svelte_element, "svelte-
|
11498
|
+
toggle_class(svelte_element, "svelte-uy130g", true);
|
11499
11499
|
},
|
11500
11500
|
m(target, anchor) {
|
11501
11501
|
insert(target, svelte_element, anchor);
|
@@ -11532,7 +11532,7 @@ function create_dynamic_element$8(ctx) {
|
|
11532
11532
|
set_attributes(svelte_element, svelte_element_data);
|
11533
11533
|
}
|
11534
11534
|
|
11535
|
-
toggle_class(svelte_element, "svelte-
|
11535
|
+
toggle_class(svelte_element, "svelte-uy130g", true);
|
11536
11536
|
},
|
11537
11537
|
d(detaching) {
|
11538
11538
|
if (detaching) detach(svelte_element);
|
@@ -13335,7 +13335,7 @@ const ICON_VARIANTS = {
|
|
13335
13335
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13336
13336
|
|
13337
13337
|
function add_css$c(target) {
|
13338
|
-
append_styles(target, "svelte-
|
13338
|
+
append_styles(target, "svelte-mut6o2", ".icon.svelte-mut6o2{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
|
13339
13339
|
}
|
13340
13340
|
|
13341
13341
|
// (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -13383,7 +13383,7 @@ function create_dynamic_element$7(ctx) {
|
|
13383
13383
|
set_attributes(svelte_element, svelte_element_data);
|
13384
13384
|
}
|
13385
13385
|
|
13386
|
-
toggle_class(svelte_element, "svelte-
|
13386
|
+
toggle_class(svelte_element, "svelte-mut6o2", true);
|
13387
13387
|
},
|
13388
13388
|
m(target, anchor) {
|
13389
13389
|
insert(target, svelte_element, anchor);
|
@@ -13436,7 +13436,7 @@ function create_dynamic_element$7(ctx) {
|
|
13436
13436
|
set_attributes(svelte_element, svelte_element_data);
|
13437
13437
|
}
|
13438
13438
|
|
13439
|
-
toggle_class(svelte_element, "svelte-
|
13439
|
+
toggle_class(svelte_element, "svelte-mut6o2", true);
|
13440
13440
|
},
|
13441
13441
|
i(local) {
|
13442
13442
|
if (current) return;
|
@@ -13713,7 +13713,7 @@ function darkenColor(color, percent) {
|
|
13713
13713
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13714
13714
|
|
13715
13715
|
function add_css$b(target) {
|
13716
|
-
append_styles(target, "svelte-
|
13716
|
+
append_styles(target, "svelte-1o60d09", ".button.svelte-1o60d09{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-1o60d09:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-1o60d09{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13717
13717
|
}
|
13718
13718
|
|
13719
13719
|
// (49:2) {#if props.isIcon && props.iconVariant}
|
@@ -13737,7 +13737,7 @@ function create_if_block$6(ctx) {
|
|
13737
13737
|
c() {
|
13738
13738
|
div = element("div");
|
13739
13739
|
create_component(icon.$$.fragment);
|
13740
|
-
attr(div, "class", "button-icon svelte-
|
13740
|
+
attr(div, "class", "button-icon svelte-1o60d09");
|
13741
13741
|
},
|
13742
13742
|
m(target, anchor) {
|
13743
13743
|
insert(target, div, anchor);
|
@@ -13804,7 +13804,7 @@ function create_dynamic_element$6(ctx) {
|
|
13804
13804
|
t0 = space();
|
13805
13805
|
span = element("span");
|
13806
13806
|
t1 = text(t1_value);
|
13807
|
-
attr(span, "class", "button-label svelte-
|
13807
|
+
attr(span, "class", "button-label svelte-1o60d09");
|
13808
13808
|
|
13809
13809
|
if ((/-/).test(/*element*/ ctx[4])) {
|
13810
13810
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -13812,7 +13812,7 @@ function create_dynamic_element$6(ctx) {
|
|
13812
13812
|
set_attributes(svelte_element, svelte_element_data);
|
13813
13813
|
}
|
13814
13814
|
|
13815
|
-
toggle_class(svelte_element, "svelte-
|
13815
|
+
toggle_class(svelte_element, "svelte-1o60d09", true);
|
13816
13816
|
},
|
13817
13817
|
m(target, anchor) {
|
13818
13818
|
insert(target, svelte_element, anchor);
|
@@ -13866,7 +13866,7 @@ function create_dynamic_element$6(ctx) {
|
|
13866
13866
|
set_attributes(svelte_element, svelte_element_data);
|
13867
13867
|
}
|
13868
13868
|
|
13869
|
-
toggle_class(svelte_element, "svelte-
|
13869
|
+
toggle_class(svelte_element, "svelte-1o60d09", true);
|
13870
13870
|
},
|
13871
13871
|
i(local) {
|
13872
13872
|
if (current) return;
|
@@ -14097,7 +14097,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
14097
14097
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
14098
14098
|
|
14099
14099
|
function add_css$a(target) {
|
14100
|
-
append_styles(target, "svelte-
|
14100
|
+
append_styles(target, "svelte-ypshn1", ".button-outlined.svelte-ypshn1{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-ypshn1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-ypshn1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
14101
14101
|
}
|
14102
14102
|
|
14103
14103
|
// (50:2) {#if props.isIcon && props.iconVariant}
|
@@ -14121,7 +14121,7 @@ function create_if_block$5(ctx) {
|
|
14121
14121
|
c() {
|
14122
14122
|
div = element("div");
|
14123
14123
|
create_component(icon.$$.fragment);
|
14124
|
-
attr(div, "class", "button-outlined-icon svelte-
|
14124
|
+
attr(div, "class", "button-outlined-icon svelte-ypshn1");
|
14125
14125
|
},
|
14126
14126
|
m(target, anchor) {
|
14127
14127
|
insert(target, div, anchor);
|
@@ -14188,7 +14188,7 @@ function create_dynamic_element$5(ctx) {
|
|
14188
14188
|
t0 = space();
|
14189
14189
|
span = element("span");
|
14190
14190
|
t1 = text(t1_value);
|
14191
|
-
attr(span, "class", "button-outlined-label svelte-
|
14191
|
+
attr(span, "class", "button-outlined-label svelte-ypshn1");
|
14192
14192
|
|
14193
14193
|
if ((/-/).test(/*element*/ ctx[4])) {
|
14194
14194
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -14196,7 +14196,7 @@ function create_dynamic_element$5(ctx) {
|
|
14196
14196
|
set_attributes(svelte_element, svelte_element_data);
|
14197
14197
|
}
|
14198
14198
|
|
14199
|
-
toggle_class(svelte_element, "svelte-
|
14199
|
+
toggle_class(svelte_element, "svelte-ypshn1", true);
|
14200
14200
|
},
|
14201
14201
|
m(target, anchor) {
|
14202
14202
|
insert(target, svelte_element, anchor);
|
@@ -14250,7 +14250,7 @@ function create_dynamic_element$5(ctx) {
|
|
14250
14250
|
set_attributes(svelte_element, svelte_element_data);
|
14251
14251
|
}
|
14252
14252
|
|
14253
|
-
toggle_class(svelte_element, "svelte-
|
14253
|
+
toggle_class(svelte_element, "svelte-ypshn1", true);
|
14254
14254
|
},
|
14255
14255
|
i(local) {
|
14256
14256
|
if (current) return;
|
@@ -14439,7 +14439,7 @@ const BUTTON_TEXT_THEME_STYLES = {
|
|
14439
14439
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
14440
14440
|
|
14441
14441
|
function add_css$9(target) {
|
14442
|
-
append_styles(target, "svelte-
|
14442
|
+
append_styles(target, "svelte-lted9r", ".button-text.svelte-lted9r{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-lted9r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-lted9r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14443
14443
|
}
|
14444
14444
|
|
14445
14445
|
// (46:2) {#if props.isIcon && props.iconVariant}
|
@@ -14463,7 +14463,7 @@ function create_if_block$4(ctx) {
|
|
14463
14463
|
c() {
|
14464
14464
|
div = element("div");
|
14465
14465
|
create_component(icon.$$.fragment);
|
14466
|
-
attr(div, "class", "button-text-icon svelte-
|
14466
|
+
attr(div, "class", "button-text-icon svelte-lted9r");
|
14467
14467
|
},
|
14468
14468
|
m(target, anchor) {
|
14469
14469
|
insert(target, div, anchor);
|
@@ -14530,7 +14530,7 @@ function create_dynamic_element$4(ctx) {
|
|
14530
14530
|
t0 = space();
|
14531
14531
|
span = element("span");
|
14532
14532
|
t1 = text(t1_value);
|
14533
|
-
attr(span, "class", "button-text-label svelte-
|
14533
|
+
attr(span, "class", "button-text-label svelte-lted9r");
|
14534
14534
|
|
14535
14535
|
if ((/-/).test(/*element*/ ctx[4])) {
|
14536
14536
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -14538,7 +14538,7 @@ function create_dynamic_element$4(ctx) {
|
|
14538
14538
|
set_attributes(svelte_element, svelte_element_data);
|
14539
14539
|
}
|
14540
14540
|
|
14541
|
-
toggle_class(svelte_element, "svelte-
|
14541
|
+
toggle_class(svelte_element, "svelte-lted9r", true);
|
14542
14542
|
},
|
14543
14543
|
m(target, anchor) {
|
14544
14544
|
insert(target, svelte_element, anchor);
|
@@ -14592,7 +14592,7 @@ function create_dynamic_element$4(ctx) {
|
|
14592
14592
|
set_attributes(svelte_element, svelte_element_data);
|
14593
14593
|
}
|
14594
14594
|
|
14595
|
-
toggle_class(svelte_element, "svelte-
|
14595
|
+
toggle_class(svelte_element, "svelte-lted9r", true);
|
14596
14596
|
},
|
14597
14597
|
i(local) {
|
14598
14598
|
if (current) return;
|
@@ -14754,7 +14754,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
14754
14754
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14755
14755
|
|
14756
14756
|
function add_css$8(target) {
|
14757
|
-
append_styles(target, "svelte-
|
14757
|
+
append_styles(target, "svelte-3133h2", ".close-button.svelte-3133h2.svelte-3133h2{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-3133h2 svg.svelte-3133h2{transition:transform 0.12s}.close-button.svelte-3133h2:hover svg.svelte-3133h2{transform:rotate(90deg)}.close-button-order-one.svelte-3133h2.svelte-3133h2{order:1}.close-button-order-two.svelte-3133h2.svelte-3133h2{order:2}");
|
14758
14758
|
}
|
14759
14759
|
|
14760
14760
|
// (91:2) {#if hasLabel}
|
@@ -14770,7 +14770,7 @@ function create_if_block$3(ctx) {
|
|
14770
14770
|
|
14771
14771
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
|
14772
14772
|
? 'close-button-order-one'
|
14773
|
-
: '') + " svelte-
|
14773
|
+
: '') + " svelte-3133h2");
|
14774
14774
|
},
|
14775
14775
|
m(target, anchor) {
|
14776
14776
|
insert(target, span, anchor);
|
@@ -14830,7 +14830,7 @@ function create_dynamic_element$3(ctx) {
|
|
14830
14830
|
set_style(svg, "width", "100%");
|
14831
14831
|
set_style(svg, "height", "100%");
|
14832
14832
|
attr(svg, "fill", /*color*/ ctx[8]);
|
14833
|
-
attr(svg, "class", "svelte-
|
14833
|
+
attr(svg, "class", "svelte-3133h2");
|
14834
14834
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
14835
14835
|
|
14836
14836
|
if ((/-/).test(/*element*/ ctx[6])) {
|
@@ -14839,7 +14839,7 @@ function create_dynamic_element$3(ctx) {
|
|
14839
14839
|
set_attributes(svelte_element, svelte_element_data);
|
14840
14840
|
}
|
14841
14841
|
|
14842
|
-
toggle_class(svelte_element, "svelte-
|
14842
|
+
toggle_class(svelte_element, "svelte-3133h2", true);
|
14843
14843
|
},
|
14844
14844
|
m(target, anchor) {
|
14845
14845
|
insert(target, svelte_element, anchor);
|
@@ -14885,7 +14885,7 @@ function create_dynamic_element$3(ctx) {
|
|
14885
14885
|
set_attributes(svelte_element, svelte_element_data);
|
14886
14886
|
}
|
14887
14887
|
|
14888
|
-
toggle_class(svelte_element, "svelte-
|
14888
|
+
toggle_class(svelte_element, "svelte-3133h2", true);
|
14889
14889
|
},
|
14890
14890
|
d(detaching) {
|
14891
14891
|
if (detaching) detach(svelte_element);
|
@@ -15085,7 +15085,7 @@ const ICON_SIZE_STYLES = {
|
|
15085
15085
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15086
15086
|
|
15087
15087
|
function add_css$7(target) {
|
15088
|
-
append_styles(target, "svelte-
|
15088
|
+
append_styles(target, "svelte-1n4oa5l", ".image.svelte-1n4oa5l{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-object.svelte-1n4oa5l{width:100%;overflow:hidden}.image-img.svelte-1n4oa5l{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
15089
15089
|
}
|
15090
15090
|
|
15091
15091
|
// (19:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -15118,9 +15118,9 @@ function create_dynamic_element$2(ctx) {
|
|
15118
15118
|
img = element("img");
|
15119
15119
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15120
15120
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15121
|
-
attr(img, "class", "image-img svelte-
|
15121
|
+
attr(img, "class", "image-img svelte-1n4oa5l");
|
15122
15122
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
15123
|
-
attr(object, "class", "image-object svelte-
|
15123
|
+
attr(object, "class", "image-object svelte-1n4oa5l");
|
15124
15124
|
|
15125
15125
|
if ((/-/).test(/*element*/ ctx[5])) {
|
15126
15126
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15128,7 +15128,7 @@ function create_dynamic_element$2(ctx) {
|
|
15128
15128
|
set_attributes(svelte_element, svelte_element_data);
|
15129
15129
|
}
|
15130
15130
|
|
15131
|
-
toggle_class(svelte_element, "svelte-
|
15131
|
+
toggle_class(svelte_element, "svelte-1n4oa5l", true);
|
15132
15132
|
},
|
15133
15133
|
m(target, anchor) {
|
15134
15134
|
insert(target, svelte_element, anchor);
|
@@ -15166,7 +15166,7 @@ function create_dynamic_element$2(ctx) {
|
|
15166
15166
|
set_attributes(svelte_element, svelte_element_data);
|
15167
15167
|
}
|
15168
15168
|
|
15169
|
-
toggle_class(svelte_element, "svelte-
|
15169
|
+
toggle_class(svelte_element, "svelte-1n4oa5l", true);
|
15170
15170
|
},
|
15171
15171
|
d(detaching) {
|
15172
15172
|
if (detaching) detach(svelte_element);
|
@@ -15260,7 +15260,7 @@ class Image extends SvelteComponent {
|
|
15260
15260
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
15261
15261
|
|
15262
15262
|
function add_css$6(target) {
|
15263
|
-
append_styles(target, "svelte-
|
15263
|
+
append_styles(target, "svelte-1tjo4al", ".layout.svelte-1tjo4al{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-1tjo4al{cursor:pointer}.layout[data-clickable=true].svelte-1tjo4al:hover{opacity:0.8}");
|
15264
15264
|
}
|
15265
15265
|
|
15266
15266
|
// (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -15296,7 +15296,7 @@ function create_dynamic_element$1(ctx) {
|
|
15296
15296
|
set_attributes(svelte_element, svelte_element_data);
|
15297
15297
|
}
|
15298
15298
|
|
15299
|
-
toggle_class(svelte_element, "svelte-
|
15299
|
+
toggle_class(svelte_element, "svelte-1tjo4al", true);
|
15300
15300
|
},
|
15301
15301
|
m(target, anchor) {
|
15302
15302
|
insert(target, svelte_element, anchor);
|
@@ -15341,7 +15341,7 @@ function create_dynamic_element$1(ctx) {
|
|
15341
15341
|
set_attributes(svelte_element, svelte_element_data);
|
15342
15342
|
}
|
15343
15343
|
|
15344
|
-
toggle_class(svelte_element, "svelte-
|
15344
|
+
toggle_class(svelte_element, "svelte-1tjo4al", true);
|
15345
15345
|
},
|
15346
15346
|
i(local) {
|
15347
15347
|
if (current) return;
|
@@ -15465,7 +15465,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
15465
15465
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
15466
15466
|
|
15467
15467
|
function add_css$5(target) {
|
15468
|
-
append_styles(target, "svelte-
|
15468
|
+
append_styles(target, "svelte-10vbkzx", ".container.svelte-10vbkzx{-webkit-user-drag:none}");
|
15469
15469
|
}
|
15470
15470
|
|
15471
15471
|
function get_each_context(ctx, list, i) {
|
@@ -15567,7 +15567,7 @@ function create_fragment$5(ctx) {
|
|
15567
15567
|
each_blocks[i].c();
|
15568
15568
|
}
|
15569
15569
|
|
15570
|
-
attr(div0, "class", "container svelte-
|
15570
|
+
attr(div0, "class", "container svelte-10vbkzx");
|
15571
15571
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
15572
15572
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15573
15573
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -15973,7 +15973,7 @@ const TEXT_VARIANTS = {
|
|
15973
15973
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
15974
15974
|
|
15975
15975
|
function add_css$4(target) {
|
15976
|
-
append_styles(target, "svelte-
|
15976
|
+
append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
|
15977
15977
|
}
|
15978
15978
|
|
15979
15979
|
function create_fragment$4(ctx) {
|
@@ -15982,7 +15982,7 @@ function create_fragment$4(ctx) {
|
|
15982
15982
|
return {
|
15983
15983
|
c() {
|
15984
15984
|
p = element("p");
|
15985
|
-
attr(p, "class", "text svelte-
|
15985
|
+
attr(p, "class", "text svelte-14kt34i");
|
15986
15986
|
attr(p, "style", /*style*/ ctx[1]);
|
15987
15987
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
15988
15988
|
},
|
@@ -16153,7 +16153,7 @@ const TEXT_LINK_THEME_STYLES = {
|
|
16153
16153
|
/* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
|
16154
16154
|
|
16155
16155
|
function add_css$3(target) {
|
16156
|
-
append_styles(target, "svelte-
|
16156
|
+
append_styles(target, "svelte-1tdy1qt", ".link.svelte-1tdy1qt{-webkit-appearance:none;border:0;background:none;padding:0}.link.svelte-1tdy1qt,.link.svelte-1tdy1qt:visited,.link.svelte-1tdy1qt:link{color:var(--color)}.link.svelte-1tdy1qt:hover{color:var(--hover-color)}.link.svelte-1tdy1qt:active{color:var(--active-color)}.link.underline-hover-on.svelte-1tdy1qt{text-decoration:none}.link.underline-hover-on.svelte-1tdy1qt:hover{text-decoration:underline}.link.underline-hover-off.svelte-1tdy1qt{text-decoration:underline}.link.underline-hover-off.svelte-1tdy1qt:hover{text-decoration:none}.link.underline-on.svelte-1tdy1qt{text-decoration:underline}.link.underline-off.svelte-1tdy1qt{text-decoration:none}");
|
16157
16157
|
}
|
16158
16158
|
|
16159
16159
|
// (69:2) {#if props.isIcon && props.iconVariant}
|
@@ -16246,7 +16246,7 @@ function create_dynamic_element(ctx) {
|
|
16246
16246
|
set_attributes(svelte_element, svelte_element_data);
|
16247
16247
|
}
|
16248
16248
|
|
16249
|
-
toggle_class(svelte_element, "svelte-
|
16249
|
+
toggle_class(svelte_element, "svelte-1tdy1qt", true);
|
16250
16250
|
},
|
16251
16251
|
m(target, anchor) {
|
16252
16252
|
insert(target, svelte_element, anchor);
|
@@ -16299,7 +16299,7 @@ function create_dynamic_element(ctx) {
|
|
16299
16299
|
set_attributes(svelte_element, svelte_element_data);
|
16300
16300
|
}
|
16301
16301
|
|
16302
|
-
toggle_class(svelte_element, "svelte-
|
16302
|
+
toggle_class(svelte_element, "svelte-1tdy1qt", true);
|
16303
16303
|
},
|
16304
16304
|
i(local) {
|
16305
16305
|
if (current) return;
|
@@ -16469,7 +16469,7 @@ const TEXT_LINK_UNDERLINE = {
|
|
16469
16469
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
16470
16470
|
|
16471
16471
|
function add_css$2(target) {
|
16472
|
-
append_styles(target, "svelte-
|
16472
|
+
append_styles(target, "svelte-ed4ktn", ".v2-background.svelte-ed4ktn{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
16473
16473
|
}
|
16474
16474
|
|
16475
16475
|
// (14:0) {#if backgroundOverlay}
|
@@ -16482,7 +16482,7 @@ function create_if_block$1(ctx) {
|
|
16482
16482
|
return {
|
16483
16483
|
c() {
|
16484
16484
|
div = element("div");
|
16485
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
16485
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
|
16486
16486
|
},
|
16487
16487
|
m(target, anchor) {
|
16488
16488
|
insert(target, div, anchor);
|
@@ -16493,7 +16493,7 @@ function create_if_block$1(ctx) {
|
|
16493
16493
|
}
|
16494
16494
|
},
|
16495
16495
|
p(ctx, dirty) {
|
16496
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
16496
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
|
16497
16497
|
attr(div, "class", div_class_value);
|
16498
16498
|
}
|
16499
16499
|
},
|
@@ -16565,7 +16565,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
16565
16565
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
16566
16566
|
|
16567
16567
|
function add_css$1(target) {
|
16568
|
-
append_styles(target, "svelte-
|
16568
|
+
append_styles(target, "svelte-15b58xm", "*{box-sizing:border-box}.modal.svelte-15b58xm{position:fixed;z-index:2147483647;display:flex}.modal.svelte-15b58xm > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-15b58xm{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-15b58xm{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}}");
|
16569
16569
|
}
|
16570
16570
|
|
16571
16571
|
// (220:0) {:else}
|
@@ -16706,7 +16706,7 @@ function create_if_block(ctx) {
|
|
16706
16706
|
c() {
|
16707
16707
|
div = element("div");
|
16708
16708
|
if (default_slot) default_slot.c();
|
16709
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16709
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
|
16710
16710
|
attr(div, "role", "dialog");
|
16711
16711
|
attr(div, "aria-modal", "true");
|
16712
16712
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
@@ -16740,7 +16740,7 @@ function create_if_block(ctx) {
|
|
16740
16740
|
}
|
16741
16741
|
}
|
16742
16742
|
|
16743
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16743
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
|
16744
16744
|
attr(div, "class", div_class_value);
|
16745
16745
|
}
|
16746
16746
|
|
@@ -17203,7 +17203,7 @@ class Modal extends SvelteComponent {
|
|
17203
17203
|
/* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
|
17204
17204
|
|
17205
17205
|
function add_css(target) {
|
17206
|
-
append_styles(target, "svelte-
|
17206
|
+
append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
|
17207
17207
|
}
|
17208
17208
|
|
17209
17209
|
function create_fragment(ctx) {
|
@@ -17213,7 +17213,7 @@ function create_fragment(ctx) {
|
|
17213
17213
|
return {
|
17214
17214
|
c() {
|
17215
17215
|
div = element("div");
|
17216
|
-
attr(div, "class", "code svelte-
|
17216
|
+
attr(div, "class", "code svelte-jviwnb");
|
17217
17217
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
17218
17218
|
},
|
17219
17219
|
m(target, anchor) {
|