@plaidev/karte-action-sdk 1.1.257 → 1.1.258-28955846.d6c89b57

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -1158,7 +1158,7 @@ function cloneToJson(data) {
1158
1158
  try {
1159
1159
  return JSON.parse(JSON.stringify(data));
1160
1160
  }
1161
- catch (e) {
1161
+ catch (_) {
1162
1162
  return data;
1163
1163
  }
1164
1164
  }
@@ -1338,7 +1338,7 @@ function checkAndDo(checkFn, fn, ...conditionFns) {
1338
1338
  }
1339
1339
  if (!haveCondition || !checkFn(conditions, idx))
1340
1340
  return;
1341
- fn && fn();
1341
+ fn?.();
1342
1342
  };
1343
1343
  conditionFns.forEach((conditionFn, i) => {
1344
1344
  const checkAndDo = generageCheckAndDo(i);
@@ -1351,7 +1351,7 @@ function checkAndDo(checkFn, fn, ...conditionFns) {
1351
1351
  haveCondition = conditions.some(c => c !== null);
1352
1352
  const cleanupAll = () => {
1353
1353
  cleanups.forEach((cleanup, i) => {
1354
- cleanup && cleanup();
1354
+ cleanup?.();
1355
1355
  cleanups[i] = null;
1356
1356
  });
1357
1357
  };
@@ -1762,7 +1762,7 @@ async function loadStyle(href) {
1762
1762
  const res = await fetch(href);
1763
1763
  cssRules = await res.text();
1764
1764
  }
1765
- catch (e) {
1765
+ catch (_) {
1766
1766
  // pass
1767
1767
  }
1768
1768
  if (!cssRules)
@@ -2813,7 +2813,7 @@ function getLocalStore(key) {
2813
2813
  try {
2814
2814
  item = JSON.parse(itemJson);
2815
2815
  }
2816
- catch (e) {
2816
+ catch (_) {
2817
2817
  return;
2818
2818
  }
2819
2819
  if (item.val === undefined) {
@@ -3079,7 +3079,7 @@ class State extends SvelteComponent {
3079
3079
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3080
3080
 
3081
3081
  function add_css$J(target) {
3082
- append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
3082
+ append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
3083
3083
  }
3084
3084
 
3085
3085
  // (23:0) {#if $state === path}
@@ -3096,7 +3096,7 @@ function create_if_block$f(ctx) {
3096
3096
  t = space();
3097
3097
  if (default_slot) default_slot.c();
3098
3098
  attr(div, "data-state-path", /*path*/ ctx[0]);
3099
- attr(div, "class", "state-item svelte-1amihue");
3099
+ attr(div, "class", "state-item svelte-2qb6dm");
3100
3100
  },
3101
3101
  m(target, anchor) {
3102
3102
  insert(target, div, anchor);
@@ -3418,7 +3418,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3418
3418
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3419
3419
 
3420
3420
  function add_css$I(target) {
3421
- 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}");
3421
+ 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}");
3422
3422
  }
3423
3423
 
3424
3424
  // (14:0) {#if backgroundOverlay}
@@ -3431,7 +3431,7 @@ function create_if_block$e(ctx) {
3431
3431
  return {
3432
3432
  c() {
3433
3433
  div = element("div");
3434
- attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
3434
+ attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
3435
3435
  },
3436
3436
  m(target, anchor) {
3437
3437
  insert(target, div, anchor);
@@ -3442,7 +3442,7 @@ function create_if_block$e(ctx) {
3442
3442
  }
3443
3443
  },
3444
3444
  p(ctx, dirty) {
3445
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
3445
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
3446
3446
  attr(div, "class", div_class_value);
3447
3447
  }
3448
3448
  },
@@ -3548,7 +3548,7 @@ function checkStopPropagation(eventName, handler) {
3548
3548
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3549
3549
 
3550
3550
  function add_css$H(target) {
3551
- append_styles(target, "svelte-1kmu8zp", ".button.svelte-1kmu8zp{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1kmu8zp:link,.button.svelte-1kmu8zp:visited,.button.svelte-1kmu8zp:active,.button.svelte-1kmu8zp:hover{color:inherit}");
3551
+ append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
3552
3552
  }
3553
3553
 
3554
3554
  // (50:0) {:else}
@@ -3577,7 +3577,7 @@ function create_else_block$5(ctx) {
3577
3577
  button = element("button");
3578
3578
  if (default_slot) default_slot.c();
3579
3579
  set_attributes(button, button_data);
3580
- toggle_class(button, "svelte-1kmu8zp", true);
3580
+ toggle_class(button, "svelte-15k4deh", true);
3581
3581
  },
3582
3582
  m(target, anchor) {
3583
3583
  insert(target, button, anchor);
@@ -3616,7 +3616,7 @@ function create_else_block$5(ctx) {
3616
3616
  dataAttrStopPropagation('click')
3617
3617
  ]));
3618
3618
 
3619
- toggle_class(button, "svelte-1kmu8zp", true);
3619
+ toggle_class(button, "svelte-15k4deh", true);
3620
3620
  },
3621
3621
  i(local) {
3622
3622
  if (current) return;
@@ -3647,7 +3647,7 @@ function create_if_block_2$2(ctx) {
3647
3647
  c() {
3648
3648
  div = element("div");
3649
3649
  if (default_slot) default_slot.c();
3650
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
3650
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
3651
3651
  attr(div, "style", /*style*/ ctx[1]);
3652
3652
  },
3653
3653
  m(target, anchor) {
@@ -3731,7 +3731,7 @@ function create_if_block_1$3(ctx) {
3731
3731
  a = element("a");
3732
3732
  if (default_slot) default_slot.c();
3733
3733
  set_attributes(a, a_data);
3734
- toggle_class(a, "svelte-1kmu8zp", true);
3734
+ toggle_class(a, "svelte-15k4deh", true);
3735
3735
  },
3736
3736
  m(target, anchor) {
3737
3737
  insert(target, a, anchor);
@@ -3773,7 +3773,7 @@ function create_if_block_1$3(ctx) {
3773
3773
  dataAttrStopPropagation('click')
3774
3774
  ]));
3775
3775
 
3776
- toggle_class(a, "svelte-1kmu8zp", true);
3776
+ toggle_class(a, "svelte-15k4deh", true);
3777
3777
  },
3778
3778
  i(local) {
3779
3779
  if (current) return;
@@ -3804,7 +3804,7 @@ function create_if_block$d(ctx) {
3804
3804
  c() {
3805
3805
  div = element("div");
3806
3806
  if (default_slot) default_slot.c();
3807
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
3807
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
3808
3808
  attr(div, "style", /*style*/ ctx[1]);
3809
3809
  },
3810
3810
  m(target, anchor) {
@@ -4008,7 +4008,7 @@ let Button$1 = class Button extends SvelteComponent {
4008
4008
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
4009
4009
 
4010
4010
  function add_css$G(target) {
4011
- append_styles(target, "svelte-1i2vo31", ".modal.svelte-1i2vo31{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1i2vo31 > .button{flex:auto;display:flex}.close.svelte-1i2vo31{position:absolute;top:0;right:0}.close.svelte-1i2vo31 > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1i2vo31 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1i2vo31{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1i2vo31{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1i2vo31{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
4011
+ append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .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-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
4012
4012
  }
4013
4013
 
4014
4014
  // (278:0) {:else}
@@ -4158,7 +4158,7 @@ function create_if_block$c(ctx) {
4158
4158
  c() {
4159
4159
  div = element("div");
4160
4160
  create_component(button.$$.fragment);
4161
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
4161
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
4162
4162
  attr(div, "role", "dialog");
4163
4163
  attr(div, "aria-modal", "true");
4164
4164
  attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
@@ -4182,7 +4182,7 @@ function create_if_block$c(ctx) {
4182
4182
 
4183
4183
  button.$set(button_changes);
4184
4184
 
4185
- if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
4185
+ if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
4186
4186
  attr(div, "class", div_class_value);
4187
4187
  }
4188
4188
  },
@@ -4236,7 +4236,7 @@ function create_if_block_1$2(ctx) {
4236
4236
  c() {
4237
4237
  div = element("div");
4238
4238
  create_component(button.$$.fragment);
4239
- attr(div, "class", "close svelte-1i2vo31");
4239
+ attr(div, "class", "close svelte-1ijkyzl");
4240
4240
  set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
4241
4241
  },
4242
4242
  m(target, anchor) {
@@ -4325,7 +4325,7 @@ function create_default_slot$6(ctx) {
4325
4325
  t = space();
4326
4326
  div = element("div");
4327
4327
  if (default_slot) default_slot.c();
4328
- attr(div, "class", "modal-content svelte-1i2vo31");
4328
+ attr(div, "class", "modal-content svelte-1ijkyzl");
4329
4329
  attr(div, "style", /*_style*/ ctx[5]);
4330
4330
  },
4331
4331
  m(target, anchor) {
@@ -4976,7 +4976,7 @@ class Grid extends SvelteComponent {
4976
4976
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
4977
4977
 
4978
4978
  function add_css$F(target) {
4979
- append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
4979
+ append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
4980
4980
  }
4981
4981
 
4982
4982
  function create_fragment$1a(ctx) {
@@ -4991,8 +4991,8 @@ function create_fragment$1a(ctx) {
4991
4991
  div1 = element("div");
4992
4992
  div0 = element("div");
4993
4993
  if (default_slot) default_slot.c();
4994
- attr(div0, "class", "grid-item-inner svelte-1cryhmb");
4995
- attr(div1, "class", "grid-item svelte-1cryhmb");
4994
+ attr(div0, "class", "grid-item-inner svelte-n7kdl3");
4995
+ attr(div1, "class", "grid-item svelte-n7kdl3");
4996
4996
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
4997
4997
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
4998
4998
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -5297,10 +5297,10 @@ class RenderText extends SvelteComponent {
5297
5297
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5298
5298
 
5299
5299
  function add_css$E(target) {
5300
- 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}");
5300
+ 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}");
5301
5301
  }
5302
5302
 
5303
- // (94:2) {:else}
5303
+ // (92:2) {:else}
5304
5304
  function create_else_block$2(ctx) {
5305
5305
  let div1;
5306
5306
  let div0;
@@ -5314,8 +5314,8 @@ function create_else_block$2(ctx) {
5314
5314
  div1 = element("div");
5315
5315
  div0 = element("div");
5316
5316
  create_component(rendertext.$$.fragment);
5317
- attr(div0, "class", "text-element-inner svelte-vz6867");
5318
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5317
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5318
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5319
5319
  attr(div1, "style", /*style*/ ctx[5]);
5320
5320
  },
5321
5321
  m(target, anchor) {
@@ -5329,7 +5329,7 @@ function create_else_block$2(ctx) {
5329
5329
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5330
5330
  rendertext.$set(rendertext_changes);
5331
5331
 
5332
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
5332
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
5333
5333
  attr(div1, "class", div1_class_value);
5334
5334
  }
5335
5335
 
@@ -5353,7 +5353,7 @@ function create_else_block$2(ctx) {
5353
5353
  };
5354
5354
  }
5355
5355
 
5356
- // (80:2) {#if enableCopy}
5356
+ // (78:2) {#if enableCopy}
5357
5357
  function create_if_block$a(ctx) {
5358
5358
  let a;
5359
5359
  let div0;
@@ -5379,12 +5379,12 @@ function create_if_block$a(ctx) {
5379
5379
  t2 = space();
5380
5380
  div2 = element("div");
5381
5381
  div2.textContent = "コピーできませんでした";
5382
- attr(div0, "class", "text-element-inner svelte-vz6867");
5382
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5383
5383
  attr(a, "href", '');
5384
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5384
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5385
5385
  attr(a, "style", /*style*/ ctx[5]);
5386
- attr(div1, "class", "tooltip svelte-vz6867");
5387
- attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
5386
+ attr(div1, "class", "tooltip svelte-9ixs0b");
5387
+ attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
5388
5388
  },
5389
5389
  m(target, anchor) {
5390
5390
  insert(target, a, anchor);
@@ -5408,7 +5408,7 @@ function create_if_block$a(ctx) {
5408
5408
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5409
5409
  rendertext.$set(rendertext_changes);
5410
5410
 
5411
- 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"))) {
5411
+ 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"))) {
5412
5412
  attr(a, "class", a_class_value);
5413
5413
  }
5414
5414
 
@@ -5460,7 +5460,7 @@ function create_fragment$18(ctx) {
5460
5460
  c() {
5461
5461
  div = element("div");
5462
5462
  if_block.c();
5463
- attr(div, "class", "text-element-wrapper svelte-vz6867");
5463
+ attr(div, "class", "text-element-wrapper svelte-9ixs0b");
5464
5464
  },
5465
5465
  m(target, anchor) {
5466
5466
  insert(target, div, anchor);
@@ -5535,7 +5535,7 @@ function instance$18($$self, $$props, $$invalidate) {
5535
5535
  }
5536
5536
 
5537
5537
  tooltipEl.classList.add('show');
5538
- } catch(err) {
5538
+ } catch(_) {
5539
5539
  tooltipErrorEl.classList.add('show');
5540
5540
  }
5541
5541
 
@@ -5626,7 +5626,7 @@ class TextElement extends SvelteComponent {
5626
5626
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5627
5627
 
5628
5628
  function add_css$D(target) {
5629
- append_styles(target, "svelte-ujdxfc", ".text-button-element.svelte-ujdxfc{width:100%;height:100%}.text-button-element.svelte-ujdxfc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-ujdxfc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ujdxfc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ujdxfc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
5629
+ append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
5630
5630
  }
5631
5631
 
5632
5632
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -5682,7 +5682,7 @@ function create_fragment$17(ctx) {
5682
5682
  c() {
5683
5683
  div = element("div");
5684
5684
  create_component(button.$$.fragment);
5685
- attr(div, "class", "text-button-element svelte-ujdxfc");
5685
+ attr(div, "class", "text-button-element svelte-1vg84sc");
5686
5686
  },
5687
5687
  m(target, anchor) {
5688
5688
  insert(target, div, anchor);
@@ -5774,7 +5774,7 @@ class TextButtonElement extends SvelteComponent {
5774
5774
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5775
5775
 
5776
5776
  function add_css$C(target) {
5777
- 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%}");
5777
+ 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%}");
5778
5778
  }
5779
5779
 
5780
5780
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -5786,7 +5786,7 @@ function create_default_slot$4(ctx) {
5786
5786
  return {
5787
5787
  c() {
5788
5788
  img = element("img");
5789
- attr(img, "class", "image svelte-1alkh1m");
5789
+ attr(img, "class", "image svelte-t6tu0e");
5790
5790
  attr(img, "loading", "lazy");
5791
5791
  attr(img, "width", "auto");
5792
5792
  attr(img, "height", "auto");
@@ -5848,7 +5848,7 @@ function create_fragment$16(ctx) {
5848
5848
  c() {
5849
5849
  div = element("div");
5850
5850
  create_component(button.$$.fragment);
5851
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
5851
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
5852
5852
  },
5853
5853
  m(target, anchor) {
5854
5854
  insert(target, div, anchor);
@@ -5867,7 +5867,7 @@ function create_fragment$16(ctx) {
5867
5867
 
5868
5868
  button.$set(button_changes);
5869
5869
 
5870
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
5870
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
5871
5871
  attr(div, "class", div_class_value);
5872
5872
  }
5873
5873
  },
@@ -5939,7 +5939,7 @@ class ImageElement extends SvelteComponent {
5939
5939
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5940
5940
 
5941
5941
  function add_css$B(target) {
5942
- 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}");
5942
+ 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}");
5943
5943
  }
5944
5944
 
5945
5945
  function create_fragment$15(ctx) {
@@ -5952,7 +5952,7 @@ function create_fragment$15(ctx) {
5952
5952
  c() {
5953
5953
  div = element("div");
5954
5954
  if (default_slot) default_slot.c();
5955
- attr(div, "class", "list svelte-1t8r9z");
5955
+ attr(div, "class", "list svelte-aquv6z");
5956
5956
  attr(div, "style", /*style*/ ctx[0]);
5957
5957
  },
5958
5958
  m(target, anchor) {
@@ -6086,7 +6086,7 @@ class List extends SvelteComponent {
6086
6086
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6087
6087
 
6088
6088
  function add_css$A(target) {
6089
- 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}");
6089
+ 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}");
6090
6090
  }
6091
6091
 
6092
6092
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -6156,7 +6156,7 @@ function create_fragment$14(ctx) {
6156
6156
  c() {
6157
6157
  div = element("div");
6158
6158
  create_component(button.$$.fragment);
6159
- attr(div, "class", "list-item svelte-1lbw8v2");
6159
+ attr(div, "class", "list-item svelte-9n97pe");
6160
6160
  attr(div, "style", /*listItemStyle*/ ctx[3]);
6161
6161
  },
6162
6162
  m(target, anchor) {
@@ -6282,7 +6282,7 @@ class ListItem extends SvelteComponent {
6282
6282
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6283
6283
 
6284
6284
  function add_css$z(target) {
6285
- 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}");
6285
+ 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}");
6286
6286
  }
6287
6287
 
6288
6288
  function create_fragment$13(ctx) {
@@ -6291,7 +6291,7 @@ function create_fragment$13(ctx) {
6291
6291
  return {
6292
6292
  c() {
6293
6293
  div = element("div");
6294
- attr(div, "class", "embed svelte-w6jkzh");
6294
+ attr(div, "class", "embed svelte-wocq4p");
6295
6295
  attr(div, "style", /*_style*/ ctx[1]);
6296
6296
  },
6297
6297
  m(target, anchor) {
@@ -6334,7 +6334,7 @@ class EmbedElement extends SvelteComponent {
6334
6334
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6335
6335
 
6336
6336
  function add_css$y(target) {
6337
- 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%}");
6337
+ 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%}");
6338
6338
  }
6339
6339
 
6340
6340
  function create_fragment$12(ctx) {
@@ -6346,7 +6346,7 @@ function create_fragment$12(ctx) {
6346
6346
  div1 = element("div");
6347
6347
  div0 = element("div");
6348
6348
  attr(div0, "class", "karte-player");
6349
- attr(div1, "class", "embed svelte-ljxq7x");
6349
+ attr(div1, "class", "embed svelte-vikz49");
6350
6350
  attr(div1, "style", /*_style*/ ctx[0]);
6351
6351
  },
6352
6352
  m(target, anchor) {
@@ -6688,7 +6688,7 @@ class MovieYouTubeElement extends SvelteComponent {
6688
6688
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6689
6689
 
6690
6690
  function add_css$x(target) {
6691
- 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%}");
6691
+ 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%}");
6692
6692
  }
6693
6693
 
6694
6694
  function create_fragment$11(ctx) {
@@ -6700,7 +6700,7 @@ function create_fragment$11(ctx) {
6700
6700
  div1 = element("div");
6701
6701
  div0 = element("div");
6702
6702
  attr(div0, "class", "karte-player");
6703
- attr(div1, "class", "embed svelte-ljxq7x");
6703
+ attr(div1, "class", "embed svelte-vikz49");
6704
6704
  attr(div1, "style", /*_style*/ ctx[0]);
6705
6705
  },
6706
6706
  m(target, anchor) {
@@ -6884,7 +6884,7 @@ class MovieVimeoElement extends SvelteComponent {
6884
6884
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
6885
6885
 
6886
6886
  function add_css$w(target) {
6887
- append_styles(target, "svelte-1fjy5oo", ".textarea-wrapper.svelte-1fjy5oo{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-1fjy5oo{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-1fjy5oo::placeholder{color:var(--placeholder-color)}.textarea.svelte-1fjy5oo:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
6887
+ append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
6888
6888
  }
6889
6889
 
6890
6890
  function create_fragment$10(ctx) {
@@ -6897,12 +6897,12 @@ function create_fragment$10(ctx) {
6897
6897
  c() {
6898
6898
  div = element("div");
6899
6899
  textarea = element("textarea");
6900
- attr(textarea, "class", "textarea svelte-1fjy5oo");
6900
+ attr(textarea, "class", "textarea svelte-zxvkkc");
6901
6901
  textarea.value = /*$value*/ ctx[4];
6902
6902
  textarea.required = /*required*/ ctx[1];
6903
6903
  attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
6904
6904
  attr(textarea, "style", /*style*/ ctx[3]);
6905
- attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
6905
+ attr(div, "class", "textarea-wrapper svelte-zxvkkc");
6906
6906
  attr(div, "style", /*styleVariables*/ ctx[2]);
6907
6907
  },
6908
6908
  m(target, anchor) {
@@ -7054,7 +7054,7 @@ class FormTextarea extends SvelteComponent {
7054
7054
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7055
7055
 
7056
7056
  function add_css$v(target) {
7057
- 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}");
7057
+ 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}");
7058
7058
  }
7059
7059
 
7060
7060
  function get_each_context$6(ctx, list, i) {
@@ -7088,14 +7088,14 @@ function create_each_block$6(ctx) {
7088
7088
  t1 = text(t1_value);
7089
7089
  t2 = space();
7090
7090
  attr(input, "type", "radio");
7091
- attr(input, "class", "radio-button-input svelte-1ntb6j8");
7091
+ attr(input, "class", "radio-button-input svelte-17s08g");
7092
7092
  attr(input, "style", /*buttonStyle*/ ctx[5]);
7093
7093
  attr(input, "name", /*name*/ ctx[0]);
7094
7094
  input.value = input_value_value = /*option*/ ctx[17];
7095
7095
  input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
7096
- attr(span, "class", "radio-button-text svelte-1ntb6j8");
7096
+ attr(span, "class", "radio-button-text svelte-17s08g");
7097
7097
  attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7098
- attr(label, "class", "radio-button svelte-1ntb6j8");
7098
+ attr(label, "class", "radio-button svelte-17s08g");
7099
7099
  },
7100
7100
  m(target, anchor) {
7101
7101
  insert(target, label, anchor);
@@ -7160,7 +7160,7 @@ function create_fragment$$(ctx) {
7160
7160
  each_blocks[i].c();
7161
7161
  }
7162
7162
 
7163
- attr(div, "class", "radio-buttons svelte-1ntb6j8");
7163
+ attr(div, "class", "radio-buttons svelte-17s08g");
7164
7164
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7165
7165
  },
7166
7166
  m(target, anchor) {
@@ -7329,7 +7329,7 @@ class FormRadioButtons extends SvelteComponent {
7329
7329
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7330
7330
 
7331
7331
  function add_css$u(target) {
7332
- 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}");
7332
+ 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}");
7333
7333
  }
7334
7334
 
7335
7335
  function get_each_context$5(ctx, list, i) {
@@ -7463,10 +7463,10 @@ function create_fragment$_(ctx) {
7463
7463
 
7464
7464
  t = space();
7465
7465
  div0 = element("div");
7466
- attr(select, "class", "select-select svelte-iejizj");
7466
+ attr(select, "class", "select-select svelte-t9ynyj");
7467
7467
  attr(select, "style", /*style*/ ctx[3]);
7468
- attr(div0, "class", "select-icon svelte-iejizj");
7469
- attr(div1, "class", "select svelte-iejizj");
7468
+ attr(div0, "class", "select-icon svelte-t9ynyj");
7469
+ attr(div1, "class", "select svelte-t9ynyj");
7470
7470
  attr(div1, "style", /*styleVariables*/ ctx[2]);
7471
7471
  },
7472
7472
  m(target, anchor) {
@@ -7668,7 +7668,7 @@ class FormSelect extends SvelteComponent {
7668
7668
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7669
7669
 
7670
7670
  function add_css$t(target) {
7671
- 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}");
7671
+ 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}");
7672
7672
  }
7673
7673
 
7674
7674
  function get_each_context$4(ctx, list, i) {
@@ -7707,19 +7707,19 @@ function create_each_block$4(ctx) {
7707
7707
  span2 = element("span");
7708
7708
  t2 = text(t2_value);
7709
7709
  t3 = space();
7710
- attr(input, "class", "check-box-input svelte-2pz1us");
7710
+ attr(input, "class", "check-box-input svelte-1p65cg8");
7711
7711
  attr(input, "type", "checkbox");
7712
7712
  attr(input, "name", /*name*/ ctx[0]);
7713
7713
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
7714
- attr(span0, "class", "check-box-icon svelte-2pz1us");
7714
+ attr(span0, "class", "check-box-icon svelte-1p65cg8");
7715
7715
 
7716
7716
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7717
7717
  ? ' _checked'
7718
- : ''}`) + " svelte-2pz1us"));
7718
+ : ''}`) + " svelte-1p65cg8"));
7719
7719
 
7720
- attr(span2, "class", "check-box-text svelte-2pz1us");
7720
+ attr(span2, "class", "check-box-text svelte-1p65cg8");
7721
7721
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7722
- attr(label, "class", "check-box svelte-2pz1us");
7722
+ attr(label, "class", "check-box svelte-1p65cg8");
7723
7723
  attr(label, "style", /*styleVariables*/ ctx[5]);
7724
7724
  },
7725
7725
  m(target, anchor) {
@@ -7751,7 +7751,7 @@ function create_each_block$4(ctx) {
7751
7751
 
7752
7752
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7753
7753
  ? ' _checked'
7754
- : ''}`) + " svelte-2pz1us"))) {
7754
+ : ''}`) + " svelte-1p65cg8"))) {
7755
7755
  attr(span1, "class", span1_class_value);
7756
7756
  }
7757
7757
 
@@ -7790,7 +7790,7 @@ function create_fragment$Z(ctx) {
7790
7790
  each_blocks[i].c();
7791
7791
  }
7792
7792
 
7793
- attr(div, "class", "check-boxes svelte-2pz1us");
7793
+ attr(div, "class", "check-boxes svelte-1p65cg8");
7794
7794
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7795
7795
  },
7796
7796
  m(target, anchor) {
@@ -7965,7 +7965,7 @@ class FormCheckBoxes extends SvelteComponent {
7965
7965
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
7966
7966
 
7967
7967
  function add_css$s(target) {
7968
- append_styles(target, "svelte-9idbf1", ".rating-buttons.svelte-9idbf1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-9idbf1{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
7968
+ append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{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}");
7969
7969
  }
7970
7970
 
7971
7971
  function get_each_context$3(ctx, list, i) {
@@ -7989,7 +7989,7 @@ function create_each_block$3(ctx) {
7989
7989
  button = element("button");
7990
7990
  t0 = text(t0_value);
7991
7991
  t1 = space();
7992
- attr(button, "class", "rating-button svelte-9idbf1");
7992
+ attr(button, "class", "rating-button svelte-1iqf36p");
7993
7993
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
7994
7994
  },
7995
7995
  m(target, anchor) {
@@ -8038,7 +8038,7 @@ function create_fragment$Y(ctx) {
8038
8038
  each_blocks[i].c();
8039
8039
  }
8040
8040
 
8041
- attr(div, "class", "rating-buttons svelte-9idbf1");
8041
+ attr(div, "class", "rating-buttons svelte-1iqf36p");
8042
8042
  },
8043
8043
  m(target, anchor) {
8044
8044
  insert(target, div, anchor);
@@ -8182,7 +8182,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
8182
8182
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8183
8183
 
8184
8184
  function add_css$r(target) {
8185
- 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%)}");
8185
+ 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%)}");
8186
8186
  }
8187
8187
 
8188
8188
  function get_each_context$2(ctx, list, i) {
@@ -8207,9 +8207,9 @@ function create_each_block$2(ctx) {
8207
8207
  img = element("img");
8208
8208
  t = space();
8209
8209
  if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
8210
- attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
8210
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
8211
8211
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
8212
- attr(button, "class", "rating-button svelte-1b5dvzw");
8212
+ attr(button, "class", "rating-button svelte-tbunko");
8213
8213
  attr(button, "style", /*buttonStyle*/ ctx[0]);
8214
8214
  },
8215
8215
  m(target, anchor) {
@@ -8225,7 +8225,7 @@ function create_each_block$2(ctx) {
8225
8225
  p(new_ctx, dirty) {
8226
8226
  ctx = new_ctx;
8227
8227
 
8228
- 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"))) {
8228
+ 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"))) {
8229
8229
  attr(img, "class", img_class_value);
8230
8230
  }
8231
8231
 
@@ -8258,7 +8258,7 @@ function create_fragment$X(ctx) {
8258
8258
  each_blocks[i].c();
8259
8259
  }
8260
8260
 
8261
- attr(div, "class", "rating-buttons svelte-1b5dvzw");
8261
+ attr(div, "class", "rating-buttons svelte-tbunko");
8262
8262
  },
8263
8263
  m(target, anchor) {
8264
8264
  insert(target, div, anchor);
@@ -8366,7 +8366,7 @@ class FormRatingButtonsFace extends SvelteComponent {
8366
8366
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8367
8367
 
8368
8368
  function add_css$q(target) {
8369
- append_styles(target, "svelte-f14zo5", ".input-wrapper.svelte-f14zo5{display:flex;align-items:center;width:100%;height:100%}.input.svelte-f14zo5{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-f14zo5::placeholder{color:var(--placeholder-color)}.input.svelte-f14zo5:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-f14zo5{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
8369
+ append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
8370
8370
  }
8371
8371
 
8372
8372
  function create_fragment$W(ctx) {
@@ -8380,13 +8380,13 @@ function create_fragment$W(ctx) {
8380
8380
  c() {
8381
8381
  div = element("div");
8382
8382
  input = element("input");
8383
- attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
8383
+ attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
8384
8384
  attr(input, "type", "text");
8385
8385
  input.value = /*$value*/ ctx[2];
8386
8386
  input.required = /*required*/ ctx[0];
8387
8387
  attr(input, "placeholder", /*placeholder*/ ctx[1]);
8388
8388
  attr(input, "style", /*style*/ ctx[5]);
8389
- attr(div, "class", "input-wrapper svelte-f14zo5");
8389
+ attr(div, "class", "input-wrapper svelte-h8fqwx");
8390
8390
  attr(div, "style", /*styleVariables*/ ctx[4]);
8391
8391
  },
8392
8392
  m(target, anchor) {
@@ -8399,7 +8399,7 @@ function create_fragment$W(ctx) {
8399
8399
  }
8400
8400
  },
8401
8401
  p(ctx, [dirty]) {
8402
- if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
8402
+ if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
8403
8403
  attr(input, "class", input_class_value);
8404
8404
  }
8405
8405
 
@@ -8462,7 +8462,7 @@ function instance$W($$self, $$props, $$invalidate) {
8462
8462
  const validationRegExp = (() => {
8463
8463
  try {
8464
8464
  return new RegExp(validation.pattern, validation.flags);
8465
- } catch(e) {
8465
+ } catch(_) {
8466
8466
  return undefined;
8467
8467
  }
8468
8468
  })();
@@ -8587,7 +8587,7 @@ class FormIdentifyInput extends SvelteComponent {
8587
8587
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8588
8588
 
8589
8589
  function add_css$p(target) {
8590
- append_styles(target, "svelte-pzrwlo", ".radio-buttons.svelte-pzrwlo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-pzrwlo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-pzrwlo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-pzrwlo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-pzrwlo{margin-left:0.5em}");
8590
+ append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{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-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
8591
8591
  }
8592
8592
 
8593
8593
  function create_fragment$V(ctx) {
@@ -8625,20 +8625,20 @@ function create_fragment$V(ctx) {
8625
8625
  span1 = element("span");
8626
8626
  t4 = text("いいえ");
8627
8627
  attr(input0, "type", "radio");
8628
- attr(input0, "class", "radio-button-input svelte-pzrwlo");
8628
+ attr(input0, "class", "radio-button-input svelte-8zbmyo");
8629
8629
  attr(input0, "style", /*buttonStyle*/ ctx[2]);
8630
8630
  input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
8631
- attr(span0, "class", "radio-button-text svelte-pzrwlo");
8631
+ attr(span0, "class", "radio-button-text svelte-8zbmyo");
8632
8632
  attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8633
- attr(label0, "class", "radio-button svelte-pzrwlo");
8633
+ attr(label0, "class", "radio-button svelte-8zbmyo");
8634
8634
  attr(input1, "type", "radio");
8635
- attr(input1, "class", "radio-button-input svelte-pzrwlo");
8635
+ attr(input1, "class", "radio-button-input svelte-8zbmyo");
8636
8636
  attr(input1, "style", /*buttonStyle*/ ctx[2]);
8637
8637
  input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
8638
- attr(span1, "class", "radio-button-text svelte-pzrwlo");
8638
+ attr(span1, "class", "radio-button-text svelte-8zbmyo");
8639
8639
  attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8640
- attr(label1, "class", "radio-button svelte-pzrwlo");
8641
- attr(div, "class", "radio-buttons svelte-pzrwlo");
8640
+ attr(label1, "class", "radio-button svelte-8zbmyo");
8641
+ attr(div, "class", "radio-buttons svelte-8zbmyo");
8642
8642
  attr(div, "style", /*_layoutStyle*/ ctx[0]);
8643
8643
  },
8644
8644
  m(target, anchor) {
@@ -8806,7 +8806,7 @@ class FormIdentifyChoices extends SvelteComponent {
8806
8806
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
8807
8807
 
8808
8808
  function add_css$o(target) {
8809
- 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%}");
8809
+ 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%}");
8810
8810
  }
8811
8811
 
8812
8812
  function get_each_context$1(ctx, list, i) {
@@ -8835,9 +8835,9 @@ function create_if_block_1$1(ctx) {
8835
8835
  attr(svg, "viewBox", "0 0 10 16");
8836
8836
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8837
8837
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
8838
- attr(button, "class", "move-button svelte-1qfq79t");
8838
+ attr(button, "class", "move-button svelte-ji1fh");
8839
8839
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
8840
- attr(div, "class", "prev-button-container svelte-1qfq79t");
8840
+ attr(div, "class", "prev-button-container svelte-ji1fh");
8841
8841
  },
8842
8842
  m(target, anchor) {
8843
8843
  insert(target, div, anchor);
@@ -8886,9 +8886,9 @@ function create_if_block$8(ctx) {
8886
8886
  attr(svg, "viewBox", "0 0 10 16");
8887
8887
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8888
8888
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
8889
- attr(button, "class", "move-button svelte-1qfq79t");
8889
+ attr(button, "class", "move-button svelte-ji1fh");
8890
8890
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
8891
- attr(div, "class", "next-button-container svelte-1qfq79t");
8891
+ attr(div, "class", "next-button-container svelte-ji1fh");
8892
8892
  },
8893
8893
  m(target, anchor) {
8894
8894
  insert(target, div, anchor);
@@ -8936,9 +8936,9 @@ function create_each_block$1(ctx) {
8936
8936
  button = element("button");
8937
8937
  div = element("div");
8938
8938
  t = space();
8939
- attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
8939
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
8940
8940
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
8941
- attr(button, "class", "navigation-item svelte-1qfq79t");
8941
+ attr(button, "class", "navigation-item svelte-ji1fh");
8942
8942
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
8943
8943
  },
8944
8944
  m(target, anchor) {
@@ -9015,14 +9015,14 @@ function create_fragment$U(ctx) {
9015
9015
  each_blocks[i].c();
9016
9016
  }
9017
9017
 
9018
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
9018
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
9019
9019
  attr(div0, "style", /*slideStyle*/ ctx[14]);
9020
- attr(div1, "class", "container svelte-1qfq79t");
9020
+ attr(div1, "class", "container svelte-ji1fh");
9021
9021
  attr(div1, "style", /*_style*/ ctx[0]);
9022
- attr(div2, "class", "navigation svelte-1qfq79t");
9022
+ attr(div2, "class", "navigation svelte-ji1fh");
9023
9023
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
9024
9024
  set_attributes(div3, div3_data);
9025
- toggle_class(div3, "svelte-1qfq79t", true);
9025
+ toggle_class(div3, "svelte-ji1fh", true);
9026
9026
  },
9027
9027
  m(target, anchor) {
9028
9028
  insert(target, div3, anchor);
@@ -9064,7 +9064,7 @@ function create_fragment$U(ctx) {
9064
9064
  }
9065
9065
  }
9066
9066
 
9067
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
9067
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
9068
9068
  attr(div0, "class", div0_class_value);
9069
9069
  }
9070
9070
 
@@ -9130,7 +9130,7 @@ function create_fragment$U(ctx) {
9130
9130
  }
9131
9131
 
9132
9132
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
9133
- toggle_class(div3, "svelte-1qfq79t", true);
9133
+ toggle_class(div3, "svelte-ji1fh", true);
9134
9134
  },
9135
9135
  i(local) {
9136
9136
  if (current) return;
@@ -9642,7 +9642,7 @@ class Slide extends SvelteComponent {
9642
9642
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
9643
9643
 
9644
9644
  function add_css$n(target) {
9645
- 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}");
9645
+ 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}");
9646
9646
  }
9647
9647
 
9648
9648
  function create_fragment$T(ctx) {
@@ -9657,9 +9657,9 @@ function create_fragment$T(ctx) {
9657
9657
  div1 = element("div");
9658
9658
  div0 = element("div");
9659
9659
  if (default_slot) default_slot.c();
9660
- attr(div0, "class", "item-inner svelte-1rv0qgo");
9660
+ attr(div0, "class", "item-inner svelte-9ygf1w");
9661
9661
  attr(div0, "style", /*_style*/ ctx[0]);
9662
- attr(div1, "class", "item svelte-1rv0qgo");
9662
+ attr(div1, "class", "item svelte-9ygf1w");
9663
9663
  attr(div1, "style", /*itemStyle*/ ctx[1]);
9664
9664
  },
9665
9665
  m(target, anchor) {
@@ -9785,7 +9785,7 @@ class SlideItem extends SvelteComponent {
9785
9785
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
9786
9786
 
9787
9787
  function add_css$m(target) {
9788
- 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}");
9788
+ 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}");
9789
9789
  }
9790
9790
 
9791
9791
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -9803,9 +9803,9 @@ function create_fragment$S(ctx) {
9803
9803
  div1 = element("div");
9804
9804
  div0 = element("div");
9805
9805
  if (default_slot) default_slot.c();
9806
- attr(div0, "class", "countdown-inner svelte-t87l6f");
9806
+ attr(div0, "class", "countdown-inner svelte-rroxiz");
9807
9807
  attr(div0, "style", /*_style*/ ctx[0]);
9808
- attr(div1, "class", "countdown svelte-t87l6f");
9808
+ attr(div1, "class", "countdown svelte-rroxiz");
9809
9809
  },
9810
9810
  m(target, anchor) {
9811
9811
  insert(target, div1, anchor);
@@ -9939,7 +9939,7 @@ class Countdown extends SvelteComponent {
9939
9939
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
9940
9940
 
9941
9941
  function add_css$l(target) {
9942
- 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}");
9942
+ 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}");
9943
9943
  }
9944
9944
 
9945
9945
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -10009,7 +10009,7 @@ function create_fragment$R(ctx) {
10009
10009
  c() {
10010
10010
  div = element("div");
10011
10011
  create_component(button.$$.fragment);
10012
- attr(div, "class", "box svelte-1c91vpe");
10012
+ attr(div, "class", "box svelte-1ccydfy");
10013
10013
  },
10014
10014
  m(target, anchor) {
10015
10015
  insert(target, div, anchor);
@@ -10070,7 +10070,7 @@ class Box extends SvelteComponent {
10070
10070
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10071
10071
 
10072
10072
  function add_css$k(target) {
10073
- 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)}");
10073
+ 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)}");
10074
10074
  }
10075
10075
 
10076
10076
  // (56:4) {#if svg}
@@ -10152,7 +10152,7 @@ function create_fragment$Q(ctx) {
10152
10152
  c() {
10153
10153
  div = element("div");
10154
10154
  create_component(button.$$.fragment);
10155
- attr(div, "class", "icon svelte-1mk6wi4");
10155
+ attr(div, "class", "icon svelte-1mkvcuo");
10156
10156
  },
10157
10157
  m(target, anchor) {
10158
10158
  insert(target, div, anchor);
@@ -10261,7 +10261,7 @@ class IconElement extends SvelteComponent {
10261
10261
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10262
10262
 
10263
10263
  function add_css$j(target) {
10264
- append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10264
+ append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10265
10265
  }
10266
10266
 
10267
10267
  function create_fragment$P(ctx) {
@@ -10287,7 +10287,7 @@ function create_fragment$P(ctx) {
10287
10287
  c() {
10288
10288
  div = element("div");
10289
10289
  if (switch_instance) create_component(switch_instance.$$.fragment);
10290
- attr(div, "class", "codeElement svelte-1ng2n51");
10290
+ attr(div, "class", "codeElement svelte-ymsb9l");
10291
10291
  attr(div, "style", /*style*/ ctx[3]);
10292
10292
  },
10293
10293
  m(target, anchor) {
@@ -10376,7 +10376,7 @@ class CodeElement extends SvelteComponent {
10376
10376
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10377
10377
 
10378
10378
  function add_css$i(target) {
10379
- append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
10379
+ append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10380
10380
  }
10381
10381
 
10382
10382
  function create_fragment$O(ctx) {
@@ -10390,7 +10390,7 @@ function create_fragment$O(ctx) {
10390
10390
  c() {
10391
10391
  div = element("div");
10392
10392
  if (default_slot) default_slot.c();
10393
- attr(div, "class", "flex svelte-9v2qdg");
10393
+ attr(div, "class", "flex svelte-1e71ejc");
10394
10394
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
10395
10395
  },
10396
10396
  m(target, anchor) {
@@ -10487,7 +10487,7 @@ class Flex extends SvelteComponent {
10487
10487
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
10488
10488
 
10489
10489
  function add_css$h(target) {
10490
- append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10490
+ append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10491
10491
  }
10492
10492
 
10493
10493
  function create_fragment$N(ctx) {
@@ -10500,7 +10500,7 @@ function create_fragment$N(ctx) {
10500
10500
  c() {
10501
10501
  div = element("div");
10502
10502
  if (default_slot) default_slot.c();
10503
- attr(div, "class", "flex-item svelte-164ah5d");
10503
+ attr(div, "class", "flex-item svelte-1p0bk1x");
10504
10504
  attr(div, "style", /*style*/ ctx[0]);
10505
10505
  },
10506
10506
  m(target, anchor) {
@@ -10908,7 +10908,7 @@ class GridModalState extends SvelteComponent {
10908
10908
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
10909
10909
 
10910
10910
  function add_css$g(target) {
10911
- 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%}");
10911
+ 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%}");
10912
10912
  }
10913
10913
 
10914
10914
  function create_fragment$L(ctx) {
@@ -10924,8 +10924,8 @@ function create_fragment$L(ctx) {
10924
10924
  div1 = element("div");
10925
10925
  div0 = element("div");
10926
10926
  create_component(rendertext.$$.fragment);
10927
- attr(div0, "class", "text-block-inner svelte-akic2e");
10928
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
10927
+ attr(div0, "class", "text-block-inner svelte-15pej1m");
10928
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
10929
10929
  attr(div1, "style", /*style*/ ctx[2]);
10930
10930
  },
10931
10931
  m(target, anchor) {
@@ -10939,7 +10939,7 @@ function create_fragment$L(ctx) {
10939
10939
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
10940
10940
  rendertext.$set(rendertext_changes);
10941
10941
 
10942
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
10942
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
10943
10943
  attr(div1, "class", div1_class_value);
10944
10944
  }
10945
10945
 
@@ -11017,7 +11017,7 @@ class TextBlock extends SvelteComponent {
11017
11017
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11018
11018
 
11019
11019
  function add_css$f(target) {
11020
- 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)}");
11020
+ 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)}");
11021
11021
  }
11022
11022
 
11023
11023
  function create_fragment$K(ctx) {
@@ -11034,9 +11034,9 @@ function create_fragment$K(ctx) {
11034
11034
  div = element("div");
11035
11035
  button = element("button");
11036
11036
  create_component(rendertext.$$.fragment);
11037
- attr(button, "class", "text-button svelte-1c34p4n");
11037
+ attr(button, "class", "text-button svelte-ff0k6r");
11038
11038
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
11039
- attr(div, "class", "text-button-block svelte-1c34p4n");
11039
+ attr(div, "class", "text-button-block svelte-ff0k6r");
11040
11040
  attr(div, "style", /*_style*/ ctx[2]);
11041
11041
  },
11042
11042
  m(target, anchor) {
@@ -11142,7 +11142,7 @@ class TextButtonBlock extends SvelteComponent {
11142
11142
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11143
11143
 
11144
11144
  function add_css$e(target) {
11145
- 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)}");
11145
+ 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)}");
11146
11146
  }
11147
11147
 
11148
11148
  function create_fragment$J(ctx) {
@@ -11158,14 +11158,14 @@ function create_fragment$J(ctx) {
11158
11158
  c() {
11159
11159
  div = element("div");
11160
11160
  img = element("img");
11161
- attr(img, "class", "image svelte-1jus6sx");
11161
+ attr(img, "class", "image svelte-1pdw891");
11162
11162
  attr(img, "loading", "lazy");
11163
11163
  attr(img, "width", "auto");
11164
11164
  attr(img, "height", "auto");
11165
11165
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
11166
11166
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
11167
11167
  attr(img, "alt", /*alt*/ ctx[1]);
11168
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
11168
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
11169
11169
  attr(div, "style", /*_style*/ ctx[5]);
11170
11170
  },
11171
11171
  m(target, anchor) {
@@ -11190,7 +11190,7 @@ function create_fragment$J(ctx) {
11190
11190
  attr(img, "alt", /*alt*/ ctx[1]);
11191
11191
  }
11192
11192
 
11193
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
11193
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
11194
11194
  attr(div, "class", div_class_value);
11195
11195
  }
11196
11196
 
@@ -11428,9 +11428,12 @@ const useInjectCustomizeCss = (props) => {
11428
11428
  document.head.appendChild(style);
11429
11429
  }
11430
11430
  return () => {
11431
- modalElement?.shadowRoot
11432
- ? modalElement.shadowRoot.removeChild(style)
11433
- : document.head.removeChild(style);
11431
+ if (modalElement?.shadowRoot) {
11432
+ modalElement.shadowRoot.removeChild(style);
11433
+ }
11434
+ else {
11435
+ document.head.removeChild(style);
11436
+ }
11434
11437
  };
11435
11438
  }
11436
11439
  onMount$1(() => {
@@ -11446,7 +11449,7 @@ const useInjectCustomizeCss = (props) => {
11446
11449
  /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
11447
11450
 
11448
11451
  function add_css$d(target) {
11449
- append_styles(target, "svelte-uy130g", ".avatar.svelte-uy130g{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}");
11452
+ append_styles(target, "svelte-1vk223g", ".avatar.svelte-1vk223g{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}");
11450
11453
  }
11451
11454
 
11452
11455
  // (35:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -11476,7 +11479,7 @@ function create_dynamic_element$8(ctx) {
11476
11479
  svelte_element = element(/*element*/ ctx[5]);
11477
11480
  img = element("img");
11478
11481
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
11479
- attr(img, "class", "avatar-image svelte-uy130g");
11482
+ attr(img, "class", "avatar-image svelte-1vk223g");
11480
11483
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
11481
11484
  attr(img, "style", /*imgStyle*/ ctx[2]);
11482
11485
 
@@ -11486,7 +11489,7 @@ function create_dynamic_element$8(ctx) {
11486
11489
  set_attributes(svelte_element, svelte_element_data);
11487
11490
  }
11488
11491
 
11489
- toggle_class(svelte_element, "svelte-uy130g", true);
11492
+ toggle_class(svelte_element, "svelte-1vk223g", true);
11490
11493
  },
11491
11494
  m(target, anchor) {
11492
11495
  insert(target, svelte_element, anchor);
@@ -11523,7 +11526,7 @@ function create_dynamic_element$8(ctx) {
11523
11526
  set_attributes(svelte_element, svelte_element_data);
11524
11527
  }
11525
11528
 
11526
- toggle_class(svelte_element, "svelte-uy130g", true);
11529
+ toggle_class(svelte_element, "svelte-1vk223g", true);
11527
11530
  },
11528
11531
  d(detaching) {
11529
11532
  if (detaching) detach(svelte_element);
@@ -13326,7 +13329,7 @@ const ICON_VARIANTS = {
13326
13329
  /* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
13327
13330
 
13328
13331
  function add_css$c(target) {
13329
- append_styles(target, "svelte-mut6o2", ".icon.svelte-mut6o2{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13332
+ append_styles(target, "svelte-19rssou", ".icon.svelte-19rssou{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13330
13333
  }
13331
13334
 
13332
13335
  // (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -13374,7 +13377,7 @@ function create_dynamic_element$7(ctx) {
13374
13377
  set_attributes(svelte_element, svelte_element_data);
13375
13378
  }
13376
13379
 
13377
- toggle_class(svelte_element, "svelte-mut6o2", true);
13380
+ toggle_class(svelte_element, "svelte-19rssou", true);
13378
13381
  },
13379
13382
  m(target, anchor) {
13380
13383
  insert(target, svelte_element, anchor);
@@ -13427,7 +13430,7 @@ function create_dynamic_element$7(ctx) {
13427
13430
  set_attributes(svelte_element, svelte_element_data);
13428
13431
  }
13429
13432
 
13430
- toggle_class(svelte_element, "svelte-mut6o2", true);
13433
+ toggle_class(svelte_element, "svelte-19rssou", true);
13431
13434
  },
13432
13435
  i(local) {
13433
13436
  if (current) return;
@@ -13704,7 +13707,7 @@ function darkenColor(color, percent) {
13704
13707
  /* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
13705
13708
 
13706
13709
  function add_css$b(target) {
13707
- append_styles(target, "svelte-1o60d09", ".button.svelte-1o60d09{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button.svelte-1o60d09:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-1o60d09{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
13710
+ append_styles(target, "svelte-1ix4ul", ".button.svelte-1ix4ul{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button.svelte-1ix4ul:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-1ix4ul{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
13708
13711
  }
13709
13712
 
13710
13713
  // (49:2) {#if props.isIcon && props.iconVariant}
@@ -13728,7 +13731,7 @@ function create_if_block$6(ctx) {
13728
13731
  c() {
13729
13732
  div = element("div");
13730
13733
  create_component(icon.$$.fragment);
13731
- attr(div, "class", "button-icon svelte-1o60d09");
13734
+ attr(div, "class", "button-icon svelte-1ix4ul");
13732
13735
  },
13733
13736
  m(target, anchor) {
13734
13737
  insert(target, div, anchor);
@@ -13795,7 +13798,7 @@ function create_dynamic_element$6(ctx) {
13795
13798
  t0 = space();
13796
13799
  span = element("span");
13797
13800
  t1 = text(t1_value);
13798
- attr(span, "class", "button-label svelte-1o60d09");
13801
+ attr(span, "class", "button-label svelte-1ix4ul");
13799
13802
 
13800
13803
  if ((/-/).test(/*element*/ ctx[4])) {
13801
13804
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -13803,7 +13806,7 @@ function create_dynamic_element$6(ctx) {
13803
13806
  set_attributes(svelte_element, svelte_element_data);
13804
13807
  }
13805
13808
 
13806
- toggle_class(svelte_element, "svelte-1o60d09", true);
13809
+ toggle_class(svelte_element, "svelte-1ix4ul", true);
13807
13810
  },
13808
13811
  m(target, anchor) {
13809
13812
  insert(target, svelte_element, anchor);
@@ -13857,7 +13860,7 @@ function create_dynamic_element$6(ctx) {
13857
13860
  set_attributes(svelte_element, svelte_element_data);
13858
13861
  }
13859
13862
 
13860
- toggle_class(svelte_element, "svelte-1o60d09", true);
13863
+ toggle_class(svelte_element, "svelte-1ix4ul", true);
13861
13864
  },
13862
13865
  i(local) {
13863
13866
  if (current) return;
@@ -14088,7 +14091,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
14088
14091
  /* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
14089
14092
 
14090
14093
  function add_css$a(target) {
14091
- append_styles(target, "svelte-ypshn1", ".button-outlined.svelte-ypshn1{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-ypshn1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-ypshn1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
14094
+ append_styles(target, "svelte-38fju1", ".button-outlined.svelte-38fju1{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-38fju1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-38fju1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
14092
14095
  }
14093
14096
 
14094
14097
  // (50:2) {#if props.isIcon && props.iconVariant}
@@ -14112,7 +14115,7 @@ function create_if_block$5(ctx) {
14112
14115
  c() {
14113
14116
  div = element("div");
14114
14117
  create_component(icon.$$.fragment);
14115
- attr(div, "class", "button-outlined-icon svelte-ypshn1");
14118
+ attr(div, "class", "button-outlined-icon svelte-38fju1");
14116
14119
  },
14117
14120
  m(target, anchor) {
14118
14121
  insert(target, div, anchor);
@@ -14179,7 +14182,7 @@ function create_dynamic_element$5(ctx) {
14179
14182
  t0 = space();
14180
14183
  span = element("span");
14181
14184
  t1 = text(t1_value);
14182
- attr(span, "class", "button-outlined-label svelte-ypshn1");
14185
+ attr(span, "class", "button-outlined-label svelte-38fju1");
14183
14186
 
14184
14187
  if ((/-/).test(/*element*/ ctx[4])) {
14185
14188
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -14187,7 +14190,7 @@ function create_dynamic_element$5(ctx) {
14187
14190
  set_attributes(svelte_element, svelte_element_data);
14188
14191
  }
14189
14192
 
14190
- toggle_class(svelte_element, "svelte-ypshn1", true);
14193
+ toggle_class(svelte_element, "svelte-38fju1", true);
14191
14194
  },
14192
14195
  m(target, anchor) {
14193
14196
  insert(target, svelte_element, anchor);
@@ -14241,7 +14244,7 @@ function create_dynamic_element$5(ctx) {
14241
14244
  set_attributes(svelte_element, svelte_element_data);
14242
14245
  }
14243
14246
 
14244
- toggle_class(svelte_element, "svelte-ypshn1", true);
14247
+ toggle_class(svelte_element, "svelte-38fju1", true);
14245
14248
  },
14246
14249
  i(local) {
14247
14250
  if (current) return;
@@ -14430,7 +14433,7 @@ const BUTTON_TEXT_THEME_STYLES = {
14430
14433
  /* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
14431
14434
 
14432
14435
  function add_css$9(target) {
14433
- append_styles(target, "svelte-lted9r", ".button-text.svelte-lted9r{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-lted9r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-lted9r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14436
+ append_styles(target, "svelte-1xgvp8r", ".button-text.svelte-1xgvp8r{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-1xgvp8r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-1xgvp8r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14434
14437
  }
14435
14438
 
14436
14439
  // (46:2) {#if props.isIcon && props.iconVariant}
@@ -14454,7 +14457,7 @@ function create_if_block$4(ctx) {
14454
14457
  c() {
14455
14458
  div = element("div");
14456
14459
  create_component(icon.$$.fragment);
14457
- attr(div, "class", "button-text-icon svelte-lted9r");
14460
+ attr(div, "class", "button-text-icon svelte-1xgvp8r");
14458
14461
  },
14459
14462
  m(target, anchor) {
14460
14463
  insert(target, div, anchor);
@@ -14521,7 +14524,7 @@ function create_dynamic_element$4(ctx) {
14521
14524
  t0 = space();
14522
14525
  span = element("span");
14523
14526
  t1 = text(t1_value);
14524
- attr(span, "class", "button-text-label svelte-lted9r");
14527
+ attr(span, "class", "button-text-label svelte-1xgvp8r");
14525
14528
 
14526
14529
  if ((/-/).test(/*element*/ ctx[4])) {
14527
14530
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -14529,7 +14532,7 @@ function create_dynamic_element$4(ctx) {
14529
14532
  set_attributes(svelte_element, svelte_element_data);
14530
14533
  }
14531
14534
 
14532
- toggle_class(svelte_element, "svelte-lted9r", true);
14535
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
14533
14536
  },
14534
14537
  m(target, anchor) {
14535
14538
  insert(target, svelte_element, anchor);
@@ -14583,7 +14586,7 @@ function create_dynamic_element$4(ctx) {
14583
14586
  set_attributes(svelte_element, svelte_element_data);
14584
14587
  }
14585
14588
 
14586
- toggle_class(svelte_element, "svelte-lted9r", true);
14589
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
14587
14590
  },
14588
14591
  i(local) {
14589
14592
  if (current) return;
@@ -14745,7 +14748,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
14745
14748
  /* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
14746
14749
 
14747
14750
  function add_css$8(target) {
14748
- append_styles(target, "svelte-3133h2", ".close-button.svelte-3133h2.svelte-3133h2{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-3133h2 svg.svelte-3133h2{transition:transform 0.12s}.close-button.svelte-3133h2:hover svg.svelte-3133h2{transform:rotate(90deg)}.close-button-order-one.svelte-3133h2.svelte-3133h2{order:1}.close-button-order-two.svelte-3133h2.svelte-3133h2{order:2}");
14751
+ append_styles(target, "svelte-3mvsv6", ".close-button.svelte-3mvsv6.svelte-3mvsv6{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-3mvsv6 svg.svelte-3mvsv6{transition:transform 0.12s}.close-button.svelte-3mvsv6:hover svg.svelte-3mvsv6{transform:rotate(90deg)}.close-button-order-one.svelte-3mvsv6.svelte-3mvsv6{order:1}.close-button-order-two.svelte-3mvsv6.svelte-3mvsv6{order:2}");
14749
14752
  }
14750
14753
 
14751
14754
  // (91:2) {#if hasLabel}
@@ -14761,7 +14764,7 @@ function create_if_block$3(ctx) {
14761
14764
 
14762
14765
  attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
14763
14766
  ? 'close-button-order-one'
14764
- : '') + " svelte-3133h2");
14767
+ : '') + " svelte-3mvsv6");
14765
14768
  },
14766
14769
  m(target, anchor) {
14767
14770
  insert(target, span, anchor);
@@ -14821,7 +14824,7 @@ function create_dynamic_element$3(ctx) {
14821
14824
  set_style(svg, "width", "100%");
14822
14825
  set_style(svg, "height", "100%");
14823
14826
  attr(svg, "fill", /*color*/ ctx[8]);
14824
- attr(svg, "class", "svelte-3133h2");
14827
+ attr(svg, "class", "svelte-3mvsv6");
14825
14828
  attr(span, "style", /*iconStyle*/ ctx[1]);
14826
14829
 
14827
14830
  if ((/-/).test(/*element*/ ctx[6])) {
@@ -14830,7 +14833,7 @@ function create_dynamic_element$3(ctx) {
14830
14833
  set_attributes(svelte_element, svelte_element_data);
14831
14834
  }
14832
14835
 
14833
- toggle_class(svelte_element, "svelte-3133h2", true);
14836
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
14834
14837
  },
14835
14838
  m(target, anchor) {
14836
14839
  insert(target, svelte_element, anchor);
@@ -14876,7 +14879,7 @@ function create_dynamic_element$3(ctx) {
14876
14879
  set_attributes(svelte_element, svelte_element_data);
14877
14880
  }
14878
14881
 
14879
- toggle_class(svelte_element, "svelte-3133h2", true);
14882
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
14880
14883
  },
14881
14884
  d(detaching) {
14882
14885
  if (detaching) detach(svelte_element);
@@ -15076,7 +15079,7 @@ const ICON_SIZE_STYLES = {
15076
15079
  /* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
15077
15080
 
15078
15081
  function add_css$7(target) {
15079
- append_styles(target, "svelte-1n4oa5l", ".image.svelte-1n4oa5l{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-object.svelte-1n4oa5l{width:100%;overflow:hidden}.image-img.svelte-1n4oa5l{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
15082
+ append_styles(target, "svelte-10a9nyt", ".image.svelte-10a9nyt{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-object.svelte-10a9nyt{width:100%;overflow:hidden}.image-img.svelte-10a9nyt{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
15080
15083
  }
15081
15084
 
15082
15085
  // (19:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
@@ -15109,9 +15112,9 @@ function create_dynamic_element$2(ctx) {
15109
15112
  img = element("img");
15110
15113
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
15111
15114
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
15112
- attr(img, "class", "image-img svelte-1n4oa5l");
15115
+ attr(img, "class", "image-img svelte-10a9nyt");
15113
15116
  attr(object, "style", /*objectStyle*/ ctx[2]);
15114
- attr(object, "class", "image-object svelte-1n4oa5l");
15117
+ attr(object, "class", "image-object svelte-10a9nyt");
15115
15118
 
15116
15119
  if ((/-/).test(/*element*/ ctx[5])) {
15117
15120
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -15119,7 +15122,7 @@ function create_dynamic_element$2(ctx) {
15119
15122
  set_attributes(svelte_element, svelte_element_data);
15120
15123
  }
15121
15124
 
15122
- toggle_class(svelte_element, "svelte-1n4oa5l", true);
15125
+ toggle_class(svelte_element, "svelte-10a9nyt", true);
15123
15126
  },
15124
15127
  m(target, anchor) {
15125
15128
  insert(target, svelte_element, anchor);
@@ -15157,7 +15160,7 @@ function create_dynamic_element$2(ctx) {
15157
15160
  set_attributes(svelte_element, svelte_element_data);
15158
15161
  }
15159
15162
 
15160
- toggle_class(svelte_element, "svelte-1n4oa5l", true);
15163
+ toggle_class(svelte_element, "svelte-10a9nyt", true);
15161
15164
  },
15162
15165
  d(detaching) {
15163
15166
  if (detaching) detach(svelte_element);
@@ -15251,7 +15254,7 @@ class Image extends SvelteComponent {
15251
15254
  /* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
15252
15255
 
15253
15256
  function add_css$6(target) {
15254
- append_styles(target, "svelte-1tjo4al", ".layout.svelte-1tjo4al{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-1tjo4al{cursor:pointer}.layout[data-clickable=true].svelte-1tjo4al:hover{opacity:0.8}");
15257
+ append_styles(target, "svelte-139vx15", ".layout.svelte-139vx15{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-139vx15{cursor:pointer}.layout[data-clickable=true].svelte-139vx15:hover{opacity:0.8}");
15255
15258
  }
15256
15259
 
15257
15260
  // (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -15287,7 +15290,7 @@ function create_dynamic_element$1(ctx) {
15287
15290
  set_attributes(svelte_element, svelte_element_data);
15288
15291
  }
15289
15292
 
15290
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15293
+ toggle_class(svelte_element, "svelte-139vx15", true);
15291
15294
  },
15292
15295
  m(target, anchor) {
15293
15296
  insert(target, svelte_element, anchor);
@@ -15332,7 +15335,7 @@ function create_dynamic_element$1(ctx) {
15332
15335
  set_attributes(svelte_element, svelte_element_data);
15333
15336
  }
15334
15337
 
15335
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15338
+ toggle_class(svelte_element, "svelte-139vx15", true);
15336
15339
  },
15337
15340
  i(local) {
15338
15341
  if (current) return;
@@ -15456,7 +15459,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
15456
15459
  /* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
15457
15460
 
15458
15461
  function add_css$5(target) {
15459
- append_styles(target, "svelte-10vbkzx", ".container.svelte-10vbkzx{-webkit-user-drag:none}");
15462
+ append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
15460
15463
  }
15461
15464
 
15462
15465
  function get_each_context(ctx, list, i) {
@@ -15466,7 +15469,7 @@ function get_each_context(ctx, list, i) {
15466
15469
  return child_ctx;
15467
15470
  }
15468
15471
 
15469
- // (151:4) {#each indicators ?? [] as indicator, i}
15472
+ // (148:4) {#each indicators ?? [] as indicator, i}
15470
15473
  function create_each_block(ctx) {
15471
15474
  let button;
15472
15475
  let i_1;
@@ -15558,7 +15561,7 @@ function create_fragment$5(ctx) {
15558
15561
  each_blocks[i].c();
15559
15562
  }
15560
15563
 
15561
- attr(div0, "class", "container svelte-10vbkzx");
15564
+ attr(div0, "class", "container svelte-17ij7ip");
15562
15565
  attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
15563
15566
  attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
15564
15567
  attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
@@ -15830,7 +15833,7 @@ function instance$5($$self, $$props, $$invalidate) {
15830
15833
  }
15831
15834
  };
15832
15835
 
15833
- $$invalidate(6, style = objToStyle({ overflow: 'auto', width: '100%' }));
15836
+ $$invalidate(6, style = objToStyle({ overflow: 'hidden', width: '100%' }));
15834
15837
 
15835
15838
  $$invalidate(4, indicatorListStyle = objToStyle({
15836
15839
  display: 'flex',
@@ -15879,6 +15882,33 @@ class Slider extends SvelteComponent {
15879
15882
  }
15880
15883
  }
15881
15884
 
15885
+ const TEXT_THEME_STYLES = {
15886
+ default: {
15887
+ color: BRAND_KIT.colors.text_primary.main,
15888
+ },
15889
+ gray: {
15890
+ color: BRAND_KIT.colors.text_secondary.main,
15891
+ },
15892
+ brand: {
15893
+ color: BRAND_KIT.colors.brand.main,
15894
+ },
15895
+ success: {
15896
+ color: BRAND_KIT.colors.success.main,
15897
+ },
15898
+ warning: {
15899
+ color: BRAND_KIT.colors.warning.main,
15900
+ },
15901
+ danger: {
15902
+ color: BRAND_KIT.colors.danger.main,
15903
+ },
15904
+ info: {
15905
+ color: BRAND_KIT.colors.info.main,
15906
+ },
15907
+ white: {
15908
+ color: BRAND_KIT.colors.white.main,
15909
+ },
15910
+ };
15911
+
15882
15912
  const TEXT_VARIANTS = {
15883
15913
  size: {
15884
15914
  extra_small: {
@@ -15934,37 +15964,10 @@ const TEXT_VARIANTS = {
15934
15964
  },
15935
15965
  };
15936
15966
 
15937
- const TEXT_THEME_STYLES = {
15938
- default: {
15939
- color: BRAND_KIT.colors.text_primary.main,
15940
- },
15941
- gray: {
15942
- color: BRAND_KIT.colors.text_secondary.main,
15943
- },
15944
- brand: {
15945
- color: BRAND_KIT.colors.brand.main,
15946
- },
15947
- success: {
15948
- color: BRAND_KIT.colors.success.main,
15949
- },
15950
- warning: {
15951
- color: BRAND_KIT.colors.warning.main,
15952
- },
15953
- danger: {
15954
- color: BRAND_KIT.colors.danger.main,
15955
- },
15956
- info: {
15957
- color: BRAND_KIT.colors.info.main,
15958
- },
15959
- white: {
15960
- color: BRAND_KIT.colors.white.main,
15961
- },
15962
- };
15963
-
15964
15967
  /* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
15965
15968
 
15966
15969
  function add_css$4(target) {
15967
- append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
15970
+ append_styles(target, "svelte-vifn7y", ".text.svelte-vifn7y{margin:0;word-break:break-all;text-decoration:none}");
15968
15971
  }
15969
15972
 
15970
15973
  function create_fragment$4(ctx) {
@@ -15973,7 +15976,7 @@ function create_fragment$4(ctx) {
15973
15976
  return {
15974
15977
  c() {
15975
15978
  p = element("p");
15976
- attr(p, "class", "text svelte-14kt34i");
15979
+ attr(p, "class", "text svelte-vifn7y");
15977
15980
  attr(p, "style", /*style*/ ctx[1]);
15978
15981
  attr(p, "data-layer-id", /*layerId*/ ctx[0]);
15979
15982
  },
@@ -16010,14 +16013,35 @@ function instance$4($$self, $$props, $$invalidate) {
16010
16013
  addFont(props.fontFamily);
16011
16014
  }
16012
16015
 
16013
- const themeStyle = TEXT_THEME_STYLES[props.theme ?? 'default'];
16016
+ const getColor = () => {
16017
+ if (props.color) return props.color;
16018
+ if (props.theme) return TEXT_THEME_STYLES[props.theme].color;
16019
+ return undefined;
16020
+ };
16014
16021
 
16015
16022
  const getCssSize = () => {
16023
+ const getFontSize = () => {
16024
+ if (props.fontSize) return props.fontSize;
16025
+ if (props.size) return TEXT_VARIANTS.size[props.size].fontSize;
16026
+ return undefined;
16027
+ };
16028
+
16029
+ const getLineHeight = () => {
16030
+ if (props.lineHeight) return props.lineHeight;
16031
+ if (props.size) return TEXT_VARIANTS.size[props.size].lineHeight;
16032
+ return undefined;
16033
+ };
16034
+
16035
+ const getFontWeight = () => {
16036
+ if (props.fontWeight) return props.fontWeight;
16037
+ if (props.size) return TEXT_VARIANTS.size[props.size].fontWeight;
16038
+ return undefined;
16039
+ };
16040
+
16016
16041
  return {
16017
- fontSize: props.fontSize ?? TEXT_VARIANTS.size[props.size ?? 'medium'].fontSize,
16018
- lineHeight: props.lineHeight ?? TEXT_VARIANTS.size[props.size ?? 'medium'].lineHeight,
16019
- // @ts-ignore
16020
- fontWeight: props.fontWeight ?? (TEXT_VARIANTS.size[props.size ?? 'medium'].fontWeight ?? 'normal')
16042
+ fontSize: getFontSize(),
16043
+ lineHeight: getLineHeight(),
16044
+ fontWeight: getFontWeight()
16021
16045
  };
16022
16046
  };
16023
16047
 
@@ -16034,10 +16058,10 @@ function instance$4($$self, $$props, $$invalidate) {
16034
16058
  if ($$self.$$.dirty & /*props*/ 8) {
16035
16059
  $$invalidate(1, style = objToStyle({
16036
16060
  position: props?.position ?? 'static',
16037
- color: props.color ?? themeStyle.color,
16038
16061
  textAlign: props.align,
16039
16062
  width: props.width,
16040
16063
  fontFamily: props.fontFamily,
16064
+ color: getColor(),
16041
16065
  ...getCssSize(),
16042
16066
  ...toCssRadius(props),
16043
16067
  ...toCssBackgroundColor(props),
@@ -16123,7 +16147,7 @@ const TEXT_LINK_THEME_STYLES = {
16123
16147
  /* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
16124
16148
 
16125
16149
  function add_css$3(target) {
16126
- append_styles(target, "svelte-1tdy1qt", ".link.svelte-1tdy1qt{-webkit-appearance:none;border:0;background:none;padding:0}.link.svelte-1tdy1qt,.link.svelte-1tdy1qt:visited,.link.svelte-1tdy1qt:link{color:var(--color)}.link.svelte-1tdy1qt:hover{color:var(--hover-color)}.link.svelte-1tdy1qt:active{color:var(--active-color)}.link.underline-hover-on.svelte-1tdy1qt{text-decoration:none}.link.underline-hover-on.svelte-1tdy1qt:hover{text-decoration:underline}.link.underline-hover-off.svelte-1tdy1qt{text-decoration:underline}.link.underline-hover-off.svelte-1tdy1qt:hover{text-decoration:none}.link.underline-on.svelte-1tdy1qt{text-decoration:underline}.link.underline-off.svelte-1tdy1qt{text-decoration:none}");
16150
+ append_styles(target, "svelte-1y4hh01", ".link.svelte-1y4hh01{-webkit-appearance:none;border:0;background:none;padding:0}.link.svelte-1y4hh01,.link.svelte-1y4hh01:visited,.link.svelte-1y4hh01:link{color:var(--color)}.link.svelte-1y4hh01:hover{color:var(--hover-color)}.link.svelte-1y4hh01:active{color:var(--active-color)}.link.underline-hover-on.svelte-1y4hh01{text-decoration:none}.link.underline-hover-on.svelte-1y4hh01:hover{text-decoration:underline}.link.underline-hover-off.svelte-1y4hh01{text-decoration:underline}.link.underline-hover-off.svelte-1y4hh01:hover{text-decoration:none}.link.underline-on.svelte-1y4hh01{text-decoration:underline}.link.underline-off.svelte-1y4hh01{text-decoration:none}");
16127
16151
  }
16128
16152
 
16129
16153
  // (69:2) {#if props.isIcon && props.iconVariant}
@@ -16216,7 +16240,7 @@ function create_dynamic_element(ctx) {
16216
16240
  set_attributes(svelte_element, svelte_element_data);
16217
16241
  }
16218
16242
 
16219
- toggle_class(svelte_element, "svelte-1tdy1qt", true);
16243
+ toggle_class(svelte_element, "svelte-1y4hh01", true);
16220
16244
  },
16221
16245
  m(target, anchor) {
16222
16246
  insert(target, svelte_element, anchor);
@@ -16269,7 +16293,7 @@ function create_dynamic_element(ctx) {
16269
16293
  set_attributes(svelte_element, svelte_element_data);
16270
16294
  }
16271
16295
 
16272
- toggle_class(svelte_element, "svelte-1tdy1qt", true);
16296
+ toggle_class(svelte_element, "svelte-1y4hh01", true);
16273
16297
  },
16274
16298
  i(local) {
16275
16299
  if (current) return;
@@ -16439,7 +16463,7 @@ const TEXT_LINK_UNDERLINE = {
16439
16463
  /* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
16440
16464
 
16441
16465
  function add_css$2(target) {
16442
- append_styles(target, "svelte-ed4ktn", ".v2-background.svelte-ed4ktn{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
16466
+ append_styles(target, "svelte-18nkdjz", ".v2-background.svelte-18nkdjz{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
16443
16467
  }
16444
16468
 
16445
16469
  // (14:0) {#if backgroundOverlay}
@@ -16452,7 +16476,7 @@ function create_if_block$1(ctx) {
16452
16476
  return {
16453
16477
  c() {
16454
16478
  div = element("div");
16455
- attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
16479
+ attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
16456
16480
  },
16457
16481
  m(target, anchor) {
16458
16482
  insert(target, div, anchor);
@@ -16463,7 +16487,7 @@ function create_if_block$1(ctx) {
16463
16487
  }
16464
16488
  },
16465
16489
  p(ctx, dirty) {
16466
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
16490
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
16467
16491
  attr(div, "class", div_class_value);
16468
16492
  }
16469
16493
  },
@@ -16535,7 +16559,7 @@ class BackgroundOverlay extends SvelteComponent {
16535
16559
  /* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
16536
16560
 
16537
16561
  function add_css$1(target) {
16538
- append_styles(target, "svelte-15b58xm", "*{box-sizing:border-box}.modal.svelte-15b58xm{position:fixed;z-index:2147483647;display:flex}.modal.svelte-15b58xm > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-15b58xm{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-15b58xm{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
16562
+ append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
16539
16563
  }
16540
16564
 
16541
16565
  // (220:0) {:else}
@@ -16676,7 +16700,7 @@ function create_if_block(ctx) {
16676
16700
  c() {
16677
16701
  div = element("div");
16678
16702
  if (default_slot) default_slot.c();
16679
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
16703
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
16680
16704
  attr(div, "role", "dialog");
16681
16705
  attr(div, "aria-modal", "true");
16682
16706
  attr(div, "data-layer-id", /*layerId*/ ctx[2]);
@@ -16710,7 +16734,7 @@ function create_if_block(ctx) {
16710
16734
  }
16711
16735
  }
16712
16736
 
16713
- if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
16737
+ if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
16714
16738
  attr(div, "class", div_class_value);
16715
16739
  }
16716
16740
 
@@ -17173,7 +17197,7 @@ class Modal extends SvelteComponent {
17173
17197
  /* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
17174
17198
 
17175
17199
  function add_css(target) {
17176
- append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
17200
+ append_styles(target, "svelte-igivoz", ".code.svelte-igivoz{flex-grow:1;flex-shrink:0;align-self:stretch}");
17177
17201
  }
17178
17202
 
17179
17203
  function create_fragment(ctx) {
@@ -17183,7 +17207,7 @@ function create_fragment(ctx) {
17183
17207
  return {
17184
17208
  c() {
17185
17209
  div = element("div");
17186
- attr(div, "class", "code svelte-jviwnb");
17210
+ attr(div, "class", "code svelte-igivoz");
17187
17211
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
17188
17212
  },
17189
17213
  m(target, anchor) {