@plaidev/karte-action-sdk 1.1.228 → 1.1.229-28646430.813d5148

Sign up to get free protection for your applications and to get access to all the features.
@@ -3005,7 +3005,7 @@ class State extends SvelteComponent {
3005
3005
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3006
3006
 
3007
3007
  function add_css$w(target) {
3008
- append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
3008
+ append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
3009
3009
  }
3010
3010
 
3011
3011
  // (23:0) {#if $state === path}
@@ -3032,7 +3032,7 @@ function create_if_block$c(ctx) {
3032
3032
  },
3033
3033
  h() {
3034
3034
  attr(div, "data-state-path", /*path*/ ctx[0]);
3035
- attr(div, "class", "state-item svelte-1amihue");
3035
+ attr(div, "class", "state-item svelte-2qb6dm");
3036
3036
  },
3037
3037
  m(target, anchor) {
3038
3038
  insert_hydration(target, div, anchor);
@@ -3299,7 +3299,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3299
3299
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3300
3300
 
3301
3301
  function add_css$v(target) {
3302
- append_styles(target, "svelte-g6ucc2", ".background.svelte-g6ucc2{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
3302
+ 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}");
3303
3303
  }
3304
3304
 
3305
3305
  // (14:0) {#if backgroundOverlay}
@@ -3320,7 +3320,7 @@ function create_if_block$b(ctx) {
3320
3320
  this.h();
3321
3321
  },
3322
3322
  h() {
3323
- attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
3323
+ attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
3324
3324
  },
3325
3325
  m(target, anchor) {
3326
3326
  insert_hydration(target, div, anchor);
@@ -3331,7 +3331,7 @@ function create_if_block$b(ctx) {
3331
3331
  }
3332
3332
  },
3333
3333
  p(ctx, dirty) {
3334
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
3334
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
3335
3335
  attr(div, "class", div_class_value);
3336
3336
  }
3337
3337
  },
@@ -3441,7 +3441,7 @@ function checkStopPropagation(eventName, handler) {
3441
3441
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3442
3442
 
3443
3443
  function add_css$u(target) {
3444
- append_styles(target, "svelte-1kmu8zp", ".button.svelte-1kmu8zp{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1kmu8zp:link,.button.svelte-1kmu8zp:visited,.button.svelte-1kmu8zp:active,.button.svelte-1kmu8zp:hover{color:inherit}");
3444
+ 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}");
3445
3445
  }
3446
3446
 
3447
3447
  // (50:0) {:else}
@@ -3480,7 +3480,7 @@ function create_else_block$4(ctx) {
3480
3480
  },
3481
3481
  h() {
3482
3482
  set_attributes(button, button_data);
3483
- toggle_class(button, "svelte-1kmu8zp", true);
3483
+ toggle_class(button, "svelte-15k4deh", true);
3484
3484
  },
3485
3485
  m(target, anchor) {
3486
3486
  insert_hydration(target, button, anchor);
@@ -3519,7 +3519,7 @@ function create_else_block$4(ctx) {
3519
3519
  dataAttrStopPropagation('click')
3520
3520
  ]));
3521
3521
 
3522
- toggle_class(button, "svelte-1kmu8zp", true);
3522
+ toggle_class(button, "svelte-15k4deh", true);
3523
3523
  },
3524
3524
  i(local) {
3525
3525
  if (current) return;
@@ -3560,7 +3560,7 @@ function create_if_block_2$1(ctx) {
3560
3560
  this.h();
3561
3561
  },
3562
3562
  h() {
3563
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
3563
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
3564
3564
  attr(div, "style", /*style*/ ctx[1]);
3565
3565
  },
3566
3566
  m(target, anchor) {
@@ -3660,7 +3660,7 @@ function create_if_block_1$2(ctx) {
3660
3660
  },
3661
3661
  h() {
3662
3662
  set_attributes(a, a_data);
3663
- toggle_class(a, "svelte-1kmu8zp", true);
3663
+ toggle_class(a, "svelte-15k4deh", true);
3664
3664
  },
3665
3665
  m(target, anchor) {
3666
3666
  insert_hydration(target, a, anchor);
@@ -3702,7 +3702,7 @@ function create_if_block_1$2(ctx) {
3702
3702
  dataAttrStopPropagation('click')
3703
3703
  ]));
3704
3704
 
3705
- toggle_class(a, "svelte-1kmu8zp", true);
3705
+ toggle_class(a, "svelte-15k4deh", true);
3706
3706
  },
