@plaidev/karte-action-sdk 1.1.197-28169546.1b64123d → 1.1.197

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -1369,11 +1369,13 @@ const loadActionTableQuery = async (config, api_key, endpoint) => {
1369
1369
  /** @internal */
1370
1370
  const loadActionTable = async (config, api_key, endpoint) => {
1371
1371
  console.debug('[debug] loadActionTable', isPreview(), api_key, endpoint, JSON.stringify(config));
1372
+ console.log("load action table", config);
1372
1373
  const results = await Promise.all(config
1373
1374
  .filter(c => c.resolver === 'action-table-row' ||
1374
1375
  c.resolver === 'action-table-rows' ||
1375
1376
  c.resolver === 'action-table-query')
1376
1377
  .map(async (c) => {
1378
+ console.log("loadActionTable");
1377
1379
  if (c.resolver === 'action-table-row') {
1378
1380
  return await loadActionTableRow(c, api_key, endpoint);
1379
1381
  }
@@ -1384,6 +1386,7 @@ const loadActionTable = async (config, api_key, endpoint) => {
1384
1386
  return await loadActionTableQuery(c, api_key, endpoint);
1385
1387
  }
1386
1388
  }));
1389
+ console.log("results", results);
1387
1390
  return config.reduce((acc, c, i) => {
1388
1391
  const value = results[i] ?? c.query.default_value;
1389
1392
  if (value) {
@@ -1597,6 +1600,7 @@ function createModal(App, options = {
1597
1600
  context: { api_key: '' },
1598
1601
  }) {
1599
1602
  let app = null;
1603
+ console.log("start modal");
1600
1604
  const data = {
1601
1605
  ...options.props,
1602
1606
  ...options.variables,
@@ -2588,7 +2592,7 @@ class State extends SvelteComponent {
2588
2592
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
2589
2593
 
2590
2594
  function add_css$t(target) {
2591
- append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
2595
+ append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
2592
2596
  }
2593
2597
 
2594
2598
  // (23:0) {#if $state === path}
@@ -2605,7 +2609,7 @@ function create_if_block$8(ctx) {
2605
2609
  t = space();
2606
2610
  if (default_slot) default_slot.c();
2607
2611
  attr(div, "data-state-path", /*path*/ ctx[0]);
2608
- attr(div, "class", "state-item svelte-2qb6dm");
2612
+ attr(div, "class", "state-item svelte-1amihue");
2609
2613
  },
2610
2614
  m(target, anchor) {
2611
2615
  insert(target, div, anchor);
@@ -3007,7 +3011,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
3007
3011
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3008
3012
 
3009
3013
  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}");
3014
+ 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
3015
  }
3012
3016
 
3013
3017
  // (9:0) {#if backgroundOverlay}
@@ -3019,7 +3023,7 @@ function create_if_block$7(ctx) {
3019
3023
  return {
3020
3024
  c() {
3021
3025
  div = element("div");
3022
- attr(div, "class", "background svelte-1d4fta");
3026
+ attr(div, "class", "background svelte-g6ucc2");
3023
3027
  },
3024
3028
  m(target, anchor) {
3025
3029
  insert(target, div, anchor);
@@ -3130,7 +3134,7 @@ function checkStopPropagation(eventName, handler) {
3130
3134
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3131
3135
 
3132
3136
  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}");
3137
+ 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
3138
  }
3135
3139
 
3136
3140
  // (50:0) {:else}
@@ -3159,7 +3163,7 @@ function create_else_block$3(ctx) {
3159
3163
  button = element("button");
3160
3164
  if (default_slot) default_slot.c();
3161
3165
  set_attributes(button, button_data);
3162
- toggle_class(button, "svelte-1tg0tf", true);
3166
+ toggle_class(button, "svelte-1dtbrzj", true);
3163
3167
  },
3164
3168
  m(target, anchor) {
3165
3169
  insert(target, button, anchor);
@@ -3198,7 +3202,7 @@ function create_else_block$3(ctx) {
3198
3202
  dataAttrStopPropagation('click')
3199
3203
  ]));
3200
3204
 
3201
- toggle_class(button, "svelte-1tg0tf", true);
3205
+ toggle_class(button, "svelte-1dtbrzj", true);
3202
3206
  },
3203
3207
  i(local) {
3204
3208
  if (current) return;
@@ -3229,7 +3233,7 @@ function create_if_block_2(ctx) {
3229
3233
  c() {
3230
3234
  div = element("div");
3231
3235
  if (default_slot) default_slot.c();
3232
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
3236
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
3233
3237
  attr(div, "style", /*style*/ ctx[1]);
3234
3238
  },
3235
3239
  m(target, anchor) {
@@ -3313,7 +3317,7 @@ function create_if_block_1$2(ctx) {
3313
3317
  a = element("a");
3314
3318
  if (default_slot) default_slot.c();
3315
3319
  set_attributes(a, a_data);
3316
- toggle_class(a, "svelte-1tg0tf", true);
3320
+ toggle_class(a, "svelte-1dtbrzj", true);
3317
3321
  },
3318
3322
  m(target, anchor) {
3319
3323
  insert(target, a, anchor);
@@ -3355,7 +3359,7 @@ function create_if_block_1$2(ctx) {
3355
3359
  dataAttrStopPropagation('click')
3356
3360
  ]));
3357
3361
 
3358
- toggle_class(a, "svelte-1tg0tf", true);
3362
+ toggle_class(a, "svelte-1dtbrzj", true);
3359
3363
  },
3360
3364
  i(local) {
3361
3365
  if (current) return;
@@ -3386,7 +3390,7 @@ function create_if_block$6(ctx) {
3386
3390
  c() {
3387
3391
  div = element("div");
3388
3392
  if (default_slot) default_slot.c();
3389
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
3393
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
3390
3394
  attr(div, "style", /*style*/ ctx[1]);
3391
3395
  },
3392
3396
  m(target, anchor) {
@@ -3590,7 +3594,7 @@ class Button extends SvelteComponent {
3590
3594
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3591
3595
 
3592
3596
  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}");
3597
+ 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
3598
  }
3595
3599
 
3596
3600
  // (145:0) {#if visible}
@@ -3615,7 +3619,7 @@ function create_if_block$5(ctx) {
3615
3619
  c() {
3616
3620
  div = element("div");
3617
3621
  create_component(button.$$.fragment);
3618
- attr(div, "class", "modal svelte-yvwr7u");
3622
+ attr(div, "class", "modal svelte-1m1do8u");
3619
3623
  attr(div, "role", "dialog");
3620
3624
  attr(div, "aria-modal", "true");
3621
3625
  attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
@@ -3693,7 +3697,7 @@ function create_if_block_1$1(ctx) {
3693
3697
  c() {
3694
3698
  div = element("div");
3695
3699
  create_component(button.$$.fragment);
3696
- attr(div, "class", "close svelte-yvwr7u");
3700
+ attr(div, "class", "close svelte-1m1do8u");
3697
3701
  set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
3698
3702
  },
3699
3703
  m(target, anchor) {
@@ -3782,7 +3786,7 @@ function create_default_slot$6(ctx) {
3782
3786
  t = space();
3783
3787
  div = element("div");
3784
3788
  if (default_slot) default_slot.c();
3785
- attr(div, "class", "modal-content svelte-yvwr7u");
3789
+ attr(div, "class", "modal-content svelte-1m1do8u");
3786
3790
  attr(div, "style", /*_style*/ ctx[4]);
3787
3791
  },
3788
3792
  m(target, anchor) {
@@ -4273,7 +4277,7 @@ class Grid extends SvelteComponent {
4273
4277
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
4274
4278
 
4275
4279
  function add_css$p(target) {
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}");
4280
+ 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
4281
  }
4278
4282
 
4279
4283
  function create_fragment$r(ctx) {
@@ -4288,8 +4292,8 @@ function create_fragment$r(ctx) {
4288
4292
  div1 = element("div");
4289
4293
  div0 = element("div");
4290
4294
  if (default_slot) default_slot.c();
4291
- attr(div0, "class", "grid-item-inner svelte-n7kdl3");
4292
- attr(div1, "class", "grid-item svelte-n7kdl3");
4295
+ attr(div0, "class", "grid-item-inner svelte-1cryhmb");
4296
+ attr(div1, "class", "grid-item svelte-1cryhmb");
4293
4297
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
4294
4298
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
4295
4299
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -4594,7 +4598,7 @@ class RenderText extends SvelteComponent {
4594
4598
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
4595
4599
 
4596
4600
  function add_css$o(target) {
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}");
4601
+ 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
4602
  }
4599
4603
 
4600
4604
  // (93:2) {:else}
@@ -4611,8 +4615,8 @@ function create_else_block$1(ctx) {
4611
4615
  div1 = element("div");
4612
4616
  div0 = element("div");
4613
4617
  create_component(rendertext.$$.fragment);
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"));
4618
+ attr(div0, "class", "text-element-inner svelte-vz6867");
4619
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
4616
4620
  attr(div1, "style", /*style*/ ctx[5]);
4617
4621
  },
4618
4622
  m(target, anchor) {
@@ -4626,7 +4630,7 @@ function create_else_block$1(ctx) {
4626
4630
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4627
4631
  rendertext.$set(rendertext_changes);
4628
4632
 
4629
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
4633
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
4630
4634
  attr(div1, "class", div1_class_value);
4631
4635
  }
4632
4636
 
@@ -4676,12 +4680,12 @@ function create_if_block$3(ctx) {
4676
4680
  t2 = space();
4677
4681
  div2 = element("div");
4678
4682
  div2.textContent = "コピーできませんでした";
4679
- attr(div0, "class", "text-element-inner svelte-9ixs0b");
4683
+ attr(div0, "class", "text-element-inner svelte-vz6867");
4680
4684
  attr(a, "href", '');
4681
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
4685
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
4682
4686
  attr(a, "style", /*style*/ ctx[5]);
4683
- attr(div1, "class", "tooltip svelte-9ixs0b");
4684
- attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
4687
+ attr(div1, "class", "tooltip svelte-vz6867");
4688
+ attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
4685
4689
  },
4686
4690
  m(target, anchor) {
4687
4691
  insert(target, a, anchor);
@@ -4705,7 +4709,7 @@ function create_if_block$3(ctx) {
4705
4709
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4706
4710
  rendertext.$set(rendertext_changes);
4707
4711
 
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"))) {
4712
+ 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
4713
  attr(a, "class", a_class_value);
4710
4714
  }
4711
4715
 
@@ -4757,7 +4761,7 @@ function create_fragment$p(ctx) {
4757
4761
  c() {
4758
4762
  div = element("div");
4759
4763
  if_block.c();
4760
- attr(div, "class", "text-element-wrapper svelte-9ixs0b");
4764
+ attr(div, "class", "text-element-wrapper svelte-vz6867");
4761
4765
  },
4762
4766
  m(target, anchor) {
4763
4767
  insert(target, div, anchor);
@@ -4922,7 +4926,7 @@ class TextElement extends SvelteComponent {
4922
4926
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
4923
4927
 
4924
4928
  function add_css$n(target) {
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)}");
4929
+ 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
4930
  }
4927
4931
 
4928
4932
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -4978,7 +4982,7 @@ function create_fragment$o(ctx) {
4978
4982
  c() {
4979
4983
  div = element("div");
4980
4984
  create_component(button.$$.fragment);
4981
- attr(div, "class", "text-button-element svelte-3hgcnq");
4985
+ attr(div, "class", "text-button-element svelte-ejepf6");
4982
4986
  },
4983
4987
  m(target, anchor) {
4984
4988
  insert(target, div, anchor);
@@ -5070,7 +5074,7 @@ class TextButtonElement extends SvelteComponent {
5070
5074
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5071
5075
 
5072
5076
  function add_css$m(target) {
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%}");
5077
+ 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
5078
  }
5075
5079
 
5076
5080
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -5082,7 +5086,7 @@ function create_default_slot$4(ctx) {
5082
5086
  return {
5083
5087
  c() {
5084
5088
  img = element("img");
5085
- attr(img, "class", "image svelte-t6tu0e");
5089
+ attr(img, "class", "image svelte-1alkh1m");
5086
5090
  attr(img, "loading", "lazy");
5087
5091
  attr(img, "width", "auto");
5088
5092
  attr(img, "height", "auto");
@@ -5132,7 +5136,7 @@ function create_fragment$n(ctx) {
5132
5136
  c() {
5133
5137
  div = element("div");
5134
5138
  create_component(button.$$.fragment);
5135
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
5139
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
5136
5140
  },
5137
5141
  m(target, anchor) {
5138
5142
  insert(target, div, anchor);
@@ -5151,7 +5155,7 @@ function create_fragment$n(ctx) {
5151
5155
 
5152
5156
  button.$set(button_changes);
5153
5157
 
5154
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
5158
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
5155
5159
  attr(div, "class", div_class_value);
5156
5160
  }
5157
5161
  },
@@ -5223,7 +5227,7 @@ class ImageElement extends SvelteComponent {
5223
5227
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5224
5228
 
5225
5229
  function add_css$l(target) {
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}");
5230
+ append_styles(target, "svelte-1t8r9z", ".list.svelte-1t8r9z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
5227
5231
  }
5228
5232
 
5229
5233
  function create_fragment$m(ctx) {
@@ -5236,7 +5240,7 @@ function create_fragment$m(ctx) {
5236
5240
  c() {
5237
5241
  div = element("div");
5238
5242
  if (default_slot) default_slot.c();
5239
- attr(div, "class", "list svelte-aquv6z");
5243
+ attr(div, "class", "list svelte-1t8r9z");
5240
5244
  attr(div, "style", /*style*/ ctx[0]);
5241
5245
  },
5242
5246
  m(target, anchor) {
@@ -5370,7 +5374,7 @@ class List extends SvelteComponent {
5370
5374
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
5371
5375
 
5372
5376
  function add_css$k(target) {
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}");
5377
+ 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
5378
  }
5375
5379
 
5376
5380
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -5440,7 +5444,7 @@ function create_fragment$l(ctx) {
5440
5444
  c() {
5441
5445
  div = element("div");
5442
5446
  create_component(button.$$.fragment);
5443
- attr(div, "class", "list-item svelte-9n97pe");
5447
+ attr(div, "class", "list-item svelte-1lbw8v2");
5444
5448
  attr(div, "style", /*listItemStyle*/ ctx[3]);
5445
5449
  },
5446
5450
  m(target, anchor) {
@@ -5566,7 +5570,7 @@ class ListItem extends SvelteComponent {
5566
5570
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
5567
5571
 
5568
5572
  function add_css$j(target) {
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}");
5573
+ 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
5574
  }
5571
5575
 
5572
5576
  function create_fragment$k(ctx) {
@@ -5575,7 +5579,7 @@ function create_fragment$k(ctx) {
5575
5579
  return {
5576
5580
  c() {
5577
5581
  div = element("div");
5578
- attr(div, "class", "embed svelte-wocq4p");
5582
+ attr(div, "class", "embed svelte-w6jkzh");
5579
5583
  attr(div, "style", /*_style*/ ctx[1]);
5580
5584
  },
5581
5585
  m(target, anchor) {
@@ -5618,7 +5622,7 @@ class EmbedElement extends SvelteComponent {
5618
5622
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
5619
5623
 
5620
5624
  function add_css$i(target) {
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%}");
5625
+ 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
5626
  }
5623
5627
 
5624
5628
  function create_fragment$j(ctx) {
@@ -5630,7 +5634,7 @@ function create_fragment$j(ctx) {
5630
5634
  div1 = element("div");
5631
5635
  div0 = element("div");
5632
5636
  attr(div0, "class", "karte-player");
5633
- attr(div1, "class", "embed svelte-vikz49");
5637
+ attr(div1, "class", "embed svelte-ljxq7x");
5634
5638
  attr(div1, "style", /*_style*/ ctx[0]);
5635
5639
  },
5636
5640
  m(target, anchor) {
@@ -5972,7 +5976,7 @@ class MovieYouTubeElement extends SvelteComponent {
5972
5976
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
5973
5977
 
5974
5978
  function add_css$h(target) {
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%}");
5979
+ 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
5980
  }
5977
5981
 
5978
5982
  function create_fragment$i(ctx) {
@@ -5984,7 +5988,7 @@ function create_fragment$i(ctx) {
5984
5988
  div1 = element("div");
5985
5989
  div0 = element("div");
5986
5990
  attr(div0, "class", "karte-player");
5987
- attr(div1, "class", "embed svelte-vikz49");
5991
+ attr(div1, "class", "embed svelte-ljxq7x");
5988
5992
  attr(div1, "style", /*_style*/ ctx[0]);
5989
5993
  },
5990
5994
  m(target, anchor) {
@@ -6168,7 +6172,7 @@ class MovieVimeoElement extends SvelteComponent {
6168
6172
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
6169
6173
 
6170
6174
  function add_css$g(target) {
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}");
6175
+ 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
6176
  }
6173
6177
 
6174
6178
  function create_fragment$h(ctx) {
@@ -6181,12 +6185,12 @@ function create_fragment$h(ctx) {
6181
6185
  c() {
6182
6186
  div = element("div");
6183
6187
  textarea = element("textarea");
6184
- attr(textarea, "class", "textarea svelte-kyay3k");
6188
+ attr(textarea, "class", "textarea svelte-13z4kn0");
6185
6189
  textarea.value = /*$value*/ ctx[3];
6186
6190
  textarea.required = /*required*/ ctx[0];
6187
6191
  attr(textarea, "rows", /*rows*/ ctx[1]);
6188
6192
  attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
6189
- attr(div, "class", "textarea-wrapper svelte-kyay3k");
6193
+ attr(div, "class", "textarea-wrapper svelte-13z4kn0");
6190
6194
  },
6191
6195
  m(target, anchor) {
6192
6196
  insert(target, div, anchor);
@@ -6282,7 +6286,7 @@ class FormTextarea extends SvelteComponent {
6282
6286
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
6283
6287
 
6284
6288
  function add_css$f(target) {
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}");
6289
+ 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
6290
  }
6287
6291
 
6288
6292
  function get_each_context$5(ctx, list, i) {
@@ -6315,14 +6319,14 @@ function create_each_block$5(ctx) {
6315
6319
  t1 = text(t1_value);
6316
6320
  t2 = space();
6317
6321
  attr(input, "type", "radio");
6318
- attr(input, "class", "radio-button-input svelte-17s08g");
6322
+ attr(input, "class", "radio-button-input svelte-1ntb6j8");
6319
6323
  attr(input, "style", /*buttonStyle*/ ctx[5]);
6320
6324
  attr(input, "name", /*name*/ ctx[0]);
6321
6325
  input.value = input_value_value = /*option*/ ctx[16];
6322
6326
  input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
6323
- attr(span, "class", "radio-button-text svelte-17s08g");
6327
+ attr(span, "class", "radio-button-text svelte-1ntb6j8");
6324
6328
  attr(span, "style", /*_textStyle*/ ctx[2]);
6325
- attr(label, "class", "radio-button svelte-17s08g");
6329
+ attr(label, "class", "radio-button svelte-1ntb6j8");
6326
6330
  },
6327
6331
  m(target, anchor) {
6328
6332
  insert(target, label, anchor);
@@ -6387,7 +6391,7 @@ function create_fragment$g(ctx) {
6387
6391
  each_blocks[i].c();
6388
6392
  }
6389
6393
 
6390
- attr(div, "class", "radio-buttons svelte-17s08g");
6394
+ attr(div, "class", "radio-buttons svelte-1ntb6j8");
6391
6395
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
6392
6396
  },
6393
6397
  m(target, anchor) {
@@ -6554,7 +6558,7 @@ class FormRadioButtons extends SvelteComponent {
6554
6558
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
6555
6559
 
6556
6560
  function add_css$e(target) {
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}");
6561
+ 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
6562
  }
6559
6563
 
6560
6564
  function get_each_context$4(ctx, list, i) {
@@ -6688,10 +6692,10 @@ function create_fragment$f(ctx) {
6688
6692
 
6689
6693
  t = space();
6690
6694
  div0 = element("div");
6691
- attr(select, "class", "select-select svelte-t9ynyj");
6695
+ attr(select, "class", "select-select svelte-iejizj");
6692
6696
  attr(select, "style", /*style*/ ctx[3]);
6693
- attr(div0, "class", "select-icon svelte-t9ynyj");
6694
- attr(div1, "class", "select svelte-t9ynyj");
6697
+ attr(div0, "class", "select-icon svelte-iejizj");
6698
+ attr(div1, "class", "select svelte-iejizj");
6695
6699
  attr(div1, "style", /*styleVariables*/ ctx[2]);
6696
6700
  },
6697
6701
  m(target, anchor) {
@@ -6893,7 +6897,7 @@ class FormSelect extends SvelteComponent {
6893
6897
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
6894
6898
 
6895
6899
  function add_css$d(target) {
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}");
6900
+ 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
6901
  }
6898
6902
 
6899
6903
  function get_each_context$3(ctx, list, i) {
@@ -6932,19 +6936,19 @@ function create_each_block$3(ctx) {
6932
6936
  span2 = element("span");
6933
6937
  t2 = text(t2_value);
6934
6938
  t3 = space();
6935
- attr(input, "class", "check-box-input svelte-1p65cg8");
6939
+ attr(input, "class", "check-box-input svelte-2pz1us");
6936
6940
  attr(input, "type", "checkbox");
6937
6941
  attr(input, "name", /*name*/ ctx[0]);
6938
6942
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
6939
- attr(span0, "class", "check-box-icon svelte-1p65cg8");
6943
+ attr(span0, "class", "check-box-icon svelte-2pz1us");
6940
6944
 
6941
6945
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
6942
6946
  ? ' _checked'
6943
- : ''}`) + " svelte-1p65cg8"));
6947
+ : ''}`) + " svelte-2pz1us"));
6944
6948
 
6945
- attr(span2, "class", "check-box-text svelte-1p65cg8");
6949
+ attr(span2, "class", "check-box-text svelte-2pz1us");
6946
6950
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
6947
- attr(label, "class", "check-box svelte-1p65cg8");
6951
+ attr(label, "class", "check-box svelte-2pz1us");
6948
6952
  attr(label, "style", /*styleVariables*/ ctx[5]);
6949
6953
  },
6950
6954
  m(target, anchor) {
@@ -6976,7 +6980,7 @@ function create_each_block$3(ctx) {
6976
6980
 
6977
6981
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
6978
6982
  ? ' _checked'
6979
- : ''}`) + " svelte-1p65cg8"))) {
6983
+ : ''}`) + " svelte-2pz1us"))) {
6980
6984
  attr(span1, "class", span1_class_value);
6981
6985
  }
6982
6986
 
@@ -7015,7 +7019,7 @@ function create_fragment$e(ctx) {
7015
7019
  each_blocks[i].c();
7016
7020
  }
7017
7021
 
7018
- attr(div, "class", "check-boxes svelte-1p65cg8");
7022
+ attr(div, "class", "check-boxes svelte-2pz1us");
7019
7023
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7020
7024
  },
7021
7025
  m(target, anchor) {
@@ -7190,7 +7194,7 @@ class FormCheckBoxes extends SvelteComponent {
7190
7194
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
7191
7195
 
7192
7196
  function add_css$c(target) {
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}");
7197
+ 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
7198
  }
7195
7199
 
7196
7200
  function get_each_context$2(ctx, list, i) {
@@ -7214,7 +7218,7 @@ function create_each_block$2(ctx) {
7214
7218
  button = element("button");
7215
7219
  t0 = text(t0_value);
7216
7220
  t1 = space();
7217
- attr(button, "class", "rating-button svelte-zy2va9");
7221
+ attr(button, "class", "rating-button svelte-18pfy31");
7218
7222
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
7219
7223
  },
7220
7224
  m(target, anchor) {
@@ -7263,7 +7267,7 @@ function create_fragment$d(ctx) {
7263
7267
  each_blocks[i].c();
7264
7268
  }
7265
7269
 
7266
- attr(div, "class", "rating-buttons svelte-zy2va9");
7270
+ attr(div, "class", "rating-buttons svelte-18pfy31");
7267
7271
  },
7268
7272
  m(target, anchor) {
7269
7273
  insert(target, div, anchor);
@@ -7400,7 +7404,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
7400
7404
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
7401
7405
 
7402
7406
  function add_css$b(target) {
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%)}");
7407
+ 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
7408
  }
7405
7409
 
7406
7410
  function get_each_context$1(ctx, list, i) {
@@ -7425,9 +7429,9 @@ function create_each_block$1(ctx) {
7425
7429
  img = element("img");
7426
7430
  t = space();
7427
7431
  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-tbunko"));
7432
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
7429
7433
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
7430
- attr(button, "class", "rating-button svelte-tbunko");
7434
+ attr(button, "class", "rating-button svelte-1b5dvzw");
7431
7435
  attr(button, "style", /*buttonStyle*/ ctx[0]);
7432
7436
  },
7433
7437
  m(target, anchor) {
@@ -7443,7 +7447,7 @@ function create_each_block$1(ctx) {
7443
7447
  p(new_ctx, dirty) {
7444
7448
  ctx = new_ctx;
7445
7449
 
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"))) {
7450
+ 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
7451
  attr(img, "class", img_class_value);
7448
7452
  }
7449
7453
 
@@ -7476,7 +7480,7 @@ function create_fragment$c(ctx) {
7476
7480
  each_blocks[i].c();
7477
7481
  }
7478
7482
 
7479
- attr(div, "class", "rating-buttons svelte-tbunko");
7483
+ attr(div, "class", "rating-buttons svelte-1b5dvzw");
7480
7484
  },
7481
7485
  m(target, anchor) {
7482
7486
  insert(target, div, anchor);
@@ -7584,7 +7588,7 @@ class FormRatingButtonsFace extends SvelteComponent {
7584
7588
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
7585
7589
 
7586
7590
  function add_css$a(target) {
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%}");
7591
+ 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
7592
  }
7589
7593
 
7590
7594
  function get_each_context(ctx, list, i) {
@@ -7613,9 +7617,9 @@ function create_if_block_1(ctx) {
7613
7617
  attr(svg, "viewBox", "0 0 10 16");
7614
7618
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
7615
7619
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
7616
- attr(button, "class", "move-button svelte-ji1fh");
7620
+ attr(button, "class", "move-button svelte-1qfq79t");
7617
7621
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
7618
- attr(div, "class", "prev-button-container svelte-ji1fh");
7622
+ attr(div, "class", "prev-button-container svelte-1qfq79t");
7619
7623
  },
7620
7624
  m(target, anchor) {
7621
7625
  insert(target, div, anchor);
@@ -7664,9 +7668,9 @@ function create_if_block$1(ctx) {
7664
7668
  attr(svg, "viewBox", "0 0 10 16");
7665
7669
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
7666
7670
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
7667
- attr(button, "class", "move-button svelte-ji1fh");
7671
+ attr(button, "class", "move-button svelte-1qfq79t");
7668
7672
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
7669
- attr(div, "class", "next-button-container svelte-ji1fh");
7673
+ attr(div, "class", "next-button-container svelte-1qfq79t");
7670
7674
  },
7671
7675
  m(target, anchor) {
7672
7676
  insert(target, div, anchor);
@@ -7714,9 +7718,9 @@ function create_each_block(ctx) {
7714
7718
  button = element("button");
7715
7719
  div = element("div");
7716
7720
  t = space();
7717
- attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
7721
+ attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
7718
7722
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
7719
- attr(button, "class", "navigation-item svelte-ji1fh");
7723
+ attr(button, "class", "navigation-item svelte-1qfq79t");
7720
7724
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
7721
7725
  },
7722
7726
  m(target, anchor) {
@@ -7793,14 +7797,14 @@ function create_fragment$b(ctx) {
7793
7797
  each_blocks[i].c();
7794
7798
  }
7795
7799
 
7796
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
7800
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
7797
7801
  attr(div0, "style", /*slideStyle*/ ctx[14]);
7798
- attr(div1, "class", "container svelte-ji1fh");
7802
+ attr(div1, "class", "container svelte-1qfq79t");
7799
7803
  attr(div1, "style", /*_style*/ ctx[0]);
7800
- attr(div2, "class", "navigation svelte-ji1fh");
7804
+ attr(div2, "class", "navigation svelte-1qfq79t");
7801
7805
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
7802
7806
  set_attributes(div3, div3_data);
7803
- toggle_class(div3, "svelte-ji1fh", true);
7807
+ toggle_class(div3, "svelte-1qfq79t", true);
7804
7808
  },
7805
7809
  m(target, anchor) {
7806
7810
  insert(target, div3, anchor);
@@ -7842,7 +7846,7 @@ function create_fragment$b(ctx) {
7842
7846
  }
7843
7847
  }
7844
7848
 
7845
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
7849
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
7846
7850
  attr(div0, "class", div0_class_value);
7847
7851
  }
7848
7852
 
@@ -7908,7 +7912,7 @@ function create_fragment$b(ctx) {
7908
7912
  }
7909
7913
 
7910
7914
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
7911
- toggle_class(div3, "svelte-ji1fh", true);
7915
+ toggle_class(div3, "svelte-1qfq79t", true);
7912
7916
  },
7913
7917
  i(local) {
7914
7918
  if (current) return;
@@ -8420,7 +8424,7 @@ class Slide extends SvelteComponent {
8420
8424
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
8421
8425
 
8422
8426
  function add_css$9(target) {
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}");
8427
+ 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
8428
  }
8425
8429
 
8426
8430
  function create_fragment$a(ctx) {
@@ -8435,9 +8439,9 @@ function create_fragment$a(ctx) {
8435
8439
  div1 = element("div");
8436
8440
  div0 = element("div");
8437
8441
  if (default_slot) default_slot.c();
8438
- attr(div0, "class", "item-inner svelte-9ygf1w");
8442
+ attr(div0, "class", "item-inner svelte-1rv0qgo");
8439
8443
  attr(div0, "style", /*_style*/ ctx[0]);
8440
- attr(div1, "class", "item svelte-9ygf1w");
8444
+ attr(div1, "class", "item svelte-1rv0qgo");
8441
8445
  attr(div1, "style", /*itemStyle*/ ctx[1]);
8442
8446
  },
8443
8447
  m(target, anchor) {
@@ -8563,7 +8567,7 @@ class SlideItem extends SvelteComponent {
8563
8567
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
8564
8568
 
8565
8569
  function add_css$8(target) {
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}");
8570
+ 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
8571
  }
8568
8572
 
8569
8573
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -8581,9 +8585,9 @@ function create_fragment$9(ctx) {
8581
8585
  div1 = element("div");
8582
8586
  div0 = element("div");
8583
8587
  if (default_slot) default_slot.c();
8584
- attr(div0, "class", "countdown-inner svelte-rroxiz");
8588
+ attr(div0, "class", "countdown-inner svelte-t87l6f");
8585
8589
  attr(div0, "style", /*_style*/ ctx[0]);
8586
- attr(div1, "class", "countdown svelte-rroxiz");
8590
+ attr(div1, "class", "countdown svelte-t87l6f");
8587
8591
  },
8588
8592
  m(target, anchor) {
8589
8593
  insert(target, div1, anchor);
@@ -8717,7 +8721,7 @@ class Countdown extends SvelteComponent {
8717
8721
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
8718
8722
 
8719
8723
  function add_css$7(target) {
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}");
8724
+ 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
8725
  }
8722
8726
 
8723
8727
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -8787,7 +8791,7 @@ function create_fragment$8(ctx) {
8787
8791
  c() {
8788
8792
  div = element("div");
8789
8793
  create_component(button.$$.fragment);
8790
- attr(div, "class", "box svelte-1ccydfy");
8794
+ attr(div, "class", "box svelte-1c91vpe");
8791
8795
  },
8792
8796
  m(target, anchor) {
8793
8797
  insert(target, div, anchor);
@@ -8848,7 +8852,7 @@ class Box extends SvelteComponent {
8848
8852
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
8849
8853
 
8850
8854
  function add_css$6(target) {
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)}");
8855
+ 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
8856
  }
8853
8857
 
8854
8858
  // (56:4) {#if svg}
@@ -8930,7 +8934,7 @@ function create_fragment$7(ctx) {
8930
8934
  c() {
8931
8935
  div = element("div");
8932
8936
  create_component(button.$$.fragment);
8933
- attr(div, "class", "icon svelte-1mkvcuo");
8937
+ attr(div, "class", "icon svelte-1mk6wi4");
8934
8938
  },
8935
8939
  m(target, anchor) {
8936
8940
  insert(target, div, anchor);
@@ -9039,7 +9043,7 @@ class IconElement extends SvelteComponent {
9039
9043
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
9040
9044
 
9041
9045
  function add_css$5(target) {
9042
- append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
9046
+ append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
9043
9047
  }
9044
9048
 
9045
9049
  function create_fragment$6(ctx) {
@@ -9065,7 +9069,7 @@ function create_fragment$6(ctx) {
9065
9069
  c() {
9066
9070
  div = element("div");
9067
9071
  if (switch_instance) create_component(switch_instance.$$.fragment);
9068
- attr(div, "class", "codeElement svelte-ymsb9l");
9072
+ attr(div, "class", "codeElement svelte-1ng2n51");
9069
9073
  attr(div, "style", /*style*/ ctx[3]);
9070
9074
  },
9071
9075
  m(target, anchor) {
@@ -9154,7 +9158,7 @@ class CodeElement extends SvelteComponent {
9154
9158
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
9155
9159
 
9156
9160
  function add_css$4(target) {
9157
- append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
9161
+ append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
9158
9162
  }
9159
9163
 
9160
9164
  function create_fragment$5(ctx) {
@@ -9168,7 +9172,7 @@ function create_fragment$5(ctx) {
9168
9172
  c() {
9169
9173
  div = element("div");
9170
9174
  if (default_slot) default_slot.c();
9171
- attr(div, "class", "flex svelte-1e71ejc");
9175
+ attr(div, "class", "flex svelte-9v2qdg");
9172
9176
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
9173
9177
  },
9174
9178
  m(target, anchor) {
@@ -9265,7 +9269,7 @@ class Flex extends SvelteComponent {
9265
9269
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
9266
9270
 
9267
9271
  function add_css$3(target) {
9268
- append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
9272
+ append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
9269
9273
  }
9270
9274
 
9271
9275
  function create_fragment$4(ctx) {
@@ -9278,7 +9282,7 @@ function create_fragment$4(ctx) {
9278
9282
  c() {
9279
9283
  div = element("div");
9280
9284
  if (default_slot) default_slot.c();
9281
- attr(div, "class", "flex-item svelte-1p0bk1x");
9285
+ attr(div, "class", "flex-item svelte-164ah5d");
9282
9286
  attr(div, "style", /*style*/ ctx[0]);
9283
9287
  },
9284
9288
  m(target, anchor) {
@@ -9686,7 +9690,7 @@ class GridModalState extends SvelteComponent {
9686
9690
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
9687
9691
 
9688
9692
  function add_css$2(target) {
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%}");
9693
+ 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
9694
  }
9691
9695
 
9692
9696
  function create_fragment$2(ctx) {
@@ -9702,8 +9706,8 @@ function create_fragment$2(ctx) {
9702
9706
  div1 = element("div");
9703
9707
  div0 = element("div");
9704
9708
  create_component(rendertext.$$.fragment);
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"));
9709
+ attr(div0, "class", "text-block-inner svelte-akic2e");
9710
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
9707
9711
  attr(div1, "style", /*style*/ ctx[2]);
9708
9712
  },
9709
9713
  m(target, anchor) {
@@ -9717,7 +9721,7 @@ function create_fragment$2(ctx) {
9717
9721
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
9718
9722
  rendertext.$set(rendertext_changes);
9719
9723
 
9720
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
9724
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
9721
9725
  attr(div1, "class", div1_class_value);
9722
9726
  }
9723
9727
 
@@ -9795,7 +9799,7 @@ class TextBlock extends SvelteComponent {
9795
9799
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
9796
9800
 
9797
9801
  function add_css$1(target) {
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)}");
9802
+ 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
9803
  }
9800
9804
 
9801
9805
  function create_fragment$1(ctx) {
@@ -9812,9 +9816,9 @@ function create_fragment$1(ctx) {
9812
9816
  div = element("div");
9813
9817
  button = element("button");
9814
9818
  create_component(rendertext.$$.fragment);
9815
- attr(button, "class", "text-button svelte-ff0k6r");
9819
+ attr(button, "class", "text-button svelte-1c34p4n");
9816
9820
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
9817
- attr(div, "class", "text-button-block svelte-ff0k6r");
9821
+ attr(div, "class", "text-button-block svelte-1c34p4n");
9818
9822
  attr(div, "style", /*_style*/ ctx[2]);
9819
9823
  },
9820
9824
  m(target, anchor) {
@@ -9920,7 +9924,7 @@ class TextButtonBlock extends SvelteComponent {
9920
9924
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
9921
9925
 
9922
9926
  function add_css(target) {
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)}");
9927
+ 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
9928
  }
9925
9929
 
9926
9930
  function create_fragment(ctx) {
@@ -9936,14 +9940,14 @@ function create_fragment(ctx) {
9936
9940
  c() {
9937
9941
  div = element("div");
9938
9942
  img = element("img");
9939
- attr(img, "class", "image svelte-1pdw891");
9943
+ attr(img, "class", "image svelte-1jus6sx");
9940
9944
  attr(img, "loading", "lazy");
9941
9945
  attr(img, "width", "auto");
9942
9946
  attr(img, "height", "auto");
9943
9947
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
9944
9948
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
9945
9949
  attr(img, "alt", /*alt*/ ctx[1]);
9946
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
9950
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
9947
9951
  attr(div, "style", /*_style*/ ctx[5]);
9948
9952
  },
9949
9953
  m(target, anchor) {
@@ -9968,7 +9972,7 @@ function create_fragment(ctx) {
9968
9972
  attr(img, "alt", /*alt*/ ctx[1]);
9969
9973
  }
9970
9974
 
9971
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
9975
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
9972
9976
  attr(div, "class", div_class_value);
9973
9977
  }
9974
9978