@plaidev/karte-action-sdk 1.1.195-28164032.b3d0e1b0 → 1.1.196
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 +176 -150
- package/dist/index.es.js +176 -150
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2587,8 +2587,8 @@ class State extends SvelteComponent {
|
|
2587
2587
|
|
2588
2588
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2589
2589
|
|
2590
|
-
function add_css$
|
2591
|
-
append_styles(target, "svelte-
|
2590
|
+
function add_css$u(target) {
|
2591
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2592
2592
|
}
|
2593
2593
|
|
2594
2594
|
// (23:0) {#if $state === path}
|
@@ -2605,7 +2605,7 @@ function create_if_block$8(ctx) {
|
|
2605
2605
|
t = space();
|
2606
2606
|
if (default_slot) default_slot.c();
|
2607
2607
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2608
|
-
attr(div, "class", "state-item svelte-
|
2608
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2609
2609
|
},
|
2610
2610
|
m(target, anchor) {
|
2611
2611
|
insert(target, div, anchor);
|
@@ -2741,7 +2741,7 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
2741
2741
|
class StateItem extends SvelteComponent {
|
2742
2742
|
constructor(options) {
|
2743
2743
|
super();
|
2744
|
-
init(this, options, instance$w, create_fragment$w, safe_not_equal, { path: 0 }, add_css$
|
2744
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { path: 0 }, add_css$u);
|
2745
2745
|
}
|
2746
2746
|
}
|
2747
2747
|
|
@@ -3006,8 +3006,8 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3006
3006
|
|
3007
3007
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3008
3008
|
|
3009
|
-
function add_css$
|
3010
|
-
append_styles(target, "svelte-
|
3009
|
+
function add_css$t(target) {
|
3010
|
+
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}");
|
3011
3011
|
}
|
3012
3012
|
|
3013
3013
|
// (9:0) {#if backgroundOverlay}
|
@@ -3019,7 +3019,7 @@ function create_if_block$7(ctx) {
|
|
3019
3019
|
return {
|
3020
3020
|
c() {
|
3021
3021
|
div = element("div");
|
3022
|
-
attr(div, "class", "background svelte-
|
3022
|
+
attr(div, "class", "background svelte-g6ucc2");
|
3023
3023
|
},
|
3024
3024
|
m(target, anchor) {
|
3025
3025
|
insert(target, div, anchor);
|
@@ -3089,7 +3089,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
3089
3089
|
class BackgroundOverlay extends SvelteComponent {
|
3090
3090
|
constructor(options) {
|
3091
3091
|
super();
|
3092
|
-
init(this, options, instance$v, create_fragment$v, safe_not_equal, { backgroundOverlay: 0 }, add_css$
|
3092
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { backgroundOverlay: 0 }, add_css$t);
|
3093
3093
|
}
|
3094
3094
|
}
|
3095
3095
|
|
@@ -3129,8 +3129,8 @@ function checkStopPropagation(eventName, handler) {
|
|
3129
3129
|
|
3130
3130
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3131
3131
|
|
3132
|
-
function add_css$
|
3133
|
-
append_styles(target, "svelte-
|
3132
|
+
function add_css$s(target) {
|
3133
|
+
append_styles(target, "svelte-1dtbrzj", ".button.svelte-1dtbrzj{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1dtbrzj:link,.button.svelte-1dtbrzj:visited,.button.svelte-1dtbrzj:active,.button.svelte-1dtbrzj:hover{color:inherit}");
|
3134
3134
|
}
|
3135
3135
|
|
3136
3136
|
// (50:0) {:else}
|
@@ -3159,7 +3159,7 @@ function create_else_block$3(ctx) {
|
|
3159
3159
|
button = element("button");
|
3160
3160
|
if (default_slot) default_slot.c();
|
3161
3161
|
set_attributes(button, button_data);
|
3162
|
-
toggle_class(button, "svelte-
|
3162
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3163
3163
|
},
|
3164
3164
|
m(target, anchor) {
|
3165
3165
|
insert(target, button, anchor);
|
@@ -3198,7 +3198,7 @@ function create_else_block$3(ctx) {
|
|
3198
3198
|
dataAttrStopPropagation('click')
|
3199
3199
|
]));
|
3200
3200
|
|
3201
|
-
toggle_class(button, "svelte-
|
3201
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3202
3202
|
},
|
3203
3203
|
i(local) {
|
3204
3204
|
if (current) return;
|
@@ -3229,7 +3229,7 @@ function create_if_block_2(ctx) {
|
|
3229
3229
|
c() {
|
3230
3230
|
div = element("div");
|
3231
3231
|
if (default_slot) default_slot.c();
|
3232
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3232
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3233
3233
|
attr(div, "style", /*style*/ ctx[1]);
|
3234
3234
|
},
|
3235
3235
|
m(target, anchor) {
|
@@ -3313,7 +3313,7 @@ function create_if_block_1$2(ctx) {
|
|
3313
3313
|
a = element("a");
|
3314
3314
|
if (default_slot) default_slot.c();
|
3315
3315
|
set_attributes(a, a_data);
|
3316
|
-
toggle_class(a, "svelte-
|
3316
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3317
3317
|
},
|
3318
3318
|
m(target, anchor) {
|
3319
3319
|
insert(target, a, anchor);
|
@@ -3355,7 +3355,7 @@ function create_if_block_1$2(ctx) {
|
|
3355
3355
|
dataAttrStopPropagation('click')
|
3356
3356
|
]));
|
3357
3357
|
|
3358
|
-
toggle_class(a, "svelte-
|
3358
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3359
3359
|
},
|
3360
3360
|
i(local) {
|
3361
3361
|
if (current) return;
|
@@ -3386,7 +3386,7 @@ function create_if_block$6(ctx) {
|
|
3386
3386
|
c() {
|
3387
3387
|
div = element("div");
|
3388
3388
|
if (default_slot) default_slot.c();
|
3389
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3389
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3390
3390
|
attr(div, "style", /*style*/ ctx[1]);
|
3391
3391
|
},
|
3392
3392
|
m(target, anchor) {
|
@@ -3582,15 +3582,15 @@ class Button extends SvelteComponent {
|
|
3582
3582
|
eventValue: 6,
|
3583
3583
|
style: 1
|
3584
3584
|
},
|
3585
|
-
add_css$
|
3585
|
+
add_css$s
|
3586
3586
|
);
|
3587
3587
|
}
|
3588
3588
|
}
|
3589
3589
|
|
3590
3590
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3591
3591
|
|
3592
|
-
function add_css$
|
3593
|
-
append_styles(target, "svelte-
|
3592
|
+
function add_css$r(target) {
|
3593
|
+
append_styles(target, "svelte-1m1do8u", ".modal.svelte-1m1do8u{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1m1do8u > .button{flex:auto;display:flex}.close.svelte-1m1do8u{position:absolute;top:0;right:0}.close.svelte-1m1do8u > .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-1m1do8u > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1m1do8u{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
3594
3594
|
}
|
3595
3595
|
|
3596
3596
|
// (145:0) {#if visible}
|
@@ -3615,7 +3615,7 @@ function create_if_block$5(ctx) {
|
|
3615
3615
|
c() {
|
3616
3616
|
div = element("div");
|
3617
3617
|
create_component(button.$$.fragment);
|
3618
|
-
attr(div, "class", "modal svelte-
|
3618
|
+
attr(div, "class", "modal svelte-1m1do8u");
|
3619
3619
|
attr(div, "role", "dialog");
|
3620
3620
|
attr(div, "aria-modal", "true");
|
3621
3621
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3693,7 +3693,7 @@ function create_if_block_1$1(ctx) {
|
|
3693
3693
|
c() {
|
3694
3694
|
div = element("div");
|
3695
3695
|
create_component(button.$$.fragment);
|
3696
|
-
attr(div, "class", "close svelte-
|
3696
|
+
attr(div, "class", "close svelte-1m1do8u");
|
3697
3697
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3698
3698
|
},
|
3699
3699
|
m(target, anchor) {
|
@@ -3782,7 +3782,7 @@ function create_default_slot$6(ctx) {
|
|
3782
3782
|
t = space();
|
3783
3783
|
div = element("div");
|
3784
3784
|
if (default_slot) default_slot.c();
|
3785
|
-
attr(div, "class", "modal-content svelte-
|
3785
|
+
attr(div, "class", "modal-content svelte-1m1do8u");
|
3786
3786
|
attr(div, "style", /*_style*/ ctx[4]);
|
3787
3787
|
},
|
3788
3788
|
m(target, anchor) {
|
@@ -4149,25 +4149,30 @@ class Modal extends SvelteComponent {
|
|
4149
4149
|
closeButtonColor: 8,
|
4150
4150
|
_closeStyle: 9
|
4151
4151
|
},
|
4152
|
-
add_css$
|
4152
|
+
add_css$r
|
4153
4153
|
);
|
4154
4154
|
}
|
4155
4155
|
}
|
4156
4156
|
|
4157
4157
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4158
4158
|
|
4159
|
+
function add_css$q(target) {
|
4160
|
+
append_styles(target, "svelte-1mf7v7", ".grid.svelte-1mf7v7{display:grid;box-sizing:border-box;padding:0}");
|
4161
|
+
}
|
4162
|
+
|
4159
4163
|
function create_fragment$s(ctx) {
|
4160
4164
|
let div;
|
4165
|
+
let div_style_value;
|
4161
4166
|
let current;
|
4162
|
-
const default_slot_template = /*#slots*/ ctx[
|
4163
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
4167
|
+
const default_slot_template = /*#slots*/ ctx[9].default;
|
4168
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
|
4164
4169
|
|
4165
4170
|
return {
|
4166
4171
|
c() {
|
4167
4172
|
div = element("div");
|
4168
4173
|
if (default_slot) default_slot.c();
|
4169
|
-
attr(div, "class", "grid");
|
4170
|
-
attr(div, "style", /*_style*/ ctx[0]);
|
4174
|
+
attr(div, "class", "grid svelte-1mf7v7");
|
4175
|
+
attr(div, "style", div_style_value = `${/*gridStyle*/ ctx[1]}; ${/*_style*/ ctx[0]}`);
|
4171
4176
|
},
|
4172
4177
|
m(target, anchor) {
|
4173
4178
|
insert(target, div, anchor);
|
@@ -4180,22 +4185,22 @@ function create_fragment$s(ctx) {
|
|
4180
4185
|
},
|
4181
4186
|
p(ctx, [dirty]) {
|
4182
4187
|
if (default_slot) {
|
4183
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
4188
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
|
4184
4189
|
update_slot_base(
|
4185
4190
|
default_slot,
|
4186
4191
|
default_slot_template,
|
4187
4192
|
ctx,
|
4188
|
-
/*$$scope*/ ctx[
|
4193
|
+
/*$$scope*/ ctx[8],
|
4189
4194
|
!current
|
4190
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
4191
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
4195
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
|
4196
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
|
4192
4197
|
null
|
4193
4198
|
);
|
4194
4199
|
}
|
4195
4200
|
}
|
4196
4201
|
|
4197
|
-
if (!current || dirty & /*_style*/ 1) {
|
4198
|
-
attr(div, "style",
|
4202
|
+
if (!current || dirty & /*gridStyle, _style*/ 3 && div_style_value !== (div_style_value = `${/*gridStyle*/ ctx[1]}; ${/*_style*/ ctx[0]}`)) {
|
4203
|
+
attr(div, "style", div_style_value);
|
4199
4204
|
}
|
4200
4205
|
},
|
4201
4206
|
i(local) {
|
@@ -4215,7 +4220,7 @@ function create_fragment$s(ctx) {
|
|
4215
4220
|
}
|
4216
4221
|
|
4217
4222
|
function instance$s($$self, $$props, $$invalidate) {
|
4218
|
-
let
|
4223
|
+
let gridStyle;
|
4219
4224
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4220
4225
|
let { width = '512px' } = $$props;
|
4221
4226
|
let { height = '256px' } = $$props;
|
@@ -4223,25 +4228,26 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
4223
4228
|
let { columns } = $$props;
|
4224
4229
|
let { gap = 'auto' } = $$props;
|
4225
4230
|
let { background = 'transparent' } = $$props;
|
4231
|
+
let { _style = '' } = $$props;
|
4226
4232
|
|
4227
4233
|
const toExpr = exp => typeof exp === 'number'
|
4228
4234
|
? `repeat(${exp}, 1fr)`
|
4229
4235
|
: exp.join(' ');
|
4230
4236
|
|
4231
4237
|
$$self.$$set = $$props => {
|
4232
|
-
if ('width' in $$props) $$invalidate(
|
4233
|
-
if ('height' in $$props) $$invalidate(
|
4234
|
-
if ('rows' in $$props) $$invalidate(
|
4235
|
-
if ('columns' in $$props) $$invalidate(
|
4236
|
-
if ('gap' in $$props) $$invalidate(
|
4237
|
-
if ('background' in $$props) $$invalidate(
|
4238
|
-
if ('
|
4238
|
+
if ('width' in $$props) $$invalidate(2, width = $$props.width);
|
4239
|
+
if ('height' in $$props) $$invalidate(3, height = $$props.height);
|
4240
|
+
if ('rows' in $$props) $$invalidate(4, rows = $$props.rows);
|
4241
|
+
if ('columns' in $$props) $$invalidate(5, columns = $$props.columns);
|
4242
|
+
if ('gap' in $$props) $$invalidate(6, gap = $$props.gap);
|
4243
|
+
if ('background' in $$props) $$invalidate(7, background = $$props.background);
|
4244
|
+
if ('_style' in $$props) $$invalidate(0, _style = $$props._style);
|
4245
|
+
if ('$$scope' in $$props) $$invalidate(8, $$scope = $$props.$$scope);
|
4239
4246
|
};
|
4240
4247
|
|
4241
4248
|
$$self.$$.update = () => {
|
4242
|
-
if ($$self.$$.dirty & /*rows, columns, gap, background, width, height*/
|
4243
|
-
$$invalidate(
|
4244
|
-
`display: grid`,
|
4249
|
+
if ($$self.$$.dirty & /*rows, columns, gap, background, width, height*/ 252) {
|
4250
|
+
$$invalidate(1, gridStyle = [
|
4245
4251
|
`grid-template-rows: ${toExpr(rows)}`,
|
4246
4252
|
`grid-template-columns: ${toExpr(columns)}`,
|
4247
4253
|
`gap: ${gap}`,
|
@@ -4252,28 +4258,48 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
4252
4258
|
}
|
4253
4259
|
};
|
4254
4260
|
|
4255
|
-
return [
|
4261
|
+
return [
|
4262
|
+
_style,
|
4263
|
+
gridStyle,
|
4264
|
+
width,
|
4265
|
+
height,
|
4266
|
+
rows,
|
4267
|
+
columns,
|
4268
|
+
gap,
|
4269
|
+
background,
|
4270
|
+
$$scope,
|
4271
|
+
slots
|
4272
|
+
];
|
4256
4273
|
}
|
4257
4274
|
|
4258
4275
|
class Grid extends SvelteComponent {
|
4259
4276
|
constructor(options) {
|
4260
4277
|
super();
|
4261
4278
|
|
4262
|
-
init(
|
4263
|
-
|
4264
|
-
|
4265
|
-
|
4266
|
-
|
4267
|
-
|
4268
|
-
|
4269
|
-
|
4279
|
+
init(
|
4280
|
+
this,
|
4281
|
+
options,
|
4282
|
+
instance$s,
|
4283
|
+
create_fragment$s,
|
4284
|
+
safe_not_equal,
|
4285
|
+
{
|
4286
|
+
width: 2,
|
4287
|
+
height: 3,
|
4288
|
+
rows: 4,
|
4289
|
+
columns: 5,
|
4290
|
+
gap: 6,
|
4291
|
+
background: 7,
|
4292
|
+
_style: 0
|
4293
|
+
},
|
4294
|
+
add_css$q
|
4295
|
+
);
|
4270
4296
|
}
|
4271
4297
|
}
|
4272
4298
|
|
4273
4299
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4274
4300
|
|
4275
4301
|
function add_css$p(target) {
|
4276
|
-
append_styles(target, "svelte-
|
4302
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4277
4303
|
}
|
4278
4304
|
|
4279
4305
|
function create_fragment$r(ctx) {
|
@@ -4288,8 +4314,8 @@ function create_fragment$r(ctx) {
|
|
4288
4314
|
div1 = element("div");
|
4289
4315
|
div0 = element("div");
|
4290
4316
|
if (default_slot) default_slot.c();
|
4291
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4292
|
-
attr(div1, "class", "grid-item svelte-
|
4317
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4318
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4293
4319
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4294
4320
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4295
4321
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4594,7 +4620,7 @@ class RenderText extends SvelteComponent {
|
|
4594
4620
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4595
4621
|
|
4596
4622
|
function add_css$o(target) {
|
4597
|
-
append_styles(target, "svelte-
|
4623
|
+
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}");
|
4598
4624
|
}
|
4599
4625
|
|
4600
4626
|
// (93:2) {:else}
|
@@ -4611,8 +4637,8 @@ function create_else_block$1(ctx) {
|
|
4611
4637
|
div1 = element("div");
|
4612
4638
|
div0 = element("div");
|
4613
4639
|
create_component(rendertext.$$.fragment);
|
4614
|
-
attr(div0, "class", "text-element-inner svelte-
|
4615
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4640
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4641
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4616
4642
|
attr(div1, "style", /*style*/ ctx[5]);
|
4617
4643
|
},
|
4618
4644
|
m(target, anchor) {
|
@@ -4626,7 +4652,7 @@ function create_else_block$1(ctx) {
|
|
4626
4652
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4627
4653
|
rendertext.$set(rendertext_changes);
|
4628
4654
|
|
4629
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4655
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4630
4656
|
attr(div1, "class", div1_class_value);
|
4631
4657
|
}
|
4632
4658
|
|
@@ -4676,12 +4702,12 @@ function create_if_block$3(ctx) {
|
|
4676
4702
|
t2 = space();
|
4677
4703
|
div2 = element("div");
|
4678
4704
|
div2.textContent = "コピーできませんでした";
|
4679
|
-
attr(div0, "class", "text-element-inner svelte-
|
4705
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4680
4706
|
attr(a, "href", '');
|
4681
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4707
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4682
4708
|
attr(a, "style", /*style*/ ctx[5]);
|
4683
|
-
attr(div1, "class", "tooltip svelte-
|
4684
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4709
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
4710
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
4685
4711
|
},
|
4686
4712
|
m(target, anchor) {
|
4687
4713
|
insert(target, a, anchor);
|
@@ -4705,7 +4731,7 @@ function create_if_block$3(ctx) {
|
|
4705
4731
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4706
4732
|
rendertext.$set(rendertext_changes);
|
4707
4733
|
|
4708
|
-
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-
|
4734
|
+
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"))) {
|
4709
4735
|
attr(a, "class", a_class_value);
|
4710
4736
|
}
|
4711
4737
|
|
@@ -4757,7 +4783,7 @@ function create_fragment$p(ctx) {
|
|
4757
4783
|
c() {
|
4758
4784
|
div = element("div");
|
4759
4785
|
if_block.c();
|
4760
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4786
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
4761
4787
|
},
|
4762
4788
|
m(target, anchor) {
|
4763
4789
|
insert(target, div, anchor);
|
@@ -4922,7 +4948,7 @@ class TextElement extends SvelteComponent {
|
|
4922
4948
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4923
4949
|
|
4924
4950
|
function add_css$n(target) {
|
4925
|
-
append_styles(target, "svelte-
|
4951
|
+
append_styles(target, "svelte-ejepf6", ".text-button-element.svelte-ejepf6{width:100%;height:100%}.text-button-element.svelte-ejepf6 > .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:#000000;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-ejepf6 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ejepf6 > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ejepf6 > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
4926
4952
|
}
|
4927
4953
|
|
4928
4954
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -4978,7 +5004,7 @@ function create_fragment$o(ctx) {
|
|
4978
5004
|
c() {
|
4979
5005
|
div = element("div");
|
4980
5006
|
create_component(button.$$.fragment);
|
4981
|
-
attr(div, "class", "text-button-element svelte-
|
5007
|
+
attr(div, "class", "text-button-element svelte-ejepf6");
|
4982
5008
|
},
|
4983
5009
|
m(target, anchor) {
|
4984
5010
|
insert(target, div, anchor);
|
@@ -5070,7 +5096,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5070
5096
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5071
5097
|
|
5072
5098
|
function add_css$m(target) {
|
5073
|
-
append_styles(target, "svelte-
|
5099
|
+
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%}");
|
5074
5100
|
}
|
5075
5101
|
|
5076
5102
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5082,7 +5108,7 @@ function create_default_slot$4(ctx) {
|
|
5082
5108
|
return {
|
5083
5109
|
c() {
|
5084
5110
|
img = element("img");
|
5085
|
-
attr(img, "class", "image svelte-
|
5111
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5086
5112
|
attr(img, "loading", "lazy");
|
5087
5113
|
attr(img, "width", "auto");
|
5088
5114
|
attr(img, "height", "auto");
|
@@ -5132,7 +5158,7 @@ function create_fragment$n(ctx) {
|
|
5132
5158
|
c() {
|
5133
5159
|
div = element("div");
|
5134
5160
|
create_component(button.$$.fragment);
|
5135
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5161
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5136
5162
|
},
|
5137
5163
|
m(target, anchor) {
|
5138
5164
|
insert(target, div, anchor);
|
@@ -5151,7 +5177,7 @@ function create_fragment$n(ctx) {
|
|
5151
5177
|
|
5152
5178
|
button.$set(button_changes);
|
5153
5179
|
|
5154
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5180
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5155
5181
|
attr(div, "class", div_class_value);
|
5156
5182
|
}
|
5157
5183
|
},
|
@@ -5223,7 +5249,7 @@ class ImageElement extends SvelteComponent {
|
|
5223
5249
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5224
5250
|
|
5225
5251
|
function add_css$l(target) {
|
5226
|
-
append_styles(target, "svelte-
|
5252
|
+
append_styles(target, "svelte-e4h4wn", ".list.svelte-e4h4wn{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5227
5253
|
}
|
5228
5254
|
|
5229
5255
|
function create_fragment$m(ctx) {
|
@@ -5236,7 +5262,7 @@ function create_fragment$m(ctx) {
|
|
5236
5262
|
c() {
|
5237
5263
|
div = element("div");
|
5238
5264
|
if (default_slot) default_slot.c();
|
5239
|
-
attr(div, "class", "list svelte-
|
5265
|
+
attr(div, "class", "list svelte-e4h4wn");
|
5240
5266
|
attr(div, "style", /*style*/ ctx[0]);
|
5241
5267
|
},
|
5242
5268
|
m(target, anchor) {
|
@@ -5370,7 +5396,7 @@ class List extends SvelteComponent {
|
|
5370
5396
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5371
5397
|
|
5372
5398
|
function add_css$k(target) {
|
5373
|
-
append_styles(target, "svelte-
|
5399
|
+
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}");
|
5374
5400
|
}
|
5375
5401
|
|
5376
5402
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5440,7 +5466,7 @@ function create_fragment$l(ctx) {
|
|
5440
5466
|
c() {
|
5441
5467
|
div = element("div");
|
5442
5468
|
create_component(button.$$.fragment);
|
5443
|
-
attr(div, "class", "list-item svelte-
|
5469
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
5444
5470
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5445
5471
|
},
|
5446
5472
|
m(target, anchor) {
|
@@ -5566,7 +5592,7 @@ class ListItem extends SvelteComponent {
|
|
5566
5592
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5567
5593
|
|
5568
5594
|
function add_css$j(target) {
|
5569
|
-
append_styles(target, "svelte-
|
5595
|
+
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}");
|
5570
5596
|
}
|
5571
5597
|
|
5572
5598
|
function create_fragment$k(ctx) {
|
@@ -5575,7 +5601,7 @@ function create_fragment$k(ctx) {
|
|
5575
5601
|
return {
|
5576
5602
|
c() {
|
5577
5603
|
div = element("div");
|
5578
|
-
attr(div, "class", "embed svelte-
|
5604
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
5579
5605
|
attr(div, "style", /*_style*/ ctx[1]);
|
5580
5606
|
},
|
5581
5607
|
m(target, anchor) {
|
@@ -5618,7 +5644,7 @@ class EmbedElement extends SvelteComponent {
|
|
5618
5644
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5619
5645
|
|
5620
5646
|
function add_css$i(target) {
|
5621
|
-
append_styles(target, "svelte-
|
5647
|
+
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%}");
|
5622
5648
|
}
|
5623
5649
|
|
5624
5650
|
function create_fragment$j(ctx) {
|
@@ -5630,7 +5656,7 @@ function create_fragment$j(ctx) {
|
|
5630
5656
|
div1 = element("div");
|
5631
5657
|
div0 = element("div");
|
5632
5658
|
attr(div0, "class", "karte-player");
|
5633
|
-
attr(div1, "class", "embed svelte-
|
5659
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
5634
5660
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5635
5661
|
},
|
5636
5662
|
m(target, anchor) {
|
@@ -5972,7 +5998,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
5972
5998
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
5973
5999
|
|
5974
6000
|
function add_css$h(target) {
|
5975
|
-
append_styles(target, "svelte-
|
6001
|
+
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%}");
|
5976
6002
|
}
|
5977
6003
|
|
5978
6004
|
function create_fragment$i(ctx) {
|
@@ -5984,7 +6010,7 @@ function create_fragment$i(ctx) {
|
|
5984
6010
|
div1 = element("div");
|
5985
6011
|
div0 = element("div");
|
5986
6012
|
attr(div0, "class", "karte-player");
|
5987
|
-
attr(div1, "class", "embed svelte-
|
6013
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
5988
6014
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5989
6015
|
},
|
5990
6016
|
m(target, anchor) {
|
@@ -6168,7 +6194,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6168
6194
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6169
6195
|
|
6170
6196
|
function add_css$g(target) {
|
6171
|
-
append_styles(target, "svelte-
|
6197
|
+
append_styles(target, "svelte-13z4kn0", ".textarea-wrapper.svelte-13z4kn0{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-13z4kn0{width:100%;resize:none}");
|
6172
6198
|
}
|
6173
6199
|
|
6174
6200
|
function create_fragment$h(ctx) {
|
@@ -6181,12 +6207,12 @@ function create_fragment$h(ctx) {
|
|
6181
6207
|
c() {
|
6182
6208
|
div = element("div");
|
6183
6209
|
textarea = element("textarea");
|
6184
|
-
attr(textarea, "class", "textarea svelte-
|
6210
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6185
6211
|
textarea.value = /*$value*/ ctx[3];
|
6186
6212
|
textarea.required = /*required*/ ctx[0];
|
6187
6213
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6188
6214
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6189
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6215
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6190
6216
|
},
|
6191
6217
|
m(target, anchor) {
|
6192
6218
|
insert(target, div, anchor);
|
@@ -6282,7 +6308,7 @@ class FormTextarea extends SvelteComponent {
|
|
6282
6308
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6283
6309
|
|
6284
6310
|
function add_css$f(target) {
|
6285
|
-
append_styles(target, "svelte-
|
6311
|
+
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}");
|
6286
6312
|
}
|
6287
6313
|
|
6288
6314
|
function get_each_context$5(ctx, list, i) {
|
@@ -6315,14 +6341,14 @@ function create_each_block$5(ctx) {
|
|
6315
6341
|
t1 = text(t1_value);
|
6316
6342
|
t2 = space();
|
6317
6343
|
attr(input, "type", "radio");
|
6318
|
-
attr(input, "class", "radio-button-input svelte-
|
6344
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6319
6345
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6320
6346
|
attr(input, "name", /*name*/ ctx[0]);
|
6321
6347
|
input.value = input_value_value = /*option*/ ctx[16];
|
6322
6348
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6323
|
-
attr(span, "class", "radio-button-text svelte-
|
6349
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6324
6350
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6325
|
-
attr(label, "class", "radio-button svelte-
|
6351
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6326
6352
|
},
|
6327
6353
|
m(target, anchor) {
|
6328
6354
|
insert(target, label, anchor);
|
@@ -6387,7 +6413,7 @@ function create_fragment$g(ctx) {
|
|
6387
6413
|
each_blocks[i].c();
|
6388
6414
|
}
|
6389
6415
|
|
6390
|
-
attr(div, "class", "radio-buttons svelte-
|
6416
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6391
6417
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6392
6418
|
},
|
6393
6419
|
m(target, anchor) {
|
@@ -6554,7 +6580,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6554
6580
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6555
6581
|
|
6556
6582
|
function add_css$e(target) {
|
6557
|
-
append_styles(target, "svelte-
|
6583
|
+
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}");
|
6558
6584
|
}
|
6559
6585
|
|
6560
6586
|
function get_each_context$4(ctx, list, i) {
|
@@ -6688,10 +6714,10 @@ function create_fragment$f(ctx) {
|
|
6688
6714
|
|
6689
6715
|
t = space();
|
6690
6716
|
div0 = element("div");
|
6691
|
-
attr(select, "class", "select-select svelte-
|
6717
|
+
attr(select, "class", "select-select svelte-iejizj");
|
6692
6718
|
attr(select, "style", /*style*/ ctx[3]);
|
6693
|
-
attr(div0, "class", "select-icon svelte-
|
6694
|
-
attr(div1, "class", "select svelte-
|
6719
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
6720
|
+
attr(div1, "class", "select svelte-iejizj");
|
6695
6721
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6696
6722
|
},
|
6697
6723
|
m(target, anchor) {
|
@@ -6893,7 +6919,7 @@ class FormSelect extends SvelteComponent {
|
|
6893
6919
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6894
6920
|
|
6895
6921
|
function add_css$d(target) {
|
6896
|
-
append_styles(target, "svelte-
|
6922
|
+
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}");
|
6897
6923
|
}
|
6898
6924
|
|
6899
6925
|
function get_each_context$3(ctx, list, i) {
|
@@ -6932,19 +6958,19 @@ function create_each_block$3(ctx) {
|
|
6932
6958
|
span2 = element("span");
|
6933
6959
|
t2 = text(t2_value);
|
6934
6960
|
t3 = space();
|
6935
|
-
attr(input, "class", "check-box-input svelte-
|
6961
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
6936
6962
|
attr(input, "type", "checkbox");
|
6937
6963
|
attr(input, "name", /*name*/ ctx[0]);
|
6938
6964
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
6939
|
-
attr(span0, "class", "check-box-icon svelte-
|
6965
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
6940
6966
|
|
6941
6967
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6942
6968
|
? ' _checked'
|
6943
|
-
: ''}`) + " svelte-
|
6969
|
+
: ''}`) + " svelte-2pz1us"));
|
6944
6970
|
|
6945
|
-
attr(span2, "class", "check-box-text svelte-
|
6971
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
6946
6972
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
6947
|
-
attr(label, "class", "check-box svelte-
|
6973
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
6948
6974
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
6949
6975
|
},
|
6950
6976
|
m(target, anchor) {
|
@@ -6976,7 +7002,7 @@ function create_each_block$3(ctx) {
|
|
6976
7002
|
|
6977
7003
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6978
7004
|
? ' _checked'
|
6979
|
-
: ''}`) + " svelte-
|
7005
|
+
: ''}`) + " svelte-2pz1us"))) {
|
6980
7006
|
attr(span1, "class", span1_class_value);
|
6981
7007
|
}
|
6982
7008
|
|
@@ -7015,7 +7041,7 @@ function create_fragment$e(ctx) {
|
|
7015
7041
|
each_blocks[i].c();
|
7016
7042
|
}
|
7017
7043
|
|
7018
|
-
attr(div, "class", "check-boxes svelte-
|
7044
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7019
7045
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7020
7046
|
},
|
7021
7047
|
m(target, anchor) {
|
@@ -7190,7 +7216,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7190
7216
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7191
7217
|
|
7192
7218
|
function add_css$c(target) {
|
7193
|
-
append_styles(target, "svelte-
|
7219
|
+
append_styles(target, "svelte-18pfy31", ".rating-buttons.svelte-18pfy31{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-18pfy31{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}");
|
7194
7220
|
}
|
7195
7221
|
|
7196
7222
|
function get_each_context$2(ctx, list, i) {
|
@@ -7214,7 +7240,7 @@ function create_each_block$2(ctx) {
|
|
7214
7240
|
button = element("button");
|
7215
7241
|
t0 = text(t0_value);
|
7216
7242
|
t1 = space();
|
7217
|
-
attr(button, "class", "rating-button svelte-
|
7243
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7218
7244
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7219
7245
|
},
|
7220
7246
|
m(target, anchor) {
|
@@ -7263,7 +7289,7 @@ function create_fragment$d(ctx) {
|
|
7263
7289
|
each_blocks[i].c();
|
7264
7290
|
}
|
7265
7291
|
|
7266
|
-
attr(div, "class", "rating-buttons svelte-
|
7292
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7267
7293
|
},
|
7268
7294
|
m(target, anchor) {
|
7269
7295
|
insert(target, div, anchor);
|
@@ -7400,7 +7426,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7400
7426
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7401
7427
|
|
7402
7428
|
function add_css$b(target) {
|
7403
|
-
append_styles(target, "svelte-
|
7429
|
+
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%)}");
|
7404
7430
|
}
|
7405
7431
|
|
7406
7432
|
function get_each_context$1(ctx, list, i) {
|
@@ -7425,9 +7451,9 @@ function create_each_block$1(ctx) {
|
|
7425
7451
|
img = element("img");
|
7426
7452
|
t = space();
|
7427
7453
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7428
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7454
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7429
7455
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7430
|
-
attr(button, "class", "rating-button svelte-
|
7456
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7431
7457
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7432
7458
|
},
|
7433
7459
|
m(target, anchor) {
|
@@ -7443,7 +7469,7 @@ function create_each_block$1(ctx) {
|
|
7443
7469
|
p(new_ctx, dirty) {
|
7444
7470
|
ctx = new_ctx;
|
7445
7471
|
|
7446
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7472
|
+
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"))) {
|
7447
7473
|
attr(img, "class", img_class_value);
|
7448
7474
|
}
|
7449
7475
|
|
@@ -7476,7 +7502,7 @@ function create_fragment$c(ctx) {
|
|
7476
7502
|
each_blocks[i].c();
|
7477
7503
|
}
|
7478
7504
|
|
7479
|
-
attr(div, "class", "rating-buttons svelte-
|
7505
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7480
7506
|
},
|
7481
7507
|
m(target, anchor) {
|
7482
7508
|
insert(target, div, anchor);
|
@@ -7584,7 +7610,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7584
7610
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7585
7611
|
|
7586
7612
|
function add_css$a(target) {
|
7587
|
-
append_styles(target, "svelte-
|
7613
|
+
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%}");
|
7588
7614
|
}
|
7589
7615
|
|
7590
7616
|
function get_each_context(ctx, list, i) {
|
@@ -7613,9 +7639,9 @@ function create_if_block_1(ctx) {
|
|
7613
7639
|
attr(svg, "viewBox", "0 0 10 16");
|
7614
7640
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7615
7641
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7616
|
-
attr(button, "class", "move-button svelte-
|
7642
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7617
7643
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7618
|
-
attr(div, "class", "prev-button-container svelte-
|
7644
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
7619
7645
|
},
|
7620
7646
|
m(target, anchor) {
|
7621
7647
|
insert(target, div, anchor);
|
@@ -7664,9 +7690,9 @@ function create_if_block$1(ctx) {
|
|
7664
7690
|
attr(svg, "viewBox", "0 0 10 16");
|
7665
7691
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7666
7692
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7667
|
-
attr(button, "class", "move-button svelte-
|
7693
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7668
7694
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7669
|
-
attr(div, "class", "next-button-container svelte-
|
7695
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
7670
7696
|
},
|
7671
7697
|
m(target, anchor) {
|
7672
7698
|
insert(target, div, anchor);
|
@@ -7714,9 +7740,9 @@ function create_each_block(ctx) {
|
|
7714
7740
|
button = element("button");
|
7715
7741
|
div = element("div");
|
7716
7742
|
t = space();
|
7717
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7743
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
7718
7744
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7719
|
-
attr(button, "class", "navigation-item svelte-
|
7745
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
7720
7746
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7721
7747
|
},
|
7722
7748
|
m(target, anchor) {
|
@@ -7793,14 +7819,14 @@ function create_fragment$b(ctx) {
|
|
7793
7819
|
each_blocks[i].c();
|
7794
7820
|
}
|
7795
7821
|
|
7796
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7822
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
7797
7823
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7798
|
-
attr(div1, "class", "container svelte-
|
7824
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
7799
7825
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7800
|
-
attr(div2, "class", "navigation svelte-
|
7826
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
7801
7827
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7802
7828
|
set_attributes(div3, div3_data);
|
7803
|
-
toggle_class(div3, "svelte-
|
7829
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7804
7830
|
},
|
7805
7831
|
m(target, anchor) {
|
7806
7832
|
insert(target, div3, anchor);
|
@@ -7842,7 +7868,7 @@ function create_fragment$b(ctx) {
|
|
7842
7868
|
}
|
7843
7869
|
}
|
7844
7870
|
|
7845
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7871
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
7846
7872
|
attr(div0, "class", div0_class_value);
|
7847
7873
|
}
|
7848
7874
|
|
@@ -7908,7 +7934,7 @@ function create_fragment$b(ctx) {
|
|
7908
7934
|
}
|
7909
7935
|
|
7910
7936
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7911
|
-
toggle_class(div3, "svelte-
|
7937
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7912
7938
|
},
|
7913
7939
|
i(local) {
|
7914
7940
|
if (current) return;
|
@@ -8420,7 +8446,7 @@ class Slide extends SvelteComponent {
|
|
8420
8446
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8421
8447
|
|
8422
8448
|
function add_css$9(target) {
|
8423
|
-
append_styles(target, "svelte-
|
8449
|
+
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}");
|
8424
8450
|
}
|
8425
8451
|
|
8426
8452
|
function create_fragment$a(ctx) {
|
@@ -8435,9 +8461,9 @@ function create_fragment$a(ctx) {
|
|
8435
8461
|
div1 = element("div");
|
8436
8462
|
div0 = element("div");
|
8437
8463
|
if (default_slot) default_slot.c();
|
8438
|
-
attr(div0, "class", "item-inner svelte-
|
8464
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
8439
8465
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8440
|
-
attr(div1, "class", "item svelte-
|
8466
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
8441
8467
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8442
8468
|
},
|
8443
8469
|
m(target, anchor) {
|
@@ -8563,7 +8589,7 @@ class SlideItem extends SvelteComponent {
|
|
8563
8589
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8564
8590
|
|
8565
8591
|
function add_css$8(target) {
|
8566
|
-
append_styles(target, "svelte-
|
8592
|
+
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}");
|
8567
8593
|
}
|
8568
8594
|
|
8569
8595
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8581,9 +8607,9 @@ function create_fragment$9(ctx) {
|
|
8581
8607
|
div1 = element("div");
|
8582
8608
|
div0 = element("div");
|
8583
8609
|
if (default_slot) default_slot.c();
|
8584
|
-
attr(div0, "class", "countdown-inner svelte-
|
8610
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
8585
8611
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8586
|
-
attr(div1, "class", "countdown svelte-
|
8612
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
8587
8613
|
},
|
8588
8614
|
m(target, anchor) {
|
8589
8615
|
insert(target, div1, anchor);
|
@@ -8717,7 +8743,7 @@ class Countdown extends SvelteComponent {
|
|
8717
8743
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8718
8744
|
|
8719
8745
|
function add_css$7(target) {
|
8720
|
-
append_styles(target, "svelte-
|
8746
|
+
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}");
|
8721
8747
|
}
|
8722
8748
|
|
8723
8749
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8787,7 +8813,7 @@ function create_fragment$8(ctx) {
|
|
8787
8813
|
c() {
|
8788
8814
|
div = element("div");
|
8789
8815
|
create_component(button.$$.fragment);
|
8790
|
-
attr(div, "class", "box svelte-
|
8816
|
+
attr(div, "class", "box svelte-1c91vpe");
|
8791
8817
|
},
|
8792
8818
|
m(target, anchor) {
|
8793
8819
|
insert(target, div, anchor);
|
@@ -8848,7 +8874,7 @@ class Box extends SvelteComponent {
|
|
8848
8874
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8849
8875
|
|
8850
8876
|
function add_css$6(target) {
|
8851
|
-
append_styles(target, "svelte-
|
8877
|
+
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)}");
|
8852
8878
|
}
|
8853
8879
|
|
8854
8880
|
// (56:4) {#if svg}
|
@@ -8930,7 +8956,7 @@ function create_fragment$7(ctx) {
|
|
8930
8956
|
c() {
|
8931
8957
|
div = element("div");
|
8932
8958
|
create_component(button.$$.fragment);
|
8933
|
-
attr(div, "class", "icon svelte-
|
8959
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
8934
8960
|
},
|
8935
8961
|
m(target, anchor) {
|
8936
8962
|
insert(target, div, anchor);
|
@@ -9039,7 +9065,7 @@ class IconElement extends SvelteComponent {
|
|
9039
9065
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9040
9066
|
|
9041
9067
|
function add_css$5(target) {
|
9042
|
-
append_styles(target, "svelte-
|
9068
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9043
9069
|
}
|
9044
9070
|
|
9045
9071
|
function create_fragment$6(ctx) {
|
@@ -9065,7 +9091,7 @@ function create_fragment$6(ctx) {
|
|
9065
9091
|
c() {
|
9066
9092
|
div = element("div");
|
9067
9093
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9068
|
-
attr(div, "class", "codeElement svelte-
|
9094
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9069
9095
|
attr(div, "style", /*style*/ ctx[3]);
|
9070
9096
|
},
|
9071
9097
|
m(target, anchor) {
|
@@ -9154,7 +9180,7 @@ class CodeElement extends SvelteComponent {
|
|
9154
9180
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9155
9181
|
|
9156
9182
|
function add_css$4(target) {
|
9157
|
-
append_styles(target, "svelte-
|
9183
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9158
9184
|
}
|
9159
9185
|
|
9160
9186
|
function create_fragment$5(ctx) {
|
@@ -9168,7 +9194,7 @@ function create_fragment$5(ctx) {
|
|
9168
9194
|
c() {
|
9169
9195
|
div = element("div");
|
9170
9196
|
if (default_slot) default_slot.c();
|
9171
|
-
attr(div, "class", "flex svelte-
|
9197
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9172
9198
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9173
9199
|
},
|
9174
9200
|
m(target, anchor) {
|
@@ -9265,7 +9291,7 @@ class Flex extends SvelteComponent {
|
|
9265
9291
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9266
9292
|
|
9267
9293
|
function add_css$3(target) {
|
9268
|
-
append_styles(target, "svelte-
|
9294
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9269
9295
|
}
|
9270
9296
|
|
9271
9297
|
function create_fragment$4(ctx) {
|
@@ -9278,7 +9304,7 @@ function create_fragment$4(ctx) {
|
|
9278
9304
|
c() {
|
9279
9305
|
div = element("div");
|
9280
9306
|
if (default_slot) default_slot.c();
|
9281
|
-
attr(div, "class", "flex-item svelte-
|
9307
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9282
9308
|
attr(div, "style", /*style*/ ctx[0]);
|
9283
9309
|
},
|
9284
9310
|
m(target, anchor) {
|
@@ -9686,7 +9712,7 @@ class GridModalState extends SvelteComponent {
|
|
9686
9712
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9687
9713
|
|
9688
9714
|
function add_css$2(target) {
|
9689
|
-
append_styles(target, "svelte-
|
9715
|
+
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%}");
|
9690
9716
|
}
|
9691
9717
|
|
9692
9718
|
function create_fragment$2(ctx) {
|
@@ -9702,8 +9728,8 @@ function create_fragment$2(ctx) {
|
|
9702
9728
|
div1 = element("div");
|
9703
9729
|
div0 = element("div");
|
9704
9730
|
create_component(rendertext.$$.fragment);
|
9705
|
-
attr(div0, "class", "text-block-inner svelte-
|
9706
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9731
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
9732
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
9707
9733
|
attr(div1, "style", /*style*/ ctx[2]);
|
9708
9734
|
},
|
9709
9735
|
m(target, anchor) {
|
@@ -9717,7 +9743,7 @@ function create_fragment$2(ctx) {
|
|
9717
9743
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9718
9744
|
rendertext.$set(rendertext_changes);
|
9719
9745
|
|
9720
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9746
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
9721
9747
|
attr(div1, "class", div1_class_value);
|
9722
9748
|
}
|
9723
9749
|
|
@@ -9795,7 +9821,7 @@ class TextBlock extends SvelteComponent {
|
|
9795
9821
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9796
9822
|
|
9797
9823
|
function add_css$1(target) {
|
9798
|
-
append_styles(target, "svelte-
|
9824
|
+
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)}");
|
9799
9825
|
}
|
9800
9826
|
|
9801
9827
|
function create_fragment$1(ctx) {
|
@@ -9812,9 +9838,9 @@ function create_fragment$1(ctx) {
|
|
9812
9838
|
div = element("div");
|
9813
9839
|
button = element("button");
|
9814
9840
|
create_component(rendertext.$$.fragment);
|
9815
|
-
attr(button, "class", "text-button svelte-
|
9841
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
9816
9842
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9817
|
-
attr(div, "class", "text-button-block svelte-
|
9843
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
9818
9844
|
attr(div, "style", /*_style*/ ctx[2]);
|
9819
9845
|
},
|
9820
9846
|
m(target, anchor) {
|
@@ -9920,7 +9946,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9920
9946
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9921
9947
|
|
9922
9948
|
function add_css(target) {
|
9923
|
-
append_styles(target, "svelte-
|
9949
|
+
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)}");
|
9924
9950
|
}
|
9925
9951
|
|
9926
9952
|
function create_fragment(ctx) {
|
@@ -9936,14 +9962,14 @@ function create_fragment(ctx) {
|
|
9936
9962
|
c() {
|
9937
9963
|
div = element("div");
|
9938
9964
|
img = element("img");
|
9939
|
-
attr(img, "class", "image svelte-
|
9965
|
+
attr(img, "class", "image svelte-1jus6sx");
|
9940
9966
|
attr(img, "loading", "lazy");
|
9941
9967
|
attr(img, "width", "auto");
|
9942
9968
|
attr(img, "height", "auto");
|
9943
9969
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
9944
9970
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9945
9971
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9946
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9972
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
9947
9973
|
attr(div, "style", /*_style*/ ctx[5]);
|
9948
9974
|
},
|
9949
9975
|
m(target, anchor) {
|
@@ -9968,7 +9994,7 @@ function create_fragment(ctx) {
|
|
9968
9994
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9969
9995
|
}
|
9970
9996
|
|
9971
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9997
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
9972
9998
|
attr(div, "class", div_class_value);
|
9973
9999
|
}
|
9974
10000
|
|