3707
3707
  i(local) {
3708
3708
  if (current) return;
@@ -3743,7 +3743,7 @@ function create_if_block$a(ctx) {
3743
3743
  this.h();
3744
3744
  },
3745
3745
  h() {
3746
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
3746
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
3747
3747
  attr(div, "style", /*style*/ ctx[1]);
3748
3748
  },
3749
3749
  m(target, anchor) {
@@ -3951,7 +3951,7 @@ let Button$1 = class Button extends SvelteComponent {
3951
3951
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3952
3952
 
3953
3953
  function add_css$t(target) {
3954
- append_styles(target, "svelte-1i2vo31", ".modal.svelte-1i2vo31{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1i2vo31 > .button{flex:auto;display:flex}.close.svelte-1i2vo31{position:absolute;top:0;right:0}.close.svelte-1i2vo31 > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1i2vo31 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1i2vo31{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1i2vo31{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1i2vo31{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
3954
+ 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}}");
3955
3955
  }
3956
3956
 
3957
3957
  // (277:0) {:else}
@@ -4126,7 +4126,7 @@ function create_if_block$9(ctx) {
4126
4126
  this.h();
4127
4127
  },
4128
4128
  h() {
4129
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
4129
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
4130
4130
  attr(div, "role", "dialog");
4131
4131
  attr(div, "aria-modal", "true");
4132
4132
  attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
@@ -4150,7 +4150,7 @@ function create_if_block$9(ctx) {
4150
4150
 
4151
4151
  button.$set(button_changes);
4152
4152
 
4153
- if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
4153
+ if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
4154
4154
  attr(div, "class", div_class_value);
4155
4155
  }
4156
4156
  },
@@ -4214,7 +4214,7 @@ function create_if_block_1$1(ctx) {
4214
4214
  this.h();
4215
4215
  },
4216
4216
  h() {
4217
- attr(div, "class", "close svelte-1i2vo31");
4217
+ attr(div, "class", "close svelte-1ijkyzl");
4218
4218
  set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
4219
4219
  },
4220
4220
  m(target, anchor) {
@@ -4339,7 +4339,7 @@ function create_default_slot$6(ctx) {
4339
4339
  this.h();
4340
4340
  },
4341
4341
  h() {
4342
- attr(div, "class", "modal-content svelte-1i2vo31");
4342
+ attr(div, "class", "modal-content svelte-1ijkyzl");
4343
4343
  attr(div, "style", /*_style*/ ctx[5]);
4344
4344
  },
4345
4345
  m(target, anchor) {
@@ -4976,7 +4976,7 @@ class Grid extends SvelteComponent {
4976
4976
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
4977
4977
 
4978
4978
  function add_css$s(target) {
4979
- append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
4979
+ append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
4980
4980
  }
4981
4981
 
4982
4982
  function create_fragment$_(ctx) {
@@ -5010,8 +5010,8 @@ function create_fragment$_(ctx) {
5010
5010
  this.h();
5011
5011
  },
5012
5012
  h() {
5013
- attr(div0, "class", "grid-item-inner svelte-1cryhmb");
5014
- attr(div1, "class", "grid-item svelte-1cryhmb");
5013
+ attr(div0, "class", "grid-item-inner svelte-n7kdl3");
5014
+ attr(div1, "class", "grid-item svelte-n7kdl3");
5015
5015
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
5016
5016
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
5017
5017
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -5333,7 +5333,7 @@ class RenderText extends SvelteComponent {
5333
5333
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5334
5334
 
5335
5335
  function add_css$r(target) {
5336
- append_styles(target, "svelte-vz6867", ".text-element-wrapper.svelte-vz6867.svelte-vz6867{position:relative;height:100%}.text-element.svelte-vz6867.svelte-vz6867{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-vz6867.svelte-vz6867{text-decoration:none;color:inherit}.text-element-inner.svelte-vz6867.svelte-vz6867{width:100%;height:auto}.text-direction-vertical.svelte-vz6867.svelte-vz6867{writing-mode:vertical-rl}.text-direction-vertical.svelte-vz6867 .text-element-inner.svelte-vz6867{width:auto;height:100%}.tooltip.svelte-vz6867.svelte-vz6867{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-vz6867.svelte-vz6867:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-vz6867.svelte-vz6867{display:block}.tooltip-error.svelte-vz6867.svelte-vz6867{background-color:#c00}.tooltip-error.svelte-vz6867.svelte-vz6867:before{border-bottom:7px solid #c00}");
5336
+ 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}");
5337
5337
  }
5338
5338
 
5339
5339
  // (94:2) {:else}
@@ -5363,8 +5363,8 @@ function create_else_block$1(ctx) {
5363
5363
  this.h();
5364
5364
  },
5365
5365
  h() {
5366
- attr(div0, "class", "text-element-inner svelte-vz6867");
5367
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5366
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5367
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5368
5368
  attr(div1, "style", /*style*/ ctx[5]);
5369
5369
  },
5370
5370
  m(target, anchor) {
@@ -5378,7 +5378,7 @@ function create_else_block$1(ctx) {
5378
5378
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5379
5379
  rendertext.$set(rendertext_changes);
5380
5380
 
5381
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
5381
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
5382
5382
  attr(div1, "class", div1_class_value);
5383
5383
  }
5384
5384
 
@@ -5453,12 +5453,12 @@ function create_if_block$7(ctx) {
5453
5453
  this.h();
5454
5454
  },
5455
5455
  h() {
5456
- attr(div0, "class", "text-element-inner svelte-vz6867");
5456
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5457
5457
  attr(a, "href", '');
5458
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5458
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5459
5459
  attr(a, "style", /*style*/ ctx[5]);
5460
- attr(div1, "class", "tooltip svelte-vz6867");
5461
- attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
5460
+ attr(div1, "class", "tooltip svelte-9ixs0b");
5461
+ attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
5462
5462
  },
5463
5463
  m(target, anchor) {
5464
5464
  insert_hydration(target, a, anchor);
@@ -5484,7 +5484,7 @@ function create_if_block$7(ctx) {
5484
5484
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5485
5485
  rendertext.$set(rendertext_changes);
5486
5486
 
5487
- if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
5487
+ if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
5488
5488
  attr(a, "class", a_class_value);
5489
5489
  }
5490
5490
 
@@ -5546,7 +5546,7 @@ function create_fragment$Y(ctx) {
5546
5546
  this.h();
5547
5547
  },
5548
5548
  h() {
5549
- attr(div, "class", "text-element-wrapper svelte-vz6867");
5549
+ attr(div, "class", "text-element-wrapper svelte-9ixs0b");
5550
5550
  },
5551
5551
  m(target, anchor) {
5552
5552
  insert_hydration(target, div, anchor);
@@ -5712,7 +5712,7 @@ class TextElement extends SvelteComponent {
5712
5712
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5713
5713
 
5714
5714
  function add_css$q(target) {
5715
- append_styles(target, "svelte-ujdxfc", ".text-button-element.svelte-ujdxfc{width:100%;height:100%}.text-button-element.svelte-ujdxfc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-ujdxfc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ujdxfc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ujdxfc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
5715
+ 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)}");
5716
5716
  }
5717
5717
 
5718
5718
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -5781,7 +5781,7 @@ function create_fragment$X(ctx) {
5781
5781
  this.h();
5782
5782
  },
5783
5783
  h() {
5784
- attr(div, "class", "text-button-element svelte-ujdxfc");
5784
+ attr(div, "class", "text-button-element svelte-1vg84sc");
5785
5785
  },
5786
5786
  m(target, anchor) {
5787
5787
  insert_hydration(target, div, anchor);
@@ -5873,7 +5873,7 @@ class TextButtonElement extends SvelteComponent {
5873
5873
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5874
5874
 
5875
5875
  function add_css$p(target) {
5876
- append_styles(target, "svelte-1alkh1m", ".image-element.svelte-1alkh1m{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1alkh1m > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-1alkh1m > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1alkh1m > .button:not(._disabled):hover,.image-element.transport.svelte-1alkh1m > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-1alkh1m{width:100%;height:100%}");
5876
+ 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%}");
5877
5877
  }
5878
5878
 
5879
5879
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -5901,7 +5901,7 @@ function create_default_slot$4(ctx) {
5901
5901
  this.h();
5902
5902
  },
5903
5903
  h() {
5904
- attr(img, "class", "image svelte-1alkh1m");
5904
+ attr(img, "class", "image svelte-t6tu0e");
5905
5905
  attr(img, "loading", "lazy");
5906
5906
  attr(img, "width", "auto");
5907
5907
  attr(img, "height", "auto");
@@ -5973,7 +5973,7 @@ function create_fragment$W(ctx) {
5973
5973
  this.h();
5974
5974
  },
5975
5975
  h() {
5976
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
5976
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
5977
5977
  },
5978
5978
  m(target, anchor) {
5979
5979
  insert_hydration(target, div, anchor);
@@ -5992,7 +5992,7 @@ function create_fragment$W(ctx) {
5992
5992
 
5993
5993
  button.$set(button_changes);
5994
5994
 
5995
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
5995
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
5996
5996
  attr(div, "class", div_class_value);
5997
5997
  }
5998
5998
  },
@@ -6064,7 +6064,7 @@ class ImageElement extends SvelteComponent {
6064
6064
  /* src/components/List.svelte generated by Svelte v3.53.1 */
6065
6065
 
6066
6066
  function add_css$o(target) {
6067
- append_styles(target, "svelte-1t8r9z", ".list.svelte-1t8r9z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
6067
+ 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}");
6068
6068
  }
6069
6069
 
6070
6070
  function create_fragment$V(ctx) {
@@ -6087,7 +6087,7 @@ function create_fragment$V(ctx) {
6087
6087
  this.h();
6088
6088
  },
6089
6089
  h() {
6090
- attr(div, "class", "list svelte-1t8r9z");
6090
+ attr(div, "class", "list svelte-aquv6z");
6091
6091
  attr(div, "style", /*style*/ ctx[0]);
6092
6092
  },
6093
6093
  m(target, anchor) {
@@ -6221,7 +6221,7 @@ class List extends SvelteComponent {
6221
6221
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6222
6222
 
6223
6223
  function add_css$n(target) {
6224
- append_styles(target, "svelte-1lbw8v2", ".list-item.svelte-1lbw8v2{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1lbw8v2 > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
6224
+ 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}");
6225
6225
  }
6226
6226
 
6227
6227
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -6304,7 +6304,7 @@ function create_fragment$U(ctx) {
6304
6304
  this.h();
6305
6305
  },
6306
6306
  h() {
6307
- attr(div, "class", "list-item svelte-1lbw8v2");
6307
+ attr(div, "class", "list-item svelte-9n97pe");
6308
6308
  attr(div, "style", /*listItemStyle*/ ctx[3]);
6309
6309
  },
6310
6310
  m(target, anchor) {
@@ -6430,7 +6430,7 @@ class ListItem extends SvelteComponent {
6430
6430
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6431
6431
 
6432
6432
  function add_css$m(target) {
6433
- append_styles(target, "svelte-w6jkzh", ".embed.svelte-w6jkzh{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-w6jkzh iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
6433
+ 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}");
6434
6434
  }
6435
6435
 
6436
6436
  function create_fragment$T(ctx) {
@@ -6448,7 +6448,7 @@ function create_fragment$T(ctx) {
6448
6448
  this.h();
6449
6449
  },
6450
6450
  h() {
6451
- attr(div, "class", "embed svelte-w6jkzh");
6451
+ attr(div, "class", "embed svelte-wocq4p");
6452
6452
  attr(div, "style", /*_style*/ ctx[1]);
6453
6453
  },
6454
6454
  m(target, anchor) {
@@ -6491,7 +6491,7 @@ class EmbedElement extends SvelteComponent {
6491
6491
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6492
6492
 
6493
6493
  function add_css$l(target) {
6494
- append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
6494
+ 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%}");
6495
6495
  }
6496
6496
 
6497
6497
  function create_fragment$S(ctx) {
@@ -6514,7 +6514,7 @@ function create_fragment$S(ctx) {
6514
6514
  },
6515
6515
  h() {
6516
6516
  attr(div0, "class", "karte-player");
6517
- attr(div1, "class", "embed svelte-ljxq7x");
6517
+ attr(div1, "class", "embed svelte-vikz49");
6518
6518
  attr(div1, "style", /*_style*/ ctx[0]);
6519
6519
  },
6520
6520
  m(target, anchor) {
@@ -6856,7 +6856,7 @@ class MovieYouTubeElement extends SvelteComponent {
6856
6856
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6857
6857
 
6858
6858
  function add_css$k(target) {
6859
- append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
6859
+ 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%}");
6860
6860
  }
6861
6861
 
6862
6862
  function create_fragment$R(ctx) {
@@ -6879,7 +6879,7 @@ function create_fragment$R(ctx) {
6879
6879
  },
6880
6880
  h() {
6881
6881
  attr(div0, "class", "karte-player");
6882
- attr(div1, "class", "embed svelte-ljxq7x");
6882
+ attr(div1, "class", "embed svelte-vikz49");
6883
6883
  attr(div1, "style", /*_style*/ ctx[0]);
6884
6884
  },
6885
6885
  m(target, anchor) {
@@ -7063,7 +7063,7 @@ class MovieVimeoElement extends SvelteComponent {
7063
7063
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
7064
7064
 
7065
7065
  function add_css$j(target) {
7066
- append_styles(target, "svelte-1fjy5oo", ".textarea-wrapper.svelte-1fjy5oo{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-1fjy5oo{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-1fjy5oo::placeholder{color:var(--placeholder-color)}.textarea.svelte-1fjy5oo:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
7066
+ 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}");
7067
7067
  }
7068
7068
 
7069
7069
  function create_fragment$Q(ctx) {
@@ -7093,12 +7093,12 @@ function create_fragment$Q(ctx) {
7093
7093
  this.h();
7094
7094
  },
7095
7095
  h() {
7096
- attr(textarea, "class", "textarea svelte-1fjy5oo");
7096
+ attr(textarea, "class", "textarea svelte-zxvkkc");
7097
7097
  textarea.value = /*$value*/ ctx[4];
7098
7098
  textarea.required = /*required*/ ctx[1];
7099
7099
  attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
7100
7100
  attr(textarea, "style", /*style*/ ctx[3]);
7101
- attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
7101
+ attr(div, "class", "textarea-wrapper svelte-zxvkkc");
7102
7102
  attr(div, "style", /*styleVariables*/ ctx[2]);
7103
7103
  },
7104
7104
  m(target, anchor) {
@@ -7250,7 +7250,7 @@ class FormTextarea extends SvelteComponent {
7250
7250
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7251
7251
 
7252
7252
  function add_css$i(target) {
7253
- append_styles(target, "svelte-1ntb6j8", ".radio-buttons.svelte-1ntb6j8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-1ntb6j8{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-1ntb6j8{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-1ntb6j8:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-1ntb6j8{margin-left:0.5em}");
7253
+ 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}");
7254
7254
  }
7255
7255
 
7256
7256
  function get_each_context$5(ctx, list, i) {
@@ -7307,14 +7307,14 @@ function create_each_block$5(ctx) {
7307
7307
  },
7308
7308
  h() {
7309
7309
  attr(input, "type", "radio");
7310
- attr(input, "class", "radio-button-input svelte-1ntb6j8");
7310
+ attr(input, "class", "radio-button-input svelte-17s08g");
7311
7311
  attr(input, "style", /*buttonStyle*/ ctx[5]);
7312
7312
  attr(input, "name", /*name*/ ctx[0]);
7313
7313
  input.value = input_value_value = /*option*/ ctx[17];
7314
7314
  input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
7315
- attr(span, "class", "radio-button-text svelte-1ntb6j8");
7315
+ attr(span, "class", "radio-button-text svelte-17s08g");
7316
7316
  attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7317
- attr(label, "class", "radio-button svelte-1ntb6j8");
7317
+ attr(label, "class", "radio-button svelte-17s08g");
7318
7318
  },
7319
7319
  m(target, anchor) {
7320
7320
  insert_hydration(target, label, anchor);
@@ -7393,7 +7393,7 @@ function create_fragment$P(ctx) {
7393
7393
  this.h();
7394
7394
  },
7395
7395
  h() {
7396
- attr(div, "class", "radio-buttons svelte-1ntb6j8");
7396
+ attr(div, "class", "radio-buttons svelte-17s08g");
7397
7397
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7398
7398
  },
7399
7399
  m(target, anchor) {
@@ -7562,7 +7562,7 @@ class FormRadioButtons extends SvelteComponent {
7562
7562
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7563
7563
 
7564
7564
  function add_css$h(target) {
7565
- append_styles(target, "svelte-iejizj", ".select.svelte-iejizj{width:100%;height:100%}.select-select.svelte-iejizj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-iejizj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-iejizj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
7565
+ 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}");
7566
7566
  }
7567
7567
 
7568
7568
  function get_each_context$4(ctx, list, i) {
@@ -7733,10 +7733,10 @@ function create_fragment$O(ctx) {
7733
7733
  this.h();
7734
7734
  },
7735
7735
  h() {
7736
- attr(select, "class", "select-select svelte-iejizj");
7736
+ attr(select, "class", "select-select svelte-t9ynyj");
7737
7737
  attr(select, "style", /*style*/ ctx[3]);
7738
- attr(div0, "class", "select-icon svelte-iejizj");
7739
- attr(div1, "class", "select svelte-iejizj");
7738
+ attr(div0, "class", "select-icon svelte-t9ynyj");
7739
+ attr(div1, "class", "select svelte-t9ynyj");
7740
7740
  attr(div1, "style", /*styleVariables*/ ctx[2]);
7741
7741
  },
7742
7742
  m(target, anchor) {
@@ -7938,7 +7938,7 @@ class FormSelect extends SvelteComponent {
7938
7938
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7939
7939
 
7940
7940
  function add_css$g(target) {
7941
- append_styles(target, "svelte-2pz1us", ".check-boxes.svelte-2pz1us.svelte-2pz1us{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-2pz1us.svelte-2pz1us{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-2pz1us.svelte-2pz1us{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-2pz1us.svelte-2pz1us{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-2pz1us.svelte-2pz1us{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-2pz1us.svelte-2pz1us:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-2pz1us.svelte-2pz1us{background-color:var(--color-main-active)}.check-box-check._checked.svelte-2pz1us .check-box-icon.svelte-2pz1us:after{border-color:var(--color-sub-active)}.check-box-text.svelte-2pz1us.svelte-2pz1us{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
7941
+ 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}");
7942
7942
  }
7943
7943
 
7944
7944
  function get_each_context$3(ctx, list, i) {
@@ -8000,19 +8000,19 @@ function create_each_block$3(ctx) {
8000
8000
  this.h();
8001
8001
  },
8002
8002
  h() {
8003
- attr(input, "class", "check-box-input svelte-2pz1us");
8003
+ attr(input, "class", "check-box-input svelte-1p65cg8");
8004
8004
  attr(input, "type", "checkbox");
8005
8005
  attr(input, "name", /*name*/ ctx[0]);
8006
8006
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
8007
- attr(span0, "class", "check-box-icon svelte-2pz1us");
8007
+ attr(span0, "class", "check-box-icon svelte-1p65cg8");
8008
8008
 
8009
8009
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
8010
8010
  ? ' _checked'
8011
- : ''}`) + " svelte-2pz1us"));
8011
+ : ''}`) + " svelte-1p65cg8"));
8012
8012
 
8013
- attr(span2, "class", "check-box-text svelte-2pz1us");
8013
+ attr(span2, "class", "check-box-text svelte-1p65cg8");
8014
8014
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
8015
- attr(label, "class", "check-box svelte-2pz1us");
8015
+ attr(label, "class", "check-box svelte-1p65cg8");
8016
8016
  attr(label, "style", /*styleVariables*/ ctx[5]);
8017
8017
  },
8018
8018
  m(target, anchor) {
@@ -8044,7 +8044,7 @@ function create_each_block$3(ctx) {
8044
8044
 
8045
8045
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
8046
8046
  ? ' _checked'
8047
- : ''}`) + " svelte-2pz1us"))) {
8047
+ : ''}`) + " svelte-1p65cg8"))) {
8048
8048
  attr(span1, "class", span1_class_value);
8049
8049
  }
8050
8050
 
@@ -8097,7 +8097,7 @@ function create_fragment$N(ctx) {
8097
8097
  this.h();
8098
8098
  },
8099
8099
  h() {
8100
- attr(div, "class", "check-boxes svelte-2pz1us");
8100
+ attr(div, "class", "check-boxes svelte-1p65cg8");
8101
8101
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
8102
8102
  },
8103
8103
  m(target, anchor) {
@@ -8272,7 +8272,7 @@ class FormCheckBoxes extends SvelteComponent {
8272
8272
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
8273
8273
 
8274
8274
  function add_css$f(target) {
8275
- append_styles(target, "svelte-9idbf1", ".rating-buttons.svelte-9idbf1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-9idbf1{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
8275
+ 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}");
8276
8276
  }
8277
8277
 
8278
8278
  function get_each_context$2(ctx, list, i) {
@@ -8307,7 +8307,7 @@ function create_each_block$2(ctx) {
8307
8307
  this.h();
8308
8308
  },
8309
8309
  h() {
8310
- attr(button, "class", "rating-button svelte-9idbf1");
8310
+ attr(button, "class", "rating-button svelte-1iqf36p");
8311
8311
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
8312
8312
  },
8313
8313
  m(target, anchor) {
@@ -8370,7 +8370,7 @@ function create_fragment$M(ctx) {
8370
8370
  this.h();
8371
8371
  },
8372
8372
  h() {
8373
- attr(div, "class", "rating-buttons svelte-9idbf1");
8373
+ attr(div, "class", "rating-buttons svelte-1iqf36p");
8374
8374
  },
8375
8375
  m(target, anchor) {
8376
8376
  insert_hydration(target, div, anchor);
@@ -8514,7 +8514,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
8514
8514
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8515
8515
 
8516
8516
  function add_css$e(target) {
8517
- append_styles(target, "svelte-1b5dvzw", ".rating-buttons.svelte-1b5dvzw{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1b5dvzw{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-1b5dvzw{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-1b5dvzw:not(._active){filter:grayscale(100%)}");
8517
+ 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%)}");
8518
8518
  }
8519
8519
 
8520
8520
  function get_each_context$1(ctx, list, i) {
@@ -8550,9 +8550,9 @@ function create_each_block$1(ctx) {
8550
8550
  },
8551
8551
  h() {
8552
8552
  if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
8553
- attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
8553
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
8554
8554
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
8555
- attr(button, "class", "rating-button svelte-1b5dvzw");
8555
+ attr(button, "class", "rating-button svelte-tbunko");
8556
8556
  attr(button, "style", /*buttonStyle*/ ctx[0]);
8557
8557
  },
8558
8558
  m(target, anchor) {
@@ -8568,7 +8568,7 @@ function create_each_block$1(ctx) {
8568
8568
  p(new_ctx, dirty) {
8569
8569
  ctx = new_ctx;
8570
8570
 
8571
- if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"))) {
8571
+ if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"))) {
8572
8572
  attr(img, "class", img_class_value);
8573
8573
  }
8574
8574
 
@@ -8615,7 +8615,7 @@ function create_fragment$L(ctx) {
8615
8615
  this.h();
8616
8616
  },
8617
8617
  h() {
8618
- attr(div, "class", "rating-buttons svelte-1b5dvzw");
8618
+ attr(div, "class", "rating-buttons svelte-tbunko");
8619
8619
  },
8620
8620
  m(target, anchor) {
8621
8621
  insert_hydration(target, div, anchor);
@@ -8723,7 +8723,7 @@ class FormRatingButtonsFace extends SvelteComponent {
8723
8723
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8724
8724
 
8725
8725
  function add_css$d(target) {
8726
- append_styles(target, "svelte-f14zo5", ".input-wrapper.svelte-f14zo5{display:flex;align-items:center;width:100%;height:100%}.input.svelte-f14zo5{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-f14zo5::placeholder{color:var(--placeholder-color)}.input.svelte-f14zo5:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-f14zo5{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
8726
+ 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}");
8727
8727
  }
8728
8728
 
8729
8729
  function create_fragment$K(ctx) {
@@ -8754,13 +8754,13 @@ function create_fragment$K(ctx) {
8754
8754
  this.h();
8755
8755
  },
8756
8756
  h() {
8757
- attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
8757
+ attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
8758
8758
  attr(input, "type", "text");
8759
8759
  input.value = /*$value*/ ctx[2];
8760
8760
  input.required = /*required*/ ctx[0];
8761
8761
  attr(input, "placeholder", /*placeholder*/ ctx[1]);
8762
8762
  attr(input, "style", /*style*/ ctx[5]);
8763
- attr(div, "class", "input-wrapper svelte-f14zo5");
8763
+ attr(div, "class", "input-wrapper svelte-h8fqwx");
8764
8764
  attr(div, "style", /*styleVariables*/ ctx[4]);
8765
8765
  },
8766
8766
  m(target, anchor) {
@@ -8773,7 +8773,7 @@ function create_fragment$K(ctx) {
8773
8773
  }
8774
8774
  },
8775
8775
  p(ctx, [dirty]) {
8776
- if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
8776
+ if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
8777
8777
  attr(input, "class", input_class_value);
8778
8778
  }
8779
8779
 
@@ -8961,7 +8961,7 @@ class FormIdentifyInput extends SvelteComponent {
8961
8961
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8962
8962
 
8963
8963
  function add_css$c(target) {
8964
- append_styles(target, "svelte-pzrwlo", ".radio-buttons.svelte-pzrwlo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-pzrwlo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-pzrwlo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-pzrwlo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-pzrwlo{margin-left:0.5em}");
8964
+ 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}");
8965
8965
  }
8966
8966
 
8967
8967
  function create_fragment$J(ctx) {
@@ -9027,20 +9027,20 @@ function create_fragment$J(ctx) {
9027
9027
  },
9028
9028
  h() {
9029
9029
  attr(input0, "type", "radio");
9030
- attr(input0, "class", "radio-button-input svelte-pzrwlo");
9030
+ attr(input0, "class", "radio-button-input svelte-8zbmyo");
9031
9031
  attr(input0, "style", /*buttonStyle*/ ctx[2]);
9032
9032
  input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
9033
- attr(span0, "class", "radio-button-text svelte-pzrwlo");
9033
+ attr(span0, "class", "radio-button-text svelte-8zbmyo");
9034
9034
  attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
9035
- attr(label0, "class", "radio-button svelte-pzrwlo");
9035
+ attr(label0, "class", "radio-button svelte-8zbmyo");
9036
9036
  attr(input1, "type", "radio");
9037
- attr(input1, "class", "radio-button-input svelte-pzrwlo");
9037
+ attr(input1, "class", "radio-button-input svelte-8zbmyo");
9038
9038
  attr(input1, "style", /*buttonStyle*/ ctx[2]);
9039
9039
  input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
9040
- attr(span1, "class", "radio-button-text svelte-pzrwlo");
9040
+ attr(span1, "class", "radio-button-text svelte-8zbmyo");
9041
9041
  attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
9042
- attr(label1, "class", "radio-button svelte-pzrwlo");
9043
- attr(div, "class", "radio-buttons svelte-pzrwlo");
9042
+ attr(label1, "class", "radio-button svelte-8zbmyo");
9043
+ attr(div, "class", "radio-buttons svelte-8zbmyo");
9044
9044
  attr(div, "style", /*_layoutStyle*/ ctx[0]);
9045
9045
  },
9046
9046
  m(target, anchor) {
@@ -9208,7 +9208,7 @@ class FormIdentifyChoices extends SvelteComponent {
9208
9208
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
9209
9209
 
9210
9210
  function add_css$b(target) {
9211
- append_styles(target, "svelte-1qfq79t", ".root.svelte-1qfq79t{width:100%;height:100%;position:relative}.container.svelte-1qfq79t{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-1qfq79t{height:100%;position:absolute;display:flex}.transition.svelte-1qfq79t{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-1qfq79t{height:100%;flex:none}.prev-button-container.svelte-1qfq79t,.next-button-container.svelte-1qfq79t{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-1qfq79t{left:0}.next-button-container.svelte-1qfq79t{right:0}.move-button.svelte-1qfq79t{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-1qfq79t{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-1qfq79t{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-1qfq79t{border-radius:51%}");
9211
+ 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%}");
9212
9212
  }
9213
9213
 
9214
9214
  function get_each_context(ctx, list, i) {
@@ -9254,9 +9254,9 @@ function create_if_block_1(ctx) {
9254
9254
  attr(svg, "viewBox", "0 0 10 16");
9255
9255
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
9256
9256
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
9257
- attr(button, "class", "move-button svelte-1qfq79t");
9257
+ attr(button, "class", "move-button svelte-ji1fh");
9258
9258
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
9259
- attr(div, "class", "prev-button-container svelte-1qfq79t");
9259
+ attr(div, "class", "prev-button-container svelte-ji1fh");
9260
9260
  },
9261
9261
  m(target, anchor) {
9262
9262
  insert_hydration(target, div, anchor);
@@ -9322,9 +9322,9 @@ function create_if_block$5(ctx) {
9322
9322
  attr(svg, "viewBox", "0 0 10 16");
9323
9323
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
9324
9324
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
9325
- attr(button, "class", "move-button svelte-1qfq79t");
9325
+ attr(button, "class", "move-button svelte-ji1fh");
9326
9326
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
9327
- attr(div, "class", "next-button-container svelte-1qfq79t");
9327
+ attr(div, "class", "next-button-container svelte-ji1fh");
9328
9328
  },
9329
9329
  m(target, anchor) {
9330
9330
  insert_hydration(target, div, anchor);
@@ -9384,9 +9384,9 @@ function create_each_block(ctx) {
9384
9384
  this.h();
9385
9385
  },
9386
9386
  h() {
9387
- attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
9387
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
9388
9388
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
9389
- attr(button, "class", "navigation-item svelte-1qfq79t");
9389
+ attr(button, "class", "navigation-item svelte-ji1fh");
9390
9390
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
9391
9391
  },
9392
9392
  m(target, anchor) {
@@ -9492,14 +9492,14 @@ function create_fragment$I(ctx) {
9492
9492
  this.h();
9493
9493
  },
9494
9494
  h() {
9495
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
9495
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
9496
9496
  attr(div0, "style", /*slideStyle*/ ctx[14]);
9497
- attr(div1, "class", "container svelte-1qfq79t");
9497
+ attr(div1, "class", "container svelte-ji1fh");
9498
9498
  attr(div1, "style", /*_style*/ ctx[0]);
9499
- attr(div2, "class", "navigation svelte-1qfq79t");
9499
+ attr(div2, "class", "navigation svelte-ji1fh");
9500
9500
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
9501
9501
  set_attributes(div3, div3_data);
9502
- toggle_class(div3, "svelte-1qfq79t", true);
9502
+ toggle_class(div3, "svelte-ji1fh", true);
9503
9503
  },
9504
9504
  m(target, anchor) {
9505
9505
  insert_hydration(target, div3, anchor);
@@ -9541,7 +9541,7 @@ function create_fragment$I(ctx) {
9541
9541
  }
9542
9542
  }
9543
9543
 
9544
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
9544
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
9545
9545
  attr(div0, "class", div0_class_value);
9546
9546
  }
9547
9547
 
@@ -9607,7 +9607,7 @@ function create_fragment$I(ctx) {
9607
9607
  }
9608
9608
 
9609
9609
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
9610
- toggle_class(div3, "svelte-1qfq79t", true);
9610
+ toggle_class(div3, "svelte-ji1fh", true);
9611
9611
  },
9612
9612
  i(local) {
9613
9613
  if (current) return;
@@ -10119,7 +10119,7 @@ class Slide extends SvelteComponent {
10119
10119
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
10120
10120
 
10121
10121
  function add_css$a(target) {
10122
- append_styles(target, "svelte-1rv0qgo", ".item.svelte-1rv0qgo{height:100%;flex:none;position:relative}.item.svelte-1rv0qgo img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1rv0qgo{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
10122
+ 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}");
10123
10123
  }
10124
10124
 
10125
10125
  function create_fragment$H(ctx) {
@@ -10147,9 +10147,9 @@ function create_fragment$H(ctx) {
10147
10147
  this.h();
10148
10148
  },
10149
10149
  h() {
10150
- attr(div0, "class", "item-inner svelte-1rv0qgo");
10150
+ attr(div0, "class", "item-inner svelte-9ygf1w");
10151
10151
  attr(div0, "style", /*_style*/ ctx[0]);
10152
- attr(div1, "class", "item svelte-1rv0qgo");
10152
+ attr(div1, "class", "item svelte-9ygf1w");
10153
10153
  attr(div1, "style", /*itemStyle*/ ctx[1]);
10154
10154
  },
10155
10155
  m(target, anchor) {
@@ -10275,7 +10275,7 @@ class SlideItem extends SvelteComponent {
10275
10275
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
10276
10276
 
10277
10277
  function add_css$9(target) {
10278
- append_styles(target, "svelte-t87l6f", ".countdown.svelte-t87l6f{position:relative;width:100%;height:100%}.countdown-inner.svelte-t87l6f{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
10278
+ 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}");
10279
10279
  }
10280
10280
 
10281
10281
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -10306,9 +10306,9 @@ function create_fragment$G(ctx) {
10306
10306
  this.h();
10307
10307
  },
10308
10308
  h() {
10309
- attr(div0, "class", "countdown-inner svelte-t87l6f");
10309
+ attr(div0, "class", "countdown-inner svelte-rroxiz");
10310
10310
  attr(div0, "style", /*_style*/ ctx[0]);
10311
- attr(div1, "class", "countdown svelte-t87l6f");
10311
+ attr(div1, "class", "countdown svelte-rroxiz");
10312
10312
  },
10313
10313
  m(target, anchor) {
10314
10314
  insert_hydration(target, div1, anchor);
@@ -10438,7 +10438,7 @@ class Countdown extends SvelteComponent {
10438
10438
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
10439
10439
 
10440
10440
  function add_css$8(target) {
10441
- append_styles(target, "svelte-1c91vpe", ".box.svelte-1c91vpe{position:relative;width:100%;height:100%}.box.svelte-1c91vpe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
10441
+ 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}");
10442
10442
  }
10443
10443
 
10444
10444
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -10521,7 +10521,7 @@ function create_fragment$F(ctx) {
10521
10521
  this.h();
10522
10522
  },
10523
10523
  h() {
10524
- attr(div, "class", "box svelte-1c91vpe");
10524
+ attr(div, "class", "box svelte-1ccydfy");
10525
10525
  },
10526
10526
  m(target, anchor) {
10527
10527
  insert_hydration(target, div, anchor);
@@ -10582,7 +10582,7 @@ class Box extends SvelteComponent {
10582
10582
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10583
10583
 
10584
10584
  function add_css$7(target) {
10585
- append_styles(target, "svelte-1mk6wi4", ".icon.svelte-1mk6wi4{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mk6wi4 > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mk6wi4 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mk6wi4 svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
10585
+ 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)}");
10586
10586
  }
10587
10587
 
10588
10588
  // (56:4) {#if svg}
@@ -10686,7 +10686,7 @@ function create_fragment$E(ctx) {
10686
10686
  this.h();
10687
10687
  },
10688
10688
  h() {
10689
- attr(div, "class", "icon svelte-1mk6wi4");
10689
+ attr(div, "class", "icon svelte-1mkvcuo");
10690
10690
  },
10691
10691
  m(target, anchor) {
10692
10692
  insert_hydration(target, div, anchor);
@@ -10795,7 +10795,7 @@ class IconElement extends SvelteComponent {
10795
10795
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10796
10796
 
10797
10797
  function add_css$6(target) {
10798
- append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10798
+ append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10799
10799
  }
10800
10800
 
10801
10801
  function create_fragment$D(ctx) {
@@ -10831,7 +10831,7 @@ function create_fragment$D(ctx) {
10831
10831
  this.h();
10832
10832
  },
10833
10833
  h() {
10834
- attr(div, "class", "codeElement svelte-1ng2n51");
10834
+ attr(div, "class", "codeElement svelte-ymsb9l");
10835
10835
  attr(div, "style", /*style*/ ctx[3]);
10836
10836
  },
10837
10837
  m(target, anchor) {
@@ -10920,7 +10920,7 @@ class CodeElement extends SvelteComponent {
10920
10920
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10921
10921
 
10922
10922
  function add_css$5(target) {
10923
- append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
10923
+ append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10924
10924
  }
10925
10925
 
10926
10926
  function create_fragment$C(ctx) {
@@ -10944,7 +10944,7 @@ function create_fragment$C(ctx) {
10944
10944
  this.h();
10945
10945
  },
10946
10946
  h() {
10947
- attr(div, "class", "flex svelte-9v2qdg");
10947
+ attr(div, "class", "flex svelte-1e71ejc");
10948
10948
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
10949
10949
  },
10950
10950
  m(target, anchor) {
@@ -11041,7 +11041,7 @@ class Flex extends SvelteComponent {
11041
11041
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
11042
11042
 
11043
11043
  function add_css$4(target) {
11044
- append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
11044
+ append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
11045
11045
  }
11046
11046
 
11047
11047
  function create_fragment$B(ctx) {
@@ -11064,7 +11064,7 @@ function create_fragment$B(ctx) {
11064
11064
  this.h();
11065
11065
  },
11066
11066
  h() {
11067
- attr(div, "class", "flex-item svelte-164ah5d");
11067
+ attr(div, "class", "flex-item svelte-1p0bk1x");
11068
11068
  attr(div, "style", /*style*/ ctx[0]);
11069
11069
  },
11070
11070
  m(target, anchor) {
@@ -11484,7 +11484,7 @@ class GridModalState extends SvelteComponent {
11484
11484
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
11485
11485
 
11486
11486
  function add_css$3(target) {
11487
- append_styles(target, "svelte-akic2e", ".text-block.svelte-akic2e.svelte-akic2e{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-akic2e.svelte-akic2e{width:100%;height:auto}.text-direction-vertical.svelte-akic2e.svelte-akic2e{writing-mode:vertical-rl}.text-direction-vertical.svelte-akic2e .text-block-inner.svelte-akic2e{width:auto;height:100%}");
11487
+ 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%}");
11488
11488
  }
11489
11489
 
11490
11490
  function create_fragment$z(ctx) {
@@ -11513,8 +11513,8 @@ function create_fragment$z(ctx) {
11513
11513
  this.h();
11514
11514
  },
11515
11515
  h() {
11516
- attr(div0, "class", "text-block-inner svelte-akic2e");
11517
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
11516
+ attr(div0, "class", "text-block-inner svelte-15pej1m");
11517
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
11518
11518
  attr(div1, "style", /*style*/ ctx[2]);
11519
11519
  },
11520
11520
  m(target, anchor) {
@@ -11528,7 +11528,7 @@ function create_fragment$z(ctx) {
11528
11528
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
11529
11529
  rendertext.$set(rendertext_changes);
11530
11530
 
11531
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
11531
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
11532
11532
  attr(div1, "class", div1_class_value);
11533
11533
  }
11534
11534
 
@@ -11606,7 +11606,7 @@ class TextBlock extends SvelteComponent {
11606
11606
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11607
11607
 
11608
11608
  function add_css$2(target) {
11609
- append_styles(target, "svelte-1c34p4n", ".text-button-block.svelte-1c34p4n{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-1c34p4n{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-1c34p4n:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1c34p4n:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
11609
+ 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)}");
11610
11610
  }
11611
11611
 
11612
11612
  function create_fragment$y(ctx) {
@@ -11636,9 +11636,9 @@ function create_fragment$y(ctx) {
11636
11636
  this.h();
11637
11637
  },
11638
11638
  h() {
11639
- attr(button, "class", "text-button svelte-1c34p4n");
11639
+ attr(button, "class", "text-button svelte-ff0k6r");
11640
11640
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
11641
- attr(div, "class", "text-button-block svelte-1c34p4n");
11641
+ attr(div, "class", "text-button-block svelte-ff0k6r");
11642
11642
  attr(div, "style", /*_style*/ ctx[2]);
11643
11643
  },
11644
11644
  m(target, anchor) {
@@ -11744,7 +11744,7 @@ class TextButtonBlock extends SvelteComponent {
11744
11744
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11745
11745
 
11746
11746
  function add_css$1(target) {
11747
- append_styles(target, "svelte-1jus6sx", ".image-block.svelte-1jus6sx{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1jus6sx{width:100%;height:100%}.transport.svelte-1jus6sx:hover,.transport.svelte-1jus6sx:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
11747
+ 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)}");
11748
11748
  }
11749
11749
 
11750
11750
  function create_fragment$x(ctx) {
@@ -11780,14 +11780,14 @@ function create_fragment$x(ctx) {
11780
11780
  this.h();
11781
11781
  },
11782
11782
  h() {
11783
- attr(img, "class", "image svelte-1jus6sx");
11783
+ attr(img, "class", "image svelte-1pdw891");
11784
11784
  attr(img, "loading", "lazy");
11785
11785
  attr(img, "width", "auto");
11786
11786
  attr(img, "height", "auto");
11787
11787
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
11788
11788
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
11789
11789
  attr(img, "alt", /*alt*/ ctx[1]);
11790
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
11790
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
11791
11791
  attr(div, "style", /*_style*/ ctx[5]);
11792
11792
  },
11793
11793
  m(target, anchor) {
@@ -11812,7 +11812,7 @@ function create_fragment$x(ctx) {
11812
11812
  attr(img, "alt", /*alt*/ ctx[1]);
11813
11813
  }
11814
11814
 
11815
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
11815
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
11816
11816
  attr(div, "class", div_class_value);
11817
11817
  }
11818
11818
 
@@ -13778,7 +13778,7 @@ function instance$6($$self, $$props, $$invalidate) {
13778
13778
  let style;
13779
13779
  let IconComponent;
13780
13780
  let { layerId } = $$props;
13781
- let { props } = $$props;
13781
+ let { props = {} } = $$props;
13782
13782
  let { overrideStyle } = $$props;
13783
13783
 
13784
13784
  $$self.$$set = $$props => {
@@ -13817,10 +13817,10 @@ class Icon extends SvelteComponent {
13817
13817
  /* src/components-v2/button/Button.svelte generated by Svelte v3.53.1 */
13818
13818
 
13819
13819
  function add_css(target) {
13820
- append_styles(target, "svelte-1uf4vt5", ".v2-button.svelte-1uf4vt5{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.v2-button-icon.svelte-1uf4vt5{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
13820
+ append_styles(target, "svelte-i9kun1", ".v2-button.svelte-i9kun1{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.v2-button-icon.svelte-i9kun1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
13821
13821
  }
13822
13822
 
13823
- // (116:2) {#if (props.isIcon && props.iconVariant)}
13823
+ // (128:2) {#if (props.isIcon && props.iconVariant)}
13824
13824
  function create_if_block$2(ctx) {
13825
13825
  let div;
13826
13826
  let icon;
@@ -13852,7 +13852,7 @@ function create_if_block$2(ctx) {
13852
13852
  this.h();
13853
13853
  },
13854
13854
  h() {
13855
- attr(div, "class", "v2-button-icon svelte-1uf4vt5");
13855
+ attr(div, "class", "v2-button-icon svelte-i9kun1");
13856
13856
  },
13857
13857
  m(target, anchor) {
13858
13858
  insert_hydration(target, div, anchor);
@@ -13894,6 +13894,8 @@ function create_fragment$5(ctx) {
13894
13894
  let t1;
13895
13895
  let button_style_value;
13896
13896
  let current;
13897
+ let mounted;
13898
+ let dispose;
13897
13899
  let if_block = /*props*/ ctx[1].isIcon && /*props*/ ctx[1].iconVariant && create_if_block$2(ctx);
13898
13900
 
13899
13901
  return {
@@ -13925,7 +13927,7 @@ function create_fragment$5(ctx) {
13925
13927
  h() {
13926
13928
  attr(button, "data-layer-id", /*layerId*/ ctx[0]);
13927
13929
  attr(button, "style", button_style_value = [/*style*/ ctx[3], /*overrideStyle*/ ctx[2]].join(' '));
13928
- attr(button, "class", "v2-button svelte-1uf4vt5");
13930
+ attr(button, "class", "v2-button svelte-i9kun1");
13929
13931
  },
13930
13932
  m(target, anchor) {
13931
13933
  insert_hydration(target, button, anchor);
@@ -13934,6 +13936,11 @@ function create_fragment$5(ctx) {
13934
13936
  append_hydration(button, span);
13935
13937
  append_hydration(span, t1);
13936
13938
  current = true;
13939
+
13940
+ if (!mounted) {
13941
+ dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[5]));
13942
+ mounted = true;
13943
+ }
13937
13944
  },
13938
13945
  p(ctx, [dirty]) {
13939
13946
  if (/*props*/ ctx[1].isIcon && /*props*/ ctx[1].iconVariant) {
@@ -13981,12 +13988,20 @@ function create_fragment$5(ctx) {
13981
13988
  d(detaching) {
13982
13989
  if (detaching) detach(button);
13983
13990
  if (if_block) if_block.d();
13991
+ mounted = false;
13992
+ dispose();
13984
13993
  }
13985
13994
  };
13986
13995
  }
13987
13996
 
13988
13997
  function instance$5($$self, $$props, $$invalidate) {
13989
13998
  let style;
13999
+ let { layerId = '' } = $$props;
14000
+ let { onClick = { operation: 'none', args: [] } } = $$props;
14001
+ let { eventName = '' } = $$props;
14002
+ let { eventValue = undefined } = $$props;
14003
+ let { props = {} } = $$props;
14004
+ let { overrideStyle } = $$props;
13990
14005
 
13991
14006
  const VARIANTS = {
13992
14007
  size: {
@@ -14067,12 +14082,19 @@ function instance$5($$self, $$props, $$invalidate) {
14067
14082
  }
14068
14083
  };
14069
14084
 
14070
- let { layerId } = $$props;
14071
- let { props } = $$props;
14072
- let { overrideStyle } = $$props;
14085
+ function handleClick() {
14086
+ if (eventName) {
14087
+ send_event(eventName, eventValue);
14088
+ }
14089
+
14090
+ execOnClickOperation(onClick);
14091
+ }
14073
14092
 
14074
14093
  $$self.$$set = $$props => {
14075
14094
  if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
14095
+ if ('onClick' in $$props) $$invalidate(6, onClick = $$props.onClick);
14096
+ if ('eventName' in $$props) $$invalidate(7, eventName = $$props.eventName);
14097
+ if ('eventValue' in $$props) $$invalidate(8, eventValue = $$props.eventValue);
14076
14098
  if ('props' in $$props) $$invalidate(1, props = $$props.props);
14077
14099
  if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
14078
14100
  };
@@ -14101,13 +14123,39 @@ function instance$5($$self, $$props, $$invalidate) {
14101
14123
  }
14102
14124
  };
14103
14125
 
14104
- return [layerId, props, overrideStyle, style, VARIANTS];
14126
+ return [
14127
+ layerId,
14128
+ props,
14129
+ overrideStyle,
14130
+ style,
14131
+ VARIANTS,
14132
+ handleClick,
14133
+ onClick,
14134
+ eventName,
14135
+ eventValue
14136
+ ];
14105
14137
  }
14106
14138
 
14107
14139
  class Button extends SvelteComponent {
14108
14140
  constructor(options) {
14109
14141
  super();
14110
- init(this, options, instance$5, create_fragment$5, safe_not_equal, { layerId: 0, props: 1, overrideStyle: 2 }, add_css);
14142
+
14143
+ init(
14144
+ this,
14145
+ options,
14146
+ instance$5,
14147
+ create_fragment$5,
14148
+ safe_not_equal,
14149
+ {
14150
+ layerId: 0,
14151
+ onClick: 6,
14152
+ eventName: 7,
14153
+ eventValue: 8,
14154
+ props: 1,
14155
+ overrideStyle: 2
14156
+ },
14157
+ add_css
14158
+ );
14111
14159
  }
14112
14160
  }
14113
14161
 
@@ -14303,7 +14351,7 @@ function instance$3($$self, $$props, $$invalidate) {
14303
14351
  let escapedHTML;
14304
14352
  let style;
14305
14353
  let { layerId } = $$props;
14306
- let { props } = $$props;
14354
+ let { props = {} } = $$props;
14307
14355
 
14308
14356
  $$self.$$set = $$props => {
14309
14357
  if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
@@ -14449,8 +14497,8 @@ function create_fragment$2(ctx) {
14449
14497
  function instance$2($$self, $$props, $$invalidate) {
14450
14498
  let style;
14451
14499
  let imgStyle;
14452
- let { layerId } = $$props;
14453
- let { props } = $$props;
14500
+ let { layerId = '' } = $$props;
14501
+ let { props = {} } = $$props;
14454
14502
  let { overrideStyle } = $$props;
14455
14503
 
14456
14504
  const VARIANTS = {
@@ -14611,7 +14659,7 @@ function instance$1($$self, $$props, $$invalidate) {
14611
14659
  let objectStyle;
14612
14660
  let imgStyle;
14613
14661
  let { layerId } = $$props;
14614
- let { props } = $$props;
14662
+ let { props = {} } = $$props;
14615
14663
  let { overrideStyle } = $$props;
14616
14664
 
14617
14665
  $$self.$$set = $$props => {
@@ -14727,7 +14775,7 @@ function create_fragment(ctx) {
14727
14775
  function instance($$self, $$props, $$invalidate) {
14728
14776
  let style;
14729
14777
  let { layerId } = $$props;
14730
- let { props } = $$props;
14778
+ let { props = {} } = $$props;
14731
14779
  let { overrideStyle } = $$props;
14732
14780
  const size = props.size ?? 24;
14733
14781