@plaidev/karte-action-sdk 1.1.240-28705110.ea89b047 → 1.1.241
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +156 -156
- package/dist/index.es.js +156 -156
- package/meta/karte-action-sdk.api.json +8155 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -3072,7 +3072,7 @@ class State extends SvelteComponent {
|
|
3072
3072
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3073
3073
|
|
3074
3074
|
function add_css$F(target) {
|
3075
|
-
append_styles(target, "svelte-
|
3075
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
3076
3076
|
}
|
3077
3077
|
|
3078
3078
|
// (23:0) {#if $state === path}
|
@@ -3089,7 +3089,7 @@ function create_if_block$e(ctx) {
|
|
3089
3089
|
t = space();
|
3090
3090
|
if (default_slot) default_slot.c();
|
3091
3091
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3092
|
-
attr(div, "class", "state-item svelte-
|
3092
|
+
attr(div, "class", "state-item svelte-1amihue");
|
3093
3093
|
},
|
3094
3094
|
m(target, anchor) {
|
3095
3095
|
insert(target, div, anchor);
|
@@ -3411,7 +3411,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3411
3411
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3412
3412
|
|
3413
3413
|
function add_css$E(target) {
|
3414
|
-
append_styles(target, "svelte-
|
3414
|
+
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}");
|
3415
3415
|
}
|
3416
3416
|
|
3417
3417
|
// (14:0) {#if backgroundOverlay}
|
@@ -3424,7 +3424,7 @@ function create_if_block$d(ctx) {
|
|
3424
3424
|
return {
|
3425
3425
|
c() {
|
3426
3426
|
div = element("div");
|
3427
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3427
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
|
3428
3428
|
},
|
3429
3429
|
m(target, anchor) {
|
3430
3430
|
insert(target, div, anchor);
|
@@ -3435,7 +3435,7 @@ function create_if_block$d(ctx) {
|
|
3435
3435
|
}
|
3436
3436
|
},
|
3437
3437
|
p(ctx, dirty) {
|
3438
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3438
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
|
3439
3439
|
attr(div, "class", div_class_value);
|
3440
3440
|
}
|
3441
3441
|
},
|
@@ -3541,7 +3541,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3541
3541
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3542
3542
|
|
3543
3543
|
function add_css$D(target) {
|
3544
|
-
append_styles(target, "svelte-
|
3544
|
+
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}");
|
3545
3545
|
}
|
3546
3546
|
|
3547
3547
|
// (50:0) {:else}
|
@@ -3570,7 +3570,7 @@ function create_else_block$5(ctx) {
|
|
3570
3570
|
button = element("button");
|
3571
3571
|
if (default_slot) default_slot.c();
|
3572
3572
|
set_attributes(button, button_data);
|
3573
|
-
toggle_class(button, "svelte-
|
3573
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3574
3574
|
},
|
3575
3575
|
m(target, anchor) {
|
3576
3576
|
insert(target, button, anchor);
|
@@ -3609,7 +3609,7 @@ function create_else_block$5(ctx) {
|
|
3609
3609
|
dataAttrStopPropagation('click')
|
3610
3610
|
]));
|
3611
3611
|
|
3612
|
-
toggle_class(button, "svelte-
|
3612
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3613
3613
|
},
|
3614
3614
|
i(local) {
|
3615
3615
|
if (current) return;
|
@@ -3640,7 +3640,7 @@ function create_if_block_2$2(ctx) {
|
|
3640
3640
|
c() {
|
3641
3641
|
div = element("div");
|
3642
3642
|
if (default_slot) default_slot.c();
|
3643
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3643
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
|
3644
3644
|
attr(div, "style", /*style*/ ctx[1]);
|
3645
3645
|
},
|
3646
3646
|
m(target, anchor) {
|
@@ -3724,7 +3724,7 @@ function create_if_block_1$3(ctx) {
|
|
3724
3724
|
a = element("a");
|
3725
3725
|
if (default_slot) default_slot.c();
|
3726
3726
|
set_attributes(a, a_data);
|
3727
|
-
toggle_class(a, "svelte-
|
3727
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
3728
3728
|
},
|
3729
3729
|
m(target, anchor) {
|
3730
3730
|
insert(target, a, anchor);
|
@@ -3766,7 +3766,7 @@ function create_if_block_1$3(ctx) {
|
|
3766
3766
|
dataAttrStopPropagation('click')
|
3767
3767
|
]));
|
3768
3768
|
|
3769
|
-
toggle_class(a, "svelte-
|
3769
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
3770
3770
|
},
|
3771
3771
|
i(local) {
|
3772
3772
|
if (current) return;
|
@@ -3797,7 +3797,7 @@ function create_if_block$c(ctx) {
|
|
3797
3797
|
c() {
|
3798
3798
|
div = element("div");
|
3799
3799
|
if (default_slot) default_slot.c();
|
3800
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3800
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
|
3801
3801
|
attr(div, "style", /*style*/ ctx[1]);
|
3802
3802
|
},
|
3803
3803
|
m(target, anchor) {
|
@@ -4001,7 +4001,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4001
4001
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4002
4002
|
|
4003
4003
|
function add_css$C(target) {
|
4004
|
-
append_styles(target, "svelte-
|
4004
|
+
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}}");
|
4005
4005
|
}
|
4006
4006
|
|
4007
4007
|
// (277:0) {:else}
|
@@ -4151,7 +4151,7 @@ function create_if_block$b(ctx) {
|
|
4151
4151
|
c() {
|
4152
4152
|
div = element("div");
|
4153
4153
|
create_component(button.$$.fragment);
|
4154
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4154
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
|
4155
4155
|
attr(div, "role", "dialog");
|
4156
4156
|
attr(div, "aria-modal", "true");
|
4157
4157
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4175,7 +4175,7 @@ function create_if_block$b(ctx) {
|
|
4175
4175
|
|
4176
4176
|
button.$set(button_changes);
|
4177
4177
|
|
4178
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4178
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
|
4179
4179
|
attr(div, "class", div_class_value);
|
4180
4180
|
}
|
4181
4181
|
},
|
@@ -4229,7 +4229,7 @@ function create_if_block_1$2(ctx) {
|
|
4229
4229
|
c() {
|
4230
4230
|
div = element("div");
|
4231
4231
|
create_component(button.$$.fragment);
|
4232
|
-
attr(div, "class", "close svelte-
|
4232
|
+
attr(div, "class", "close svelte-1i2vo31");
|
4233
4233
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4234
4234
|
},
|
4235
4235
|
m(target, anchor) {
|
@@ -4318,7 +4318,7 @@ function create_default_slot$6(ctx) {
|
|
4318
4318
|
t = space();
|
4319
4319
|
div = element("div");
|
4320
4320
|
if (default_slot) default_slot.c();
|
4321
|
-
attr(div, "class", "modal-content svelte-
|
4321
|
+
attr(div, "class", "modal-content svelte-1i2vo31");
|
4322
4322
|
attr(div, "style", /*_style*/ ctx[5]);
|
4323
4323
|
},
|
4324
4324
|
m(target, anchor) {
|
@@ -4968,7 +4968,7 @@ class Grid extends SvelteComponent {
|
|
4968
4968
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4969
4969
|
|
4970
4970
|
function add_css$B(target) {
|
4971
|
-
append_styles(target, "svelte-
|
4971
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4972
4972
|
}
|
4973
4973
|
|
4974
4974
|
function create_fragment$13(ctx) {
|
@@ -4983,8 +4983,8 @@ function create_fragment$13(ctx) {
|
|
4983
4983
|
div1 = element("div");
|
4984
4984
|
div0 = element("div");
|
4985
4985
|
if (default_slot) default_slot.c();
|
4986
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4987
|
-
attr(div1, "class", "grid-item svelte-
|
4986
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4987
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4988
4988
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4989
4989
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4990
4990
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5289,7 +5289,7 @@ class RenderText extends SvelteComponent {
|
|
5289
5289
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5290
5290
|
|
5291
5291
|
function add_css$A(target) {
|
5292
|
-
append_styles(target, "svelte-
|
5292
|
+
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}");
|
5293
5293
|
}
|
5294
5294
|
|
5295
5295
|
// (94:2) {:else}
|
@@ -5306,8 +5306,8 @@ function create_else_block$2(ctx) {
|
|
5306
5306
|
div1 = element("div");
|
5307
5307
|
div0 = element("div");
|
5308
5308
|
create_component(rendertext.$$.fragment);
|
5309
|
-
attr(div0, "class", "text-element-inner svelte-
|
5310
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5309
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5310
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5311
5311
|
attr(div1, "style", /*style*/ ctx[5]);
|
5312
5312
|
},
|
5313
5313
|
m(target, anchor) {
|
@@ -5321,7 +5321,7 @@ function create_else_block$2(ctx) {
|
|
5321
5321
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5322
5322
|
rendertext.$set(rendertext_changes);
|
5323
5323
|
|
5324
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5324
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5325
5325
|
attr(div1, "class", div1_class_value);
|
5326
5326
|
}
|
5327
5327
|
|
@@ -5371,12 +5371,12 @@ function create_if_block$9(ctx) {
|
|
5371
5371
|
t2 = space();
|
5372
5372
|
div2 = element("div");
|
5373
5373
|
div2.textContent = "コピーできませんでした";
|
5374
|
-
attr(div0, "class", "text-element-inner svelte-
|
5374
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5375
5375
|
attr(a, "href", '');
|
5376
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5376
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5377
5377
|
attr(a, "style", /*style*/ ctx[5]);
|
5378
|
-
attr(div1, "class", "tooltip svelte-
|
5379
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5378
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
5379
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
5380
5380
|
},
|
5381
5381
|
m(target, anchor) {
|
5382
5382
|
insert(target, a, anchor);
|
@@ -5400,7 +5400,7 @@ function create_if_block$9(ctx) {
|
|
5400
5400
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5401
5401
|
rendertext.$set(rendertext_changes);
|
5402
5402
|
|
5403
|
-
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-
|
5403
|
+
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"))) {
|
5404
5404
|
attr(a, "class", a_class_value);
|
5405
5405
|
}
|
5406
5406
|
|
@@ -5452,7 +5452,7 @@ function create_fragment$11(ctx) {
|
|
5452
5452
|
c() {
|
5453
5453
|
div = element("div");
|
5454
5454
|
if_block.c();
|
5455
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5455
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
5456
5456
|
},
|
5457
5457
|
m(target, anchor) {
|
5458
5458
|
insert(target, div, anchor);
|
@@ -5618,7 +5618,7 @@ class TextElement extends SvelteComponent {
|
|
5618
5618
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5619
5619
|
|
5620
5620
|
function add_css$z(target) {
|
5621
|
-
append_styles(target, "svelte-
|
5621
|
+
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)}");
|
5622
5622
|
}
|
5623
5623
|
|
5624
5624
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5674,7 +5674,7 @@ function create_fragment$10(ctx) {
|
|
5674
5674
|
c() {
|
5675
5675
|
div = element("div");
|
5676
5676
|
create_component(button.$$.fragment);
|
5677
|
-
attr(div, "class", "text-button-element svelte-
|
5677
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5678
5678
|
},
|
5679
5679
|
m(target, anchor) {
|
5680
5680
|
insert(target, div, anchor);
|
@@ -5766,7 +5766,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5766
5766
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5767
5767
|
|
5768
5768
|
function add_css$y(target) {
|
5769
|
-
append_styles(target, "svelte-
|
5769
|
+
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%}");
|
5770
5770
|
}
|
5771
5771
|
|
5772
5772
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5778,7 +5778,7 @@ function create_default_slot$4(ctx) {
|
|
5778
5778
|
return {
|
5779
5779
|
c() {
|
5780
5780
|
img = element("img");
|
5781
|
-
attr(img, "class", "image svelte-
|
5781
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5782
5782
|
attr(img, "loading", "lazy");
|
5783
5783
|
attr(img, "width", "auto");
|
5784
5784
|
attr(img, "height", "auto");
|
@@ -5840,7 +5840,7 @@ function create_fragment$$(ctx) {
|
|
5840
5840
|
c() {
|
5841
5841
|
div = element("div");
|
5842
5842
|
create_component(button.$$.fragment);
|
5843
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5843
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5844
5844
|
},
|
5845
5845
|
m(target, anchor) {
|
5846
5846
|
insert(target, div, anchor);
|
@@ -5859,7 +5859,7 @@ function create_fragment$$(ctx) {
|
|
5859
5859
|
|
5860
5860
|
button.$set(button_changes);
|
5861
5861
|
|
5862
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5862
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5863
5863
|
attr(div, "class", div_class_value);
|
5864
5864
|
}
|
5865
5865
|
},
|
@@ -5931,7 +5931,7 @@ class ImageElement extends SvelteComponent {
|
|
5931
5931
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5932
5932
|
|
5933
5933
|
function add_css$x(target) {
|
5934
|
-
append_styles(target, "svelte-
|
5934
|
+
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}");
|
5935
5935
|
}
|
5936
5936
|
|
5937
5937
|
function create_fragment$_(ctx) {
|
@@ -5944,7 +5944,7 @@ function create_fragment$_(ctx) {
|
|
5944
5944
|
c() {
|
5945
5945
|
div = element("div");
|
5946
5946
|
if (default_slot) default_slot.c();
|
5947
|
-
attr(div, "class", "list svelte-
|
5947
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5948
5948
|
attr(div, "style", /*style*/ ctx[0]);
|
5949
5949
|
},
|
5950
5950
|
m(target, anchor) {
|
@@ -6078,7 +6078,7 @@ class List extends SvelteComponent {
|
|
6078
6078
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6079
6079
|
|
6080
6080
|
function add_css$w(target) {
|
6081
|
-
append_styles(target, "svelte-
|
6081
|
+
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}");
|
6082
6082
|
}
|
6083
6083
|
|
6084
6084
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6148,7 +6148,7 @@ function create_fragment$Z(ctx) {
|
|
6148
6148
|
c() {
|
6149
6149
|
div = element("div");
|
6150
6150
|
create_component(button.$$.fragment);
|
6151
|
-
attr(div, "class", "list-item svelte-
|
6151
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
6152
6152
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6153
6153
|
},
|
6154
6154
|
m(target, anchor) {
|
@@ -6274,7 +6274,7 @@ class ListItem extends SvelteComponent {
|
|
6274
6274
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6275
6275
|
|
6276
6276
|
function add_css$v(target) {
|
6277
|
-
append_styles(target, "svelte-
|
6277
|
+
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}");
|
6278
6278
|
}
|
6279
6279
|
|
6280
6280
|
function create_fragment$Y(ctx) {
|
@@ -6283,7 +6283,7 @@ function create_fragment$Y(ctx) {
|
|
6283
6283
|
return {
|
6284
6284
|
c() {
|
6285
6285
|
div = element("div");
|
6286
|
-
attr(div, "class", "embed svelte-
|
6286
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
6287
6287
|
attr(div, "style", /*_style*/ ctx[1]);
|
6288
6288
|
},
|
6289
6289
|
m(target, anchor) {
|
@@ -6326,7 +6326,7 @@ class EmbedElement extends SvelteComponent {
|
|
6326
6326
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6327
6327
|
|
6328
6328
|
function add_css$u(target) {
|
6329
|
-
append_styles(target, "svelte-
|
6329
|
+
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%}");
|
6330
6330
|
}
|
6331
6331
|
|
6332
6332
|
function create_fragment$X(ctx) {
|
@@ -6338,7 +6338,7 @@ function create_fragment$X(ctx) {
|
|
6338
6338
|
div1 = element("div");
|
6339
6339
|
div0 = element("div");
|
6340
6340
|
attr(div0, "class", "karte-player");
|
6341
|
-
attr(div1, "class", "embed svelte-
|
6341
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6342
6342
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6343
6343
|
},
|
6344
6344
|
m(target, anchor) {
|
@@ -6680,7 +6680,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6680
6680
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6681
6681
|
|
6682
6682
|
function add_css$t(target) {
|
6683
|
-
append_styles(target, "svelte-
|
6683
|
+
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%}");
|
6684
6684
|
}
|
6685
6685
|
|
6686
6686
|
function create_fragment$W(ctx) {
|
@@ -6692,7 +6692,7 @@ function create_fragment$W(ctx) {
|
|
6692
6692
|
div1 = element("div");
|
6693
6693
|
div0 = element("div");
|
6694
6694
|
attr(div0, "class", "karte-player");
|
6695
|
-
attr(div1, "class", "embed svelte-
|
6695
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6696
6696
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6697
6697
|
},
|
6698
6698
|
m(target, anchor) {
|
@@ -6876,7 +6876,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6876
6876
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6877
6877
|
|
6878
6878
|
function add_css$s(target) {
|
6879
|
-
append_styles(target, "svelte-
|
6879
|
+
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}");
|
6880
6880
|
}
|
6881
6881
|
|
6882
6882
|
function create_fragment$V(ctx) {
|
@@ -6889,12 +6889,12 @@ function create_fragment$V(ctx) {
|
|
6889
6889
|
c() {
|
6890
6890
|
div = element("div");
|
6891
6891
|
textarea = element("textarea");
|
6892
|
-
attr(textarea, "class", "textarea svelte-
|
6892
|
+
attr(textarea, "class", "textarea svelte-1fjy5oo");
|
6893
6893
|
textarea.value = /*$value*/ ctx[4];
|
6894
6894
|
textarea.required = /*required*/ ctx[1];
|
6895
6895
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6896
6896
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6897
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6897
|
+
attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
|
6898
6898
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6899
6899
|
},
|
6900
6900
|
m(target, anchor) {
|
@@ -7046,7 +7046,7 @@ class FormTextarea extends SvelteComponent {
|
|
7046
7046
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7047
7047
|
|
7048
7048
|
function add_css$r(target) {
|
7049
|
-
append_styles(target, "svelte-
|
7049
|
+
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}");
|
7050
7050
|
}
|
7051
7051
|
|
7052
7052
|
function get_each_context$5(ctx, list, i) {
|
@@ -7080,14 +7080,14 @@ function create_each_block$5(ctx) {
|
|
7080
7080
|
t1 = text(t1_value);
|
7081
7081
|
t2 = space();
|
7082
7082
|
attr(input, "type", "radio");
|
7083
|
-
attr(input, "class", "radio-button-input svelte-
|
7083
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
7084
7084
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7085
7085
|
attr(input, "name", /*name*/ ctx[0]);
|
7086
7086
|
input.value = input_value_value = /*option*/ ctx[17];
|
7087
7087
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7088
|
-
attr(span, "class", "radio-button-text svelte-
|
7088
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
7089
7089
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7090
|
-
attr(label, "class", "radio-button svelte-
|
7090
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
7091
7091
|
},
|
7092
7092
|
m(target, anchor) {
|
7093
7093
|
insert(target, label, anchor);
|
@@ -7152,7 +7152,7 @@ function create_fragment$U(ctx) {
|
|
7152
7152
|
each_blocks[i].c();
|
7153
7153
|
}
|
7154
7154
|
|
7155
|
-
attr(div, "class", "radio-buttons svelte-
|
7155
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
7156
7156
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7157
7157
|
},
|
7158
7158
|
m(target, anchor) {
|
@@ -7321,7 +7321,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7321
7321
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7322
7322
|
|
7323
7323
|
function add_css$q(target) {
|
7324
|
-
append_styles(target, "svelte-
|
7324
|
+
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}");
|
7325
7325
|
}
|
7326
7326
|
|
7327
7327
|
function get_each_context$4(ctx, list, i) {
|
@@ -7455,10 +7455,10 @@ function create_fragment$T(ctx) {
|
|
7455
7455
|
|
7456
7456
|
t = space();
|
7457
7457
|
div0 = element("div");
|
7458
|
-
attr(select, "class", "select-select svelte-
|
7458
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7459
7459
|
attr(select, "style", /*style*/ ctx[3]);
|
7460
|
-
attr(div0, "class", "select-icon svelte-
|
7461
|
-
attr(div1, "class", "select svelte-
|
7460
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7461
|
+
attr(div1, "class", "select svelte-iejizj");
|
7462
7462
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7463
7463
|
},
|
7464
7464
|
m(target, anchor) {
|
@@ -7660,7 +7660,7 @@ class FormSelect extends SvelteComponent {
|
|
7660
7660
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7661
7661
|
|
7662
7662
|
function add_css$p(target) {
|
7663
|
-
append_styles(target, "svelte-
|
7663
|
+
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}");
|
7664
7664
|
}
|
7665
7665
|
|
7666
7666
|
function get_each_context$3(ctx, list, i) {
|
@@ -7699,19 +7699,19 @@ function create_each_block$3(ctx) {
|
|
7699
7699
|
span2 = element("span");
|
7700
7700
|
t2 = text(t2_value);
|
7701
7701
|
t3 = space();
|
7702
|
-
attr(input, "class", "check-box-input svelte-
|
7702
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7703
7703
|
attr(input, "type", "checkbox");
|
7704
7704
|
attr(input, "name", /*name*/ ctx[0]);
|
7705
7705
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7706
|
-
attr(span0, "class", "check-box-icon svelte-
|
7706
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7707
7707
|
|
7708
7708
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7709
7709
|
? ' _checked'
|
7710
|
-
: ''}`) + " svelte-
|
7710
|
+
: ''}`) + " svelte-2pz1us"));
|
7711
7711
|
|
7712
|
-
attr(span2, "class", "check-box-text svelte-
|
7712
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7713
7713
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7714
|
-
attr(label, "class", "check-box svelte-
|
7714
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7715
7715
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7716
7716
|
},
|
7717
7717
|
m(target, anchor) {
|
@@ -7743,7 +7743,7 @@ function create_each_block$3(ctx) {
|
|
7743
7743
|
|
7744
7744
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7745
7745
|
? ' _checked'
|
7746
|
-
: ''}`) + " svelte-
|
7746
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7747
7747
|
attr(span1, "class", span1_class_value);
|
7748
7748
|
}
|
7749
7749
|
|
@@ -7782,7 +7782,7 @@ function create_fragment$S(ctx) {
|
|
7782
7782
|
each_blocks[i].c();
|
7783
7783
|
}
|
7784
7784
|
|
7785
|
-
attr(div, "class", "check-boxes svelte-
|
7785
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7786
7786
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7787
7787
|
},
|
7788
7788
|
m(target, anchor) {
|
@@ -7957,7 +7957,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7957
7957
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7958
7958
|
|
7959
7959
|
function add_css$o(target) {
|
7960
|
-
append_styles(target, "svelte-
|
7960
|
+
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}");
|
7961
7961
|
}
|
7962
7962
|
|
7963
7963
|
function get_each_context$2(ctx, list, i) {
|
@@ -7981,7 +7981,7 @@ function create_each_block$2(ctx) {
|
|
7981
7981
|
button = element("button");
|
7982
7982
|
t0 = text(t0_value);
|
7983
7983
|
t1 = space();
|
7984
|
-
attr(button, "class", "rating-button svelte-
|
7984
|
+
attr(button, "class", "rating-button svelte-9idbf1");
|
7985
7985
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7986
7986
|
},
|
7987
7987
|
m(target, anchor) {
|
@@ -8030,7 +8030,7 @@ function create_fragment$R(ctx) {
|
|
8030
8030
|
each_blocks[i].c();
|
8031
8031
|
}
|
8032
8032
|
|
8033
|
-
attr(div, "class", "rating-buttons svelte-
|
8033
|
+
attr(div, "class", "rating-buttons svelte-9idbf1");
|
8034
8034
|
},
|
8035
8035
|
m(target, anchor) {
|
8036
8036
|
insert(target, div, anchor);
|
@@ -8174,7 +8174,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8174
8174
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8175
8175
|
|
8176
8176
|
function add_css$n(target) {
|
8177
|
-
append_styles(target, "svelte-
|
8177
|
+
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%)}");
|
8178
8178
|
}
|
8179
8179
|
|
8180
8180
|
function get_each_context$1(ctx, list, i) {
|
@@ -8199,9 +8199,9 @@ function create_each_block$1(ctx) {
|
|
8199
8199
|
img = element("img");
|
8200
8200
|
t = space();
|
8201
8201
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8202
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8202
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
8203
8203
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8204
|
-
attr(button, "class", "rating-button svelte-
|
8204
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
8205
8205
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8206
8206
|
},
|
8207
8207
|
m(target, anchor) {
|
@@ -8217,7 +8217,7 @@ function create_each_block$1(ctx) {
|
|
8217
8217
|
p(new_ctx, dirty) {
|
8218
8218
|
ctx = new_ctx;
|
8219
8219
|
|
8220
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8220
|
+
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"))) {
|
8221
8221
|
attr(img, "class", img_class_value);
|
8222
8222
|
}
|
8223
8223
|
|
@@ -8250,7 +8250,7 @@ function create_fragment$Q(ctx) {
|
|
8250
8250
|
each_blocks[i].c();
|
8251
8251
|
}
|
8252
8252
|
|
8253
|
-
attr(div, "class", "rating-buttons svelte-
|
8253
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
8254
8254
|
},
|
8255
8255
|
m(target, anchor) {
|
8256
8256
|
insert(target, div, anchor);
|
@@ -8358,7 +8358,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8358
8358
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8359
8359
|
|
8360
8360
|
function add_css$m(target) {
|
8361
|
-
append_styles(target, "svelte-
|
8361
|
+
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}");
|
8362
8362
|
}
|
8363
8363
|
|
8364
8364
|
function create_fragment$P(ctx) {
|
@@ -8372,13 +8372,13 @@ function create_fragment$P(ctx) {
|
|
8372
8372
|
c() {
|
8373
8373
|
div = element("div");
|
8374
8374
|
input = element("input");
|
8375
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8375
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
|
8376
8376
|
attr(input, "type", "text");
|
8377
8377
|
input.value = /*$value*/ ctx[2];
|
8378
8378
|
input.required = /*required*/ ctx[0];
|
8379
8379
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8380
8380
|
attr(input, "style", /*style*/ ctx[5]);
|
8381
|
-
attr(div, "class", "input-wrapper svelte-
|
8381
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
8382
8382
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8383
8383
|
},
|
8384
8384
|
m(target, anchor) {
|
@@ -8391,7 +8391,7 @@ function create_fragment$P(ctx) {
|
|
8391
8391
|
}
|
8392
8392
|
},
|
8393
8393
|
p(ctx, [dirty]) {
|
8394
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8394
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
|
8395
8395
|
attr(input, "class", input_class_value);
|
8396
8396
|
}
|
8397
8397
|
|
@@ -8579,7 +8579,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8579
8579
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8580
8580
|
|
8581
8581
|
function add_css$l(target) {
|
8582
|
-
append_styles(target, "svelte-
|
8582
|
+
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}");
|
8583
8583
|
}
|
8584
8584
|
|
8585
8585
|
function create_fragment$O(ctx) {
|
@@ -8617,20 +8617,20 @@ function create_fragment$O(ctx) {
|
|
8617
8617
|
span1 = element("span");
|
8618
8618
|
t4 = text("いいえ");
|
8619
8619
|
attr(input0, "type", "radio");
|
8620
|
-
attr(input0, "class", "radio-button-input svelte-
|
8620
|
+
attr(input0, "class", "radio-button-input svelte-pzrwlo");
|
8621
8621
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8622
8622
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8623
|
-
attr(span0, "class", "radio-button-text svelte-
|
8623
|
+
attr(span0, "class", "radio-button-text svelte-pzrwlo");
|
8624
8624
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8625
|
-
attr(label0, "class", "radio-button svelte-
|
8625
|
+
attr(label0, "class", "radio-button svelte-pzrwlo");
|
8626
8626
|
attr(input1, "type", "radio");
|
8627
|
-
attr(input1, "class", "radio-button-input svelte-
|
8627
|
+
attr(input1, "class", "radio-button-input svelte-pzrwlo");
|
8628
8628
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8629
8629
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8630
|
-
attr(span1, "class", "radio-button-text svelte-
|
8630
|
+
attr(span1, "class", "radio-button-text svelte-pzrwlo");
|
8631
8631
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8632
|
-
attr(label1, "class", "radio-button svelte-
|
8633
|
-
attr(div, "class", "radio-buttons svelte-
|
8632
|
+
attr(label1, "class", "radio-button svelte-pzrwlo");
|
8633
|
+
attr(div, "class", "radio-buttons svelte-pzrwlo");
|
8634
8634
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8635
8635
|
},
|
8636
8636
|
m(target, anchor) {
|
@@ -8798,7 +8798,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8798
8798
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8799
8799
|
|
8800
8800
|
function add_css$k(target) {
|
8801
|
-
append_styles(target, "svelte-
|
8801
|
+
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%}");
|
8802
8802
|
}
|
8803
8803
|
|
8804
8804
|
function get_each_context(ctx, list, i) {
|
@@ -8827,9 +8827,9 @@ function create_if_block_1$1(ctx) {
|
|
8827
8827
|
attr(svg, "viewBox", "0 0 10 16");
|
8828
8828
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8829
8829
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8830
|
-
attr(button, "class", "move-button svelte-
|
8830
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8831
8831
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8832
|
-
attr(div, "class", "prev-button-container svelte-
|
8832
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
8833
8833
|
},
|
8834
8834
|
m(target, anchor) {
|
8835
8835
|
insert(target, div, anchor);
|
@@ -8878,9 +8878,9 @@ function create_if_block$7(ctx) {
|
|
8878
8878
|
attr(svg, "viewBox", "0 0 10 16");
|
8879
8879
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8880
8880
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8881
|
-
attr(button, "class", "move-button svelte-
|
8881
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8882
8882
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8883
|
-
attr(div, "class", "next-button-container svelte-
|
8883
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
8884
8884
|
},
|
8885
8885
|
m(target, anchor) {
|
8886
8886
|
insert(target, div, anchor);
|
@@ -8928,9 +8928,9 @@ function create_each_block(ctx) {
|
|
8928
8928
|
button = element("button");
|
8929
8929
|
div = element("div");
|
8930
8930
|
t = space();
|
8931
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8931
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
8932
8932
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8933
|
-
attr(button, "class", "navigation-item svelte-
|
8933
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
8934
8934
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8935
8935
|
},
|
8936
8936
|
m(target, anchor) {
|
@@ -9007,14 +9007,14 @@ function create_fragment$N(ctx) {
|
|
9007
9007
|
each_blocks[i].c();
|
9008
9008
|
}
|
9009
9009
|
|
9010
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9010
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
9011
9011
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9012
|
-
attr(div1, "class", "container svelte-
|
9012
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
9013
9013
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9014
|
-
attr(div2, "class", "navigation svelte-
|
9014
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
9015
9015
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9016
9016
|
set_attributes(div3, div3_data);
|
9017
|
-
toggle_class(div3, "svelte-
|
9017
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9018
9018
|
},
|
9019
9019
|
m(target, anchor) {
|
9020
9020
|
insert(target, div3, anchor);
|
@@ -9056,7 +9056,7 @@ function create_fragment$N(ctx) {
|
|
9056
9056
|
}
|
9057
9057
|
}
|
9058
9058
|
|
9059
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9059
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
9060
9060
|
attr(div0, "class", div0_class_value);
|
9061
9061
|
}
|
9062
9062
|
|
@@ -9122,7 +9122,7 @@ function create_fragment$N(ctx) {
|
|
9122
9122
|
}
|
9123
9123
|
|
9124
9124
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9125
|
-
toggle_class(div3, "svelte-
|
9125
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9126
9126
|
},
|
9127
9127
|
i(local) {
|
9128
9128
|
if (current) return;
|
@@ -9634,7 +9634,7 @@ class Slide extends SvelteComponent {
|
|
9634
9634
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9635
9635
|
|
9636
9636
|
function add_css$j(target) {
|
9637
|
-
append_styles(target, "svelte-
|
9637
|
+
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}");
|
9638
9638
|
}
|
9639
9639
|
|
9640
9640
|
function create_fragment$M(ctx) {
|
@@ -9649,9 +9649,9 @@ function create_fragment$M(ctx) {
|
|
9649
9649
|
div1 = element("div");
|
9650
9650
|
div0 = element("div");
|
9651
9651
|
if (default_slot) default_slot.c();
|
9652
|
-
attr(div0, "class", "item-inner svelte-
|
9652
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
9653
9653
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9654
|
-
attr(div1, "class", "item svelte-
|
9654
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
9655
9655
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9656
9656
|
},
|
9657
9657
|
m(target, anchor) {
|
@@ -9777,7 +9777,7 @@ class SlideItem extends SvelteComponent {
|
|
9777
9777
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9778
9778
|
|
9779
9779
|
function add_css$i(target) {
|
9780
|
-
append_styles(target, "svelte-
|
9780
|
+
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}");
|
9781
9781
|
}
|
9782
9782
|
|
9783
9783
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9795,9 +9795,9 @@ function create_fragment$L(ctx) {
|
|
9795
9795
|
div1 = element("div");
|
9796
9796
|
div0 = element("div");
|
9797
9797
|
if (default_slot) default_slot.c();
|
9798
|
-
attr(div0, "class", "countdown-inner svelte-
|
9798
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
9799
9799
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9800
|
-
attr(div1, "class", "countdown svelte-
|
9800
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
9801
9801
|
},
|
9802
9802
|
m(target, anchor) {
|
9803
9803
|
insert(target, div1, anchor);
|
@@ -9931,7 +9931,7 @@ class Countdown extends SvelteComponent {
|
|
9931
9931
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9932
9932
|
|
9933
9933
|
function add_css$h(target) {
|
9934
|
-
append_styles(target, "svelte-
|
9934
|
+
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}");
|
9935
9935
|
}
|
9936
9936
|
|
9937
9937
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10001,7 +10001,7 @@ function create_fragment$K(ctx) {
|
|
10001
10001
|
c() {
|
10002
10002
|
div = element("div");
|
10003
10003
|
create_component(button.$$.fragment);
|
10004
|
-
attr(div, "class", "box svelte-
|
10004
|
+
attr(div, "class", "box svelte-1c91vpe");
|
10005
10005
|
},
|
10006
10006
|
m(target, anchor) {
|
10007
10007
|
insert(target, div, anchor);
|
@@ -10062,7 +10062,7 @@ class Box extends SvelteComponent {
|
|
10062
10062
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10063
10063
|
|
10064
10064
|
function add_css$g(target) {
|
10065
|
-
append_styles(target, "svelte-
|
10065
|
+
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)}");
|
10066
10066
|
}
|
10067
10067
|
|
10068
10068
|
// (56:4) {#if svg}
|
@@ -10144,7 +10144,7 @@ function create_fragment$J(ctx) {
|
|
10144
10144
|
c() {
|
10145
10145
|
div = element("div");
|
10146
10146
|
create_component(button.$$.fragment);
|
10147
|
-
attr(div, "class", "icon svelte-
|
10147
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
10148
10148
|
},
|
10149
10149
|
m(target, anchor) {
|
10150
10150
|
insert(target, div, anchor);
|
@@ -10253,7 +10253,7 @@ class IconElement extends SvelteComponent {
|
|
10253
10253
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10254
10254
|
|
10255
10255
|
function add_css$f(target) {
|
10256
|
-
append_styles(target, "svelte-
|
10256
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10257
10257
|
}
|
10258
10258
|
|
10259
10259
|
function create_fragment$I(ctx) {
|
@@ -10279,7 +10279,7 @@ function create_fragment$I(ctx) {
|
|
10279
10279
|
c() {
|
10280
10280
|
div = element("div");
|
10281
10281
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10282
|
-
attr(div, "class", "codeElement svelte-
|
10282
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
10283
10283
|
attr(div, "style", /*style*/ ctx[3]);
|
10284
10284
|
},
|
10285
10285
|
m(target, anchor) {
|
@@ -10368,7 +10368,7 @@ class CodeElement extends SvelteComponent {
|
|
10368
10368
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10369
10369
|
|
10370
10370
|
function add_css$e(target) {
|
10371
|
-
append_styles(target, "svelte-
|
10371
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
10372
10372
|
}
|
10373
10373
|
|
10374
10374
|
function create_fragment$H(ctx) {
|
@@ -10382,7 +10382,7 @@ function create_fragment$H(ctx) {
|
|
10382
10382
|
c() {
|
10383
10383
|
div = element("div");
|
10384
10384
|
if (default_slot) default_slot.c();
|
10385
|
-
attr(div, "class", "flex svelte-
|
10385
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
10386
10386
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10387
10387
|
},
|
10388
10388
|
m(target, anchor) {
|
@@ -10479,7 +10479,7 @@ class Flex extends SvelteComponent {
|
|
10479
10479
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10480
10480
|
|
10481
10481
|
function add_css$d(target) {
|
10482
|
-
append_styles(target, "svelte-
|
10482
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10483
10483
|
}
|
10484
10484
|
|
10485
10485
|
function create_fragment$G(ctx) {
|
@@ -10492,7 +10492,7 @@ function create_fragment$G(ctx) {
|
|
10492
10492
|
c() {
|
10493
10493
|
div = element("div");
|
10494
10494
|
if (default_slot) default_slot.c();
|
10495
|
-
attr(div, "class", "flex-item svelte-
|
10495
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
10496
10496
|
attr(div, "style", /*style*/ ctx[0]);
|
10497
10497
|
},
|
10498
10498
|
m(target, anchor) {
|
@@ -10900,7 +10900,7 @@ class GridModalState extends SvelteComponent {
|
|
10900
10900
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10901
10901
|
|
10902
10902
|
function add_css$c(target) {
|
10903
|
-
append_styles(target, "svelte-
|
10903
|
+
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%}");
|
10904
10904
|
}
|
10905
10905
|
|
10906
10906
|
function create_fragment$E(ctx) {
|
@@ -10916,8 +10916,8 @@ function create_fragment$E(ctx) {
|
|
10916
10916
|
div1 = element("div");
|
10917
10917
|
div0 = element("div");
|
10918
10918
|
create_component(rendertext.$$.fragment);
|
10919
|
-
attr(div0, "class", "text-block-inner svelte-
|
10920
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10919
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
10920
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
10921
10921
|
attr(div1, "style", /*style*/ ctx[2]);
|
10922
10922
|
},
|
10923
10923
|
m(target, anchor) {
|
@@ -10931,7 +10931,7 @@ function create_fragment$E(ctx) {
|
|
10931
10931
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10932
10932
|
rendertext.$set(rendertext_changes);
|
10933
10933
|
|
10934
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10934
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
10935
10935
|
attr(div1, "class", div1_class_value);
|
10936
10936
|
}
|
10937
10937
|
|
@@ -11009,7 +11009,7 @@ class TextBlock extends SvelteComponent {
|
|
11009
11009
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11010
11010
|
|
11011
11011
|
function add_css$b(target) {
|
11012
|
-
append_styles(target, "svelte-
|
11012
|
+
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)}");
|
11013
11013
|
}
|
11014
11014
|
|
11015
11015
|
function create_fragment$D(ctx) {
|
@@ -11026,9 +11026,9 @@ function create_fragment$D(ctx) {
|
|
11026
11026
|
div = element("div");
|
11027
11027
|
button = element("button");
|
11028
11028
|
create_component(rendertext.$$.fragment);
|
11029
|
-
attr(button, "class", "text-button svelte-
|
11029
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
11030
11030
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11031
|
-
attr(div, "class", "text-button-block svelte-
|
11031
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
11032
11032
|
attr(div, "style", /*_style*/ ctx[2]);
|
11033
11033
|
},
|
11034
11034
|
m(target, anchor) {
|
@@ -11134,7 +11134,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11134
11134
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11135
11135
|
|
11136
11136
|
function add_css$a(target) {
|
11137
|
-
append_styles(target, "svelte-
|
11137
|
+
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)}");
|
11138
11138
|
}
|
11139
11139
|
|
11140
11140
|
function create_fragment$C(ctx) {
|
@@ -11150,14 +11150,14 @@ function create_fragment$C(ctx) {
|
|
11150
11150
|
c() {
|
11151
11151
|
div = element("div");
|
11152
11152
|
img = element("img");
|
11153
|
-
attr(img, "class", "image svelte-
|
11153
|
+
attr(img, "class", "image svelte-1jus6sx");
|
11154
11154
|
attr(img, "loading", "lazy");
|
11155
11155
|
attr(img, "width", "auto");
|
11156
11156
|
attr(img, "height", "auto");
|
11157
11157
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11158
11158
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11159
11159
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11160
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11160
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
11161
11161
|
attr(div, "style", /*_style*/ ctx[5]);
|
11162
11162
|
},
|
11163
11163
|
m(target, anchor) {
|
@@ -11182,7 +11182,7 @@ function create_fragment$C(ctx) {
|
|
11182
11182
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11183
11183
|
}
|
11184
11184
|
|
11185
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11185
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
11186
11186
|
attr(div, "class", div_class_value);
|
11187
11187
|
}
|
11188
11188
|
|
@@ -11353,7 +11353,7 @@ const toCssShadow = (p) => {
|
|
11353
11353
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11354
11354
|
|
11355
11355
|
function add_css$9(target) {
|
11356
|
-
append_styles(target, "svelte-
|
11356
|
+
append_styles(target, "svelte-jnsixl", ".avatar.svelte-jnsixl{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
11357
11357
|
}
|
11358
11358
|
|
11359
11359
|
function create_fragment$B(ctx) {
|
@@ -11369,7 +11369,7 @@ function create_fragment$B(ctx) {
|
|
11369
11369
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11370
11370
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11371
11371
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11372
|
-
attr(div, "class", "avatar svelte-
|
11372
|
+
attr(div, "class", "avatar svelte-jnsixl");
|
11373
11373
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11374
11374
|
attr(div, "style", /*style*/ ctx[3]);
|
11375
11375
|
},
|
@@ -12981,7 +12981,7 @@ const ICON_PARAMS = [
|
|
12981
12981
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
12982
12982
|
|
12983
12983
|
function add_css$8(target) {
|
12984
|
-
append_styles(target, "svelte-
|
12984
|
+
append_styles(target, "svelte-u5222d", ".icon.svelte-u5222d{display:inline-flex;align-items:center;overflow:hidden;width:auto}");
|
12985
12985
|
}
|
12986
12986
|
|
12987
12987
|
// (20:0) {#if (IconComponent)}
|
@@ -13006,7 +13006,7 @@ function create_if_block$5(ctx) {
|
|
13006
13006
|
div = element("div");
|
13007
13007
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
13008
13008
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13009
|
-
attr(div, "class", "icon svelte-
|
13009
|
+
attr(div, "class", "icon svelte-u5222d");
|
13010
13010
|
attr(div, "style", /*style*/ ctx[3]);
|
13011
13011
|
},
|
13012
13012
|
m(target, anchor) {
|
@@ -13258,7 +13258,7 @@ const BUTTON_VARIANTS = {
|
|
13258
13258
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13259
13259
|
|
13260
13260
|
function add_css$7(target) {
|
13261
|
-
append_styles(target, "svelte-
|
13261
|
+
append_styles(target, "svelte-15m50q3", ".button.svelte-15m50q3{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.button-icon.svelte-15m50q3{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
13262
13262
|
}
|
13263
13263
|
|
13264
13264
|
// (47:2) {#if (props.isIcon && props.iconVariant)}
|
@@ -13280,7 +13280,7 @@ function create_if_block$4(ctx) {
|
|
13280
13280
|
c() {
|
13281
13281
|
div = element("div");
|
13282
13282
|
create_component(icon.$$.fragment);
|
13283
|
-
attr(div, "class", "button-icon svelte-
|
13283
|
+
attr(div, "class", "button-icon svelte-15m50q3");
|
13284
13284
|
},
|
13285
13285
|
m(target, anchor) {
|
13286
13286
|
insert(target, div, anchor);
|
@@ -13333,7 +13333,7 @@ function create_fragment$7(ctx) {
|
|
13333
13333
|
t1 = text(t1_value);
|
13334
13334
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13335
13335
|
attr(button, "style", /*style*/ ctx[2]);
|
13336
|
-
attr(button, "class", "button svelte-
|
13336
|
+
attr(button, "class", "button svelte-15m50q3");
|
13337
13337
|
},
|
13338
13338
|
m(target, anchor) {
|
13339
13339
|
insert(target, button, anchor);
|
@@ -13510,7 +13510,7 @@ const BUTTON_ICON_ANGLE = {
|
|
13510
13510
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
13511
13511
|
|
13512
13512
|
function add_css$6(target) {
|
13513
|
-
append_styles(target, "svelte-
|
13513
|
+
append_styles(target, "svelte-11jxyiz", ".flex-text-button.svelte-11jxyiz{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-11jxyiz:hover{text-decoration:none}.flex-text-button-icon.svelte-11jxyiz{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
13514
13514
|
}
|
13515
13515
|
|
13516
13516
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
@@ -13532,7 +13532,7 @@ function create_if_block$3(ctx) {
|
|
13532
13532
|
c() {
|
13533
13533
|
div = element("div");
|
13534
13534
|
create_component(icon.$$.fragment);
|
13535
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
13535
|
+
attr(div, "class", "flex-text-button-icon svelte-11jxyiz");
|
13536
13536
|
},
|
13537
13537
|
m(target, anchor) {
|
13538
13538
|
insert(target, div, anchor);
|
@@ -13585,7 +13585,7 @@ function create_fragment$6(ctx) {
|
|
13585
13585
|
t1 = text(t1_value);
|
13586
13586
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13587
13587
|
attr(button, "style", /*style*/ ctx[2]);
|
13588
|
-
attr(button, "class", "flex-text-button svelte-
|
13588
|
+
attr(button, "class", "flex-text-button svelte-11jxyiz");
|
13589
13589
|
},
|
13590
13590
|
m(target, anchor) {
|
13591
13591
|
insert(target, button, anchor);
|
@@ -13822,7 +13822,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
13822
13822
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
13823
13823
|
|
13824
13824
|
function add_css$5(target) {
|
13825
|
-
append_styles(target, "svelte-
|
13825
|
+
append_styles(target, "svelte-3fbvvp", ".close.svelte-3fbvvp{position:absolute;top:8px;right:8px}.close-button-row.svelte-3fbvvp{display:flex;flex-direction:row;align-items:center;gap:4px}.close-button.svelte-3fbvvp{display:inline-flex;align-items:center;justify-content:center;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-3fbvvp:hover{transform:rotate(90deg)}.close-button-order-one.svelte-3fbvvp{order:1}.close-button-order-two.svelte-3fbvvp{order:2}.close-button-label.svelte-3fbvvp{color:var(--close-button-label-color, '#ccc')}");
|
13826
13826
|
}
|
13827
13827
|
|
13828
13828
|
// (99:4) {#if hasLabel}
|
@@ -13838,7 +13838,7 @@ function create_if_block$2(ctx) {
|
|
13838
13838
|
|
13839
13839
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
13840
13840
|
? 'close-button-order-one'
|
13841
|
-
: '') + " svelte-
|
13841
|
+
: '') + " svelte-3fbvvp");
|
13842
13842
|
},
|
13843
13843
|
m(target, anchor) {
|
13844
13844
|
insert(target, span, anchor);
|
@@ -13901,9 +13901,9 @@ function create_fragment$5(ctx) {
|
|
13901
13901
|
attr(svg, "viewBox", "0 0 50 50");
|
13902
13902
|
attr(svg, "fill", /*color*/ ctx[6]);
|
13903
13903
|
set_attributes(button, button_data);
|
13904
|
-
toggle_class(button, "svelte-
|
13905
|
-
attr(div0, "class", "close-button-row svelte-
|
13906
|
-
attr(div1, "class", "close svelte-
|
13904
|
+
toggle_class(button, "svelte-3fbvvp", true);
|
13905
|
+
attr(div0, "class", "close-button-row svelte-3fbvvp");
|
13906
|
+
attr(div1, "class", "close svelte-3fbvvp");
|
13907
13907
|
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
13908
13908
|
},
|
13909
13909
|
m(target, anchor) {
|
@@ -13929,7 +13929,7 @@ function create_fragment$5(ctx) {
|
|
13929
13929
|
dataAttrStopPropagation('click')
|
13930
13930
|
]));
|
13931
13931
|
|
13932
|
-
toggle_class(button, "svelte-
|
13932
|
+
toggle_class(button, "svelte-3fbvvp", true);
|
13933
13933
|
|
13934
13934
|
if (/*hasLabel*/ ctx[4]) {
|
13935
13935
|
if (if_block) {
|
@@ -14080,7 +14080,7 @@ class CloseButton extends SvelteComponent {
|
|
14080
14080
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
14081
14081
|
|
14082
14082
|
function add_css$4(target) {
|
14083
|
-
append_styles(target, "svelte-
|
14083
|
+
append_styles(target, "svelte-1wv9v10", ".image.svelte-1wv9v10{max-width:100%;overflow:hidden;flex-shrink:0}.image-object.svelte-1wv9v10{width:100%;overflow:hidden}.image-img.svelte-1wv9v10{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
|
14084
14084
|
}
|
14085
14085
|
|
14086
14086
|
function create_fragment$4(ctx) {
|
@@ -14097,11 +14097,11 @@ function create_fragment$4(ctx) {
|
|
14097
14097
|
img = element("img");
|
14098
14098
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
14099
14099
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
14100
|
-
attr(img, "class", "image-img svelte-
|
14100
|
+
attr(img, "class", "image-img svelte-1wv9v10");
|
14101
14101
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
14102
|
-
attr(object, "class", "image-object svelte-
|
14102
|
+
attr(object, "class", "image-object svelte-1wv9v10");
|
14103
14103
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14104
|
-
attr(div, "class", "image svelte-
|
14104
|
+
attr(div, "class", "image svelte-1wv9v10");
|
14105
14105
|
attr(div, "style", /*style*/ ctx[3]);
|
14106
14106
|
},
|
14107
14107
|
m(target, anchor) {
|
@@ -14175,7 +14175,7 @@ class Image extends SvelteComponent {
|
|
14175
14175
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
14176
14176
|
|
14177
14177
|
function add_css$3(target) {
|
14178
|
-
append_styles(target, "svelte-
|
14178
|
+
append_styles(target, "svelte-19rjtwm", ".layout.svelte-19rjtwm{margin:0}");
|
14179
14179
|
}
|
14180
14180
|
|
14181
14181
|
function create_fragment$3(ctx) {
|
@@ -14189,7 +14189,7 @@ function create_fragment$3(ctx) {
|
|
14189
14189
|
div = element("div");
|
14190
14190
|
if (default_slot) default_slot.c();
|
14191
14191
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
14192
|
-
attr(div, "class", "layout svelte-
|
14192
|
+
attr(div, "class", "layout svelte-19rjtwm");
|
14193
14193
|
attr(div, "style", /*style*/ ctx[1]);
|
14194
14194
|
},
|
14195
14195
|
m(target, anchor) {
|
@@ -14342,7 +14342,7 @@ const TEXT_VARIANTS = {
|
|
14342
14342
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
14343
14343
|
|
14344
14344
|
function add_css$2(target) {
|
14345
|
-
append_styles(target, "svelte-
|
14345
|
+
append_styles(target, "svelte-18qq8cj", ".text.svelte-18qq8cj{margin:0;word-break:break-all}");
|
14346
14346
|
}
|
14347
14347
|
|
14348
14348
|
function create_fragment$2(ctx) {
|
@@ -14352,7 +14352,7 @@ function create_fragment$2(ctx) {
|
|
14352
14352
|
c() {
|
14353
14353
|
p = element("p");
|
14354
14354
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
14355
|
-
attr(p, "class", "text svelte-
|
14355
|
+
attr(p, "class", "text svelte-18qq8cj");
|
14356
14356
|
attr(p, "style", /*style*/ ctx[1]);
|
14357
14357
|
},
|
14358
14358
|
m(target, anchor) {
|
@@ -14446,7 +14446,7 @@ const LAYER_TEXT_SIZE = {
|
|
14446
14446
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
14447
14447
|
|
14448
14448
|
function add_css$1(target) {
|
14449
|
-
append_styles(target, "svelte-
|
14449
|
+
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}");
|
14450
14450
|
}
|
14451
14451
|
|
14452
14452
|
// (14:0) {#if backgroundOverlay}
|
@@ -14459,7 +14459,7 @@ function create_if_block$1(ctx) {
|
|
14459
14459
|
return {
|
14460
14460
|
c() {
|
14461
14461
|
div = element("div");
|
14462
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
14462
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
|
14463
14463
|
},
|
14464
14464
|
m(target, anchor) {
|
14465
14465
|
insert(target, div, anchor);
|
@@ -14470,7 +14470,7 @@ function create_if_block$1(ctx) {
|
|
14470
14470
|
}
|
14471
14471
|
},
|
14472
14472
|
p(ctx, dirty) {
|
14473
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
14473
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
|
14474
14474
|
attr(div, "class", div_class_value);
|
14475
14475
|
}
|
14476
14476
|
},
|
@@ -14542,7 +14542,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
14542
14542
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
14543
14543
|
|
14544
14544
|
function add_css(target) {
|
14545
|
-
append_styles(target, "svelte-
|
14545
|
+
append_styles(target, "svelte-1kg29ce", ".modal.svelte-1kg29ce{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1kg29ce > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-1kg29ce{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-1kg29ce{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}}");
|
14546
14546
|
}
|
14547
14547
|
|
14548
14548
|
// (253:0) {:else}
|
@@ -14683,7 +14683,7 @@ function create_if_block(ctx) {
|
|
14683
14683
|
c() {
|
14684
14684
|
div = element("div");
|
14685
14685
|
if (default_slot) default_slot.c();
|
14686
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
14686
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-1kg29ce"));
|
14687
14687
|
attr(div, "role", "dialog");
|
14688
14688
|
attr(div, "aria-modal", "true");
|
14689
14689
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -14716,7 +14716,7 @@ function create_if_block(ctx) {
|
|
14716
14716
|
}
|
14717
14717
|
}
|
14718
14718
|
|
14719
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
14719
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-1kg29ce"))) {
|
14720
14720
|
attr(div, "class", div_class_value);
|
14721
14721
|
}
|
14722
14722
|
},
|