@plaidev/karte-action-sdk 1.1.198-28170852.9d9fb983 → 1.1.198

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -1406,7 +1406,7 @@ async function setupActionTable(localVariablesQuery, apiKey) {
1406
1406
  }
1407
1407
  /** @internal */
1408
1408
  function initActionTable(localVariablesQuery) {
1409
- const initValues = {
1409
+ let initValues = {
1410
1410
  // default values
1411
1411
  action_table: [],
1412
1412
  };
@@ -1736,6 +1736,7 @@ function createModal(App, options = {
1736
1736
  // ここからメインの処理
1737
1737
  initialize({ send: options.send, initialState: data.initial_state });
1738
1738
  // ActionTable APIへの非同期リクエスト
1739
+ console.log("initialize action table");
1739
1740
  initActionTable(options.localVariablesQuery);
1740
1741
  let actionTablePromise = null;
1741
1742
  if (options.localVariablesQuery && data.api_key) {
@@ -2600,7 +2601,7 @@ class State extends SvelteComponent {
2600
2601
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
2601
2602
 
2602
2603
  function add_css$t(target) {
2603
- append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
2604
+ append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
2604
2605
  }
2605
2606
 
2606
2607
  // (23:0) {#if $state === path}
@@ -2617,7 +2618,7 @@ function create_if_block$8(ctx) {
2617
2618
  t = space();
2618
2619
  if (default_slot) default_slot.c();
2619
2620
  attr(div, "data-state-path", /*path*/ ctx[0]);
2620
- attr(div, "class", "state-item svelte-2qb6dm");
2621
+ attr(div, "class", "state-item svelte-1amihue");
2621
2622
  },
2622
2623
  m(target, anchor) {
2623
2624
  insert(target, div, anchor);
@@ -3019,7 +3020,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
3019
3020
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3020
3021
 
3021
3022
  function add_css$s(target) {
3022
- 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}");
3023
+ 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}");
3023
3024
  }
3024
3025
 
3025
3026
  // (9:0) {#if backgroundOverlay}
@@ -3031,7 +3032,7 @@ function create_if_block$7(ctx) {
3031
3032
  return {
3032
3033
  c() {
3033
3034
  div = element("div");
3034
- attr(div, "class", "background svelte-1d4fta");
3035
+ attr(div, "class", "background svelte-g6ucc2");
3035
3036
  },
3036
3037
  m(target, anchor) {
3037
3038
  insert(target, div, anchor);
@@ -3142,7 +3143,7 @@ function checkStopPropagation(eventName, handler) {
3142
3143
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3143
3144
 
3144
3145
  function add_css$r(target) {
3145
- 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}");
3146
+ 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}");
3146
3147
  }
3147
3148
 
3148
3149
  // (50:0) {:else}
@@ -3171,7 +3172,7 @@ function create_else_block$3(ctx) {
3171
3172
  button = element("button");
3172
3173
  if (default_slot) default_slot.c();
3173
3174
  set_attributes(button, button_data);
3174
- toggle_class(button, "svelte-1tg0tf", true);
3175
+ toggle_class(button, "svelte-1dtbrzj", true);
3175
3176
  },
3176
3177
  m(target, anchor) {
3177
3178
  insert(target, button, anchor);
@@ -3210,7 +3211,7 @@ function create_else_block$3(ctx) {
3210
3211
  dataAttrStopPropagation('click')
3211
3212
  ]));
3212
3213
 
3213
- toggle_class(button, "svelte-1tg0tf", true);
3214
+ toggle_class(button, "svelte-1dtbrzj", true);
3214
3215
  },
3215
3216
  i(local) {
3216
3217
  if (current) return;
@@ -3241,7 +3242,7 @@ function create_if_block_2(ctx) {
3241
3242
  c() {
3242
3243
  div = element("div");
3243
3244
  if (default_slot) default_slot.c();
3244
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
3245
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
3245
3246
  attr(div, "style", /*style*/ ctx[1]);
3246
3247
  },
3247
3248
  m(target, anchor) {
@@ -3325,7 +3326,7 @@ function create_if_block_1$2(ctx) {
3325
3326
  a = element("a");
3326
3327
  if (default_slot) default_slot.c();
3327
3328
  set_attributes(a, a_data);
3328
- toggle_class(a, "svelte-1tg0tf", true);
3329
+ toggle_class(a, "svelte-1dtbrzj", true);
3329
3330
  },
3330
3331
  m(target, anchor) {
3331
3332
  insert(target, a, anchor);
@@ -3367,7 +3368,7 @@ function create_if_block_1$2(ctx) {
3367
3368
  dataAttrStopPropagation('click')
3368
3369
  ]));
3369
3370
 
3370
- toggle_class(a, "svelte-1tg0tf", true);
3371
+ toggle_class(a, "svelte-1dtbrzj", true);
3371
3372
  },
3372
3373
  i(local) {
3373
3374
  if (current) return;
@@ -3398,7 +3399,7 @@ function create_if_block$6(ctx) {
3398
3399
  c() {
3399
3400
  div = element("div");
3400
3401
  if (default_slot) default_slot.c();
3401
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
3402
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
3402
3403
  attr(div, "style", /*style*/ ctx[1]);
3403
3404
  },
3404
3405
  m(target, anchor) {
@@ -3602,7 +3603,7 @@ class Button extends SvelteComponent {
3602
3603
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3603
3604
 
3604
3605
  function add_css$q(target) {
3605
- 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}");
3606
+ 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}");
3606
3607
  }
3607
3608
 
3608
3609
  // (145:0) {#if visible}
@@ -3627,7 +3628,7 @@ function create_if_block$5(ctx) {
3627
3628
  c() {
3628
3629
  div = element("div");
3629
3630
  create_component(button.$$.fragment);
3630
- attr(div, "class", "modal svelte-yvwr7u");
3631
+ attr(div, "class", "modal svelte-1m1do8u");
3631
3632
  attr(div, "role", "dialog");
3632
3633
  attr(div, "aria-modal", "true");
3633
3634
  attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
@@ -3705,7 +3706,7 @@ function create_if_block_1$1(ctx) {
3705
3706
  c() {
3706
3707
  div = element("div");
3707
3708
  create_component(button.$$.fragment);
3708
- attr(div, "class", "close svelte-yvwr7u");
3709
+ attr(div, "class", "close svelte-1m1do8u");
3709
3710
  set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
3710
3711
  },
3711
3712
  m(target, anchor) {
@@ -3794,7 +3795,7 @@ function create_default_slot$6(ctx) {
3794
3795
  t = space();
3795
3796
  div = element("div");
3796
3797
  if (default_slot) default_slot.c();
3797
- attr(div, "class", "modal-content svelte-yvwr7u");
3798
+ attr(div, "class", "modal-content svelte-1m1do8u");
3798
3799
  attr(div, "style", /*_style*/ ctx[4]);
3799
3800
  },
3800
3801
  m(target, anchor) {
@@ -4285,7 +4286,7 @@ class Grid extends SvelteComponent {
4285
4286
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
4286
4287
 
4287
4288
  function add_css$p(target) {
4288
- append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
4289
+ append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
4289
4290
  }
4290
4291
 
4291
4292
  function create_fragment$r(ctx) {
@@ -4300,8 +4301,8 @@ function create_fragment$r(ctx) {
4300
4301
  div1 = element("div");
4301
4302
  div0 = element("div");
4302
4303
  if (default_slot) default_slot.c();
4303
- attr(div0, "class", "grid-item-inner svelte-n7kdl3");
4304
- attr(div1, "class", "grid-item svelte-n7kdl3");
4304
+ attr(div0, "class", "grid-item-inner svelte-1cryhmb");
4305
+ attr(div1, "class", "grid-item svelte-1cryhmb");
4305
4306
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
4306
4307
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
4307
4308
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -4606,7 +4607,7 @@ class RenderText extends SvelteComponent {
4606
4607
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
4607
4608
 
4608
4609
  function add_css$o(target) {
4609
- 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}");
4610
+ 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}");
4610
4611
  }
4611
4612
 
4612
4613
  // (93:2) {:else}
@@ -4623,8 +4624,8 @@ function create_else_block$1(ctx) {
4623
4624
  div1 = element("div");
4624
4625
  div0 = element("div");
4625
4626
  create_component(rendertext.$$.fragment);
4626
- attr(div0, "class", "text-element-inner svelte-9ixs0b");
4627
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
4627
+ attr(div0, "class", "text-element-inner svelte-vz6867");
4628
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
4628
4629
  attr(div1, "style", /*style*/ ctx[5]);
4629
4630
  },
4630
4631
  m(target, anchor) {
@@ -4638,7 +4639,7 @@ function create_else_block$1(ctx) {
4638
4639
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4639
4640
  rendertext.$set(rendertext_changes);
4640
4641
 
4641
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
4642
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
4642
4643
  attr(div1, "class", div1_class_value);
4643
4644
  }
4644
4645
 
@@ -4688,12 +4689,12 @@ function create_if_block$3(ctx) {
4688
4689
  t2 = space();
4689
4690
  div2 = element("div");
4690
4691
  div2.textContent = "コピーできませんでした";
4691
- attr(div0, "class", "text-element-inner svelte-9ixs0b");
4692
+ attr(div0, "class", "text-element-inner svelte-vz6867");
4692
4693
  attr(a, "href", '');
4693
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
4694
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
4694
4695
  attr(a, "style", /*style*/ ctx[5]);
4695
- attr(div1, "class", "tooltip svelte-9ixs0b");
4696
- attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
4696
+ attr(div1, "class", "tooltip svelte-vz6867");
4697
+ attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
4697
4698
  },
4698
4699
  m(target, anchor) {
4699
4700
  insert(target, a, anchor);
@@ -4717,7 +4718,7 @@ function create_if_block$3(ctx) {
4717
4718
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4718
4719
  rendertext.$set(rendertext_changes);
4719
4720
 
4720
- 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"))) {
4721
+ 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"))) {
4721
4722
  attr(a, "class", a_class_value);
4722
4723
  }
4723
4724
 
@@ -4769,7 +4770,7 @@ function create_fragment$p(ctx) {
4769
4770
  c() {
4770
4771
  div = element("div");
4771
4772
  if_block.c();
4772
- attr(div, "class", "text-element-wrapper svelte-9ixs0b");
4773
+ attr(div, "class", "text-element-wrapper svelte-vz6867");
4773
4774
  },
4774
4775
  m(target, anchor) {
4775
4776
  insert(target, div, anchor);
@@ -4934,7 +4935,7 @@ class TextElement extends SvelteComponent {
4934
4935
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
4935
4936
 
4936
4937
  function add_css$n(target) {
4937
- 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)}");
4938
+ 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)}");
4938
4939
  }
4939
4940
 
4940
4941
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -4990,7 +4991,7 @@ function create_fragment$o(ctx) {
4990
4991
  c() {
4991
4992
  div = element("div");
4992
4993
  create_component(button.$$.fragment);
4993
- attr(div, "class", "text-button-element svelte-3hgcnq");
4994
+ attr(div, "class", "text-button-element svelte-ejepf6");
4994
4995
  },
4995
4996
  m(target, anchor) {
4996
4997
  insert(target, div, anchor);
@@ -5082,7 +5083,7 @@ class TextButtonElement extends SvelteComponent {
5082
5083
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5083
5084
 
5084
5085
  function add_css$m(target) {
5085
- 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%}");
5086
+ 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%}");
5086
5087
  }
5087
5088
 
5088
5089
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -5094,7 +5095,7 @@ function create_default_slot$4(ctx) {
5094
5095
  return {
5095
5096
  c() {
5096
5097
  img = element("img");
5097
- attr(img, "class", "image svelte-t6tu0e");
5098
+ attr(img, "class", "image svelte-1alkh1m");
5098
5099
  attr(img, "loading", "lazy");
5099
5100
  attr(img, "width", "auto");
5100
5101
  attr(img, "height", "auto");
@@ -5144,7 +5145,7 @@ function create_fragment$n(ctx) {
5144
5145
  c() {
5145
5146
  div = element("div");
5146
5147
  create_component(button.$$.fragment);
5147
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
5148
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
5148
5149
  },
5149
5150
  m(target, anchor) {
5150
5151
  insert(target, div, anchor);
@@ -5163,7 +5164,7 @@ function create_fragment$n(ctx) {
5163
5164
 
5164
5165
  button.$set(button_changes);
5165
5166
 
5166
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
5167
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
5167
5168
  attr(div, "class", div_class_value);
5168
5169
  }
5169
5170
  },
@@ -5235,7 +5236,7 @@ class ImageElement extends SvelteComponent {
5235
5236
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5236
5237
 
5237
5238
  function add_css$l(target) {
5238
- 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}");
5239
+ 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}");
5239
5240
  }
5240
5241
 
5241
5242
  function create_fragment$m(ctx) {
@@ -5248,7 +5249,7 @@ function create_fragment$m(ctx) {
5248
5249
  c() {
5249
5250
  div = element("div");
5250
5251
  if (default_slot) default_slot.c();
5251
- attr(div, "class", "list svelte-aquv6z");
5252
+ attr(div, "class", "list svelte-1t8r9z");
5252
5253
  attr(div, "style", /*style*/ ctx[0]);
5253
5254
  },
5254
5255
  m(target, anchor) {
@@ -5382,7 +5383,7 @@ class List extends SvelteComponent {
5382
5383
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
5383
5384
 
5384
5385
  function add_css$k(target) {
5385
- 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}");
5386
+ 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}");
5386
5387
  }
5387
5388
 
5388
5389
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -5452,7 +5453,7 @@ function create_fragment$l(ctx) {
5452
5453
  c() {
5453
5454
  div = element("div");
5454
5455
  create_component(button.$$.fragment);
5455
- attr(div, "class", "list-item svelte-9n97pe");
5456
+ attr(div, "class", "list-item svelte-1lbw8v2");
5456
5457
  attr(div, "style", /*listItemStyle*/ ctx[3]);
5457
5458
  },
5458
5459
  m(target, anchor) {
@@ -5578,7 +5579,7 @@ class ListItem extends SvelteComponent {
5578
5579
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
5579
5580
 
5580
5581
  function add_css$j(target) {
5581
- 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}");
5582
+ 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}");
5582
5583
  }
5583
5584
 
5584
5585
  function create_fragment$k(ctx) {
@@ -5587,7 +5588,7 @@ function create_fragment$k(ctx) {
5587
5588
  return {
5588
5589
  c() {
5589
5590
  div = element("div");
5590
- attr(div, "class", "embed svelte-wocq4p");
5591
+ attr(div, "class", "embed svelte-w6jkzh");
5591
5592
  attr(div, "style", /*_style*/ ctx[1]);
5592
5593
  },
5593
5594
  m(target, anchor) {
@@ -5630,7 +5631,7 @@ class EmbedElement extends SvelteComponent {
5630
5631
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
5631
5632
 
5632
5633
  function add_css$i(target) {
5633
- 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%}");
5634
+ 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%}");
5634
5635
  }
5635
5636
 
5636
5637
  function create_fragment$j(ctx) {
@@ -5642,7 +5643,7 @@ function create_fragment$j(ctx) {
5642
5643
  div1 = element("div");
5643
5644
  div0 = element("div");
5644
5645
  attr(div0, "class", "karte-player");
5645
- attr(div1, "class", "embed svelte-vikz49");
5646
+ attr(div1, "class", "embed svelte-ljxq7x");
5646
5647
  attr(div1, "style", /*_style*/ ctx[0]);
5647
5648
  },
5648
5649
  m(target, anchor) {
@@ -5984,7 +5985,7 @@ class MovieYouTubeElement extends SvelteComponent {
5984
5985
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
5985
5986
 
5986
5987
  function add_css$h(target) {
5987
- 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%}");
5988
+ 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%}");
5988
5989
  }
5989
5990
 
5990
5991
  function create_fragment$i(ctx) {
@@ -5996,7 +5997,7 @@ function create_fragment$i(ctx) {
5996
5997
  div1 = element("div");
5997
5998
  div0 = element("div");
5998
5999
  attr(div0, "class", "karte-player");
5999
- attr(div1, "class", "embed svelte-vikz49");
6000
+ attr(div1, "class", "embed svelte-ljxq7x");
6000
6001
  attr(div1, "style", /*_style*/ ctx[0]);
6001
6002
  },
6002
6003
  m(target, anchor) {
@@ -6180,7 +6181,7 @@ class MovieVimeoElement extends SvelteComponent {
6180
6181
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
6181
6182
 
6182
6183
  function add_css$g(target) {
6183
- 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}");
6184
+ 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}");
6184
6185
  }
6185
6186
 
6186
6187
  function create_fragment$h(ctx) {
@@ -6193,12 +6194,12 @@ function create_fragment$h(ctx) {
6193
6194
  c() {
6194
6195
  div = element("div");
6195
6196
  textarea = element("textarea");
6196
- attr(textarea, "class", "textarea svelte-kyay3k");
6197
+ attr(textarea, "class", "textarea svelte-13z4kn0");
6197
6198
  textarea.value = /*$value*/ ctx[3];
6198
6199
  textarea.required = /*required*/ ctx[0];
6199
6200
  attr(textarea, "rows", /*rows*/ ctx[1]);
6200
6201
  attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
6201
- attr(div, "class", "textarea-wrapper svelte-kyay3k");
6202
+ attr(div, "class", "textarea-wrapper svelte-13z4kn0");
6202
6203
  },
6203
6204
  m(target, anchor) {
6204
6205
  insert(target, div, anchor);
@@ -6294,7 +6295,7 @@ class FormTextarea extends SvelteComponent {
6294
6295
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
6295
6296
 
6296
6297
  function add_css$f(target) {
6297
- 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}");
6298
+ 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}");
6298
6299
  }
6299
6300
 
6300
6301
  function get_each_context$5(ctx, list, i) {
@@ -6327,14 +6328,14 @@ function create_each_block$5(ctx) {
6327
6328
  t1 = text(t1_value);
6328
6329
  t2 = space();
6329
6330
  attr(input, "type", "radio");
6330
- attr(input, "class", "radio-button-input svelte-17s08g");
6331
+ attr(input, "class", "radio-button-input svelte-1ntb6j8");
6331
6332
  attr(input, "style", /*buttonStyle*/ ctx[5]);
6332
6333
  attr(input, "name", /*name*/ ctx[0]);
6333
6334
  input.value = input_value_value = /*option*/ ctx[16];
6334
6335
  input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
6335
- attr(span, "class", "radio-button-text svelte-17s08g");
6336
+ attr(span, "class", "radio-button-text svelte-1ntb6j8");
6336
6337
  attr(span, "style", /*_textStyle*/ ctx[2]);
6337
- attr(label, "class", "radio-button svelte-17s08g");
6338
+ attr(label, "class", "radio-button svelte-1ntb6j8");
6338
6339
  },
6339
6340
  m(target, anchor) {
6340
6341
  insert(target, label, anchor);
@@ -6399,7 +6400,7 @@ function create_fragment$g(ctx) {
6399
6400
  each_blocks[i].c();
6400
6401
  }
6401
6402
 
6402
- attr(div, "class", "radio-buttons svelte-17s08g");
6403
+ attr(div, "class", "radio-buttons svelte-1ntb6j8");
6403
6404
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
6404
6405
  },
6405
6406
  m(target, anchor) {
@@ -6566,7 +6567,7 @@ class FormRadioButtons extends SvelteComponent {
6566
6567
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
6567
6568
 
6568
6569
  function add_css$e(target) {
6569
- 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}");
6570
+ 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}");
6570
6571
  }
6571
6572
 
6572
6573
  function get_each_context$4(ctx, list, i) {
@@ -6700,10 +6701,10 @@ function create_fragment$f(ctx) {
6700
6701
 
6701
6702
  t = space();
6702
6703
  div0 = element("div");
6703
- attr(select, "class", "select-select svelte-t9ynyj");
6704
+ attr(select, "class", "select-select svelte-iejizj");
6704
6705
  attr(select, "style", /*style*/ ctx[3]);
6705
- attr(div0, "class", "select-icon svelte-t9ynyj");
6706
- attr(div1, "class", "select svelte-t9ynyj");
6706
+ attr(div0, "class", "select-icon svelte-iejizj");
6707
+ attr(div1, "class", "select svelte-iejizj");
6707
6708
  attr(div1, "style", /*styleVariables*/ ctx[2]);
6708
6709
  },
6709
6710
  m(target, anchor) {
@@ -6905,7 +6906,7 @@ class FormSelect extends SvelteComponent {
6905
6906
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
6906
6907
 
6907
6908
  function add_css$d(target) {
6908
- 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}");
6909
+ 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}");
6909
6910
  }
6910
6911
 
6911
6912
  function get_each_context$3(ctx, list, i) {
@@ -6944,19 +6945,19 @@ function create_each_block$3(ctx) {
6944
6945
  span2 = element("span");
6945
6946
  t2 = text(t2_value);
6946
6947
  t3 = space();
6947
- attr(input, "class", "check-box-input svelte-1p65cg8");
6948
+ attr(input, "class", "check-box-input svelte-2pz1us");
6948
6949
  attr(input, "type", "checkbox");
6949
6950
  attr(input, "name", /*name*/ ctx[0]);
6950
6951
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
6951
- attr(span0, "class", "check-box-icon svelte-1p65cg8");
6952
+ attr(span0, "class", "check-box-icon svelte-2pz1us");
6952
6953
 
6953
6954
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
6954
6955
  ? ' _checked'
6955
- : ''}`) + " svelte-1p65cg8"));
6956
+ : ''}`) + " svelte-2pz1us"));
6956
6957
 
6957
- attr(span2, "class", "check-box-text svelte-1p65cg8");
6958
+ attr(span2, "class", "check-box-text svelte-2pz1us");
6958
6959
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
6959
- attr(label, "class", "check-box svelte-1p65cg8");
6960
+ attr(label, "class", "check-box svelte-2pz1us");
6960
6961
  attr(label, "style", /*styleVariables*/ ctx[5]);
6961
6962
  },
6962
6963
  m(target, anchor) {
@@ -6988,7 +6989,7 @@ function create_each_block$3(ctx) {
6988
6989
 
6989
6990
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
6990
6991
  ? ' _checked'
6991
- : ''}`) + " svelte-1p65cg8"))) {
6992
+ : ''}`) + " svelte-2pz1us"))) {
6992
6993
  attr(span1, "class", span1_class_value);
6993
6994
  }
6994
6995
 
@@ -7027,7 +7028,7 @@ function create_fragment$e(ctx) {
7027
7028
  each_blocks[i].c();
7028
7029
  }
7029
7030
 
7030
- attr(div, "class", "check-boxes svelte-1p65cg8");
7031
+ attr(div, "class", "check-boxes svelte-2pz1us");
7031
7032
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7032
7033
  },
7033
7034
  m(target, anchor) {
@@ -7202,7 +7203,7 @@ class FormCheckBoxes extends SvelteComponent {
7202
7203
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
7203
7204
 
7204
7205
  function add_css$c(target) {
7205
- 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}");
7206
+ 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}");
7206
7207
  }
7207
7208
 
7208
7209
  function get_each_context$2(ctx, list, i) {
@@ -7226,7 +7227,7 @@ function create_each_block$2(ctx) {
7226
7227
  button = element("button");
7227
7228
  t0 = text(t0_value);
7228
7229
  t1 = space();
7229
- attr(button, "class", "rating-button svelte-zy2va9");
7230
+ attr(button, "class", "rating-button svelte-18pfy31");
7230
7231
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
7231
7232
  },
7232
7233
  m(target, anchor) {
@@ -7275,7 +7276,7 @@ function create_fragment$d(ctx) {
7275
7276
  each_blocks[i].c();
7276
7277
  }
7277
7278
 
7278
- attr(div, "class", "rating-buttons svelte-zy2va9");
7279
+ attr(div, "class", "rating-buttons svelte-18pfy31");
7279
7280
  },
7280
7281
  m(target, anchor) {
7281
7282
  insert(target, div, anchor);
@@ -7412,7 +7413,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
7412
7413
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
7413
7414
 
7414
7415
  function add_css$b(target) {
7415
- 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%)}");
7416
+ 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%)}");
7416
7417
  }
7417
7418
 
7418
7419
  function get_each_context$1(ctx, list, i) {
@@ -7437,9 +7438,9 @@ function create_each_block$1(ctx) {
7437
7438
  img = element("img");
7438
7439
  t = space();
7439
7440
  if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
7440
- attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
7441
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
7441
7442
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
7442
- attr(button, "class", "rating-button svelte-tbunko");
7443
+ attr(button, "class", "rating-button svelte-1b5dvzw");
7443
7444
  attr(button, "style", /*buttonStyle*/ ctx[0]);
7444
7445
  },
7445
7446
  m(target, anchor) {
@@ -7455,7 +7456,7 @@ function create_each_block$1(ctx) {
7455
7456
  p(new_ctx, dirty) {
7456
7457
  ctx = new_ctx;
7457
7458
 
7458
- 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"))) {
7459
+ 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"))) {
7459
7460
  attr(img, "class", img_class_value);
7460
7461
  }
7461
7462
 
@@ -7488,7 +7489,7 @@ function create_fragment$c(ctx) {
7488
7489
  each_blocks[i].c();
7489
7490
  }
7490
7491
 
7491
- attr(div, "class", "rating-buttons svelte-tbunko");
7492
+ attr(div, "class", "rating-buttons svelte-1b5dvzw");
7492
7493
  },
7493
7494
  m(target, anchor) {
7494
7495
  insert(target, div, anchor);
@@ -7596,7 +7597,7 @@ class FormRatingButtonsFace extends SvelteComponent {
7596
7597
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
7597
7598
 
7598
7599
  function add_css$a(target) {
7599
- 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%}");
7600
+ 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%}");
7600
7601
  }
7601
7602
 
7602
7603
  function get_each_context(ctx, list, i) {
@@ -7625,9 +7626,9 @@ function create_if_block_1(ctx) {
7625
7626
  attr(svg, "viewBox", "0 0 10 16");
7626
7627
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
7627
7628
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
7628
- attr(button, "class", "move-button svelte-ji1fh");
7629
+ attr(button, "class", "move-button svelte-1qfq79t");
7629
7630
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
7630
- attr(div, "class", "prev-button-container svelte-ji1fh");
7631
+ attr(div, "class", "prev-button-container svelte-1qfq79t");
7631
7632
  },
7632
7633
  m(target, anchor) {
7633
7634
  insert(target, div, anchor);
@@ -7676,9 +7677,9 @@ function create_if_block$1(ctx) {
7676
7677
  attr(svg, "viewBox", "0 0 10 16");
7677
7678
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
7678
7679
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
7679
- attr(button, "class", "move-button svelte-ji1fh");
7680
+ attr(button, "class", "move-button svelte-1qfq79t");
7680
7681
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
7681
- attr(div, "class", "next-button-container svelte-ji1fh");
7682
+ attr(div, "class", "next-button-container svelte-1qfq79t");
7682
7683
  },
7683
7684
  m(target, anchor) {
7684
7685
  insert(target, div, anchor);
@@ -7726,9 +7727,9 @@ function create_each_block(ctx) {
7726
7727
  button = element("button");
7727
7728
  div = element("div");
7728
7729
  t = space();
7729
- attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
7730
+ attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
7730
7731
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
7731
- attr(button, "class", "navigation-item svelte-ji1fh");
7732
+ attr(button, "class", "navigation-item svelte-1qfq79t");
7732
7733
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
7733
7734
  },
7734
7735
  m(target, anchor) {
@@ -7805,14 +7806,14 @@ function create_fragment$b(ctx) {
7805
7806
  each_blocks[i].c();
7806
7807
  }
7807
7808
 
7808
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
7809
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
7809
7810
  attr(div0, "style", /*slideStyle*/ ctx[14]);
7810
- attr(div1, "class", "container svelte-ji1fh");
7811
+ attr(div1, "class", "container svelte-1qfq79t");
7811
7812
  attr(div1, "style", /*_style*/ ctx[0]);
7812
- attr(div2, "class", "navigation svelte-ji1fh");
7813
+ attr(div2, "class", "navigation svelte-1qfq79t");
7813
7814
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
7814
7815
  set_attributes(div3, div3_data);
7815
- toggle_class(div3, "svelte-ji1fh", true);
7816
+ toggle_class(div3, "svelte-1qfq79t", true);
7816
7817
  },
7817
7818
  m(target, anchor) {
7818
7819
  insert(target, div3, anchor);
@@ -7854,7 +7855,7 @@ function create_fragment$b(ctx) {
7854
7855
  }
7855
7856
  }
7856
7857
 
7857
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
7858
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
7858
7859
  attr(div0, "class", div0_class_value);
7859
7860
  }
7860
7861
 
@@ -7920,7 +7921,7 @@ function create_fragment$b(ctx) {
7920
7921
  }
7921
7922
 
7922
7923
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
7923
- toggle_class(div3, "svelte-ji1fh", true);
7924
+ toggle_class(div3, "svelte-1qfq79t", true);
7924
7925
  },
7925
7926
  i(local) {
7926
7927
  if (current) return;
@@ -8432,7 +8433,7 @@ class Slide extends SvelteComponent {
8432
8433
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
8433
8434
 
8434
8435
  function add_css$9(target) {
8435
- 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}");
8436
+ 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}");
8436
8437
  }
8437
8438
 
8438
8439
  function create_fragment$a(ctx) {
@@ -8447,9 +8448,9 @@ function create_fragment$a(ctx) {
8447
8448
  div1 = element("div");
8448
8449
  div0 = element("div");
8449
8450
  if (default_slot) default_slot.c();
8450
- attr(div0, "class", "item-inner svelte-9ygf1w");
8451
+ attr(div0, "class", "item-inner svelte-1rv0qgo");
8451
8452
  attr(div0, "style", /*_style*/ ctx[0]);
8452
- attr(div1, "class", "item svelte-9ygf1w");
8453
+ attr(div1, "class", "item svelte-1rv0qgo");
8453
8454
  attr(div1, "style", /*itemStyle*/ ctx[1]);
8454
8455
  },
8455
8456
  m(target, anchor) {
@@ -8575,7 +8576,7 @@ class SlideItem extends SvelteComponent {
8575
8576
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
8576
8577
 
8577
8578
  function add_css$8(target) {
8578
- 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}");
8579
+ 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}");
8579
8580
  }
8580
8581
 
8581
8582
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -8593,9 +8594,9 @@ function create_fragment$9(ctx) {
8593
8594
  div1 = element("div");
8594
8595
  div0 = element("div");
8595
8596
  if (default_slot) default_slot.c();
8596
- attr(div0, "class", "countdown-inner svelte-rroxiz");
8597
+ attr(div0, "class", "countdown-inner svelte-t87l6f");
8597
8598
  attr(div0, "style", /*_style*/ ctx[0]);
8598
- attr(div1, "class", "countdown svelte-rroxiz");
8599
+ attr(div1, "class", "countdown svelte-t87l6f");
8599
8600
  },
8600
8601
  m(target, anchor) {
8601
8602
  insert(target, div1, anchor);
@@ -8729,7 +8730,7 @@ class Countdown extends SvelteComponent {
8729
8730
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
8730
8731
 
8731
8732
  function add_css$7(target) {
8732
- 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}");
8733
+ 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}");
8733
8734
  }
8734
8735
 
8735
8736
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -8799,7 +8800,7 @@ function create_fragment$8(ctx) {
8799
8800
  c() {
8800
8801
  div = element("div");
8801
8802
  create_component(button.$$.fragment);
8802
- attr(div, "class", "box svelte-1ccydfy");
8803
+ attr(div, "class", "box svelte-1c91vpe");
8803
8804
  },
8804
8805
  m(target, anchor) {
8805
8806
  insert(target, div, anchor);
@@ -8860,7 +8861,7 @@ class Box extends SvelteComponent {
8860
8861
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
8861
8862
 
8862
8863
  function add_css$6(target) {
8863
- 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)}");
8864
+ 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)}");
8864
8865
  }
8865
8866
 
8866
8867
  // (56:4) {#if svg}
@@ -8942,7 +8943,7 @@ function create_fragment$7(ctx) {
8942
8943
  c() {
8943
8944
  div = element("div");
8944
8945
  create_component(button.$$.fragment);
8945
- attr(div, "class", "icon svelte-1mkvcuo");
8946
+ attr(div, "class", "icon svelte-1mk6wi4");
8946
8947
  },
8947
8948
  m(target, anchor) {
8948
8949
  insert(target, div, anchor);
@@ -9051,7 +9052,7 @@ class IconElement extends SvelteComponent {
9051
9052
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
9052
9053
 
9053
9054
  function add_css$5(target) {
9054
- append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
9055
+ append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
9055
9056
  }
9056
9057
 
9057
9058
  function create_fragment$6(ctx) {
@@ -9077,7 +9078,7 @@ function create_fragment$6(ctx) {
9077
9078
  c() {
9078
9079
  div = element("div");
9079
9080
  if (switch_instance) create_component(switch_instance.$$.fragment);
9080
- attr(div, "class", "codeElement svelte-ymsb9l");
9081
+ attr(div, "class", "codeElement svelte-1ng2n51");
9081
9082
  attr(div, "style", /*style*/ ctx[3]);
9082
9083
  },
9083
9084
  m(target, anchor) {
@@ -9166,7 +9167,7 @@ class CodeElement extends SvelteComponent {
9166
9167
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
9167
9168
 
9168
9169
  function add_css$4(target) {
9169
- append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
9170
+ append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
9170
9171
  }
9171
9172
 
9172
9173
  function create_fragment$5(ctx) {
@@ -9180,7 +9181,7 @@ function create_fragment$5(ctx) {
9180
9181
  c() {
9181
9182
  div = element("div");
9182
9183
  if (default_slot) default_slot.c();
9183
- attr(div, "class", "flex svelte-1e71ejc");
9184
+ attr(div, "class", "flex svelte-9v2qdg");
9184
9185
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
9185
9186
  },
9186
9187
  m(target, anchor) {
@@ -9277,7 +9278,7 @@ class Flex extends SvelteComponent {
9277
9278
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
9278
9279
 
9279
9280
  function add_css$3(target) {
9280
- append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
9281
+ append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
9281
9282
  }
9282
9283
 
9283
9284
  function create_fragment$4(ctx) {
@@ -9290,7 +9291,7 @@ function create_fragment$4(ctx) {
9290
9291
  c() {
9291
9292
  div = element("div");
9292
9293
  if (default_slot) default_slot.c();
9293
- attr(div, "class", "flex-item svelte-1p0bk1x");
9294
+ attr(div, "class", "flex-item svelte-164ah5d");
9294
9295
  attr(div, "style", /*style*/ ctx[0]);
9295
9296
  },
9296
9297
  m(target, anchor) {
@@ -9698,7 +9699,7 @@ class GridModalState extends SvelteComponent {
9698
9699
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
9699
9700
 
9700
9701
  function add_css$2(target) {
9701
- 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%}");
9702
+ 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%}");
9702
9703
  }
9703
9704
 
9704
9705
  function create_fragment$2(ctx) {
@@ -9714,8 +9715,8 @@ function create_fragment$2(ctx) {
9714
9715
  div1 = element("div");
9715
9716
  div0 = element("div");
9716
9717
  create_component(rendertext.$$.fragment);
9717
- attr(div0, "class", "text-block-inner svelte-15pej1m");
9718
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
9718
+ attr(div0, "class", "text-block-inner svelte-akic2e");
9719
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
9719
9720
  attr(div1, "style", /*style*/ ctx[2]);
9720
9721
  },
9721
9722
  m(target, anchor) {
@@ -9729,7 +9730,7 @@ function create_fragment$2(ctx) {
9729
9730
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
9730
9731
  rendertext.$set(rendertext_changes);
9731
9732
 
9732
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
9733
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
9733
9734
  attr(div1, "class", div1_class_value);
9734
9735
  }
9735
9736
 
@@ -9807,7 +9808,7 @@ class TextBlock extends SvelteComponent {
9807
9808
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
9808
9809
 
9809
9810
  function add_css$1(target) {
9810
- 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)}");
9811
+ 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)}");
9811
9812
  }
9812
9813
 
9813
9814
  function create_fragment$1(ctx) {
@@ -9824,9 +9825,9 @@ function create_fragment$1(ctx) {
9824
9825
  div = element("div");
9825
9826
  button = element("button");
9826
9827
  create_component(rendertext.$$.fragment);
9827
- attr(button, "class", "text-button svelte-ff0k6r");
9828
+ attr(button, "class", "text-button svelte-1c34p4n");
9828
9829
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
9829
- attr(div, "class", "text-button-block svelte-ff0k6r");
9830
+ attr(div, "class", "text-button-block svelte-1c34p4n");
9830
9831
  attr(div, "style", /*_style*/ ctx[2]);
9831
9832
  },
9832
9833
  m(target, anchor) {
@@ -9932,7 +9933,7 @@ class TextButtonBlock extends SvelteComponent {
9932
9933
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
9933
9934
 
9934
9935
  function add_css(target) {
9935
- 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)}");
9936
+ 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)}");
9936
9937
  }
9937
9938
 
9938
9939
  function create_fragment(ctx) {
@@ -9948,14 +9949,14 @@ function create_fragment(ctx) {
9948
9949
  c() {
9949
9950
  div = element("div");
9950
9951
  img = element("img");
9951
- attr(img, "class", "image svelte-1pdw891");
9952
+ attr(img, "class", "image svelte-1jus6sx");
9952
9953
  attr(img, "loading", "lazy");
9953
9954
  attr(img, "width", "auto");
9954
9955
  attr(img, "height", "auto");
9955
9956
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
9956
9957
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
9957
9958
  attr(img, "alt", /*alt*/ ctx[1]);
9958
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
9959
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
9959
9960
  attr(div, "style", /*_style*/ ctx[5]);
9960
9961
  },
9961
9962
  m(target, anchor) {
@@ -9980,7 +9981,7 @@ function create_fragment(ctx) {
9980
9981
  attr(img, "alt", /*alt*/ ctx[1]);
9981
9982
  }
9982
9983
 
9983
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
9984
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
9984
9985
  attr(div, "class", div_class_value);
9985
9986
  }
9986
9987