@plaidev/karte-action-sdk 1.1.227-28567518.05a4b1bd → 1.1.227
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hydrate/index.es.js +133 -133
- package/dist/index.es.js +136 -138
- package/dist/karte-action-sdk.d.ts +2671 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/meta/karte-action-sdk.api.json +6318 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -18,10 +18,7 @@ const ALL_ACTION_SHORTEN_ID = 'KARTE_ALL_ACTION_SHORTEN_ID';
|
|
18
18
|
/** @internal */
|
19
19
|
const DEVICE_IDS = ['PC', 'SP'];
|
20
20
|
/** @internal */
|
21
|
-
const DEVICE_QUERIES = {
|
22
|
-
PC: 'screen and (min-width: 641px)',
|
23
|
-
SP: 'screen and (max-width: 640px)',
|
24
|
-
};
|
21
|
+
const DEVICE_QUERIES = { PC: 'screen and (min-width: 641px)', SP: 'screen and (max-width: 640px)' };
|
25
22
|
// -------- The following codes are deprecated --------
|
26
23
|
/**
|
27
24
|
* 非推奨
|
@@ -3048,7 +3045,7 @@ class State extends SvelteComponent {
|
|
3048
3045
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3049
3046
|
|
3050
3047
|
function add_css$v(target) {
|
3051
|
-
append_styles(target, "svelte-
|
3048
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
3052
3049
|
}
|
3053
3050
|
|
3054
3051
|
// (23:0) {#if $state === path}
|
@@ -3065,7 +3062,7 @@ function create_if_block$8(ctx) {
|
|
3065
3062
|
t = space();
|
3066
3063
|
if (default_slot) default_slot.c();
|
3067
3064
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3068
|
-
attr(div, "class", "state-item svelte-
|
3065
|
+
attr(div, "class", "state-item svelte-1amihue");
|
3069
3066
|
},
|
3070
3067
|
m(target, anchor) {
|
3071
3068
|
insert(target, div, anchor);
|
@@ -3387,7 +3384,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3387
3384
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3388
3385
|
|
3389
3386
|
function add_css$u(target) {
|
3390
|
-
append_styles(target, "svelte-
|
3387
|
+
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}");
|
3391
3388
|
}
|
3392
3389
|
|
3393
3390
|
// (14:0) {#if backgroundOverlay}
|
@@ -3400,7 +3397,7 @@ function create_if_block$7(ctx) {
|
|
3400
3397
|
return {
|
3401
3398
|
c() {
|
3402
3399
|
div = element("div");
|
3403
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3400
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
|
3404
3401
|
},
|
3405
3402
|
m(target, anchor) {
|
3406
3403
|
insert(target, div, anchor);
|
@@ -3411,7 +3408,7 @@ function create_if_block$7(ctx) {
|
|
3411
3408
|
}
|
3412
3409
|
},
|
3413
3410
|
p(ctx, dirty) {
|
3414
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3411
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
|
3415
3412
|
attr(div, "class", div_class_value);
|
3416
3413
|
}
|
3417
3414
|
},
|
@@ -3517,7 +3514,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3517
3514
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3518
3515
|
|
3519
3516
|
function add_css$t(target) {
|
3520
|
-
append_styles(target, "svelte-
|
3517
|
+
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}");
|
3521
3518
|
}
|
3522
3519
|
|
3523
3520
|
// (50:0) {:else}
|
@@ -3546,7 +3543,7 @@ function create_else_block$4(ctx) {
|
|
3546
3543
|
button = element("button");
|
3547
3544
|
if (default_slot) default_slot.c();
|
3548
3545
|
set_attributes(button, button_data);
|
3549
|
-
toggle_class(button, "svelte-
|
3546
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3550
3547
|
},
|
3551
3548
|
m(target, anchor) {
|
3552
3549
|
insert(target, button, anchor);
|
@@ -3585,7 +3582,7 @@ function create_else_block$4(ctx) {
|
|
3585
3582
|
dataAttrStopPropagation('click')
|
3586
3583
|
]));
|
3587
3584
|
|
3588
|
-
toggle_class(button, "svelte-
|
3585
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3589
3586
|
},
|
3590
3587
|
i(local) {
|
3591
3588
|
if (current) return;
|
@@ -3616,7 +3613,7 @@ function create_if_block_2$1(ctx) {
|
|
3616
3613
|
c() {
|
3617
3614
|
div = element("div");
|
3618
3615
|
if (default_slot) default_slot.c();
|
3619
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3616
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
|
3620
3617
|
attr(div, "style", /*style*/ ctx[1]);
|
3621
3618
|
},
|
3622
3619
|
m(target, anchor) {
|
@@ -3700,7 +3697,7 @@ function create_if_block_1$2(ctx) {
|
|
3700
3697
|
a = element("a");
|
3701
3698
|
if (default_slot) default_slot.c();
|
3702
3699
|
set_attributes(a, a_data);
|
3703
|
-
toggle_class(a, "svelte-
|
3700
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
3704
3701
|
},
|
3705
3702
|
m(target, anchor) {
|
3706
3703
|
insert(target, a, anchor);
|
@@ -3742,7 +3739,7 @@ function create_if_block_1$2(ctx) {
|
|
3742
3739
|
dataAttrStopPropagation('click')
|
3743
3740
|
]));
|
3744
3741
|
|
3745
|
-
toggle_class(a, "svelte-
|
3742
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
3746
3743
|
},
|
3747
3744
|
i(local) {
|
3748
3745
|
if (current) return;
|
@@ -3773,7 +3770,7 @@ function create_if_block$6(ctx) {
|
|
3773
3770
|
c() {
|
3774
3771
|
div = element("div");
|
3775
3772
|
if (default_slot) default_slot.c();
|
3776
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3773
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
|
3777
3774
|
attr(div, "style", /*style*/ ctx[1]);
|
3778
3775
|
},
|
3779
3776
|
m(target, anchor) {
|
@@ -3977,10 +3974,10 @@ class Button extends SvelteComponent {
|
|
3977
3974
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3978
3975
|
|
3979
3976
|
function add_css$s(target) {
|
3980
|
-
append_styles(target, "svelte-
|
3977
|
+
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}}");
|
3981
3978
|
}
|
3982
3979
|
|
3983
|
-
// (
|
3980
|
+
// (278:0) {:else}
|
3984
3981
|
function create_else_block$3(ctx) {
|
3985
3982
|
let backgroundoverlay;
|
3986
3983
|
let current;
|
@@ -4024,7 +4021,7 @@ function create_else_block$3(ctx) {
|
|
4024
4021
|
};
|
4025
4022
|
}
|
4026
4023
|
|
4027
|
-
// (
|
4024
|
+
// (267:24)
|
4028
4025
|
function create_if_block_3(ctx) {
|
4029
4026
|
let backgroundoverlay0;
|
4030
4027
|
let t;
|
@@ -4093,7 +4090,7 @@ function create_if_block_3(ctx) {
|
|
4093
4090
|
};
|
4094
4091
|
}
|
4095
4092
|
|
4096
|
-
// (
|
4093
|
+
// (265:0) {#if isPreview()}
|
4097
4094
|
function create_if_block_2(ctx) {
|
4098
4095
|
return {
|
4099
4096
|
c: noop,
|
@@ -4105,7 +4102,7 @@ function create_if_block_2(ctx) {
|
|
4105
4102
|
};
|
4106
4103
|
}
|
4107
4104
|
|
4108
|
-
// (
|
4105
|
+
// (281:0) {#if visible}
|
4109
4106
|
function create_if_block$5(ctx) {
|
4110
4107
|
let div;
|
4111
4108
|
let button;
|
@@ -4127,7 +4124,7 @@ function create_if_block$5(ctx) {
|
|
4127
4124
|
c() {
|
4128
4125
|
div = element("div");
|
4129
4126
|
create_component(button.$$.fragment);
|
4130
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4127
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
|
4131
4128
|
attr(div, "role", "dialog");
|
4132
4129
|
attr(div, "aria-modal", "true");
|
4133
4130
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4151,7 +4148,7 @@ function create_if_block$5(ctx) {
|
|
4151
4148
|
|
4152
4149
|
button.$set(button_changes);
|
4153
4150
|
|
4154
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4151
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
|
4155
4152
|
attr(div, "class", div_class_value);
|
4156
4153
|
}
|
4157
4154
|
},
|
@@ -4184,7 +4181,7 @@ function create_if_block$5(ctx) {
|
|
4184
4181
|
};
|
4185
4182
|
}
|
4186
4183
|
|
4187
|
-
// (
|
4184
|
+
// (294:6) {#if closable}
|
4188
4185
|
function create_if_block_1$1(ctx) {
|
4189
4186
|
let div;
|
4190
4187
|
let button;
|
@@ -4205,7 +4202,7 @@ function create_if_block_1$1(ctx) {
|
|
4205
4202
|
c() {
|
4206
4203
|
div = element("div");
|
4207
4204
|
create_component(button.$$.fragment);
|
4208
|
-
attr(div, "class", "close svelte-
|
4205
|
+
attr(div, "class", "close svelte-1i2vo31");
|
4209
4206
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4210
4207
|
},
|
4211
4208
|
m(target, anchor) {
|
@@ -4246,7 +4243,7 @@ function create_if_block_1$1(ctx) {
|
|
4246
4243
|
};
|
4247
4244
|
}
|
4248
4245
|
|
4249
|
-
// (
|
4246
|
+
// (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4250
4247
|
function create_default_slot_1$1(ctx) {
|
4251
4248
|
let svg;
|
4252
4249
|
let path;
|
@@ -4279,7 +4276,7 @@ function create_default_slot_1$1(ctx) {
|
|
4279
4276
|
};
|
4280
4277
|
}
|
4281
4278
|
|
4282
|
-
// (
|
4279
|
+
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4283
4280
|
function create_default_slot$6(ctx) {
|
4284
4281
|
let t;
|
4285
4282
|
let div;
|
@@ -4294,7 +4291,7 @@ function create_default_slot$6(ctx) {
|
|
4294
4291
|
t = space();
|
4295
4292
|
div = element("div");
|
4296
4293
|
if (default_slot) default_slot.c();
|
4297
|
-
attr(div, "class", "modal-content svelte-
|
4294
|
+
attr(div, "class", "modal-content svelte-1i2vo31");
|
4298
4295
|
attr(div, "style", /*_style*/ ctx[5]);
|
4299
4296
|
},
|
4300
4297
|
m(target, anchor) {
|
@@ -4664,9 +4661,10 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
4664
4661
|
DEVICE_IDS.forEach(deviceId => {
|
4665
4662
|
if (useBreakPoint) {
|
4666
4663
|
const positionWithBp = breakPoint[deviceId]?.placement?.position;
|
4664
|
+
const mediaQuery = DEVICE_QUERIES[deviceId];
|
4667
4665
|
|
4668
4666
|
transforms.push({
|
4669
|
-
query:
|
4667
|
+
query: mediaQuery,
|
4670
4668
|
...getTransform(positionWithBp)
|
4671
4669
|
});
|
4672
4670
|
|
@@ -4944,7 +4942,7 @@ class Grid extends SvelteComponent {
|
|
4944
4942
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4945
4943
|
|
4946
4944
|
function add_css$r(target) {
|
4947
|
-
append_styles(target, "svelte-
|
4945
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4948
4946
|
}
|
4949
4947
|
|
4950
4948
|
function create_fragment$t(ctx) {
|
@@ -4959,8 +4957,8 @@ function create_fragment$t(ctx) {
|
|
4959
4957
|
div1 = element("div");
|
4960
4958
|
div0 = element("div");
|
4961
4959
|
if (default_slot) default_slot.c();
|
4962
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4963
|
-
attr(div1, "class", "grid-item svelte-
|
4960
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4961
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4964
4962
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4965
4963
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4966
4964
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5265,7 +5263,7 @@ class RenderText extends SvelteComponent {
|
|
5265
5263
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5266
5264
|
|
5267
5265
|
function add_css$q(target) {
|
5268
|
-
append_styles(target, "svelte-
|
5266
|
+
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}");
|
5269
5267
|
}
|
5270
5268
|
|
5271
5269
|
// (94:2) {:else}
|
@@ -5282,8 +5280,8 @@ function create_else_block$1(ctx) {
|
|
5282
5280
|
div1 = element("div");
|
5283
5281
|
div0 = element("div");
|
5284
5282
|
create_component(rendertext.$$.fragment);
|
5285
|
-
attr(div0, "class", "text-element-inner svelte-
|
5286
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5283
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5284
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5287
5285
|
attr(div1, "style", /*style*/ ctx[5]);
|
5288
5286
|
},
|
5289
5287
|
m(target, anchor) {
|
@@ -5297,7 +5295,7 @@ function create_else_block$1(ctx) {
|
|
5297
5295
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5298
5296
|
rendertext.$set(rendertext_changes);
|
5299
5297
|
|
5300
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5298
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5301
5299
|
attr(div1, "class", div1_class_value);
|
5302
5300
|
}
|
5303
5301
|
|
@@ -5347,12 +5345,12 @@ function create_if_block$3(ctx) {
|
|
5347
5345
|
t2 = space();
|
5348
5346
|
div2 = element("div");
|
5349
5347
|
div2.textContent = "コピーできませんでした";
|
5350
|
-
attr(div0, "class", "text-element-inner svelte-
|
5348
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5351
5349
|
attr(a, "href", '');
|
5352
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5350
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5353
5351
|
attr(a, "style", /*style*/ ctx[5]);
|
5354
|
-
attr(div1, "class", "tooltip svelte-
|
5355
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5352
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
5353
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
5356
5354
|
},
|
5357
5355
|
m(target, anchor) {
|
5358
5356
|
insert(target, a, anchor);
|
@@ -5376,7 +5374,7 @@ function create_if_block$3(ctx) {
|
|
5376
5374
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5377
5375
|
rendertext.$set(rendertext_changes);
|
5378
5376
|
|
5379
|
-
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-
|
5377
|
+
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"))) {
|
5380
5378
|
attr(a, "class", a_class_value);
|
5381
5379
|
}
|
5382
5380
|
|
@@ -5428,7 +5426,7 @@ function create_fragment$r(ctx) {
|
|
5428
5426
|
c() {
|
5429
5427
|
div = element("div");
|
5430
5428
|
if_block.c();
|
5431
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5429
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
5432
5430
|
},
|
5433
5431
|
m(target, anchor) {
|
5434
5432
|
insert(target, div, anchor);
|
@@ -5594,7 +5592,7 @@ class TextElement extends SvelteComponent {
|
|
5594
5592
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5595
5593
|
|
5596
5594
|
function add_css$p(target) {
|
5597
|
-
append_styles(target, "svelte-
|
5595
|
+
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)}");
|
5598
5596
|
}
|
5599
5597
|
|
5600
5598
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5650,7 +5648,7 @@ function create_fragment$q(ctx) {
|
|
5650
5648
|
c() {
|
5651
5649
|
div = element("div");
|
5652
5650
|
create_component(button.$$.fragment);
|
5653
|
-
attr(div, "class", "text-button-element svelte-
|
5651
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5654
5652
|
},
|
5655
5653
|
m(target, anchor) {
|
5656
5654
|
insert(target, div, anchor);
|
@@ -5742,7 +5740,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5742
5740
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5743
5741
|
|
5744
5742
|
function add_css$o(target) {
|
5745
|
-
append_styles(target, "svelte-
|
5743
|
+
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%}");
|
5746
5744
|
}
|
5747
5745
|
|
5748
5746
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5754,7 +5752,7 @@ function create_default_slot$4(ctx) {
|
|
5754
5752
|
return {
|
5755
5753
|
c() {
|
5756
5754
|
img = element("img");
|
5757
|
-
attr(img, "class", "image svelte-
|
5755
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5758
5756
|
attr(img, "loading", "lazy");
|
5759
5757
|
attr(img, "width", "auto");
|
5760
5758
|
attr(img, "height", "auto");
|
@@ -5816,7 +5814,7 @@ function create_fragment$p(ctx) {
|
|
5816
5814
|
c() {
|
5817
5815
|
div = element("div");
|
5818
5816
|
create_component(button.$$.fragment);
|
5819
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5817
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5820
5818
|
},
|
5821
5819
|
m(target, anchor) {
|
5822
5820
|
insert(target, div, anchor);
|
@@ -5835,7 +5833,7 @@ function create_fragment$p(ctx) {
|
|
5835
5833
|
|
5836
5834
|
button.$set(button_changes);
|
5837
5835
|
|
5838
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5836
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5839
5837
|
attr(div, "class", div_class_value);
|
5840
5838
|
}
|
5841
5839
|
},
|
@@ -5907,7 +5905,7 @@ class ImageElement extends SvelteComponent {
|
|
5907
5905
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5908
5906
|
|
5909
5907
|
function add_css$n(target) {
|
5910
|
-
append_styles(target, "svelte-
|
5908
|
+
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}");
|
5911
5909
|
}
|
5912
5910
|
|
5913
5911
|
function create_fragment$o(ctx) {
|
@@ -5920,7 +5918,7 @@ function create_fragment$o(ctx) {
|
|
5920
5918
|
c() {
|
5921
5919
|
div = element("div");
|
5922
5920
|
if (default_slot) default_slot.c();
|
5923
|
-
attr(div, "class", "list svelte-
|
5921
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5924
5922
|
attr(div, "style", /*style*/ ctx[0]);
|
5925
5923
|
},
|
5926
5924
|
m(target, anchor) {
|
@@ -6054,7 +6052,7 @@ class List extends SvelteComponent {
|
|
6054
6052
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6055
6053
|
|
6056
6054
|
function add_css$m(target) {
|
6057
|
-
append_styles(target, "svelte-
|
6055
|
+
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}");
|
6058
6056
|
}
|
6059
6057
|
|
6060
6058
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6124,7 +6122,7 @@ function create_fragment$n(ctx) {
|
|
6124
6122
|
c() {
|
6125
6123
|
div = element("div");
|
6126
6124
|
create_component(button.$$.fragment);
|
6127
|
-
attr(div, "class", "list-item svelte-
|
6125
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
6128
6126
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6129
6127
|
},
|
6130
6128
|
m(target, anchor) {
|
@@ -6250,7 +6248,7 @@ class ListItem extends SvelteComponent {
|
|
6250
6248
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6251
6249
|
|
6252
6250
|
function add_css$l(target) {
|
6253
|
-
append_styles(target, "svelte-
|
6251
|
+
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}");
|
6254
6252
|
}
|
6255
6253
|
|
6256
6254
|
function create_fragment$m(ctx) {
|
@@ -6259,7 +6257,7 @@ function create_fragment$m(ctx) {
|
|
6259
6257
|
return {
|
6260
6258
|
c() {
|
6261
6259
|
div = element("div");
|
6262
|
-
attr(div, "class", "embed svelte-
|
6260
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
6263
6261
|
attr(div, "style", /*_style*/ ctx[1]);
|
6264
6262
|
},
|
6265
6263
|
m(target, anchor) {
|
@@ -6302,7 +6300,7 @@ class EmbedElement extends SvelteComponent {
|
|
6302
6300
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6303
6301
|
|
6304
6302
|
function add_css$k(target) {
|
6305
|
-
append_styles(target, "svelte-
|
6303
|
+
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%}");
|
6306
6304
|
}
|
6307
6305
|
|
6308
6306
|
function create_fragment$l(ctx) {
|
@@ -6314,7 +6312,7 @@ function create_fragment$l(ctx) {
|
|
6314
6312
|
div1 = element("div");
|
6315
6313
|
div0 = element("div");
|
6316
6314
|
attr(div0, "class", "karte-player");
|
6317
|
-
attr(div1, "class", "embed svelte-
|
6315
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6318
6316
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6319
6317
|
},
|
6320
6318
|
m(target, anchor) {
|
@@ -6656,7 +6654,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6656
6654
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6657
6655
|
|
6658
6656
|
function add_css$j(target) {
|
6659
|
-
append_styles(target, "svelte-
|
6657
|
+
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%}");
|
6660
6658
|
}
|
6661
6659
|
|
6662
6660
|
function create_fragment$k(ctx) {
|
@@ -6668,7 +6666,7 @@ function create_fragment$k(ctx) {
|
|
6668
6666
|
div1 = element("div");
|
6669
6667
|
div0 = element("div");
|
6670
6668
|
attr(div0, "class", "karte-player");
|
6671
|
-
attr(div1, "class", "embed svelte-
|
6669
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6672
6670
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6673
6671
|
},
|
6674
6672
|
m(target, anchor) {
|
@@ -6852,7 +6850,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6852
6850
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6853
6851
|
|
6854
6852
|
function add_css$i(target) {
|
6855
|
-
append_styles(target, "svelte-
|
6853
|
+
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}");
|
6856
6854
|
}
|
6857
6855
|
|
6858
6856
|
function create_fragment$j(ctx) {
|
@@ -6865,12 +6863,12 @@ function create_fragment$j(ctx) {
|
|
6865
6863
|
c() {
|
6866
6864
|
div = element("div");
|
6867
6865
|
textarea = element("textarea");
|
6868
|
-
attr(textarea, "class", "textarea svelte-
|
6866
|
+
attr(textarea, "class", "textarea svelte-1fjy5oo");
|
6869
6867
|
textarea.value = /*$value*/ ctx[4];
|
6870
6868
|
textarea.required = /*required*/ ctx[1];
|
6871
6869
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6872
6870
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6873
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6871
|
+
attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
|
6874
6872
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6875
6873
|
},
|
6876
6874
|
m(target, anchor) {
|
@@ -7022,7 +7020,7 @@ class FormTextarea extends SvelteComponent {
|
|
7022
7020
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7023
7021
|
|
7024
7022
|
function add_css$h(target) {
|
7025
|
-
append_styles(target, "svelte-
|
7023
|
+
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}");
|
7026
7024
|
}
|
7027
7025
|
|
7028
7026
|
function get_each_context$5(ctx, list, i) {
|
@@ -7056,14 +7054,14 @@ function create_each_block$5(ctx) {
|
|
7056
7054
|
t1 = text(t1_value);
|
7057
7055
|
t2 = space();
|
7058
7056
|
attr(input, "type", "radio");
|
7059
|
-
attr(input, "class", "radio-button-input svelte-
|
7057
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
7060
7058
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7061
7059
|
attr(input, "name", /*name*/ ctx[0]);
|
7062
7060
|
input.value = input_value_value = /*option*/ ctx[17];
|
7063
7061
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7064
|
-
attr(span, "class", "radio-button-text svelte-
|
7062
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
7065
7063
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7066
|
-
attr(label, "class", "radio-button svelte-
|
7064
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
7067
7065
|
},
|
7068
7066
|
m(target, anchor) {
|
7069
7067
|
insert(target, label, anchor);
|
@@ -7128,7 +7126,7 @@ function create_fragment$i(ctx) {
|
|
7128
7126
|
each_blocks[i].c();
|
7129
7127
|
}
|
7130
7128
|
|
7131
|
-
attr(div, "class", "radio-buttons svelte-
|
7129
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
7132
7130
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7133
7131
|
},
|
7134
7132
|
m(target, anchor) {
|
@@ -7297,7 +7295,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7297
7295
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7298
7296
|
|
7299
7297
|
function add_css$g(target) {
|
7300
|
-
append_styles(target, "svelte-
|
7298
|
+
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}");
|
7301
7299
|
}
|
7302
7300
|
|
7303
7301
|
function get_each_context$4(ctx, list, i) {
|
@@ -7431,10 +7429,10 @@ function create_fragment$h(ctx) {
|
|
7431
7429
|
|
7432
7430
|
t = space();
|
7433
7431
|
div0 = element("div");
|
7434
|
-
attr(select, "class", "select-select svelte-
|
7432
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7435
7433
|
attr(select, "style", /*style*/ ctx[3]);
|
7436
|
-
attr(div0, "class", "select-icon svelte-
|
7437
|
-
attr(div1, "class", "select svelte-
|
7434
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7435
|
+
attr(div1, "class", "select svelte-iejizj");
|
7438
7436
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7439
7437
|
},
|
7440
7438
|
m(target, anchor) {
|
@@ -7636,7 +7634,7 @@ class FormSelect extends SvelteComponent {
|
|
7636
7634
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7637
7635
|
|
7638
7636
|
function add_css$f(target) {
|
7639
|
-
append_styles(target, "svelte-
|
7637
|
+
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}");
|
7640
7638
|
}
|
7641
7639
|
|
7642
7640
|
function get_each_context$3(ctx, list, i) {
|
@@ -7675,19 +7673,19 @@ function create_each_block$3(ctx) {
|
|
7675
7673
|
span2 = element("span");
|
7676
7674
|
t2 = text(t2_value);
|
7677
7675
|
t3 = space();
|
7678
|
-
attr(input, "class", "check-box-input svelte-
|
7676
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7679
7677
|
attr(input, "type", "checkbox");
|
7680
7678
|
attr(input, "name", /*name*/ ctx[0]);
|
7681
7679
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7682
|
-
attr(span0, "class", "check-box-icon svelte-
|
7680
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7683
7681
|
|
7684
7682
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7685
7683
|
? ' _checked'
|
7686
|
-
: ''}`) + " svelte-
|
7684
|
+
: ''}`) + " svelte-2pz1us"));
|
7687
7685
|
|
7688
|
-
attr(span2, "class", "check-box-text svelte-
|
7686
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7689
7687
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7690
|
-
attr(label, "class", "check-box svelte-
|
7688
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7691
7689
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7692
7690
|
},
|
7693
7691
|
m(target, anchor) {
|
@@ -7719,7 +7717,7 @@ function create_each_block$3(ctx) {
|
|
7719
7717
|
|
7720
7718
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7721
7719
|
? ' _checked'
|
7722
|
-
: ''}`) + " svelte-
|
7720
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7723
7721
|
attr(span1, "class", span1_class_value);
|
7724
7722
|
}
|
7725
7723
|
|
@@ -7758,7 +7756,7 @@ function create_fragment$g(ctx) {
|
|
7758
7756
|
each_blocks[i].c();
|
7759
7757
|
}
|
7760
7758
|
|
7761
|
-
attr(div, "class", "check-boxes svelte-
|
7759
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7762
7760
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7763
7761
|
},
|
7764
7762
|
m(target, anchor) {
|
@@ -7933,7 +7931,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7933
7931
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7934
7932
|
|
7935
7933
|
function add_css$e(target) {
|
7936
|
-
append_styles(target, "svelte-
|
7934
|
+
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}");
|
7937
7935
|
}
|
7938
7936
|
|
7939
7937
|
function get_each_context$2(ctx, list, i) {
|
@@ -7957,7 +7955,7 @@ function create_each_block$2(ctx) {
|
|
7957
7955
|
button = element("button");
|
7958
7956
|
t0 = text(t0_value);
|
7959
7957
|
t1 = space();
|
7960
|
-
attr(button, "class", "rating-button svelte-
|
7958
|
+
attr(button, "class", "rating-button svelte-9idbf1");
|
7961
7959
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7962
7960
|
},
|
7963
7961
|
m(target, anchor) {
|
@@ -8006,7 +8004,7 @@ function create_fragment$f(ctx) {
|
|
8006
8004
|
each_blocks[i].c();
|
8007
8005
|
}
|
8008
8006
|
|
8009
|
-
attr(div, "class", "rating-buttons svelte-
|
8007
|
+
attr(div, "class", "rating-buttons svelte-9idbf1");
|
8010
8008
|
},
|
8011
8009
|
m(target, anchor) {
|
8012
8010
|
insert(target, div, anchor);
|
@@ -8150,7 +8148,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8150
8148
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8151
8149
|
|
8152
8150
|
function add_css$d(target) {
|
8153
|
-
append_styles(target, "svelte-
|
8151
|
+
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%)}");
|
8154
8152
|
}
|
8155
8153
|
|
8156
8154
|
function get_each_context$1(ctx, list, i) {
|
@@ -8175,9 +8173,9 @@ function create_each_block$1(ctx) {
|
|
8175
8173
|
img = element("img");
|
8176
8174
|
t = space();
|
8177
8175
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8178
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8176
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
8179
8177
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8180
|
-
attr(button, "class", "rating-button svelte-
|
8178
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
8181
8179
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8182
8180
|
},
|
8183
8181
|
m(target, anchor) {
|
@@ -8193,7 +8191,7 @@ function create_each_block$1(ctx) {
|
|
8193
8191
|
p(new_ctx, dirty) {
|
8194
8192
|
ctx = new_ctx;
|
8195
8193
|
|
8196
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8194
|
+
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"))) {
|
8197
8195
|
attr(img, "class", img_class_value);
|
8198
8196
|
}
|
8199
8197
|
|
@@ -8226,7 +8224,7 @@ function create_fragment$e(ctx) {
|
|
8226
8224
|
each_blocks[i].c();
|
8227
8225
|
}
|
8228
8226
|
|
8229
|
-
attr(div, "class", "rating-buttons svelte-
|
8227
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
8230
8228
|
},
|
8231
8229
|
m(target, anchor) {
|
8232
8230
|
insert(target, div, anchor);
|
@@ -8334,7 +8332,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8334
8332
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8335
8333
|
|
8336
8334
|
function add_css$c(target) {
|
8337
|
-
append_styles(target, "svelte-
|
8335
|
+
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}");
|
8338
8336
|
}
|
8339
8337
|
|
8340
8338
|
function create_fragment$d(ctx) {
|
@@ -8348,13 +8346,13 @@ function create_fragment$d(ctx) {
|
|
8348
8346
|
c() {
|
8349
8347
|
div = element("div");
|
8350
8348
|
input = element("input");
|
8351
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8349
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
|
8352
8350
|
attr(input, "type", "text");
|
8353
8351
|
input.value = /*$value*/ ctx[2];
|
8354
8352
|
input.required = /*required*/ ctx[0];
|
8355
8353
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8356
8354
|
attr(input, "style", /*style*/ ctx[5]);
|
8357
|
-
attr(div, "class", "input-wrapper svelte-
|
8355
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
8358
8356
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8359
8357
|
},
|
8360
8358
|
m(target, anchor) {
|
@@ -8367,7 +8365,7 @@ function create_fragment$d(ctx) {
|
|
8367
8365
|
}
|
8368
8366
|
},
|
8369
8367
|
p(ctx, [dirty]) {
|
8370
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8368
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
|
8371
8369
|
attr(input, "class", input_class_value);
|
8372
8370
|
}
|
8373
8371
|
|
@@ -8555,7 +8553,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8555
8553
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8556
8554
|
|
8557
8555
|
function add_css$b(target) {
|
8558
|
-
append_styles(target, "svelte-
|
8556
|
+
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}");
|
8559
8557
|
}
|
8560
8558
|
|
8561
8559
|
function create_fragment$c(ctx) {
|
@@ -8593,20 +8591,20 @@ function create_fragment$c(ctx) {
|
|
8593
8591
|
span1 = element("span");
|
8594
8592
|
t4 = text("いいえ");
|
8595
8593
|
attr(input0, "type", "radio");
|
8596
|
-
attr(input0, "class", "radio-button-input svelte-
|
8594
|
+
attr(input0, "class", "radio-button-input svelte-pzrwlo");
|
8597
8595
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8598
8596
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8599
|
-
attr(span0, "class", "radio-button-text svelte-
|
8597
|
+
attr(span0, "class", "radio-button-text svelte-pzrwlo");
|
8600
8598
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8601
|
-
attr(label0, "class", "radio-button svelte-
|
8599
|
+
attr(label0, "class", "radio-button svelte-pzrwlo");
|
8602
8600
|
attr(input1, "type", "radio");
|
8603
|
-
attr(input1, "class", "radio-button-input svelte-
|
8601
|
+
attr(input1, "class", "radio-button-input svelte-pzrwlo");
|
8604
8602
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8605
8603
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8606
|
-
attr(span1, "class", "radio-button-text svelte-
|
8604
|
+
attr(span1, "class", "radio-button-text svelte-pzrwlo");
|
8607
8605
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8608
|
-
attr(label1, "class", "radio-button svelte-
|
8609
|
-
attr(div, "class", "radio-buttons svelte-
|
8606
|
+
attr(label1, "class", "radio-button svelte-pzrwlo");
|
8607
|
+
attr(div, "class", "radio-buttons svelte-pzrwlo");
|
8610
8608
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8611
8609
|
},
|
8612
8610
|
m(target, anchor) {
|
@@ -8774,7 +8772,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8774
8772
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8775
8773
|
|
8776
8774
|
function add_css$a(target) {
|
8777
|
-
append_styles(target, "svelte-
|
8775
|
+
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%}");
|
8778
8776
|
}
|
8779
8777
|
|
8780
8778
|
function get_each_context(ctx, list, i) {
|
@@ -8803,9 +8801,9 @@ function create_if_block_1(ctx) {
|
|
8803
8801
|
attr(svg, "viewBox", "0 0 10 16");
|
8804
8802
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8805
8803
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8806
|
-
attr(button, "class", "move-button svelte-
|
8804
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8807
8805
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8808
|
-
attr(div, "class", "prev-button-container svelte-
|
8806
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
8809
8807
|
},
|
8810
8808
|
m(target, anchor) {
|
8811
8809
|
insert(target, div, anchor);
|
@@ -8854,9 +8852,9 @@ function create_if_block$1(ctx) {
|
|
8854
8852
|
attr(svg, "viewBox", "0 0 10 16");
|
8855
8853
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8856
8854
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8857
|
-
attr(button, "class", "move-button svelte-
|
8855
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8858
8856
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8859
|
-
attr(div, "class", "next-button-container svelte-
|
8857
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
8860
8858
|
},
|
8861
8859
|
m(target, anchor) {
|
8862
8860
|
insert(target, div, anchor);
|
@@ -8904,9 +8902,9 @@ function create_each_block(ctx) {
|
|
8904
8902
|
button = element("button");
|
8905
8903
|
div = element("div");
|
8906
8904
|
t = space();
|
8907
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8905
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
8908
8906
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8909
|
-
attr(button, "class", "navigation-item svelte-
|
8907
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
8910
8908
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8911
8909
|
},
|
8912
8910
|
m(target, anchor) {
|
@@ -8983,14 +8981,14 @@ function create_fragment$b(ctx) {
|
|
8983
8981
|
each_blocks[i].c();
|
8984
8982
|
}
|
8985
8983
|
|
8986
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8984
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
8987
8985
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8988
|
-
attr(div1, "class", "container svelte-
|
8986
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
8989
8987
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8990
|
-
attr(div2, "class", "navigation svelte-
|
8988
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
8991
8989
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8992
8990
|
set_attributes(div3, div3_data);
|
8993
|
-
toggle_class(div3, "svelte-
|
8991
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8994
8992
|
},
|
8995
8993
|
m(target, anchor) {
|
8996
8994
|
insert(target, div3, anchor);
|
@@ -9032,7 +9030,7 @@ function create_fragment$b(ctx) {
|
|
9032
9030
|
}
|
9033
9031
|
}
|
9034
9032
|
|
9035
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9033
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
9036
9034
|
attr(div0, "class", div0_class_value);
|
9037
9035
|
}
|
9038
9036
|
|
@@ -9098,7 +9096,7 @@ function create_fragment$b(ctx) {
|
|
9098
9096
|
}
|
9099
9097
|
|
9100
9098
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9101
|
-
toggle_class(div3, "svelte-
|
9099
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9102
9100
|
},
|
9103
9101
|
i(local) {
|
9104
9102
|
if (current) return;
|
@@ -9610,7 +9608,7 @@ class Slide extends SvelteComponent {
|
|
9610
9608
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9611
9609
|
|
9612
9610
|
function add_css$9(target) {
|
9613
|
-
append_styles(target, "svelte-
|
9611
|
+
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}");
|
9614
9612
|
}
|
9615
9613
|
|
9616
9614
|
function create_fragment$a(ctx) {
|
@@ -9625,9 +9623,9 @@ function create_fragment$a(ctx) {
|
|
9625
9623
|
div1 = element("div");
|
9626
9624
|
div0 = element("div");
|
9627
9625
|
if (default_slot) default_slot.c();
|
9628
|
-
attr(div0, "class", "item-inner svelte-
|
9626
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
9629
9627
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9630
|
-
attr(div1, "class", "item svelte-
|
9628
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
9631
9629
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9632
9630
|
},
|
9633
9631
|
m(target, anchor) {
|
@@ -9753,7 +9751,7 @@ class SlideItem extends SvelteComponent {
|
|
9753
9751
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9754
9752
|
|
9755
9753
|
function add_css$8(target) {
|
9756
|
-
append_styles(target, "svelte-
|
9754
|
+
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}");
|
9757
9755
|
}
|
9758
9756
|
|
9759
9757
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9771,9 +9769,9 @@ function create_fragment$9(ctx) {
|
|
9771
9769
|
div1 = element("div");
|
9772
9770
|
div0 = element("div");
|
9773
9771
|
if (default_slot) default_slot.c();
|
9774
|
-
attr(div0, "class", "countdown-inner svelte-
|
9772
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
9775
9773
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9776
|
-
attr(div1, "class", "countdown svelte-
|
9774
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
9777
9775
|
},
|
9778
9776
|
m(target, anchor) {
|
9779
9777
|
insert(target, div1, anchor);
|
@@ -9907,7 +9905,7 @@ class Countdown extends SvelteComponent {
|
|
9907
9905
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9908
9906
|
|
9909
9907
|
function add_css$7(target) {
|
9910
|
-
append_styles(target, "svelte-
|
9908
|
+
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}");
|
9911
9909
|
}
|
9912
9910
|
|
9913
9911
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9977,7 +9975,7 @@ function create_fragment$8(ctx) {
|
|
9977
9975
|
c() {
|
9978
9976
|
div = element("div");
|
9979
9977
|
create_component(button.$$.fragment);
|
9980
|
-
attr(div, "class", "box svelte-
|
9978
|
+
attr(div, "class", "box svelte-1c91vpe");
|
9981
9979
|
},
|
9982
9980
|
m(target, anchor) {
|
9983
9981
|
insert(target, div, anchor);
|
@@ -10038,7 +10036,7 @@ class Box extends SvelteComponent {
|
|
10038
10036
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10039
10037
|
|
10040
10038
|
function add_css$6(target) {
|
10041
|
-
append_styles(target, "svelte-
|
10039
|
+
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)}");
|
10042
10040
|
}
|
10043
10041
|
|
10044
10042
|
// (56:4) {#if svg}
|
@@ -10120,7 +10118,7 @@ function create_fragment$7(ctx) {
|
|
10120
10118
|
c() {
|
10121
10119
|
div = element("div");
|
10122
10120
|
create_component(button.$$.fragment);
|
10123
|
-
attr(div, "class", "icon svelte-
|
10121
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
10124
10122
|
},
|
10125
10123
|
m(target, anchor) {
|
10126
10124
|
insert(target, div, anchor);
|
@@ -10229,7 +10227,7 @@ class IconElement extends SvelteComponent {
|
|
10229
10227
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10230
10228
|
|
10231
10229
|
function add_css$5(target) {
|
10232
|
-
append_styles(target, "svelte-
|
10230
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10233
10231
|
}
|
10234
10232
|
|
10235
10233
|
function create_fragment$6(ctx) {
|
@@ -10255,7 +10253,7 @@ function create_fragment$6(ctx) {
|
|
10255
10253
|
c() {
|
10256
10254
|
div = element("div");
|
10257
10255
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10258
|
-
attr(div, "class", "codeElement svelte-
|
10256
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
10259
10257
|
attr(div, "style", /*style*/ ctx[3]);
|
10260
10258
|
},
|
10261
10259
|
m(target, anchor) {
|
@@ -10344,7 +10342,7 @@ class CodeElement extends SvelteComponent {
|
|
10344
10342
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10345
10343
|
|
10346
10344
|
function add_css$4(target) {
|
10347
|
-
append_styles(target, "svelte-
|
10345
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
10348
10346
|
}
|
10349
10347
|
|
10350
10348
|
function create_fragment$5(ctx) {
|
@@ -10358,7 +10356,7 @@ function create_fragment$5(ctx) {
|
|
10358
10356
|
c() {
|
10359
10357
|
div = element("div");
|
10360
10358
|
if (default_slot) default_slot.c();
|
10361
|
-
attr(div, "class", "flex svelte-
|
10359
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
10362
10360
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10363
10361
|
},
|
10364
10362
|
m(target, anchor) {
|
@@ -10455,7 +10453,7 @@ class Flex extends SvelteComponent {
|
|
10455
10453
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10456
10454
|
|
10457
10455
|
function add_css$3(target) {
|
10458
|
-
append_styles(target, "svelte-
|
10456
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10459
10457
|
}
|
10460
10458
|
|
10461
10459
|
function create_fragment$4(ctx) {
|
@@ -10468,7 +10466,7 @@ function create_fragment$4(ctx) {
|
|
10468
10466
|
c() {
|
10469
10467
|
div = element("div");
|
10470
10468
|
if (default_slot) default_slot.c();
|
10471
|
-
attr(div, "class", "flex-item svelte-
|
10469
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
10472
10470
|
attr(div, "style", /*style*/ ctx[0]);
|
10473
10471
|
},
|
10474
10472
|
m(target, anchor) {
|
@@ -10876,7 +10874,7 @@ class GridModalState extends SvelteComponent {
|
|
10876
10874
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10877
10875
|
|
10878
10876
|
function add_css$2(target) {
|
10879
|
-
append_styles(target, "svelte-
|
10877
|
+
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%}");
|
10880
10878
|
}
|
10881
10879
|
|
10882
10880
|
function create_fragment$2(ctx) {
|
@@ -10892,8 +10890,8 @@ function create_fragment$2(ctx) {
|
|
10892
10890
|
div1 = element("div");
|
10893
10891
|
div0 = element("div");
|
10894
10892
|
create_component(rendertext.$$.fragment);
|
10895
|
-
attr(div0, "class", "text-block-inner svelte-
|
10896
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10893
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
10894
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
10897
10895
|
attr(div1, "style", /*style*/ ctx[2]);
|
10898
10896
|
},
|
10899
10897
|
m(target, anchor) {
|
@@ -10907,7 +10905,7 @@ function create_fragment$2(ctx) {
|
|
10907
10905
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10908
10906
|
rendertext.$set(rendertext_changes);
|
10909
10907
|
|
10910
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10908
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
10911
10909
|
attr(div1, "class", div1_class_value);
|
10912
10910
|
}
|
10913
10911
|
|
@@ -10985,7 +10983,7 @@ class TextBlock extends SvelteComponent {
|
|
10985
10983
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10986
10984
|
|
10987
10985
|
function add_css$1(target) {
|
10988
|
-
append_styles(target, "svelte-
|
10986
|
+
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)}");
|
10989
10987
|
}
|
10990
10988
|
|
10991
10989
|
function create_fragment$1(ctx) {
|
@@ -11002,9 +11000,9 @@ function create_fragment$1(ctx) {
|
|
11002
11000
|
div = element("div");
|
11003
11001
|
button = element("button");
|
11004
11002
|
create_component(rendertext.$$.fragment);
|
11005
|
-
attr(button, "class", "text-button svelte-
|
11003
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
11006
11004
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11007
|
-
attr(div, "class", "text-button-block svelte-
|
11005
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
11008
11006
|
attr(div, "style", /*_style*/ ctx[2]);
|
11009
11007
|
},
|
11010
11008
|
m(target, anchor) {
|
@@ -11110,7 +11108,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11110
11108
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11111
11109
|
|
11112
11110
|
function add_css(target) {
|
11113
|
-
append_styles(target, "svelte-
|
11111
|
+
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)}");
|
11114
11112
|
}
|
11115
11113
|
|
11116
11114
|
function create_fragment(ctx) {
|
@@ -11126,14 +11124,14 @@ function create_fragment(ctx) {
|
|
11126
11124
|
c() {
|
11127
11125
|
div = element("div");
|
11128
11126
|
img = element("img");
|
11129
|
-
attr(img, "class", "image svelte-
|
11127
|
+
attr(img, "class", "image svelte-1jus6sx");
|
11130
11128
|
attr(img, "loading", "lazy");
|
11131
11129
|
attr(img, "width", "auto");
|
11132
11130
|
attr(img, "height", "auto");
|
11133
11131
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11134
11132
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11135
11133
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11136
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11134
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
11137
11135
|
attr(div, "style", /*_style*/ ctx[5]);
|
11138
11136
|
},
|
11139
11137
|
m(target, anchor) {
|
@@ -11158,7 +11156,7 @@ function create_fragment(ctx) {
|
|
11158
11156
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11159
11157
|
}
|
11160
11158
|
|
11161
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11159
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
11162
11160
|
attr(div, "class", div_class_value);
|
11163
11161
|
}
|
11164
11162
|
|