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