@plaidev/karte-action-sdk 1.1.243 → 1.1.244-28734218.eb9717d0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -2929,7 +2929,7 @@ function create_if_block$g(ctx) {
2929
2929
  };
2930
2930
  }
2931
2931
 
2932
- function create_fragment$1b(ctx) {
2932
+ function create_fragment$1c(ctx) {
2933
2933
  let head;
2934
2934
  let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$g(ctx);
2935
2935
 
@@ -2965,7 +2965,7 @@ function create_fragment$1b(ctx) {
2965
2965
  };
2966
2966
  }
2967
2967
 
2968
- function instance$1b($$self, $$props, $$invalidate) {
2968
+ function instance$1c($$self, $$props, $$invalidate) {
2969
2969
  let $fonts;
2970
2970
  component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
2971
2971
  let googleFontUrl = '';
@@ -2994,13 +2994,13 @@ function instance$1b($$self, $$props, $$invalidate) {
2994
2994
  class Header extends SvelteComponent {
2995
2995
  constructor(options) {
2996
2996
  super();
2997
- init(this, options, instance$1b, create_fragment$1b, safe_not_equal, {});
2997
+ init(this, options, instance$1c, create_fragment$1c, safe_not_equal, {});
2998
2998
  }
2999
2999
  }
3000
3000
 
3001
3001
  /* src/components/State.svelte generated by Svelte v3.53.1 */
3002
3002
 
3003
- function create_fragment$1a(ctx) {
3003
+ function create_fragment$1b(ctx) {
3004
3004
  let header;
3005
3005
  let t;
3006
3006
  let current;
@@ -3059,7 +3059,7 @@ function create_fragment$1a(ctx) {
3059
3059
  };
3060
3060
  }
3061
3061
 
3062
- function instance$1a($$self, $$props, $$invalidate) {
3062
+ function instance$1b($$self, $$props, $$invalidate) {
3063
3063
  let { $$slots: slots = {}, $$scope } = $$props;
3064
3064
 
3065
3065
  $$self.$$set = $$props => {
@@ -3072,14 +3072,14 @@ function instance$1a($$self, $$props, $$invalidate) {
3072
3072
  class State extends SvelteComponent {
3073
3073
  constructor(options) {
3074
3074
  super();
3075
- init(this, options, instance$1a, create_fragment$1a, safe_not_equal, {});
3075
+ init(this, options, instance$1b, create_fragment$1b, safe_not_equal, {});
3076
3076
  }
3077
3077
  }
3078
3078
 
3079
3079
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3080
3080
 
3081
- function add_css$G(target) {
3082
- append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
3081
+ function add_css$D(target) {
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);
@@ -3145,7 +3145,7 @@ function create_if_block$f(ctx) {
3145
3145
  };
3146
3146
  }
3147
3147
 
3148
- function create_fragment$19(ctx) {
3148
+ function create_fragment$1a(ctx) {
3149
3149
  let if_block_anchor;
3150
3150
  let current;
3151
3151
  let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$f(ctx);
@@ -3206,7 +3206,7 @@ function getStateItemContext() {
3206
3206
  return getContext(STATE_ITEM_CONTEXT_KEY);
3207
3207
  }
3208
3208
 
3209
- function instance$19($$self, $$props, $$invalidate) {
3209
+ function instance$1a($$self, $$props, $$invalidate) {
3210
3210
  let $state;
3211
3211
  component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
3212
3212
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -3232,7 +3232,7 @@ function instance$19($$self, $$props, $$invalidate) {
3232
3232
  class StateItem extends SvelteComponent {
3233
3233
  constructor(options) {
3234
3234
  super();
3235
- init(this, options, instance$19, create_fragment$19, safe_not_equal, { path: 0 }, add_css$G);
3235
+ init(this, options, instance$1a, create_fragment$1a, safe_not_equal, { path: 0 }, add_css$D);
3236
3236
  }
3237
3237
  }
3238
3238
 
@@ -3417,8 +3417,8 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3417
3417
 
3418
3418
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3419
3419
 
3420
- function add_css$F(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}");
3420
+ function add_css$C(target) {
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
  },
@@ -3454,7 +3454,7 @@ function create_if_block$e(ctx) {
3454
3454
  };
3455
3455
  }
3456
3456
 
3457
- function create_fragment$18(ctx) {
3457
+ function create_fragment$19(ctx) {
3458
3458
  let if_block_anchor;
3459
3459
  let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$e(ctx);
3460
3460
 
@@ -3490,7 +3490,7 @@ function create_fragment$18(ctx) {
3490
3490
  };
3491
3491
  }
3492
3492
 
3493
- function instance$18($$self, $$props, $$invalidate) {
3493
+ function instance$19($$self, $$props, $$invalidate) {
3494
3494
  let { backgroundOverlay = false } = $$props;
3495
3495
  let { class: className = undefined } = $$props;
3496
3496
  const dispatch = createEventDispatcher();
@@ -3507,7 +3507,7 @@ function instance$18($$self, $$props, $$invalidate) {
3507
3507
  let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
3508
3508
  constructor(options) {
3509
3509
  super();
3510
- init(this, options, instance$18, create_fragment$18, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$F);
3510
+ init(this, options, instance$19, create_fragment$19, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$C);
3511
3511
  }
3512
3512
  };
3513
3513
 
@@ -3547,8 +3547,8 @@ function checkStopPropagation(eventName, handler) {
3547
3547
 
3548
3548
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3549
3549
 
3550
- function add_css$E(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}");
3550
+ function add_css$B(target) {
3551
+ append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
3552
3552
  }
3553
3553
 
3554
3554
  // (50:0) {:else}
@@ -3577,7 +3577,7 @@ function create_else_block$6(ctx) {
3577
3577
  button = element("button");
3578
3578
  if (default_slot) default_slot.c();
3579
3579
  set_attributes(button, button_data);
3580
- toggle_class(button, "svelte-1kmu8zp", true);
3580
+ toggle_class(button, "svelte-15k4deh", true);
3581
3581
  },
3582
3582
  m(target, anchor) {
3583
3583
  insert(target, button, anchor);
@@ -3616,7 +3616,7 @@ function create_else_block$6(ctx) {
3616
3616
  dataAttrStopPropagation('click')
3617
3617
  ]));
3618
3618
 
3619
- toggle_class(button, "svelte-1kmu8zp", true);
3619
+ toggle_class(button, "svelte-15k4deh", true);
3620
3620
  },
3621
3621
  i(local) {
3622
3622
  if (current) return;
@@ -3647,7 +3647,7 @@ function create_if_block_2$2(ctx) {
3647
3647
  c() {
3648
3648
  div = element("div");
3649
3649
  if (default_slot) default_slot.c();
3650
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
3650
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
3651
3651
  attr(div, "style", /*style*/ ctx[1]);
3652
3652
  },
3653
3653
  m(target, anchor) {
@@ -3731,7 +3731,7 @@ function create_if_block_1$4(ctx) {
3731
3731
  a = element("a");
3732
3732
  if (default_slot) default_slot.c();
3733
3733
  set_attributes(a, a_data);
3734
- toggle_class(a, "svelte-1kmu8zp", true);
3734
+ toggle_class(a, "svelte-15k4deh", true);
3735
3735
  },
3736
3736
  m(target, anchor) {
3737
3737
  insert(target, a, anchor);
@@ -3773,7 +3773,7 @@ function create_if_block_1$4(ctx) {
3773
3773
  dataAttrStopPropagation('click')
3774
3774
  ]));
3775
3775
 
3776
- toggle_class(a, "svelte-1kmu8zp", true);
3776
+ toggle_class(a, "svelte-15k4deh", true);
3777
3777
  },
3778
3778
  i(local) {
3779
3779
  if (current) return;
@@ -3804,7 +3804,7 @@ function create_if_block$d(ctx) {
3804
3804
  c() {
3805
3805
  div = element("div");
3806
3806
  if (default_slot) default_slot.c();
3807
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
3807
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
3808
3808
  attr(div, "style", /*style*/ ctx[1]);
3809
3809
  },
3810
3810
  m(target, anchor) {
@@ -3852,7 +3852,7 @@ function create_if_block$d(ctx) {
3852
3852
  };
3853
3853
  }
3854
3854
 
3855
- function create_fragment$17(ctx) {
3855
+ function create_fragment$18(ctx) {
3856
3856
  let current_block_type_index;
3857
3857
  let if_block;
3858
3858
  let if_block_anchor;
@@ -3925,7 +3925,7 @@ function create_fragment$17(ctx) {
3925
3925
 
3926
3926
  const BUTTON_CLASS = 'button';
3927
3927
 
3928
- function instance$17($$self, $$props, $$invalidate) {
3928
+ function instance$18($$self, $$props, $$invalidate) {
3929
3929
  let disabled;
3930
3930
  let $valuesAreValid;
3931
3931
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -3991,8 +3991,8 @@ let Button$1 = class Button extends SvelteComponent {
3991
3991
  init(
3992
3992
  this,
3993
3993
  options,
3994
- instance$17,
3995
- create_fragment$17,
3994
+ instance$18,
3995
+ create_fragment$18,
3996
3996
  safe_not_equal,
3997
3997
  {
3998
3998
  onClick: 0,
@@ -4000,15 +4000,15 @@ let Button$1 = class Button extends SvelteComponent {
4000
4000
  eventValue: 6,
4001
4001
  style: 1
4002
4002
  },
4003
- add_css$E
4003
+ add_css$B
4004
4004
  );
4005
4005
  }
4006
4006
  };
4007
4007
 
4008
4008
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
4009
4009
 
4010
- function add_css$D(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}}");
4010
+ function add_css$A(target) {
4011
+ append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
4012
4012
  }
4013
4013
 
4014
4014
  // (277:0) {:else}
@@ -4158,7 +4158,7 @@ function create_if_block$c(ctx) {
4158
4158
  c() {
4159
4159
  div = element("div");
4160
4160
  create_component(button.$$.fragment);
4161
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
4161
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
4162
4162
  attr(div, "role", "dialog");
4163
4163
  attr(div, "aria-modal", "true");
4164
4164
  attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
@@ -4182,7 +4182,7 @@ function create_if_block$c(ctx) {
4182
4182
 
4183
4183
  button.$set(button_changes);
4184
4184
 
4185
- if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
4185
+ if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
4186
4186
  attr(div, "class", div_class_value);
4187
4187
  }
4188
4188
  },
@@ -4236,7 +4236,7 @@ function create_if_block_1$3(ctx) {
4236
4236
  c() {
4237
4237
  div = element("div");
4238
4238
  create_component(button.$$.fragment);
4239
- attr(div, "class", "close svelte-1i2vo31");
4239
+ attr(div, "class", "close svelte-1ijkyzl");
4240
4240
  set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
4241
4241
  },
4242
4242
  m(target, anchor) {
@@ -4325,7 +4325,7 @@ function create_default_slot$b(ctx) {
4325
4325
  t = space();
4326
4326
  div = element("div");
4327
4327
  if (default_slot) default_slot.c();
4328
- attr(div, "class", "modal-content svelte-1i2vo31");
4328
+ attr(div, "class", "modal-content svelte-1ijkyzl");
4329
4329
  attr(div, "style", /*_style*/ ctx[5]);
4330
4330
  },
4331
4331
  m(target, anchor) {
@@ -4402,7 +4402,7 @@ function create_default_slot$b(ctx) {
4402
4402
  };
4403
4403
  }
4404
4404
 
4405
- function create_fragment$16(ctx) {
4405
+ function create_fragment$17(ctx) {
4406
4406
  let show_if;
4407
4407
  let current_block_type_index;
4408
4408
  let if_block0;
@@ -4520,7 +4520,7 @@ function create_fragment$16(ctx) {
4520
4520
  };
4521
4521
  }
4522
4522
 
4523
- function instance$16($$self, $$props, $$invalidate) {
4523
+ function instance$17($$self, $$props, $$invalidate) {
4524
4524
  let close;
4525
4525
  let closable;
4526
4526
  let backgroundClick;
@@ -4831,8 +4831,8 @@ let Modal$1 = class Modal extends SvelteComponent {
4831
4831
  init(
4832
4832
  this,
4833
4833
  options,
4834
- instance$16,
4835
- create_fragment$16,
4834
+ instance$17,
4835
+ create_fragment$17,
4836
4836
  safe_not_equal,
4837
4837
  {
4838
4838
  onClick: 0,
@@ -4850,7 +4850,7 @@ let Modal$1 = class Modal extends SvelteComponent {
4850
4850
  closeButtonColor: 9,
4851
4851
  _closeStyle: 10
4852
4852
  },
4853
- add_css$D,
4853
+ add_css$A,
4854
4854
  [-1, -1]
4855
4855
  );
4856
4856
  }
@@ -4858,7 +4858,7 @@ let Modal$1 = class Modal extends SvelteComponent {
4858
4858
 
4859
4859
  /* src/components/Grid.svelte generated by Svelte v3.53.1 */
4860
4860
 
4861
- function create_fragment$15(ctx) {
4861
+ function create_fragment$16(ctx) {
4862
4862
  let div;
4863
4863
  let current;
4864
4864
  const default_slot_template = /*#slots*/ ctx[8].default;
@@ -4916,7 +4916,7 @@ function create_fragment$15(ctx) {
4916
4916
  };
4917
4917
  }
4918
4918
 
4919
- function instance$15($$self, $$props, $$invalidate) {
4919
+ function instance$16($$self, $$props, $$invalidate) {
4920
4920
  let _style;
4921
4921
  let { $$slots: slots = {}, $$scope } = $$props;
4922
4922
  let { width = '512px' } = $$props;
@@ -4961,7 +4961,7 @@ class Grid extends SvelteComponent {
4961
4961
  constructor(options) {
4962
4962
  super();
4963
4963
 
4964
- init(this, options, instance$15, create_fragment$15, safe_not_equal, {
4964
+ init(this, options, instance$16, create_fragment$16, safe_not_equal, {
4965
4965
  width: 1,
4966
4966
  height: 2,
4967
4967
  rows: 3,
@@ -4974,11 +4974,11 @@ class Grid extends SvelteComponent {
4974
4974
 
4975
4975
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
4976
4976
 
4977
- function add_css$C(target) {
4978
- append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
4977
+ function add_css$z(target) {
4978
+ append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
4979
4979
  }
4980
4980
 
4981
- function create_fragment$14(ctx) {
4981
+ function create_fragment$15(ctx) {
4982
4982
  let div1;
4983
4983
  let div0;
4984
4984
  let current;
@@ -4990,8 +4990,8 @@ function create_fragment$14(ctx) {
4990
4990
  div1 = element("div");
4991
4991
  div0 = element("div");
4992
4992
  if (default_slot) default_slot.c();
4993
- attr(div0, "class", "grid-item-inner svelte-1cryhmb");
4994
- attr(div1, "class", "grid-item svelte-1cryhmb");
4993
+ attr(div0, "class", "grid-item-inner svelte-n7kdl3");
4994
+ attr(div1, "class", "grid-item svelte-n7kdl3");
4995
4995
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
4996
4996
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
4997
4997
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -5052,7 +5052,7 @@ function create_fragment$14(ctx) {
5052
5052
 
5053
5053
  const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
5054
5054
 
5055
- function instance$14($$self, $$props, $$invalidate) {
5055
+ function instance$15($$self, $$props, $$invalidate) {
5056
5056
  let _style;
5057
5057
  let { $$slots: slots = {}, $$scope } = $$props;
5058
5058
  let { x1 } = $$props;
@@ -5101,8 +5101,8 @@ class GridItem extends SvelteComponent {
5101
5101
  init(
5102
5102
  this,
5103
5103
  options,
5104
- instance$14,
5105
- create_fragment$14,
5104
+ instance$15,
5105
+ create_fragment$15,
5106
5106
  safe_not_equal,
5107
5107
  {
5108
5108
  x1: 2,
@@ -5113,14 +5113,14 @@ class GridItem extends SvelteComponent {
5113
5113
  background: 7,
5114
5114
  gridItemId: 0
5115
5115
  },
5116
- add_css$C
5116
+ add_css$z
5117
5117
  );
5118
5118
  }
5119
5119
  }
5120
5120
 
5121
5121
  /* src/components/RenderText.svelte generated by Svelte v3.53.1 */
5122
5122
 
5123
- function get_each_context$6(ctx, list, i) {
5123
+ function get_each_context$7(ctx, list, i) {
5124
5124
  const child_ctx = ctx.slice();
5125
5125
  child_ctx[2] = list[i];
5126
5126
  return child_ctx;
@@ -5166,7 +5166,7 @@ function create_if_block$b(ctx) {
5166
5166
  }
5167
5167
 
5168
5168
  // (10:0) {#each items as item}
5169
- function create_each_block$6(ctx) {
5169
+ function create_each_block$7(ctx) {
5170
5170
  let show_if;
5171
5171
  let if_block_anchor;
5172
5172
 
@@ -5209,13 +5209,13 @@ function create_each_block$6(ctx) {
5209
5209
  };
5210
5210
  }
5211
5211
 
5212
- function create_fragment$13(ctx) {
5212
+ function create_fragment$14(ctx) {
5213
5213
  let each_1_anchor;
5214
5214
  let each_value = /*items*/ ctx[0];
5215
5215
  let each_blocks = [];
5216
5216
 
5217
5217
  for (let i = 0; i < each_value.length; i += 1) {
5218
- each_blocks[i] = create_each_block$6(get_each_context$6(ctx, each_value, i));
5218
+ each_blocks[i] = create_each_block$7(get_each_context$7(ctx, each_value, i));
5219
5219
  }
5220
5220
 
5221
5221
  return {
@@ -5239,12 +5239,12 @@ function create_fragment$13(ctx) {
5239
5239
  let i;
5240
5240
 
5241
5241
  for (i = 0; i < each_value.length; i += 1) {
5242
- const child_ctx = get_each_context$6(ctx, each_value, i);
5242
+ const child_ctx = get_each_context$7(ctx, each_value, i);
5243
5243
 
5244
5244
  if (each_blocks[i]) {
5245
5245
  each_blocks[i].p(child_ctx, dirty);
5246
5246
  } else {
5247
- each_blocks[i] = create_each_block$6(child_ctx);
5247
+ each_blocks[i] = create_each_block$7(child_ctx);
5248
5248
  each_blocks[i].c();
5249
5249
  each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor);
5250
5250
  }
@@ -5268,7 +5268,7 @@ function create_fragment$13(ctx) {
5268
5268
 
5269
5269
  const regexp = /(\r?\n)/;
5270
5270
 
5271
- function instance$13($$self, $$props, $$invalidate) {
5271
+ function instance$14($$self, $$props, $$invalidate) {
5272
5272
  let items;
5273
5273
  let { text = 'サンプルSample' } = $$props;
5274
5274
 
@@ -5289,14 +5289,14 @@ function instance$13($$self, $$props, $$invalidate) {
5289
5289
  class RenderText extends SvelteComponent {
5290
5290
  constructor(options) {
5291
5291
  super();
5292
- init(this, options, instance$13, create_fragment$13, safe_not_equal, { text: 1 });
5292
+ init(this, options, instance$14, create_fragment$14, safe_not_equal, { text: 1 });
5293
5293
  }
5294
5294
  }
5295
5295
 
5296
5296
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5297
5297
 
5298
- function add_css$B(target) {
5299
- 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}");
5298
+ function add_css$y(target) {
5299
+ 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}");
5300
5300
  }
5301
5301
 
5302
5302
  // (94:2) {:else}
@@ -5313,8 +5313,8 @@ function create_else_block$3(ctx) {
5313
5313
  div1 = element("div");
5314
5314
  div0 = element("div");
5315
5315
  create_component(rendertext.$$.fragment);
5316
- attr(div0, "class", "text-element-inner svelte-vz6867");
5317
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5316
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5317
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5318
5318
  attr(div1, "style", /*style*/ ctx[5]);
5319
5319
  },
5320
5320
  m(target, anchor) {
@@ -5328,7 +5328,7 @@ function create_else_block$3(ctx) {
5328
5328
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5329
5329
  rendertext.$set(rendertext_changes);
5330
5330
 
5331
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
5331
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
5332
5332
  attr(div1, "class", div1_class_value);
5333
5333
  }
5334
5334
 
@@ -5378,12 +5378,12 @@ function create_if_block$a(ctx) {
5378
5378
  t2 = space();
5379
5379
  div2 = element("div");
5380
5380
  div2.textContent = "コピーできませんでした";
5381
- attr(div0, "class", "text-element-inner svelte-vz6867");
5381
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5382
5382
  attr(a, "href", '');
5383
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5383
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5384
5384
  attr(a, "style", /*style*/ ctx[5]);
5385
- attr(div1, "class", "tooltip svelte-vz6867");
5386
- attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
5385
+ attr(div1, "class", "tooltip svelte-9ixs0b");
5386
+ attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
5387
5387
  },
5388
5388
  m(target, anchor) {
5389
5389
  insert(target, a, anchor);
@@ -5407,7 +5407,7 @@ function create_if_block$a(ctx) {
5407
5407
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5408
5408
  rendertext.$set(rendertext_changes);
5409
5409
 
5410
- 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"))) {
5410
+ 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"))) {
5411
5411
  attr(a, "class", a_class_value);
5412
5412
  }
5413
5413
 
@@ -5439,7 +5439,7 @@ function create_if_block$a(ctx) {
5439
5439
  };
5440
5440
  }
5441
5441
 
5442
- function create_fragment$12(ctx) {
5442
+ function create_fragment$13(ctx) {
5443
5443
  let div;
5444
5444
  let current_block_type_index;
5445
5445
  let if_block;
@@ -5459,7 +5459,7 @@ function create_fragment$12(ctx) {
5459
5459
  c() {
5460
5460
  div = element("div");
5461
5461
  if_block.c();
5462
- attr(div, "class", "text-element-wrapper svelte-vz6867");
5462
+ attr(div, "class", "text-element-wrapper svelte-9ixs0b");
5463
5463
  },
5464
5464
  m(target, anchor) {
5465
5465
  insert(target, div, anchor);
@@ -5509,7 +5509,7 @@ function create_fragment$12(ctx) {
5509
5509
  };
5510
5510
  }
5511
5511
 
5512
- function instance$12($$self, $$props, $$invalidate) {
5512
+ function instance$13($$self, $$props, $$invalidate) {
5513
5513
  let style;
5514
5514
  let { text = 'テキストのコンテンツ' } = $$props;
5515
5515
  let { font = SYSTEM_FONT } = $$props;
@@ -5605,8 +5605,8 @@ class TextElement extends SvelteComponent {
5605
5605
  init(
5606
5606
  this,
5607
5607
  options,
5608
- instance$12,
5609
- create_fragment$12,
5608
+ instance$13,
5609
+ create_fragment$13,
5610
5610
  safe_not_equal,
5611
5611
  {
5612
5612
  text: 0,
@@ -5617,15 +5617,15 @@ class TextElement extends SvelteComponent {
5617
5617
  enableCopy: 2,
5618
5618
  eventName: 10
5619
5619
  },
5620
- add_css$B
5620
+ add_css$y
5621
5621
  );
5622
5622
  }
5623
5623
  }
5624
5624
 
5625
5625
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5626
5626
 
5627
- function add_css$A(target) {
5628
- 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)}");
5627
+ function add_css$x(target) {
5628
+ 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)}");
5629
5629
  }
5630
5630
 
5631
5631
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -5662,7 +5662,7 @@ function create_default_slot$a(ctx) {
5662
5662
  };
5663
5663
  }
5664
5664
 
5665
- function create_fragment$11(ctx) {
5665
+ function create_fragment$12(ctx) {
5666
5666
  let div;
5667
5667
  let button;
5668
5668
  let current;
@@ -5681,7 +5681,7 @@ function create_fragment$11(ctx) {
5681
5681
  c() {
5682
5682
  div = element("div");
5683
5683
  create_component(button.$$.fragment);
5684
- attr(div, "class", "text-button-element svelte-ujdxfc");
5684
+ attr(div, "class", "text-button-element svelte-1vg84sc");
5685
5685
  },
5686
5686
  m(target, anchor) {
5687
5687
  insert(target, div, anchor);
@@ -5716,7 +5716,7 @@ function create_fragment$11(ctx) {
5716
5716
  };
5717
5717
  }
5718
5718
 
5719
- function instance$11($$self, $$props, $$invalidate) {
5719
+ function instance$12($$self, $$props, $$invalidate) {
5720
5720
  let style;
5721
5721
  let { text = 'ボタンのラベル' } = $$props;
5722
5722
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -5754,8 +5754,8 @@ class TextButtonElement extends SvelteComponent {
5754
5754
  init(
5755
5755
  this,
5756
5756
  options,
5757
- instance$11,
5758
- create_fragment$11,
5757
+ instance$12,
5758
+ create_fragment$12,
5759
5759
  safe_not_equal,
5760
5760
  {
5761
5761
  text: 0,
@@ -5765,15 +5765,15 @@ class TextButtonElement extends SvelteComponent {
5765
5765
  _buttonStyle: 5,
5766
5766
  _style: 6
5767
5767
  },
5768
- add_css$A
5768
+ add_css$x
5769
5769
  );
5770
5770
  }
5771
5771
  }
5772
5772
 
5773
5773
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5774
5774
 
5775
- function add_css$z(target) {
5776
- 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%}");
5775
+ function add_css$w(target) {
5776
+ 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%}");
5777
5777
  }
5778
5778
 
5779
5779
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -5785,7 +5785,7 @@ function create_default_slot$9(ctx) {
5785
5785
  return {
5786
5786
  c() {
5787
5787
  img = element("img");
5788
- attr(img, "class", "image svelte-1alkh1m");
5788
+ attr(img, "class", "image svelte-t6tu0e");
5789
5789
  attr(img, "loading", "lazy");
5790
5790
  attr(img, "width", "auto");
5791
5791
  attr(img, "height", "auto");
@@ -5827,7 +5827,7 @@ function create_default_slot$9(ctx) {
5827
5827
  };
5828
5828
  }
5829
5829
 
5830
- function create_fragment$10(ctx) {
5830
+ function create_fragment$11(ctx) {
5831
5831
  let div;
5832
5832
  let button;
5833
5833
  let div_class_value;
@@ -5847,7 +5847,7 @@ function create_fragment$10(ctx) {
5847
5847
  c() {
5848
5848
  div = element("div");
5849
5849
  create_component(button.$$.fragment);
5850
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
5850
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
5851
5851
  },
5852
5852
  m(target, anchor) {
5853
5853
  insert(target, div, anchor);
@@ -5866,7 +5866,7 @@ function create_fragment$10(ctx) {
5866
5866
 
5867
5867
  button.$set(button_changes);
5868
5868
 
5869
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
5869
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
5870
5870
  attr(div, "class", div_class_value);
5871
5871
  }
5872
5872
  },
@@ -5886,7 +5886,7 @@ function create_fragment$10(ctx) {
5886
5886
  };
5887
5887
  }
5888
5888
 
5889
- function instance$10($$self, $$props, $$invalidate) {
5889
+ function instance$11($$self, $$props, $$invalidate) {
5890
5890
  let { src = '' } = $$props;
5891
5891
  let { alt = '画像の説明' } = $$props;
5892
5892
  let { transport = false } = $$props;
@@ -5917,8 +5917,8 @@ class ImageElement extends SvelteComponent {
5917
5917
  init(
5918
5918
  this,
5919
5919
  options,
5920
- instance$10,
5921
- create_fragment$10,
5920
+ instance$11,
5921
+ create_fragment$11,
5922
5922
  safe_not_equal,
5923
5923
  {
5924
5924
  src: 0,
@@ -5930,18 +5930,18 @@ class ImageElement extends SvelteComponent {
5930
5930
  _imageStyle: 6,
5931
5931
  _style: 7
5932
5932
  },
5933
- add_css$z
5933
+ add_css$w
5934
5934
  );
5935
5935
  }
5936
5936
  }
5937
5937
 
5938
5938
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5939
5939
 
5940
- function add_css$y(target) {
5941
- 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}");
5940
+ function add_css$v(target) {
5941
+ 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}");
5942
5942
  }
5943
5943
 
5944
- function create_fragment$$(ctx) {
5944
+ function create_fragment$10(ctx) {
5945
5945
  let div;
5946
5946
  let current;
5947
5947
  const default_slot_template = /*#slots*/ ctx[6].default;
@@ -5951,7 +5951,7 @@ function create_fragment$$(ctx) {
5951
5951
  c() {
5952
5952
  div = element("div");
5953
5953
  if (default_slot) default_slot.c();
5954
- attr(div, "class", "list svelte-1t8r9z");
5954
+ attr(div, "class", "list svelte-aquv6z");
5955
5955
  attr(div, "style", /*style*/ ctx[0]);
5956
5956
  },
5957
5957
  m(target, anchor) {
@@ -6001,7 +6001,7 @@ function create_fragment$$(ctx) {
6001
6001
 
6002
6002
  const LIST_CONTEXT_KEY = Symbol();
6003
6003
 
6004
- function instance$$($$self, $$props, $$invalidate) {
6004
+ function instance$10($$self, $$props, $$invalidate) {
6005
6005
  let style;
6006
6006
  let { $$slots: slots = {}, $$scope } = $$props;
6007
6007
  let { direction = 'vertical' } = $$props;
@@ -6068,8 +6068,8 @@ class List extends SvelteComponent {
6068
6068
  init(
6069
6069
  this,
6070
6070
  options,
6071
- instance$$,
6072
- create_fragment$$,
6071
+ instance$10,
6072
+ create_fragment$10,
6073
6073
  safe_not_equal,
6074
6074
  {
6075
6075
  direction: 1,
@@ -6077,15 +6077,15 @@ class List extends SvelteComponent {
6077
6077
  background: 3,
6078
6078
  _style: 4
6079
6079
  },
6080
- add_css$y
6080
+ add_css$v
6081
6081
  );
6082
6082
  }
6083
6083
  }
6084
6084
 
6085
6085
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6086
6086
 
6087
- function add_css$x(target) {
6088
- 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}");
6087
+ function add_css$u(target) {
6088
+ 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}");
6089
6089
  }
6090
6090
 
6091
6091
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -6136,7 +6136,7 @@ function create_default_slot$8(ctx) {
6136
6136
  };
6137
6137
  }
6138
6138
 
6139
- function create_fragment$_(ctx) {
6139
+ function create_fragment$$(ctx) {
6140
6140
  let div;
6141
6141
  let button;
6142
6142
  let current;
@@ -6155,7 +6155,7 @@ function create_fragment$_(ctx) {
6155
6155
  c() {
6156
6156
  div = element("div");
6157
6157
  create_component(button.$$.fragment);
6158
- attr(div, "class", "list-item svelte-1lbw8v2");
6158
+ attr(div, "class", "list-item svelte-9n97pe");
6159
6159
  attr(div, "style", /*listItemStyle*/ ctx[3]);
6160
6160
  },
6161
6161
  m(target, anchor) {
@@ -6195,7 +6195,7 @@ function create_fragment$_(ctx) {
6195
6195
  };
6196
6196
  }
6197
6197
 
6198
- function instance$_($$self, $$props, $$invalidate) {
6198
+ function instance$$($$self, $$props, $$invalidate) {
6199
6199
  let listItemStyle;
6200
6200
  let { $$slots: slots = {}, $$scope } = $$props;
6201
6201
  const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
@@ -6274,23 +6274,23 @@ function instance$_($$self, $$props, $$invalidate) {
6274
6274
  class ListItem extends SvelteComponent {
6275
6275
  constructor(options) {
6276
6276
  super();
6277
- init(this, options, instance$_, create_fragment$_, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$x);
6277
+ init(this, options, instance$$, create_fragment$$, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$u);
6278
6278
  }
6279
6279
  }
6280
6280
 
6281
6281
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6282
6282
 
6283
- function add_css$w(target) {
6284
- 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}");
6283
+ function add_css$t(target) {
6284
+ 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}");
6285
6285
  }
6286
6286
 
6287
- function create_fragment$Z(ctx) {
6287
+ function create_fragment$_(ctx) {
6288
6288
  let div;
6289
6289
 
6290
6290
  return {
6291
6291
  c() {
6292
6292
  div = element("div");
6293
- attr(div, "class", "embed svelte-w6jkzh");
6293
+ attr(div, "class", "embed svelte-wocq4p");
6294
6294
  attr(div, "style", /*_style*/ ctx[1]);
6295
6295
  },
6296
6296
  m(target, anchor) {
@@ -6311,7 +6311,7 @@ function create_fragment$Z(ctx) {
6311
6311
  };
6312
6312
  }
6313
6313
 
6314
- function instance$Z($$self, $$props, $$invalidate) {
6314
+ function instance$_($$self, $$props, $$invalidate) {
6315
6315
  let { code } = $$props;
6316
6316
  let { _style = '' } = $$props;
6317
6317
 
@@ -6326,17 +6326,17 @@ function instance$Z($$self, $$props, $$invalidate) {
6326
6326
  class EmbedElement extends SvelteComponent {
6327
6327
  constructor(options) {
6328
6328
  super();
6329
- init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { code: 0, _style: 1 }, add_css$w);
6329
+ init(this, options, instance$_, create_fragment$_, safe_not_equal, { code: 0, _style: 1 }, add_css$t);
6330
6330
  }
6331
6331
  }
6332
6332
 
6333
6333
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6334
6334
 
6335
- function add_css$v(target) {
6336
- 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%}");
6335
+ function add_css$s(target) {
6336
+ 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%}");
6337
6337
  }
6338
6338
 
6339
- function create_fragment$Y(ctx) {
6339
+ function create_fragment$Z(ctx) {
6340
6340
  let div1;
6341
6341
  let div0;
6342
6342
 
@@ -6345,7 +6345,7 @@ function create_fragment$Y(ctx) {
6345
6345
  div1 = element("div");
6346
6346
  div0 = element("div");
6347
6347
  attr(div0, "class", "karte-player");
6348
- attr(div1, "class", "embed svelte-ljxq7x");
6348
+ attr(div1, "class", "embed svelte-vikz49");
6349
6349
  attr(div1, "style", /*_style*/ ctx[0]);
6350
6350
  },
6351
6351
  m(target, anchor) {
@@ -6377,7 +6377,7 @@ function _setValue(obj, key, value) {
6377
6377
  }
6378
6378
  }
6379
6379
 
6380
- function instance$Y($$self, $$props, $$invalidate) {
6380
+ function instance$Z($$self, $$props, $$invalidate) {
6381
6381
  let $system;
6382
6382
  component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
6383
6383
  let { videoId = 'wt0OjOeX-JA' } = $$props;
@@ -6648,8 +6648,8 @@ class MovieYouTubeElement extends SvelteComponent {
6648
6648
  init(
6649
6649
  this,
6650
6650
  options,
6651
- instance$Y,
6652
- create_fragment$Y,
6651
+ instance$Z,
6652
+ create_fragment$Z,
6653
6653
  safe_not_equal,
6654
6654
  {
6655
6655
  videoId: 2,
@@ -6678,7 +6678,7 @@ class MovieYouTubeElement extends SvelteComponent {
6678
6678
  mute: 25,
6679
6679
  _style: 0
6680
6680
  },
6681
- add_css$v,
6681
+ add_css$s,
6682
6682
  [-1, -1]
6683
6683
  );
6684
6684
  }
@@ -6686,11 +6686,11 @@ class MovieYouTubeElement extends SvelteComponent {
6686
6686
 
6687
6687
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6688
6688
 
6689
- function add_css$u(target) {
6690
- 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%}");
6689
+ function add_css$r(target) {
6690
+ 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%}");
6691
6691
  }
6692
6692
 
6693
- function create_fragment$X(ctx) {
6693
+ function create_fragment$Y(ctx) {
6694
6694
  let div1;
6695
6695
  let div0;
6696
6696
 
@@ -6699,7 +6699,7 @@ function create_fragment$X(ctx) {
6699
6699
  div1 = element("div");
6700
6700
  div0 = element("div");
6701
6701
  attr(div0, "class", "karte-player");
6702
- attr(div1, "class", "embed svelte-ljxq7x");
6702
+ attr(div1, "class", "embed svelte-vikz49");
6703
6703
  attr(div1, "style", /*_style*/ ctx[0]);
6704
6704
  },
6705
6705
  m(target, anchor) {
@@ -6721,7 +6721,7 @@ function create_fragment$X(ctx) {
6721
6721
  };
6722
6722
  }
6723
6723
 
6724
- function instance$X($$self, $$props, $$invalidate) {
6724
+ function instance$Y($$self, $$props, $$invalidate) {
6725
6725
  let $system;
6726
6726
  component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
6727
6727
  let { videoId = "201239468" } = $$props;
@@ -6864,8 +6864,8 @@ class MovieVimeoElement extends SvelteComponent {
6864
6864
  init(
6865
6865
  this,
6866
6866
  options,
6867
- instance$X,
6868
- create_fragment$X,
6867
+ instance$Y,
6868
+ create_fragment$Y,
6869
6869
  safe_not_equal,
6870
6870
  {
6871
6871
  videoId: 2,
@@ -6875,18 +6875,18 @@ class MovieVimeoElement extends SvelteComponent {
6875
6875
  mute: 6,
6876
6876
  _style: 0
6877
6877
  },
6878
- add_css$u
6878
+ add_css$r
6879
6879
  );
6880
6880
  }
6881
6881
  }
6882
6882
 
6883
6883
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
6884
6884
 
6885
- function add_css$t(target) {
6886
- 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}");
6885
+ function add_css$q(target) {
6886
+ 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}");
6887
6887
  }
6888
6888
 
6889
- function create_fragment$W(ctx) {
6889
+ function create_fragment$X(ctx) {
6890
6890
  let div;
6891
6891
  let textarea;
6892
6892
  let mounted;
@@ -6896,12 +6896,12 @@ function create_fragment$W(ctx) {
6896
6896
  c() {
6897
6897
  div = element("div");
6898
6898
  textarea = element("textarea");
6899
- attr(textarea, "class", "textarea svelte-1fjy5oo");
6899
+ attr(textarea, "class", "textarea svelte-zxvkkc");
6900
6900
  textarea.value = /*$value*/ ctx[4];
6901
6901
  textarea.required = /*required*/ ctx[1];
6902
6902
  attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
6903
6903
  attr(textarea, "style", /*style*/ ctx[3]);
6904
- attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
6904
+ attr(div, "class", "textarea-wrapper svelte-zxvkkc");
6905
6905
  attr(div, "style", /*styleVariables*/ ctx[2]);
6906
6906
  },
6907
6907
  m(target, anchor) {
@@ -6944,7 +6944,7 @@ function create_fragment$W(ctx) {
6944
6944
  };
6945
6945
  }
6946
6946
 
6947
- function instance$W($$self, $$props, $$invalidate) {
6947
+ function instance$X($$self, $$props, $$invalidate) {
6948
6948
  let style;
6949
6949
  let styleVariables;
6950
6950
  let $value;
@@ -7032,8 +7032,8 @@ class FormTextarea extends SvelteComponent {
7032
7032
  init(
7033
7033
  this,
7034
7034
  options,
7035
- instance$W,
7036
- create_fragment$W,
7035
+ instance$X,
7036
+ create_fragment$X,
7037
7037
  safe_not_equal,
7038
7038
  {
7039
7039
  name: 7,
@@ -7045,18 +7045,18 @@ class FormTextarea extends SvelteComponent {
7045
7045
  _textStyle: 11,
7046
7046
  _placeholderStyle: 12
7047
7047
  },
7048
- add_css$t
7048
+ add_css$q
7049
7049
  );
7050
7050
  }
7051
7051
  }
7052
7052
 
7053
7053
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7054
7054
 
7055
- function add_css$s(target) {
7056
- 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}");
7055
+ function add_css$p(target) {
7056
+ 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}");
7057
7057
  }
7058
7058
 
7059
- function get_each_context$5(ctx, list, i) {
7059
+ function get_each_context$6(ctx, list, i) {
7060
7060
  const child_ctx = ctx.slice();
7061
7061
  child_ctx[17] = list[i];
7062
7062
  child_ctx[19] = i;
@@ -7064,7 +7064,7 @@ function get_each_context$5(ctx, list, i) {
7064
7064
  }
7065
7065
 
7066
7066
  // (99:2) {#each _options as option, i}
7067
- function create_each_block$5(ctx) {
7067
+ function create_each_block$6(ctx) {
7068
7068
  let label;
7069
7069
  let input;
7070
7070
  let input_value_value;
@@ -7087,14 +7087,14 @@ function create_each_block$5(ctx) {
7087
7087
  t1 = text(t1_value);
7088
7088
  t2 = space();
7089
7089
  attr(input, "type", "radio");
7090
- attr(input, "class", "radio-button-input svelte-1ntb6j8");
7090
+ attr(input, "class", "radio-button-input svelte-17s08g");
7091
7091
  attr(input, "style", /*buttonStyle*/ ctx[5]);
7092
7092
  attr(input, "name", /*name*/ ctx[0]);
7093
7093
  input.value = input_value_value = /*option*/ ctx[17];
7094
7094
  input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
7095
- attr(span, "class", "radio-button-text svelte-1ntb6j8");
7095
+ attr(span, "class", "radio-button-text svelte-17s08g");
7096
7096
  attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7097
- attr(label, "class", "radio-button svelte-1ntb6j8");
7097
+ attr(label, "class", "radio-button svelte-17s08g");
7098
7098
  },
7099
7099
  m(target, anchor) {
7100
7100
  insert(target, label, anchor);
@@ -7142,13 +7142,13 @@ function create_each_block$5(ctx) {
7142
7142
  };
7143
7143
  }
7144
7144
 
7145
- function create_fragment$V(ctx) {
7145
+ function create_fragment$W(ctx) {
7146
7146
  let div;
7147
7147
  let each_value = /*_options*/ ctx[4];
7148
7148
  let each_blocks = [];
7149
7149
 
7150
7150
  for (let i = 0; i < each_value.length; i += 1) {
7151
- each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i));
7151
+ each_blocks[i] = create_each_block$6(get_each_context$6(ctx, each_value, i));
7152
7152
  }
7153
7153
 
7154
7154
  return {
@@ -7159,7 +7159,7 @@ function create_fragment$V(ctx) {
7159
7159
  each_blocks[i].c();
7160
7160
  }
7161
7161
 
7162
- attr(div, "class", "radio-buttons svelte-1ntb6j8");
7162
+ attr(div, "class", "radio-buttons svelte-17s08g");
7163
7163
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7164
7164
  },
7165
7165
  m(target, anchor) {
@@ -7175,12 +7175,12 @@ function create_fragment$V(ctx) {
7175
7175
  let i;
7176
7176
 
7177
7177
  for (i = 0; i < each_value.length; i += 1) {
7178
- const child_ctx = get_each_context$5(ctx, each_value, i);
7178
+ const child_ctx = get_each_context$6(ctx, each_value, i);
7179
7179
 
7180
7180
  if (each_blocks[i]) {
7181
7181
  each_blocks[i].p(child_ctx, dirty);
7182
7182
  } else {
7183
- each_blocks[i] = create_each_block$5(child_ctx);
7183
+ each_blocks[i] = create_each_block$6(child_ctx);
7184
7184
  each_blocks[i].c();
7185
7185
  each_blocks[i].m(div, null);
7186
7186
  }
@@ -7206,7 +7206,7 @@ function create_fragment$V(ctx) {
7206
7206
  };
7207
7207
  }
7208
7208
 
7209
- function instance$V($$self, $$props, $$invalidate) {
7209
+ function instance$W($$self, $$props, $$invalidate) {
7210
7210
  let _options;
7211
7211
  let buttonStyle;
7212
7212
  let _value;
@@ -7306,8 +7306,8 @@ class FormRadioButtons extends SvelteComponent {
7306
7306
  init(
7307
7307
  this,
7308
7308
  options,
7309
- instance$V,
7310
- create_fragment$V,
7309
+ instance$W,
7310
+ create_fragment$W,
7311
7311
  safe_not_equal,
7312
7312
  {
7313
7313
  name: 0,
@@ -7320,18 +7320,18 @@ class FormRadioButtons extends SvelteComponent {
7320
7320
  buttonColor: 13,
7321
7321
  buttonColorActive: 14
7322
7322
  },
7323
- add_css$s
7323
+ add_css$p
7324
7324
  );
7325
7325
  }
7326
7326
  }
7327
7327
 
7328
7328
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7329
7329
 
7330
- function add_css$r(target) {
7331
- 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}");
7330
+ function add_css$o(target) {
7331
+ 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}");
7332
7332
  }
7333
7333
 
7334
- function get_each_context$4(ctx, list, i) {
7334
+ function get_each_context$5(ctx, list, i) {
7335
7335
  const child_ctx = ctx.slice();
7336
7336
  child_ctx[19] = list[i];
7337
7337
  child_ctx[21] = i;
@@ -7380,7 +7380,7 @@ function create_if_block$9(ctx) {
7380
7380
  }
7381
7381
 
7382
7382
  // (103:6) {#each _options as option, i}
7383
- function create_each_block$4(ctx) {
7383
+ function create_each_block$5(ctx) {
7384
7384
  let option;
7385
7385
  let t;
7386
7386
  let option_value_value;
@@ -7437,7 +7437,7 @@ function create_each_block$4(ctx) {
7437
7437
  };
7438
7438
  }
7439
7439
 
7440
- function create_fragment$U(ctx) {
7440
+ function create_fragment$V(ctx) {
7441
7441
  let div1;
7442
7442
  let select;
7443
7443
  let t;
@@ -7448,7 +7448,7 @@ function create_fragment$U(ctx) {
7448
7448
  let each_blocks = [];
7449
7449
 
7450
7450
  for (let i = 0; i < each_value.length; i += 1) {
7451
- each_blocks[i] = create_each_block$4(get_each_context$4(ctx, each_value, i));
7451
+ each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i));
7452
7452
  }
7453
7453
 
7454
7454
  return {
@@ -7462,10 +7462,10 @@ function create_fragment$U(ctx) {
7462
7462
 
7463
7463
  t = space();
7464
7464
  div0 = element("div");
7465
- attr(select, "class", "select-select svelte-iejizj");
7465
+ attr(select, "class", "select-select svelte-t9ynyj");
7466
7466
  attr(select, "style", /*style*/ ctx[3]);
7467
- attr(div0, "class", "select-icon svelte-iejizj");
7468
- attr(div1, "class", "select svelte-iejizj");
7467
+ attr(div0, "class", "select-icon svelte-t9ynyj");
7468
+ attr(div1, "class", "select svelte-t9ynyj");
7469
7469
  attr(div1, "style", /*styleVariables*/ ctx[2]);
7470
7470
  },
7471
7471
  m(target, anchor) {
@@ -7490,12 +7490,12 @@ function create_fragment$U(ctx) {
7490
7490
  let i;
7491
7491
 
7492
7492
  for (i = 0; i < each_value.length; i += 1) {
7493
- const child_ctx = get_each_context$4(ctx, each_value, i);
7493
+ const child_ctx = get_each_context$5(ctx, each_value, i);
7494
7494
 
7495
7495
  if (each_blocks[i]) {
7496
7496
  each_blocks[i].p(child_ctx, dirty);
7497
7497
  } else {
7498
- each_blocks[i] = create_each_block$4(child_ctx);
7498
+ each_blocks[i] = create_each_block$5(child_ctx);
7499
7499
  each_blocks[i].c();
7500
7500
  each_blocks[i].m(select, null);
7501
7501
  }
@@ -7527,7 +7527,7 @@ function create_fragment$U(ctx) {
7527
7527
  };
7528
7528
  }
7529
7529
 
7530
- function instance$U($$self, $$props, $$invalidate) {
7530
+ function instance$V($$self, $$props, $$invalidate) {
7531
7531
  let _options;
7532
7532
  let style;
7533
7533
  let styleVariables;
@@ -7643,8 +7643,8 @@ class FormSelect extends SvelteComponent {
7643
7643
  init(
7644
7644
  this,
7645
7645
  options,
7646
- instance$U,
7647
- create_fragment$U,
7646
+ instance$V,
7647
+ create_fragment$V,
7648
7648
  safe_not_equal,
7649
7649
  {
7650
7650
  name: 7,
@@ -7659,18 +7659,18 @@ class FormSelect extends SvelteComponent {
7659
7659
  iconColor: 15,
7660
7660
  iconSize: 16
7661
7661
  },
7662
- add_css$r
7662
+ add_css$o
7663
7663
  );
7664
7664
  }
7665
7665
  }
7666
7666
 
7667
7667
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7668
7668
 
7669
- function add_css$q(target) {
7670
- 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}");
7669
+ function add_css$n(target) {
7670
+ 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}");
7671
7671
  }
7672
7672
 
7673
- function get_each_context$3(ctx, list, i) {
7673
+ function get_each_context$4(ctx, list, i) {
7674
7674
  const child_ctx = ctx.slice();
7675
7675
  child_ctx[17] = list[i];
7676
7676
  child_ctx[19] = i;
@@ -7678,7 +7678,7 @@ function get_each_context$3(ctx, list, i) {
7678
7678
  }
7679
7679
 
7680
7680
  // (105:2) {#each _options as option, i}
7681
- function create_each_block$3(ctx) {
7681
+ function create_each_block$4(ctx) {
7682
7682
  let label;
7683
7683
  let input;
7684
7684
  let input_checked_value;
@@ -7706,19 +7706,19 @@ function create_each_block$3(ctx) {
7706
7706
  span2 = element("span");
7707
7707
  t2 = text(t2_value);
7708
7708
  t3 = space();
7709
- attr(input, "class", "check-box-input svelte-2pz1us");
7709
+ attr(input, "class", "check-box-input svelte-1p65cg8");
7710
7710
  attr(input, "type", "checkbox");
7711
7711
  attr(input, "name", /*name*/ ctx[0]);
7712
7712
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
7713
- attr(span0, "class", "check-box-icon svelte-2pz1us");
7713
+ attr(span0, "class", "check-box-icon svelte-1p65cg8");
7714
7714
 
7715
7715
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7716
7716
  ? ' _checked'
7717
- : ''}`) + " svelte-2pz1us"));
7717
+ : ''}`) + " svelte-1p65cg8"));
7718
7718
 
7719
- attr(span2, "class", "check-box-text svelte-2pz1us");
7719
+ attr(span2, "class", "check-box-text svelte-1p65cg8");
7720
7720
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7721
- attr(label, "class", "check-box svelte-2pz1us");
7721
+ attr(label, "class", "check-box svelte-1p65cg8");
7722
7722
  attr(label, "style", /*styleVariables*/ ctx[5]);
7723
7723
  },
7724
7724
  m(target, anchor) {
@@ -7750,7 +7750,7 @@ function create_each_block$3(ctx) {
7750
7750
 
7751
7751
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7752
7752
  ? ' _checked'
7753
- : ''}`) + " svelte-2pz1us"))) {
7753
+ : ''}`) + " svelte-1p65cg8"))) {
7754
7754
  attr(span1, "class", span1_class_value);
7755
7755
  }
7756
7756
 
@@ -7772,13 +7772,13 @@ function create_each_block$3(ctx) {
7772
7772
  };
7773
7773
  }
7774
7774
 
7775
- function create_fragment$T(ctx) {
7775
+ function create_fragment$U(ctx) {
7776
7776
  let div;
7777
7777
  let each_value = /*_options*/ ctx[3];
7778
7778
  let each_blocks = [];
7779
7779
 
7780
7780
  for (let i = 0; i < each_value.length; i += 1) {
7781
- each_blocks[i] = create_each_block$3(get_each_context$3(ctx, each_value, i));
7781
+ each_blocks[i] = create_each_block$4(get_each_context$4(ctx, each_value, i));
7782
7782
  }
7783
7783
 
7784
7784
  return {
@@ -7789,7 +7789,7 @@ function create_fragment$T(ctx) {
7789
7789
  each_blocks[i].c();
7790
7790
  }
7791
7791
 
7792
- attr(div, "class", "check-boxes svelte-2pz1us");
7792
+ attr(div, "class", "check-boxes svelte-1p65cg8");
7793
7793
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7794
7794
  },
7795
7795
  m(target, anchor) {
@@ -7805,12 +7805,12 @@ function create_fragment$T(ctx) {
7805
7805
  let i;
7806
7806
 
7807
7807
  for (i = 0; i < each_value.length; i += 1) {
7808
- const child_ctx = get_each_context$3(ctx, each_value, i);
7808
+ const child_ctx = get_each_context$4(ctx, each_value, i);
7809
7809
 
7810
7810
  if (each_blocks[i]) {
7811
7811
  each_blocks[i].p(child_ctx, dirty);
7812
7812
  } else {
7813
- each_blocks[i] = create_each_block$3(child_ctx);
7813
+ each_blocks[i] = create_each_block$4(child_ctx);
7814
7814
  each_blocks[i].c();
7815
7815
  each_blocks[i].m(div, null);
7816
7816
  }
@@ -7836,7 +7836,7 @@ function create_fragment$T(ctx) {
7836
7836
  };
7837
7837
  }
7838
7838
 
7839
- function instance$T($$self, $$props, $$invalidate) {
7839
+ function instance$U($$self, $$props, $$invalidate) {
7840
7840
  let _options;
7841
7841
  let styleVariables;
7842
7842
  let isCheckedArray;
@@ -7942,8 +7942,8 @@ class FormCheckBoxes extends SvelteComponent {
7942
7942
  init(
7943
7943
  this,
7944
7944
  options,
7945
- instance$T,
7946
- create_fragment$T,
7945
+ instance$U,
7946
+ create_fragment$U,
7947
7947
  safe_not_equal,
7948
7948
  {
7949
7949
  name: 0,
@@ -7956,25 +7956,25 @@ class FormCheckBoxes extends SvelteComponent {
7956
7956
  buttonColor: 13,
7957
7957
  buttonColorActive: 14
7958
7958
  },
7959
- add_css$q
7959
+ add_css$n
7960
7960
  );
7961
7961
  }
7962
7962
  }
7963
7963
 
7964
7964
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
7965
7965
 
7966
- function add_css$p(target) {
7967
- 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}");
7966
+ function add_css$m(target) {
7967
+ 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}");
7968
7968
  }
7969
7969
 
7970
- function get_each_context$2(ctx, list, i) {
7970
+ function get_each_context$3(ctx, list, i) {
7971
7971
  const child_ctx = ctx.slice();
7972
7972
  child_ctx[14] = list[i];
7973
7973
  return child_ctx;
7974
7974
  }
7975
7975
 
7976
7976
  // (68:2) {#each [...Array(count).keys()].map(i => i + startingNumber) as i}
7977
- function create_each_block$2(ctx) {
7977
+ function create_each_block$3(ctx) {
7978
7978
  let button;
7979
7979
  let t0_value = /*i*/ ctx[14] + "";
7980
7980
  let t0;
@@ -7988,7 +7988,7 @@ function create_each_block$2(ctx) {
7988
7988
  button = element("button");
7989
7989
  t0 = text(t0_value);
7990
7990
  t1 = space();
7991
- attr(button, "class", "rating-button svelte-9idbf1");
7991
+ attr(button, "class", "rating-button svelte-1iqf36p");
7992
7992
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
7993
7993
  },
7994
7994
  m(target, anchor) {
@@ -8020,13 +8020,13 @@ function create_each_block$2(ctx) {
8020
8020
  };
8021
8021
  }
8022
8022
 
8023
- function create_fragment$S(ctx) {
8023
+ function create_fragment$T(ctx) {
8024
8024
  let div;
8025
8025
  let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
8026
8026
  let each_blocks = [];
8027
8027
 
8028
8028
  for (let i = 0; i < each_value.length; i += 1) {
8029
- each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i));
8029
+ each_blocks[i] = create_each_block$3(get_each_context$3(ctx, each_value, i));
8030
8030
  }
8031
8031
 
8032
8032
  return {
@@ -8037,7 +8037,7 @@ function create_fragment$S(ctx) {
8037
8037
  each_blocks[i].c();
8038
8038
  }
8039
8039
 
8040
- attr(div, "class", "rating-buttons svelte-9idbf1");
8040
+ attr(div, "class", "rating-buttons svelte-1iqf36p");
8041
8041
  },
8042
8042
  m(target, anchor) {
8043
8043
  insert(target, div, anchor);
@@ -8052,12 +8052,12 @@ function create_fragment$S(ctx) {
8052
8052
  let i;
8053
8053
 
8054
8054
  for (i = 0; i < each_value.length; i += 1) {
8055
- const child_ctx = get_each_context$2(ctx, each_value, i);
8055
+ const child_ctx = get_each_context$3(ctx, each_value, i);
8056
8056
 
8057
8057
  if (each_blocks[i]) {
8058
8058
  each_blocks[i].p(child_ctx, dirty);
8059
8059
  } else {
8060
- each_blocks[i] = create_each_block$2(child_ctx);
8060
+ each_blocks[i] = create_each_block$3(child_ctx);
8061
8061
  each_blocks[i].c();
8062
8062
  each_blocks[i].m(div, null);
8063
8063
  }
@@ -8079,7 +8079,7 @@ function create_fragment$S(ctx) {
8079
8079
  };
8080
8080
  }
8081
8081
 
8082
- function instance$S($$self, $$props, $$invalidate) {
8082
+ function instance$T($$self, $$props, $$invalidate) {
8083
8083
  let _value;
8084
8084
  let $value;
8085
8085
  let { name = '' } = $$props;
@@ -8161,8 +8161,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
8161
8161
  init(
8162
8162
  this,
8163
8163
  options,
8164
- instance$S,
8165
- create_fragment$S,
8164
+ instance$T,
8165
+ create_fragment$T,
8166
8166
  safe_not_equal,
8167
8167
  {
8168
8168
  name: 6,
@@ -8173,25 +8173,25 @@ class FormRatingButtonsNumber extends SvelteComponent {
8173
8173
  buttonStyle: 9,
8174
8174
  buttonActiveStyle: 10
8175
8175
  },
8176
- add_css$p
8176
+ add_css$m
8177
8177
  );
8178
8178
  }
8179
8179
  }
8180
8180
 
8181
8181
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8182
8182
 
8183
- function add_css$o(target) {
8184
- 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%)}");
8183
+ function add_css$l(target) {
8184
+ 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%)}");
8185
8185
  }
8186
8186
 
8187
- function get_each_context$1(ctx, list, i) {
8187
+ function get_each_context$2(ctx, list, i) {
8188
8188
  const child_ctx = ctx.slice();
8189
8189
  child_ctx[10] = list[i];
8190
8190
  return child_ctx;
8191
8191
  }
8192
8192
 
8193
8193
  // (42:2) {#each [...Array(count).keys()].reverse().map(i => i + 1) as i}
8194
- function create_each_block$1(ctx) {
8194
+ function create_each_block$2(ctx) {
8195
8195
  let button;
8196
8196
  let img;
8197
8197
  let img_src_value;
@@ -8206,9 +8206,9 @@ function create_each_block$1(ctx) {
8206
8206
  img = element("img");
8207
8207
  t = space();
8208
8208
  if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
8209
- attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
8209
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
8210
8210
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
8211
- attr(button, "class", "rating-button svelte-1b5dvzw");
8211
+ attr(button, "class", "rating-button svelte-tbunko");
8212
8212
  attr(button, "style", /*buttonStyle*/ ctx[0]);
8213
8213
  },
8214
8214
  m(target, anchor) {
@@ -8224,7 +8224,7 @@ function create_each_block$1(ctx) {
8224
8224
  p(new_ctx, dirty) {
8225
8225
  ctx = new_ctx;
8226
8226
 
8227
- 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"))) {
8227
+ 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"))) {
8228
8228
  attr(img, "class", img_class_value);
8229
8229
  }
8230
8230
 
@@ -8240,13 +8240,13 @@ function create_each_block$1(ctx) {
8240
8240
  };
8241
8241
  }
8242
8242
 
8243
- function create_fragment$R(ctx) {
8243
+ function create_fragment$S(ctx) {
8244
8244
  let div;
8245
8245
  let each_value = [...Array(count).keys()].reverse().map(func);
8246
8246
  let each_blocks = [];
8247
8247
 
8248
8248
  for (let i = 0; i < each_value.length; i += 1) {
8249
- each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i));
8249
+ each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i));
8250
8250
  }
8251
8251
 
8252
8252
  return {
@@ -8257,7 +8257,7 @@ function create_fragment$R(ctx) {
8257
8257
  each_blocks[i].c();
8258
8258
  }
8259
8259
 
8260
- attr(div, "class", "rating-buttons svelte-1b5dvzw");
8260
+ attr(div, "class", "rating-buttons svelte-tbunko");
8261
8261
  },
8262
8262
  m(target, anchor) {
8263
8263
  insert(target, div, anchor);
@@ -8272,12 +8272,12 @@ function create_fragment$R(ctx) {
8272
8272
  let i;
8273
8273
 
8274
8274
  for (i = 0; i < each_value.length; i += 1) {
8275
- const child_ctx = get_each_context$1(ctx, each_value, i);
8275
+ const child_ctx = get_each_context$2(ctx, each_value, i);
8276
8276
 
8277
8277
  if (each_blocks[i]) {
8278
8278
  each_blocks[i].p(child_ctx, dirty);
8279
8279
  } else {
8280
- each_blocks[i] = create_each_block$1(child_ctx);
8280
+ each_blocks[i] = create_each_block$2(child_ctx);
8281
8281
  each_blocks[i].c();
8282
8282
  each_blocks[i].m(div, null);
8283
8283
  }
@@ -8302,7 +8302,7 @@ function create_fragment$R(ctx) {
8302
8302
  const count = 5;
8303
8303
  const func = i => i + 1;
8304
8304
 
8305
- function instance$R($$self, $$props, $$invalidate) {
8305
+ function instance$S($$self, $$props, $$invalidate) {
8306
8306
  let _value;
8307
8307
  let buttonStyle;
8308
8308
  let $value;
@@ -8358,17 +8358,17 @@ function instance$R($$self, $$props, $$invalidate) {
8358
8358
  class FormRatingButtonsFace extends SvelteComponent {
8359
8359
  constructor(options) {
8360
8360
  super();
8361
- init(this, options, instance$R, create_fragment$R, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$o);
8361
+ init(this, options, instance$S, create_fragment$S, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$l);
8362
8362
  }
8363
8363
  }
8364
8364
 
8365
8365
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8366
8366
 
8367
- function add_css$n(target) {
8368
- 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}");
8367
+ function add_css$k(target) {
8368
+ 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}");
8369
8369
  }
8370
8370
 
8371
- function create_fragment$Q(ctx) {
8371
+ function create_fragment$R(ctx) {
8372
8372
  let div;
8373
8373
  let input;
8374
8374
  let input_class_value;
@@ -8379,13 +8379,13 @@ function create_fragment$Q(ctx) {
8379
8379
  c() {
8380
8380
  div = element("div");
8381
8381
  input = element("input");
8382
- attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
8382
+ attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
8383
8383
  attr(input, "type", "text");
8384
8384
  input.value = /*$value*/ ctx[2];
8385
8385
  input.required = /*required*/ ctx[0];
8386
8386
  attr(input, "placeholder", /*placeholder*/ ctx[1]);
8387
8387
  attr(input, "style", /*style*/ ctx[5]);
8388
- attr(div, "class", "input-wrapper svelte-f14zo5");
8388
+ attr(div, "class", "input-wrapper svelte-h8fqwx");
8389
8389
  attr(div, "style", /*styleVariables*/ ctx[4]);
8390
8390
  },
8391
8391
  m(target, anchor) {
@@ -8398,7 +8398,7 @@ function create_fragment$Q(ctx) {
8398
8398
  }
8399
8399
  },
8400
8400
  p(ctx, [dirty]) {
8401
- if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
8401
+ if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
8402
8402
  attr(input, "class", input_class_value);
8403
8403
  }
8404
8404
 
@@ -8432,7 +8432,7 @@ function create_fragment$Q(ctx) {
8432
8432
  };
8433
8433
  }
8434
8434
 
8435
- function instance$Q($$self, $$props, $$invalidate) {
8435
+ function instance$R($$self, $$props, $$invalidate) {
8436
8436
  let style;
8437
8437
  let styleVariables;
8438
8438
  let isValidForUI;
@@ -8563,8 +8563,8 @@ class FormIdentifyInput extends SvelteComponent {
8563
8563
  init(
8564
8564
  this,
8565
8565
  options,
8566
- instance$Q,
8567
- create_fragment$Q,
8566
+ instance$R,
8567
+ create_fragment$R,
8568
8568
  safe_not_equal,
8569
8569
  {
8570
8570
  field: 9,
@@ -8578,18 +8578,18 @@ class FormIdentifyInput extends SvelteComponent {
8578
8578
  _textStyle: 15,
8579
8579
  _placeholderStyle: 16
8580
8580
  },
8581
- add_css$n
8581
+ add_css$k
8582
8582
  );
8583
8583
  }
8584
8584
  }
8585
8585
 
8586
8586
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8587
8587
 
8588
- function add_css$m(target) {
8589
- 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}");
8588
+ function add_css$j(target) {
8589
+ 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}");
8590
8590
  }
8591
8591
 
8592
- function create_fragment$P(ctx) {
8592
+ function create_fragment$Q(ctx) {
8593
8593
  let div;
8594
8594
  let label0;
8595
8595
  let input0;
@@ -8624,20 +8624,20 @@ function create_fragment$P(ctx) {
8624
8624
  span1 = element("span");
8625
8625
  t4 = text("いいえ");
8626
8626
  attr(input0, "type", "radio");
8627
- attr(input0, "class", "radio-button-input svelte-pzrwlo");
8627
+ attr(input0, "class", "radio-button-input svelte-8zbmyo");
8628
8628
  attr(input0, "style", /*buttonStyle*/ ctx[2]);
8629
8629
  input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
8630
- attr(span0, "class", "radio-button-text svelte-pzrwlo");
8630
+ attr(span0, "class", "radio-button-text svelte-8zbmyo");
8631
8631
  attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8632
- attr(label0, "class", "radio-button svelte-pzrwlo");
8632
+ attr(label0, "class", "radio-button svelte-8zbmyo");
8633
8633
  attr(input1, "type", "radio");
8634
- attr(input1, "class", "radio-button-input svelte-pzrwlo");
8634
+ attr(input1, "class", "radio-button-input svelte-8zbmyo");
8635
8635
  attr(input1, "style", /*buttonStyle*/ ctx[2]);
8636
8636
  input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
8637
- attr(span1, "class", "radio-button-text svelte-pzrwlo");
8637
+ attr(span1, "class", "radio-button-text svelte-8zbmyo");
8638
8638
  attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8639
- attr(label1, "class", "radio-button svelte-pzrwlo");
8640
- attr(div, "class", "radio-buttons svelte-pzrwlo");
8639
+ attr(label1, "class", "radio-button svelte-8zbmyo");
8640
+ attr(div, "class", "radio-buttons svelte-8zbmyo");
8641
8641
  attr(div, "style", /*_layoutStyle*/ ctx[0]);
8642
8642
  },
8643
8643
  m(target, anchor) {
@@ -8702,7 +8702,7 @@ function create_fragment$P(ctx) {
8702
8702
  };
8703
8703
  }
8704
8704
 
8705
- function instance$P($$self, $$props, $$invalidate) {
8705
+ function instance$Q($$self, $$props, $$invalidate) {
8706
8706
  let buttonStyle;
8707
8707
  let $value;
8708
8708
  let { field = 'subscription' } = $$props;
@@ -8784,8 +8784,8 @@ class FormIdentifyChoices extends SvelteComponent {
8784
8784
  init(
8785
8785
  this,
8786
8786
  options,
8787
- instance$P,
8788
- create_fragment$P,
8787
+ instance$Q,
8788
+ create_fragment$Q,
8789
8789
  safe_not_equal,
8790
8790
  {
8791
8791
  field: 6,
@@ -8797,18 +8797,18 @@ class FormIdentifyChoices extends SvelteComponent {
8797
8797
  buttonColor: 10,
8798
8798
  buttonColorActive: 11
8799
8799
  },
8800
- add_css$m
8800
+ add_css$j
8801
8801
  );
8802
8802
  }
8803
8803
  }
8804
8804
 
8805
8805
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
8806
8806
 
8807
- function add_css$l(target) {
8808
- 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%}");
8807
+ function add_css$i(target) {
8808
+ 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%}");
8809
8809
  }
8810
8810
 
8811
- function get_each_context(ctx, list, i) {
8811
+ function get_each_context$1(ctx, list, i) {
8812
8812
  const child_ctx = ctx.slice();
8813
8813
  child_ctx[61] = list[i];
8814
8814
  child_ctx[63] = i;
@@ -8834,9 +8834,9 @@ function create_if_block_1$2(ctx) {
8834
8834
  attr(svg, "viewBox", "0 0 10 16");
8835
8835
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8836
8836
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
8837
- attr(button, "class", "move-button svelte-1qfq79t");
8837
+ attr(button, "class", "move-button svelte-ji1fh");
8838
8838
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
8839
- attr(div, "class", "prev-button-container svelte-1qfq79t");
8839
+ attr(div, "class", "prev-button-container svelte-ji1fh");
8840
8840
  },
8841
8841
  m(target, anchor) {
8842
8842
  insert(target, div, anchor);
@@ -8885,9 +8885,9 @@ function create_if_block$8(ctx) {
8885
8885
  attr(svg, "viewBox", "0 0 10 16");
8886
8886
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8887
8887
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
8888
- attr(button, "class", "move-button svelte-1qfq79t");
8888
+ attr(button, "class", "move-button svelte-ji1fh");
8889
8889
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
8890
- attr(div, "class", "next-button-container svelte-1qfq79t");
8890
+ attr(div, "class", "next-button-container svelte-ji1fh");
8891
8891
  },
8892
8892
  m(target, anchor) {
8893
8893
  insert(target, div, anchor);
@@ -8918,7 +8918,7 @@ function create_if_block$8(ctx) {
8918
8918
  }
8919
8919
 
8920
8920
  // (393:4) {#each items as _, i}
8921
- function create_each_block(ctx) {
8921
+ function create_each_block$1(ctx) {
8922
8922
  let button;
8923
8923
  let div;
8924
8924
  let div_style_value;
@@ -8935,9 +8935,9 @@ function create_each_block(ctx) {
8935
8935
  button = element("button");
8936
8936
  div = element("div");
8937
8937
  t = space();
8938
- attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
8938
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
8939
8939
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
8940
- attr(button, "class", "navigation-item svelte-1qfq79t");
8940
+ attr(button, "class", "navigation-item svelte-ji1fh");
8941
8941
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
8942
8942
  },
8943
8943
  m(target, anchor) {
@@ -8969,7 +8969,7 @@ function create_each_block(ctx) {
8969
8969
  };
8970
8970
  }
8971
8971
 
8972
- function create_fragment$O(ctx) {
8972
+ function create_fragment$P(ctx) {
8973
8973
  let div3;
8974
8974
  let div1;
8975
8975
  let div0;
@@ -8987,7 +8987,7 @@ function create_fragment$O(ctx) {
8987
8987
  let each_blocks = [];
8988
8988
 
8989
8989
  for (let i = 0; i < each_value.length; i += 1) {
8990
- each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
8990
+ each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i));
8991
8991
  }
8992
8992
 
8993
8993
  let div3_levels = [{ class: "root" }, dataAttrStopPropagation('click')];
@@ -9014,14 +9014,14 @@ function create_fragment$O(ctx) {
9014
9014
  each_blocks[i].c();
9015
9015
  }
9016
9016
 
9017
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
9017
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
9018
9018
  attr(div0, "style", /*slideStyle*/ ctx[14]);
9019
- attr(div1, "class", "container svelte-1qfq79t");
9019
+ attr(div1, "class", "container svelte-ji1fh");
9020
9020
  attr(div1, "style", /*_style*/ ctx[0]);
9021
- attr(div2, "class", "navigation svelte-1qfq79t");
9021
+ attr(div2, "class", "navigation svelte-ji1fh");
9022
9022
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
9023
9023
  set_attributes(div3, div3_data);
9024
- toggle_class(div3, "svelte-1qfq79t", true);
9024
+ toggle_class(div3, "svelte-ji1fh", true);
9025
9025
  },
9026
9026
  m(target, anchor) {
9027
9027
  insert(target, div3, anchor);
@@ -9063,7 +9063,7 @@ function create_fragment$O(ctx) {
9063
9063
  }
9064
9064
  }
9065
9065
 
9066
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
9066
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
9067
9067
  attr(div0, "class", div0_class_value);
9068
9068
  }
9069
9069
 
@@ -9106,12 +9106,12 @@ function create_fragment$O(ctx) {
9106
9106
  let i;
9107
9107
 
9108
9108
  for (i = 0; i < each_value.length; i += 1) {
9109
- const child_ctx = get_each_context(ctx, each_value, i);
9109
+ const child_ctx = get_each_context$1(ctx, each_value, i);
9110
9110
 
9111
9111
  if (each_blocks[i]) {
9112
9112
  each_blocks[i].p(child_ctx, dirty);
9113
9113
  } else {
9114
- each_blocks[i] = create_each_block(child_ctx);
9114
+ each_blocks[i] = create_each_block$1(child_ctx);
9115
9115
  each_blocks[i].c();
9116
9116
  each_blocks[i].m(div2, null);
9117
9117
  }
@@ -9129,7 +9129,7 @@ function create_fragment$O(ctx) {
9129
9129
  }
9130
9130
 
9131
9131
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
9132
- toggle_class(div3, "svelte-1qfq79t", true);
9132
+ toggle_class(div3, "svelte-ji1fh", true);
9133
9133
  },
9134
9134
  i(local) {
9135
9135
  if (current) return;
@@ -9164,7 +9164,7 @@ function calcPositionIndex(shift, index, length) {
9164
9164
  }
9165
9165
  }
9166
9166
 
9167
- function instance$O($$self, $$props, $$invalidate) {
9167
+ function instance$P($$self, $$props, $$invalidate) {
9168
9168
  let slideStyle;
9169
9169
  let slideClass;
9170
9170
  let _loop;
@@ -9617,8 +9617,8 @@ class Slide extends SvelteComponent {
9617
9617
  init(
9618
9618
  this,
9619
9619
  options,
9620
- instance$O,
9621
- create_fragment$O,
9620
+ instance$P,
9621
+ create_fragment$P,
9622
9622
  safe_not_equal,
9623
9623
  {
9624
9624
  loop: 18,
@@ -9632,7 +9632,7 @@ class Slide extends SvelteComponent {
9632
9632
  navigationButton: 25,
9633
9633
  navigationEdgePosition: 26
9634
9634
  },
9635
- add_css$l,
9635
+ add_css$i,
9636
9636
  [-1, -1, -1]
9637
9637
  );
9638
9638
  }
@@ -9640,11 +9640,11 @@ class Slide extends SvelteComponent {
9640
9640
 
9641
9641
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
9642
9642
 
9643
- function add_css$k(target) {
9644
- 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}");
9643
+ function add_css$h(target) {
9644
+ 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}");
9645
9645
  }
9646
9646
 
9647
- function create_fragment$N(ctx) {
9647
+ function create_fragment$O(ctx) {
9648
9648
  let div1;
9649
9649
  let div0;
9650
9650
  let current;
@@ -9656,9 +9656,9 @@ function create_fragment$N(ctx) {
9656
9656
  div1 = element("div");
9657
9657
  div0 = element("div");
9658
9658
  if (default_slot) default_slot.c();
9659
- attr(div0, "class", "item-inner svelte-1rv0qgo");
9659
+ attr(div0, "class", "item-inner svelte-9ygf1w");
9660
9660
  attr(div0, "style", /*_style*/ ctx[0]);
9661
- attr(div1, "class", "item svelte-1rv0qgo");
9661
+ attr(div1, "class", "item svelte-9ygf1w");
9662
9662
  attr(div1, "style", /*itemStyle*/ ctx[1]);
9663
9663
  },
9664
9664
  m(target, anchor) {
@@ -9711,7 +9711,7 @@ function create_fragment$N(ctx) {
9711
9711
  };
9712
9712
  }
9713
9713
 
9714
- function instance$N($$self, $$props, $$invalidate) {
9714
+ function instance$O($$self, $$props, $$invalidate) {
9715
9715
  let itemStyle;
9716
9716
  let { $$slots: slots = {}, $$scope } = $$props;
9717
9717
  const { registerItem, unregisterItem } = getContext('SLIDE');
@@ -9777,20 +9777,20 @@ function instance$N($$self, $$props, $$invalidate) {
9777
9777
  class SlideItem extends SvelteComponent {
9778
9778
  constructor(options) {
9779
9779
  super();
9780
- init(this, options, instance$N, create_fragment$N, safe_not_equal, { _style: 0 }, add_css$k);
9780
+ init(this, options, instance$O, create_fragment$O, safe_not_equal, { _style: 0 }, add_css$h);
9781
9781
  }
9782
9782
  }
9783
9783
 
9784
9784
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
9785
9785
 
9786
- function add_css$j(target) {
9787
- 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}");
9786
+ function add_css$g(target) {
9787
+ 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}");
9788
9788
  }
9789
9789
 
9790
9790
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
9791
9791
  const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
9792
9792
 
9793
- function create_fragment$M(ctx) {
9793
+ function create_fragment$N(ctx) {
9794
9794
  let div1;
9795
9795
  let div0;
9796
9796
  let current;
@@ -9802,9 +9802,9 @@ function create_fragment$M(ctx) {
9802
9802
  div1 = element("div");
9803
9803
  div0 = element("div");
9804
9804
  if (default_slot) default_slot.c();
9805
- attr(div0, "class", "countdown-inner svelte-t87l6f");
9805
+ attr(div0, "class", "countdown-inner svelte-rroxiz");
9806
9806
  attr(div0, "style", /*_style*/ ctx[0]);
9807
- attr(div1, "class", "countdown svelte-t87l6f");
9807
+ attr(div1, "class", "countdown svelte-rroxiz");
9808
9808
  },
9809
9809
  m(target, anchor) {
9810
9810
  insert(target, div1, anchor);
@@ -9870,7 +9870,7 @@ function formatTimeDiff(ms) {
9870
9870
  };
9871
9871
  }
9872
9872
 
9873
- function instance$M($$self, $$props, $$invalidate) {
9873
+ function instance$N($$self, $$props, $$invalidate) {
9874
9874
  let countdown;
9875
9875
  let { $$slots: slots = {}, $$scope } = $$props;
9876
9876
  let { timeLimit = '2023/12/31 23:59:59' } = $$props;
@@ -9931,14 +9931,14 @@ function instance$M($$self, $$props, $$invalidate) {
9931
9931
  class Countdown extends SvelteComponent {
9932
9932
  constructor(options) {
9933
9933
  super();
9934
- init(this, options, instance$M, create_fragment$M, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$j);
9934
+ init(this, options, instance$N, create_fragment$N, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$g);
9935
9935
  }
9936
9936
  }
9937
9937
 
9938
9938
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
9939
9939
 
9940
- function add_css$i(target) {
9941
- 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}");
9940
+ function add_css$f(target) {
9941
+ 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}");
9942
9942
  }
9943
9943
 
9944
9944
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -9989,7 +9989,7 @@ function create_default_slot$7(ctx) {
9989
9989
  };
9990
9990
  }
9991
9991
 
9992
- function create_fragment$L(ctx) {
9992
+ function create_fragment$M(ctx) {
9993
9993
  let div;
9994
9994
  let button;
9995
9995
  let current;
@@ -10008,7 +10008,7 @@ function create_fragment$L(ctx) {
10008
10008
  c() {
10009
10009
  div = element("div");
10010
10010
  create_component(button.$$.fragment);
10011
- attr(div, "class", "box svelte-1c91vpe");
10011
+ attr(div, "class", "box svelte-1ccydfy");
10012
10012
  },
10013
10013
  m(target, anchor) {
10014
10014
  insert(target, div, anchor);
@@ -10043,7 +10043,7 @@ function create_fragment$L(ctx) {
10043
10043
  };
10044
10044
  }
10045
10045
 
10046
- function instance$L($$self, $$props, $$invalidate) {
10046
+ function instance$M($$self, $$props, $$invalidate) {
10047
10047
  let { $$slots: slots = {}, $$scope } = $$props;
10048
10048
  let { onClick = { operation: 'none', args: [] } } = $$props;
10049
10049
  let { eventName = '' } = $$props;
@@ -10062,14 +10062,14 @@ function instance$L($$self, $$props, $$invalidate) {
10062
10062
  class Box extends SvelteComponent {
10063
10063
  constructor(options) {
10064
10064
  super();
10065
- init(this, options, instance$L, create_fragment$L, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$i);
10065
+ init(this, options, instance$M, create_fragment$M, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$f);
10066
10066
  }
10067
10067
  }
10068
10068
 
10069
10069
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10070
10070
 
10071
- function add_css$h(target) {
10072
- 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)}");
10071
+ function add_css$e(target) {
10072
+ 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)}");
10073
10073
  }
10074
10074
 
10075
10075
  // (56:4) {#if svg}
@@ -10132,7 +10132,7 @@ function create_default_slot$6(ctx) {
10132
10132
  };
10133
10133
  }
10134
10134
 
10135
- function create_fragment$K(ctx) {
10135
+ function create_fragment$L(ctx) {
10136
10136
  let div;
10137
10137
  let button;
10138
10138
  let current;
@@ -10151,7 +10151,7 @@ function create_fragment$K(ctx) {
10151
10151
  c() {
10152
10152
  div = element("div");
10153
10153
  create_component(button.$$.fragment);
10154
- attr(div, "class", "icon svelte-1mk6wi4");
10154
+ attr(div, "class", "icon svelte-1mkvcuo");
10155
10155
  },
10156
10156
  m(target, anchor) {
10157
10157
  insert(target, div, anchor);
@@ -10193,7 +10193,7 @@ function parseData(dataUrl) {
10193
10193
  return decodeURIComponent(data).replaceAll('\'', '"');
10194
10194
  }
10195
10195
 
10196
- function instance$K($$self, $$props, $$invalidate) {
10196
+ function instance$L($$self, $$props, $$invalidate) {
10197
10197
  let svg;
10198
10198
  let styleVariables;
10199
10199
  let style;
@@ -10241,8 +10241,8 @@ class IconElement extends SvelteComponent {
10241
10241
  init(
10242
10242
  this,
10243
10243
  options,
10244
- instance$K,
10245
- create_fragment$K,
10244
+ instance$L,
10245
+ create_fragment$L,
10246
10246
  safe_not_equal,
10247
10247
  {
10248
10248
  icon: 4,
@@ -10252,18 +10252,18 @@ class IconElement extends SvelteComponent {
10252
10252
  color: 6,
10253
10253
  _style: 7
10254
10254
  },
10255
- add_css$h
10255
+ add_css$e
10256
10256
  );
10257
10257
  }
10258
10258
  }
10259
10259
 
10260
10260
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10261
10261
 
10262
- function add_css$g(target) {
10263
- append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10262
+ function add_css$d(target) {
10263
+ append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10264
10264
  }
10265
10265
 
10266
- function create_fragment$J(ctx) {
10266
+ function create_fragment$K(ctx) {
10267
10267
  let div;
10268
10268
  let switch_instance;
10269
10269
  let current;
@@ -10286,7 +10286,7 @@ function create_fragment$J(ctx) {
10286
10286
  c() {
10287
10287
  div = element("div");
10288
10288
  if (switch_instance) create_component(switch_instance.$$.fragment);
10289
- attr(div, "class", "codeElement svelte-1ng2n51");
10289
+ attr(div, "class", "codeElement svelte-ymsb9l");
10290
10290
  attr(div, "style", /*style*/ ctx[3]);
10291
10291
  },
10292
10292
  m(target, anchor) {
@@ -10343,7 +10343,7 @@ function create_fragment$J(ctx) {
10343
10343
  };
10344
10344
  }
10345
10345
 
10346
- function instance$J($$self, $$props, $$invalidate) {
10346
+ function instance$K($$self, $$props, $$invalidate) {
10347
10347
  let $data,
10348
10348
  $$unsubscribe_data = noop,
10349
10349
  $$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
@@ -10368,17 +10368,17 @@ function instance$J($$self, $$props, $$invalidate) {
10368
10368
  class CodeElement extends SvelteComponent {
10369
10369
  constructor(options) {
10370
10370
  super();
10371
- init(this, options, instance$J, create_fragment$J, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$g);
10371
+ init(this, options, instance$K, create_fragment$K, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$d);
10372
10372
  }
10373
10373
  }
10374
10374
 
10375
10375
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10376
10376
 
10377
- function add_css$f(target) {
10378
- append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
10377
+ function add_css$c(target) {
10378
+ append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10379
10379
  }
10380
10380
 
10381
- function create_fragment$I(ctx) {
10381
+ function create_fragment$J(ctx) {
10382
10382
  let div;
10383
10383
  let div_style_value;
10384
10384
  let current;
@@ -10389,7 +10389,7 @@ function create_fragment$I(ctx) {
10389
10389
  c() {
10390
10390
  div = element("div");
10391
10391
  if (default_slot) default_slot.c();
10392
- attr(div, "class", "flex svelte-9v2qdg");
10392
+ attr(div, "class", "flex svelte-1e71ejc");
10393
10393
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
10394
10394
  },
10395
10395
  m(target, anchor) {
@@ -10443,7 +10443,7 @@ function getFlexContext() {
10443
10443
  return getContext(FlexContextKey);
10444
10444
  }
10445
10445
 
10446
- function instance$I($$self, $$props, $$invalidate) {
10446
+ function instance$J($$self, $$props, $$invalidate) {
10447
10447
  let { $$slots: slots = {}, $$scope } = $$props;
10448
10448
  let { direction = 'row' } = $$props;
10449
10449
  let { width = '100%' } = $$props;
@@ -10469,8 +10469,8 @@ class Flex extends SvelteComponent {
10469
10469
  init(
10470
10470
  this,
10471
10471
  options,
10472
- instance$I,
10473
- create_fragment$I,
10472
+ instance$J,
10473
+ create_fragment$J,
10474
10474
  safe_not_equal,
10475
10475
  {
10476
10476
  direction: 0,
@@ -10478,18 +10478,18 @@ class Flex extends SvelteComponent {
10478
10478
  height: 2,
10479
10479
  _style: 3
10480
10480
  },
10481
- add_css$f
10481
+ add_css$c
10482
10482
  );
10483
10483
  }
10484
10484
  }
10485
10485
 
10486
10486
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
10487
10487
 
10488
- function add_css$e(target) {
10489
- append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10488
+ function add_css$b(target) {
10489
+ append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10490
10490
  }
10491
10491
 
10492
- function create_fragment$H(ctx) {
10492
+ function create_fragment$I(ctx) {
10493
10493
  let div;
10494
10494
  let current;
10495
10495
  const default_slot_template = /*#slots*/ ctx[4].default;
@@ -10499,7 +10499,7 @@ function create_fragment$H(ctx) {
10499
10499
  c() {
10500
10500
  div = element("div");
10501
10501
  if (default_slot) default_slot.c();
10502
- attr(div, "class", "flex-item svelte-164ah5d");
10502
+ attr(div, "class", "flex-item svelte-1p0bk1x");
10503
10503
  attr(div, "style", /*style*/ ctx[0]);
10504
10504
  },
10505
10505
  m(target, anchor) {
@@ -10547,7 +10547,7 @@ function create_fragment$H(ctx) {
10547
10547
  };
10548
10548
  }
10549
10549
 
10550
- function instance$H($$self, $$props, $$invalidate) {
10550
+ function instance$I($$self, $$props, $$invalidate) {
10551
10551
  let { $$slots: slots = {}, $$scope } = $$props;
10552
10552
  let { length } = $$props;
10553
10553
  let { _style = '' } = $$props;
@@ -10590,7 +10590,7 @@ function instance$H($$self, $$props, $$invalidate) {
10590
10590
  class FlexItem extends SvelteComponent {
10591
10591
  constructor(options) {
10592
10592
  super();
10593
- init(this, options, instance$H, create_fragment$H, safe_not_equal, { length: 1, _style: 2 }, add_css$e);
10593
+ init(this, options, instance$I, create_fragment$I, safe_not_equal, { length: 1, _style: 2 }, add_css$b);
10594
10594
  }
10595
10595
  }
10596
10596
 
@@ -10765,7 +10765,7 @@ function create_default_slot$5(ctx) {
10765
10765
  };
10766
10766
  }
10767
10767
 
10768
- function create_fragment$G(ctx) {
10768
+ function create_fragment$H(ctx) {
10769
10769
  let stateitem;
10770
10770
  let current;
10771
10771
 
@@ -10810,7 +10810,7 @@ function create_fragment$G(ctx) {
10810
10810
  };
10811
10811
  }
10812
10812
 
10813
- function instance$G($$self, $$props, $$invalidate) {
10813
+ function instance$H($$self, $$props, $$invalidate) {
10814
10814
  let { $$slots: slots = {}, $$scope } = $$props;
10815
10815
  let { path } = $$props;
10816
10816
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -10881,7 +10881,7 @@ class GridModalState extends SvelteComponent {
10881
10881
  constructor(options) {
10882
10882
  super();
10883
10883
 
10884
- init(this, options, instance$G, create_fragment$G, safe_not_equal, {
10884
+ init(this, options, instance$H, create_fragment$H, safe_not_equal, {
10885
10885
  path: 0,
10886
10886
  onClick: 1,
10887
10887
  clickEventName: 2,
@@ -10906,11 +10906,11 @@ class GridModalState extends SvelteComponent {
10906
10906
 
10907
10907
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
10908
10908
 
10909
- function add_css$d(target) {
10910
- 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%}");
10909
+ function add_css$a(target) {
10910
+ 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%}");
10911
10911
  }
10912
10912
 
10913
- function create_fragment$F(ctx) {
10913
+ function create_fragment$G(ctx) {
10914
10914
  let div1;
10915
10915
  let div0;
10916
10916
  let rendertext;
@@ -10923,8 +10923,8 @@ function create_fragment$F(ctx) {
10923
10923
  div1 = element("div");
10924
10924
  div0 = element("div");
10925
10925
  create_component(rendertext.$$.fragment);
10926
- attr(div0, "class", "text-block-inner svelte-akic2e");
10927
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
10926
+ attr(div0, "class", "text-block-inner svelte-15pej1m");
10927
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
10928
10928
  attr(div1, "style", /*style*/ ctx[2]);
10929
10929
  },
10930
10930
  m(target, anchor) {
@@ -10938,7 +10938,7 @@ function create_fragment$F(ctx) {
10938
10938
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
10939
10939
  rendertext.$set(rendertext_changes);
10940
10940
 
10941
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
10941
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
10942
10942
  attr(div1, "class", div1_class_value);
10943
10943
  }
10944
10944
 
@@ -10962,7 +10962,7 @@ function create_fragment$F(ctx) {
10962
10962
  };
10963
10963
  }
10964
10964
 
10965
- function instance$F($$self, $$props, $$invalidate) {
10965
+ function instance$G($$self, $$props, $$invalidate) {
10966
10966
  let style;
10967
10967
  let { text = 'サンプルSample' } = $$props;
10968
10968
  let { font = SYSTEM_FONT } = $$props;
@@ -10998,8 +10998,8 @@ class TextBlock extends SvelteComponent {
10998
10998
  init(
10999
10999
  this,
11000
11000
  options,
11001
- instance$F,
11002
- create_fragment$F,
11001
+ instance$G,
11002
+ create_fragment$G,
11003
11003
  safe_not_equal,
11004
11004
  {
11005
11005
  text: 0,
@@ -11008,18 +11008,18 @@ class TextBlock extends SvelteComponent {
11008
11008
  textDirection: 1,
11009
11009
  _style: 5
11010
11010
  },
11011
- add_css$d
11011
+ add_css$a
11012
11012
  );
11013
11013
  }
11014
11014
  }
11015
11015
 
11016
11016
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11017
11017
 
11018
- function add_css$c(target) {
11019
- 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)}");
11018
+ function add_css$9(target) {
11019
+ 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)}");
11020
11020
  }
11021
11021
 
11022
- function create_fragment$E(ctx) {
11022
+ function create_fragment$F(ctx) {
11023
11023
  let div;
11024
11024
  let button;
11025
11025
  let rendertext;
@@ -11033,9 +11033,9 @@ function create_fragment$E(ctx) {
11033
11033
  div = element("div");
11034
11034
  button = element("button");
11035
11035
  create_component(rendertext.$$.fragment);
11036
- attr(button, "class", "text-button svelte-1c34p4n");
11036
+ attr(button, "class", "text-button svelte-ff0k6r");
11037
11037
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
11038
- attr(div, "class", "text-button-block svelte-1c34p4n");
11038
+ attr(div, "class", "text-button-block svelte-ff0k6r");
11039
11039
  attr(div, "style", /*_style*/ ctx[2]);
11040
11040
  },
11041
11041
  m(target, anchor) {
@@ -11080,7 +11080,7 @@ function create_fragment$E(ctx) {
11080
11080
  };
11081
11081
  }
11082
11082
 
11083
- function instance$E($$self, $$props, $$invalidate) {
11083
+ function instance$F($$self, $$props, $$invalidate) {
11084
11084
  let { text = 'ボタンラベル' } = $$props;
11085
11085
  let { onClick = { operation: 'none', args: [] } } = $$props;
11086
11086
 
@@ -11122,8 +11122,8 @@ class TextButtonBlock extends SvelteComponent {
11122
11122
  init(
11123
11123
  this,
11124
11124
  options,
11125
- instance$E,
11126
- create_fragment$E,
11125
+ instance$F,
11126
+ create_fragment$F,
11127
11127
  safe_not_equal,
11128
11128
  {
11129
11129
  text: 0,
@@ -11133,18 +11133,18 @@ class TextButtonBlock extends SvelteComponent {
11133
11133
  _buttonStyle: 1,
11134
11134
  _style: 2
11135
11135
  },
11136
- add_css$c
11136
+ add_css$9
11137
11137
  );
11138
11138
  }
11139
11139
  }
11140
11140
 
11141
11141
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11142
11142
 
11143
- function add_css$b(target) {
11144
- 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)}");
11143
+ function add_css$8(target) {
11144
+ 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)}");
11145
11145
  }
11146
11146
 
11147
- function create_fragment$D(ctx) {
11147
+ function create_fragment$E(ctx) {
11148
11148
  let div;
11149
11149
  let img;
11150
11150
  let img_style_value;
@@ -11157,14 +11157,14 @@ function create_fragment$D(ctx) {
11157
11157
  c() {
11158
11158
  div = element("div");
11159
11159
  img = element("img");
11160
- attr(img, "class", "image svelte-1jus6sx");
11160
+ attr(img, "class", "image svelte-1pdw891");
11161
11161
  attr(img, "loading", "lazy");
11162
11162
  attr(img, "width", "auto");
11163
11163
  attr(img, "height", "auto");
11164
11164
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
11165
11165
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
11166
11166
  attr(img, "alt", /*alt*/ ctx[1]);
11167
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
11167
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
11168
11168
  attr(div, "style", /*_style*/ ctx[5]);
11169
11169
  },
11170
11170
  m(target, anchor) {
@@ -11189,7 +11189,7 @@ function create_fragment$D(ctx) {
11189
11189
  attr(img, "alt", /*alt*/ ctx[1]);
11190
11190
  }
11191
11191
 
11192
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
11192
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
11193
11193
  attr(div, "class", div_class_value);
11194
11194
  }
11195
11195
 
@@ -11207,7 +11207,7 @@ function create_fragment$D(ctx) {
11207
11207
  };
11208
11208
  }
11209
11209
 
11210
- function instance$D($$self, $$props, $$invalidate) {
11210
+ function instance$E($$self, $$props, $$invalidate) {
11211
11211
  let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
11212
11212
  let { alt = 'No Image' } = $$props;
11213
11213
  let { transport = false } = $$props;
@@ -11247,8 +11247,8 @@ class ImageBlock extends SvelteComponent {
11247
11247
  init(
11248
11248
  this,
11249
11249
  options,
11250
- instance$D,
11251
- create_fragment$D,
11250
+ instance$E,
11251
+ create_fragment$E,
11252
11252
  safe_not_equal,
11253
11253
  {
11254
11254
  src: 0,
@@ -11260,7 +11260,7 @@ class ImageBlock extends SvelteComponent {
11260
11260
  _imageStyle: 4,
11261
11261
  _style: 5
11262
11262
  },
11263
- add_css$b
11263
+ add_css$8
11264
11264
  );
11265
11265
  }
11266
11266
  }
@@ -11303,6 +11303,7 @@ const toCssPosition = (p) => {
11303
11303
  left: p?.left,
11304
11304
  bottom: p?.bottom,
11305
11305
  right: p?.right,
11306
+ transform: p?.transform,
11306
11307
  };
11307
11308
  };
11308
11309
  const toCssCommon = (p) => {
@@ -11311,7 +11312,6 @@ const toCssCommon = (p) => {
11311
11312
  };
11312
11313
  };
11313
11314
  const toCssBorder = (p) => {
11314
- console.log(p);
11315
11315
  const borderWidth = p?.borderTopWidth ?? p?.borderRightWidth ?? p?.borderLeftWidth ?? p?.borderBottomWidth ?? null;
11316
11316
  if (borderWidth === null)
11317
11317
  return {};
@@ -11360,21 +11360,22 @@ const toCssShadow = (p) => {
11360
11360
 
11361
11361
  /* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
11362
11362
 
11363
- function add_css$a(target) {
11364
- append_styles(target, "svelte-1rj3f1b", ".clickable.svelte-1rj3f1b{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.clickable.svelte-1rj3f1b:link,.clickable.svelte-1rj3f1b:visited,.clickable.svelte-1rj3f1b:active,.clickable.svelte-1rj3f1b:hover{color:inherit}");
11363
+ function add_css$7(target) {
11364
+ append_styles(target, "svelte-1agjjit", ".clickable.svelte-1agjjit:link,.clickable.svelte-1agjjit:visited,.clickable.svelte-1agjjit:active,.clickable.svelte-1agjjit:hover{color:inherit}.clickable.svelte-1agjjit{cursor:pointer;text-decoration:none}");
11365
11365
  }
11366
11366
 
11367
- // (35:0) {:else}
11367
+ // (40:0) {:else}
11368
11368
  function create_else_block$1(ctx) {
11369
11369
  let button;
11370
11370
  let current;
11371
11371
  let mounted;
11372
11372
  let dispose;
11373
- const default_slot_template = /*#slots*/ ctx[6].default;
11374
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
11373
+ const default_slot_template = /*#slots*/ ctx[9].default;
11374
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
11375
11375
 
11376
11376
  let button_levels = [
11377
- { class: CLICKABLE_CLASS },
11377
+ { "data-layer-id": /*layerId*/ ctx[2] },
11378
+ { class: /*fixedClass*/ ctx[3] },
11378
11379
  { style: /*style*/ ctx[1] },
11379
11380
  dataAttrStopPropagation('click')
11380
11381
  ];
@@ -11390,7 +11391,7 @@ function create_else_block$1(ctx) {
11390
11391
  button = element("button");
11391
11392
  if (default_slot) default_slot.c();
11392
11393
  set_attributes(button, button_data);
11393
- toggle_class(button, "svelte-1rj3f1b", true);
11394
+ toggle_class(button, "svelte-1agjjit", true);
11394
11395
  },
11395
11396
  m(target, anchor) {
11396
11397
  insert(target, button, anchor);
@@ -11403,33 +11404,34 @@ function create_else_block$1(ctx) {
11403
11404
  current = true;
11404
11405
 
11405
11406
  if (!mounted) {
11406
- dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[2]));
11407
+ dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
11407
11408
  mounted = true;
11408
11409
  }
11409
11410
  },
11410
11411
  p(ctx, dirty) {
11411
11412
  if (default_slot) {
11412
- if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
11413
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
11413
11414
  update_slot_base(
11414
11415
  default_slot,
11415
11416
  default_slot_template,
11416
11417
  ctx,
11417
- /*$$scope*/ ctx[5],
11418
+ /*$$scope*/ ctx[8],
11418
11419
  !current
11419
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
11420
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
11420
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
11421
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
11421
11422
  null
11422
11423
  );
11423
11424
  }
11424
11425
  }
11425
11426
 
11426
11427
  set_attributes(button, button_data = get_spread_update(button_levels, [
11427
- { class: CLICKABLE_CLASS },
11428
+ (!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
11429
+ (!current || dirty & /*fixedClass*/ 8) && { class: /*fixedClass*/ ctx[3] },
11428
11430
  (!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
11429
11431
  dataAttrStopPropagation('click')
11430
11432
  ]));
11431
11433
 
11432
- toggle_class(button, "svelte-1rj3f1b", true);
11434
+ toggle_class(button, "svelte-1agjjit", true);
11433
11435
  },
11434
11436
  i(local) {
11435
11437
  if (current) return;
@@ -11449,18 +11451,20 @@ function create_else_block$1(ctx) {
11449
11451
  };
11450
11452
  }
11451
11453
 
11452
- // (28:39)
11454
+ // (32:39)
11453
11455
  function create_if_block_1$1(ctx) {
11454
11456
  let div;
11457
+ let div_class_value;
11455
11458
  let current;
11456
- const default_slot_template = /*#slots*/ ctx[6].default;
11457
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
11459
+ const default_slot_template = /*#slots*/ ctx[9].default;
11460
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
11458
11461
 
11459
11462
  return {
11460
11463
  c() {
11461
11464
  div = element("div");
11462
11465
  if (default_slot) default_slot.c();
11463
- attr(div, "class", "" + (null_to_empty(CLICKABLE_CLASS) + " svelte-1rj3f1b"));
11466
+ attr(div, "data-layer-id", /*layerId*/ ctx[2]);
11467
+ attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"));
11464
11468
  attr(div, "style", /*style*/ ctx[1]);
11465
11469
  },
11466
11470
  m(target, anchor) {
@@ -11474,20 +11478,28 @@ function create_if_block_1$1(ctx) {
11474
11478
  },
11475
11479
  p(ctx, dirty) {
11476
11480
  if (default_slot) {
11477
- if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
11481
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
11478
11482
  update_slot_base(
11479
11483
  default_slot,
11480
11484
  default_slot_template,
11481
11485
  ctx,
11482
- /*$$scope*/ ctx[5],
11486
+ /*$$scope*/ ctx[8],
11483
11487
  !current
11484
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
11485
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
11488
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
11489
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
11486
11490
  null
11487
11491
  );
11488
11492
  }
11489
11493
  }
11490
11494
 
11495
+ if (!current || dirty & /*layerId*/ 4) {
11496
+ attr(div, "data-layer-id", /*layerId*/ ctx[2]);
11497
+ }
11498
+
11499
+ if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"))) {
11500
+ attr(div, "class", div_class_value);
11501
+ }
11502
+
11491
11503
  if (!current || dirty & /*style*/ 2) {
11492
11504
  attr(div, "style", /*style*/ ctx[1]);
11493
11505
  }
@@ -11508,7 +11520,7 @@ function create_if_block_1$1(ctx) {
11508
11520
  };
11509
11521
  }
11510
11522
 
11511
- // (17:0) {#if onClick.operation === 'linkTo'}
11523
+ // (20:0) {#if onClick.operation === 'linkTo'}
11512
11524
  function create_if_block$6(ctx) {
11513
11525
  let a;
11514
11526
  let a_href_value;
@@ -11516,11 +11528,12 @@ function create_if_block$6(ctx) {
11516
11528
  let current;
11517
11529
  let mounted;
11518
11530
  let dispose;
11519
- const default_slot_template = /*#slots*/ ctx[6].default;
11520
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
11531
+ const default_slot_template = /*#slots*/ ctx[9].default;
11532
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
11521
11533
 
11522
11534
  let a_levels = [
11523
- { class: CLICKABLE_CLASS },
11535
+ { "data-layer-id": /*layerId*/ ctx[2] },
11536
+ { class: /*fixedClass*/ ctx[3] },
11524
11537
  { style: /*style*/ ctx[1] },
11525
11538
  {
11526
11539
  href: a_href_value = /*onClick*/ ctx[0].args[2]
@@ -11544,7 +11557,7 @@ function create_if_block$6(ctx) {
11544
11557
  a = element("a");
11545
11558
  if (default_slot) default_slot.c();
11546
11559
  set_attributes(a, a_data);
11547
- toggle_class(a, "svelte-1rj3f1b", true);
11560
+ toggle_class(a, "svelte-1agjjit", true);
11548
11561
  },
11549
11562
  m(target, anchor) {
11550
11563
  insert(target, a, anchor);
@@ -11556,28 +11569,29 @@ function create_if_block$6(ctx) {
11556
11569
  current = true;
11557
11570
 
11558
11571
  if (!mounted) {
11559
- dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[2])));
11572
+ dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[4])));
11560
11573
  mounted = true;
11561
11574
  }
11562
11575
  },
11563
11576
  p(ctx, dirty) {
11564
11577
  if (default_slot) {
11565
- if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
11578
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
11566
11579
  update_slot_base(
11567
11580
  default_slot,
11568
11581
  default_slot_template,
11569
11582
  ctx,
11570
- /*$$scope*/ ctx[5],
11583
+ /*$$scope*/ ctx[8],
11571
11584
  !current
11572
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
11573
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
11585
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
11586
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
11574
11587
  null
11575
11588
  );
11576
11589
  }
11577
11590
  }
11578
11591
 
11579
11592
  set_attributes(a, a_data = get_spread_update(a_levels, [
11580
- { class: CLICKABLE_CLASS },
11593
+ (!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
11594
+ (!current || dirty & /*fixedClass*/ 8) && { class: /*fixedClass*/ ctx[3] },
11581
11595
  (!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
11582
11596
  (!current || dirty & /*onClick*/ 1 && a_href_value !== (a_href_value = /*onClick*/ ctx[0].args[2]
11583
11597
  ? decodeURI(/*onClick*/ ctx[0].args[0])
@@ -11586,7 +11600,7 @@ function create_if_block$6(ctx) {
11586
11600
  dataAttrStopPropagation('click')
11587
11601
  ]));
11588
11602
 
11589
- toggle_class(a, "svelte-1rj3f1b", true);
11603
+ toggle_class(a, "svelte-1agjjit", true);
11590
11604
  },
11591
11605
  i(local) {
11592
11606
  if (current) return;
@@ -11606,7 +11620,7 @@ function create_if_block$6(ctx) {
11606
11620
  };
11607
11621
  }
11608
11622
 
11609
- function create_fragment$C(ctx) {
11623
+ function create_fragment$D(ctx) {
11610
11624
  let current_block_type_index;
11611
11625
  let if_block;
11612
11626
  let if_block_anchor;
@@ -11678,12 +11692,15 @@ function create_fragment$C(ctx) {
11678
11692
 
11679
11693
  const CLICKABLE_CLASS = 'clickable';
11680
11694
 
11681
- function instance$C($$self, $$props, $$invalidate) {
11695
+ function instance$D($$self, $$props, $$invalidate) {
11696
+ let fixedClass;
11682
11697
  let { $$slots: slots = {}, $$scope } = $$props;
11683
11698
  let { onClick = { operation: 'none', args: [] } } = $$props;
11684
11699
  let { eventName = '' } = $$props;
11685
11700
  let { eventValue = undefined } = $$props;
11686
11701
  let { style = '' } = $$props;
11702
+ let { layerId = '' } = $$props;
11703
+ let { className = '' } = $$props;
11687
11704
 
11688
11705
  function handleClick() {
11689
11706
  if (eventName) {
@@ -11695,13 +11712,32 @@ function instance$C($$self, $$props, $$invalidate) {
11695
11712
 
11696
11713
  $$self.$$set = $$props => {
11697
11714
  if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
11698
- if ('eventName' in $$props) $$invalidate(3, eventName = $$props.eventName);
11699
- if ('eventValue' in $$props) $$invalidate(4, eventValue = $$props.eventValue);
11715
+ if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
11716
+ if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
11700
11717
  if ('style' in $$props) $$invalidate(1, style = $$props.style);
11701
- if ('$$scope' in $$props) $$invalidate(5, $$scope = $$props.$$scope);
11718
+ if ('layerId' in $$props) $$invalidate(2, layerId = $$props.layerId);
11719
+ if ('className' in $$props) $$invalidate(7, className = $$props.className);
11720
+ if ('$$scope' in $$props) $$invalidate(8, $$scope = $$props.$$scope);
11721
+ };
11722
+
11723
+ $$self.$$.update = () => {
11724
+ if ($$self.$$.dirty & /*className*/ 128) {
11725
+ $$invalidate(3, fixedClass = [CLICKABLE_CLASS, ...Array.isArray(className) ? className : [className]].join(' '));
11726
+ }
11702
11727
  };
11703
11728
 
11704
- return [onClick, style, handleClick, eventName, eventValue, $$scope, slots];
11729
+ return [
11730
+ onClick,
11731
+ style,
11732
+ layerId,
11733
+ fixedClass,
11734
+ handleClick,
11735
+ eventName,
11736
+ eventValue,
11737
+ className,
11738
+ $$scope,
11739
+ slots
11740
+ ];
11705
11741
  }
11706
11742
 
11707
11743
  class Clickable extends SvelteComponent {
@@ -11711,27 +11747,24 @@ class Clickable extends SvelteComponent {
11711
11747
  init(
11712
11748
  this,
11713
11749
  options,
11714
- instance$C,
11715
- create_fragment$C,
11750
+ instance$D,
11751
+ create_fragment$D,
11716
11752
  safe_not_equal,
11717
11753
  {
11718
11754
  onClick: 0,
11719
- eventName: 3,
11720
- eventValue: 4,
11721
- style: 1
11755
+ eventName: 5,
11756
+ eventValue: 6,
11757
+ style: 1,
11758
+ layerId: 2,
11759
+ className: 7
11722
11760
  },
11723
- add_css$a
11761
+ add_css$7
11724
11762
  );
11725
11763
  }
11726
11764
  }
11727
11765
 
11728
11766
  /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
11729
11767
 
11730
- function add_css$9(target) {
11731
- append_styles(target, "svelte-jnsixl", ".avatar.svelte-jnsixl{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
11732
- }
11733
-
11734
- // (34:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
11735
11768
  function create_default_slot$4(ctx) {
11736
11769
  let img;
11737
11770
  let img_src_value;
@@ -11766,13 +11799,14 @@ function create_default_slot$4(ctx) {
11766
11799
  };
11767
11800
  }
11768
11801
 
11769
- function create_fragment$B(ctx) {
11770
- let div;
11802
+ function create_fragment$C(ctx) {
11771
11803
  let clickable;
11772
11804
  let current;
11773
11805
 
11774
11806
  clickable = new Clickable({
11775
11807
  props: {
11808
+ layerId: /*layerId*/ ctx[1],
11809
+ style: /*style*/ ctx[3],
11776
11810
  onClick: /*props*/ ctx[0].onClick,
11777
11811
  eventName: /*props*/ ctx[0].eventName,
11778
11812
  eventValue: /*props*/ ctx[0].eventValue,
@@ -11783,19 +11817,16 @@ function create_fragment$B(ctx) {
11783
11817
 
11784
11818
  return {
11785
11819
  c() {
11786
- div = element("div");
11787
11820
  create_component(clickable.$$.fragment);
11788
- attr(div, "class", "avatar svelte-jnsixl");
11789
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
11790
- attr(div, "style", /*style*/ ctx[3]);
11791
11821
  },
11792
11822
  m(target, anchor) {
11793
- insert(target, div, anchor);
11794
- mount_component(clickable, div, null);
11823
+ mount_component(clickable, target, anchor);
11795
11824
  current = true;
11796
11825
  },
11797
11826
  p(ctx, [dirty]) {
11798
11827
  const clickable_changes = {};
11828
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
11829
+ if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
11799
11830
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
11800
11831
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
11801
11832
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -11805,14 +11836,6 @@ function create_fragment$B(ctx) {
11805
11836
  }
11806
11837
 
11807
11838
  clickable.$set(clickable_changes);
11808
-
11809
- if (!current || dirty & /*layerId*/ 2) {
11810
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
11811
- }
11812
-
11813
- if (!current || dirty & /*style*/ 8) {
11814
- attr(div, "style", /*style*/ ctx[3]);
11815
- }
11816
11839
  },
11817
11840
  i(local) {
11818
11841
  if (current) return;
@@ -11824,13 +11847,12 @@ function create_fragment$B(ctx) {
11824
11847
  current = false;
11825
11848
  },
11826
11849
  d(detaching) {
11827
- if (detaching) detach(div);
11828
- destroy_component(clickable);
11850
+ destroy_component(clickable, detaching);
11829
11851
  }
11830
11852
  };
11831
11853
  }
11832
11854
 
11833
- function instance$B($$self, $$props, $$invalidate) {
11855
+ function instance$C($$self, $$props, $$invalidate) {
11834
11856
  let style;
11835
11857
  let imgStyle;
11836
11858
  let { props = {} } = $$props;
@@ -11853,6 +11875,11 @@ function instance$B($$self, $$props, $$invalidate) {
11853
11875
  $$self.$$.update = () => {
11854
11876
  if ($$self.$$.dirty & /*props*/ 1) {
11855
11877
  $$invalidate(3, style = objToStyle({
11878
+ display: 'flex',
11879
+ alignItems: 'center',
11880
+ justifyContent: 'center',
11881
+ overflow: 'hidden',
11882
+ flexShrink: 0,
11856
11883
  width: `${size}px`,
11857
11884
  height: `${size}px`,
11858
11885
  ...VARIANTS.shape[props.shape ?? 'square'],
@@ -11874,7 +11901,7 @@ function instance$B($$self, $$props, $$invalidate) {
11874
11901
  class Avatar extends SvelteComponent {
11875
11902
  constructor(options) {
11876
11903
  super();
11877
- init(this, options, instance$B, create_fragment$B, safe_not_equal, { props: 0, layerId: 1 }, add_css$9);
11904
+ init(this, options, instance$C, create_fragment$C, safe_not_equal, { props: 0, layerId: 1 });
11878
11905
  }
11879
11906
  }
11880
11907
 
@@ -11927,7 +11954,7 @@ const buttonPropsDefault = {
11927
11954
 
11928
11955
  /* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
11929
11956
 
11930
- function create_fragment$A(ctx) {
11957
+ function create_fragment$B(ctx) {
11931
11958
  let svg;
11932
11959
  let path;
11933
11960
 
@@ -11959,7 +11986,7 @@ function create_fragment$A(ctx) {
11959
11986
  };
11960
11987
  }
11961
11988
 
11962
- function instance$A($$self, $$props, $$invalidate) {
11989
+ function instance$B($$self, $$props, $$invalidate) {
11963
11990
  let { color } = $$props;
11964
11991
 
11965
11992
  $$self.$$set = $$props => {
@@ -11972,13 +11999,13 @@ function instance$A($$self, $$props, $$invalidate) {
11972
11999
  class IconArrowDown extends SvelteComponent {
11973
12000
  constructor(options) {
11974
12001
  super();
11975
- init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
12002
+ init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
11976
12003
  }
11977
12004
  }
11978
12005
 
11979
12006
  /* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
11980
12007
 
11981
- function create_fragment$z(ctx) {
12008
+ function create_fragment$A(ctx) {
11982
12009
  let svg;
11983
12010
  let path;
11984
12011
 
@@ -12010,7 +12037,7 @@ function create_fragment$z(ctx) {
12010
12037
  };
12011
12038
  }
12012
12039
 
12013
- function instance$z($$self, $$props, $$invalidate) {
12040
+ function instance$A($$self, $$props, $$invalidate) {
12014
12041
  let { color } = $$props;
12015
12042
 
12016
12043
  $$self.$$set = $$props => {
@@ -12023,13 +12050,13 @@ function instance$z($$self, $$props, $$invalidate) {
12023
12050
  class IconArrowUp extends SvelteComponent {
12024
12051
  constructor(options) {
12025
12052
  super();
12026
- init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
12053
+ init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
12027
12054
  }
12028
12055
  }
12029
12056
 
12030
12057
  /* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
12031
12058
 
12032
- function create_fragment$y(ctx) {
12059
+ function create_fragment$z(ctx) {
12033
12060
  let svg;
12034
12061
  let path;
12035
12062
 
@@ -12061,7 +12088,7 @@ function create_fragment$y(ctx) {
12061
12088
  };
12062
12089
  }
12063
12090
 
12064
- function instance$y($$self, $$props, $$invalidate) {
12091
+ function instance$z($$self, $$props, $$invalidate) {
12065
12092
  let { color } = $$props;
12066
12093
 
12067
12094
  $$self.$$set = $$props => {
@@ -12074,13 +12101,13 @@ function instance$y($$self, $$props, $$invalidate) {
12074
12101
  class IconUsers extends SvelteComponent {
12075
12102
  constructor(options) {
12076
12103
  super();
12077
- init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
12104
+ init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
12078
12105
  }
12079
12106
  }
12080
12107
 
12081
12108
  /* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
12082
12109
 
12083
- function create_fragment$x(ctx) {
12110
+ function create_fragment$y(ctx) {
12084
12111
  let svg;
12085
12112
  let path;
12086
12113
 
@@ -12112,7 +12139,7 @@ function create_fragment$x(ctx) {
12112
12139
  };
12113
12140
  }
12114
12141
 
12115
- function instance$x($$self, $$props, $$invalidate) {
12142
+ function instance$y($$self, $$props, $$invalidate) {
12116
12143
  let { color } = $$props;
12117
12144
 
12118
12145
  $$self.$$set = $$props => {
@@ -12125,13 +12152,13 @@ function instance$x($$self, $$props, $$invalidate) {
12125
12152
  class IconArrowLeft extends SvelteComponent {
12126
12153
  constructor(options) {
12127
12154
  super();
12128
- init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
12155
+ init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
12129
12156
  }
12130
12157
  }
12131
12158
 
12132
12159
  /* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
12133
12160
 
12134
- function create_fragment$w(ctx) {
12161
+ function create_fragment$x(ctx) {
12135
12162
  let svg;
12136
12163
  let path;
12137
12164
 
@@ -12163,7 +12190,7 @@ function create_fragment$w(ctx) {
12163
12190
  };
12164
12191
  }
12165
12192
 
12166
- function instance$w($$self, $$props, $$invalidate) {
12193
+ function instance$x($$self, $$props, $$invalidate) {
12167
12194
  let { color } = $$props;
12168
12195
 
12169
12196
  $$self.$$set = $$props => {
@@ -12176,13 +12203,13 @@ function instance$w($$self, $$props, $$invalidate) {
12176
12203
  class IconArrowRight extends SvelteComponent {
12177
12204
  constructor(options) {
12178
12205
  super();
12179
- init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
12206
+ init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
12180
12207
  }
12181
12208
  }
12182
12209
 
12183
12210
  /* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
12184
12211
 
12185
- function create_fragment$v(ctx) {
12212
+ function create_fragment$w(ctx) {
12186
12213
  let svg;
12187
12214
  let path;
12188
12215
 
@@ -12214,7 +12241,7 @@ function create_fragment$v(ctx) {
12214
12241
  };
12215
12242
  }
12216
12243
 
12217
- function instance$v($$self, $$props, $$invalidate) {
12244
+ function instance$w($$self, $$props, $$invalidate) {
12218
12245
  let { color } = $$props;
12219
12246
 
12220
12247
  $$self.$$set = $$props => {
@@ -12227,13 +12254,13 @@ function instance$v($$self, $$props, $$invalidate) {
12227
12254
  class IconBell extends SvelteComponent {
12228
12255
  constructor(options) {
12229
12256
  super();
12230
- init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
12257
+ init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
12231
12258
  }
12232
12259
  }
12233
12260
 
12234
12261
  /* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
12235
12262
 
12236
- function create_fragment$u(ctx) {
12263
+ function create_fragment$v(ctx) {
12237
12264
  let svg;
12238
12265
  let path;
12239
12266
 
@@ -12265,7 +12292,7 @@ function create_fragment$u(ctx) {
12265
12292
  };
12266
12293
  }
12267
12294
 
12268
- function instance$u($$self, $$props, $$invalidate) {
12295
+ function instance$v($$self, $$props, $$invalidate) {
12269
12296
  let { color } = $$props;
12270
12297
 
12271
12298
  $$self.$$set = $$props => {
@@ -12278,13 +12305,13 @@ function instance$u($$self, $$props, $$invalidate) {
12278
12305
  class IconArrowUpFromSquare extends SvelteComponent {
12279
12306
  constructor(options) {
12280
12307
  super();
12281
- init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
12308
+ init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
12282
12309
  }
12283
12310
  }
12284
12311
 
12285
12312
  /* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
12286
12313
 
12287
- function create_fragment$t(ctx) {
12314
+ function create_fragment$u(ctx) {
12288
12315
  let svg;
12289
12316
  let path;
12290
12317
 
@@ -12316,7 +12343,7 @@ function create_fragment$t(ctx) {
12316
12343
  };
12317
12344
  }
12318
12345
 
12319
- function instance$t($$self, $$props, $$invalidate) {
12346
+ function instance$u($$self, $$props, $$invalidate) {
12320
12347
  let { color } = $$props;
12321
12348
 
12322
12349
  $$self.$$set = $$props => {
@@ -12329,13 +12356,13 @@ function instance$t($$self, $$props, $$invalidate) {
12329
12356
  class IconTicket extends SvelteComponent {
12330
12357
  constructor(options) {
12331
12358
  super();
12332
- init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
12359
+ init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
12333
12360
  }
12334
12361
  }
12335
12362
 
12336
12363
  /* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
12337
12364
 
12338
- function create_fragment$s(ctx) {
12365
+ function create_fragment$t(ctx) {
12339
12366
  let svg;
12340
12367
  let path;
12341
12368
 
@@ -12367,7 +12394,7 @@ function create_fragment$s(ctx) {
12367
12394
  };
12368
12395
  }
12369
12396
 
12370
- function instance$s($$self, $$props, $$invalidate) {
12397
+ function instance$t($$self, $$props, $$invalidate) {
12371
12398
  let { color } = $$props;
12372
12399
 
12373
12400
  $$self.$$set = $$props => {
@@ -12380,13 +12407,13 @@ function instance$s($$self, $$props, $$invalidate) {
12380
12407
  class IconTrack extends SvelteComponent {
12381
12408
  constructor(options) {
12382
12409
  super();
12383
- init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
12410
+ init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
12384
12411
  }
12385
12412
  }
12386
12413
 
12387
12414
  /* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
12388
12415
 
12389
- function create_fragment$r(ctx) {
12416
+ function create_fragment$s(ctx) {
12390
12417
  let svg;
12391
12418
  let path;
12392
12419
 
@@ -12418,7 +12445,7 @@ function create_fragment$r(ctx) {
12418
12445
  };
12419
12446
  }
12420
12447
 
12421
- function instance$r($$self, $$props, $$invalidate) {
12448
+ function instance$s($$self, $$props, $$invalidate) {
12422
12449
  let { color } = $$props;
12423
12450
 
12424
12451
  $$self.$$set = $$props => {
@@ -12431,13 +12458,13 @@ function instance$r($$self, $$props, $$invalidate) {
12431
12458
  class IconCartShopping extends SvelteComponent {
12432
12459
  constructor(options) {
12433
12460
  super();
12434
- init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
12461
+ init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
12435
12462
  }
12436
12463
  }
12437
12464
 
12438
12465
  /* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
12439
12466
 
12440
- function create_fragment$q(ctx) {
12467
+ function create_fragment$r(ctx) {
12441
12468
  let svg;
12442
12469
  let path;
12443
12470
 
@@ -12469,7 +12496,7 @@ function create_fragment$q(ctx) {
12469
12496
  };
12470
12497
  }
12471
12498
 
12472
- function instance$q($$self, $$props, $$invalidate) {
12499
+ function instance$r($$self, $$props, $$invalidate) {
12473
12500
  let { color } = $$props;
12474
12501
 
12475
12502
  $$self.$$set = $$props => {
@@ -12482,13 +12509,13 @@ function instance$q($$self, $$props, $$invalidate) {
12482
12509
  class IconCircle extends SvelteComponent {
12483
12510
  constructor(options) {
12484
12511
  super();
12485
- init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
12512
+ init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
12486
12513
  }
12487
12514
  }
12488
12515
 
12489
12516
  /* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
12490
12517
 
12491
- function create_fragment$p(ctx) {
12518
+ function create_fragment$q(ctx) {
12492
12519
  let svg;
12493
12520
  let path;
12494
12521
 
@@ -12520,7 +12547,7 @@ function create_fragment$p(ctx) {
12520
12547
  };
12521
12548
  }
12522
12549
 
12523
- function instance$p($$self, $$props, $$invalidate) {
12550
+ function instance$q($$self, $$props, $$invalidate) {
12524
12551
  let { color } = $$props;
12525
12552
 
12526
12553
  $$self.$$set = $$props => {
@@ -12533,13 +12560,13 @@ function instance$p($$self, $$props, $$invalidate) {
12533
12560
  class IconCircleQuestion extends SvelteComponent {
12534
12561
  constructor(options) {
12535
12562
  super();
12536
- init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
12563
+ init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
12537
12564
  }
12538
12565
  }
12539
12566
 
12540
12567
  /* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
12541
12568
 
12542
- function create_fragment$o(ctx) {
12569
+ function create_fragment$p(ctx) {
12543
12570
  let svg;
12544
12571
  let path;
12545
12572
 
@@ -12571,7 +12598,7 @@ function create_fragment$o(ctx) {
12571
12598
  };
12572
12599
  }
12573
12600
 
12574
- function instance$o($$self, $$props, $$invalidate) {
12601
+ function instance$p($$self, $$props, $$invalidate) {
12575
12602
  let { color } = $$props;
12576
12603
 
12577
12604
  $$self.$$set = $$props => {
@@ -12584,13 +12611,13 @@ function instance$o($$self, $$props, $$invalidate) {
12584
12611
  class IconCheck extends SvelteComponent {
12585
12612
  constructor(options) {
12586
12613
  super();
12587
- init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
12614
+ init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
12588
12615
  }
12589
12616
  }
12590
12617
 
12591
12618
  /* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
12592
12619
 
12593
- function create_fragment$n(ctx) {
12620
+ function create_fragment$o(ctx) {
12594
12621
  let svg;
12595
12622
  let path;
12596
12623
 
@@ -12622,7 +12649,7 @@ function create_fragment$n(ctx) {
12622
12649
  };
12623
12650
  }
12624
12651
 
12625
- function instance$n($$self, $$props, $$invalidate) {
12652
+ function instance$o($$self, $$props, $$invalidate) {
12626
12653
  let { color } = $$props;
12627
12654
 
12628
12655
  $$self.$$set = $$props => {
@@ -12635,13 +12662,13 @@ function instance$n($$self, $$props, $$invalidate) {
12635
12662
  class IconXMark extends SvelteComponent {
12636
12663
  constructor(options) {
12637
12664
  super();
12638
- init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
12665
+ init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
12639
12666
  }
12640
12667
  }
12641
12668
 
12642
12669
  /* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
12643
12670
 
12644
- function create_fragment$m(ctx) {
12671
+ function create_fragment$n(ctx) {
12645
12672
  let svg;
12646
12673
  let path;
12647
12674
 
@@ -12673,7 +12700,7 @@ function create_fragment$m(ctx) {
12673
12700
  };
12674
12701
  }
12675
12702
 
12676
- function instance$m($$self, $$props, $$invalidate) {
12703
+ function instance$n($$self, $$props, $$invalidate) {
12677
12704
  let { color } = $$props;
12678
12705
 
12679
12706
  $$self.$$set = $$props => {
@@ -12686,13 +12713,13 @@ function instance$m($$self, $$props, $$invalidate) {
12686
12713
  class IconPaperPlane extends SvelteComponent {
12687
12714
  constructor(options) {
12688
12715
  super();
12689
- init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
12716
+ init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
12690
12717
  }
12691
12718
  }
12692
12719
 
12693
12720
  /* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
12694
12721
 
12695
- function create_fragment$l(ctx) {
12722
+ function create_fragment$m(ctx) {
12696
12723
  let svg;
12697
12724
  let path;
12698
12725
 
@@ -12724,7 +12751,7 @@ function create_fragment$l(ctx) {
12724
12751
  };
12725
12752
  }
12726
12753
 
12727
- function instance$l($$self, $$props, $$invalidate) {
12754
+ function instance$m($$self, $$props, $$invalidate) {
12728
12755
  let { color } = $$props;
12729
12756
 
12730
12757
  $$self.$$set = $$props => {
@@ -12737,13 +12764,13 @@ function instance$l($$self, $$props, $$invalidate) {
12737
12764
  class IconCopy extends SvelteComponent {
12738
12765
  constructor(options) {
12739
12766
  super();
12740
- init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
12767
+ init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
12741
12768
  }
12742
12769
  }
12743
12770
 
12744
12771
  /* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
12745
12772
 
12746
- function create_fragment$k(ctx) {
12773
+ function create_fragment$l(ctx) {
12747
12774
  let svg;
12748
12775
  let path;
12749
12776
 
@@ -12775,7 +12802,7 @@ function create_fragment$k(ctx) {
12775
12802
  };
12776
12803
  }
12777
12804
 
12778
- function instance$k($$self, $$props, $$invalidate) {
12805
+ function instance$l($$self, $$props, $$invalidate) {
12779
12806
  let { color } = $$props;
12780
12807
 
12781
12808
  $$self.$$set = $$props => {
@@ -12788,13 +12815,13 @@ function instance$k($$self, $$props, $$invalidate) {
12788
12815
  class IconCircleXMark extends SvelteComponent {
12789
12816
  constructor(options) {
12790
12817
  super();
12791
- init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
12818
+ init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
12792
12819
  }
12793
12820
  }
12794
12821
 
12795
12822
  /* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
12796
12823
 
12797
- function create_fragment$j(ctx) {
12824
+ function create_fragment$k(ctx) {
12798
12825
  let svg;
12799
12826
  let path;
12800
12827
 
@@ -12826,7 +12853,7 @@ function create_fragment$j(ctx) {
12826
12853
  };
12827
12854
  }
12828
12855
 
12829
- function instance$j($$self, $$props, $$invalidate) {
12856
+ function instance$k($$self, $$props, $$invalidate) {
12830
12857
  let { color } = $$props;
12831
12858
 
12832
12859
  $$self.$$set = $$props => {
@@ -12839,13 +12866,13 @@ function instance$j($$self, $$props, $$invalidate) {
12839
12866
  class IconHeart extends SvelteComponent {
12840
12867
  constructor(options) {
12841
12868
  super();
12842
- init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
12869
+ init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
12843
12870
  }
12844
12871
  }
12845
12872
 
12846
12873
  /* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
12847
12874
 
12848
- function create_fragment$i(ctx) {
12875
+ function create_fragment$j(ctx) {
12849
12876
  let svg;
12850
12877
  let path;
12851
12878
 
@@ -12877,7 +12904,7 @@ function create_fragment$i(ctx) {
12877
12904
  };
12878
12905
  }
12879
12906
 
12880
- function instance$i($$self, $$props, $$invalidate) {
12907
+ function instance$j($$self, $$props, $$invalidate) {
12881
12908
  let { color } = $$props;
12882
12909
 
12883
12910
  $$self.$$set = $$props => {
@@ -12890,13 +12917,13 @@ function instance$i($$self, $$props, $$invalidate) {
12890
12917
  class IconMagnifyingGrass extends SvelteComponent {
12891
12918
  constructor(options) {
12892
12919
  super();
12893
- init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
12920
+ init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
12894
12921
  }
12895
12922
  }
12896
12923
 
12897
12924
  /* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
12898
12925
 
12899
- function create_fragment$h(ctx) {
12926
+ function create_fragment$i(ctx) {
12900
12927
  let svg;
12901
12928
  let path;
12902
12929
 
@@ -12928,7 +12955,7 @@ function create_fragment$h(ctx) {
12928
12955
  };
12929
12956
  }
12930
12957
 
12931
- function instance$h($$self, $$props, $$invalidate) {
12958
+ function instance$i($$self, $$props, $$invalidate) {
12932
12959
  let { color } = $$props;
12933
12960
 
12934
12961
  $$self.$$set = $$props => {
@@ -12941,13 +12968,13 @@ function instance$h($$self, $$props, $$invalidate) {
12941
12968
  class IconStar extends SvelteComponent {
12942
12969
  constructor(options) {
12943
12970
  super();
12944
- init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
12971
+ init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
12945
12972
  }
12946
12973
  }
12947
12974
 
12948
12975
  /* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
12949
12976
 
12950
- function create_fragment$g(ctx) {
12977
+ function create_fragment$h(ctx) {
12951
12978
  let svg;
12952
12979
  let path;
12953
12980
 
@@ -12979,7 +13006,7 @@ function create_fragment$g(ctx) {
12979
13006
  };
12980
13007
  }
12981
13008
 
12982
- function instance$g($$self, $$props, $$invalidate) {
13009
+ function instance$h($$self, $$props, $$invalidate) {
12983
13010
  let { color } = $$props;
12984
13011
 
12985
13012
  $$self.$$set = $$props => {
@@ -12992,13 +13019,13 @@ function instance$g($$self, $$props, $$invalidate) {
12992
13019
  class IconCircleInfo extends SvelteComponent {
12993
13020
  constructor(options) {
12994
13021
  super();
12995
- init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
13022
+ init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
12996
13023
  }
12997
13024
  }
12998
13025
 
12999
13026
  /* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
13000
13027
 
13001
- function create_fragment$f(ctx) {
13028
+ function create_fragment$g(ctx) {
13002
13029
  let svg;
13003
13030
  let path;
13004
13031
 
@@ -13030,7 +13057,7 @@ function create_fragment$f(ctx) {
13030
13057
  };
13031
13058
  }
13032
13059
 
13033
- function instance$f($$self, $$props, $$invalidate) {
13060
+ function instance$g($$self, $$props, $$invalidate) {
13034
13061
  let { color } = $$props;
13035
13062
 
13036
13063
  $$self.$$set = $$props => {
@@ -13043,13 +13070,13 @@ function instance$f($$self, $$props, $$invalidate) {
13043
13070
  class IconEnvelope extends SvelteComponent {
13044
13071
  constructor(options) {
13045
13072
  super();
13046
- init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
13073
+ init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
13047
13074
  }
13048
13075
  }
13049
13076
 
13050
13077
  /* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
13051
13078
 
13052
- function create_fragment$e(ctx) {
13079
+ function create_fragment$f(ctx) {
13053
13080
  let svg;
13054
13081
  let path;
13055
13082
 
@@ -13081,7 +13108,7 @@ function create_fragment$e(ctx) {
13081
13108
  };
13082
13109
  }
13083
13110
 
13084
- function instance$e($$self, $$props, $$invalidate) {
13111
+ function instance$f($$self, $$props, $$invalidate) {
13085
13112
  let { color } = $$props;
13086
13113
 
13087
13114
  $$self.$$set = $$props => {
@@ -13094,13 +13121,13 @@ function instance$e($$self, $$props, $$invalidate) {
13094
13121
  class IconGift extends SvelteComponent {
13095
13122
  constructor(options) {
13096
13123
  super();
13097
- init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
13124
+ init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
13098
13125
  }
13099
13126
  }
13100
13127
 
13101
13128
  /* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
13102
13129
 
13103
- function create_fragment$d(ctx) {
13130
+ function create_fragment$e(ctx) {
13104
13131
  let svg;
13105
13132
  let path;
13106
13133
 
@@ -13132,7 +13159,7 @@ function create_fragment$d(ctx) {
13132
13159
  };
13133
13160
  }
13134
13161
 
13135
- function instance$d($$self, $$props, $$invalidate) {
13162
+ function instance$e($$self, $$props, $$invalidate) {
13136
13163
  let { color } = $$props;
13137
13164
 
13138
13165
  $$self.$$set = $$props => {
@@ -13145,13 +13172,13 @@ function instance$d($$self, $$props, $$invalidate) {
13145
13172
  class IconPaperclip extends SvelteComponent {
13146
13173
  constructor(options) {
13147
13174
  super();
13148
- init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
13175
+ init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
13149
13176
  }
13150
13177
  }
13151
13178
 
13152
13179
  /* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
13153
13180
 
13154
- function create_fragment$c(ctx) {
13181
+ function create_fragment$d(ctx) {
13155
13182
  let svg;
13156
13183
  let path;
13157
13184
 
@@ -13183,7 +13210,7 @@ function create_fragment$c(ctx) {
13183
13210
  };
13184
13211
  }
13185
13212
 
13186
- function instance$c($$self, $$props, $$invalidate) {
13213
+ function instance$d($$self, $$props, $$invalidate) {
13187
13214
  let { color } = $$props;
13188
13215
 
13189
13216
  $$self.$$set = $$props => {
@@ -13196,13 +13223,13 @@ function instance$c($$self, $$props, $$invalidate) {
13196
13223
  class IconFire extends SvelteComponent {
13197
13224
  constructor(options) {
13198
13225
  super();
13199
- init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
13226
+ init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
13200
13227
  }
13201
13228
  }
13202
13229
 
13203
13230
  /* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
13204
13231
 
13205
- function create_fragment$b(ctx) {
13232
+ function create_fragment$c(ctx) {
13206
13233
  let svg;
13207
13234
  let path;
13208
13235
 
@@ -13234,7 +13261,7 @@ function create_fragment$b(ctx) {
13234
13261
  };
13235
13262
  }
13236
13263
 
13237
- function instance$b($$self, $$props, $$invalidate) {
13264
+ function instance$c($$self, $$props, $$invalidate) {
13238
13265
  let { color } = $$props;
13239
13266
 
13240
13267
  $$self.$$set = $$props => {
@@ -13247,13 +13274,13 @@ function instance$b($$self, $$props, $$invalidate) {
13247
13274
  class IconLink extends SvelteComponent {
13248
13275
  constructor(options) {
13249
13276
  super();
13250
- init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
13277
+ init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
13251
13278
  }
13252
13279
  }
13253
13280
 
13254
13281
  /* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
13255
13282
 
13256
- function create_fragment$a(ctx) {
13283
+ function create_fragment$b(ctx) {
13257
13284
  let svg;
13258
13285
  let path;
13259
13286
 
@@ -13285,7 +13312,7 @@ function create_fragment$a(ctx) {
13285
13312
  };
13286
13313
  }
13287
13314
 
13288
- function instance$a($$self, $$props, $$invalidate) {
13315
+ function instance$b($$self, $$props, $$invalidate) {
13289
13316
  let { color } = $$props;
13290
13317
 
13291
13318
  $$self.$$set = $$props => {
@@ -13298,13 +13325,13 @@ function instance$a($$self, $$props, $$invalidate) {
13298
13325
  class IconBuildings extends SvelteComponent {
13299
13326
  constructor(options) {
13300
13327
  super();
13301
- init(this, options, instance$a, create_fragment$a, safe_not_equal, { color: 0 });
13328
+ init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
13302
13329
  }
13303
13330
  }
13304
13331
 
13305
13332
  /* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
13306
13333
 
13307
- function create_fragment$9(ctx) {
13334
+ function create_fragment$a(ctx) {
13308
13335
  let svg;
13309
13336
  let path;
13310
13337
 
@@ -13336,7 +13363,7 @@ function create_fragment$9(ctx) {
13336
13363
  };
13337
13364
  }
13338
13365
 
13339
- function instance$9($$self, $$props, $$invalidate) {
13366
+ function instance$a($$self, $$props, $$invalidate) {
13340
13367
  let { color } = $$props;
13341
13368
 
13342
13369
  $$self.$$set = $$props => {
@@ -13349,7 +13376,7 @@ function instance$9($$self, $$props, $$invalidate) {
13349
13376
  class IconChevronsRight extends SvelteComponent {
13350
13377
  constructor(options) {
13351
13378
  super();
13352
- init(this, options, instance$9, create_fragment$9, safe_not_equal, { color: 0 });
13379
+ init(this, options, instance$a, create_fragment$a, safe_not_equal, { color: 0 });
13353
13380
  }
13354
13381
  }
13355
13382
 
@@ -13417,18 +13444,14 @@ const ICON_VARIANTS = {
13417
13444
 
13418
13445
  /* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
13419
13446
 
13420
- function add_css$8(target) {
13421
- append_styles(target, "svelte-mtghsf", ".icon.svelte-mtghsf{display:flex;align-items:center;overflow:hidden;width:auto}");
13422
- }
13423
-
13424
- // (21:0) {#if (IconComponent)}
13425
13447
  function create_if_block$5(ctx) {
13426
- let div;
13427
13448
  let clickable;
13428
13449
  let current;
13429
13450
 
13430
13451
  clickable = new Clickable({
13431
13452
  props: {
13453
+ layerId: /*layerId*/ ctx[1],
13454
+ style: /*style*/ ctx[3],
13432
13455
  onClick: /*props*/ ctx[0].onClick,
13433
13456
  eventName: /*props*/ ctx[0].eventName,
13434
13457
  eventValue: /*props*/ ctx[0].eventValue,
@@ -13439,19 +13462,16 @@ function create_if_block$5(ctx) {
13439
13462
 
13440
13463
  return {
13441
13464
  c() {
13442
- div = element("div");
13443
13465
  create_component(clickable.$$.fragment);
13444
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
13445
- attr(div, "class", "icon svelte-mtghsf");
13446
- attr(div, "style", /*style*/ ctx[3]);
13447
13466
  },
13448
13467
  m(target, anchor) {
13449
- insert(target, div, anchor);
13450
- mount_component(clickable, div, null);
13468
+ mount_component(clickable, target, anchor);
13451
13469
  current = true;
13452
13470
  },
13453
13471
  p(ctx, dirty) {
13454
13472
  const clickable_changes = {};
13473
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
13474
+ if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
13455
13475
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
13456
13476
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
13457
13477
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -13461,14 +13481,6 @@ function create_if_block$5(ctx) {
13461
13481
  }
13462
13482
 
13463
13483
  clickable.$set(clickable_changes);
13464
-
13465
- if (!current || dirty & /*layerId*/ 2) {
13466
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
13467
- }
13468
-
13469
- if (!current || dirty & /*style*/ 8) {
13470
- attr(div, "style", /*style*/ ctx[3]);
13471
- }
13472
13484
  },
13473
13485
  i(local) {
13474
13486
  if (current) return;
@@ -13480,13 +13492,12 @@ function create_if_block$5(ctx) {
13480
13492
  current = false;
13481
13493
  },
13482
13494
  d(detaching) {
13483
- if (detaching) detach(div);
13484
- destroy_component(clickable);
13495
+ destroy_component(clickable, detaching);
13485
13496
  }
13486
13497
  };
13487
13498
  }
13488
13499
 
13489
- // (23:4) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
13500
+ // (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
13490
13501
  function create_default_slot$3(ctx) {
13491
13502
  let switch_instance;
13492
13503
  let switch_instance_anchor;
@@ -13559,7 +13570,7 @@ function create_default_slot$3(ctx) {
13559
13570
  };
13560
13571
  }
13561
13572
 
13562
- function create_fragment$8(ctx) {
13573
+ function create_fragment$9(ctx) {
13563
13574
  let if_block_anchor;
13564
13575
  let current;
13565
13576
  let if_block = /*IconComponent*/ ctx[2] && create_if_block$5(ctx);
@@ -13614,7 +13625,7 @@ function create_fragment$8(ctx) {
13614
13625
  };
13615
13626
  }
13616
13627
 
13617
- function instance$8($$self, $$props, $$invalidate) {
13628
+ function instance$9($$self, $$props, $$invalidate) {
13618
13629
  let style;
13619
13630
  let IconComponent;
13620
13631
  let { props = {} } = $$props;
@@ -13641,7 +13652,14 @@ function instance$8($$self, $$props, $$invalidate) {
13641
13652
 
13642
13653
  $$self.$$.update = () => {
13643
13654
  if ($$self.$$.dirty & /*props*/ 1) {
13644
- $$invalidate(3, style = objToStyle({ ...getSizeCss(), ...toCssCommon(props) }));
13655
+ $$invalidate(3, style = objToStyle({
13656
+ display: 'flex',
13657
+ alignItems: 'center',
13658
+ overflow: 'hidden',
13659
+ width: 'auto',
13660
+ ...getSizeCss(),
13661
+ ...toCssCommon(props)
13662
+ }));
13645
13663
  }
13646
13664
 
13647
13665
  if ($$self.$$.dirty & /*props*/ 1) {
@@ -13655,7 +13673,7 @@ function instance$8($$self, $$props, $$invalidate) {
13655
13673
  class Icon extends SvelteComponent {
13656
13674
  constructor(options) {
13657
13675
  super();
13658
- init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
13676
+ init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 });
13659
13677
  }
13660
13678
  }
13661
13679
 
@@ -13829,11 +13847,11 @@ const BUTTON_VARIANTS = {
13829
13847
 
13830
13848
  /* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
13831
13849
 
13832
- function add_css$7(target) {
13833
- append_styles(target, "svelte-bing7g", ".button.svelte-bing7g{display:inline-flex;align-content:center;justify-content:center;gap:0.8em;cursor:pointer;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.button-icon.svelte-bing7g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
13850
+ function add_css$6(target) {
13851
+ append_styles(target, "svelte-cmn44g", ".button-icon.svelte-cmn44g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
13834
13852
  }
13835
13853
 
13836
- // (37:4) {#if props.isIcon && props.iconVariant}
13854
+ // (36:2) {#if props.isIcon && props.iconVariant}
13837
13855
  function create_if_block$4(ctx) {
13838
13856
  let div;
13839
13857
  let icon;
@@ -13854,7 +13872,7 @@ function create_if_block$4(ctx) {
13854
13872
  c() {
13855
13873
  div = element("div");
13856
13874
  create_component(icon.$$.fragment);
13857
- attr(div, "class", "button-icon svelte-bing7g");
13875
+ attr(div, "class", "button-icon svelte-cmn44g");
13858
13876
  },
13859
13877
  m(target, anchor) {
13860
13878
  insert(target, div, anchor);
@@ -13889,7 +13907,7 @@ function create_if_block$4(ctx) {
13889
13907
  };
13890
13908
  }
13891
13909
 
13892
- // (36:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
13910
+ // (35:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
13893
13911
  function create_default_slot$2(ctx) {
13894
13912
  let t0;
13895
13913
  let span;
@@ -13955,13 +13973,15 @@ function create_default_slot$2(ctx) {
13955
13973
  };
13956
13974
  }
13957
13975
 
13958
- function create_fragment$7(ctx) {
13959
- let div;
13976
+ function create_fragment$8(ctx) {
13960
13977
  let clickable;
13961
13978
  let current;
13962
13979
 
13963
13980
  clickable = new Clickable({
13964
13981
  props: {
13982
+ className: "button",
13983
+ layerId: /*layerId*/ ctx[1],
13984
+ style: /*style*/ ctx[2],
13965
13985
  onClick: /*props*/ ctx[0].onClick,
13966
13986
  eventName: /*props*/ ctx[0].eventName,
13967
13987
  eventValue: /*props*/ ctx[0].eventValue,
@@ -13972,19 +13992,16 @@ function create_fragment$7(ctx) {
13972
13992
 
13973
13993
  return {
13974
13994
  c() {
13975
- div = element("div");
13976
13995
  create_component(clickable.$$.fragment);
13977
- attr(div, "class", "button svelte-bing7g");
13978
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
13979
- attr(div, "style", /*style*/ ctx[2]);
13980
13996
  },
13981
13997
  m(target, anchor) {
13982
- insert(target, div, anchor);
13983
- mount_component(clickable, div, null);
13998
+ mount_component(clickable, target, anchor);
13984
13999
  current = true;
13985
14000
  },
13986
14001
  p(ctx, [dirty]) {
13987
14002
  const clickable_changes = {};
14003
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
14004
+ if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
13988
14005
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
13989
14006
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
13990
14007
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -13994,14 +14011,6 @@ function create_fragment$7(ctx) {
13994
14011
  }
13995
14012
 
13996
14013
  clickable.$set(clickable_changes);
13997
-
13998
- if (!current || dirty & /*layerId*/ 2) {
13999
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14000
- }
14001
-
14002
- if (!current || dirty & /*style*/ 4) {
14003
- attr(div, "style", /*style*/ ctx[2]);
14004
- }
14005
14014
  },
14006
14015
  i(local) {
14007
14016
  if (current) return;
@@ -14013,13 +14022,12 @@ function create_fragment$7(ctx) {
14013
14022
  current = false;
14014
14023
  },
14015
14024
  d(detaching) {
14016
- if (detaching) detach(div);
14017
- destroy_component(clickable);
14025
+ destroy_component(clickable, detaching);
14018
14026
  }
14019
14027
  };
14020
14028
  }
14021
14029
 
14022
- function instance$7($$self, $$props, $$invalidate) {
14030
+ function instance$8($$self, $$props, $$invalidate) {
14023
14031
  let style;
14024
14032
  let { props = {} } = $$props;
14025
14033
  let { layerId = '' } = $$props;
@@ -14062,14 +14070,14 @@ function instance$7($$self, $$props, $$invalidate) {
14062
14070
  class Button extends SvelteComponent {
14063
14071
  constructor(options) {
14064
14072
  super();
14065
- init(this, options, instance$7, create_fragment$7, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
14073
+ init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$6);
14066
14074
  }
14067
14075
  }
14068
14076
 
14069
14077
  /* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
14070
14078
 
14071
- function add_css$6(target) {
14072
- append_styles(target, "svelte-11jxyiz", ".flex-text-button.svelte-11jxyiz{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-11jxyiz:hover{text-decoration:none}.flex-text-button-icon.svelte-11jxyiz{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14079
+ function add_css$5(target) {
14080
+ append_styles(target, "svelte-2imv7z", ".flex-text-button.svelte-2imv7z{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-2imv7z:hover{text-decoration:none}.flex-text-button-icon.svelte-2imv7z{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14073
14081
  }
14074
14082
 
14075
14083
  // (103:4) {#if props.isIcon && props.iconVariant}
@@ -14091,7 +14099,7 @@ function create_if_block$3(ctx) {
14091
14099
  c() {
14092
14100
  div = element("div");
14093
14101
  create_component(icon.$$.fragment);
14094
- attr(div, "class", "flex-text-button-icon svelte-11jxyiz");
14102
+ attr(div, "class", "flex-text-button-icon svelte-2imv7z");
14095
14103
  },
14096
14104
  m(target, anchor) {
14097
14105
  insert(target, div, anchor);
@@ -14124,7 +14132,7 @@ function create_if_block$3(ctx) {
14124
14132
  };
14125
14133
  }
14126
14134
 
14127
- function create_fragment$6(ctx) {
14135
+ function create_fragment$7(ctx) {
14128
14136
  let button;
14129
14137
  let t0;
14130
14138
  let span;
@@ -14144,7 +14152,7 @@ function create_fragment$6(ctx) {
14144
14152
  t1 = text(t1_value);
14145
14153
  attr(button, "data-layer-id", /*layerId*/ ctx[1]);
14146
14154
  attr(button, "style", /*style*/ ctx[2]);
14147
- attr(button, "class", "flex-text-button svelte-11jxyiz");
14155
+ attr(button, "class", "flex-text-button svelte-2imv7z");
14148
14156
  },
14149
14157
  m(target, anchor) {
14150
14158
  insert(target, button, anchor);
@@ -14211,7 +14219,7 @@ function create_fragment$6(ctx) {
14211
14219
  };
14212
14220
  }
14213
14221
 
14214
- function instance$6($$self, $$props, $$invalidate) {
14222
+ function instance$7($$self, $$props, $$invalidate) {
14215
14223
  let style;
14216
14224
  let { onClick = { operation: 'none', args: [] } } = $$props;
14217
14225
  let { eventName = '' } = $$props;
@@ -14321,8 +14329,8 @@ class TextButton extends SvelteComponent {
14321
14329
  init(
14322
14330
  this,
14323
14331
  options,
14324
- instance$6,
14325
- create_fragment$6,
14332
+ instance$7,
14333
+ create_fragment$7,
14326
14334
  safe_not_equal,
14327
14335
  {
14328
14336
  onClick: 5,
@@ -14331,7 +14339,7 @@ class TextButton extends SvelteComponent {
14331
14339
  props: 0,
14332
14340
  layerId: 1
14333
14341
  },
14334
- add_css$6
14342
+ add_css$5
14335
14343
  );
14336
14344
  }
14337
14345
  }
@@ -14380,11 +14388,11 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
14380
14388
 
14381
14389
  /* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
14382
14390
 
14383
- function add_css$5(target) {
14384
- append_styles(target, "svelte-liyx15", ".close.svelte-liyx15{position:absolute;top:8px;right:8px}.close-button-row.svelte-liyx15{display:flex;flex-direction:row;align-items:center;gap:4px}.close-button.svelte-liyx15{display:inline-flex;align-items:center;justify-content:center;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s, transform 0.12s}.close-button.svelte-liyx15:hover{transform:rotate(90deg)}.close-button-order-one.svelte-liyx15{order:1}.close-button-order-two.svelte-liyx15{order:2}.close-button-label.svelte-liyx15{color:var(--close-button-label-color, '#ccc')}");
14391
+ function add_css$4(target) {
14392
+ append_styles(target, "svelte-12v1h9t", ".close-button.svelte-12v1h9t{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, transform 0.12s}.close-button.svelte-12v1h9t:hover{transform:rotate(90deg)}.close-button-order-one.svelte-12v1h9t{order:1}.close-button-order-two.svelte-12v1h9t{order:2}");
14385
14393
  }
14386
14394
 
14387
- // (99:4) {#if hasLabel}
14395
+ // (93:2) {#if hasLabel}
14388
14396
  function create_if_block$2(ctx) {
14389
14397
  let span;
14390
14398
  let t;
@@ -14393,19 +14401,19 @@ function create_if_block$2(ctx) {
14393
14401
  c() {
14394
14402
  span = element("span");
14395
14403
  t = text(/*label*/ ctx[7]);
14396
- attr(span, "style", /*labelCssVariable*/ ctx[2]);
14404
+ attr(span, "style", /*labelStyle*/ ctx[2]);
14397
14405
 
14398
14406
  attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
14399
14407
  ? 'close-button-order-one'
14400
- : '') + " svelte-liyx15");
14408
+ : '') + " svelte-12v1h9t");
14401
14409
  },
14402
14410
  m(target, anchor) {
14403
14411
  insert(target, span, anchor);
14404
14412
  append(span, t);
14405
14413
  },
14406
14414
  p(ctx, dirty) {
14407
- if (dirty & /*labelCssVariable*/ 4) {
14408
- attr(span, "style", /*labelCssVariable*/ ctx[2]);
14415
+ if (dirty & /*labelStyle*/ 4) {
14416
+ attr(span, "style", /*labelStyle*/ ctx[2]);
14409
14417
  }
14410
14418
  },
14411
14419
  d(detaching) {
@@ -14414,16 +14422,16 @@ function create_if_block$2(ctx) {
14414
14422
  };
14415
14423
  }
14416
14424
 
14417
- function create_fragment$5(ctx) {
14418
- let div1;
14419
- let div0;
14425
+ function create_fragment$6(ctx) {
14420
14426
  let button;
14427
+ let span;
14421
14428
  let svg;
14422
14429
  let path;
14423
- let button_class_value;
14424
14430
  let t;
14431
+ let button_class_value;
14425
14432
  let mounted;
14426
14433
  let dispose;
14434
+ let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
14427
14435
 
14428
14436
  let button_levels = [
14429
14437
  { "data-layer-id": /*layerId*/ ctx[0] },
@@ -14432,7 +14440,7 @@ function create_fragment$5(ctx) {
14432
14440
  ? 'close-button-order-two'
14433
14441
  : '')
14434
14442
  },
14435
- { style: /*style*/ ctx[1] },
14443
+ { style: /*style*/ ctx[3] },
14436
14444
  dataAttrStopPropagation('click')
14437
14445
  ];
14438
14446
 
@@ -14442,38 +14450,32 @@ function create_fragment$5(ctx) {
14442
14450
  button_data = assign(button_data, button_levels[i]);
14443
14451
  }
14444
14452
 
14445
- let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
14446
-
14447
14453
  return {
14448
14454
  c() {
14449
- div1 = element("div");
14450
- div0 = element("div");
14451
14455
  button = element("button");
14456
+ span = element("span");
14452
14457
  svg = svg_element("svg");
14453
14458
  path = svg_element("path");
14454
14459
  t = space();
14455
14460
  if (if_block) if_block.c();
14456
14461
  attr(path, "d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z");
14457
14462
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
14458
- set_style(svg, "width", "75%");
14459
- set_style(svg, "height", "75%");
14460
14463
  attr(svg, "viewBox", "0 0 384 512");
14464
+ set_style(svg, "width", "100%");
14465
+ set_style(svg, "height", "100%");
14461
14466
  attr(svg, "fill", /*color*/ ctx[6]);
14467
+ attr(span, "style", /*iconStyle*/ ctx[1]);
14462
14468
  set_attributes(button, button_data);
14463
- toggle_class(button, "svelte-liyx15", true);
14464
- attr(div0, "class", "close-button-row svelte-liyx15");
14465
- attr(div1, "class", "close svelte-liyx15");
14466
- attr(div1, "style", /*rootStyle*/ ctx[3]);
14469
+ toggle_class(button, "svelte-12v1h9t", true);
14467
14470
  },
14468
14471
  m(target, anchor) {
14469
- insert(target, div1, anchor);
14470
- append(div1, div0);
14471
- append(div0, button);
14472
- append(button, svg);
14472
+ insert(target, button, anchor);
14473
+ append(button, span);
14474
+ append(span, svg);
14473
14475
  append(svg, path);
14476
+ append(button, t);
14477
+ if (if_block) if_block.m(button, null);
14474
14478
  if (button.autofocus) button.focus();
14475
- append(div0, t);
14476
- if (if_block) if_block.m(div0, null);
14477
14479
 
14478
14480
  if (!mounted) {
14479
14481
  dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
@@ -14481,14 +14483,9 @@ function create_fragment$5(ctx) {
14481
14483
  }
14482
14484
  },
14483
14485
  p(ctx, [dirty]) {
14484
- set_attributes(button, button_data = get_spread_update(button_levels, [
14485
- dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
14486
- { class: button_class_value },
14487
- dirty & /*style*/ 2 && { style: /*style*/ ctx[1] },
14488
- dataAttrStopPropagation('click')
14489
- ]));
14490
-
14491
- toggle_class(button, "svelte-liyx15", true);
14486
+ if (dirty & /*iconStyle*/ 2) {
14487
+ attr(span, "style", /*iconStyle*/ ctx[1]);
14488
+ }
14492
14489
 
14493
14490
  if (/*hasLabel*/ ctx[4]) {
14494
14491
  if (if_block) {
@@ -14496,21 +14493,26 @@ function create_fragment$5(ctx) {
14496
14493
  } else {
14497
14494
  if_block = create_if_block$2(ctx);
14498
14495
  if_block.c();
14499
- if_block.m(div0, null);
14496
+ if_block.m(button, null);
14500
14497
  }
14501
14498
  } else if (if_block) {
14502
14499
  if_block.d(1);
14503
14500
  if_block = null;
14504
14501
  }
14505
14502
 
14506
- if (dirty & /*rootStyle*/ 8) {
14507
- attr(div1, "style", /*rootStyle*/ ctx[3]);
14508
- }
14503
+ set_attributes(button, button_data = get_spread_update(button_levels, [
14504
+ dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
14505
+ { class: button_class_value },
14506
+ dirty & /*style*/ 8 && { style: /*style*/ ctx[3] },
14507
+ dataAttrStopPropagation('click')
14508
+ ]));
14509
+
14510
+ toggle_class(button, "svelte-12v1h9t", true);
14509
14511
  },
14510
14512
  i: noop,
14511
14513
  o: noop,
14512
14514
  d(detaching) {
14513
- if (detaching) detach(div1);
14515
+ if (detaching) detach(button);
14514
14516
  if (if_block) if_block.d();
14515
14517
  mounted = false;
14516
14518
  dispose();
@@ -14518,13 +14520,11 @@ function create_fragment$5(ctx) {
14518
14520
  };
14519
14521
  }
14520
14522
 
14521
- function instance$5($$self, $$props, $$invalidate) {
14523
+ function instance$6($$self, $$props, $$invalidate) {
14522
14524
  let hasLabel;
14523
- let rootStyle;
14524
- let labelCssVariable;
14525
14525
  let style;
14526
- let $maximumZindex;
14527
- component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
14526
+ let labelStyle;
14527
+ let iconStyle;
14528
14528
  let { props = {} } = $$props;
14529
14529
  let { layerId = '' } = $$props;
14530
14530
  let { eventName = '' } = $$props;
@@ -14559,15 +14559,6 @@ function instance$5($$self, $$props, $$invalidate) {
14559
14559
  const label = props.label;
14560
14560
  const isLeftLabelPlacement = props.labelPlacement === 'left';
14561
14561
 
14562
- const getCssPlacement = () => {
14563
- return {
14564
- top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
14565
- right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
14566
- left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
14567
- bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
14568
- };
14569
- };
14570
-
14571
14562
  $$self.$$set = $$props => {
14572
14563
  if ('props' in $$props) $$invalidate(9, props = $$props.props);
14573
14564
  if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
@@ -14576,37 +14567,39 @@ function instance$5($$self, $$props, $$invalidate) {
14576
14567
  };
14577
14568
 
14578
14569
  $$self.$$.update = () => {
14579
- if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
14580
- $$invalidate(3, rootStyle = objToStyle({
14581
- ...getCssPlacement(),
14582
- zIndex: $maximumZindex + 1
14583
- }));
14584
- }
14585
-
14586
- if ($$self.$$.dirty & /*props*/ 512) {
14587
- $$invalidate(2, labelCssVariable = `--close-button-label-color: ${props.labelColor}`);
14588
- }
14589
-
14590
14570
  if ($$self.$$.dirty & /*props*/ 512) {
14591
- $$invalidate(1, style = objToStyle({
14592
- width: `${size}px`,
14593
- height: `${size}px`,
14571
+ $$invalidate(3, style = objToStyle({
14594
14572
  ...props.bordered && { border: '1px solid #666' },
14573
+ height: `${size}px`,
14574
+ boxSizing: 'border-box',
14575
+ padding: '6px',
14595
14576
  backgroundColor: props.backgroundColor ?? 'transparent',
14596
14577
  ...VARIANTS.round[props.round ?? 'default'],
14597
14578
  ...toCssCommon(props),
14598
14579
  ...toCssBorder(props)
14599
14580
  }));
14600
14581
  }
14582
+
14583
+ if ($$self.$$.dirty & /*props*/ 512) {
14584
+ $$invalidate(2, labelStyle = objToStyle({
14585
+ color: props.labelColor ?? color,
14586
+ fontSize: `${size / 2.1}px`
14587
+ }));
14588
+ }
14601
14589
  };
14602
14590
 
14603
14591
  $$invalidate(4, hasLabel = label !== undefined && label !== '');
14604
14592
 
14593
+ $$invalidate(1, iconStyle = objToStyle({
14594
+ width: `${size - 12}px`,
14595
+ height: `${size - 12}px`
14596
+ }));
14597
+
14605
14598
  return [
14606
14599
  layerId,
14600
+ iconStyle,
14601
+ labelStyle,
14607
14602
  style,
14608
- labelCssVariable,
14609
- rootStyle,
14610
14603
  hasLabel,
14611
14604
  handleClick,
14612
14605
  color,
@@ -14614,8 +14607,7 @@ function instance$5($$self, $$props, $$invalidate) {
14614
14607
  isLeftLabelPlacement,
14615
14608
  props,
14616
14609
  eventName,
14617
- eventValue,
14618
- $maximumZindex
14610
+ eventValue
14619
14611
  ];
14620
14612
  }
14621
14613
 
@@ -14626,8 +14618,8 @@ class CloseButton extends SvelteComponent {
14626
14618
  init(
14627
14619
  this,
14628
14620
  options,
14629
- instance$5,
14630
- create_fragment$5,
14621
+ instance$6,
14622
+ create_fragment$6,
14631
14623
  safe_not_equal,
14632
14624
  {
14633
14625
  props: 9,
@@ -14635,15 +14627,15 @@ class CloseButton extends SvelteComponent {
14635
14627
  eventName: 10,
14636
14628
  eventValue: 11
14637
14629
  },
14638
- add_css$5
14630
+ add_css$4
14639
14631
  );
14640
14632
  }
14641
14633
  }
14642
14634
 
14643
14635
  /* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
14644
14636
 
14645
- function add_css$4(target) {
14646
- append_styles(target, "svelte-1xwuxb4", ".image.svelte-1xwuxb4{max-width:100%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.image-object.svelte-1xwuxb4{width:100%;overflow:hidden}.image-img.svelte-1xwuxb4{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
14637
+ function add_css$3(target) {
14638
+ append_styles(target, "svelte-180u8ho", ".image.svelte-180u8ho{max-width:100%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.image-object.svelte-180u8ho{width:100%;overflow:hidden}.image-img.svelte-180u8ho{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
14647
14639
  }
14648
14640
 
14649
14641
  // (16:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
@@ -14659,9 +14651,9 @@ function create_default_slot$1(ctx) {
14659
14651
  img = element("img");
14660
14652
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
14661
14653
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
14662
- attr(img, "class", "image-img svelte-1xwuxb4");
14654
+ attr(img, "class", "image-img svelte-180u8ho");
14663
14655
  attr(object, "style", /*objectStyle*/ ctx[2]);
14664
- attr(object, "class", "image-object svelte-1xwuxb4");
14656
+ attr(object, "class", "image-object svelte-180u8ho");
14665
14657
  },
14666
14658
  m(target, anchor) {
14667
14659
  insert(target, object, anchor);
@@ -14686,7 +14678,7 @@ function create_default_slot$1(ctx) {
14686
14678
  };
14687
14679
  }
14688
14680
 
14689
- function create_fragment$4(ctx) {
14681
+ function create_fragment$5(ctx) {
14690
14682
  let div;
14691
14683
  let clickable;
14692
14684
  let current;
@@ -14706,7 +14698,7 @@ function create_fragment$4(ctx) {
14706
14698
  div = element("div");
14707
14699
  create_component(clickable.$$.fragment);
14708
14700
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14709
- attr(div, "class", "image svelte-1xwuxb4");
14701
+ attr(div, "class", "image svelte-180u8ho");
14710
14702
  attr(div, "style", /*style*/ ctx[3]);
14711
14703
  },
14712
14704
  m(target, anchor) {
@@ -14750,7 +14742,7 @@ function create_fragment$4(ctx) {
14750
14742
  };
14751
14743
  }
14752
14744
 
14753
- function instance$4($$self, $$props, $$invalidate) {
14745
+ function instance$5($$self, $$props, $$invalidate) {
14754
14746
  let style;
14755
14747
  let objectStyle;
14756
14748
  let { props = {} } = $$props;
@@ -14780,17 +14772,12 @@ function instance$4($$self, $$props, $$invalidate) {
14780
14772
  class Image extends SvelteComponent {
14781
14773
  constructor(options) {
14782
14774
  super();
14783
- init(this, options, instance$4, create_fragment$4, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
14775
+ init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
14784
14776
  }
14785
14777
  }
14786
14778
 
14787
14779
  /* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
14788
14780
 
14789
- function add_css$3(target) {
14790
- append_styles(target, "svelte-19rjtwm", ".layout.svelte-19rjtwm{margin:0}");
14791
- }
14792
-
14793
- // (26:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14794
14781
  function create_default_slot(ctx) {
14795
14782
  let current;
14796
14783
  const default_slot_template = /*#slots*/ ctx[3].default;
@@ -14838,13 +14825,15 @@ function create_default_slot(ctx) {
14838
14825
  };
14839
14826
  }
14840
14827
 
14841
- function create_fragment$3(ctx) {
14842
- let div;
14828
+ function create_fragment$4(ctx) {
14843
14829
  let clickable;
14844
14830
  let current;
14845
14831
 
14846
14832
  clickable = new Clickable({
14847
14833
  props: {
14834
+ layerId: /*layerId*/ ctx[1],
14835
+ className: "layout",
14836
+ style: /*style*/ ctx[2],
14848
14837
  onClick: /*props*/ ctx[0].onClick,
14849
14838
  eventName: /*props*/ ctx[0].eventName,
14850
14839
  eventValue: /*props*/ ctx[0].eventValue,
@@ -14855,19 +14844,16 @@ function create_fragment$3(ctx) {
14855
14844
 
14856
14845
  return {
14857
14846
  c() {
14858
- div = element("div");
14859
14847
  create_component(clickable.$$.fragment);
14860
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14861
- attr(div, "class", "layout svelte-19rjtwm");
14862
- attr(div, "style", /*style*/ ctx[2]);
14863
14848
  },
14864
14849
  m(target, anchor) {
14865
- insert(target, div, anchor);
14866
- mount_component(clickable, div, null);
14850
+ mount_component(clickable, target, anchor);
14867
14851
  current = true;
14868
14852
  },
14869
14853
  p(ctx, [dirty]) {
14870
14854
  const clickable_changes = {};
14855
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
14856
+ if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
14871
14857
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
14872
14858
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
14873
14859
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -14877,14 +14863,6 @@ function create_fragment$3(ctx) {
14877
14863
  }
14878
14864
 
14879
14865
  clickable.$set(clickable_changes);
14880
-
14881
- if (!current || dirty & /*layerId*/ 2) {
14882
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14883
- }
14884
-
14885
- if (!current || dirty & /*style*/ 4) {
14886
- attr(div, "style", /*style*/ ctx[2]);
14887
- }
14888
14866
  },
14889
14867
  i(local) {
14890
14868
  if (current) return;
@@ -14896,13 +14874,12 @@ function create_fragment$3(ctx) {
14896
14874
  current = false;
14897
14875
  },
14898
14876
  d(detaching) {
14899
- if (detaching) detach(div);
14900
- destroy_component(clickable);
14877
+ destroy_component(clickable, detaching);
14901
14878
  }
14902
14879
  };
14903
14880
  }
14904
14881
 
14905
- function instance$3($$self, $$props, $$invalidate) {
14882
+ function instance$4($$self, $$props, $$invalidate) {
14906
14883
  let style;
14907
14884
  let { $$slots: slots = {}, $$scope } = $$props;
14908
14885
  let { props = {} } = $$props;
@@ -14942,7 +14919,7 @@ function instance$3($$self, $$props, $$invalidate) {
14942
14919
  class Layout extends SvelteComponent {
14943
14920
  constructor(options) {
14944
14921
  super();
14945
- init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
14922
+ init(this, options, instance$4, create_fragment$4, safe_not_equal, { props: 0, layerId: 1 });
14946
14923
  }
14947
14924
  }
14948
14925
 
@@ -14951,6 +14928,335 @@ const LAYOUT_DIRECTION = ['column', 'column-reverse', 'row', 'row-reverse'];
14951
14928
  const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end', 'stretch'];
14952
14929
  const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
14953
14930
 
14931
+ /* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
14932
+
14933
+ function get_each_context(ctx, list, i) {
14934
+ const child_ctx = ctx.slice();
14935
+ child_ctx[19] = list[i];
14936
+ child_ctx[21] = i;
14937
+ return child_ctx;
14938
+ }
14939
+
14940
+ // (87:4) {#each indicators ?? [] as indicator, i}
14941
+ function create_each_block(ctx) {
14942
+ let button;
14943
+ let i_1;
14944
+ let i_1_style_value;
14945
+ let t;
14946
+ let mounted;
14947
+ let dispose;
14948
+
14949
+ function click_handler() {
14950
+ return /*click_handler*/ ctx[16](/*i*/ ctx[21]);
14951
+ }
14952
+
14953
+ return {
14954
+ c() {
14955
+ button = element("button");
14956
+ i_1 = element("i");
14957
+ t = space();
14958
+
14959
+ attr(i_1, "style", i_1_style_value = objToStyle({
14960
+ .../*indicatorItemStyle*/ ctx[3],
14961
+ ...{
14962
+ background: /*indicator*/ ctx[19].isActive ? '#555555' : '#AAAAAA'
14963
+ }
14964
+ }));
14965
+
14966
+ attr(button, "style", objToStyle({ padding: '4px' }));
14967
+ },
14968
+ m(target, anchor) {
14969
+ insert(target, button, anchor);
14970
+ append(button, i_1);
14971
+ append(button, t);
14972
+
14973
+ if (!mounted) {
14974
+ dispose = listen(button, "click", click_handler);
14975
+ mounted = true;
14976
+ }
14977
+ },
14978
+ p(new_ctx, dirty) {
14979
+ ctx = new_ctx;
14980
+
14981
+ if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
14982
+ .../*indicatorItemStyle*/ ctx[3],
14983
+ ...{
14984
+ background: /*indicator*/ ctx[19].isActive ? '#555555' : '#AAAAAA'
14985
+ }
14986
+ }))) {
14987
+ attr(i_1, "style", i_1_style_value);
14988
+ }
14989
+ },
14990
+ d(detaching) {
14991
+ if (detaching) detach(button);
14992
+ mounted = false;
14993
+ dispose();
14994
+ }
14995
+ };
14996
+ }
14997
+
14998
+ function create_fragment$3(ctx) {
14999
+ let div2;
15000
+ let div0;
15001
+ let div0_style_value;
15002
+ let t;
15003
+ let div1;
15004
+ let current;
15005
+ const default_slot_template = /*#slots*/ ctx[14].default;
15006
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[13], null);
15007
+ let each_value = /*indicators*/ ctx[7] ?? [];
15008
+ let each_blocks = [];
15009
+
15010
+ for (let i = 0; i < each_value.length; i += 1) {
15011
+ each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
15012
+ }
15013
+
15014
+ return {
15015
+ c() {
15016
+ div2 = element("div");
15017
+ div0 = element("div");
15018
+ if (default_slot) default_slot.c();
15019
+ t = space();
15020
+ div1 = element("div");
15021
+
15022
+ for (let i = 0; i < each_blocks.length; i += 1) {
15023
+ each_blocks[i].c();
15024
+ }
15025
+
15026
+ attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
15027
+ attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
15028
+ attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
15029
+ attr(div2, "style", /*style*/ ctx[6]);
15030
+ },
15031
+ m(target, anchor) {
15032
+ insert(target, div2, anchor);
15033
+ append(div2, div0);
15034
+
15035
+ if (default_slot) {
15036
+ default_slot.m(div0, null);
15037
+ }
15038
+
15039
+ /*div0_binding*/ ctx[15](div0);
15040
+ append(div2, t);
15041
+ append(div2, div1);
15042
+
15043
+ for (let i = 0; i < each_blocks.length; i += 1) {
15044
+ each_blocks[i].m(div1, null);
15045
+ }
15046
+
15047
+ current = true;
15048
+ },
15049
+ p(ctx, [dirty]) {
15050
+ if (default_slot) {
15051
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 8192)) {
15052
+ update_slot_base(
15053
+ default_slot,
15054
+ default_slot_template,
15055
+ ctx,
15056
+ /*$$scope*/ ctx[13],
15057
+ !current
15058
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[13])
15059
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[13], dirty, null),
15060
+ null
15061
+ );
15062
+ }
15063
+ }
15064
+
15065
+ if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
15066
+ attr(div0, "style", div0_style_value);
15067
+ }
15068
+
15069
+ if (dirty & /*objToStyle, handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
15070
+ each_value = /*indicators*/ ctx[7] ?? [];
15071
+ let i;
15072
+
15073
+ for (i = 0; i < each_value.length; i += 1) {
15074
+ const child_ctx = get_each_context(ctx, each_value, i);
15075
+
15076
+ if (each_blocks[i]) {
15077
+ each_blocks[i].p(child_ctx, dirty);
15078
+ } else {
15079
+ each_blocks[i] = create_each_block(child_ctx);
15080
+ each_blocks[i].c();
15081
+ each_blocks[i].m(div1, null);
15082
+ }
15083
+ }
15084
+
15085
+ for (; i < each_blocks.length; i += 1) {
15086
+ each_blocks[i].d(1);
15087
+ }
15088
+
15089
+ each_blocks.length = each_value.length;
15090
+ }
15091
+
15092
+ if (!current || dirty & /*indicatorListStyle*/ 16) {
15093
+ attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
15094
+ }
15095
+
15096
+ if (!current || dirty & /*layerId*/ 1) {
15097
+ attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
15098
+ }
15099
+
15100
+ if (!current || dirty & /*style*/ 64) {
15101
+ attr(div2, "style", /*style*/ ctx[6]);
15102
+ }
15103
+ },
15104
+ i(local) {
15105
+ if (current) return;
15106
+ transition_in(default_slot, local);
15107
+ current = true;
15108
+ },
15109
+ o(local) {
15110
+ transition_out(default_slot, local);
15111
+ current = false;
15112
+ },
15113
+ d(detaching) {
15114
+ if (detaching) detach(div2);
15115
+ if (default_slot) default_slot.d(detaching);
15116
+ /*div0_binding*/ ctx[15](null);
15117
+ destroy_each(each_blocks, detaching);
15118
+ }
15119
+ };
15120
+ }
15121
+
15122
+ function instance$3($$self, $$props, $$invalidate) {
15123
+ let indicators;
15124
+ let itemWidthPercentage;
15125
+ let style;
15126
+ let containerStyle;
15127
+ let indicatorListStyle;
15128
+ let indicatorItemStyle;
15129
+ let { $$slots: slots = {}, $$scope } = $$props;
15130
+ let { layerId } = $$props;
15131
+ let { props } = $$props;
15132
+ let { overrideStyle } = $$props;
15133
+ let slotElement;
15134
+ let currentIndex = 0;
15135
+ let childCount = slotElement?.children?.length ?? 0;
15136
+
15137
+ const calcTransformX = (index, itemCount) => {
15138
+ if (index === 0) return undefined;
15139
+
15140
+ const movingX = (() => {
15141
+ let result = 0;
15142
+ const itemWidth = itemWidthPercentage;
15143
+ const itemMargin = (100 - itemWidthPercentage) / 2;
15144
+
15145
+ const movingMap = [...Array(currentIndex + 1)].map((_, index) => {
15146
+ if (index === 0) return 0;
15147
+ if (index === 1 || index === itemCount - 1) return itemWidth - itemMargin;
15148
+ return itemWidth;
15149
+ });
15150
+
15151
+ movingMap.forEach(value => result += value);
15152
+ return result;
15153
+ })();
15154
+
15155
+ return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
15156
+ };
15157
+
15158
+ const handleClickIndicator = index => {
15159
+ $$invalidate(10, currentIndex = index);
15160
+ };
15161
+
15162
+ const setChildCount = () => {
15163
+ const count = slotElement?.children?.length ?? 0;
15164
+
15165
+ if (count !== childCount) {
15166
+ $$invalidate(11, childCount = slotElement?.children?.length ?? 0);
15167
+ }
15168
+ };
15169
+
15170
+ onMount$1(() => {
15171
+ setChildCount();
15172
+ setInterval(setChildCount, 300);
15173
+ });
15174
+
15175
+ function div0_binding($$value) {
15176
+ binding_callbacks[$$value ? 'unshift' : 'push'](() => {
15177
+ slotElement = $$value;
15178
+ $$invalidate(2, slotElement);
15179
+ });
15180
+ }
15181
+
15182
+ const click_handler = i => handleClickIndicator(i);
15183
+
15184
+ $$self.$$set = $$props => {
15185
+ if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
15186
+ if ('props' in $$props) $$invalidate(9, props = $$props.props);
15187
+ if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
15188
+ if ('$$scope' in $$props) $$invalidate(13, $$scope = $$props.$$scope);
15189
+ };
15190
+
15191
+ $$self.$$.update = () => {
15192
+ if ($$self.$$.dirty & /*childCount, currentIndex*/ 3072) {
15193
+ $$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
15194
+ }
15195
+
15196
+ if ($$self.$$.dirty & /*props*/ 512) {
15197
+ $$invalidate(12, itemWidthPercentage = props.itemWidthPercentage ?? 100);
15198
+ }
15199
+
15200
+ if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/ 7680) {
15201
+ $$invalidate(5, containerStyle = objToStyle({
15202
+ display: 'grid',
15203
+ // marginInline: `-${props.gap}px`,
15204
+ gap: `${props.gap}px`,
15205
+ gridTemplateColumns: `repeat(auto-fill, minmax(${itemWidthPercentage}%, 1fr))`,
15206
+ gridAutoFlow: 'column',
15207
+ gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
15208
+ flexShrink: 0,
15209
+ transition: 'transform 0.5s',
15210
+ transform: calcTransformX(currentIndex, childCount)
15211
+ }));
15212
+ }
15213
+ };
15214
+
15215
+ $$invalidate(6, style = objToStyle({ overflow: 'auto', width: '100%' }));
15216
+
15217
+ $$invalidate(4, indicatorListStyle = objToStyle({
15218
+ display: 'flex',
15219
+ justifyContent: 'center',
15220
+ gap: '4px',
15221
+ marginTop: '12px'
15222
+ }));
15223
+
15224
+ $$invalidate(3, indicatorItemStyle = {
15225
+ width: '8px',
15226
+ height: '8px',
15227
+ borderRadius: '100%',
15228
+ display: 'block',
15229
+ background: '#AAAAAA'
15230
+ });
15231
+
15232
+ return [
15233
+ layerId,
15234
+ overrideStyle,
15235
+ slotElement,
15236
+ indicatorItemStyle,
15237
+ indicatorListStyle,
15238
+ containerStyle,
15239
+ style,
15240
+ indicators,
15241
+ handleClickIndicator,
15242
+ props,
15243
+ currentIndex,
15244
+ childCount,
15245
+ itemWidthPercentage,
15246
+ $$scope,
15247
+ slots,
15248
+ div0_binding,
15249
+ click_handler
15250
+ ];
15251
+ }
15252
+
15253
+ class Slider extends SvelteComponent {
15254
+ constructor(options) {
15255
+ super();
15256
+ init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 9, overrideStyle: 1 });
15257
+ }
15258
+ }
15259
+
14954
15260
  const TEXT_VARIANTS = {
14955
15261
  size: {
14956
15262
  extra_small: {
@@ -15009,7 +15315,7 @@ const TEXT_VARIANTS = {
15009
15315
  /* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
15010
15316
 
15011
15317
  function add_css$2(target) {
15012
- append_styles(target, "svelte-18qq8cj", ".text.svelte-18qq8cj{margin:0;word-break:break-all}");
15318
+ append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
15013
15319
  }
15014
15320
 
15015
15321
  function create_fragment$2(ctx) {
@@ -15019,7 +15325,7 @@ function create_fragment$2(ctx) {
15019
15325
  c() {
15020
15326
  p = element("p");
15021
15327
  attr(p, "data-layer-id", /*layerId*/ ctx[0]);
15022
- attr(p, "class", "text svelte-18qq8cj");
15328
+ attr(p, "class", "text svelte-1vl0c87");
15023
15329
  attr(p, "style", /*style*/ ctx[1]);
15024
15330
  },
15025
15331
  m(target, anchor) {
@@ -15111,7 +15417,7 @@ const LAYER_TEXT_SIZE = {
15111
15417
  /* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
15112
15418
 
15113
15419
  function add_css$1(target) {
15114
- 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}");
15420
+ 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}");
15115
15421
  }
15116
15422
 
15117
15423
  // (14:0) {#if backgroundOverlay}
@@ -15124,7 +15430,7 @@ function create_if_block$1(ctx) {
15124
15430
  return {
15125
15431
  c() {
15126
15432
  div = element("div");
15127
- attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
15433
+ attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
15128
15434
  },
15129
15435
  m(target, anchor) {
15130
15436
  insert(target, div, anchor);
@@ -15135,7 +15441,7 @@ function create_if_block$1(ctx) {
15135
15441
  }
15136
15442
  },
15137
15443
  p(ctx, dirty) {
15138
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
15444
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
15139
15445
  attr(div, "class", div_class_value);
15140
15446
  }
15141
15447
  },
@@ -15207,7 +15513,7 @@ class BackgroundOverlay extends SvelteComponent {
15207
15513
  /* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
15208
15514
 
15209
15515
  function add_css(target) {
15210
- 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}}");
15516
+ 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}}");
15211
15517
  }
15212
15518
 
15213
15519
  // (253:0) {:else}
@@ -15348,7 +15654,7 @@ function create_if_block(ctx) {
15348
15654
  c() {
15349
15655
  div = element("div");
15350
15656
  if (default_slot) default_slot.c();
15351
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
15657
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
15352
15658
  attr(div, "role", "dialog");
15353
15659
  attr(div, "aria-modal", "true");
15354
15660
  attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
@@ -15381,7 +15687,7 @@ function create_if_block(ctx) {
15381
15687
  }
15382
15688
  }
15383
15689
 
15384
- if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
15690
+ if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
15385
15691
  attr(div, "class", div_class_value);
15386
15692
  }
15387
15693
  },
@@ -15897,4 +16203,4 @@ const ROUND_STYLES = {
15897
16203
  },
15898
16204
  };
15899
16205
 
15900
- export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_VARIANTS, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonPropsDefault, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
16206
+ export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_VARIANTS, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonPropsDefault, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };