@plaidev/karte-action-sdk 1.1.259 → 1.1.260-28971692.91de26ce

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -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,17 +3548,17 @@ 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
- // (50:0) {:else}
3554
+ // (53:0) {:else}
3555
3555
  function create_else_block$5(ctx) {
3556
3556
  let button;
3557
3557
  let current;
3558
3558
  let mounted;
3559
3559
  let dispose;
3560
- const default_slot_template = /*#slots*/ ctx[9].default;
3561
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
3560
+ const default_slot_template = /*#slots*/ ctx[10].default;
3561
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
3562
3562
 
3563
3563
  let button_levels = [
3564
3564
  { class: BUTTON_CLASS },
@@ -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);
@@ -3596,15 +3596,15 @@ function create_else_block$5(ctx) {
3596
3596
  },
3597
3597
  p(ctx, dirty) {
3598
3598
  if (default_slot) {
3599
- if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
3599
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
3600
3600
  update_slot_base(
3601
3601
  default_slot,
3602
3602
  default_slot_template,
3603
3603
  ctx,
3604
- /*$$scope*/ ctx[8],
3604
+ /*$$scope*/ ctx[9],
3605
3605
  !current
3606
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
3607
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
3606
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
3607
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
3608
3608
  null
3609
3609
  );
3610
3610
  }
@@ -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;
@@ -3636,18 +3636,18 @@ function create_else_block$5(ctx) {
3636
3636
  };
3637
3637
  }
3638
3638
 
3639
- // (46:39)
3639
+ // (49:39)
3640
3640
  function create_if_block_2$2(ctx) {
3641
3641
  let div;
3642
3642
  let current;
3643
- const default_slot_template = /*#slots*/ ctx[9].default;
3644
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
3643
+ const default_slot_template = /*#slots*/ ctx[10].default;
3644
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
3645
3645
 
3646
3646
  return {
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) {
@@ -3661,15 +3661,15 @@ function create_if_block_2$2(ctx) {
3661
3661
  },
3662
3662
  p(ctx, dirty) {
3663
3663
  if (default_slot) {
3664
- if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
3664
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
3665
3665
  update_slot_base(
3666
3666
  default_slot,
3667
3667
  default_slot_template,
3668
3668
  ctx,
3669
- /*$$scope*/ ctx[8],
3669
+ /*$$scope*/ ctx[9],
3670
3670
  !current
3671
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
3672
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
3671
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
3672
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
3673
3673
  null
3674
3674
  );
3675
3675
  }
@@ -3695,7 +3695,7 @@ function create_if_block_2$2(ctx) {
3695
3695
  };
3696
3696
  }
3697
3697
 
3698
- // (35:41)
3698
+ // (38:41)
3699
3699
  function create_if_block_1$3(ctx) {
3700
3700
  let a;
3701
3701
  let a_href_value;
@@ -3703,8 +3703,8 @@ function create_if_block_1$3(ctx) {
3703
3703
  let current;
3704
3704
  let mounted;
3705
3705
  let dispose;
3706
- const default_slot_template = /*#slots*/ ctx[9].default;
3707
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
3706
+ const default_slot_template = /*#slots*/ ctx[10].default;
3707
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
3708
3708
 
3709
3709
  let a_levels = [
3710
3710
  { class: BUTTON_CLASS },
@@ -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);
@@ -3749,15 +3749,15 @@ function create_if_block_1$3(ctx) {
3749
3749
  },
3750
3750
  p(ctx, dirty) {
3751
3751
  if (default_slot) {
3752
- if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
3752
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
3753
3753
  update_slot_base(
3754
3754
  default_slot,
3755
3755
  default_slot_template,
3756
3756
  ctx,
3757
- /*$$scope*/ ctx[8],
3757
+ /*$$scope*/ ctx[9],
3758
3758
  !current
3759
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
3760
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
3759
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
3760
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
3761
3761
  null
3762
3762
  );
3763
3763
  }
@@ -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;
@@ -3793,18 +3793,18 @@ function create_if_block_1$3(ctx) {
3793
3793
  };
3794
3794
  }
3795
3795
 
3796
- // (31:0) {#if disabled}
3796
+ // (34:0) {#if disabled}
3797
3797
  function create_if_block$d(ctx) {
3798
3798
  let div;
3799
3799
  let current;
3800
- const default_slot_template = /*#slots*/ ctx[9].default;
3801
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
3800
+ const default_slot_template = /*#slots*/ ctx[10].default;
3801
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
3802
3802
 
3803
3803
  return {
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) {
@@ -3818,15 +3818,15 @@ function create_if_block$d(ctx) {
3818
3818
  },
3819
3819
  p(ctx, dirty) {
3820
3820
  if (default_slot) {
3821
- if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
3821
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
3822
3822
  update_slot_base(
3823
3823
  default_slot,
3824
3824
  default_slot_template,
3825
3825
  ctx,
3826
- /*$$scope*/ ctx[8],
3826
+ /*$$scope*/ ctx[9],
3827
3827
  !current
3828
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
3829
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
3828
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
3829
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
3830
3830
  null
3831
3831
  );
3832
3832
  }
@@ -3933,6 +3933,7 @@ function instance$1d($$self, $$props, $$invalidate) {
3933
3933
  let { eventName = '' } = $$props;
3934
3934
  let { eventValue = undefined } = $$props;
3935
3935
  let { style = '' } = $$props;
3936
+ let { isModalCloseButton = false } = $$props;
3936
3937
 
3937
3938
  function handleClick() {
3938
3939
  if (eventName) {
@@ -3944,20 +3945,22 @@ function instance$1d($$self, $$props, $$invalidate) {
3944
3945
 
3945
3946
  const { path: statePath } = getStateItemContext() ?? { path: '/' };
3946
3947
  const valuesAreValid = getValuesAreValidReadable(statePath);
3947
- component_subscribe($$self, valuesAreValid, value => $$invalidate(7, $valuesAreValid = value));
3948
+ component_subscribe($$self, valuesAreValid, value => $$invalidate(8, $valuesAreValid = value));
3948
3949
 
3949
3950
  $$self.$$set = $$props => {
3950
3951
  if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
3951
3952
  if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
3952
3953
  if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
3953
3954
  if ('style' in $$props) $$invalidate(1, style = $$props.style);
3954
- if ('$$scope' in $$props) $$invalidate(8, $$scope = $$props.$$scope);
3955
+ if ('isModalCloseButton' in $$props) $$invalidate(7, isModalCloseButton = $$props.isModalCloseButton);
3956
+ if ('$$scope' in $$props) $$invalidate(9, $$scope = $$props.$$scope);
3955
3957
  };
3956
3958
 
3957
3959
  $$self.$$.update = () => {
3958
- if ($$self.$$.dirty & /*onClick, $valuesAreValid*/ 129) {
3960
+ if ($$self.$$.dirty & /*isModalCloseButton, onClick, $valuesAreValid*/ 385) {
3959
3961
  $$invalidate(2, disabled = (() => {
3960
3962
  let isEnabled = true;
3963
+ if (isModalCloseButton) return false;
3961
3964
 
3962
3965
  if (onClick.operation === 'submitForm') {
3963
3966
  isEnabled = $valuesAreValid;
@@ -3978,6 +3981,7 @@ function instance$1d($$self, $$props, $$invalidate) {
3978
3981
  valuesAreValid,
3979
3982
  eventName,
3980
3983
  eventValue,
3984
+ isModalCloseButton,
3981
3985
  $valuesAreValid,
3982
3986
  $$scope,
3983
3987
  slots
@@ -3998,7 +4002,8 @@ let Button$1 = class Button extends SvelteComponent {
3998
4002
  onClick: 0,
3999
4003
  eventName: 5,
4000
4004
  eventValue: 6,
4001
- style: 1
4005
+ style: 1,
4006
+ isModalCloseButton: 7
4002
4007
  },
4003
4008
  add_css$H
4004
4009
  );
@@ -4008,7 +4013,7 @@ let Button$1 = class Button extends SvelteComponent {
4008
4013
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
4009
4014
 
4010
4015
  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}}");
4016
+ 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
4017
  }
4013
4018
 
4014
4019
  // (278:0) {:else}
@@ -4158,7 +4163,7 @@ function create_if_block$c(ctx) {
4158
4163
  c() {
4159
4164
  div = element("div");
4160
4165
  create_component(button.$$.fragment);
4161
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
4166
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
4162
4167
  attr(div, "role", "dialog");
4163
4168
  attr(div, "aria-modal", "true");
4164
4169
  attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
@@ -4182,7 +4187,7 @@ function create_if_block$c(ctx) {
4182
4187
 
4183
4188
  button.$set(button_changes);
4184
4189
 
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"))) {
4190
+ 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
4191
  attr(div, "class", div_class_value);
4187
4192
  }
4188
4193
  },
@@ -4227,6 +4232,7 @@ function create_if_block_1$2(ctx) {
4227
4232
  style: /*_closeStyle*/ ctx[10],
4228
4233
  eventName: /*closeEventName*/ ctx[7],
4229
4234
  eventValue: /*closeEventValue*/ ctx[8],
4235
+ isModalCloseButton: true,
4230
4236
  $$slots: { default: [create_default_slot_1$1] },
4231
4237
  $$scope: { ctx }
4232
4238
  }
@@ -4236,7 +4242,7 @@ function create_if_block_1$2(ctx) {
4236
4242
  c() {
4237
4243
  div = element("div");
4238
4244
  create_component(button.$$.fragment);
4239
- attr(div, "class", "close svelte-1i2vo31");
4245
+ attr(div, "class", "close svelte-1ijkyzl");
4240
4246
  set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
4241
4247
  },
4242
4248
  m(target, anchor) {
@@ -4277,7 +4283,7 @@ function create_if_block_1$2(ctx) {
4277
4283
  };
4278
4284
  }
4279
4285
 
4280
- // (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
4286
+ // (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} isModalCloseButton={true} >
4281
4287
  function create_default_slot_1$1(ctx) {
4282
4288
  let svg;
4283
4289
  let path;
@@ -4325,7 +4331,7 @@ function create_default_slot$6(ctx) {
4325
4331
  t = space();
4326
4332
  div = element("div");
4327
4333
  if (default_slot) default_slot.c();
4328
- attr(div, "class", "modal-content svelte-1i2vo31");
4334
+ attr(div, "class", "modal-content svelte-1ijkyzl");
4329
4335
  attr(div, "style", /*_style*/ ctx[5]);
4330
4336
  },
4331
4337
  m(target, anchor) {
@@ -4976,7 +4982,7 @@ class Grid extends SvelteComponent {
4976
4982
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
4977
4983
 
4978
4984
  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}");
4985
+ 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
4986
  }
4981
4987
 
4982
4988
  function create_fragment$1a(ctx) {
@@ -4991,8 +4997,8 @@ function create_fragment$1a(ctx) {
4991
4997
  div1 = element("div");
4992
4998
  div0 = element("div");
4993
4999
  if (default_slot) default_slot.c();
4994
- attr(div0, "class", "grid-item-inner svelte-1cryhmb");
4995
- attr(div1, "class", "grid-item svelte-1cryhmb");
5000
+ attr(div0, "class", "grid-item-inner svelte-n7kdl3");
5001
+ attr(div1, "class", "grid-item svelte-n7kdl3");
4996
5002
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
4997
5003
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
4998
5004
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -5297,7 +5303,7 @@ class RenderText extends SvelteComponent {
5297
5303
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5298
5304
 
5299
5305
  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}");
5306
+ 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
5307
  }
5302
5308
 
5303
5309
  // (92:2) {:else}
@@ -5314,8 +5320,8 @@ function create_else_block$2(ctx) {
5314
5320
  div1 = element("div");
5315
5321
  div0 = element("div");
5316
5322
  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"));
5323
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5324
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5319
5325
  attr(div1, "style", /*style*/ ctx[5]);
5320
5326
  },
5321
5327
  m(target, anchor) {
@@ -5329,7 +5335,7 @@ function create_else_block$2(ctx) {
5329
5335
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5330
5336
  rendertext.$set(rendertext_changes);
5331
5337
 
5332
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
5338
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
5333
5339
  attr(div1, "class", div1_class_value);
5334
5340
  }
5335
5341
 
@@ -5379,12 +5385,12 @@ function create_if_block$a(ctx) {
5379
5385
  t2 = space();
5380
5386
  div2 = element("div");
5381
5387
  div2.textContent = "コピーできませんでした";
5382
- attr(div0, "class", "text-element-inner svelte-vz6867");
5388
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5383
5389
  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"));
5390
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5385
5391
  attr(a, "style", /*style*/ ctx[5]);
5386
- attr(div1, "class", "tooltip svelte-vz6867");
5387
- attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
5392
+ attr(div1, "class", "tooltip svelte-9ixs0b");
5393
+ attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
5388
5394
  },
5389
5395
  m(target, anchor) {
5390
5396
  insert(target, a, anchor);
@@ -5408,7 +5414,7 @@ function create_if_block$a(ctx) {
5408
5414
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5409
5415
  rendertext.$set(rendertext_changes);
5410
5416
 
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"))) {
5417
+ 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
5418
  attr(a, "class", a_class_value);
5413
5419
  }
5414
5420
 
@@ -5460,7 +5466,7 @@ function create_fragment$18(ctx) {
5460
5466
  c() {
5461
5467
  div = element("div");
5462
5468
  if_block.c();
5463
- attr(div, "class", "text-element-wrapper svelte-vz6867");
5469
+ attr(div, "class", "text-element-wrapper svelte-9ixs0b");
5464
5470
  },
5465
5471
  m(target, anchor) {
5466
5472
  insert(target, div, anchor);
@@ -5626,7 +5632,7 @@ class TextElement extends SvelteComponent {
5626
5632
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5627
5633
 
5628
5634
  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)}");
5635
+ 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
5636
  }
5631
5637
 
5632
5638
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -5682,7 +5688,7 @@ function create_fragment$17(ctx) {
5682
5688
  c() {
5683
5689
  div = element("div");
5684
5690
  create_component(button.$$.fragment);
5685
- attr(div, "class", "text-button-element svelte-ujdxfc");
5691
+ attr(div, "class", "text-button-element svelte-1vg84sc");
5686
5692
  },
5687
5693
  m(target, anchor) {
5688
5694
  insert(target, div, anchor);
@@ -5774,7 +5780,7 @@ class TextButtonElement extends SvelteComponent {
5774
5780
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5775
5781
 
5776
5782
  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%}");
5783
+ 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
5784
  }
5779
5785
 
5780
5786
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -5786,7 +5792,7 @@ function create_default_slot$4(ctx) {
5786
5792
  return {
5787
5793
  c() {
5788
5794
  img = element("img");
5789
- attr(img, "class", "image svelte-1alkh1m");
5795
+ attr(img, "class", "image svelte-t6tu0e");
5790
5796
  attr(img, "loading", "lazy");
5791
5797
  attr(img, "width", "auto");
5792
5798
  attr(img, "height", "auto");
@@ -5848,7 +5854,7 @@ function create_fragment$16(ctx) {
5848
5854
  c() {
5849
5855
  div = element("div");
5850
5856
  create_component(button.$$.fragment);
5851
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
5857
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
5852
5858
  },
5853
5859
  m(target, anchor) {
5854
5860
  insert(target, div, anchor);
@@ -5867,7 +5873,7 @@ function create_fragment$16(ctx) {
5867
5873
 
5868
5874
  button.$set(button_changes);
5869
5875
 
5870
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
5876
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
5871
5877
  attr(div, "class", div_class_value);
5872
5878
  }
5873
5879
  },
@@ -5939,7 +5945,7 @@ class ImageElement extends SvelteComponent {
5939
5945
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5940
5946
 
5941
5947
  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}");
5948
+ 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
5949
  }
5944
5950
 
5945
5951
  function create_fragment$15(ctx) {
@@ -5952,7 +5958,7 @@ function create_fragment$15(ctx) {
5952
5958
  c() {
5953
5959
  div = element("div");
5954
5960
  if (default_slot) default_slot.c();
5955
- attr(div, "class", "list svelte-1t8r9z");
5961
+ attr(div, "class", "list svelte-aquv6z");
5956
5962
  attr(div, "style", /*style*/ ctx[0]);
5957
5963
  },
5958
5964
  m(target, anchor) {
@@ -6086,7 +6092,7 @@ class List extends SvelteComponent {
6086
6092
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6087
6093
 
6088
6094
  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}");
6095
+ 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
6096
  }
6091
6097
 
6092
6098
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -6156,7 +6162,7 @@ function create_fragment$14(ctx) {
6156
6162
  c() {
6157
6163
  div = element("div");
6158
6164
  create_component(button.$$.fragment);
6159
- attr(div, "class", "list-item svelte-1lbw8v2");
6165
+ attr(div, "class", "list-item svelte-9n97pe");
6160
6166
  attr(div, "style", /*listItemStyle*/ ctx[3]);
6161
6167
  },
6162
6168
  m(target, anchor) {
@@ -6282,7 +6288,7 @@ class ListItem extends SvelteComponent {
6282
6288
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6283
6289
 
6284
6290
  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}");
6291
+ 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
6292
  }
6287
6293
 
6288
6294
  function create_fragment$13(ctx) {
@@ -6291,7 +6297,7 @@ function create_fragment$13(ctx) {
6291
6297
  return {
6292
6298
  c() {
6293
6299
  div = element("div");
6294
- attr(div, "class", "embed svelte-w6jkzh");
6300
+ attr(div, "class", "embed svelte-wocq4p");
6295
6301
  attr(div, "style", /*_style*/ ctx[1]);
6296
6302
  },
6297
6303
  m(target, anchor) {
@@ -6334,7 +6340,7 @@ class EmbedElement extends SvelteComponent {
6334
6340
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6335
6341
 
6336
6342
  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%}");
6343
+ 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
6344
  }
6339
6345
 
6340
6346
  function create_fragment$12(ctx) {
@@ -6346,7 +6352,7 @@ function create_fragment$12(ctx) {
6346
6352
  div1 = element("div");
6347
6353
  div0 = element("div");
6348
6354
  attr(div0, "class", "karte-player");
6349
- attr(div1, "class", "embed svelte-ljxq7x");
6355
+ attr(div1, "class", "embed svelte-vikz49");
6350
6356
  attr(div1, "style", /*_style*/ ctx[0]);
6351
6357
  },
6352
6358
  m(target, anchor) {
@@ -6688,7 +6694,7 @@ class MovieYouTubeElement extends SvelteComponent {
6688
6694
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6689
6695
 
6690
6696
  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%}");
6697
+ 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
6698
  }
6693
6699
 
6694
6700
  function create_fragment$11(ctx) {
@@ -6700,7 +6706,7 @@ function create_fragment$11(ctx) {
6700
6706
  div1 = element("div");
6701
6707
  div0 = element("div");
6702
6708
  attr(div0, "class", "karte-player");
6703
- attr(div1, "class", "embed svelte-ljxq7x");
6709
+ attr(div1, "class", "embed svelte-vikz49");
6704
6710
  attr(div1, "style", /*_style*/ ctx[0]);
6705
6711
  },
6706
6712
  m(target, anchor) {
@@ -6884,7 +6890,7 @@ class MovieVimeoElement extends SvelteComponent {
6884
6890
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
6885
6891
 
6886
6892
  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}");
6893
+ 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
6894
  }
6889
6895
 
6890
6896
  function create_fragment$10(ctx) {
@@ -6897,12 +6903,12 @@ function create_fragment$10(ctx) {
6897
6903
  c() {
6898
6904
  div = element("div");
6899
6905
  textarea = element("textarea");
6900
- attr(textarea, "class", "textarea svelte-1fjy5oo");
6906
+ attr(textarea, "class", "textarea svelte-zxvkkc");
6901
6907
  textarea.value = /*$value*/ ctx[4];
6902
6908
  textarea.required = /*required*/ ctx[1];
6903
6909
  attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
6904
6910
  attr(textarea, "style", /*style*/ ctx[3]);
6905
- attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
6911
+ attr(div, "class", "textarea-wrapper svelte-zxvkkc");
6906
6912
  attr(div, "style", /*styleVariables*/ ctx[2]);
6907
6913
  },
6908
6914
  m(target, anchor) {
@@ -7054,7 +7060,7 @@ class FormTextarea extends SvelteComponent {
7054
7060
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7055
7061
 
7056
7062
  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}");
7063
+ 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
7064
  }
7059
7065
 
7060
7066
  function get_each_context$6(ctx, list, i) {
@@ -7088,14 +7094,14 @@ function create_each_block$6(ctx) {
7088
7094
  t1 = text(t1_value);
7089
7095
  t2 = space();
7090
7096
  attr(input, "type", "radio");
7091
- attr(input, "class", "radio-button-input svelte-1ntb6j8");
7097
+ attr(input, "class", "radio-button-input svelte-17s08g");
7092
7098
  attr(input, "style", /*buttonStyle*/ ctx[5]);
7093
7099
  attr(input, "name", /*name*/ ctx[0]);
7094
7100
  input.value = input_value_value = /*option*/ ctx[17];
7095
7101
  input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
7096
- attr(span, "class", "radio-button-text svelte-1ntb6j8");
7102
+ attr(span, "class", "radio-button-text svelte-17s08g");
7097
7103
  attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7098
- attr(label, "class", "radio-button svelte-1ntb6j8");
7104
+ attr(label, "class", "radio-button svelte-17s08g");
7099
7105
  },
7100
7106
  m(target, anchor) {
7101
7107
  insert(target, label, anchor);
@@ -7160,7 +7166,7 @@ function create_fragment$$(ctx) {
7160
7166
  each_blocks[i].c();
7161
7167
  }
7162
7168
 
7163
- attr(div, "class", "radio-buttons svelte-1ntb6j8");
7169
+ attr(div, "class", "radio-buttons svelte-17s08g");
7164
7170
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7165
7171
  },
7166
7172
  m(target, anchor) {
@@ -7329,7 +7335,7 @@ class FormRadioButtons extends SvelteComponent {
7329
7335
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7330
7336
 
7331
7337
  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}");
7338
+ 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
7339
  }
7334
7340
 
7335
7341
  function get_each_context$5(ctx, list, i) {
@@ -7463,10 +7469,10 @@ function create_fragment$_(ctx) {
7463
7469
 
7464
7470
  t = space();
7465
7471
  div0 = element("div");
7466
- attr(select, "class", "select-select svelte-iejizj");
7472
+ attr(select, "class", "select-select svelte-t9ynyj");
7467
7473
  attr(select, "style", /*style*/ ctx[3]);
7468
- attr(div0, "class", "select-icon svelte-iejizj");
7469
- attr(div1, "class", "select svelte-iejizj");
7474
+ attr(div0, "class", "select-icon svelte-t9ynyj");
7475
+ attr(div1, "class", "select svelte-t9ynyj");
7470
7476
  attr(div1, "style", /*styleVariables*/ ctx[2]);
7471
7477
  },
7472
7478
  m(target, anchor) {
@@ -7668,7 +7674,7 @@ class FormSelect extends SvelteComponent {
7668
7674
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7669
7675
 
7670
7676
  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}");
7677
+ 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
7678
  }
7673
7679
 
7674
7680
  function get_each_context$4(ctx, list, i) {
@@ -7707,19 +7713,19 @@ function create_each_block$4(ctx) {
7707
7713
  span2 = element("span");
7708
7714
  t2 = text(t2_value);
7709
7715
  t3 = space();
7710
- attr(input, "class", "check-box-input svelte-2pz1us");
7716
+ attr(input, "class", "check-box-input svelte-1p65cg8");
7711
7717
  attr(input, "type", "checkbox");
7712
7718
  attr(input, "name", /*name*/ ctx[0]);
7713
7719
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
7714
- attr(span0, "class", "check-box-icon svelte-2pz1us");
7720
+ attr(span0, "class", "check-box-icon svelte-1p65cg8");
7715
7721
 
7716
7722
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7717
7723
  ? ' _checked'
7718
- : ''}`) + " svelte-2pz1us"));
7724
+ : ''}`) + " svelte-1p65cg8"));
7719
7725
 
7720
- attr(span2, "class", "check-box-text svelte-2pz1us");
7726
+ attr(span2, "class", "check-box-text svelte-1p65cg8");
7721
7727
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7722
- attr(label, "class", "check-box svelte-2pz1us");
7728
+ attr(label, "class", "check-box svelte-1p65cg8");
7723
7729
  attr(label, "style", /*styleVariables*/ ctx[5]);
7724
7730
  },
7725
7731
  m(target, anchor) {
@@ -7751,7 +7757,7 @@ function create_each_block$4(ctx) {
7751
7757
 
7752
7758
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7753
7759
  ? ' _checked'
7754
- : ''}`) + " svelte-2pz1us"))) {
7760
+ : ''}`) + " svelte-1p65cg8"))) {
7755
7761
  attr(span1, "class", span1_class_value);
7756
7762
  }
7757
7763
 
@@ -7790,7 +7796,7 @@ function create_fragment$Z(ctx) {
7790
7796
  each_blocks[i].c();
7791
7797
  }
7792
7798
 
7793
- attr(div, "class", "check-boxes svelte-2pz1us");
7799
+ attr(div, "class", "check-boxes svelte-1p65cg8");
7794
7800
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7795
7801
  },
7796
7802
  m(target, anchor) {
@@ -7965,7 +7971,7 @@ class FormCheckBoxes extends SvelteComponent {
7965
7971
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
7966
7972
 
7967
7973
  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}");
7974
+ 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
7975
  }
7970
7976
 
7971
7977
  function get_each_context$3(ctx, list, i) {
@@ -7989,7 +7995,7 @@ function create_each_block$3(ctx) {
7989
7995
  button = element("button");
7990
7996
  t0 = text(t0_value);
7991
7997
  t1 = space();
7992
- attr(button, "class", "rating-button svelte-9idbf1");
7998
+ attr(button, "class", "rating-button svelte-1iqf36p");
7993
7999
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
7994
8000
  },
7995
8001
  m(target, anchor) {
@@ -8038,7 +8044,7 @@ function create_fragment$Y(ctx) {
8038
8044
  each_blocks[i].c();
8039
8045
  }
8040
8046
 
8041
- attr(div, "class", "rating-buttons svelte-9idbf1");
8047
+ attr(div, "class", "rating-buttons svelte-1iqf36p");
8042
8048
  },
8043
8049
  m(target, anchor) {
8044
8050
  insert(target, div, anchor);
@@ -8182,7 +8188,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
8182
8188
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8183
8189
 
8184
8190
  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%)}");
8191
+ 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
8192
  }
8187
8193
 
8188
8194
  function get_each_context$2(ctx, list, i) {
@@ -8207,9 +8213,9 @@ function create_each_block$2(ctx) {
8207
8213
  img = element("img");
8208
8214
  t = space();
8209
8215
  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"));
8216
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
8211
8217
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
8212
- attr(button, "class", "rating-button svelte-1b5dvzw");
8218
+ attr(button, "class", "rating-button svelte-tbunko");
8213
8219
  attr(button, "style", /*buttonStyle*/ ctx[0]);
8214
8220
  },
8215
8221
  m(target, anchor) {
@@ -8225,7 +8231,7 @@ function create_each_block$2(ctx) {
8225
8231
  p(new_ctx, dirty) {
8226
8232
  ctx = new_ctx;
8227
8233
 
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"))) {
8234
+ 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
8235
  attr(img, "class", img_class_value);
8230
8236
  }
8231
8237
 
@@ -8258,7 +8264,7 @@ function create_fragment$X(ctx) {
8258
8264
  each_blocks[i].c();
8259
8265
  }
8260
8266
 
8261
- attr(div, "class", "rating-buttons svelte-1b5dvzw");
8267
+ attr(div, "class", "rating-buttons svelte-tbunko");
8262
8268
  },
8263
8269
  m(target, anchor) {
8264
8270
  insert(target, div, anchor);
@@ -8366,7 +8372,7 @@ class FormRatingButtonsFace extends SvelteComponent {
8366
8372
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8367
8373
 
8368
8374
  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}");
8375
+ 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
8376
  }
8371
8377
 
8372
8378
  function create_fragment$W(ctx) {
@@ -8380,13 +8386,13 @@ function create_fragment$W(ctx) {
8380
8386
  c() {
8381
8387
  div = element("div");
8382
8388
  input = element("input");
8383
- attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
8389
+ attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
8384
8390
  attr(input, "type", "text");
8385
8391
  input.value = /*$value*/ ctx[2];
8386
8392
  input.required = /*required*/ ctx[0];
8387
8393
  attr(input, "placeholder", /*placeholder*/ ctx[1]);
8388
8394
  attr(input, "style", /*style*/ ctx[5]);
8389
- attr(div, "class", "input-wrapper svelte-f14zo5");
8395
+ attr(div, "class", "input-wrapper svelte-h8fqwx");
8390
8396
  attr(div, "style", /*styleVariables*/ ctx[4]);
8391
8397
  },
8392
8398
  m(target, anchor) {
@@ -8399,7 +8405,7 @@ function create_fragment$W(ctx) {
8399
8405
  }
8400
8406
  },
8401
8407
  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"))) {
8408
+ if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
8403
8409
  attr(input, "class", input_class_value);
8404
8410
  }
8405
8411
 
@@ -8587,7 +8593,7 @@ class FormIdentifyInput extends SvelteComponent {
8587
8593
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8588
8594
 
8589
8595
  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}");
8596
+ 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
8597
  }
8592
8598
 
8593
8599
  function create_fragment$V(ctx) {
@@ -8625,20 +8631,20 @@ function create_fragment$V(ctx) {
8625
8631
  span1 = element("span");
8626
8632
  t4 = text("いいえ");
8627
8633
  attr(input0, "type", "radio");
8628
- attr(input0, "class", "radio-button-input svelte-pzrwlo");
8634
+ attr(input0, "class", "radio-button-input svelte-8zbmyo");
8629
8635
  attr(input0, "style", /*buttonStyle*/ ctx[2]);
8630
8636
  input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
8631
- attr(span0, "class", "radio-button-text svelte-pzrwlo");
8637
+ attr(span0, "class", "radio-button-text svelte-8zbmyo");
8632
8638
  attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8633
- attr(label0, "class", "radio-button svelte-pzrwlo");
8639
+ attr(label0, "class", "radio-button svelte-8zbmyo");
8634
8640
  attr(input1, "type", "radio");
8635
- attr(input1, "class", "radio-button-input svelte-pzrwlo");
8641
+ attr(input1, "class", "radio-button-input svelte-8zbmyo");
8636
8642
  attr(input1, "style", /*buttonStyle*/ ctx[2]);
8637
8643
  input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
8638
- attr(span1, "class", "radio-button-text svelte-pzrwlo");
8644
+ attr(span1, "class", "radio-button-text svelte-8zbmyo");
8639
8645
  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");
8646
+ attr(label1, "class", "radio-button svelte-8zbmyo");
8647
+ attr(div, "class", "radio-buttons svelte-8zbmyo");
8642
8648
  attr(div, "style", /*_layoutStyle*/ ctx[0]);
8643
8649
  },
8644
8650
  m(target, anchor) {
@@ -8806,7 +8812,7 @@ class FormIdentifyChoices extends SvelteComponent {
8806
8812
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
8807
8813
 
8808
8814
  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%}");
8815
+ 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
8816
  }
8811
8817
 
8812
8818
  function get_each_context$1(ctx, list, i) {
@@ -8835,9 +8841,9 @@ function create_if_block_1$1(ctx) {
8835
8841
  attr(svg, "viewBox", "0 0 10 16");
8836
8842
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8837
8843
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
8838
- attr(button, "class", "move-button svelte-1qfq79t");
8844
+ attr(button, "class", "move-button svelte-ji1fh");
8839
8845
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
8840
- attr(div, "class", "prev-button-container svelte-1qfq79t");
8846
+ attr(div, "class", "prev-button-container svelte-ji1fh");
8841
8847
  },
8842
8848
  m(target, anchor) {
8843
8849
  insert(target, div, anchor);
@@ -8886,9 +8892,9 @@ function create_if_block$8(ctx) {
8886
8892
  attr(svg, "viewBox", "0 0 10 16");
8887
8893
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8888
8894
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
8889
- attr(button, "class", "move-button svelte-1qfq79t");
8895
+ attr(button, "class", "move-button svelte-ji1fh");
8890
8896
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
8891
- attr(div, "class", "next-button-container svelte-1qfq79t");
8897
+ attr(div, "class", "next-button-container svelte-ji1fh");
8892
8898
  },
8893
8899
  m(target, anchor) {
8894
8900
  insert(target, div, anchor);
@@ -8936,9 +8942,9 @@ function create_each_block$1(ctx) {
8936
8942
  button = element("button");
8937
8943
  div = element("div");
8938
8944
  t = space();
8939
- attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
8945
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
8940
8946
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
8941
- attr(button, "class", "navigation-item svelte-1qfq79t");
8947
+ attr(button, "class", "navigation-item svelte-ji1fh");
8942
8948
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
8943
8949
  },
8944
8950
  m(target, anchor) {
@@ -9015,14 +9021,14 @@ function create_fragment$U(ctx) {
9015
9021
  each_blocks[i].c();
9016
9022
  }
9017
9023
 
9018
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
9024
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
9019
9025
  attr(div0, "style", /*slideStyle*/ ctx[14]);
9020
- attr(div1, "class", "container svelte-1qfq79t");
9026
+ attr(div1, "class", "container svelte-ji1fh");
9021
9027
  attr(div1, "style", /*_style*/ ctx[0]);
9022
- attr(div2, "class", "navigation svelte-1qfq79t");
9028
+ attr(div2, "class", "navigation svelte-ji1fh");
9023
9029
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
9024
9030
  set_attributes(div3, div3_data);
9025
- toggle_class(div3, "svelte-1qfq79t", true);
9031
+ toggle_class(div3, "svelte-ji1fh", true);
9026
9032
  },
9027
9033
  m(target, anchor) {
9028
9034
  insert(target, div3, anchor);
@@ -9064,7 +9070,7 @@ function create_fragment$U(ctx) {
9064
9070
  }
9065
9071
  }
9066
9072
 
9067
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
9073
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
9068
9074
  attr(div0, "class", div0_class_value);
9069
9075
  }
9070
9076
 
@@ -9130,7 +9136,7 @@ function create_fragment$U(ctx) {
9130
9136
  }
9131
9137
 
9132
9138
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
9133
- toggle_class(div3, "svelte-1qfq79t", true);
9139
+ toggle_class(div3, "svelte-ji1fh", true);
9134
9140
  },
9135
9141
  i(local) {
9136
9142
  if (current) return;
@@ -9642,7 +9648,7 @@ class Slide extends SvelteComponent {
9642
9648
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
9643
9649
 
9644
9650
  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}");
9651
+ 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
9652
  }
9647
9653
 
9648
9654
  function create_fragment$T(ctx) {
@@ -9657,9 +9663,9 @@ function create_fragment$T(ctx) {
9657
9663
  div1 = element("div");
9658
9664
  div0 = element("div");
9659
9665
  if (default_slot) default_slot.c();
9660
- attr(div0, "class", "item-inner svelte-1rv0qgo");
9666
+ attr(div0, "class", "item-inner svelte-9ygf1w");
9661
9667
  attr(div0, "style", /*_style*/ ctx[0]);
9662
- attr(div1, "class", "item svelte-1rv0qgo");
9668
+ attr(div1, "class", "item svelte-9ygf1w");
9663
9669
  attr(div1, "style", /*itemStyle*/ ctx[1]);
9664
9670
  },
9665
9671
  m(target, anchor) {
@@ -9785,7 +9791,7 @@ class SlideItem extends SvelteComponent {
9785
9791
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
9786
9792
 
9787
9793
  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}");
9794
+ 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
9795
  }
9790
9796
 
9791
9797
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -9803,9 +9809,9 @@ function create_fragment$S(ctx) {
9803
9809
  div1 = element("div");
9804
9810
  div0 = element("div");
9805
9811
  if (default_slot) default_slot.c();
9806
- attr(div0, "class", "countdown-inner svelte-t87l6f");
9812
+ attr(div0, "class", "countdown-inner svelte-rroxiz");
9807
9813
  attr(div0, "style", /*_style*/ ctx[0]);
9808
- attr(div1, "class", "countdown svelte-t87l6f");
9814
+ attr(div1, "class", "countdown svelte-rroxiz");
9809
9815
  },
9810
9816
  m(target, anchor) {
9811
9817
  insert(target, div1, anchor);
@@ -9939,7 +9945,7 @@ class Countdown extends SvelteComponent {
9939
9945
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
9940
9946
 
9941
9947
  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}");
9948
+ 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
9949
  }
9944
9950
 
9945
9951
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -10009,7 +10015,7 @@ function create_fragment$R(ctx) {
10009
10015
  c() {
10010
10016
  div = element("div");
10011
10017
  create_component(button.$$.fragment);
10012
- attr(div, "class", "box svelte-1c91vpe");
10018
+ attr(div, "class", "box svelte-1ccydfy");
10013
10019
  },
10014
10020
  m(target, anchor) {
10015
10021
  insert(target, div, anchor);
@@ -10070,7 +10076,7 @@ class Box extends SvelteComponent {
10070
10076
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10071
10077
 
10072
10078
  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)}");
10079
+ 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
10080
  }
10075
10081
 
10076
10082
  // (56:4) {#if svg}
@@ -10152,7 +10158,7 @@ function create_fragment$Q(ctx) {
10152
10158
  c() {
10153
10159
  div = element("div");
10154
10160
  create_component(button.$$.fragment);
10155
- attr(div, "class", "icon svelte-1mk6wi4");
10161
+ attr(div, "class", "icon svelte-1mkvcuo");
10156
10162
  },
10157
10163
  m(target, anchor) {
10158
10164
  insert(target, div, anchor);
@@ -10261,7 +10267,7 @@ class IconElement extends SvelteComponent {
10261
10267
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10262
10268
 
10263
10269
  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%}");
10270
+ append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10265
10271
  }
10266
10272
 
10267
10273
  function create_fragment$P(ctx) {
@@ -10287,7 +10293,7 @@ function create_fragment$P(ctx) {
10287
10293
  c() {
10288
10294
  div = element("div");
10289
10295
  if (switch_instance) create_component(switch_instance.$$.fragment);
10290
- attr(div, "class", "codeElement svelte-1ng2n51");
10296
+ attr(div, "class", "codeElement svelte-ymsb9l");
10291
10297
  attr(div, "style", /*style*/ ctx[3]);
10292
10298
  },
10293
10299
  m(target, anchor) {
@@ -10376,7 +10382,7 @@ class CodeElement extends SvelteComponent {
10376
10382
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10377
10383
 
10378
10384
  function add_css$i(target) {
10379
- append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
10385
+ append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10380
10386
  }
10381
10387
 
10382
10388
  function create_fragment$O(ctx) {
@@ -10390,7 +10396,7 @@ function create_fragment$O(ctx) {
10390
10396
  c() {
10391
10397
  div = element("div");
10392
10398
  if (default_slot) default_slot.c();
10393
- attr(div, "class", "flex svelte-9v2qdg");
10399
+ attr(div, "class", "flex svelte-1e71ejc");
10394
10400
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
10395
10401
  },
10396
10402
  m(target, anchor) {
@@ -10487,7 +10493,7 @@ class Flex extends SvelteComponent {
10487
10493
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
10488
10494
 
10489
10495
  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}");
10496
+ append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10491
10497
  }
10492
10498
 
10493
10499
  function create_fragment$N(ctx) {
@@ -10500,7 +10506,7 @@ function create_fragment$N(ctx) {
10500
10506
  c() {
10501
10507
  div = element("div");
10502
10508
  if (default_slot) default_slot.c();
10503
- attr(div, "class", "flex-item svelte-164ah5d");
10509
+ attr(div, "class", "flex-item svelte-1p0bk1x");
10504
10510
  attr(div, "style", /*style*/ ctx[0]);
10505
10511
  },
10506
10512
  m(target, anchor) {
@@ -10908,7 +10914,7 @@ class GridModalState extends SvelteComponent {
10908
10914
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
10909
10915
 
10910
10916
  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%}");
10917
+ 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
10918
  }
10913
10919
 
10914
10920
  function create_fragment$L(ctx) {
@@ -10924,8 +10930,8 @@ function create_fragment$L(ctx) {
10924
10930
  div1 = element("div");
10925
10931
  div0 = element("div");
10926
10932
  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"));
10933
+ attr(div0, "class", "text-block-inner svelte-15pej1m");
10934
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
10929
10935
  attr(div1, "style", /*style*/ ctx[2]);
10930
10936
  },
10931
10937
  m(target, anchor) {
@@ -10939,7 +10945,7 @@ function create_fragment$L(ctx) {
10939
10945
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
10940
10946
  rendertext.$set(rendertext_changes);
10941
10947
 
10942
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
10948
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
10943
10949
  attr(div1, "class", div1_class_value);
10944
10950
  }
10945
10951
 
@@ -11017,7 +11023,7 @@ class TextBlock extends SvelteComponent {
11017
11023
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11018
11024
 
11019
11025
  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)}");
11026
+ 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
11027
  }
11022
11028
 
11023
11029
  function create_fragment$K(ctx) {
@@ -11034,9 +11040,9 @@ function create_fragment$K(ctx) {
11034
11040
  div = element("div");
11035
11041
  button = element("button");
11036
11042
  create_component(rendertext.$$.fragment);
11037
- attr(button, "class", "text-button svelte-1c34p4n");
11043
+ attr(button, "class", "text-button svelte-ff0k6r");
11038
11044
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
11039
- attr(div, "class", "text-button-block svelte-1c34p4n");
11045
+ attr(div, "class", "text-button-block svelte-ff0k6r");
11040
11046
  attr(div, "style", /*_style*/ ctx[2]);
11041
11047
  },
11042
11048
  m(target, anchor) {
@@ -11142,7 +11148,7 @@ class TextButtonBlock extends SvelteComponent {
11142
11148
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11143
11149
 
11144
11150
  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)}");
11151
+ 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
11152
  }
11147
11153
 
11148
11154
  function create_fragment$J(ctx) {
@@ -11158,14 +11164,14 @@ function create_fragment$J(ctx) {
11158
11164
  c() {
11159
11165
  div = element("div");
11160
11166
  img = element("img");
11161
- attr(img, "class", "image svelte-1jus6sx");
11167
+ attr(img, "class", "image svelte-1pdw891");
11162
11168
  attr(img, "loading", "lazy");
11163
11169
  attr(img, "width", "auto");
11164
11170
  attr(img, "height", "auto");
11165
11171
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
11166
11172
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
11167
11173
  attr(img, "alt", /*alt*/ ctx[1]);
11168
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
11174
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
11169
11175
  attr(div, "style", /*_style*/ ctx[5]);
11170
11176
  },
11171
11177
  m(target, anchor) {
@@ -11190,7 +11196,7 @@ function create_fragment$J(ctx) {
11190
11196
  attr(img, "alt", /*alt*/ ctx[1]);
11191
11197
  }
11192
11198
 
11193
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
11199
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
11194
11200
  attr(div, "class", div_class_value);
11195
11201
  }
11196
11202
 
@@ -11449,7 +11455,7 @@ const useInjectCustomizeCss = (props) => {
11449
11455
  /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
11450
11456
 
11451
11457
  function add_css$d(target) {
11452
- append_styles(target, "svelte-uy130g", ".avatar.svelte-uy130g{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}");
11458
+ append_styles(target, "svelte-1vk223g", ".avatar.svelte-1vk223g{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}");
11453
11459
  }
11454
11460
 
11455
11461
  // (35:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -11479,7 +11485,7 @@ function create_dynamic_element$8(ctx) {
11479
11485
  svelte_element = element(/*element*/ ctx[5]);
11480
11486
  img = element("img");
11481
11487
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
11482
- attr(img, "class", "avatar-image svelte-uy130g");
11488
+ attr(img, "class", "avatar-image svelte-1vk223g");
11483
11489
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
11484
11490
  attr(img, "style", /*imgStyle*/ ctx[2]);
11485
11491
 
@@ -11489,7 +11495,7 @@ function create_dynamic_element$8(ctx) {
11489
11495
  set_attributes(svelte_element, svelte_element_data);
11490
11496
  }
11491
11497
 
11492
- toggle_class(svelte_element, "svelte-uy130g", true);
11498
+ toggle_class(svelte_element, "svelte-1vk223g", true);
11493
11499
  },
11494
11500
  m(target, anchor) {
11495
11501
  insert(target, svelte_element, anchor);
@@ -11526,7 +11532,7 @@ function create_dynamic_element$8(ctx) {
11526
11532
  set_attributes(svelte_element, svelte_element_data);
11527
11533
  }
11528
11534
 
11529
- toggle_class(svelte_element, "svelte-uy130g", true);
11535
+ toggle_class(svelte_element, "svelte-1vk223g", true);
11530
11536
  },
11531
11537
  d(detaching) {
11532
11538
  if (detaching) detach(svelte_element);
@@ -13329,7 +13335,7 @@ const ICON_VARIANTS = {
13329
13335
  /* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
13330
13336
 
13331
13337
  function add_css$c(target) {
13332
- append_styles(target, "svelte-mut6o2", ".icon.svelte-mut6o2{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13338
+ append_styles(target, "svelte-19rssou", ".icon.svelte-19rssou{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13333
13339
  }
13334
13340
 
13335
13341
  // (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -13377,7 +13383,7 @@ function create_dynamic_element$7(ctx) {
13377
13383
  set_attributes(svelte_element, svelte_element_data);
13378
13384
  }
13379
13385
 
13380
- toggle_class(svelte_element, "svelte-mut6o2", true);
13386
+ toggle_class(svelte_element, "svelte-19rssou", true);
13381
13387
  },
13382
13388
  m(target, anchor) {
13383
13389
  insert(target, svelte_element, anchor);
@@ -13430,7 +13436,7 @@ function create_dynamic_element$7(ctx) {
13430
13436
  set_attributes(svelte_element, svelte_element_data);
13431
13437
  }
13432
13438
 
13433
- toggle_class(svelte_element, "svelte-mut6o2", true);
13439
+ toggle_class(svelte_element, "svelte-19rssou", true);
13434
13440
  },
13435
13441
  i(local) {
13436
13442
  if (current) return;
@@ -13707,7 +13713,7 @@ function darkenColor(color, percent) {
13707
13713
  /* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
13708
13714
 
13709
13715
  function add_css$b(target) {
13710
- 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}");
13716
+ 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}");
13711
13717
  }
13712
13718
 
13713
13719
  // (49:2) {#if props.isIcon && props.iconVariant}
@@ -13731,7 +13737,7 @@ function create_if_block$6(ctx) {
13731
13737
  c() {
13732
13738
  div = element("div");
13733
13739
  create_component(icon.$$.fragment);
13734
- attr(div, "class", "button-icon svelte-1o60d09");
13740
+ attr(div, "class", "button-icon svelte-1ix4ul");
13735
13741
  },
13736
13742
  m(target, anchor) {
13737
13743
  insert(target, div, anchor);
@@ -13798,7 +13804,7 @@ function create_dynamic_element$6(ctx) {
13798
13804
  t0 = space();
13799
13805
  span = element("span");
13800
13806
  t1 = text(t1_value);
13801
- attr(span, "class", "button-label svelte-1o60d09");
13807
+ attr(span, "class", "button-label svelte-1ix4ul");
13802
13808
 
13803
13809
  if ((/-/).test(/*element*/ ctx[4])) {
13804
13810
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -13806,7 +13812,7 @@ function create_dynamic_element$6(ctx) {
13806
13812
  set_attributes(svelte_element, svelte_element_data);
13807
13813
  }
13808
13814
 
13809
- toggle_class(svelte_element, "svelte-1o60d09", true);
13815
+ toggle_class(svelte_element, "svelte-1ix4ul", true);
13810
13816
  },
13811
13817
  m(target, anchor) {
13812
13818
  insert(target, svelte_element, anchor);
@@ -13860,7 +13866,7 @@ function create_dynamic_element$6(ctx) {
13860
13866
  set_attributes(svelte_element, svelte_element_data);
13861
13867
  }
13862
13868
 
13863
- toggle_class(svelte_element, "svelte-1o60d09", true);
13869
+ toggle_class(svelte_element, "svelte-1ix4ul", true);
13864
13870
  },
13865
13871
  i(local) {
13866
13872
  if (current) return;
@@ -14091,7 +14097,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
14091
14097
  /* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
14092
14098
 
14093
14099
  function add_css$a(target) {
14094
- 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}");
14100
+ 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}");
14095
14101
  }
14096
14102
 
14097
14103
  // (50:2) {#if props.isIcon && props.iconVariant}
@@ -14115,7 +14121,7 @@ function create_if_block$5(ctx) {
14115
14121
  c() {
14116
14122
  div = element("div");
14117
14123
  create_component(icon.$$.fragment);
14118
- attr(div, "class", "button-outlined-icon svelte-ypshn1");
14124
+ attr(div, "class", "button-outlined-icon svelte-38fju1");
14119
14125
  },
14120
14126
  m(target, anchor) {
14121
14127
  insert(target, div, anchor);
@@ -14182,7 +14188,7 @@ function create_dynamic_element$5(ctx) {
14182
14188
  t0 = space();
14183
14189
  span = element("span");
14184
14190
  t1 = text(t1_value);
14185
- attr(span, "class", "button-outlined-label svelte-ypshn1");
14191
+ attr(span, "class", "button-outlined-label svelte-38fju1");
14186
14192
 
14187
14193
  if ((/-/).test(/*element*/ ctx[4])) {
14188
14194
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -14190,7 +14196,7 @@ function create_dynamic_element$5(ctx) {
14190
14196
  set_attributes(svelte_element, svelte_element_data);
14191
14197
  }
14192
14198
 
14193
- toggle_class(svelte_element, "svelte-ypshn1", true);
14199
+ toggle_class(svelte_element, "svelte-38fju1", true);
14194
14200
  },
14195
14201
  m(target, anchor) {
14196
14202
  insert(target, svelte_element, anchor);
@@ -14244,7 +14250,7 @@ function create_dynamic_element$5(ctx) {
14244
14250
  set_attributes(svelte_element, svelte_element_data);
14245
14251
  }
14246
14252
 
14247
- toggle_class(svelte_element, "svelte-ypshn1", true);
14253
+ toggle_class(svelte_element, "svelte-38fju1", true);
14248
14254
  },
14249
14255
  i(local) {
14250
14256
  if (current) return;
@@ -14433,7 +14439,7 @@ const BUTTON_TEXT_THEME_STYLES = {
14433
14439
  /* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
14434
14440
 
14435
14441
  function add_css$9(target) {
14436
- 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}");
14442
+ 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}");
14437
14443
  }
14438
14444
 
14439
14445
  // (46:2) {#if props.isIcon && props.iconVariant}
@@ -14457,7 +14463,7 @@ function create_if_block$4(ctx) {
14457
14463
  c() {
14458
14464
  div = element("div");
14459
14465
  create_component(icon.$$.fragment);
14460
- attr(div, "class", "button-text-icon svelte-lted9r");
14466
+ attr(div, "class", "button-text-icon svelte-1xgvp8r");
14461
14467
  },
14462
14468
  m(target, anchor) {
14463
14469
  insert(target, div, anchor);
@@ -14524,7 +14530,7 @@ function create_dynamic_element$4(ctx) {
14524
14530
  t0 = space();
14525
14531
  span = element("span");
14526
14532
  t1 = text(t1_value);
14527
- attr(span, "class", "button-text-label svelte-lted9r");
14533
+ attr(span, "class", "button-text-label svelte-1xgvp8r");
14528
14534
 
14529
14535
  if ((/-/).test(/*element*/ ctx[4])) {
14530
14536
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -14532,7 +14538,7 @@ function create_dynamic_element$4(ctx) {
14532
14538
  set_attributes(svelte_element, svelte_element_data);
14533
14539
  }
14534
14540
 
14535
- toggle_class(svelte_element, "svelte-lted9r", true);
14541
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
14536
14542
  },
14537
14543
  m(target, anchor) {
14538
14544
  insert(target, svelte_element, anchor);
@@ -14586,7 +14592,7 @@ function create_dynamic_element$4(ctx) {
14586
14592
  set_attributes(svelte_element, svelte_element_data);
14587
14593
  }
14588
14594
 
14589
- toggle_class(svelte_element, "svelte-lted9r", true);
14595
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
14590
14596
  },
14591
14597
  i(local) {
14592
14598
  if (current) return;
@@ -14748,7 +14754,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
14748
14754
  /* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
14749
14755
 
14750
14756
  function add_css$8(target) {
14751
- 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}");
14757
+ 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}");
14752
14758
  }
14753
14759
 
14754
14760
  // (91:2) {#if hasLabel}
@@ -14764,7 +14770,7 @@ function create_if_block$3(ctx) {
14764
14770
 
14765
14771
  attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
14766
14772
  ? 'close-button-order-one'
14767
- : '') + " svelte-3133h2");
14773
+ : '') + " svelte-3mvsv6");
14768
14774
  },
14769
14775
  m(target, anchor) {
14770
14776
  insert(target, span, anchor);
@@ -14824,7 +14830,7 @@ function create_dynamic_element$3(ctx) {
14824
14830
  set_style(svg, "width", "100%");
14825
14831
  set_style(svg, "height", "100%");
14826
14832
  attr(svg, "fill", /*color*/ ctx[8]);
14827
- attr(svg, "class", "svelte-3133h2");
14833
+ attr(svg, "class", "svelte-3mvsv6");
14828
14834
  attr(span, "style", /*iconStyle*/ ctx[1]);
14829
14835
 
14830
14836
  if ((/-/).test(/*element*/ ctx[6])) {
@@ -14833,7 +14839,7 @@ function create_dynamic_element$3(ctx) {
14833
14839
  set_attributes(svelte_element, svelte_element_data);
14834
14840
  }
14835
14841
 
14836
- toggle_class(svelte_element, "svelte-3133h2", true);
14842
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
14837
14843
  },
14838
14844
  m(target, anchor) {
14839
14845
  insert(target, svelte_element, anchor);
@@ -14879,7 +14885,7 @@ function create_dynamic_element$3(ctx) {
14879
14885
  set_attributes(svelte_element, svelte_element_data);
14880
14886
  }
14881
14887
 
14882
- toggle_class(svelte_element, "svelte-3133h2", true);
14888
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
14883
14889
  },
14884
14890
  d(detaching) {
14885
14891
  if (detaching) detach(svelte_element);
@@ -15079,7 +15085,7 @@ const ICON_SIZE_STYLES = {
15079
15085
  /* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
15080
15086
 
15081
15087
  function add_css$7(target) {
15082
- 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}");
15088
+ 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}");
15083
15089
  }
15084
15090
 
15085
15091
  // (19:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
@@ -15112,9 +15118,9 @@ function create_dynamic_element$2(ctx) {
15112
15118
  img = element("img");
15113
15119
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
15114
15120
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
15115
- attr(img, "class", "image-img svelte-1n4oa5l");
15121
+ attr(img, "class", "image-img svelte-10a9nyt");
15116
15122
  attr(object, "style", /*objectStyle*/ ctx[2]);
15117
- attr(object, "class", "image-object svelte-1n4oa5l");
15123
+ attr(object, "class", "image-object svelte-10a9nyt");
15118
15124
 
15119
15125
  if ((/-/).test(/*element*/ ctx[5])) {
15120
15126
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -15122,7 +15128,7 @@ function create_dynamic_element$2(ctx) {
15122
15128
  set_attributes(svelte_element, svelte_element_data);
15123
15129
  }
15124
15130
 
15125
- toggle_class(svelte_element, "svelte-1n4oa5l", true);
15131
+ toggle_class(svelte_element, "svelte-10a9nyt", true);
15126
15132
  },
15127
15133
  m(target, anchor) {
15128
15134
  insert(target, svelte_element, anchor);
@@ -15160,7 +15166,7 @@ function create_dynamic_element$2(ctx) {
15160
15166
  set_attributes(svelte_element, svelte_element_data);
15161
15167
  }
15162
15168
 
15163
- toggle_class(svelte_element, "svelte-1n4oa5l", true);
15169
+ toggle_class(svelte_element, "svelte-10a9nyt", true);
15164
15170
  },
15165
15171
  d(detaching) {
15166
15172
  if (detaching) detach(svelte_element);
@@ -15254,7 +15260,7 @@ class Image extends SvelteComponent {
15254
15260
  /* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
15255
15261
 
15256
15262
  function add_css$6(target) {
15257
- 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}");
15263
+ 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}");
15258
15264
  }
15259
15265
 
15260
15266
  // (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -15290,7 +15296,7 @@ function create_dynamic_element$1(ctx) {
15290
15296
  set_attributes(svelte_element, svelte_element_data);
15291
15297
  }
15292
15298
 
15293
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15299
+ toggle_class(svelte_element, "svelte-139vx15", true);
15294
15300
  },
15295
15301
  m(target, anchor) {
15296
15302
  insert(target, svelte_element, anchor);
@@ -15335,7 +15341,7 @@ function create_dynamic_element$1(ctx) {
15335
15341
  set_attributes(svelte_element, svelte_element_data);
15336
15342
  }
15337
15343
 
15338
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15344
+ toggle_class(svelte_element, "svelte-139vx15", true);
15339
15345
  },
15340
15346
  i(local) {
15341
15347
  if (current) return;
@@ -15459,7 +15465,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
15459
15465
  /* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
15460
15466
 
15461
15467
  function add_css$5(target) {
15462
- append_styles(target, "svelte-10vbkzx", ".container.svelte-10vbkzx{-webkit-user-drag:none}");
15468
+ append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
15463
15469
  }
15464
15470
 
15465
15471
  function get_each_context(ctx, list, i) {
@@ -15561,7 +15567,7 @@ function create_fragment$5(ctx) {
15561
15567
  each_blocks[i].c();
15562
15568
  }
15563
15569
 
15564
- attr(div0, "class", "container svelte-10vbkzx");
15570
+ attr(div0, "class", "container svelte-17ij7ip");
15565
15571
  attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
15566
15572
  attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
15567
15573
  attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
@@ -15967,7 +15973,7 @@ const TEXT_VARIANTS = {
15967
15973
  /* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
15968
15974
 
15969
15975
  function add_css$4(target) {
15970
- append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
15976
+ append_styles(target, "svelte-vifn7y", ".text.svelte-vifn7y{margin:0;word-break:break-all;text-decoration:none}");
15971
15977
  }
15972
15978
 
15973
15979
  function create_fragment$4(ctx) {
@@ -15976,7 +15982,7 @@ function create_fragment$4(ctx) {
15976
15982
  return {
15977
15983
  c() {
15978
15984
  p = element("p");
15979
- attr(p, "class", "text svelte-14kt34i");
15985
+ attr(p, "class", "text svelte-vifn7y");
15980
15986
  attr(p, "style", /*style*/ ctx[1]);
15981
15987
  attr(p, "data-layer-id", /*layerId*/ ctx[0]);
15982
15988
  },
@@ -16147,7 +16153,7 @@ const TEXT_LINK_THEME_STYLES = {
16147
16153
  /* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
16148
16154
 
16149
16155
  function add_css$3(target) {
16150
- 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}");
16156
+ 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}");
16151
16157
  }
16152
16158
 
16153
16159
  // (69:2) {#if props.isIcon && props.iconVariant}
@@ -16240,7 +16246,7 @@ function create_dynamic_element(ctx) {
16240
16246
  set_attributes(svelte_element, svelte_element_data);
16241
16247
  }
16242
16248
 
16243
- toggle_class(svelte_element, "svelte-1tdy1qt", true);
16249
+ toggle_class(svelte_element, "svelte-1y4hh01", true);
16244
16250
  },
16245
16251
  m(target, anchor) {
16246
16252
  insert(target, svelte_element, anchor);
@@ -16293,7 +16299,7 @@ function create_dynamic_element(ctx) {
16293
16299
  set_attributes(svelte_element, svelte_element_data);
16294
16300
  }
16295
16301
 
16296
- toggle_class(svelte_element, "svelte-1tdy1qt", true);
16302
+ toggle_class(svelte_element, "svelte-1y4hh01", true);
16297
16303
  },
16298
16304
  i(local) {
16299
16305
  if (current) return;
@@ -16463,7 +16469,7 @@ const TEXT_LINK_UNDERLINE = {
16463
16469
  /* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
16464
16470
 
16465
16471
  function add_css$2(target) {
16466
- 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}");
16472
+ 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}");
16467
16473
  }
16468
16474
 
16469
16475
  // (14:0) {#if backgroundOverlay}
@@ -16476,7 +16482,7 @@ function create_if_block$1(ctx) {
16476
16482
  return {
16477
16483
  c() {
16478
16484
  div = element("div");
16479
- attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
16485
+ attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
16480
16486
  },
16481
16487
  m(target, anchor) {
16482
16488
  insert(target, div, anchor);
@@ -16487,7 +16493,7 @@ function create_if_block$1(ctx) {
16487
16493
  }
16488
16494
  },
16489
16495
  p(ctx, dirty) {
16490
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
16496
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
16491
16497
  attr(div, "class", div_class_value);
16492
16498
  }
16493
16499
  },
@@ -16559,7 +16565,7 @@ class BackgroundOverlay extends SvelteComponent {
16559
16565
  /* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
16560
16566
 
16561
16567
  function add_css$1(target) {
16562
- 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}}");
16568
+ 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}}");
16563
16569
  }
16564
16570
 
16565
16571
  // (220:0) {:else}
@@ -16700,7 +16706,7 @@ function create_if_block(ctx) {
16700
16706
  c() {
16701
16707
  div = element("div");
16702
16708
  if (default_slot) default_slot.c();
16703
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
16709
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
16704
16710
  attr(div, "role", "dialog");
16705
16711
  attr(div, "aria-modal", "true");
16706
16712
  attr(div, "data-layer-id", /*layerId*/ ctx[2]);
@@ -16734,7 +16740,7 @@ function create_if_block(ctx) {
16734
16740
  }
16735
16741
  }
16736
16742
 
16737
- if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
16743
+ if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
16738
16744
  attr(div, "class", div_class_value);
16739
16745
  }
16740
16746
 
@@ -17197,7 +17203,7 @@ class Modal extends SvelteComponent {
17197
17203
  /* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
17198
17204
 
17199
17205
  function add_css(target) {
17200
- append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
17206
+ append_styles(target, "svelte-igivoz", ".code.svelte-igivoz{flex-grow:1;flex-shrink:0;align-self:stretch}");
17201
17207
  }
17202
17208
 
17203
17209
  function create_fragment(ctx) {
@@ -17207,7 +17213,7 @@ function create_fragment(ctx) {
17207
17213
  return {
17208
17214
  c() {
17209
17215
  div = element("div");
17210
- attr(div, "class", "code svelte-jviwnb");
17216
+ attr(div, "class", "code svelte-igivoz");
17211
17217
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
17212
17218
  },
17213
17219
  m(target, anchor) {