@plaidev/karte-action-sdk 1.1.242-28714750.c2012c9b → 1.1.242-28725563.d19f03e9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -326,7 +326,7 @@ const DefaultModalPlacement = {
326
326
  top: '0px',
327
327
  bottom: '0px',
328
328
  },
329
- backgroundOverlay: false,
329
+ backgroundOverlay: true,
330
330
  backgroundClick: { operation: 'closeApp', args: ['overlay'] },
331
331
  };
332
332
  /** @internal */
@@ -2843,7 +2843,7 @@ const LAYOUT_COMPONENT_NAMES = [
2843
2843
 
2844
2844
  /* src/components/Header.svelte generated by Svelte v3.53.1 */
2845
2845
 
2846
- function create_if_block$f(ctx) {
2846
+ function create_if_block$g(ctx) {
2847
2847
  let link;
2848
2848
 
2849
2849
  return {
@@ -2874,9 +2874,9 @@ function create_if_block$f(ctx) {
2874
2874
  };
2875
2875
  }
2876
2876
 
2877
- function create_fragment$1a(ctx) {
2877
+ function create_fragment$1b(ctx) {
2878
2878
  let head;
2879
- let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$f(ctx);
2879
+ let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$g(ctx);
2880
2880
 
2881
2881
  return {
2882
2882
  c() {
@@ -2898,7 +2898,7 @@ function create_fragment$1a(ctx) {
2898
2898
  if (if_block) {
2899
2899
  if_block.p(ctx, dirty);
2900
2900
  } else {
2901
- if_block = create_if_block$f(ctx);
2901
+ if_block = create_if_block$g(ctx);
2902
2902
  if_block.c();
2903
2903
  if_block.m(head, null);
2904
2904
  }
@@ -2916,7 +2916,7 @@ function create_fragment$1a(ctx) {
2916
2916
  };
2917
2917
  }
2918
2918
 
2919
- function instance$1a($$self, $$props, $$invalidate) {
2919
+ function instance$1b($$self, $$props, $$invalidate) {
2920
2920
  let $fonts;
2921
2921
  component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
2922
2922
  let googleFontUrl = '';
@@ -2946,13 +2946,13 @@ function instance$1a($$self, $$props, $$invalidate) {
2946
2946
  class Header extends SvelteComponent {
2947
2947
  constructor(options) {
2948
2948
  super();
2949
- init(this, options, instance$1a, create_fragment$1a, safe_not_equal, {});
2949
+ init(this, options, instance$1b, create_fragment$1b, safe_not_equal, {});
2950
2950
  }
2951
2951
  }
2952
2952
 
2953
2953
  /* src/components/State.svelte generated by Svelte v3.53.1 */
2954
2954
 
2955
- function create_fragment$19(ctx) {
2955
+ function create_fragment$1a(ctx) {
2956
2956
  let header;
2957
2957
  let t;
2958
2958
  let current;
@@ -3016,7 +3016,7 @@ function create_fragment$19(ctx) {
3016
3016
  };
3017
3017
  }
3018
3018
 
3019
- function instance$19($$self, $$props, $$invalidate) {
3019
+ function instance$1a($$self, $$props, $$invalidate) {
3020
3020
  let { $$slots: slots = {}, $$scope } = $$props;
3021
3021
 
3022
3022
  $$self.$$set = $$props => {
@@ -3029,18 +3029,18 @@ function instance$19($$self, $$props, $$invalidate) {
3029
3029
  class State extends SvelteComponent {
3030
3030
  constructor(options) {
3031
3031
  super();
3032
- init(this, options, instance$19, create_fragment$19, safe_not_equal, {});
3032
+ init(this, options, instance$1a, create_fragment$1a, safe_not_equal, {});
3033
3033
  }
3034
3034
  }
3035
3035
 
3036
3036
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3037
3037
 
3038
- function add_css$F(target) {
3038
+ function add_css$G(target) {
3039
3039
  append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
3040
3040
  }
3041
3041
 
3042
3042
  // (23:0) {#if $state === path}
3043
- function create_if_block$e(ctx) {
3043
+ function create_if_block$f(ctx) {
3044
3044
  let div;
3045
3045
  let t;
3046
3046
  let current;
@@ -3112,10 +3112,10 @@ function create_if_block$e(ctx) {
3112
3112
  };
3113
3113
  }
3114
3114
 
3115
- function create_fragment$18(ctx) {
3115
+ function create_fragment$19(ctx) {
3116
3116
  let if_block_anchor;
3117
3117
  let current;
3118
- let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$e(ctx);
3118
+ let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$f(ctx);
3119
3119
 
3120
3120
  return {
3121
3121
  c() {
@@ -3140,7 +3140,7 @@ function create_fragment$18(ctx) {
3140
3140
  transition_in(if_block, 1);
3141
3141
  }
3142
3142
  } else {
3143
- if_block = create_if_block$e(ctx);
3143
+ if_block = create_if_block$f(ctx);
3144
3144
  if_block.c();
3145
3145
  transition_in(if_block, 1);
3146
3146
  if_block.m(if_block_anchor.parentNode, if_block_anchor);
@@ -3177,7 +3177,7 @@ function getStateItemContext() {
3177
3177
  return getContext(STATE_ITEM_CONTEXT_KEY);
3178
3178
  }
3179
3179
 
3180
- function instance$18($$self, $$props, $$invalidate) {
3180
+ function instance$19($$self, $$props, $$invalidate) {
3181
3181
  let $state;
3182
3182
  component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
3183
3183
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -3203,7 +3203,7 @@ function instance$18($$self, $$props, $$invalidate) {
3203
3203
  class StateItem extends SvelteComponent {
3204
3204
  constructor(options) {
3205
3205
  super();
3206
- init(this, options, instance$18, create_fragment$18, safe_not_equal, { path: 0 }, add_css$F);
3206
+ init(this, options, instance$19, create_fragment$19, safe_not_equal, { path: 0 }, add_css$G);
3207
3207
  }
3208
3208
  }
3209
3209
 
@@ -3329,12 +3329,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3329
3329
 
3330
3330
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3331
3331
 
3332
- function add_css$E(target) {
3332
+ function add_css$F(target) {
3333
3333
  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}");
3334
3334
  }
3335
3335
 
3336
3336
  // (14:0) {#if backgroundOverlay}
3337
- function create_if_block$d(ctx) {
3337
+ function create_if_block$e(ctx) {
3338
3338
  let div;
3339
3339
  let div_class_value;
3340
3340
  let mounted;
@@ -3374,9 +3374,9 @@ function create_if_block$d(ctx) {
3374
3374
  };
3375
3375
  }
3376
3376
 
3377
- function create_fragment$17(ctx) {
3377
+ function create_fragment$18(ctx) {
3378
3378
  let if_block_anchor;
3379
- let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$d(ctx);
3379
+ let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$e(ctx);
3380
3380
 
3381
3381
  return {
3382
3382
  c() {
@@ -3396,7 +3396,7 @@ function create_fragment$17(ctx) {
3396
3396
  if (if_block) {
3397
3397
  if_block.p(ctx, dirty);
3398
3398
  } else {
3399
- if_block = create_if_block$d(ctx);
3399
+ if_block = create_if_block$e(ctx);
3400
3400
  if_block.c();
3401
3401
  if_block.m(if_block_anchor.parentNode, if_block_anchor);
3402
3402
  }
@@ -3414,7 +3414,7 @@ function create_fragment$17(ctx) {
3414
3414
  };
3415
3415
  }
3416
3416
 
3417
- function instance$17($$self, $$props, $$invalidate) {
3417
+ function instance$18($$self, $$props, $$invalidate) {
3418
3418
  let { backgroundOverlay = false } = $$props;
3419
3419
  let { class: className = undefined } = $$props;
3420
3420
  const dispatch = createEventDispatcher();
@@ -3431,7 +3431,7 @@ function instance$17($$self, $$props, $$invalidate) {
3431
3431
  let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
3432
3432
  constructor(options) {
3433
3433
  super();
3434
- init(this, options, instance$17, create_fragment$17, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
3434
+ init(this, options, instance$18, create_fragment$18, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$F);
3435
3435
  }
3436
3436
  };
3437
3437
 
@@ -3471,12 +3471,12 @@ function checkStopPropagation(eventName, handler) {
3471
3471
 
3472
3472
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3473
3473
 
3474
- function add_css$D(target) {
3474
+ function add_css$E(target) {
3475
3475
  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}");
3476
3476
  }
3477
3477
 
3478
3478
  // (50:0) {:else}
3479
- function create_else_block$5(ctx) {
3479
+ function create_else_block$6(ctx) {
3480
3480
  let button;
3481
3481
  let current;
3482
3482
  let mounted;
@@ -3640,7 +3640,7 @@ function create_if_block_2$2(ctx) {
3640
3640
  }
3641
3641
 
3642
3642
  // (35:41)
3643
- function create_if_block_1$3(ctx) {
3643
+ function create_if_block_1$4(ctx) {
3644
3644
  let a;
3645
3645
  let a_href_value;
3646
3646
  let a_target_value;
@@ -3754,7 +3754,7 @@ function create_if_block_1$3(ctx) {
3754
3754
  }
3755
3755
 
3756
3756
  // (31:0) {#if disabled}
3757
- function create_if_block$c(ctx) {
3757
+ function create_if_block$d(ctx) {
3758
3758
  let div;
3759
3759
  let current;
3760
3760
  const default_slot_template = /*#slots*/ ctx[9].default;
@@ -3822,12 +3822,12 @@ function create_if_block$c(ctx) {
3822
3822
  };
3823
3823
  }
3824
3824
 
3825
- function create_fragment$16(ctx) {
3825
+ function create_fragment$17(ctx) {
3826
3826
  let current_block_type_index;
3827
3827
  let if_block;
3828
3828
  let if_block_anchor;
3829
3829
  let current;
3830
- const if_block_creators = [create_if_block$c, create_if_block_1$3, create_if_block_2$2, create_else_block$5];
3830
+ const if_block_creators = [create_if_block$d, create_if_block_1$4, create_if_block_2$2, create_else_block$6];
3831
3831
  const if_blocks = [];
3832
3832
 
3833
3833
  function select_block_type(ctx, dirty) {
@@ -3899,7 +3899,7 @@ function create_fragment$16(ctx) {
3899
3899
 
3900
3900
  const BUTTON_CLASS = 'button';
3901
3901
 
3902
- function instance$16($$self, $$props, $$invalidate) {
3902
+ function instance$17($$self, $$props, $$invalidate) {
3903
3903
  let disabled;
3904
3904
  let $valuesAreValid;
3905
3905
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -3965,8 +3965,8 @@ let Button$1 = class Button extends SvelteComponent {
3965
3965
  init(
3966
3966
  this,
3967
3967
  options,
3968
- instance$16,
3969
- create_fragment$16,
3968
+ instance$17,
3969
+ create_fragment$17,
3970
3970
  safe_not_equal,
3971
3971
  {
3972
3972
  onClick: 0,
@@ -3974,19 +3974,19 @@ let Button$1 = class Button extends SvelteComponent {
3974
3974
  eventValue: 6,
3975
3975
  style: 1
3976
3976
  },
3977
- add_css$D
3977
+ add_css$E
3978
3978
  );
3979
3979
  }
3980
3980
  };
3981
3981
 
3982
3982
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3983
3983
 
3984
- function add_css$C(target) {
3984
+ function add_css$D(target) {
3985
3985
  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}}");
3986
3986
  }
3987
3987
 
3988
3988
  // (277:0) {:else}
3989
- function create_else_block$4(ctx) {
3989
+ function create_else_block$5(ctx) {
3990
3990
  let backgroundoverlay;
3991
3991
  let current;
3992
3992
 
@@ -4120,7 +4120,7 @@ function create_if_block_2$1(ctx) {
4120
4120
  }
4121
4121
 
4122
4122
  // (280:0) {#if visible}
4123
- function create_if_block$b(ctx) {
4123
+ function create_if_block$c(ctx) {
4124
4124
  let div;
4125
4125
  let button;
4126
4126
  let div_class_value;
@@ -4132,7 +4132,7 @@ function create_if_block$b(ctx) {
4132
4132
  onClick: /*onClick*/ ctx[0],
4133
4133
  eventName: /*clickEventName*/ ctx[1],
4134
4134
  eventValue: /*clickEventValue*/ ctx[2],
4135
- $$slots: { default: [create_default_slot$6] },
4135
+ $$slots: { default: [create_default_slot$b] },
4136
4136
  $$scope: { ctx }
4137
4137
  }
4138
4138
  });
@@ -4215,7 +4215,7 @@ function create_if_block$b(ctx) {
4215
4215
  }
4216
4216
 
4217
4217
  // (293:6) {#if closable}
4218
- function create_if_block_1$2(ctx) {
4218
+ function create_if_block_1$3(ctx) {
4219
4219
  let div;
4220
4220
  let button;
4221
4221
  let current;
@@ -4344,11 +4344,11 @@ function create_default_slot_1$1(ctx) {
4344
4344
  }
4345
4345
 
4346
4346
  // (292:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
4347
- function create_default_slot$6(ctx) {
4347
+ function create_default_slot$b(ctx) {
4348
4348
  let t;
4349
4349
  let div;
4350
4350
  let current;
4351
- let if_block = /*closable*/ ctx[21] && create_if_block_1$2(ctx);
4351
+ let if_block = /*closable*/ ctx[21] && create_if_block_1$3(ctx);
4352
4352
  const default_slot_template = /*#slots*/ ctx[31].default;
4353
4353
  const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[33], null);
4354
4354
 
@@ -4393,7 +4393,7 @@ function create_default_slot$6(ctx) {
4393
4393
  transition_in(if_block, 1);
4394
4394
  }
4395
4395
  } else {
4396
- if_block = create_if_block_1$2(ctx);
4396
+ if_block = create_if_block_1$3(ctx);
4397
4397
  if_block.c();
4398
4398
  transition_in(if_block, 1);
4399
4399
  if_block.m(t.parentNode, t);
@@ -4447,7 +4447,7 @@ function create_default_slot$6(ctx) {
4447
4447
  };
4448
4448
  }
4449
4449
 
4450
- function create_fragment$15(ctx) {
4450
+ function create_fragment$16(ctx) {
4451
4451
  let show_if;
4452
4452
  let current_block_type_index;
4453
4453
  let if_block0;
@@ -4456,7 +4456,7 @@ function create_fragment$15(ctx) {
4456
4456
  let current;
4457
4457
  let mounted;
4458
4458
  let dispose;
4459
- const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$4];
4459
+ const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$5];
4460
4460
  const if_blocks = [];
4461
4461
 
4462
4462
  function select_block_type(ctx, dirty) {
@@ -4468,7 +4468,7 @@ function create_fragment$15(ctx) {
4468
4468
 
4469
4469
  current_block_type_index = select_block_type(ctx);
4470
4470
  if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
4471
- let if_block1 = /*visible*/ ctx[16] && create_if_block$b(ctx);
4471
+ let if_block1 = /*visible*/ ctx[16] && create_if_block$c(ctx);
4472
4472
 
4473
4473
  return {
4474
4474
  c() {
@@ -4534,7 +4534,7 @@ function create_fragment$15(ctx) {
4534
4534
  transition_in(if_block1, 1);
4535
4535
  }
4536
4536
  } else {
4537
- if_block1 = create_if_block$b(ctx);
4537
+ if_block1 = create_if_block$c(ctx);
4538
4538
  if_block1.c();
4539
4539
  transition_in(if_block1, 1);
4540
4540
  if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
@@ -4571,7 +4571,7 @@ function create_fragment$15(ctx) {
4571
4571
  };
4572
4572
  }
4573
4573
 
4574
- function instance$15($$self, $$props, $$invalidate) {
4574
+ function instance$16($$self, $$props, $$invalidate) {
4575
4575
  let close;
4576
4576
  let closable;
4577
4577
  let backgroundClick;
@@ -4853,8 +4853,8 @@ let Modal$1 = class Modal extends SvelteComponent {
4853
4853
  init(
4854
4854
  this,
4855
4855
  options,
4856
- instance$15,
4857
- create_fragment$15,
4856
+ instance$16,
4857
+ create_fragment$16,
4858
4858
  safe_not_equal,
4859
4859
  {
4860
4860
  onClick: 0,
@@ -4872,7 +4872,7 @@ let Modal$1 = class Modal extends SvelteComponent {
4872
4872
  closeButtonColor: 9,
4873
4873
  _closeStyle: 10
4874
4874
  },
4875
- add_css$C,
4875
+ add_css$D,
4876
4876
  [-1, -1]
4877
4877
  );
4878
4878
  }
@@ -4880,7 +4880,7 @@ let Modal$1 = class Modal extends SvelteComponent {
4880
4880
 
4881
4881
  /* src/components/Grid.svelte generated by Svelte v3.53.1 */
4882
4882
 
4883
- function create_fragment$14(ctx) {
4883
+ function create_fragment$15(ctx) {
4884
4884
  let div;
4885
4885
  let current;
4886
4886
  const default_slot_template = /*#slots*/ ctx[8].default;
@@ -4948,7 +4948,7 @@ function create_fragment$14(ctx) {
4948
4948
  };
4949
4949
  }
4950
4950
 
4951
- function instance$14($$self, $$props, $$invalidate) {
4951
+ function instance$15($$self, $$props, $$invalidate) {
4952
4952
  let _style;
4953
4953
  let { $$slots: slots = {}, $$scope } = $$props;
4954
4954
  let { width = '512px' } = $$props;
@@ -4993,7 +4993,7 @@ class Grid extends SvelteComponent {
4993
4993
  constructor(options) {
4994
4994
  super();
4995
4995
 
4996
- init(this, options, instance$14, create_fragment$14, safe_not_equal, {
4996
+ init(this, options, instance$15, create_fragment$15, safe_not_equal, {
4997
4997
  width: 1,
4998
4998
  height: 2,
4999
4999
  rows: 3,
@@ -5006,11 +5006,11 @@ class Grid extends SvelteComponent {
5006
5006
 
5007
5007
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
5008
5008
 
5009
- function add_css$B(target) {
5009
+ function add_css$C(target) {
5010
5010
  append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
5011
5011
  }
5012
5012
 
5013
- function create_fragment$13(ctx) {
5013
+ function create_fragment$14(ctx) {
5014
5014
  let div1;
5015
5015
  let div0;
5016
5016
  let current;
@@ -5103,7 +5103,7 @@ function create_fragment$13(ctx) {
5103
5103
 
5104
5104
  const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
5105
5105
 
5106
- function instance$13($$self, $$props, $$invalidate) {
5106
+ function instance$14($$self, $$props, $$invalidate) {
5107
5107
  let _style;
5108
5108
  let { $$slots: slots = {}, $$scope } = $$props;
5109
5109
  let { x1 } = $$props;
@@ -5152,8 +5152,8 @@ class GridItem extends SvelteComponent {
5152
5152
  init(
5153
5153
  this,
5154
5154
  options,
5155
- instance$13,
5156
- create_fragment$13,
5155
+ instance$14,
5156
+ create_fragment$14,
5157
5157
  safe_not_equal,
5158
5158
  {
5159
5159
  x1: 2,
@@ -5164,7 +5164,7 @@ class GridItem extends SvelteComponent {
5164
5164
  background: 7,
5165
5165
  gridItemId: 0
5166
5166
  },
5167
- add_css$B
5167
+ add_css$C
5168
5168
  );
5169
5169
  }
5170
5170
  }
@@ -5178,7 +5178,7 @@ function get_each_context$6(ctx, list, i) {
5178
5178
  }
5179
5179
 
5180
5180
  // (13:2) {:else}
5181
- function create_else_block$3(ctx) {
5181
+ function create_else_block$4(ctx) {
5182
5182
  let t_value = /*item*/ ctx[2] + "";
5183
5183
  let t;
5184
5184
 
@@ -5202,7 +5202,7 @@ function create_else_block$3(ctx) {
5202
5202
  }
5203
5203
 
5204
5204
  // (11:2) {#if item.match(regexp)}
5205
- function create_if_block$a(ctx) {
5205
+ function create_if_block$b(ctx) {
5206
5206
  let br;
5207
5207
 
5208
5208
  return {
@@ -5230,8 +5230,8 @@ function create_each_block$6(ctx) {
5230
5230
  function select_block_type(ctx, dirty) {
5231
5231
  if (dirty & /*items*/ 1) show_if = null;
5232
5232
  if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
5233
- if (show_if) return create_if_block$a;
5234
- return create_else_block$3;
5233
+ if (show_if) return create_if_block$b;
5234
+ return create_else_block$4;
5235
5235
  }
5236
5236
 
5237
5237
  let current_block_type = select_block_type(ctx, -1);
@@ -5270,7 +5270,7 @@ function create_each_block$6(ctx) {
5270
5270
  };
5271
5271
  }
5272
5272
 
5273
- function create_fragment$12(ctx) {
5273
+ function create_fragment$13(ctx) {
5274
5274
  let each_1_anchor;
5275
5275
  let each_value = /*items*/ ctx[0];
5276
5276
  let each_blocks = [];
@@ -5336,7 +5336,7 @@ function create_fragment$12(ctx) {
5336
5336
 
5337
5337
  const regexp = /(\r?\n)/;
5338
5338
 
5339
- function instance$12($$self, $$props, $$invalidate) {
5339
+ function instance$13($$self, $$props, $$invalidate) {
5340
5340
  let items;
5341
5341
  let { text = 'サンプルSample' } = $$props;
5342
5342
 
@@ -5357,18 +5357,18 @@ function instance$12($$self, $$props, $$invalidate) {
5357
5357
  class RenderText extends SvelteComponent {
5358
5358
  constructor(options) {
5359
5359
  super();
5360
- init(this, options, instance$12, create_fragment$12, safe_not_equal, { text: 1 });
5360
+ init(this, options, instance$13, create_fragment$13, safe_not_equal, { text: 1 });
5361
5361
  }
5362
5362
  }
5363
5363
 
5364
5364
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5365
5365
 
5366
- function add_css$A(target) {
5366
+ function add_css$B(target) {
5367
5367
  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}");
5368
5368
  }
5369
5369
 
5370
5370
  // (94:2) {:else}
5371
- function create_else_block$2(ctx) {
5371
+ function create_else_block$3(ctx) {
5372
5372
  let div1;
5373
5373
  let div0;
5374
5374
  let rendertext;
@@ -5434,7 +5434,7 @@ function create_else_block$2(ctx) {
5434
5434
  }
5435
5435
 
5436
5436
  // (80:2) {#if enableCopy}
5437
- function create_if_block$9(ctx) {
5437
+ function create_if_block$a(ctx) {
5438
5438
  let a;
5439
5439
  let div0;
5440
5440
  let rendertext;
@@ -5547,12 +5547,12 @@ function create_if_block$9(ctx) {
5547
5547
  };
5548
5548
  }
5549
5549
 
5550
- function create_fragment$11(ctx) {
5550
+ function create_fragment$12(ctx) {
5551
5551
  let div;
5552
5552
  let current_block_type_index;
5553
5553
  let if_block;
5554
5554
  let current;
5555
- const if_block_creators = [create_if_block$9, create_else_block$2];
5555
+ const if_block_creators = [create_if_block$a, create_else_block$3];
5556
5556
  const if_blocks = [];
5557
5557
 
5558
5558
  function select_block_type(ctx, dirty) {
@@ -5627,7 +5627,7 @@ function create_fragment$11(ctx) {
5627
5627
  };
5628
5628
  }
5629
5629
 
5630
- function instance$11($$self, $$props, $$invalidate) {
5630
+ function instance$12($$self, $$props, $$invalidate) {
5631
5631
  let style;
5632
5632
  let { text = 'テキストのコンテンツ' } = $$props;
5633
5633
  let { font = SYSTEM_FONT } = $$props;
@@ -5723,8 +5723,8 @@ class TextElement extends SvelteComponent {
5723
5723
  init(
5724
5724
  this,
5725
5725
  options,
5726
- instance$11,
5727
- create_fragment$11,
5726
+ instance$12,
5727
+ create_fragment$12,
5728
5728
  safe_not_equal,
5729
5729
  {
5730
5730
  text: 0,
@@ -5735,19 +5735,19 @@ class TextElement extends SvelteComponent {
5735
5735
  enableCopy: 2,
5736
5736
  eventName: 10
5737
5737
  },
5738
- add_css$A
5738
+ add_css$B
5739
5739
  );
5740
5740
  }
5741
5741
  }
5742
5742
 
5743
5743
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5744
5744
 
5745
- function add_css$z(target) {
5745
+ function add_css$A(target) {
5746
5746
  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)}");
5747
5747
  }
5748
5748
 
5749
5749
  // (48:2) <Button {onClick} {style} {eventName}>
5750
- function create_default_slot$5(ctx) {
5750
+ function create_default_slot$a(ctx) {
5751
5751
  let rendertext;
5752
5752
  let current;
5753
5753
  rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
@@ -5783,7 +5783,7 @@ function create_default_slot$5(ctx) {
5783
5783
  };
5784
5784
  }
5785
5785
 
5786
- function create_fragment$10(ctx) {
5786
+ function create_fragment$11(ctx) {
5787
5787
  let div;
5788
5788
  let button;
5789
5789
  let current;
@@ -5793,7 +5793,7 @@ function create_fragment$10(ctx) {
5793
5793
  onClick: /*onClick*/ ctx[1],
5794
5794
  style: /*style*/ ctx[3],
5795
5795
  eventName: /*eventName*/ ctx[2],
5796
- $$slots: { default: [create_default_slot$5] },
5796
+ $$slots: { default: [create_default_slot$a] },
5797
5797
  $$scope: { ctx }
5798
5798
  }
5799
5799
  });
@@ -5847,7 +5847,7 @@ function create_fragment$10(ctx) {
5847
5847
  };
5848
5848
  }
5849
5849
 
5850
- function instance$10($$self, $$props, $$invalidate) {
5850
+ function instance$11($$self, $$props, $$invalidate) {
5851
5851
  let style;
5852
5852
  let { text = 'ボタンのラベル' } = $$props;
5853
5853
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -5885,8 +5885,8 @@ class TextButtonElement extends SvelteComponent {
5885
5885
  init(
5886
5886
  this,
5887
5887
  options,
5888
- instance$10,
5889
- create_fragment$10,
5888
+ instance$11,
5889
+ create_fragment$11,
5890
5890
  safe_not_equal,
5891
5891
  {
5892
5892
  text: 0,
@@ -5896,19 +5896,19 @@ class TextButtonElement extends SvelteComponent {
5896
5896
  _buttonStyle: 5,
5897
5897
  _style: 6
5898
5898
  },
5899
- add_css$z
5899
+ add_css$A
5900
5900
  );
5901
5901
  }
5902
5902
  }
5903
5903
 
5904
5904
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5905
5905
 
5906
- function add_css$y(target) {
5906
+ function add_css$z(target) {
5907
5907
  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%}");
5908
5908
  }
5909
5909
 
5910
5910
  // (44:2) <Button {onClick} style={_style} {eventName}>
5911
- function create_default_slot$4(ctx) {
5911
+ function create_default_slot$9(ctx) {
5912
5912
  let img;
5913
5913
  let img_style_value;
5914
5914
  let img_src_value;
@@ -5974,7 +5974,7 @@ function create_default_slot$4(ctx) {
5974
5974
  };
5975
5975
  }
5976
5976
 
5977
- function create_fragment$$(ctx) {
5977
+ function create_fragment$10(ctx) {
5978
5978
  let div;
5979
5979
  let button;
5980
5980
  let div_class_value;
@@ -5985,7 +5985,7 @@ function create_fragment$$(ctx) {
5985
5985
  onClick: /*onClick*/ ctx[4],
5986
5986
  style: /*_style*/ ctx[7],
5987
5987
  eventName: /*eventName*/ ctx[5],
5988
- $$slots: { default: [create_default_slot$4] },
5988
+ $$slots: { default: [create_default_slot$9] },
5989
5989
  $$scope: { ctx }
5990
5990
  }
5991
5991
  });
@@ -6043,7 +6043,7 @@ function create_fragment$$(ctx) {
6043
6043
  };
6044
6044
  }
6045
6045
 
6046
- function instance$$($$self, $$props, $$invalidate) {
6046
+ function instance$10($$self, $$props, $$invalidate) {
6047
6047
  let { src = '' } = $$props;
6048
6048
  let { alt = '画像の説明' } = $$props;
6049
6049
  let { transport = false } = $$props;
@@ -6074,8 +6074,8 @@ class ImageElement extends SvelteComponent {
6074
6074
  init(
6075
6075
  this,
6076
6076
  options,
6077
- instance$$,
6078
- create_fragment$$,
6077
+ instance$10,
6078
+ create_fragment$10,
6079
6079
  safe_not_equal,
6080
6080
  {
6081
6081
  src: 0,
@@ -6087,18 +6087,18 @@ class ImageElement extends SvelteComponent {
6087
6087
  _imageStyle: 6,
6088
6088
  _style: 7
6089
6089
  },
6090
- add_css$y
6090
+ add_css$z
6091
6091
  );
6092
6092
  }
6093
6093
  }
6094
6094
 
6095
6095
  /* src/components/List.svelte generated by Svelte v3.53.1 */
6096
6096
 
6097
- function add_css$x(target) {
6097
+ function add_css$y(target) {
6098
6098
  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}");
6099
6099
  }
6100
6100
 
6101
- function create_fragment$_(ctx) {
6101
+ function create_fragment$$(ctx) {
6102
6102
  let div;
6103
6103
  let current;
6104
6104
  const default_slot_template = /*#slots*/ ctx[6].default;
@@ -6168,7 +6168,7 @@ function create_fragment$_(ctx) {
6168
6168
 
6169
6169
  const LIST_CONTEXT_KEY = Symbol();
6170
6170
 
6171
- function instance$_($$self, $$props, $$invalidate) {
6171
+ function instance$$($$self, $$props, $$invalidate) {
6172
6172
  let style;
6173
6173
  let { $$slots: slots = {}, $$scope } = $$props;
6174
6174
  let { direction = 'vertical' } = $$props;
@@ -6235,8 +6235,8 @@ class List extends SvelteComponent {
6235
6235
  init(
6236
6236
  this,
6237
6237
  options,
6238
- instance$_,
6239
- create_fragment$_,
6238
+ instance$$,
6239
+ create_fragment$$,
6240
6240
  safe_not_equal,
6241
6241
  {
6242
6242
  direction: 1,
@@ -6244,19 +6244,19 @@ class List extends SvelteComponent {
6244
6244
  background: 3,
6245
6245
  _style: 4
6246
6246
  },
6247
- add_css$x
6247
+ add_css$y
6248
6248
  );
6249
6249
  }
6250
6250
  }
6251
6251
 
6252
6252
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6253
6253
 
6254
- function add_css$w(target) {
6254
+ function add_css$x(target) {
6255
6255
  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}");
6256
6256
  }
6257
6257
 
6258
6258
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
6259
- function create_default_slot$3(ctx) {
6259
+ function create_default_slot$8(ctx) {
6260
6260
  let current;
6261
6261
  const default_slot_template = /*#slots*/ ctx[5].default;
6262
6262
  const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
@@ -6306,7 +6306,7 @@ function create_default_slot$3(ctx) {
6306
6306
  };
6307
6307
  }
6308
6308
 
6309
- function create_fragment$Z(ctx) {
6309
+ function create_fragment$_(ctx) {
6310
6310
  let div;
6311
6311
  let button;
6312
6312
  let current;
@@ -6316,7 +6316,7 @@ function create_fragment$Z(ctx) {
6316
6316
  onClick: /*onClick*/ ctx[0],
6317
6317
  style: /*_style*/ ctx[2],
6318
6318
  eventName: /*clickEventName*/ ctx[1],
6319
- $$slots: { default: [create_default_slot$3] },
6319
+ $$slots: { default: [create_default_slot$8] },
6320
6320
  $$scope: { ctx }
6321
6321
  }
6322
6322
  });
@@ -6375,7 +6375,7 @@ function create_fragment$Z(ctx) {
6375
6375
  };
6376
6376
  }
6377
6377
 
6378
- function instance$Z($$self, $$props, $$invalidate) {
6378
+ function instance$_($$self, $$props, $$invalidate) {
6379
6379
  let listItemStyle;
6380
6380
  let { $$slots: slots = {}, $$scope } = $$props;
6381
6381
  const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
@@ -6454,17 +6454,17 @@ function instance$Z($$self, $$props, $$invalidate) {
6454
6454
  class ListItem extends SvelteComponent {
6455
6455
  constructor(options) {
6456
6456
  super();
6457
- init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
6457
+ init(this, options, instance$_, create_fragment$_, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$x);
6458
6458
  }
6459
6459
  }
6460
6460
 
6461
6461
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6462
6462
 
6463
- function add_css$v(target) {
6463
+ function add_css$w(target) {
6464
6464
  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}");
6465
6465
  }
6466
6466
 
6467
- function create_fragment$Y(ctx) {
6467
+ function create_fragment$Z(ctx) {
6468
6468
  let div;
6469
6469
 
6470
6470
  return {
@@ -6500,7 +6500,7 @@ function create_fragment$Y(ctx) {
6500
6500
  };
6501
6501
  }
6502
6502
 
6503
- function instance$Y($$self, $$props, $$invalidate) {
6503
+ function instance$Z($$self, $$props, $$invalidate) {
6504
6504
  let { code } = $$props;
6505
6505
  let { _style = '' } = $$props;
6506
6506
 
@@ -6515,17 +6515,17 @@ function instance$Y($$self, $$props, $$invalidate) {
6515
6515
  class EmbedElement extends SvelteComponent {
6516
6516
  constructor(options) {
6517
6517
  super();
6518
- init(this, options, instance$Y, create_fragment$Y, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
6518
+ init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { code: 0, _style: 1 }, add_css$w);
6519
6519
  }
6520
6520
  }
6521
6521
 
6522
6522
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6523
6523
 
6524
- function add_css$u(target) {
6524
+ function add_css$v(target) {
6525
6525
  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%}");
6526
6526
  }
6527
6527
 
6528
- function create_fragment$X(ctx) {
6528
+ function create_fragment$Y(ctx) {
6529
6529
  let div1;
6530
6530
  let div0;
6531
6531
 
@@ -6577,7 +6577,7 @@ function _setValue(obj, key, value) {
6577
6577
  }
6578
6578
  }
6579
6579
 
6580
- function instance$X($$self, $$props, $$invalidate) {
6580
+ function instance$Y($$self, $$props, $$invalidate) {
6581
6581
  let $system;
6582
6582
  component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
6583
6583
  let { videoId = 'wt0OjOeX-JA' } = $$props;
@@ -6848,8 +6848,8 @@ class MovieYouTubeElement extends SvelteComponent {
6848
6848
  init(
6849
6849
  this,
6850
6850
  options,
6851
- instance$X,
6852
- create_fragment$X,
6851
+ instance$Y,
6852
+ create_fragment$Y,
6853
6853
  safe_not_equal,
6854
6854
  {
6855
6855
  videoId: 2,
@@ -6878,7 +6878,7 @@ class MovieYouTubeElement extends SvelteComponent {
6878
6878
  mute: 25,
6879
6879
  _style: 0
6880
6880
  },
6881
- add_css$u,
6881
+ add_css$v,
6882
6882
  [-1, -1]
6883
6883
  );
6884
6884
  }
@@ -6886,11 +6886,11 @@ class MovieYouTubeElement extends SvelteComponent {
6886
6886
 
6887
6887
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6888
6888
 
6889
- function add_css$t(target) {
6889
+ function add_css$u(target) {
6890
6890
  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%}");
6891
6891
  }
6892
6892
 
6893
- function create_fragment$W(ctx) {
6893
+ function create_fragment$X(ctx) {
6894
6894
  let div1;
6895
6895
  let div0;
6896
6896
 
@@ -6932,7 +6932,7 @@ function create_fragment$W(ctx) {
6932
6932
  };
6933
6933
  }
6934
6934
 
6935
- function instance$W($$self, $$props, $$invalidate) {
6935
+ function instance$X($$self, $$props, $$invalidate) {
6936
6936
  let $system;
6937
6937
  component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
6938
6938
  let { videoId = "201239468" } = $$props;
@@ -7075,8 +7075,8 @@ class MovieVimeoElement extends SvelteComponent {
7075
7075
  init(
7076
7076
  this,
7077
7077
  options,
7078
- instance$W,
7079
- create_fragment$W,
7078
+ instance$X,
7079
+ create_fragment$X,
7080
7080
  safe_not_equal,
7081
7081
  {
7082
7082
  videoId: 2,
@@ -7086,18 +7086,18 @@ class MovieVimeoElement extends SvelteComponent {
7086
7086
  mute: 6,
7087
7087
  _style: 0
7088
7088
  },
7089
- add_css$t
7089
+ add_css$u
7090
7090
  );
7091
7091
  }
7092
7092
  }
7093
7093
 
7094
7094
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
7095
7095
 
7096
- function add_css$s(target) {
7096
+ function add_css$t(target) {
7097
7097
  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}");
7098
7098
  }
7099
7099
 
7100
- function create_fragment$V(ctx) {
7100
+ function create_fragment$W(ctx) {
7101
7101
  let div;
7102
7102
  let textarea;
7103
7103
  let mounted;
@@ -7172,7 +7172,7 @@ function create_fragment$V(ctx) {
7172
7172
  };
7173
7173
  }
7174
7174
 
7175
- function instance$V($$self, $$props, $$invalidate) {
7175
+ function instance$W($$self, $$props, $$invalidate) {
7176
7176
  let style;
7177
7177
  let styleVariables;
7178
7178
  let $value;
@@ -7260,8 +7260,8 @@ class FormTextarea extends SvelteComponent {
7260
7260
  init(
7261
7261
  this,
7262
7262
  options,
7263
- instance$V,
7264
- create_fragment$V,
7263
+ instance$W,
7264
+ create_fragment$W,
7265
7265
  safe_not_equal,
7266
7266
  {
7267
7267
  name: 7,
@@ -7273,14 +7273,14 @@ class FormTextarea extends SvelteComponent {
7273
7273
  _textStyle: 11,
7274
7274
  _placeholderStyle: 12
7275
7275
  },
7276
- add_css$s
7276
+ add_css$t
7277
7277
  );
7278
7278
  }
7279
7279
  }
7280
7280
 
7281
7281
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7282
7282
 
7283
- function add_css$r(target) {
7283
+ function add_css$s(target) {
7284
7284
  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}");
7285
7285
  }
7286
7286
 
@@ -7393,7 +7393,7 @@ function create_each_block$5(ctx) {
7393
7393
  };
7394
7394
  }
7395
7395
 
7396
- function create_fragment$U(ctx) {
7396
+ function create_fragment$V(ctx) {
7397
7397
  let div;
7398
7398
  let each_value = /*_options*/ ctx[4];
7399
7399
  let each_blocks = [];
@@ -7471,7 +7471,7 @@ function create_fragment$U(ctx) {
7471
7471
  };
7472
7472
  }
7473
7473
 
7474
- function instance$U($$self, $$props, $$invalidate) {
7474
+ function instance$V($$self, $$props, $$invalidate) {
7475
7475
  let _options;
7476
7476
  let buttonStyle;
7477
7477
  let _value;
@@ -7571,8 +7571,8 @@ class FormRadioButtons extends SvelteComponent {
7571
7571
  init(
7572
7572
  this,
7573
7573
  options,
7574
- instance$U,
7575
- create_fragment$U,
7574
+ instance$V,
7575
+ create_fragment$V,
7576
7576
  safe_not_equal,
7577
7577
  {
7578
7578
  name: 0,
@@ -7585,14 +7585,14 @@ class FormRadioButtons extends SvelteComponent {
7585
7585
  buttonColor: 13,
7586
7586
  buttonColorActive: 14
7587
7587
  },
7588
- add_css$r
7588
+ add_css$s
7589
7589
  );
7590
7590
  }
7591
7591
  }
7592
7592
 
7593
7593
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7594
7594
 
7595
- function add_css$q(target) {
7595
+ function add_css$r(target) {
7596
7596
  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}");
7597
7597
  }
7598
7598
 
@@ -7604,7 +7604,7 @@ function get_each_context$4(ctx, list, i) {
7604
7604
  }
7605
7605
 
7606
7606
  // (107:10) {:else}
7607
- function create_else_block$1(ctx) {
7607
+ function create_else_block$2(ctx) {
7608
7608
  let t;
7609
7609
 
7610
7610
  return {
@@ -7627,7 +7627,7 @@ function create_else_block$1(ctx) {
7627
7627
  }
7628
7628
 
7629
7629
  // (105:10) {#if option}
7630
- function create_if_block$8(ctx) {
7630
+ function create_if_block$9(ctx) {
7631
7631
  let t_value = /*option*/ ctx[19] + "";
7632
7632
  let t;
7633
7633
 
@@ -7658,8 +7658,8 @@ function create_each_block$4(ctx) {
7658
7658
  let option_selected_value;
7659
7659
 
7660
7660
  function select_block_type(ctx, dirty) {
7661
- if (/*option*/ ctx[19]) return create_if_block$8;
7662
- return create_else_block$1;
7661
+ if (/*option*/ ctx[19]) return create_if_block$9;
7662
+ return create_else_block$2;
7663
7663
  }
7664
7664
 
7665
7665
  let current_block_type = select_block_type(ctx);
@@ -7719,7 +7719,7 @@ function create_each_block$4(ctx) {
7719
7719
  };
7720
7720
  }
7721
7721
 
7722
- function create_fragment$T(ctx) {
7722
+ function create_fragment$U(ctx) {
7723
7723
  let div1;
7724
7724
  let select;
7725
7725
  let t;
@@ -7829,7 +7829,7 @@ function create_fragment$T(ctx) {
7829
7829
  };
7830
7830
  }
7831
7831
 
7832
- function instance$T($$self, $$props, $$invalidate) {
7832
+ function instance$U($$self, $$props, $$invalidate) {
7833
7833
  let _options;
7834
7834
  let style;
7835
7835
  let styleVariables;
@@ -7945,8 +7945,8 @@ class FormSelect extends SvelteComponent {
7945
7945
  init(
7946
7946
  this,
7947
7947
  options,
7948
- instance$T,
7949
- create_fragment$T,
7948
+ instance$U,
7949
+ create_fragment$U,
7950
7950
  safe_not_equal,
7951
7951
  {
7952
7952
  name: 7,
@@ -7961,14 +7961,14 @@ class FormSelect extends SvelteComponent {
7961
7961
  iconColor: 15,
7962
7962
  iconSize: 16
7963
7963
  },
7964
- add_css$q
7964
+ add_css$r
7965
7965
  );
7966
7966
  }
7967
7967
  }
7968
7968
 
7969
7969
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7970
7970
 
7971
- function add_css$p(target) {
7971
+ function add_css$q(target) {
7972
7972
  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}");
7973
7973
  }
7974
7974
 
@@ -8097,7 +8097,7 @@ function create_each_block$3(ctx) {
8097
8097
  };
8098
8098
  }
8099
8099
 
8100
- function create_fragment$S(ctx) {
8100
+ function create_fragment$T(ctx) {
8101
8101
  let div;
8102
8102
  let each_value = /*_options*/ ctx[3];
8103
8103
  let each_blocks = [];
@@ -8175,7 +8175,7 @@ function create_fragment$S(ctx) {
8175
8175
  };
8176
8176
  }
8177
8177
 
8178
- function instance$S($$self, $$props, $$invalidate) {
8178
+ function instance$T($$self, $$props, $$invalidate) {
8179
8179
  let _options;
8180
8180
  let styleVariables;
8181
8181
  let isCheckedArray;
@@ -8281,8 +8281,8 @@ class FormCheckBoxes extends SvelteComponent {
8281
8281
  init(
8282
8282
  this,
8283
8283
  options,
8284
- instance$S,
8285
- create_fragment$S,
8284
+ instance$T,
8285
+ create_fragment$T,
8286
8286
  safe_not_equal,
8287
8287
  {
8288
8288
  name: 0,
@@ -8295,14 +8295,14 @@ class FormCheckBoxes extends SvelteComponent {
8295
8295
  buttonColor: 13,
8296
8296
  buttonColorActive: 14
8297
8297
  },
8298
- add_css$p
8298
+ add_css$q
8299
8299
  );
8300
8300
  }
8301
8301
  }
8302
8302
 
8303
8303
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
8304
8304
 
8305
- function add_css$o(target) {
8305
+ function add_css$p(target) {
8306
8306
  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}");
8307
8307
  }
8308
8308
 
@@ -8370,7 +8370,7 @@ function create_each_block$2(ctx) {
8370
8370
  };
8371
8371
  }
8372
8372
 
8373
- function create_fragment$R(ctx) {
8373
+ function create_fragment$S(ctx) {
8374
8374
  let div;
8375
8375
  let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
8376
8376
  let each_blocks = [];
@@ -8443,7 +8443,7 @@ function create_fragment$R(ctx) {
8443
8443
  };
8444
8444
  }
8445
8445
 
8446
- function instance$R($$self, $$props, $$invalidate) {
8446
+ function instance$S($$self, $$props, $$invalidate) {
8447
8447
  let _value;
8448
8448
  let $value;
8449
8449
  let { name = '' } = $$props;
@@ -8525,8 +8525,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
8525
8525
  init(
8526
8526
  this,
8527
8527
  options,
8528
- instance$R,
8529
- create_fragment$R,
8528
+ instance$S,
8529
+ create_fragment$S,
8530
8530
  safe_not_equal,
8531
8531
  {
8532
8532
  name: 6,
@@ -8537,14 +8537,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
8537
8537
  buttonStyle: 9,
8538
8538
  buttonActiveStyle: 10
8539
8539
  },
8540
- add_css$o
8540
+ add_css$p
8541
8541
  );
8542
8542
  }
8543
8543
  }
8544
8544
 
8545
8545
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8546
8546
 
8547
- function add_css$n(target) {
8547
+ function add_css$o(target) {
8548
8548
  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%)}");
8549
8549
  }
8550
8550
 
@@ -8615,7 +8615,7 @@ function create_each_block$1(ctx) {
8615
8615
  };
8616
8616
  }
8617
8617
 
8618
- function create_fragment$Q(ctx) {
8618
+ function create_fragment$R(ctx) {
8619
8619
  let div;
8620
8620
  let each_value = [...Array(count).keys()].reverse().map(func);
8621
8621
  let each_blocks = [];
@@ -8691,7 +8691,7 @@ function create_fragment$Q(ctx) {
8691
8691
  const count = 5;
8692
8692
  const func = i => i + 1;
8693
8693
 
8694
- function instance$Q($$self, $$props, $$invalidate) {
8694
+ function instance$R($$self, $$props, $$invalidate) {
8695
8695
  let _value;
8696
8696
  let buttonStyle;
8697
8697
  let $value;
@@ -8747,17 +8747,17 @@ function instance$Q($$self, $$props, $$invalidate) {
8747
8747
  class FormRatingButtonsFace extends SvelteComponent {
8748
8748
  constructor(options) {
8749
8749
  super();
8750
- init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
8750
+ init(this, options, instance$R, create_fragment$R, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$o);
8751
8751
  }
8752
8752
  }
8753
8753
 
8754
8754
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8755
8755
 
8756
- function add_css$m(target) {
8756
+ function add_css$n(target) {
8757
8757
  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}");
8758
8758
  }
8759
8759
 
8760
- function create_fragment$P(ctx) {
8760
+ function create_fragment$Q(ctx) {
8761
8761
  let div;
8762
8762
  let input;
8763
8763
  let input_class_value;
@@ -8838,7 +8838,7 @@ function create_fragment$P(ctx) {
8838
8838
  };
8839
8839
  }
8840
8840
 
8841
- function instance$P($$self, $$props, $$invalidate) {
8841
+ function instance$Q($$self, $$props, $$invalidate) {
8842
8842
  let style;
8843
8843
  let styleVariables;
8844
8844
  let isValidForUI;
@@ -8969,8 +8969,8 @@ class FormIdentifyInput extends SvelteComponent {
8969
8969
  init(
8970
8970
  this,
8971
8971
  options,
8972
- instance$P,
8973
- create_fragment$P,
8972
+ instance$Q,
8973
+ create_fragment$Q,
8974
8974
  safe_not_equal,
8975
8975
  {
8976
8976
  field: 9,
@@ -8984,18 +8984,18 @@ class FormIdentifyInput extends SvelteComponent {
8984
8984
  _textStyle: 15,
8985
8985
  _placeholderStyle: 16
8986
8986
  },
8987
- add_css$m
8987
+ add_css$n
8988
8988
  );
8989
8989
  }
8990
8990
  }
8991
8991
 
8992
8992
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8993
8993
 
8994
- function add_css$l(target) {
8994
+ function add_css$m(target) {
8995
8995
  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}");
8996
8996
  }
8997
8997
 
8998
- function create_fragment$O(ctx) {
8998
+ function create_fragment$P(ctx) {
8999
8999
  let div;
9000
9000
  let label0;
9001
9001
  let input0;
@@ -9136,7 +9136,7 @@ function create_fragment$O(ctx) {
9136
9136
  };
9137
9137
  }
9138
9138
 
9139
- function instance$O($$self, $$props, $$invalidate) {
9139
+ function instance$P($$self, $$props, $$invalidate) {
9140
9140
  let buttonStyle;
9141
9141
  let $value;
9142
9142
  let { field = 'subscription' } = $$props;
@@ -9218,8 +9218,8 @@ class FormIdentifyChoices extends SvelteComponent {
9218
9218
  init(
9219
9219
  this,
9220
9220
  options,
9221
- instance$O,
9222
- create_fragment$O,
9221
+ instance$P,
9222
+ create_fragment$P,
9223
9223
  safe_not_equal,
9224
9224
  {
9225
9225
  field: 6,
@@ -9231,14 +9231,14 @@ class FormIdentifyChoices extends SvelteComponent {
9231
9231
  buttonColor: 10,
9232
9232
  buttonColorActive: 11
9233
9233
  },
9234
- add_css$l
9234
+ add_css$m
9235
9235
  );
9236
9236
  }
9237
9237
  }
9238
9238
 
9239
9239
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
9240
9240
 
9241
- function add_css$k(target) {
9241
+ function add_css$l(target) {
9242
9242
  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%}");
9243
9243
  }
9244
9244
 
@@ -9250,7 +9250,7 @@ function get_each_context(ctx, list, i) {
9250
9250
  }
9251
9251
 
9252
9252
  // (371:2) {#if isVisiblePrevButton}
9253
- function create_if_block_1$1(ctx) {
9253
+ function create_if_block_1$2(ctx) {
9254
9254
  let div;
9255
9255
  let button;
9256
9256
  let svg;
@@ -9318,7 +9318,7 @@ function create_if_block_1$1(ctx) {
9318
9318
  }
9319
9319
 
9320
9320
  // (380:2) {#if isVisibleNextButton}
9321
- function create_if_block$7(ctx) {
9321
+ function create_if_block$8(ctx) {
9322
9322
  let div;
9323
9323
  let button;
9324
9324
  let svg;
@@ -9449,7 +9449,7 @@ function create_each_block(ctx) {
9449
9449
  };
9450
9450
  }
9451
9451
 
9452
- function create_fragment$N(ctx) {
9452
+ function create_fragment$O(ctx) {
9453
9453
  let div3;
9454
9454
  let div1;
9455
9455
  let div0;
@@ -9461,8 +9461,8 @@ function create_fragment$N(ctx) {
9461
9461
  let current;
9462
9462
  const default_slot_template = /*#slots*/ ctx[32].default;
9463
9463
  const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
9464
- let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$1(ctx);
9465
- let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$7(ctx);
9464
+ let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
9465
+ let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$8(ctx);
9466
9466
  let each_value = /*items*/ ctx[1];
9467
9467
  let each_blocks = [];
9468
9468
 
@@ -9588,7 +9588,7 @@ function create_fragment$N(ctx) {
9588
9588
  if (if_block0) {
9589
9589
  if_block0.p(ctx, dirty);
9590
9590
  } else {
9591
- if_block0 = create_if_block_1$1(ctx);
9591
+ if_block0 = create_if_block_1$2(ctx);
9592
9592
  if_block0.c();
9593
9593
  if_block0.m(div3, t1);
9594
9594
  }
@@ -9601,7 +9601,7 @@ function create_fragment$N(ctx) {
9601
9601
  if (if_block1) {
9602
9602
  if_block1.p(ctx, dirty);
9603
9603
  } else {
9604
- if_block1 = create_if_block$7(ctx);
9604
+ if_block1 = create_if_block$8(ctx);
9605
9605
  if_block1.c();
9606
9606
  if_block1.m(div3, t2);
9607
9607
  }
@@ -9673,7 +9673,7 @@ function calcPositionIndex(shift, index, length) {
9673
9673
  }
9674
9674
  }
9675
9675
 
9676
- function instance$N($$self, $$props, $$invalidate) {
9676
+ function instance$O($$self, $$props, $$invalidate) {
9677
9677
  let slideStyle;
9678
9678
  let slideClass;
9679
9679
  let _loop;
@@ -10126,8 +10126,8 @@ class Slide extends SvelteComponent {
10126
10126
  init(
10127
10127
  this,
10128
10128
  options,
10129
- instance$N,
10130
- create_fragment$N,
10129
+ instance$O,
10130
+ create_fragment$O,
10131
10131
  safe_not_equal,
10132
10132
  {
10133
10133
  loop: 18,
@@ -10141,7 +10141,7 @@ class Slide extends SvelteComponent {
10141
10141
  navigationButton: 25,
10142
10142
  navigationEdgePosition: 26
10143
10143
  },
10144
- add_css$k,
10144
+ add_css$l,
10145
10145
  [-1, -1, -1]
10146
10146
  );
10147
10147
  }
@@ -10149,11 +10149,11 @@ class Slide extends SvelteComponent {
10149
10149
 
10150
10150
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
10151
10151
 
10152
- function add_css$j(target) {
10152
+ function add_css$k(target) {
10153
10153
  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}");
10154
10154
  }
10155
10155
 
10156
- function create_fragment$M(ctx) {
10156
+ function create_fragment$N(ctx) {
10157
10157
  let div1;
10158
10158
  let div0;
10159
10159
  let current;
@@ -10233,7 +10233,7 @@ function create_fragment$M(ctx) {
10233
10233
  };
10234
10234
  }
10235
10235
 
10236
- function instance$M($$self, $$props, $$invalidate) {
10236
+ function instance$N($$self, $$props, $$invalidate) {
10237
10237
  let itemStyle;
10238
10238
  let { $$slots: slots = {}, $$scope } = $$props;
10239
10239
  const { registerItem, unregisterItem } = getContext('SLIDE');
@@ -10299,20 +10299,20 @@ function instance$M($$self, $$props, $$invalidate) {
10299
10299
  class SlideItem extends SvelteComponent {
10300
10300
  constructor(options) {
10301
10301
  super();
10302
- init(this, options, instance$M, create_fragment$M, safe_not_equal, { _style: 0 }, add_css$j);
10302
+ init(this, options, instance$N, create_fragment$N, safe_not_equal, { _style: 0 }, add_css$k);
10303
10303
  }
10304
10304
  }
10305
10305
 
10306
10306
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
10307
10307
 
10308
- function add_css$i(target) {
10308
+ function add_css$j(target) {
10309
10309
  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}");
10310
10310
  }
10311
10311
 
10312
10312
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
10313
10313
  const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
10314
10314
 
10315
- function create_fragment$L(ctx) {
10315
+ function create_fragment$M(ctx) {
10316
10316
  let div1;
10317
10317
  let div0;
10318
10318
  let current;
@@ -10405,7 +10405,7 @@ function formatTimeDiff(ms) {
10405
10405
  };
10406
10406
  }
10407
10407
 
10408
- function instance$L($$self, $$props, $$invalidate) {
10408
+ function instance$M($$self, $$props, $$invalidate) {
10409
10409
  let countdown;
10410
10410
  let { $$slots: slots = {}, $$scope } = $$props;
10411
10411
  let { timeLimit = '2023/12/31 23:59:59' } = $$props;
@@ -10462,18 +10462,18 @@ function instance$L($$self, $$props, $$invalidate) {
10462
10462
  class Countdown extends SvelteComponent {
10463
10463
  constructor(options) {
10464
10464
  super();
10465
- init(this, options, instance$L, create_fragment$L, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
10465
+ init(this, options, instance$M, create_fragment$M, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$j);
10466
10466
  }
10467
10467
  }
10468
10468
 
10469
10469
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
10470
10470
 
10471
- function add_css$h(target) {
10471
+ function add_css$i(target) {
10472
10472
  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}");
10473
10473
  }
10474
10474
 
10475
10475
  // (24:2) <Button {onClick} style={_style} {eventName}>
10476
- function create_default_slot$2(ctx) {
10476
+ function create_default_slot$7(ctx) {
10477
10477
  let current;
10478
10478
  const default_slot_template = /*#slots*/ ctx[3].default;
10479
10479
  const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
@@ -10523,7 +10523,7 @@ function create_default_slot$2(ctx) {
10523
10523
  };
10524
10524
  }
10525
10525
 
10526
- function create_fragment$K(ctx) {
10526
+ function create_fragment$L(ctx) {
10527
10527
  let div;
10528
10528
  let button;
10529
10529
  let current;
@@ -10533,7 +10533,7 @@ function create_fragment$K(ctx) {
10533
10533
  onClick: /*onClick*/ ctx[0],
10534
10534
  style: /*_style*/ ctx[2],
10535
10535
  eventName: /*eventName*/ ctx[1],
10536
- $$slots: { default: [create_default_slot$2] },
10536
+ $$slots: { default: [create_default_slot$7] },
10537
10537
  $$scope: { ctx }
10538
10538
  }
10539
10539
  });
@@ -10587,7 +10587,7 @@ function create_fragment$K(ctx) {
10587
10587
  };
10588
10588
  }
10589
10589
 
10590
- function instance$K($$self, $$props, $$invalidate) {
10590
+ function instance$L($$self, $$props, $$invalidate) {
10591
10591
  let { $$slots: slots = {}, $$scope } = $$props;
10592
10592
  let { onClick = { operation: 'none', args: [] } } = $$props;
10593
10593
  let { eventName = '' } = $$props;
@@ -10606,18 +10606,18 @@ function instance$K($$self, $$props, $$invalidate) {
10606
10606
  class Box extends SvelteComponent {
10607
10607
  constructor(options) {
10608
10608
  super();
10609
- init(this, options, instance$K, create_fragment$K, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
10609
+ init(this, options, instance$L, create_fragment$L, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$i);
10610
10610
  }
10611
10611
  }
10612
10612
 
10613
10613
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10614
10614
 
10615
- function add_css$g(target) {
10615
+ function add_css$h(target) {
10616
10616
  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)}");
10617
10617
  }
10618
10618
 
10619
10619
  // (56:4) {#if svg}
10620
- function create_if_block$6(ctx) {
10620
+ function create_if_block$7(ctx) {
10621
10621
  let html_tag;
10622
10622
  let html_anchor;
10623
10623
 
@@ -10650,9 +10650,9 @@ function create_if_block$6(ctx) {
10650
10650
  }
10651
10651
 
10652
10652
  // (55:2) <Button {onClick} {style} {eventName}>
10653
- function create_default_slot$1(ctx) {
10653
+ function create_default_slot$6(ctx) {
10654
10654
  let if_block_anchor;
10655
- let if_block = /*svg*/ ctx[3] && create_if_block$6(ctx);
10655
+ let if_block = /*svg*/ ctx[3] && create_if_block$7(ctx);
10656
10656
 
10657
10657
  return {
10658
10658
  c() {
@@ -10672,7 +10672,7 @@ function create_default_slot$1(ctx) {
10672
10672
  if (if_block) {
10673
10673
  if_block.p(ctx, dirty);
10674
10674
  } else {
10675
- if_block = create_if_block$6(ctx);
10675
+ if_block = create_if_block$7(ctx);
10676
10676
  if_block.c();
10677
10677
  if_block.m(if_block_anchor.parentNode, if_block_anchor);
10678
10678
  }
@@ -10688,7 +10688,7 @@ function create_default_slot$1(ctx) {
10688
10688
  };
10689
10689
  }
10690
10690
 
10691
- function create_fragment$J(ctx) {
10691
+ function create_fragment$K(ctx) {
10692
10692
  let div;
10693
10693
  let button;
10694
10694
  let current;
@@ -10698,7 +10698,7 @@ function create_fragment$J(ctx) {
10698
10698
  onClick: /*onClick*/ ctx[0],
10699
10699
  style: /*style*/ ctx[2],
10700
10700
  eventName: /*eventName*/ ctx[1],
10701
- $$slots: { default: [create_default_slot$1] },
10701
+ $$slots: { default: [create_default_slot$6] },
10702
10702
  $$scope: { ctx }
10703
10703
  }
10704
10704
  });
@@ -10759,7 +10759,7 @@ function parseData(dataUrl) {
10759
10759
  return decodeURIComponent(data).replaceAll('\'', '"');
10760
10760
  }
10761
10761
 
10762
- function instance$J($$self, $$props, $$invalidate) {
10762
+ function instance$K($$self, $$props, $$invalidate) {
10763
10763
  let svg;
10764
10764
  let styleVariables;
10765
10765
  let style;
@@ -10807,8 +10807,8 @@ class IconElement extends SvelteComponent {
10807
10807
  init(
10808
10808
  this,
10809
10809
  options,
10810
- instance$J,
10811
- create_fragment$J,
10810
+ instance$K,
10811
+ create_fragment$K,
10812
10812
  safe_not_equal,
10813
10813
  {
10814
10814
  icon: 4,
@@ -10818,18 +10818,18 @@ class IconElement extends SvelteComponent {
10818
10818
  color: 6,
10819
10819
  _style: 7
10820
10820
  },
10821
- add_css$g
10821
+ add_css$h
10822
10822
  );
10823
10823
  }
10824
10824
  }
10825
10825
 
10826
10826
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10827
10827
 
10828
- function add_css$f(target) {
10828
+ function add_css$g(target) {
10829
10829
  append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10830
10830
  }
10831
10831
 
10832
- function create_fragment$I(ctx) {
10832
+ function create_fragment$J(ctx) {
10833
10833
  let div;
10834
10834
  let switch_instance;
10835
10835
  let current;
@@ -10919,7 +10919,7 @@ function create_fragment$I(ctx) {
10919
10919
  };
10920
10920
  }
10921
10921
 
10922
- function instance$I($$self, $$props, $$invalidate) {
10922
+ function instance$J($$self, $$props, $$invalidate) {
10923
10923
  let $data,
10924
10924
  $$unsubscribe_data = noop,
10925
10925
  $$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
@@ -10944,17 +10944,17 @@ function instance$I($$self, $$props, $$invalidate) {
10944
10944
  class CodeElement extends SvelteComponent {
10945
10945
  constructor(options) {
10946
10946
  super();
10947
- init(this, options, instance$I, create_fragment$I, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
10947
+ init(this, options, instance$J, create_fragment$J, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$g);
10948
10948
  }
10949
10949
  }
10950
10950
 
10951
10951
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10952
10952
 
10953
- function add_css$e(target) {
10953
+ function add_css$f(target) {
10954
10954
  append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10955
10955
  }
10956
10956
 
10957
- function create_fragment$H(ctx) {
10957
+ function create_fragment$I(ctx) {
10958
10958
  let div;
10959
10959
  let div_style_value;
10960
10960
  let current;
@@ -11029,7 +11029,7 @@ function getFlexContext() {
11029
11029
  return getContext(FlexContextKey);
11030
11030
  }
11031
11031
 
11032
- function instance$H($$self, $$props, $$invalidate) {
11032
+ function instance$I($$self, $$props, $$invalidate) {
11033
11033
  let { $$slots: slots = {}, $$scope } = $$props;
11034
11034
  let { direction = 'row' } = $$props;
11035
11035
  let { width = '100%' } = $$props;
@@ -11055,8 +11055,8 @@ class Flex extends SvelteComponent {
11055
11055
  init(
11056
11056
  this,
11057
11057
  options,
11058
- instance$H,
11059
- create_fragment$H,
11058
+ instance$I,
11059
+ create_fragment$I,
11060
11060
  safe_not_equal,
11061
11061
  {
11062
11062
  direction: 0,
@@ -11064,18 +11064,18 @@ class Flex extends SvelteComponent {
11064
11064
  height: 2,
11065
11065
  _style: 3
11066
11066
  },
11067
- add_css$e
11067
+ add_css$f
11068
11068
  );
11069
11069
  }
11070
11070
  }
11071
11071
 
11072
11072
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
11073
11073
 
11074
- function add_css$d(target) {
11074
+ function add_css$e(target) {
11075
11075
  append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
11076
11076
  }
11077
11077
 
11078
- function create_fragment$G(ctx) {
11078
+ function create_fragment$H(ctx) {
11079
11079
  let div;
11080
11080
  let current;
11081
11081
  const default_slot_template = /*#slots*/ ctx[4].default;
@@ -11143,7 +11143,7 @@ function create_fragment$G(ctx) {
11143
11143
  };
11144
11144
  }
11145
11145
 
11146
- function instance$G($$self, $$props, $$invalidate) {
11146
+ function instance$H($$self, $$props, $$invalidate) {
11147
11147
  let { $$slots: slots = {}, $$scope } = $$props;
11148
11148
  let { length } = $$props;
11149
11149
  let { _style = '' } = $$props;
@@ -11186,7 +11186,7 @@ function instance$G($$self, $$props, $$invalidate) {
11186
11186
  class FlexItem extends SvelteComponent {
11187
11187
  constructor(options) {
11188
11188
  super();
11189
- init(this, options, instance$G, create_fragment$G, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
11189
+ init(this, options, instance$H, create_fragment$H, safe_not_equal, { length: 1, _style: 2 }, add_css$e);
11190
11190
  }
11191
11191
  }
11192
11192
 
@@ -11302,7 +11302,7 @@ function create_default_slot_1(ctx) {
11302
11302
  }
11303
11303
 
11304
11304
  // (106:0) <StateItem {path}>
11305
- function create_default_slot(ctx) {
11305
+ function create_default_slot$5(ctx) {
11306
11306
  let modal;
11307
11307
  let current;
11308
11308
 
@@ -11370,14 +11370,14 @@ function create_default_slot(ctx) {
11370
11370
  };
11371
11371
  }
11372
11372
 
11373
- function create_fragment$F(ctx) {
11373
+ function create_fragment$G(ctx) {
11374
11374
  let stateitem;
11375
11375
  let current;
11376
11376
 
11377
11377
  stateitem = new StateItem({
11378
11378
  props: {
11379
11379
  path: /*path*/ ctx[0],
11380
- $$slots: { default: [create_default_slot] },
11380
+ $$slots: { default: [create_default_slot$5] },
11381
11381
  $$scope: { ctx }
11382
11382
  }
11383
11383
  });
@@ -11418,7 +11418,7 @@ function create_fragment$F(ctx) {
11418
11418
  };
11419
11419
  }
11420
11420
 
11421
- function instance$F($$self, $$props, $$invalidate) {
11421
+ function instance$G($$self, $$props, $$invalidate) {
11422
11422
  let { $$slots: slots = {}, $$scope } = $$props;
11423
11423
  let { path } = $$props;
11424
11424
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -11489,7 +11489,7 @@ class GridModalState extends SvelteComponent {
11489
11489
  constructor(options) {
11490
11490
  super();
11491
11491
 
11492
- init(this, options, instance$F, create_fragment$F, safe_not_equal, {
11492
+ init(this, options, instance$G, create_fragment$G, safe_not_equal, {
11493
11493
  path: 0,
11494
11494
  onClick: 1,
11495
11495
  clickEventName: 2,
@@ -11514,11 +11514,11 @@ class GridModalState extends SvelteComponent {
11514
11514
 
11515
11515
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
11516
11516
 
11517
- function add_css$c(target) {
11517
+ function add_css$d(target) {
11518
11518
  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%}");
11519
11519
  }
11520
11520
 
11521
- function create_fragment$E(ctx) {
11521
+ function create_fragment$F(ctx) {
11522
11522
  let div1;
11523
11523
  let div0;
11524
11524
  let rendertext;
@@ -11583,7 +11583,7 @@ function create_fragment$E(ctx) {
11583
11583
  };
11584
11584
  }
11585
11585
 
11586
- function instance$E($$self, $$props, $$invalidate) {
11586
+ function instance$F($$self, $$props, $$invalidate) {
11587
11587
  let style;
11588
11588
  let { text = 'サンプルSample' } = $$props;
11589
11589
  let { font = SYSTEM_FONT } = $$props;
@@ -11619,8 +11619,8 @@ class TextBlock extends SvelteComponent {
11619
11619
  init(
11620
11620
  this,
11621
11621
  options,
11622
- instance$E,
11623
- create_fragment$E,
11622
+ instance$F,
11623
+ create_fragment$F,
11624
11624
  safe_not_equal,
11625
11625
  {
11626
11626
  text: 0,
@@ -11629,18 +11629,18 @@ class TextBlock extends SvelteComponent {
11629
11629
  textDirection: 1,
11630
11630
  _style: 5
11631
11631
  },
11632
- add_css$c
11632
+ add_css$d
11633
11633
  );
11634
11634
  }
11635
11635
  }
11636
11636
 
11637
11637
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11638
11638
 
11639
- function add_css$b(target) {
11639
+ function add_css$c(target) {
11640
11640
  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)}");
11641
11641
  }
11642
11642
 
11643
- function create_fragment$D(ctx) {
11643
+ function create_fragment$E(ctx) {
11644
11644
  let div;
11645
11645
  let button;
11646
11646
  let rendertext;
@@ -11714,7 +11714,7 @@ function create_fragment$D(ctx) {
11714
11714
  };
11715
11715
  }
11716
11716
 
11717
- function instance$D($$self, $$props, $$invalidate) {
11717
+ function instance$E($$self, $$props, $$invalidate) {
11718
11718
  let { text = 'ボタンラベル' } = $$props;
11719
11719
  let { onClick = { operation: 'none', args: [] } } = $$props;
11720
11720
 
@@ -11756,8 +11756,8 @@ class TextButtonBlock extends SvelteComponent {
11756
11756
  init(
11757
11757
  this,
11758
11758
  options,
11759
- instance$D,
11760
- create_fragment$D,
11759
+ instance$E,
11760
+ create_fragment$E,
11761
11761
  safe_not_equal,
11762
11762
  {
11763
11763
  text: 0,
@@ -11767,18 +11767,18 @@ class TextButtonBlock extends SvelteComponent {
11767
11767
  _buttonStyle: 1,
11768
11768
  _style: 2
11769
11769
  },
11770
- add_css$b
11770
+ add_css$c
11771
11771
  );
11772
11772
  }
11773
11773
  }
11774
11774
 
11775
11775
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11776
11776
 
11777
- function add_css$a(target) {
11777
+ function add_css$b(target) {
11778
11778
  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)}");
11779
11779
  }
11780
11780
 
11781
- function create_fragment$C(ctx) {
11781
+ function create_fragment$D(ctx) {
11782
11782
  let div;
11783
11783
  let img;
11784
11784
  let img_style_value;
@@ -11861,7 +11861,7 @@ function create_fragment$C(ctx) {
11861
11861
  };
11862
11862
  }
11863
11863
 
11864
- function instance$C($$self, $$props, $$invalidate) {
11864
+ function instance$D($$self, $$props, $$invalidate) {
11865
11865
  let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
11866
11866
  let { alt = 'No Image' } = $$props;
11867
11867
  let { transport = false } = $$props;
@@ -11901,8 +11901,8 @@ class ImageBlock extends SvelteComponent {
11901
11901
  init(
11902
11902
  this,
11903
11903
  options,
11904
- instance$C,
11905
- create_fragment$C,
11904
+ instance$D,
11905
+ create_fragment$D,
11906
11906
  safe_not_equal,
11907
11907
  {
11908
11908
  src: 0,
@@ -11914,7 +11914,7 @@ class ImageBlock extends SvelteComponent {
11914
11914
  _imageStyle: 4,
11915
11915
  _style: 5
11916
11916
  },
11917
- add_css$a
11917
+ add_css$b
11918
11918
  );
11919
11919
  }
11920
11920
  }
@@ -12012,107 +12012,570 @@ const toCssShadow = (p) => {
12012
12012
  };
12013
12013
  };
12014
12014
 
12015
- /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
12015
+ /* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
12016
12016
 
12017
- function add_css$9(target) {
12018
- append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
12017
+ function add_css$a(target) {
12018
+ append_styles(target, "svelte-uxu0y3", ".clickable.svelte-uxu0y3{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.clickable.svelte-uxu0y3:link,.clickable.svelte-uxu0y3:visited,.clickable.svelte-uxu0y3:active,.clickable.svelte-uxu0y3:hover{color:inherit}");
12019
12019
  }
12020
12020
 
12021
- function create_fragment$B(ctx) {
12022
- let div;
12023
- let img;
12024
- let img_src_value;
12025
- let img_alt_value;
12021
+ // (35:0) {:else}
12022
+ function create_else_block$1(ctx) {
12023
+ let button;
12024
+ let current;
12025
+ let mounted;
12026
+ let dispose;
12027
+ const default_slot_template = /*#slots*/ ctx[6].default;
12028
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
12029
+
12030
+ let button_levels = [
12031
+ { class: CLICKABLE_CLASS },
12032
+ { style: /*style*/ ctx[1] },
12033
+ dataAttrStopPropagation('click')
12034
+ ];
12035
+
12036
+ let button_data = {};
12037
+
12038
+ for (let i = 0; i < button_levels.length; i += 1) {
12039
+ button_data = assign(button_data, button_levels[i]);
12040
+ }
12026
12041
 
12027
12042
  return {
12028
12043
  c() {
12029
- div = element("div");
12030
- img = element("img");
12044
+ button = element("button");
12045
+ if (default_slot) default_slot.c();
12031
12046
  this.h();
12032
12047
  },
12033
12048
  l(nodes) {
12034
- div = claim_element(nodes, "DIV", {
12035
- class: true,
12036
- "data-layer-id": true,
12037
- style: true
12038
- });
12039
-
12040
- var div_nodes = children(div);
12041
- img = claim_element(div_nodes, "IMG", { src: true, alt: true, style: true });
12042
- div_nodes.forEach(detach);
12049
+ button = claim_element(nodes, "BUTTON", { class: true, style: true });
12050
+ var button_nodes = children(button);
12051
+ if (default_slot) default_slot.l(button_nodes);
12052
+ button_nodes.forEach(detach);
12043
12053
  this.h();
12044
12054
  },
12045
12055
  h() {
12046
- if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
12047
- attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
12048
- attr(img, "style", /*imgStyle*/ ctx[2]);
12049
- attr(div, "class", "avatar svelte-17xar9h");
12050
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
12051
- attr(div, "style", /*style*/ ctx[3]);
12056
+ set_attributes(button, button_data);
12057
+ toggle_class(button, "svelte-uxu0y3", true);
12052
12058
  },
12053
12059
  m(target, anchor) {
12054
- insert_hydration(target, div, anchor);
12055
- append_hydration(div, img);
12056
- },
12057
- p(ctx, [dirty]) {
12058
- if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
12059
- attr(img, "src", img_src_value);
12060
- }
12060
+ insert_hydration(target, button, anchor);
12061
12061
 
12062
- if (dirty & /*props*/ 1 && img_alt_value !== (img_alt_value = /*props*/ ctx[0].alt)) {
12063
- attr(img, "alt", img_alt_value);
12062
+ if (default_slot) {
12063
+ default_slot.m(button, null);
12064
12064
  }
12065
12065
 
12066
- if (dirty & /*imgStyle*/ 4) {
12067
- attr(img, "style", /*imgStyle*/ ctx[2]);
12068
- }
12066
+ if (button.autofocus) button.focus();
12067
+ current = true;
12069
12068
 
12070
- if (dirty & /*layerId*/ 2) {
12071
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
12069
+ if (!mounted) {
12070
+ dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[2]));
12071
+ mounted = true;
12072
12072
  }
12073
-
12074
- if (dirty & /*style*/ 8) {
12075
- attr(div, "style", /*style*/ ctx[3]);
12073
+ },
12074
+ p(ctx, dirty) {
12075
+ if (default_slot) {
12076
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
12077
+ update_slot_base(
12078
+ default_slot,
12079
+ default_slot_template,
12080
+ ctx,
12081
+ /*$$scope*/ ctx[5],
12082
+ !current
12083
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
12084
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
12085
+ null
12086
+ );
12087
+ }
12076
12088
  }
12089
+
12090
+ set_attributes(button, button_data = get_spread_update(button_levels, [
12091
+ { class: CLICKABLE_CLASS },
12092
+ (!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
12093
+ dataAttrStopPropagation('click')
12094
+ ]));
12095
+
12096
+ toggle_class(button, "svelte-uxu0y3", true);
12097
+ },
12098
+ i(local) {
12099
+ if (current) return;
12100
+ transition_in(default_slot, local);
12101
+ current = true;
12102
+ },
12103
+ o(local) {
12104
+ transition_out(default_slot, local);
12105
+ current = false;
12077
12106
  },
12078
- i: noop,
12079
- o: noop,
12080
12107
  d(detaching) {
12081
- if (detaching) detach(div);
12108
+ if (detaching) detach(button);
12109
+ if (default_slot) default_slot.d(detaching);
12110
+ mounted = false;
12111
+ dispose();
12082
12112
  }
12083
12113
  };
12084
12114
  }
12085
12115
 
12086
- function instance$B($$self, $$props, $$invalidate) {
12087
- let style;
12088
- let imgStyle;
12089
- let { props = {} } = $$props;
12090
- let { layerId = '' } = $$props;
12091
-
12092
- const VARIANTS = {
12093
- shape: {
12094
- circle: { borderRadius: '100%' },
12095
- square: { borderRadius: '4px' }
12096
- }
12097
- };
12116
+ // (28:39)
12117
+ function create_if_block_1$1(ctx) {
12118
+ let div;
12119
+ let current;
12120
+ const default_slot_template = /*#slots*/ ctx[6].default;
12121
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
12098
12122
 
12099
- const size = props.size ?? 64;
12123
+ return {
12124
+ c() {
12125
+ div = element("div");
12126
+ if (default_slot) default_slot.c();
12127
+ this.h();
12128
+ },
12129
+ l(nodes) {
12130
+ div = claim_element(nodes, "DIV", { class: true, style: true });
12131
+ var div_nodes = children(div);
12132
+ if (default_slot) default_slot.l(div_nodes);
12133
+ div_nodes.forEach(detach);
12134
+ this.h();
12135
+ },
12136
+ h() {
12137
+ attr(div, "class", "" + (null_to_empty(CLICKABLE_CLASS) + " svelte-uxu0y3"));
12138
+ attr(div, "style", /*style*/ ctx[1]);
12139
+ },
12140
+ m(target, anchor) {
12141
+ insert_hydration(target, div, anchor);
12100
12142
 
12101
- $$self.$$set = $$props => {
12102
- if ('props' in $$props) $$invalidate(0, props = $$props.props);
12103
- if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
12104
- };
12143
+ if (default_slot) {
12144
+ default_slot.m(div, null);
12145
+ }
12105
12146
 
12106
- $$self.$$.update = () => {
12107
- if ($$self.$$.dirty & /*props*/ 1) {
12108
- $$invalidate(3, style = objToStyle({
12109
- width: `${size}px`,
12110
- height: `${size}px`,
12111
- ...VARIANTS.shape[props.shape ?? 'square'],
12112
- ...props.bordered && { border: `1px solid #dbdbdb` },
12113
- ...toCssCommon(props)
12114
- }));
12115
- }
12147
+ current = true;
12148
+ },
12149
+ p(ctx, dirty) {
12150
+ if (default_slot) {
12151
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
12152
+ update_slot_base(
12153
+ default_slot,
12154
+ default_slot_template,
12155
+ ctx,
12156
+ /*$$scope*/ ctx[5],
12157
+ !current
12158
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
12159
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
12160
+ null
12161
+ );
12162
+ }
12163
+ }
12164
+
12165
+ if (!current || dirty & /*style*/ 2) {
12166
+ attr(div, "style", /*style*/ ctx[1]);
12167
+ }
12168
+ },
12169
+ i(local) {
12170
+ if (current) return;
12171
+ transition_in(default_slot, local);
12172
+ current = true;
12173
+ },
12174
+ o(local) {
12175
+ transition_out(default_slot, local);
12176
+ current = false;
12177
+ },
12178
+ d(detaching) {
12179
+ if (detaching) detach(div);
12180
+ if (default_slot) default_slot.d(detaching);
12181
+ }
12182
+ };
12183
+ }
12184
+
12185
+ // (17:0) {#if onClick.operation === 'linkTo'}
12186
+ function create_if_block$6(ctx) {
12187
+ let a;
12188
+ let a_href_value;
12189
+ let a_target_value;
12190
+ let current;
12191
+ let mounted;
12192
+ let dispose;
12193
+ const default_slot_template = /*#slots*/ ctx[6].default;
12194
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
12195
+
12196
+ let a_levels = [
12197
+ { class: CLICKABLE_CLASS },
12198
+ { style: /*style*/ ctx[1] },
12199
+ {
12200
+ href: a_href_value = /*onClick*/ ctx[0].args[2]
12201
+ ? decodeURI(/*onClick*/ ctx[0].args[0])
12202
+ : /*onClick*/ ctx[0].args[0]
12203
+ },
12204
+ {
12205
+ target: a_target_value = /*onClick*/ ctx[0].args[1] === true ? '_blank' : null
12206
+ },
12207
+ dataAttrStopPropagation('click')
12208
+ ];
12209
+
12210
+ let a_data = {};
12211
+
12212
+ for (let i = 0; i < a_levels.length; i += 1) {
12213
+ a_data = assign(a_data, a_levels[i]);
12214
+ }
12215
+
12216
+ return {
12217
+ c() {
12218
+ a = element("a");
12219
+ if (default_slot) default_slot.c();
12220
+ this.h();
12221
+ },
12222
+ l(nodes) {
12223
+ a = claim_element(nodes, "A", {
12224
+ class: true,
12225
+ style: true,
12226
+ href: true,
12227
+ target: true
12228
+ });
12229
+
12230
+ var a_nodes = children(a);
12231
+ if (default_slot) default_slot.l(a_nodes);
12232
+ a_nodes.forEach(detach);
12233
+ this.h();
12234
+ },
12235
+ h() {
12236
+ set_attributes(a, a_data);
12237
+ toggle_class(a, "svelte-uxu0y3", true);
12238
+ },
12239
+ m(target, anchor) {
12240
+ insert_hydration(target, a, anchor);
12241
+
12242
+ if (default_slot) {
12243
+ default_slot.m(a, null);
12244
+ }
12245
+
12246
+ current = true;
12247
+
12248
+ if (!mounted) {
12249
+ dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[2])));
12250
+ mounted = true;
12251
+ }
12252
+ },
12253
+ p(ctx, dirty) {
12254
+ if (default_slot) {
12255
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
12256
+ update_slot_base(
12257
+ default_slot,
12258
+ default_slot_template,
12259
+ ctx,
12260
+ /*$$scope*/ ctx[5],
12261
+ !current
12262
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
12263
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
12264
+ null
12265
+ );
12266
+ }
12267
+ }
12268
+
12269
+ set_attributes(a, a_data = get_spread_update(a_levels, [
12270
+ { class: CLICKABLE_CLASS },
12271
+ (!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
12272
+ (!current || dirty & /*onClick*/ 1 && a_href_value !== (a_href_value = /*onClick*/ ctx[0].args[2]
12273
+ ? decodeURI(/*onClick*/ ctx[0].args[0])
12274
+ : /*onClick*/ ctx[0].args[0])) && { href: a_href_value },
12275
+ (!current || dirty & /*onClick*/ 1 && a_target_value !== (a_target_value = /*onClick*/ ctx[0].args[1] === true ? '_blank' : null)) && { target: a_target_value },
12276
+ dataAttrStopPropagation('click')
12277
+ ]));
12278
+
12279
+ toggle_class(a, "svelte-uxu0y3", true);
12280
+ },
12281
+ i(local) {
12282
+ if (current) return;
12283
+ transition_in(default_slot, local);
12284
+ current = true;
12285
+ },
12286
+ o(local) {
12287
+ transition_out(default_slot, local);
12288
+ current = false;
12289
+ },
12290
+ d(detaching) {
12291
+ if (detaching) detach(a);
12292
+ if (default_slot) default_slot.d(detaching);
12293
+ mounted = false;
12294
+ dispose();
12295
+ }
12296
+ };
12297
+ }
12298
+
12299
+ function create_fragment$C(ctx) {
12300
+ let current_block_type_index;
12301
+ let if_block;
12302
+ let if_block_anchor;
12303
+ let current;
12304
+ const if_block_creators = [create_if_block$6, create_if_block_1$1, create_else_block$1];
12305
+ const if_blocks = [];
12306
+
12307
+ function select_block_type(ctx, dirty) {
12308
+ if (/*onClick*/ ctx[0].operation === 'linkTo') return 0;
12309
+ if (/*onClick*/ ctx[0].operation === 'none') return 1;
12310
+ return 2;
12311
+ }
12312
+
12313
+ current_block_type_index = select_block_type(ctx);
12314
+ if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
12315
+
12316
+ return {
12317
+ c() {
12318
+ if_block.c();
12319
+ if_block_anchor = empty();
12320
+ },
12321
+ l(nodes) {
12322
+ if_block.l(nodes);
12323
+ if_block_anchor = empty();
12324
+ },
12325
+ m(target, anchor) {
12326
+ if_blocks[current_block_type_index].m(target, anchor);
12327
+ insert_hydration(target, if_block_anchor, anchor);
12328
+ current = true;
12329
+ },
12330
+ p(ctx, [dirty]) {
12331
+ let previous_block_index = current_block_type_index;
12332
+ current_block_type_index = select_block_type(ctx);
12333
+
12334
+ if (current_block_type_index === previous_block_index) {
12335
+ if_blocks[current_block_type_index].p(ctx, dirty);
12336
+ } else {
12337
+ group_outros();
12338
+
12339
+ transition_out(if_blocks[previous_block_index], 1, 1, () => {
12340
+ if_blocks[previous_block_index] = null;
12341
+ });
12342
+
12343
+ check_outros();
12344
+ if_block = if_blocks[current_block_type_index];
12345
+
12346
+ if (!if_block) {
12347
+ if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
12348
+ if_block.c();
12349
+ } else {
12350
+ if_block.p(ctx, dirty);
12351
+ }
12352
+
12353
+ transition_in(if_block, 1);
12354
+ if_block.m(if_block_anchor.parentNode, if_block_anchor);
12355
+ }
12356
+ },
12357
+ i(local) {
12358
+ if (current) return;
12359
+ transition_in(if_block);
12360
+ current = true;
12361
+ },
12362
+ o(local) {
12363
+ transition_out(if_block);
12364
+ current = false;
12365
+ },
12366
+ d(detaching) {
12367
+ if_blocks[current_block_type_index].d(detaching);
12368
+ if (detaching) detach(if_block_anchor);
12369
+ }
12370
+ };
12371
+ }
12372
+
12373
+ const CLICKABLE_CLASS = 'clickable';
12374
+
12375
+ function instance$C($$self, $$props, $$invalidate) {
12376
+ let { $$slots: slots = {}, $$scope } = $$props;
12377
+ let { onClick = { operation: 'none', args: [] } } = $$props;
12378
+ let { eventName = '' } = $$props;
12379
+ let { eventValue = undefined } = $$props;
12380
+ let { style = '' } = $$props;
12381
+
12382
+ function handleClick() {
12383
+ if (eventName) {
12384
+ send_event(eventName, eventValue);
12385
+ }
12386
+
12387
+ execOnClickOperation(onClick);
12388
+ }
12389
+
12390
+ $$self.$$set = $$props => {
12391
+ if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
12392
+ if ('eventName' in $$props) $$invalidate(3, eventName = $$props.eventName);
12393
+ if ('eventValue' in $$props) $$invalidate(4, eventValue = $$props.eventValue);
12394
+ if ('style' in $$props) $$invalidate(1, style = $$props.style);
12395
+ if ('$$scope' in $$props) $$invalidate(5, $$scope = $$props.$$scope);
12396
+ };
12397
+
12398
+ return [onClick, style, handleClick, eventName, eventValue, $$scope, slots];
12399
+ }
12400
+
12401
+ class Clickable extends SvelteComponent {
12402
+ constructor(options) {
12403
+ super();
12404
+
12405
+ init(
12406
+ this,
12407
+ options,
12408
+ instance$C,
12409
+ create_fragment$C,
12410
+ safe_not_equal,
12411
+ {
12412
+ onClick: 0,
12413
+ eventName: 3,
12414
+ eventValue: 4,
12415
+ style: 1
12416
+ },
12417
+ add_css$a
12418
+ );
12419
+ }
12420
+ }
12421
+
12422
+ /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
12423
+
12424
+ function add_css$9(target) {
12425
+ append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
12426
+ }
12427
+
12428
+ // (34:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
12429
+ function create_default_slot$4(ctx) {
12430
+ let img;
12431
+ let img_src_value;
12432
+ let img_alt_value;
12433
+
12434
+ return {
12435
+ c() {
12436
+ img = element("img");
12437
+ this.h();
12438
+ },
12439
+ l(nodes) {
12440
+ img = claim_element(nodes, "IMG", { src: true, alt: true, style: true });
12441
+ this.h();
12442
+ },
12443
+ h() {
12444
+ if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
12445
+ attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
12446
+ attr(img, "style", /*imgStyle*/ ctx[2]);
12447
+ },
12448
+ m(target, anchor) {
12449
+ insert_hydration(target, img, anchor);
12450
+ },
12451
+ p(ctx, dirty) {
12452
+ if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
12453
+ attr(img, "src", img_src_value);
12454
+ }
12455
+
12456
+ if (dirty & /*props*/ 1 && img_alt_value !== (img_alt_value = /*props*/ ctx[0].alt)) {
12457
+ attr(img, "alt", img_alt_value);
12458
+ }
12459
+
12460
+ if (dirty & /*imgStyle*/ 4) {
12461
+ attr(img, "style", /*imgStyle*/ ctx[2]);
12462
+ }
12463
+ },
12464
+ d(detaching) {
12465
+ if (detaching) detach(img);
12466
+ }
12467
+ };
12468
+ }
12469
+
12470
+ function create_fragment$B(ctx) {
12471
+ let div;
12472
+ let clickable;
12473
+ let current;
12474
+
12475
+ clickable = new Clickable({
12476
+ props: {
12477
+ onClick: /*props*/ ctx[0].onClick,
12478
+ eventName: /*props*/ ctx[0].eventName,
12479
+ eventValue: /*props*/ ctx[0].eventValue,
12480
+ $$slots: { default: [create_default_slot$4] },
12481
+ $$scope: { ctx }
12482
+ }
12483
+ });
12484
+
12485
+ return {
12486
+ c() {
12487
+ div = element("div");
12488
+ create_component(clickable.$$.fragment);
12489
+ this.h();
12490
+ },
12491
+ l(nodes) {
12492
+ div = claim_element(nodes, "DIV", {
12493
+ class: true,
12494
+ "data-layer-id": true,
12495
+ style: true
12496
+ });
12497
+
12498
+ var div_nodes = children(div);
12499
+ claim_component(clickable.$$.fragment, div_nodes);
12500
+ div_nodes.forEach(detach);
12501
+ this.h();
12502
+ },
12503
+ h() {
12504
+ attr(div, "class", "avatar svelte-17xar9h");
12505
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
12506
+ attr(div, "style", /*style*/ ctx[3]);
12507
+ },
12508
+ m(target, anchor) {
12509
+ insert_hydration(target, div, anchor);
12510
+ mount_component(clickable, div, null);
12511
+ current = true;
12512
+ },
12513
+ p(ctx, [dirty]) {
12514
+ const clickable_changes = {};
12515
+ if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
12516
+ if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
12517
+ if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
12518
+
12519
+ if (dirty & /*$$scope, props, imgStyle*/ 69) {
12520
+ clickable_changes.$$scope = { dirty, ctx };
12521
+ }
12522
+
12523
+ clickable.$set(clickable_changes);
12524
+
12525
+ if (!current || dirty & /*layerId*/ 2) {
12526
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
12527
+ }
12528
+
12529
+ if (!current || dirty & /*style*/ 8) {
12530
+ attr(div, "style", /*style*/ ctx[3]);
12531
+ }
12532
+ },
12533
+ i(local) {
12534
+ if (current) return;
12535
+ transition_in(clickable.$$.fragment, local);
12536
+ current = true;
12537
+ },
12538
+ o(local) {
12539
+ transition_out(clickable.$$.fragment, local);
12540
+ current = false;
12541
+ },
12542
+ d(detaching) {
12543
+ if (detaching) detach(div);
12544
+ destroy_component(clickable);
12545
+ }
12546
+ };
12547
+ }
12548
+
12549
+ function instance$B($$self, $$props, $$invalidate) {
12550
+ let style;
12551
+ let imgStyle;
12552
+ let { props = {} } = $$props;
12553
+ let { layerId = '' } = $$props;
12554
+
12555
+ const VARIANTS = {
12556
+ shape: {
12557
+ circle: { borderRadius: '100%' },
12558
+ square: { borderRadius: '4px' }
12559
+ }
12560
+ };
12561
+
12562
+ const size = props.size ?? 64;
12563
+
12564
+ $$self.$$set = $$props => {
12565
+ if ('props' in $$props) $$invalidate(0, props = $$props.props);
12566
+ if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
12567
+ };
12568
+
12569
+ $$self.$$.update = () => {
12570
+ if ($$self.$$.dirty & /*props*/ 1) {
12571
+ $$invalidate(3, style = objToStyle({
12572
+ width: `${size}px`,
12573
+ height: `${size}px`,
12574
+ ...VARIANTS.shape[props.shape ?? 'square'],
12575
+ ...props.bordered && { border: `1px solid #dbdbdb` },
12576
+ ...toCssCommon(props)
12577
+ }));
12578
+ }
12116
12579
  };
12117
12580
 
12118
12581
  $$invalidate(2, imgStyle = objToStyle({
@@ -14000,29 +14463,26 @@ function add_css$8(target) {
14000
14463
  append_styles(target, "svelte-1ou0ruz", ".icon.svelte-1ou0ruz{display:flex;align-items:center;overflow:hidden;width:auto}");
14001
14464
  }
14002
14465
 
14003
- // (20:0) {#if (IconComponent)}
14466
+ // (21:0) {#if (IconComponent)}
14004
14467
  function create_if_block$5(ctx) {
14005
14468
  let div;
14006
- let switch_instance;
14469
+ let clickable;
14007
14470
  let current;
14008
- var switch_value = /*IconComponent*/ ctx[2];
14009
14471
 
14010
- function switch_props(ctx) {
14011
- return {
14472
+ clickable = new Clickable({
14012
14473
  props: {
14013
- color: /*props*/ ctx[0].color ?? 'currentColor'
14474
+ onClick: /*props*/ ctx[0].onClick,
14475
+ eventName: /*props*/ ctx[0].eventName,
14476
+ eventValue: /*props*/ ctx[0].eventValue,
14477
+ $$slots: { default: [create_default_slot$3] },
14478
+ $$scope: { ctx }
14014
14479
  }
14015
- };
14016
- }
14017
-
14018
- if (switch_value) {
14019
- switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
14020
- }
14480
+ });
14021
14481
 
14022
14482
  return {
14023
14483
  c() {
14024
14484
  div = element("div");
14025
- if (switch_instance) create_component(switch_instance.$$.fragment);
14485
+ create_component(clickable.$$.fragment);
14026
14486
  this.h();
14027
14487
  },
14028
14488
  l(nodes) {
@@ -14033,7 +14493,7 @@ function create_if_block$5(ctx) {
14033
14493
  });
14034
14494
 
14035
14495
  var div_nodes = children(div);
14036
- if (switch_instance) claim_component(switch_instance.$$.fragment, div_nodes);
14496
+ claim_component(clickable.$$.fragment, div_nodes);
14037
14497
  div_nodes.forEach(detach);
14038
14498
  this.h();
14039
14499
  },
@@ -14044,7 +14504,76 @@ function create_if_block$5(ctx) {
14044
14504
  },
14045
14505
  m(target, anchor) {
14046
14506
  insert_hydration(target, div, anchor);
14047
- if (switch_instance) mount_component(switch_instance, div, null);
14507
+ mount_component(clickable, div, null);
14508
+ current = true;
14509
+ },
14510
+ p(ctx, dirty) {
14511
+ const clickable_changes = {};
14512
+ if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
14513
+ if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
14514
+ if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
14515
+
14516
+ if (dirty & /*$$scope, IconComponent, props*/ 37) {
14517
+ clickable_changes.$$scope = { dirty, ctx };
14518
+ }
14519
+
14520
+ clickable.$set(clickable_changes);
14521
+
14522
+ if (!current || dirty & /*layerId*/ 2) {
14523
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14524
+ }
14525
+
14526
+ if (!current || dirty & /*style*/ 8) {
14527
+ attr(div, "style", /*style*/ ctx[3]);
14528
+ }
14529
+ },
14530
+ i(local) {
14531
+ if (current) return;
14532
+ transition_in(clickable.$$.fragment, local);
14533
+ current = true;
14534
+ },
14535
+ o(local) {
14536
+ transition_out(clickable.$$.fragment, local);
14537
+ current = false;
14538
+ },
14539
+ d(detaching) {
14540
+ if (detaching) detach(div);
14541
+ destroy_component(clickable);
14542
+ }
14543
+ };
14544
+ }
14545
+
14546
+ // (23:4) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14547
+ function create_default_slot$3(ctx) {
14548
+ let switch_instance;
14549
+ let switch_instance_anchor;
14550
+ let current;
14551
+ var switch_value = /*IconComponent*/ ctx[2];
14552
+
14553
+ function switch_props(ctx) {
14554
+ return {
14555
+ props: {
14556
+ color: /*props*/ ctx[0].color ?? 'currentColor'
14557
+ }
14558
+ };
14559
+ }
14560
+
14561
+ if (switch_value) {
14562
+ switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
14563
+ }
14564
+
14565
+ return {
14566
+ c() {
14567
+ if (switch_instance) create_component(switch_instance.$$.fragment);
14568
+ switch_instance_anchor = empty();
14569
+ },
14570
+ l(nodes) {
14571
+ if (switch_instance) claim_component(switch_instance.$$.fragment, nodes);
14572
+ switch_instance_anchor = empty();
14573
+ },
14574
+ m(target, anchor) {
14575
+ if (switch_instance) mount_component(switch_instance, target, anchor);
14576
+ insert_hydration(target, switch_instance_anchor, anchor);
14048
14577
  current = true;
14049
14578
  },
14050
14579
  p(ctx, dirty) {
@@ -14067,21 +14596,13 @@ function create_if_block$5(ctx) {
14067
14596
  switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
14068
14597
  create_component(switch_instance.$$.fragment);
14069
14598
  transition_in(switch_instance.$$.fragment, 1);
14070
- mount_component(switch_instance, div, null);
14599
+ mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
14071
14600
  } else {
14072
14601
  switch_instance = null;
14073
14602
  }
14074
14603
  } else if (switch_value) {
14075
14604
  switch_instance.$set(switch_instance_changes);
14076
14605
  }
14077
-
14078
- if (!current || dirty & /*layerId*/ 2) {
14079
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14080
- }
14081
-
14082
- if (!current || dirty & /*style*/ 8) {
14083
- attr(div, "style", /*style*/ ctx[3]);
14084
- }
14085
14606
  },
14086
14607
  i(local) {
14087
14608
  if (current) return;
@@ -14093,8 +14614,8 @@ function create_if_block$5(ctx) {
14093
14614
  current = false;
14094
14615
  },
14095
14616
  d(detaching) {
14096
- if (detaching) detach(div);
14097
- if (switch_instance) destroy_component(switch_instance);
14617
+ if (detaching) detach(switch_instance_anchor);
14618
+ if (switch_instance) destroy_component(switch_instance, detaching);
14098
14619
  }
14099
14620
  };
14100
14621
  }
@@ -14377,7 +14898,7 @@ function add_css$7(target) {
14377
14898
  append_styles(target, "svelte-cmn44g", ".button.svelte-cmn44g{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-cmn44g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
14378
14899
  }
14379
14900
 
14380
- // (45:2) {#if (props.isIcon && props.iconVariant)}
14901
+ // (37:4) {#if props.isIcon && props.iconVariant}
14381
14902
  function create_if_block$4(ctx) {
14382
14903
  let div;
14383
14904
  let icon;
@@ -14443,134 +14964,166 @@ function create_if_block$4(ctx) {
14443
14964
  };
14444
14965
  }
14445
14966
 
14446
- function create_fragment$7(ctx) {
14447
- let button;
14967
+ // (36:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14968
+ function create_default_slot$2(ctx) {
14448
14969
  let t0;
14449
14970
  let span;
14450
14971
  let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
14451
14972
  let t1;
14452
14973
  let current;
14453
- let mounted;
14454
- let dispose;
14455
14974
  let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
14456
14975
 
14457
14976
  return {
14458
14977
  c() {
14459
- button = element("button");
14460
14978
  if (if_block) if_block.c();
14461
14979
  t0 = space();
14462
14980
  span = element("span");
14463
14981
  t1 = text(t1_value);
14982
+ },
14983
+ l(nodes) {
14984
+ if (if_block) if_block.l(nodes);
14985
+ t0 = claim_space(nodes);
14986
+ span = claim_element(nodes, "SPAN", {});
14987
+ var span_nodes = children(span);
14988
+ t1 = claim_text(span_nodes, t1_value);
14989
+ span_nodes.forEach(detach);
14990
+ },
14991
+ m(target, anchor) {
14992
+ if (if_block) if_block.m(target, anchor);
14993
+ insert_hydration(target, t0, anchor);
14994
+ insert_hydration(target, span, anchor);
14995
+ append_hydration(span, t1);
14996
+ current = true;
14997
+ },
14998
+ p(ctx, dirty) {
14999
+ if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
15000
+ if (if_block) {
15001
+ if_block.p(ctx, dirty);
15002
+
15003
+ if (dirty & /*props*/ 1) {
15004
+ transition_in(if_block, 1);
15005
+ }
15006
+ } else {
15007
+ if_block = create_if_block$4(ctx);
15008
+ if_block.c();
15009
+ transition_in(if_block, 1);
15010
+ if_block.m(t0.parentNode, t0);
15011
+ }
15012
+ } else if (if_block) {
15013
+ group_outros();
15014
+
15015
+ transition_out(if_block, 1, 1, () => {
15016
+ if_block = null;
15017
+ });
15018
+
15019
+ check_outros();
15020
+ }
15021
+
15022
+ if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
15023
+ },
15024
+ i(local) {
15025
+ if (current) return;
15026
+ transition_in(if_block);
15027
+ current = true;
15028
+ },
15029
+ o(local) {
15030
+ transition_out(if_block);
15031
+ current = false;
15032
+ },
15033
+ d(detaching) {
15034
+ if (if_block) if_block.d(detaching);
15035
+ if (detaching) detach(t0);
15036
+ if (detaching) detach(span);
15037
+ }
15038
+ };
15039
+ }
15040
+
15041
+ function create_fragment$7(ctx) {
15042
+ let div;
15043
+ let clickable;
15044
+ let current;
15045
+
15046
+ clickable = new Clickable({
15047
+ props: {
15048
+ onClick: /*props*/ ctx[0].onClick,
15049
+ eventName: /*props*/ ctx[0].eventName,
15050
+ eventValue: /*props*/ ctx[0].eventValue,
15051
+ $$slots: { default: [create_default_slot$2] },
15052
+ $$scope: { ctx }
15053
+ }
15054
+ });
15055
+
15056
+ return {
15057
+ c() {
15058
+ div = element("div");
15059
+ create_component(clickable.$$.fragment);
14464
15060
  this.h();
14465
15061
  },
14466
15062
  l(nodes) {
14467
- button = claim_element(nodes, "BUTTON", {
15063
+ div = claim_element(nodes, "DIV", {
15064
+ class: true,
14468
15065
  "data-layer-id": true,
14469
- style: true,
14470
- class: true
15066
+ style: true
14471
15067
  });
14472
15068
 
14473
- var button_nodes = children(button);
14474
- if (if_block) if_block.l(button_nodes);
14475
- t0 = claim_space(button_nodes);
14476
- span = claim_element(button_nodes, "SPAN", {});
14477
- var span_nodes = children(span);
14478
- t1 = claim_text(span_nodes, t1_value);
14479
- span_nodes.forEach(detach);
14480
- button_nodes.forEach(detach);
15069
+ var div_nodes = children(div);
15070
+ claim_component(clickable.$$.fragment, div_nodes);
15071
+ div_nodes.forEach(detach);
14481
15072
  this.h();
14482
15073
  },
14483
15074
  h() {
14484
- attr(button, "data-layer-id", /*layerId*/ ctx[1]);
14485
- attr(button, "style", /*style*/ ctx[2]);
14486
- attr(button, "class", "button svelte-cmn44g");
15075
+ attr(div, "class", "button svelte-cmn44g");
15076
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
15077
+ attr(div, "style", /*style*/ ctx[2]);
14487
15078
  },
14488
15079
  m(target, anchor) {
14489
- insert_hydration(target, button, anchor);
14490
- if (if_block) if_block.m(button, null);
14491
- append_hydration(button, t0);
14492
- append_hydration(button, span);
14493
- append_hydration(span, t1);
15080
+ insert_hydration(target, div, anchor);
15081
+ mount_component(clickable, div, null);
14494
15082
  current = true;
14495
-
14496
- if (!mounted) {
14497
- dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
14498
- mounted = true;
14499
- }
14500
15083
  },
14501
15084
  p(ctx, [dirty]) {
14502
- if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
14503
- if (if_block) {
14504
- if_block.p(ctx, dirty);
14505
-
14506
- if (dirty & /*props*/ 1) {
14507
- transition_in(if_block, 1);
14508
- }
14509
- } else {
14510
- if_block = create_if_block$4(ctx);
14511
- if_block.c();
14512
- transition_in(if_block, 1);
14513
- if_block.m(button, t0);
14514
- }
14515
- } else if (if_block) {
14516
- group_outros();
14517
-
14518
- transition_out(if_block, 1, 1, () => {
14519
- if_block = null;
14520
- });
15085
+ const clickable_changes = {};
15086
+ if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
15087
+ if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
15088
+ if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
14521
15089
 
14522
- check_outros();
15090
+ if (dirty & /*$$scope, props*/ 17) {
15091
+ clickable_changes.$$scope = { dirty, ctx };
14523
15092
  }
14524
15093
 
14525
- if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
15094
+ clickable.$set(clickable_changes);
14526
15095
 
14527
15096
  if (!current || dirty & /*layerId*/ 2) {
14528
- attr(button, "data-layer-id", /*layerId*/ ctx[1]);
15097
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14529
15098
  }
14530
15099
 
14531
15100
  if (!current || dirty & /*style*/ 4) {
14532
- attr(button, "style", /*style*/ ctx[2]);
15101
+ attr(div, "style", /*style*/ ctx[2]);
14533
15102
  }
14534
15103
  },
14535
15104
  i(local) {
14536
15105
  if (current) return;
14537
- transition_in(if_block);
15106
+ transition_in(clickable.$$.fragment, local);
14538
15107
  current = true;
14539
15108
  },
14540
15109
  o(local) {
14541
- transition_out(if_block);
15110
+ transition_out(clickable.$$.fragment, local);
14542
15111
  current = false;
14543
15112
  },
14544
15113
  d(detaching) {
14545
- if (detaching) detach(button);
14546
- if (if_block) if_block.d();
14547
- mounted = false;
14548
- dispose();
15114
+ if (detaching) detach(div);
15115
+ destroy_component(clickable);
14549
15116
  }
14550
15117
  };
14551
15118
  }
14552
15119
 
14553
15120
  function instance$7($$self, $$props, $$invalidate) {
14554
15121
  let style;
14555
- let { onClick = { operation: 'none', args: [] } } = $$props;
14556
- let { eventName = '' } = $$props;
14557
- let { eventValue = undefined } = $$props;
14558
15122
  let { props = {} } = $$props;
14559
15123
  let { layerId = '' } = $$props;
14560
15124
  const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
14561
15125
 
14562
- function handleClick() {
14563
- if (eventName) {
14564
- send_event(eventName, eventValue);
14565
- }
14566
-
14567
- execOnClickOperation(onClick);
14568
- }
14569
-
14570
15126
  $$self.$$set = $$props => {
14571
- if ('onClick' in $$props) $$invalidate(5, onClick = $$props.onClick);
14572
- if ('eventName' in $$props) $$invalidate(6, eventName = $$props.eventName);
14573
- if ('eventValue' in $$props) $$invalidate(7, eventValue = $$props.eventValue);
14574
15127
  if ('props' in $$props) $$invalidate(0, props = $$props.props);
14575
15128
  if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
14576
15129
  };
@@ -14601,37 +15154,13 @@ function instance$7($$self, $$props, $$invalidate) {
14601
15154
  }
14602
15155
  };
14603
15156
 
14604
- return [
14605
- props,
14606
- layerId,
14607
- style,
14608
- buttonThemeStyle,
14609
- handleClick,
14610
- onClick,
14611
- eventName,
14612
- eventValue
14613
- ];
15157
+ return [props, layerId, style, buttonThemeStyle];
14614
15158
  }
14615
15159
 
14616
15160
  class Button extends SvelteComponent {
14617
15161
  constructor(options) {
14618
15162
  super();
14619
-
14620
- init(
14621
- this,
14622
- options,
14623
- instance$7,
14624
- create_fragment$7,
14625
- safe_not_equal,
14626
- {
14627
- onClick: 5,
14628
- eventName: 6,
14629
- eventValue: 7,
14630
- props: 0,
14631
- layerId: 1
14632
- },
14633
- add_css$7
14634
- );
15163
+ init(this, options, instance$7, create_fragment$7, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
14635
15164
  }
14636
15165
  }
14637
15166
 
@@ -15290,8 +15819,8 @@ function add_css$4(target) {
15290
15819
  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}");
15291
15820
  }
15292
15821
 
15293
- function create_fragment$4(ctx) {
15294
- let div;
15822
+ // (16:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
15823
+ function create_default_slot$1(ctx) {
15295
15824
  let object;
15296
15825
  let img;
15297
15826
  let img_src_value;
@@ -15299,24 +15828,15 @@ function create_fragment$4(ctx) {
15299
15828
 
15300
15829
  return {
15301
15830
  c() {
15302
- div = element("div");
15303
15831
  object = element("object");
15304
15832
  img = element("img");
15305
15833
  this.h();
15306
15834
  },
15307
15835
  l(nodes) {
15308
- div = claim_element(nodes, "DIV", {
15309
- "data-layer-id": true,
15310
- class: true,
15311
- style: true
15312
- });
15313
-
15314
- var div_nodes = children(div);
15315
- object = claim_element(div_nodes, "OBJECT", { style: true, class: true });
15836
+ object = claim_element(nodes, "OBJECT", { style: true, class: true });
15316
15837
  var object_nodes = children(object);
15317
15838
  img = claim_element(object_nodes, "IMG", { src: true, alt: true, class: true });
15318
15839
  object_nodes.forEach(detach);
15319
- div_nodes.forEach(detach);
15320
15840
  this.h();
15321
15841
  },
15322
15842
  h() {
@@ -15325,16 +15845,12 @@ function create_fragment$4(ctx) {
15325
15845
  attr(img, "class", "image-img svelte-180u8ho");
15326
15846
  attr(object, "style", /*objectStyle*/ ctx[2]);
15327
15847
  attr(object, "class", "image-object svelte-180u8ho");
15328
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
15329
- attr(div, "class", "image svelte-180u8ho");
15330
- attr(div, "style", /*style*/ ctx[3]);
15331
15848
  },
15332
15849
  m(target, anchor) {
15333
- insert_hydration(target, div, anchor);
15334
- append_hydration(div, object);
15850
+ insert_hydration(target, object, anchor);
15335
15851
  append_hydration(object, img);
15336
15852
  },
15337
- p(ctx, [dirty]) {
15853
+ p(ctx, dirty) {
15338
15854
  if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
15339
15855
  attr(img, "src", img_src_value);
15340
15856
  }
@@ -15346,19 +15862,88 @@ function create_fragment$4(ctx) {
15346
15862
  if (dirty & /*objectStyle*/ 4) {
15347
15863
  attr(object, "style", /*objectStyle*/ ctx[2]);
15348
15864
  }
15865
+ },
15866
+ d(detaching) {
15867
+ if (detaching) detach(object);
15868
+ }
15869
+ };
15870
+ }
15871
+
15872
+ function create_fragment$4(ctx) {
15873
+ let div;
15874
+ let clickable;
15875
+ let current;
15876
+
15877
+ clickable = new Clickable({
15878
+ props: {
15879
+ onClick: /*props*/ ctx[0].onClick,
15880
+ eventName: /*props*/ ctx[0].eventName,
15881
+ eventValue: /*props*/ ctx[0].eventValue,
15882
+ $$slots: { default: [create_default_slot$1] },
15883
+ $$scope: { ctx }
15884
+ }
15885
+ });
15886
+
15887
+ return {
15888
+ c() {
15889
+ div = element("div");
15890
+ create_component(clickable.$$.fragment);
15891
+ this.h();
15892
+ },
15893
+ l(nodes) {
15894
+ div = claim_element(nodes, "DIV", {
15895
+ "data-layer-id": true,
15896
+ class: true,
15897
+ style: true
15898
+ });
15899
+
15900
+ var div_nodes = children(div);
15901
+ claim_component(clickable.$$.fragment, div_nodes);
15902
+ div_nodes.forEach(detach);
15903
+ this.h();
15904
+ },
15905
+ h() {
15906
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
15907
+ attr(div, "class", "image svelte-180u8ho");
15908
+ attr(div, "style", /*style*/ ctx[3]);
15909
+ },
15910
+ m(target, anchor) {
15911
+ insert_hydration(target, div, anchor);
15912
+ mount_component(clickable, div, null);
15913
+ current = true;
15914
+ },
15915
+ p(ctx, [dirty]) {
15916
+ const clickable_changes = {};
15917
+ if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
15918
+ if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
15919
+ if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
15920
+
15921
+ if (dirty & /*$$scope, objectStyle, props*/ 21) {
15922
+ clickable_changes.$$scope = { dirty, ctx };
15923
+ }
15349
15924
 
15350
- if (dirty & /*layerId*/ 2) {
15925
+ clickable.$set(clickable_changes);
15926
+
15927
+ if (!current || dirty & /*layerId*/ 2) {
15351
15928
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
15352
15929
  }
15353
15930
 
15354
- if (dirty & /*style*/ 8) {
15931
+ if (!current || dirty & /*style*/ 8) {
15355
15932
  attr(div, "style", /*style*/ ctx[3]);
15356
15933
  }
15357
15934
  },
15358
- i: noop,
15359
- o: noop,
15935
+ i(local) {
15936
+ if (current) return;
15937
+ transition_in(clickable.$$.fragment, local);
15938
+ current = true;
15939
+ },
15940
+ o(local) {
15941
+ transition_out(clickable.$$.fragment, local);
15942
+ current = false;
15943
+ },
15360
15944
  d(detaching) {
15361
15945
  if (detaching) detach(div);
15946
+ destroy_component(clickable);
15362
15947
  }
15363
15948
  };
15364
15949
  }
@@ -15403,16 +15988,76 @@ function add_css$3(target) {
15403
15988
  append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
15404
15989
  }
15405
15990
 
15991
+ // (25:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
15992
+ function create_default_slot(ctx) {
15993
+ let current;
15994
+ const default_slot_template = /*#slots*/ ctx[3].default;
15995
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
15996
+
15997
+ return {
15998
+ c() {
15999
+ if (default_slot) default_slot.c();
16000
+ },
16001
+ l(nodes) {
16002
+ if (default_slot) default_slot.l(nodes);
16003
+ },
16004
+ m(target, anchor) {
16005
+ if (default_slot) {
16006
+ default_slot.m(target, anchor);
16007
+ }
16008
+
16009
+ current = true;
16010
+ },
16011
+ p(ctx, dirty) {
16012
+ if (default_slot) {
16013
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 16)) {
16014
+ update_slot_base(
16015
+ default_slot,
16016
+ default_slot_template,
16017
+ ctx,
16018
+ /*$$scope*/ ctx[4],
16019
+ !current
16020
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[4])
16021
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[4], dirty, null),
16022
+ null
16023
+ );
16024
+ }
16025
+ }
16026
+ },
16027
+ i(local) {
16028
+ if (current) return;
16029
+ transition_in(default_slot, local);
16030
+ current = true;
16031
+ },
16032
+ o(local) {
16033
+ transition_out(default_slot, local);
16034
+ current = false;
16035
+ },
16036
+ d(detaching) {
16037
+ if (default_slot) default_slot.d(detaching);
16038
+ }
16039
+ };
16040
+ }
16041
+
15406
16042
  function create_fragment$3(ctx) {
15407
16043
  let div;
16044
+ let clickable;
15408
16045
  let current;
15409
- const default_slot_template = /*#slots*/ ctx[4].default;
15410
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[3], null);
16046
+
16047
+ clickable = new Clickable({
16048
+ props: {
16049
+ onClick: /*props*/ ctx[0].onClick,
16050
+ eventName: /*props*/ ctx[0].eventName,
16051
+ eventValue: /*props*/ ctx[0].eventValue,
16052
+ $$slots: { default: [create_default_slot] },
16053
+ $$scope: { ctx }
16054
+ }
16055
+ });
15411
16056
 
15412
16057
  return {
15413
16058
  c() {
15414
16059
  div = element("div");
15415
- if (default_slot) default_slot.c();
16060
+ create_component(clickable.$$.fragment);
15416
16061
  this.h();
15417
16062
  },
15418
16063
  l(nodes) {
@@ -15423,60 +16068,52 @@ function create_fragment$3(ctx) {
15423
16068
  });
15424
16069
 
15425
16070
  var div_nodes = children(div);
15426
- if (default_slot) default_slot.l(div_nodes);
16071
+ claim_component(clickable.$$.fragment, div_nodes);
15427
16072
  div_nodes.forEach(detach);
15428
16073
  this.h();
15429
16074
  },
15430
16075
  h() {
15431
- attr(div, "data-layer-id", /*layerId*/ ctx[0]);
16076
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
15432
16077
  attr(div, "class", "layout svelte-1g6q4hu");
15433
- attr(div, "style", /*style*/ ctx[1]);
16078
+ attr(div, "style", /*style*/ ctx[2]);
15434
16079
  },
15435
16080
  m(target, anchor) {
15436
16081
  insert_hydration(target, div, anchor);
15437
-
15438
- if (default_slot) {
15439
- default_slot.m(div, null);
15440
- }
15441
-
16082
+ mount_component(clickable, div, null);
15442
16083
  current = true;
15443
16084
  },
15444
16085
  p(ctx, [dirty]) {
15445
- if (default_slot) {
15446
- if (default_slot.p && (!current || dirty & /*$$scope*/ 8)) {
15447
- update_slot_base(
15448
- default_slot,
15449
- default_slot_template,
15450
- ctx,
15451
- /*$$scope*/ ctx[3],
15452
- !current
15453
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[3])
15454
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[3], dirty, null),
15455
- null
15456
- );
15457
- }
16086
+ const clickable_changes = {};
16087
+ if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
16088
+ if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
16089
+ if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
16090
+
16091
+ if (dirty & /*$$scope*/ 16) {
16092
+ clickable_changes.$$scope = { dirty, ctx };
15458
16093
  }
15459
16094
 
15460
- if (!current || dirty & /*layerId*/ 1) {
15461
- attr(div, "data-layer-id", /*layerId*/ ctx[0]);
16095
+ clickable.$set(clickable_changes);
16096
+
16097
+ if (!current || dirty & /*layerId*/ 2) {
16098
+ attr(div, "data-layer-id", /*layerId*/ ctx[1]);
15462
16099
  }
15463
16100
 
15464
- if (!current || dirty & /*style*/ 2) {
15465
- attr(div, "style", /*style*/ ctx[1]);
16101
+ if (!current || dirty & /*style*/ 4) {
16102
+ attr(div, "style", /*style*/ ctx[2]);
15466
16103
  }
15467
16104
  },
15468
16105
  i(local) {
15469
16106
  if (current) return;
15470
- transition_in(default_slot, local);
16107
+ transition_in(clickable.$$.fragment, local);
15471
16108
  current = true;
15472
16109
  },
15473
16110
  o(local) {
15474
- transition_out(default_slot, local);
16111
+ transition_out(clickable.$$.fragment, local);
15475
16112
  current = false;
15476
16113
  },
15477
16114
  d(detaching) {
15478
16115
  if (detaching) detach(div);
15479
- if (default_slot) default_slot.d(detaching);
16116
+ destroy_component(clickable);
15480
16117
  }
15481
16118
  };
15482
16119
  }
@@ -15488,14 +16125,14 @@ function instance$3($$self, $$props, $$invalidate) {
15488
16125
  let { layerId = '' } = $$props;
15489
16126
 
15490
16127
  $$self.$$set = $$props => {
15491
- if ('props' in $$props) $$invalidate(2, props = $$props.props);
15492
- if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
15493
- if ('$$scope' in $$props) $$invalidate(3, $$scope = $$props.$$scope);
16128
+ if ('props' in $$props) $$invalidate(0, props = $$props.props);
16129
+ if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
16130
+ if ('$$scope' in $$props) $$invalidate(4, $$scope = $$props.$$scope);
15494
16131
  };
15495
16132
 
15496
16133
  $$self.$$.update = () => {
15497
- if ($$self.$$.dirty & /*props*/ 4) {
15498
- $$invalidate(1, style = objToStyle({
16134
+ if ($$self.$$.dirty & /*props*/ 1) {
16135
+ $$invalidate(2, style = objToStyle({
15499
16136
  display: props.display ?? 'flex',
15500
16137
  flexDirection: props.direction,
15501
16138
  alignItems: props.align,
@@ -15514,13 +16151,13 @@ function instance$3($$self, $$props, $$invalidate) {
15514
16151
  }
15515
16152
  };
15516
16153
 
15517
- return [layerId, style, props, $$scope, slots];
16154
+ return [props, layerId, style, slots, $$scope];
15518
16155
  }
15519
16156
 
15520
16157
  class Layout extends SvelteComponent {
15521
16158
  constructor(options) {
15522
16159
  super();
15523
- init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 2, layerId: 0 }, add_css$3);
16160
+ init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
15524
16161
  }
15525
16162
  }
15526
16163