@plaidev/karte-action-sdk 1.1.266 → 1.1.267-29071733.fabf64a6

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.
package/dist/index.es.js CHANGED
@@ -3144,7 +3144,7 @@ let State$1 = class State extends SvelteComponent {
3144
3144
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3145
3145
 
3146
3146
  function add_css$T(target) {
3147
- append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
3147
+ append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
3148
3148
  }
3149
3149
 
3150
3150
  // (22:0) {#if $state === path}
@@ -3161,7 +3161,7 @@ function create_if_block$i(ctx) {
3161
3161
  t = space();
3162
3162
  if (default_slot) default_slot.c();
3163
3163
  attr(div, "data-state-path", /*path*/ ctx[0]);
3164
- attr(div, "class", "state-item svelte-1amihue");
3164
+ attr(div, "class", "state-item svelte-2qb6dm");
3165
3165
  },
3166
3166
  m(target, anchor) {
3167
3167
  insert(target, div, anchor);
@@ -3479,11 +3479,40 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3479
3479
  css: (progress) => getAnimation({ type: animationStyle, x, y, progress }),
3480
3480
  };
3481
3481
  }
3482
+ /**
3483
+ * The function to activate svelte animation v2.
3484
+ *
3485
+ * @param node - A target node of animation. This argument is passed by svelte, by default.
3486
+ * @param customAnimationOptions - A custom animation option object
3487
+ *
3488
+ * @see {@link https://svelte.dev/docs#template-syntax-element-directives-transition-fn-custom-transition-functions| Custom transition functions} for detail documentation
3489
+ *
3490
+ * @internal
3491
+ */
3492
+ function customAnimationV2(node, { transforms, animationStyle, delay = 0, duration = 1000, disabled, }) {
3493
+ if (disabled) {
3494
+ return {};
3495
+ }
3496
+ let [x, y] = [0, 0];
3497
+ for (const { query, x: tx, y: ty } of transforms) {
3498
+ if (query == null || window.matchMedia(query).matches) {
3499
+ x = tx;
3500
+ y = ty;
3501
+ break;
3502
+ }
3503
+ }
3504
+ return {
3505
+ delay,
3506
+ duration,
3507
+ easing: EASING[animationStyle],
3508
+ css: (progress) => getAnimation({ type: animationStyle, x, y, progress }),
3509
+ };
3510
+ }
3482
3511
 
3483
3512
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3484
3513
 
3485
3514
  function add_css$S(target) {
3486
- 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}");
3515
+ 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}");
3487
3516
  }
3488
3517
 
3489
3518
  // (14:0) {#if backgroundOverlay}
@@ -3496,7 +3525,7 @@ function create_if_block$h(ctx) {
3496
3525
  return {
3497
3526
  c() {
3498
3527
  div = element("div");
3499
- attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
3528
+ attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
3500
3529
  },
3501
3530
  m(target, anchor) {
3502
3531
  insert(target, div, anchor);
@@ -3507,7 +3536,7 @@ function create_if_block$h(ctx) {
3507
3536
  }
3508
3537
  },
3509
3538
  p(ctx, dirty) {
3510
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
3539
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
3511
3540
  attr(div, "class", div_class_value);
3512
3541
  }
3513
3542
  },
@@ -3613,7 +3642,7 @@ function checkStopPropagation(eventName, handler) {
3613
3642
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3614
3643
 
3615
3644
  function add_css$R(target) {
3616
- 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}");
3645
+ 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}");
3617
3646
  }
3618
3647
 
3619
3648
  // (53:0) {:else}
@@ -3642,7 +3671,7 @@ function create_else_block$5(ctx) {
3642
3671
  button = element("button");
3643
3672
  if (default_slot) default_slot.c();
3644
3673
  set_attributes(button, button_data);
3645
- toggle_class(button, "svelte-1kmu8zp", true);
3674
+ toggle_class(button, "svelte-15k4deh", true);
3646
3675
  },
3647
3676
  m(target, anchor) {
3648
3677
  insert(target, button, anchor);
@@ -3681,7 +3710,7 @@ function create_else_block$5(ctx) {
3681
3710
  dataAttrStopPropagation('click')
3682
3711
  ]));
3683
3712
 
3684
- toggle_class(button, "svelte-1kmu8zp", true);
3713
+ toggle_class(button, "svelte-15k4deh", true);
3685
3714
  },
3686
3715
  i(local) {
3687
3716
  if (current) return;
@@ -3712,7 +3741,7 @@ function create_if_block_2$2(ctx) {
3712
3741
  c() {
3713
3742
  div = element("div");
3714
3743
  if (default_slot) default_slot.c();
3715
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
3744
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
3716
3745
  attr(div, "style", /*style*/ ctx[1]);
3717
3746
  },
3718
3747
  m(target, anchor) {
@@ -3796,7 +3825,7 @@ function create_if_block_1$4(ctx) {
3796
3825
  a = element("a");
3797
3826
  if (default_slot) default_slot.c();
3798
3827
  set_attributes(a, a_data);
3799
- toggle_class(a, "svelte-1kmu8zp", true);
3828
+ toggle_class(a, "svelte-15k4deh", true);
3800
3829
  },
3801
3830
  m(target, anchor) {
3802
3831
  insert(target, a, anchor);
@@ -3838,7 +3867,7 @@ function create_if_block_1$4(ctx) {
3838
3867
  dataAttrStopPropagation('click')
3839
3868
  ]));
3840
3869
 
3841
- toggle_class(a, "svelte-1kmu8zp", true);
3870
+ toggle_class(a, "svelte-15k4deh", true);
3842
3871
  },
3843
3872
  i(local) {
3844
3873
  if (current) return;
@@ -3869,7 +3898,7 @@ function create_if_block$g(ctx) {
3869
3898
  c() {
3870
3899
  div = element("div");
3871
3900
  if (default_slot) default_slot.c();
3872
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
3901
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
3873
3902
  attr(div, "style", /*style*/ ctx[1]);
3874
3903
  },
3875
3904
  m(target, anchor) {
@@ -4078,7 +4107,7 @@ let Button$1 = class Button extends SvelteComponent {
4078
4107
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
4079
4108
 
4080
4109
  function add_css$Q(target) {
4081
- 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}}");
4110
+ 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}}");
4082
4111
  }
4083
4112
 
4084
4113
  // (278:0) {:else}
@@ -4228,7 +4257,7 @@ function create_if_block$f(ctx) {
4228
4257
  c() {
4229
4258
  div = element("div");
4230
4259
  create_component(button.$$.fragment);
4231
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
4260
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
4232
4261
  attr(div, "role", "dialog");
4233
4262
  attr(div, "aria-modal", "true");
4234
4263
  attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
@@ -4252,7 +4281,7 @@ function create_if_block$f(ctx) {
4252
4281
 
4253
4282
  button.$set(button_changes);
4254
4283
 
4255
- if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
4284
+ if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
4256
4285
  attr(div, "class", div_class_value);
4257
4286
  }
4258
4287
  },
@@ -4307,7 +4336,7 @@ function create_if_block_1$3(ctx) {
4307
4336
  c() {
4308
4337
  div = element("div");
4309
4338
  create_component(button.$$.fragment);
4310
- attr(div, "class", "close svelte-1i2vo31");
4339
+ attr(div, "class", "close svelte-1ijkyzl");
4311
4340
  set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
4312
4341
  },
4313
4342
  m(target, anchor) {
@@ -4396,7 +4425,7 @@ function create_default_slot$7(ctx) {
4396
4425
  t = space();
4397
4426
  div = element("div");
4398
4427
  if (default_slot) default_slot.c();
4399
- attr(div, "class", "modal-content svelte-1i2vo31");
4428
+ attr(div, "class", "modal-content svelte-1ijkyzl");
4400
4429
  attr(div, "style", /*_style*/ ctx[5]);
4401
4430
  },
4402
4431
  m(target, anchor) {
@@ -5047,7 +5076,7 @@ class Grid extends SvelteComponent {
5047
5076
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
5048
5077
 
5049
5078
  function add_css$P(target) {
5050
- append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
5079
+ append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
5051
5080
  }
5052
5081
 
5053
5082
  function create_fragment$1o(ctx) {
@@ -5062,8 +5091,8 @@ function create_fragment$1o(ctx) {
5062
5091
  div1 = element("div");
5063
5092
  div0 = element("div");
5064
5093
  if (default_slot) default_slot.c();
5065
- attr(div0, "class", "grid-item-inner svelte-1cryhmb");
5066
- attr(div1, "class", "grid-item svelte-1cryhmb");
5094
+ attr(div0, "class", "grid-item-inner svelte-n7kdl3");
5095
+ attr(div1, "class", "grid-item svelte-n7kdl3");
5067
5096
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
5068
5097
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
5069
5098
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -5368,7 +5397,7 @@ class RenderText extends SvelteComponent {
5368
5397
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5369
5398
 
5370
5399
  function add_css$O(target) {
5371
- 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}");
5400
+ 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}");
5372
5401
  }
5373
5402
 
5374
5403
  // (92:2) {:else}
@@ -5385,8 +5414,8 @@ function create_else_block$2(ctx) {
5385
5414
  div1 = element("div");
5386
5415
  div0 = element("div");
5387
5416
  create_component(rendertext.$$.fragment);
5388
- attr(div0, "class", "text-element-inner svelte-vz6867");
5389
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5417
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5418
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5390
5419
  attr(div1, "style", /*style*/ ctx[5]);
5391
5420
  },
5392
5421
  m(target, anchor) {
@@ -5400,7 +5429,7 @@ function create_else_block$2(ctx) {
5400
5429
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5401
5430
  rendertext.$set(rendertext_changes);
5402
5431
 
5403
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
5432
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
5404
5433
  attr(div1, "class", div1_class_value);
5405
5434
  }
5406
5435
 
@@ -5450,12 +5479,12 @@ function create_if_block$d(ctx) {
5450
5479
  t2 = space();
5451
5480
  div2 = element("div");
5452
5481
  div2.textContent = "コピーできませんでした";
5453
- attr(div0, "class", "text-element-inner svelte-vz6867");
5482
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5454
5483
  attr(a, "href", '');
5455
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5484
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5456
5485
  attr(a, "style", /*style*/ ctx[5]);
5457
- attr(div1, "class", "tooltip svelte-vz6867");
5458
- attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
5486
+ attr(div1, "class", "tooltip svelte-9ixs0b");
5487
+ attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
5459
5488
  },
5460
5489
  m(target, anchor) {
5461
5490
  insert(target, a, anchor);
@@ -5479,7 +5508,7 @@ function create_if_block$d(ctx) {
5479
5508
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5480
5509
  rendertext.$set(rendertext_changes);
5481
5510
 
5482
- 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"))) {
5511
+ 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"))) {
5483
5512
  attr(a, "class", a_class_value);
5484
5513
  }
5485
5514
 
@@ -5531,7 +5560,7 @@ function create_fragment$1m(ctx) {
5531
5560
  c() {
5532
5561
  div = element("div");
5533
5562
  if_block.c();
5534
- attr(div, "class", "text-element-wrapper svelte-vz6867");
5563
+ attr(div, "class", "text-element-wrapper svelte-9ixs0b");
5535
5564
  },
5536
5565
  m(target, anchor) {
5537
5566
  insert(target, div, anchor);
@@ -5697,7 +5726,7 @@ class TextElement extends SvelteComponent {
5697
5726
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5698
5727
 
5699
5728
  function add_css$N(target) {
5700
- 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)}");
5729
+ 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)}");
5701
5730
  }
5702
5731
 
5703
5732
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -5753,7 +5782,7 @@ function create_fragment$1l(ctx) {
5753
5782
  c() {
5754
5783
  div = element("div");
5755
5784
  create_component(button.$$.fragment);
5756
- attr(div, "class", "text-button-element svelte-ujdxfc");
5785
+ attr(div, "class", "text-button-element svelte-1vg84sc");
5757
5786
  },
5758
5787
  m(target, anchor) {
5759
5788
  insert(target, div, anchor);
@@ -5845,7 +5874,7 @@ class TextButtonElement extends SvelteComponent {
5845
5874
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5846
5875
 
5847
5876
  function add_css$M(target) {
5848
- 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%}");
5877
+ 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%}");
5849
5878
  }
5850
5879
 
5851
5880
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -5857,7 +5886,7 @@ function create_default_slot$5(ctx) {
5857
5886
  return {
5858
5887
  c() {
5859
5888
  img = element("img");
5860
- attr(img, "class", "image svelte-1alkh1m");
5889
+ attr(img, "class", "image svelte-t6tu0e");
5861
5890
  attr(img, "loading", "lazy");
5862
5891
  attr(img, "width", "auto");
5863
5892
  attr(img, "height", "auto");
@@ -5919,7 +5948,7 @@ function create_fragment$1k(ctx) {
5919
5948
  c() {
5920
5949
  div = element("div");
5921
5950
  create_component(button.$$.fragment);
5922
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
5951
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
5923
5952
  },
5924
5953
  m(target, anchor) {
5925
5954
  insert(target, div, anchor);
@@ -5938,7 +5967,7 @@ function create_fragment$1k(ctx) {
5938
5967
 
5939
5968
  button.$set(button_changes);
5940
5969
 
5941
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
5970
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
5942
5971
  attr(div, "class", div_class_value);
5943
5972
  }
5944
5973
  },
@@ -6010,7 +6039,7 @@ class ImageElement extends SvelteComponent {
6010
6039
  /* src/components/List.svelte generated by Svelte v3.53.1 */
6011
6040
 
6012
6041
  function add_css$L(target) {
6013
- 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}");
6042
+ 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}");
6014
6043
  }
6015
6044
 
6016
6045
  function create_fragment$1j(ctx) {
@@ -6023,7 +6052,7 @@ function create_fragment$1j(ctx) {
6023
6052
  c() {
6024
6053
  div = element("div");
6025
6054
  if (default_slot) default_slot.c();
6026
- attr(div, "class", "list svelte-1t8r9z");
6055
+ attr(div, "class", "list svelte-aquv6z");
6027
6056
  attr(div, "style", /*style*/ ctx[0]);
6028
6057
  },
6029
6058
  m(target, anchor) {
@@ -6157,7 +6186,7 @@ let List$1 = class List extends SvelteComponent {
6157
6186
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6158
6187
 
6159
6188
  function add_css$K(target) {
6160
- 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}");
6189
+ 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}");
6161
6190
  }
6162
6191
 
6163
6192
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -6227,7 +6256,7 @@ function create_fragment$1i(ctx) {
6227
6256
  c() {
6228
6257
  div = element("div");
6229
6258
  create_component(button.$$.fragment);
6230
- attr(div, "class", "list-item svelte-1lbw8v2");
6259
+ attr(div, "class", "list-item svelte-9n97pe");
6231
6260
  attr(div, "style", /*listItemStyle*/ ctx[3]);
6232
6261
  },
6233
6262
  m(target, anchor) {
@@ -6353,7 +6382,7 @@ let ListItem$1 = class ListItem extends SvelteComponent {
6353
6382
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6354
6383
 
6355
6384
  function add_css$J(target) {
6356
- 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}");
6385
+ 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}");
6357
6386
  }
6358
6387
 
6359
6388
  function create_fragment$1h(ctx) {
@@ -6362,7 +6391,7 @@ function create_fragment$1h(ctx) {
6362
6391
  return {
6363
6392
  c() {
6364
6393
  div = element("div");
6365
- attr(div, "class", "embed svelte-w6jkzh");
6394
+ attr(div, "class", "embed svelte-wocq4p");
6366
6395
  attr(div, "style", /*_style*/ ctx[1]);
6367
6396
  },
6368
6397
  m(target, anchor) {
@@ -6405,7 +6434,7 @@ class EmbedElement extends SvelteComponent {
6405
6434
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6406
6435
 
6407
6436
  function add_css$I(target) {
6408
- 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%}");
6437
+ 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%}");
6409
6438
  }
6410
6439
 
6411
6440
  function create_fragment$1g(ctx) {
@@ -6417,7 +6446,7 @@ function create_fragment$1g(ctx) {
6417
6446
  div1 = element("div");
6418
6447
  div0 = element("div");
6419
6448
  attr(div0, "class", "karte-player");
6420
- attr(div1, "class", "embed svelte-ljxq7x");
6449
+ attr(div1, "class", "embed svelte-vikz49");
6421
6450
  attr(div1, "style", /*_style*/ ctx[0]);
6422
6451
  },
6423
6452
  m(target, anchor) {
@@ -6759,7 +6788,7 @@ class MovieYouTubeElement extends SvelteComponent {
6759
6788
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6760
6789
 
6761
6790
  function add_css$H(target) {
6762
- 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%}");
6791
+ 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%}");
6763
6792
  }
6764
6793
 
6765
6794
  function create_fragment$1f(ctx) {
@@ -6771,7 +6800,7 @@ function create_fragment$1f(ctx) {
6771
6800
  div1 = element("div");
6772
6801
  div0 = element("div");
6773
6802
  attr(div0, "class", "karte-player");
6774
- attr(div1, "class", "embed svelte-ljxq7x");
6803
+ attr(div1, "class", "embed svelte-vikz49");
6775
6804
  attr(div1, "style", /*_style*/ ctx[0]);
6776
6805
  },
6777
6806
  m(target, anchor) {
@@ -6955,7 +6984,7 @@ class MovieVimeoElement extends SvelteComponent {
6955
6984
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
6956
6985
 
6957
6986
  function add_css$G(target) {
6958
- 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}");
6987
+ 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}");
6959
6988
  }
6960
6989
 
6961
6990
  function create_fragment$1e(ctx) {
@@ -6968,12 +6997,12 @@ function create_fragment$1e(ctx) {
6968
6997
  c() {
6969
6998
  div = element("div");
6970
6999
  textarea = element("textarea");
6971
- attr(textarea, "class", "textarea svelte-1fjy5oo");
7000
+ attr(textarea, "class", "textarea svelte-zxvkkc");
6972
7001
  textarea.value = /*$value*/ ctx[4];
6973
7002
  textarea.required = /*required*/ ctx[1];
6974
7003
  attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
6975
7004
  attr(textarea, "style", /*style*/ ctx[3]);
6976
- attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
7005
+ attr(div, "class", "textarea-wrapper svelte-zxvkkc");
6977
7006
  attr(div, "style", /*styleVariables*/ ctx[2]);
6978
7007
  },
6979
7008
  m(target, anchor) {
@@ -7125,7 +7154,7 @@ class FormTextarea extends SvelteComponent {
7125
7154
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7126
7155
 
7127
7156
  function add_css$F(target) {
7128
- 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}");
7157
+ 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}");
7129
7158
  }
7130
7159
 
7131
7160
  function get_each_context$7(ctx, list, i) {
@@ -7159,14 +7188,14 @@ function create_each_block$7(ctx) {
7159
7188
  t1 = text(t1_value);
7160
7189
  t2 = space();
7161
7190
  attr(input, "type", "radio");
7162
- attr(input, "class", "radio-button-input svelte-1ntb6j8");
7191
+ attr(input, "class", "radio-button-input svelte-17s08g");
7163
7192
  attr(input, "style", /*buttonStyle*/ ctx[5]);
7164
7193
  attr(input, "name", /*name*/ ctx[0]);
7165
7194
  input.value = input_value_value = /*option*/ ctx[17];
7166
7195
  input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
7167
- attr(span, "class", "radio-button-text svelte-1ntb6j8");
7196
+ attr(span, "class", "radio-button-text svelte-17s08g");
7168
7197
  attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7169
- attr(label, "class", "radio-button svelte-1ntb6j8");
7198
+ attr(label, "class", "radio-button svelte-17s08g");
7170
7199
  },
7171
7200
  m(target, anchor) {
7172
7201
  insert(target, label, anchor);
@@ -7231,7 +7260,7 @@ function create_fragment$1d(ctx) {
7231
7260
  each_blocks[i].c();
7232
7261
  }
7233
7262
 
7234
- attr(div, "class", "radio-buttons svelte-1ntb6j8");
7263
+ attr(div, "class", "radio-buttons svelte-17s08g");
7235
7264
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7236
7265
  },
7237
7266
  m(target, anchor) {
@@ -7400,7 +7429,7 @@ class FormRadioButtons extends SvelteComponent {
7400
7429
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7401
7430
 
7402
7431
  function add_css$E(target) {
7403
- 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}");
7432
+ 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}");
7404
7433
  }
7405
7434
 
7406
7435
  function get_each_context$6(ctx, list, i) {
@@ -7534,10 +7563,10 @@ function create_fragment$1c(ctx) {
7534
7563
 
7535
7564
  t = space();
7536
7565
  div0 = element("div");
7537
- attr(select, "class", "select-select svelte-iejizj");
7566
+ attr(select, "class", "select-select svelte-t9ynyj");
7538
7567
  attr(select, "style", /*style*/ ctx[3]);
7539
- attr(div0, "class", "select-icon svelte-iejizj");
7540
- attr(div1, "class", "select svelte-iejizj");
7568
+ attr(div0, "class", "select-icon svelte-t9ynyj");
7569
+ attr(div1, "class", "select svelte-t9ynyj");
7541
7570
  attr(div1, "style", /*styleVariables*/ ctx[2]);
7542
7571
  },
7543
7572
  m(target, anchor) {
@@ -7739,7 +7768,7 @@ class FormSelect extends SvelteComponent {
7739
7768
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7740
7769
 
7741
7770
  function add_css$D(target) {
7742
- 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}");
7771
+ 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}");
7743
7772
  }
7744
7773
 
7745
7774
  function get_each_context$5(ctx, list, i) {
@@ -7778,19 +7807,19 @@ function create_each_block$5(ctx) {
7778
7807
  span2 = element("span");
7779
7808
  t2 = text(t2_value);
7780
7809
  t3 = space();
7781
- attr(input, "class", "check-box-input svelte-2pz1us");
7810
+ attr(input, "class", "check-box-input svelte-1p65cg8");
7782
7811
  attr(input, "type", "checkbox");
7783
7812
  attr(input, "name", /*name*/ ctx[0]);
7784
7813
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
7785
- attr(span0, "class", "check-box-icon svelte-2pz1us");
7814
+ attr(span0, "class", "check-box-icon svelte-1p65cg8");
7786
7815
 
7787
7816
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7788
7817
  ? ' _checked'
7789
- : ''}`) + " svelte-2pz1us"));
7818
+ : ''}`) + " svelte-1p65cg8"));
7790
7819
 
7791
- attr(span2, "class", "check-box-text svelte-2pz1us");
7820
+ attr(span2, "class", "check-box-text svelte-1p65cg8");
7792
7821
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7793
- attr(label, "class", "check-box svelte-2pz1us");
7822
+ attr(label, "class", "check-box svelte-1p65cg8");
7794
7823
  attr(label, "style", /*styleVariables*/ ctx[5]);
7795
7824
  },
7796
7825
  m(target, anchor) {
@@ -7822,7 +7851,7 @@ function create_each_block$5(ctx) {
7822
7851
 
7823
7852
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
7824
7853
  ? ' _checked'
7825
- : ''}`) + " svelte-2pz1us"))) {
7854
+ : ''}`) + " svelte-1p65cg8"))) {
7826
7855
  attr(span1, "class", span1_class_value);
7827
7856
  }
7828
7857
 
@@ -7861,7 +7890,7 @@ function create_fragment$1b(ctx) {
7861
7890
  each_blocks[i].c();
7862
7891
  }
7863
7892
 
7864
- attr(div, "class", "check-boxes svelte-2pz1us");
7893
+ attr(div, "class", "check-boxes svelte-1p65cg8");
7865
7894
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7866
7895
  },
7867
7896
  m(target, anchor) {
@@ -8036,7 +8065,7 @@ class FormCheckBoxes extends SvelteComponent {
8036
8065
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
8037
8066
 
8038
8067
  function add_css$C(target) {
8039
- 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}");
8068
+ 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}");
8040
8069
  }
8041
8070
 
8042
8071
  function get_each_context$4(ctx, list, i) {
@@ -8060,7 +8089,7 @@ function create_each_block$4(ctx) {
8060
8089
  button = element("button");
8061
8090
  t0 = text(t0_value);
8062
8091
  t1 = space();
8063
- attr(button, "class", "rating-button svelte-9idbf1");
8092
+ attr(button, "class", "rating-button svelte-1iqf36p");
8064
8093
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
8065
8094
  },
8066
8095
  m(target, anchor) {
@@ -8109,7 +8138,7 @@ function create_fragment$1a(ctx) {
8109
8138
  each_blocks[i].c();
8110
8139
  }
8111
8140
 
8112
- attr(div, "class", "rating-buttons svelte-9idbf1");
8141
+ attr(div, "class", "rating-buttons svelte-1iqf36p");
8113
8142
  },
8114
8143
  m(target, anchor) {
8115
8144
  insert(target, div, anchor);
@@ -8253,7 +8282,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
8253
8282
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8254
8283
 
8255
8284
  function add_css$B(target) {
8256
- 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%)}");
8285
+ 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%)}");
8257
8286
  }
8258
8287
 
8259
8288
  function get_each_context$3(ctx, list, i) {
@@ -8278,9 +8307,9 @@ function create_each_block$3(ctx) {
8278
8307
  img = element("img");
8279
8308
  t = space();
8280
8309
  if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
8281
- attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
8310
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
8282
8311
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
8283
- attr(button, "class", "rating-button svelte-1b5dvzw");
8312
+ attr(button, "class", "rating-button svelte-tbunko");
8284
8313
  attr(button, "style", /*buttonStyle*/ ctx[0]);
8285
8314
  },
8286
8315
  m(target, anchor) {
@@ -8296,7 +8325,7 @@ function create_each_block$3(ctx) {
8296
8325
  p(new_ctx, dirty) {
8297
8326
  ctx = new_ctx;
8298
8327
 
8299
- 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"))) {
8328
+ 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"))) {
8300
8329
  attr(img, "class", img_class_value);
8301
8330
  }
8302
8331
 
@@ -8329,7 +8358,7 @@ function create_fragment$19(ctx) {
8329
8358
  each_blocks[i].c();
8330
8359
  }
8331
8360
 
8332
- attr(div, "class", "rating-buttons svelte-1b5dvzw");
8361
+ attr(div, "class", "rating-buttons svelte-tbunko");
8333
8362
  },
8334
8363
  m(target, anchor) {
8335
8364
  insert(target, div, anchor);
@@ -8437,7 +8466,7 @@ class FormRatingButtonsFace extends SvelteComponent {
8437
8466
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8438
8467
 
8439
8468
  function add_css$A(target) {
8440
- 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}");
8469
+ 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}");
8441
8470
  }
8442
8471
 
8443
8472
  function create_fragment$18(ctx) {
@@ -8451,13 +8480,13 @@ function create_fragment$18(ctx) {
8451
8480
  c() {
8452
8481
  div = element("div");
8453
8482
  input = element("input");
8454
- attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
8483
+ attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
8455
8484
  attr(input, "type", "text");
8456
8485
  input.value = /*$value*/ ctx[2];
8457
8486
  input.required = /*required*/ ctx[0];
8458
8487
  attr(input, "placeholder", /*placeholder*/ ctx[1]);
8459
8488
  attr(input, "style", /*style*/ ctx[5]);
8460
- attr(div, "class", "input-wrapper svelte-f14zo5");
8489
+ attr(div, "class", "input-wrapper svelte-h8fqwx");
8461
8490
  attr(div, "style", /*styleVariables*/ ctx[4]);
8462
8491
  },
8463
8492
  m(target, anchor) {
@@ -8470,7 +8499,7 @@ function create_fragment$18(ctx) {
8470
8499
  }
8471
8500
  },
8472
8501
  p(ctx, [dirty]) {
8473
- if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
8502
+ if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
8474
8503
  attr(input, "class", input_class_value);
8475
8504
  }
8476
8505
 
@@ -8658,7 +8687,7 @@ class FormIdentifyInput extends SvelteComponent {
8658
8687
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8659
8688
 
8660
8689
  function add_css$z(target) {
8661
- 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}");
8690
+ 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}");
8662
8691
  }
8663
8692
 
8664
8693
  function create_fragment$17(ctx) {
@@ -8696,20 +8725,20 @@ function create_fragment$17(ctx) {
8696
8725
  span1 = element("span");
8697
8726
  t4 = text("いいえ");
8698
8727
  attr(input0, "type", "radio");
8699
- attr(input0, "class", "radio-button-input svelte-pzrwlo");
8728
+ attr(input0, "class", "radio-button-input svelte-8zbmyo");
8700
8729
  attr(input0, "style", /*buttonStyle*/ ctx[2]);
8701
8730
  input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
8702
- attr(span0, "class", "radio-button-text svelte-pzrwlo");
8731
+ attr(span0, "class", "radio-button-text svelte-8zbmyo");
8703
8732
  attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8704
- attr(label0, "class", "radio-button svelte-pzrwlo");
8733
+ attr(label0, "class", "radio-button svelte-8zbmyo");
8705
8734
  attr(input1, "type", "radio");
8706
- attr(input1, "class", "radio-button-input svelte-pzrwlo");
8735
+ attr(input1, "class", "radio-button-input svelte-8zbmyo");
8707
8736
  attr(input1, "style", /*buttonStyle*/ ctx[2]);
8708
8737
  input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
8709
- attr(span1, "class", "radio-button-text svelte-pzrwlo");
8738
+ attr(span1, "class", "radio-button-text svelte-8zbmyo");
8710
8739
  attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8711
- attr(label1, "class", "radio-button svelte-pzrwlo");
8712
- attr(div, "class", "radio-buttons svelte-pzrwlo");
8740
+ attr(label1, "class", "radio-button svelte-8zbmyo");
8741
+ attr(div, "class", "radio-buttons svelte-8zbmyo");
8713
8742
  attr(div, "style", /*_layoutStyle*/ ctx[0]);
8714
8743
  },
8715
8744
  m(target, anchor) {
@@ -8877,7 +8906,7 @@ class FormIdentifyChoices extends SvelteComponent {
8877
8906
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
8878
8907
 
8879
8908
  function add_css$y(target) {
8880
- 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%}");
8909
+ 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%}");
8881
8910
  }
8882
8911
 
8883
8912
  function get_each_context$2(ctx, list, i) {
@@ -8906,9 +8935,9 @@ function create_if_block_1$2(ctx) {
8906
8935
  attr(svg, "viewBox", "0 0 10 16");
8907
8936
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8908
8937
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
8909
- attr(button, "class", "move-button svelte-1qfq79t");
8938
+ attr(button, "class", "move-button svelte-ji1fh");
8910
8939
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
8911
- attr(div, "class", "prev-button-container svelte-1qfq79t");
8940
+ attr(div, "class", "prev-button-container svelte-ji1fh");
8912
8941
  },
8913
8942
  m(target, anchor) {
8914
8943
  insert(target, div, anchor);
@@ -8957,9 +8986,9 @@ function create_if_block$b(ctx) {
8957
8986
  attr(svg, "viewBox", "0 0 10 16");
8958
8987
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8959
8988
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
8960
- attr(button, "class", "move-button svelte-1qfq79t");
8989
+ attr(button, "class", "move-button svelte-ji1fh");
8961
8990
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
8962
- attr(div, "class", "next-button-container svelte-1qfq79t");
8991
+ attr(div, "class", "next-button-container svelte-ji1fh");
8963
8992
  },
8964
8993
  m(target, anchor) {
8965
8994
  insert(target, div, anchor);
@@ -9007,9 +9036,9 @@ function create_each_block$2(ctx) {
9007
9036
  button = element("button");
9008
9037
  div = element("div");
9009
9038
  t = space();
9010
- attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
9039
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
9011
9040
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
9012
- attr(button, "class", "navigation-item svelte-1qfq79t");
9041
+ attr(button, "class", "navigation-item svelte-ji1fh");
9013
9042
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
9014
9043
  },
9015
9044
  m(target, anchor) {
@@ -9086,14 +9115,14 @@ function create_fragment$16(ctx) {
9086
9115
  each_blocks[i].c();
9087
9116
  }
9088
9117
 
9089
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
9118
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
9090
9119
  attr(div0, "style", /*slideStyle*/ ctx[14]);
9091
- attr(div1, "class", "container svelte-1qfq79t");
9120
+ attr(div1, "class", "container svelte-ji1fh");
9092
9121
  attr(div1, "style", /*_style*/ ctx[0]);
9093
- attr(div2, "class", "navigation svelte-1qfq79t");
9122
+ attr(div2, "class", "navigation svelte-ji1fh");
9094
9123
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
9095
9124
  set_attributes(div3, div3_data);
9096
- toggle_class(div3, "svelte-1qfq79t", true);
9125
+ toggle_class(div3, "svelte-ji1fh", true);
9097
9126
  },
9098
9127
  m(target, anchor) {
9099
9128
  insert(target, div3, anchor);
@@ -9135,7 +9164,7 @@ function create_fragment$16(ctx) {
9135
9164
  }
9136
9165
  }
9137
9166
 
9138
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
9167
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
9139
9168
  attr(div0, "class", div0_class_value);
9140
9169
  }
9141
9170
 
@@ -9201,7 +9230,7 @@ function create_fragment$16(ctx) {
9201
9230
  }
9202
9231
 
9203
9232
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
9204
- toggle_class(div3, "svelte-1qfq79t", true);
9233
+ toggle_class(div3, "svelte-ji1fh", true);
9205
9234
  },
9206
9235
  i(local) {
9207
9236
  if (current) return;
@@ -9713,7 +9742,7 @@ class Slide extends SvelteComponent {
9713
9742
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
9714
9743
 
9715
9744
  function add_css$x(target) {
9716
- 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}");
9745
+ 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}");
9717
9746
  }
9718
9747
 
9719
9748
  function create_fragment$15(ctx) {
@@ -9728,9 +9757,9 @@ function create_fragment$15(ctx) {
9728
9757
  div1 = element("div");
9729
9758
  div0 = element("div");
9730
9759
  if (default_slot) default_slot.c();
9731
- attr(div0, "class", "item-inner svelte-1rv0qgo");
9760
+ attr(div0, "class", "item-inner svelte-9ygf1w");
9732
9761
  attr(div0, "style", /*_style*/ ctx[0]);
9733
- attr(div1, "class", "item svelte-1rv0qgo");
9762
+ attr(div1, "class", "item svelte-9ygf1w");
9734
9763
  attr(div1, "style", /*itemStyle*/ ctx[1]);
9735
9764
  },
9736
9765
  m(target, anchor) {
@@ -9856,7 +9885,7 @@ class SlideItem extends SvelteComponent {
9856
9885
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
9857
9886
 
9858
9887
  function add_css$w(target) {
9859
- 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}");
9888
+ 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}");
9860
9889
  }
9861
9890
 
9862
9891
  const get_default_slot_changes$1 = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -9874,9 +9903,9 @@ function create_fragment$14(ctx) {
9874
9903
  div1 = element("div");
9875
9904
  div0 = element("div");
9876
9905
  if (default_slot) default_slot.c();
9877
- attr(div0, "class", "countdown-inner svelte-t87l6f");
9906
+ attr(div0, "class", "countdown-inner svelte-rroxiz");
9878
9907
  attr(div0, "style", /*_style*/ ctx[0]);
9879
- attr(div1, "class", "countdown svelte-t87l6f");
9908
+ attr(div1, "class", "countdown svelte-rroxiz");
9880
9909
  },
9881
9910
  m(target, anchor) {
9882
9911
  insert(target, div1, anchor);
@@ -10010,7 +10039,7 @@ class Countdown extends SvelteComponent {
10010
10039
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
10011
10040
 
10012
10041
  function add_css$v(target) {
10013
- 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}");
10042
+ 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}");
10014
10043
  }
10015
10044
 
10016
10045
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -10080,7 +10109,7 @@ function create_fragment$13(ctx) {
10080
10109
  c() {
10081
10110
  div = element("div");
10082
10111
  create_component(button.$$.fragment);
10083
- attr(div, "class", "box svelte-1c91vpe");
10112
+ attr(div, "class", "box svelte-1ccydfy");
10084
10113
  },
10085
10114
  m(target, anchor) {
10086
10115
  insert(target, div, anchor);
@@ -10141,7 +10170,7 @@ class Box extends SvelteComponent {
10141
10170
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10142
10171
 
10143
10172
  function add_css$u(target) {
10144
- 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)}");
10173
+ 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)}");
10145
10174
  }
10146
10175
 
10147
10176
  // (56:4) {#if svg}
@@ -10223,7 +10252,7 @@ function create_fragment$12(ctx) {
10223
10252
  c() {
10224
10253
  div = element("div");
10225
10254
  create_component(button.$$.fragment);
10226
- attr(div, "class", "icon svelte-1mk6wi4");
10255
+ attr(div, "class", "icon svelte-1mkvcuo");
10227
10256
  },
10228
10257
  m(target, anchor) {
10229
10258
  insert(target, div, anchor);
@@ -10332,7 +10361,7 @@ class IconElement extends SvelteComponent {
10332
10361
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10333
10362
 
10334
10363
  function add_css$t(target) {
10335
- append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10364
+ append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10336
10365
  }
10337
10366
 
10338
10367
  function create_fragment$11(ctx) {
@@ -10358,7 +10387,7 @@ function create_fragment$11(ctx) {
10358
10387
  c() {
10359
10388
  div = element("div");
10360
10389
  if (switch_instance) create_component(switch_instance.$$.fragment);
10361
- attr(div, "class", "codeElement svelte-1ng2n51");
10390
+ attr(div, "class", "codeElement svelte-ymsb9l");
10362
10391
  attr(div, "style", /*style*/ ctx[3]);
10363
10392
  },
10364
10393
  m(target, anchor) {
@@ -10447,7 +10476,7 @@ class CodeElement extends SvelteComponent {
10447
10476
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10448
10477
 
10449
10478
  function add_css$s(target) {
10450
- append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
10479
+ append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10451
10480
  }
10452
10481
 
10453
10482
  function create_fragment$10(ctx) {
@@ -10461,7 +10490,7 @@ function create_fragment$10(ctx) {
10461
10490
  c() {
10462
10491
  div = element("div");
10463
10492
  if (default_slot) default_slot.c();
10464
- attr(div, "class", "flex svelte-9v2qdg");
10493
+ attr(div, "class", "flex svelte-1e71ejc");
10465
10494
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
10466
10495
  },
10467
10496
  m(target, anchor) {
@@ -10558,7 +10587,7 @@ class Flex extends SvelteComponent {
10558
10587
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
10559
10588
 
10560
10589
  function add_css$r(target) {
10561
- append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10590
+ append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10562
10591
  }
10563
10592
 
10564
10593
  function create_fragment$$(ctx) {
@@ -10571,7 +10600,7 @@ function create_fragment$$(ctx) {
10571
10600
  c() {
10572
10601
  div = element("div");
10573
10602
  if (default_slot) default_slot.c();
10574
- attr(div, "class", "flex-item svelte-164ah5d");
10603
+ attr(div, "class", "flex-item svelte-1p0bk1x");
10575
10604
  attr(div, "style", /*style*/ ctx[0]);
10576
10605
  },
10577
10606
  m(target, anchor) {
@@ -10979,7 +11008,7 @@ class GridModalState extends SvelteComponent {
10979
11008
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
10980
11009
 
10981
11010
  function add_css$q(target) {
10982
- 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%}");
11011
+ 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%}");
10983
11012
  }
10984
11013
 
10985
11014
  function create_fragment$Z(ctx) {
@@ -10995,8 +11024,8 @@ function create_fragment$Z(ctx) {
10995
11024
  div1 = element("div");
10996
11025
  div0 = element("div");
10997
11026
  create_component(rendertext.$$.fragment);
10998
- attr(div0, "class", "text-block-inner svelte-akic2e");
10999
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
11027
+ attr(div0, "class", "text-block-inner svelte-15pej1m");
11028
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
11000
11029
  attr(div1, "style", /*style*/ ctx[2]);
11001
11030
  },
11002
11031
  m(target, anchor) {
@@ -11010,7 +11039,7 @@ function create_fragment$Z(ctx) {
11010
11039
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
11011
11040
  rendertext.$set(rendertext_changes);
11012
11041
 
11013
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
11042
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
11014
11043
  attr(div1, "class", div1_class_value);
11015
11044
  }
11016
11045
 
@@ -11088,7 +11117,7 @@ class TextBlock extends SvelteComponent {
11088
11117
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11089
11118
 
11090
11119
  function add_css$p(target) {
11091
- 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)}");
11120
+ 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)}");
11092
11121
  }
11093
11122
 
11094
11123
  function create_fragment$Y(ctx) {
@@ -11105,9 +11134,9 @@ function create_fragment$Y(ctx) {
11105
11134
  div = element("div");
11106
11135
  button = element("button");
11107
11136
  create_component(rendertext.$$.fragment);
11108
- attr(button, "class", "text-button svelte-1c34p4n");
11137
+ attr(button, "class", "text-button svelte-ff0k6r");
11109
11138
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
11110
- attr(div, "class", "text-button-block svelte-1c34p4n");
11139
+ attr(div, "class", "text-button-block svelte-ff0k6r");
11111
11140
  attr(div, "style", /*_style*/ ctx[2]);
11112
11141
  },
11113
11142
  m(target, anchor) {
@@ -11213,7 +11242,7 @@ class TextButtonBlock extends SvelteComponent {
11213
11242
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11214
11243
 
11215
11244
  function add_css$o(target) {
11216
- 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)}");
11245
+ 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)}");
11217
11246
  }
11218
11247
 
11219
11248
  function create_fragment$X(ctx) {
@@ -11229,14 +11258,14 @@ function create_fragment$X(ctx) {
11229
11258
  c() {
11230
11259
  div = element("div");
11231
11260
  img = element("img");
11232
- attr(img, "class", "image svelte-1jus6sx");
11261
+ attr(img, "class", "image svelte-1pdw891");
11233
11262
  attr(img, "loading", "lazy");
11234
11263
  attr(img, "width", "auto");
11235
11264
  attr(img, "height", "auto");
11236
11265
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
11237
11266
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
11238
11267
  attr(img, "alt", /*alt*/ ctx[1]);
11239
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
11268
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
11240
11269
  attr(div, "style", /*_style*/ ctx[5]);
11241
11270
  },
11242
11271
  m(target, anchor) {
@@ -11261,7 +11290,7 @@ function create_fragment$X(ctx) {
11261
11290
  attr(img, "alt", /*alt*/ ctx[1]);
11262
11291
  }
11263
11292
 
11264
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
11293
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
11265
11294
  attr(div, "class", div_class_value);
11266
11295
  }
11267
11296
 
@@ -11713,7 +11742,7 @@ const AVATAR_SIZE_STYLES = {
11713
11742
  /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
11714
11743
 
11715
11744
  function add_css$n(target) {
11716
- append_styles(target, "svelte-apww0t", ".avatar.svelte-apww0t{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0}");
11745
+ append_styles(target, "svelte-1krsdyx", ".avatar.svelte-1krsdyx{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0}");
11717
11746
  }
11718
11747
 
11719
11748
  // (42:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -11743,7 +11772,7 @@ function create_dynamic_element$b(ctx) {
11743
11772
  svelte_element = element(/*element*/ ctx[5]);
11744
11773
  img = element("img");
11745
11774
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
11746
- attr(img, "class", "avatar-image svelte-apww0t");
11775
+ attr(img, "class", "avatar-image svelte-1krsdyx");
11747
11776
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
11748
11777
  attr(img, "style", /*imgStyle*/ ctx[2]);
11749
11778
 
@@ -11753,7 +11782,7 @@ function create_dynamic_element$b(ctx) {
11753
11782
  set_attributes(svelte_element, svelte_element_data);
11754
11783
  }
11755
11784
 
11756
- toggle_class(svelte_element, "svelte-apww0t", true);
11785
+ toggle_class(svelte_element, "svelte-1krsdyx", true);
11757
11786
  },
11758
11787
  m(target, anchor) {
11759
11788
  insert(target, svelte_element, anchor);
@@ -11790,7 +11819,7 @@ function create_dynamic_element$b(ctx) {
11790
11819
  set_attributes(svelte_element, svelte_element_data);
11791
11820
  }
11792
11821
 
11793
- toggle_class(svelte_element, "svelte-apww0t", true);
11822
+ toggle_class(svelte_element, "svelte-1krsdyx", true);
11794
11823
  },
11795
11824
  d(detaching) {
11796
11825
  if (detaching) detach(svelte_element);
@@ -13595,7 +13624,7 @@ const ICON_VARIANTS = {
13595
13624
  /* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
13596
13625
 
13597
13626
  function add_css$m(target) {
13598
- append_styles(target, "svelte-mut6o2", ".icon.svelte-mut6o2{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13627
+ append_styles(target, "svelte-19rssou", ".icon.svelte-19rssou{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13599
13628
  }
13600
13629
 
13601
13630
  // (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -13643,7 +13672,7 @@ function create_dynamic_element$a(ctx) {
13643
13672
  set_attributes(svelte_element, svelte_element_data);
13644
13673
  }
13645
13674
 
13646
- toggle_class(svelte_element, "svelte-mut6o2", true);
13675
+ toggle_class(svelte_element, "svelte-19rssou", true);
13647
13676
  },
13648
13677
  m(target, anchor) {
13649
13678
  insert(target, svelte_element, anchor);
@@ -13696,7 +13725,7 @@ function create_dynamic_element$a(ctx) {
13696
13725
  set_attributes(svelte_element, svelte_element_data);
13697
13726
  }
13698
13727
 
13699
- toggle_class(svelte_element, "svelte-mut6o2", true);
13728
+ toggle_class(svelte_element, "svelte-19rssou", true);
13700
13729
  },
13701
13730
  i(local) {
13702
13731
  if (current) return;
@@ -13994,7 +14023,7 @@ function darkenColor(color, percent) {
13994
14023
  /* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
13995
14024
 
13996
14025
  function add_css$l(target) {
13997
- append_styles(target, "svelte-brd6e9", ".button.svelte-brd6e9{display:inline-flex;gap:0.8em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;color:var(--color);border-color:var(--border-color);background-color:var(--bg-color)}.button.svelte-brd6e9:hover{background-color:var(--hover-bg-color);border-color:var(--hover-border-color)}.button-icon.svelte-brd6e9{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14026
+ append_styles(target, "svelte-o2gomt", ".button.svelte-o2gomt{display:inline-flex;gap:0.8em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;color:var(--color);border-color:var(--border-color);background-color:var(--bg-color)}.button.svelte-o2gomt:hover{background-color:var(--hover-bg-color);border-color:var(--hover-border-color)}.button-icon.svelte-o2gomt{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
13998
14027
  }
13999
14028
 
14000
14029
  // (91:2) {#if props.isIcon && props.iconVariant}
@@ -14018,7 +14047,7 @@ function create_if_block$9(ctx) {
14018
14047
  c() {
14019
14048
  div = element("div");
14020
14049
  create_component(icon.$$.fragment);
14021
- attr(div, "class", "button-icon svelte-brd6e9");
14050
+ attr(div, "class", "button-icon svelte-o2gomt");
14022
14051
  },
14023
14052
  m(target, anchor) {
14024
14053
  insert(target, div, anchor);
@@ -14094,7 +14123,7 @@ function create_dynamic_element$9(ctx) {
14094
14123
  set_attributes(svelte_element, svelte_element_data);
14095
14124
  }
14096
14125
 
14097
- toggle_class(svelte_element, "svelte-brd6e9", true);
14126
+ toggle_class(svelte_element, "svelte-o2gomt", true);
14098
14127
  },
14099
14128
  m(target, anchor) {
14100
14129
  insert(target, svelte_element, anchor);
@@ -14149,7 +14178,7 @@ function create_dynamic_element$9(ctx) {
14149
14178
  set_attributes(svelte_element, svelte_element_data);
14150
14179
  }
14151
14180
 
14152
- toggle_class(svelte_element, "svelte-brd6e9", true);
14181
+ toggle_class(svelte_element, "svelte-o2gomt", true);
14153
14182
  },
14154
14183
  i(local) {
14155
14184
  if (current) return;
@@ -14424,7 +14453,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
14424
14453
  /* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
14425
14454
 
14426
14455
  function add_css$k(target) {
14427
- append_styles(target, "svelte-ypshn1", ".button-outlined.svelte-ypshn1{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-ypshn1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-ypshn1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
14456
+ append_styles(target, "svelte-38fju1", ".button-outlined.svelte-38fju1{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-38fju1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-38fju1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
14428
14457
  }
14429
14458
 
14430
14459
  // (53:2) {#if props.isIcon && props.iconVariant}
@@ -14448,7 +14477,7 @@ function create_if_block$8(ctx) {
14448
14477
  c() {
14449
14478
  div = element("div");
14450
14479
  create_component(icon.$$.fragment);
14451
- attr(div, "class", "button-outlined-icon svelte-ypshn1");
14480
+ attr(div, "class", "button-outlined-icon svelte-38fju1");
14452
14481
  },
14453
14482
  m(target, anchor) {
14454
14483
  insert(target, div, anchor);
@@ -14515,7 +14544,7 @@ function create_dynamic_element$8(ctx) {
14515
14544
  t0 = space();
14516
14545
  span = element("span");
14517
14546
  t1 = text(t1_value);
14518
- attr(span, "class", "button-outlined-label svelte-ypshn1");
14547
+ attr(span, "class", "button-outlined-label svelte-38fju1");
14519
14548
 
14520
14549
  if ((/-/).test(/*element*/ ctx[4])) {
14521
14550
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -14523,7 +14552,7 @@ function create_dynamic_element$8(ctx) {
14523
14552
  set_attributes(svelte_element, svelte_element_data);
14524
14553
  }
14525
14554
 
14526
- toggle_class(svelte_element, "svelte-ypshn1", true);
14555
+ toggle_class(svelte_element, "svelte-38fju1", true);
14527
14556
  },
14528
14557
  m(target, anchor) {
14529
14558
  insert(target, svelte_element, anchor);
@@ -14577,7 +14606,7 @@ function create_dynamic_element$8(ctx) {
14577
14606
  set_attributes(svelte_element, svelte_element_data);
14578
14607
  }
14579
14608
 
14580
- toggle_class(svelte_element, "svelte-ypshn1", true);
14609
+ toggle_class(svelte_element, "svelte-38fju1", true);
14581
14610
  },
14582
14611
  i(local) {
14583
14612
  if (current) return;
@@ -14769,7 +14798,7 @@ const getButtonTextThemeStyles = getPropStyles(callback$2);
14769
14798
  /* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
14770
14799
 
14771
14800
  function add_css$j(target) {
14772
- append_styles(target, "svelte-lted9r", ".button-text.svelte-lted9r{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-lted9r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-lted9r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14801
+ append_styles(target, "svelte-1xgvp8r", ".button-text.svelte-1xgvp8r{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s, border-color 0.12s, color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-1xgvp8r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-1xgvp8r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14773
14802
  }
14774
14803
 
14775
14804
  // (49:2) {#if props.isIcon && props.iconVariant}
@@ -14793,7 +14822,7 @@ function create_if_block$7(ctx) {
14793
14822
  c() {
14794
14823
  div = element("div");
14795
14824
  create_component(icon.$$.fragment);
14796
- attr(div, "class", "button-text-icon svelte-lted9r");
14825
+ attr(div, "class", "button-text-icon svelte-1xgvp8r");
14797
14826
  },
14798
14827
  m(target, anchor) {
14799
14828
  insert(target, div, anchor);
@@ -14860,7 +14889,7 @@ function create_dynamic_element$7(ctx) {
14860
14889
  t0 = space();
14861
14890
  span = element("span");
14862
14891
  t1 = text(t1_value);
14863
- attr(span, "class", "button-text-label svelte-lted9r");
14892
+ attr(span, "class", "button-text-label svelte-1xgvp8r");
14864
14893
 
14865
14894
  if ((/-/).test(/*element*/ ctx[4])) {
14866
14895
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -14868,7 +14897,7 @@ function create_dynamic_element$7(ctx) {
14868
14897
  set_attributes(svelte_element, svelte_element_data);
14869
14898
  }
14870
14899
 
14871
- toggle_class(svelte_element, "svelte-lted9r", true);
14900
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
14872
14901
  },
14873
14902
  m(target, anchor) {
14874
14903
  insert(target, svelte_element, anchor);
@@ -14922,7 +14951,7 @@ function create_dynamic_element$7(ctx) {
14922
14951
  set_attributes(svelte_element, svelte_element_data);
14923
14952
  }
14924
14953
 
14925
- toggle_class(svelte_element, "svelte-lted9r", true);
14954
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
14926
14955
  },
14927
14956
  i(local) {
14928
14957
  if (current) return;
@@ -15070,7 +15099,7 @@ const BUTTON_TEXT_THEME = {
15070
15099
  /* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
15071
15100
 
15072
15101
  function add_css$i(target) {
15073
- append_styles(target, "svelte-3133h2", ".close-button.svelte-3133h2.svelte-3133h2{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-3133h2 svg.svelte-3133h2{transition:transform 0.12s}.close-button.svelte-3133h2:hover svg.svelte-3133h2{transform:rotate(90deg)}.close-button-order-one.svelte-3133h2.svelte-3133h2{order:1}.close-button-order-two.svelte-3133h2.svelte-3133h2{order:2}");
15102
+ append_styles(target, "svelte-3mvsv6", ".close-button.svelte-3mvsv6.svelte-3mvsv6{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-3mvsv6 svg.svelte-3mvsv6{transition:transform 0.12s}.close-button.svelte-3mvsv6:hover svg.svelte-3mvsv6{transform:rotate(90deg)}.close-button-order-one.svelte-3mvsv6.svelte-3mvsv6{order:1}.close-button-order-two.svelte-3mvsv6.svelte-3mvsv6{order:2}");
15074
15103
  }
15075
15104
 
15076
15105
  // (90:2) {#if hasLabel}
@@ -15086,7 +15115,7 @@ function create_if_block$6(ctx) {
15086
15115
 
15087
15116
  attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
15088
15117
  ? 'close-button-order-one'
15089
- : '') + " svelte-3133h2");
15118
+ : '') + " svelte-3mvsv6");
15090
15119
  },
15091
15120
  m(target, anchor) {
15092
15121
  insert(target, span, anchor);
@@ -15146,7 +15175,7 @@ function create_dynamic_element$6(ctx) {
15146
15175
  set_style(svg, "width", "100%");
15147
15176
  set_style(svg, "height", "100%");
15148
15177
  attr(svg, "fill", /*color*/ ctx[8]);
15149
- attr(svg, "class", "svelte-3133h2");
15178
+ attr(svg, "class", "svelte-3mvsv6");
15150
15179
  attr(span, "style", /*iconStyle*/ ctx[1]);
15151
15180
 
15152
15181
  if ((/-/).test(/*element*/ ctx[6])) {
@@ -15155,7 +15184,7 @@ function create_dynamic_element$6(ctx) {
15155
15184
  set_attributes(svelte_element, svelte_element_data);
15156
15185
  }
15157
15186
 
15158
- toggle_class(svelte_element, "svelte-3133h2", true);
15187
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
15159
15188
  },
15160
15189
  m(target, anchor) {
15161
15190
  insert(target, svelte_element, anchor);
@@ -15201,7 +15230,7 @@ function create_dynamic_element$6(ctx) {
15201
15230
  set_attributes(svelte_element, svelte_element_data);
15202
15231
  }
15203
15232
 
15204
- toggle_class(svelte_element, "svelte-3133h2", true);
15233
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
15205
15234
  },
15206
15235
  d(detaching) {
15207
15236
  if (detaching) detach(svelte_element);
@@ -15438,10 +15467,10 @@ const IMAGE_ROUND_STYLES = {
15438
15467
  /* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
15439
15468
 
15440
15469
  function add_css$h(target) {
15441
- append_styles(target, "svelte-1y7kpsc", ".image.svelte-1y7kpsc{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.image-img.svelte-1y7kpsc{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
15470
+ append_styles(target, "svelte-rewdem", ".image.svelte-rewdem{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-img.svelte-rewdem{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
15442
15471
  }
15443
15472
 
15444
- // (24:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
15473
+ // (26:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
15445
15474
  function create_dynamic_element$5(ctx) {
15446
15475
  let svelte_element;
15447
15476
  let img;
@@ -15469,7 +15498,7 @@ function create_dynamic_element$5(ctx) {
15469
15498
  img = element("img");
15470
15499
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
15471
15500
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
15472
- attr(img, "class", "image-img svelte-1y7kpsc");
15501
+ attr(img, "class", "image-img svelte-rewdem");
15473
15502
 
15474
15503
  if ((/-/).test(/*element*/ ctx[4])) {
15475
15504
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -15477,7 +15506,7 @@ function create_dynamic_element$5(ctx) {
15477
15506
  set_attributes(svelte_element, svelte_element_data);
15478
15507
  }
15479
15508
 
15480
- toggle_class(svelte_element, "svelte-1y7kpsc", true);
15509
+ toggle_class(svelte_element, "svelte-rewdem", true);
15481
15510
  },
15482
15511
  m(target, anchor) {
15483
15512
  insert(target, svelte_element, anchor);
@@ -15510,7 +15539,7 @@ function create_dynamic_element$5(ctx) {
15510
15539
  set_attributes(svelte_element, svelte_element_data);
15511
15540
  }
15512
15541
 
15513
- toggle_class(svelte_element, "svelte-1y7kpsc", true);
15542
+ toggle_class(svelte_element, "svelte-rewdem", true);
15514
15543
  },
15515
15544
  d(detaching) {
15516
15545
  if (detaching) detach(svelte_element);
@@ -15571,6 +15600,7 @@ function instance$l($$self, $$props, $$invalidate) {
15571
15600
  useInjectCustomizeCss(props);
15572
15601
  const { attributes, element, handleClick } = useClickable(props);
15573
15602
  const aspectVariantStyles = ASPECT_VARIANT[props.aspectVariant]?.getProps();
15603
+ const width = props.width ?? '100%';
15574
15604
 
15575
15605
  $$self.$$set = $$props => {
15576
15606
  if ('props' in $$props) $$invalidate(0, props = $$props.props);
@@ -15583,7 +15613,8 @@ function instance$l($$self, $$props, $$invalidate) {
15583
15613
  ...props.borderTopLeftRadius
15584
15614
  ? toCssRadius(props)
15585
15615
  : IMAGE_ROUND_STYLES[props.shape ?? 'square'],
15586
- width: props.width ?? '100%',
15616
+ width,
15617
+ flexShrink: String(width).indexOf('px') !== -1 ? 0 : 1,
15587
15618
  height: props.height ?? 'auto',
15588
15619
  aspectRatio: props.aspect ?? aspectVariantStyles?.aspect,
15589
15620
  ...toCssCommon(props),
@@ -15623,7 +15654,7 @@ const IMAGE_ASPECT_VARIANTS = {
15623
15654
  /* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
15624
15655
 
15625
15656
  function add_css$g(target) {
15626
- append_styles(target, "svelte-1tjo4al", ".layout.svelte-1tjo4al{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-1tjo4al{cursor:pointer}.layout[data-clickable=true].svelte-1tjo4al:hover{opacity:0.8}");
15657
+ append_styles(target, "svelte-139vx15", ".layout.svelte-139vx15{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-139vx15{cursor:pointer}.layout[data-clickable=true].svelte-139vx15:hover{opacity:0.8}");
15627
15658
  }
15628
15659
 
15629
15660
  // (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -15659,7 +15690,7 @@ function create_dynamic_element$4(ctx) {
15659
15690
  set_attributes(svelte_element, svelte_element_data);
15660
15691
  }
15661
15692
 
15662
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15693
+ toggle_class(svelte_element, "svelte-139vx15", true);
15663
15694
  },
15664
15695
  m(target, anchor) {
15665
15696
  insert(target, svelte_element, anchor);
@@ -15704,7 +15735,7 @@ function create_dynamic_element$4(ctx) {
15704
15735
  set_attributes(svelte_element, svelte_element_data);
15705
15736
  }
15706
15737
 
15707
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15738
+ toggle_class(svelte_element, "svelte-139vx15", true);
15708
15739
  },
15709
15740
  i(local) {
15710
15741
  if (current) return;
@@ -15828,7 +15859,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
15828
15859
  /* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
15829
15860
 
15830
15861
  function add_css$f(target) {
15831
- append_styles(target, "svelte-1k4xkut", ".slider-list.svelte-1k4xkut{-webkit-user-drag:none;margin:0;padding:0;list-style:none}");
15862
+ append_styles(target, "svelte-1slel1d", ".slider-list.svelte-1slel1d{-webkit-user-drag:none;margin:0;padding:0;list-style:none}");
15832
15863
  }
15833
15864
 
15834
15865
  function get_each_context$1(ctx, list, i) {
@@ -15930,12 +15961,12 @@ function create_fragment$j(ctx) {
15930
15961
  each_blocks[i].c();
15931
15962
  }
15932
15963
 
15933
- attr(ul, "class", "slider-list svelte-1k4xkut");
15964
+ attr(ul, "class", "slider-list svelte-1slel1d");
15934
15965
  attr(ul, "style", ul_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
15935
15966
  attr(div0, "style", /*indicatorListStyle*/ ctx[4]);
15936
15967
  attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
15937
15968
  attr(div1, "style", /*style*/ ctx[6]);
15938
- attr(div1, "class", "slider svelte-1k4xkut");
15969
+ attr(div1, "class", "slider svelte-1slel1d");
15939
15970
  },
15940
15971
  m(target, anchor) {
15941
15972
  insert(target, div1, anchor);
@@ -16284,7 +16315,7 @@ class Slider extends SvelteComponent {
16284
16315
  /* src/components-flex/slider/SliderItem.svelte generated by Svelte v3.53.1 */
16285
16316
 
16286
16317
  function add_css$e(target) {
16287
- append_styles(target, "svelte-j5pon4", ".slider-item.svelte-j5pon4{overflow:hidden}.slider-item-inner.svelte-j5pon4{text-decoration:none;background:none;border:0;margin:0;padding:0;color:inherit;-webkit-user-drag:none;user-select:none}");
16318
+ append_styles(target, "svelte-1amglxo", ".slider-item.svelte-1amglxo{overflow:hidden}.slider-item-inner.svelte-1amglxo{text-decoration:none;background:none;border:0;margin:0;padding:0;color:inherit;-webkit-user-drag:none;user-select:none}");
16288
16319
  }
16289
16320
 
16290
16321
  // (10:2) <svelte:element {...attributes} this={element} class="slider-item-inner" on:click={handleClick} >
@@ -16313,7 +16344,7 @@ function create_dynamic_element$3(ctx) {
16313
16344
  set_attributes(svelte_element, svelte_element_data);
16314
16345
  }
16315
16346
 
16316
- toggle_class(svelte_element, "svelte-j5pon4", true);
16347
+ toggle_class(svelte_element, "svelte-1amglxo", true);
16317
16348
  },
16318
16349
  m(target, anchor) {
16319
16350
  insert(target, svelte_element, anchor);
@@ -16353,7 +16384,7 @@ function create_dynamic_element$3(ctx) {
16353
16384
  set_attributes(svelte_element, svelte_element_data);
16354
16385
  }
16355
16386
 
16356
- toggle_class(svelte_element, "svelte-j5pon4", true);
16387
+ toggle_class(svelte_element, "svelte-1amglxo", true);
16357
16388
  },
16358
16389
  i(local) {
16359
16390
  if (current) return;
@@ -16384,7 +16415,7 @@ function create_fragment$i(ctx) {
16384
16415
  li = element("li");
16385
16416
  if (svelte_element) svelte_element.c();
16386
16417
  attr(li, "data-layer-id", /*layerId*/ ctx[0]);
16387
- attr(li, "class", "slider-item svelte-j5pon4");
16418
+ attr(li, "class", "slider-item svelte-1amglxo");
16388
16419
  },
16389
16420
  m(target, anchor) {
16390
16421
  insert(target, li, anchor);
@@ -16541,7 +16572,7 @@ const TEXT_VARIANTS = {
16541
16572
  /* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
16542
16573
 
16543
16574
  function add_css$d(target) {
16544
- append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
16575
+ append_styles(target, "svelte-vifn7y", ".text.svelte-vifn7y{margin:0;word-break:break-all;text-decoration:none}");
16545
16576
  }
16546
16577
 
16547
16578
  function create_fragment$h(ctx) {
@@ -16550,7 +16581,7 @@ function create_fragment$h(ctx) {
16550
16581
  return {
16551
16582
  c() {
16552
16583
  p = element("p");
16553
- attr(p, "class", "text svelte-14kt34i");
16584
+ attr(p, "class", "text svelte-vifn7y");
16554
16585
  attr(p, "data-layer-id", /*layerId*/ ctx[0]);
16555
16586
  attr(p, "style", /*style*/ ctx[1]);
16556
16587
  },
@@ -16668,7 +16699,7 @@ class Text extends SvelteComponent {
16668
16699
  /* src/components-flex/rich-text/RichText.svelte generated by Svelte v3.53.1 */
16669
16700
 
16670
16701
  function add_css$c(target) {
16671
- append_styles(target, "svelte-mq7h73", ".rich-text.svelte-mq7h73 p{margin:0;word-break:break-all;text-decoration:none}.rich-text.svelte-mq7h73 p + p{margin-top:0.75em}");
16702
+ append_styles(target, "svelte-dxr423", ".rich-text.svelte-dxr423 p{margin:0;word-break:break-all;text-decoration:none}.rich-text.svelte-dxr423 p + p{margin-top:0.75em}");
16672
16703
  }
16673
16704
 
16674
16705
  function create_fragment$g(ctx) {
@@ -16678,7 +16709,7 @@ function create_fragment$g(ctx) {
16678
16709
  return {
16679
16710
  c() {
16680
16711
  div = element("div");
16681
- attr(div, "class", "rich-text svelte-mq7h73");
16712
+ attr(div, "class", "rich-text svelte-dxr423");
16682
16713
  attr(div, "style", /*style*/ ctx[2]);
16683
16714
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
16684
16715
  },
@@ -16851,7 +16882,7 @@ const getTextLinkThemeStyles = getPropStyles(callback);
16851
16882
  /* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
16852
16883
 
16853
16884
  function add_css$b(target) {
16854
- append_styles(target, "svelte-1qyhpm7", ".link.svelte-1qyhpm7{-webkit-appearance:none;border:0;background:none;padding:0;display:inline-flex}.link.svelte-1qyhpm7,.link.svelte-1qyhpm7:visited,.link.svelte-1qyhpm7:link{color:var(--color)}.link.svelte-1qyhpm7:hover{color:var(--hover-color)}.link.svelte-1qyhpm7:active{color:var(--active-color)}.link.underline-hover-on.svelte-1qyhpm7{text-decoration:none}.link.underline-hover-on.svelte-1qyhpm7:hover{text-decoration:underline}.link.underline-hover-off.svelte-1qyhpm7{text-decoration:underline}.link.underline-hover-off.svelte-1qyhpm7:hover{text-decoration:none}.link.underline-on.svelte-1qyhpm7{text-decoration:underline}.link.underline-off.svelte-1qyhpm7{text-decoration:none}");
16885
+ append_styles(target, "svelte-dc9m5n", ".link.svelte-dc9m5n{-webkit-appearance:none;border:0;background:none;padding:0;display:inline-flex}.link.svelte-dc9m5n,.link.svelte-dc9m5n:visited,.link.svelte-dc9m5n:link{color:var(--color)}.link.svelte-dc9m5n:hover{color:var(--hover-color)}.link.svelte-dc9m5n:active{color:var(--active-color)}.link.underline-hover-on.svelte-dc9m5n{text-decoration:none}.link.underline-hover-on.svelte-dc9m5n:hover{text-decoration:underline}.link.underline-hover-off.svelte-dc9m5n{text-decoration:underline}.link.underline-hover-off.svelte-dc9m5n:hover{text-decoration:none}.link.underline-on.svelte-dc9m5n{text-decoration:underline}.link.underline-off.svelte-dc9m5n{text-decoration:none}");
16855
16886
  }
16856
16887
 
16857
16888
  // (81:2) {#if props.isIcon && props.iconVariant}
@@ -16944,7 +16975,7 @@ function create_dynamic_element$2(ctx) {
16944
16975
  set_attributes(svelte_element, svelte_element_data);
16945
16976
  }
16946
16977
 
16947
- toggle_class(svelte_element, "svelte-1qyhpm7", true);
16978
+ toggle_class(svelte_element, "svelte-dc9m5n", true);
16948
16979
  },
16949
16980
  m(target, anchor) {
16950
16981
  insert(target, svelte_element, anchor);
@@ -16997,7 +17028,7 @@ function create_dynamic_element$2(ctx) {
16997
17028
  set_attributes(svelte_element, svelte_element_data);
16998
17029
  }
16999
17030
 
17000
- toggle_class(svelte_element, "svelte-1qyhpm7", true);
17031
+ toggle_class(svelte_element, "svelte-dc9m5n", true);
17001
17032
  },
17002
17033
  i(local) {
17003
17034
  if (current) return;
@@ -17180,7 +17211,7 @@ const TEXT_LINK_UNDERLINE = {
17180
17211
  /* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
17181
17212
 
17182
17213
  function add_css$a(target) {
17183
- append_styles(target, "svelte-ed4ktn", ".v2-background.svelte-ed4ktn{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
17214
+ append_styles(target, "svelte-18nkdjz", ".v2-background.svelte-18nkdjz{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
17184
17215
  }
17185
17216
 
17186
17217
  // (14:0) {#if backgroundOverlay}
@@ -17193,7 +17224,7 @@ function create_if_block$4(ctx) {
17193
17224
  return {
17194
17225
  c() {
17195
17226
  div = element("div");
17196
- attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
17227
+ attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
17197
17228
  },
17198
17229
  m(target, anchor) {
17199
17230
  insert(target, div, anchor);
@@ -17204,7 +17235,7 @@ function create_if_block$4(ctx) {
17204
17235
  }
17205
17236
  },
17206
17237
  p(ctx, dirty) {
17207
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
17238
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
17208
17239
  attr(div, "class", div_class_value);
17209
17240
  }
17210
17241
  },
@@ -17276,10 +17307,10 @@ class BackgroundOverlay extends SvelteComponent {
17276
17307
  /* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
17277
17308
 
17278
17309
  function add_css$9(target) {
17279
- append_styles(target, "svelte-15b58xm", "*{box-sizing:border-box}.modal.svelte-15b58xm{position:fixed;z-index:2147483647;display:flex}.modal.svelte-15b58xm > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-15b58xm{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-15b58xm{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
17310
+ append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
17280
17311
  }
17281
17312
 
17282
- // (220:0) {:else}
17313
+ // (222:0) {:else}
17283
17314
  function create_else_block(ctx) {
17284
17315
  let backgroundoverlay;
17285
17316
  let current;
@@ -17291,7 +17322,7 @@ function create_else_block(ctx) {
17291
17322
  });
17292
17323
 
17293
17324
  backgroundoverlay.$on("click", function () {
17294
- if (is_function(/*backgroundClick*/ ctx[13])) /*backgroundClick*/ ctx[13].apply(this, arguments);
17325
+ if (is_function(/*backgroundClick*/ ctx[12])) /*backgroundClick*/ ctx[12].apply(this, arguments);
17295
17326
  });
17296
17327
 
17297
17328
  return {
@@ -17323,7 +17354,7 @@ function create_else_block(ctx) {
17323
17354
  };
17324
17355
  }
17325
17356
 
17326
- // (209:24)
17357
+ // (211:24)
17327
17358
  function create_if_block_2(ctx) {
17328
17359
  let backgroundoverlay0;
17329
17360
  let t;
@@ -17338,7 +17369,7 @@ function create_if_block_2(ctx) {
17338
17369
  });
17339
17370
 
17340
17371
  backgroundoverlay0.$on("click", function () {
17341
- if (is_function(/*backgroundClickPC*/ ctx[12])) /*backgroundClickPC*/ ctx[12].apply(this, arguments);
17372
+ if (is_function(/*backgroundClickPC*/ ctx[11])) /*backgroundClickPC*/ ctx[11].apply(this, arguments);
17342
17373
  });
17343
17374
 
17344
17375
  backgroundoverlay1 = new BackgroundOverlay({
@@ -17349,7 +17380,7 @@ function create_if_block_2(ctx) {
17349
17380
  });
17350
17381
 
17351
17382
  backgroundoverlay1.$on("click", function () {
17352
- if (is_function(/*backgroundClickSP*/ ctx[11])) /*backgroundClickSP*/ ctx[11].apply(this, arguments);
17383
+ if (is_function(/*backgroundClickSP*/ ctx[10])) /*backgroundClickSP*/ ctx[10].apply(this, arguments);
17353
17384
  });
17354
17385
 
17355
17386
  return {
@@ -17392,7 +17423,7 @@ function create_if_block_2(ctx) {
17392
17423
  };
17393
17424
  }
17394
17425
 
17395
- // (207:0) {#if !isOnSite}
17426
+ // (209:0) {#if isCanvasPreview}
17396
17427
  function create_if_block_1$1(ctx) {
17397
17428
  return {
17398
17429
  c: noop,
@@ -17404,11 +17435,10 @@ function create_if_block_1$1(ctx) {
17404
17435
  };
17405
17436
  }
17406
17437
 
17407
- // (223:0) {#if visible}
17438
+ // (225:0) {#if visible}
17408
17439
  function create_if_block$3(ctx) {
17409
17440
  let div;
17410
17441
  let div_class_value;
17411
- let div_style_value;
17412
17442
  let div_intro;
17413
17443
  let current;
17414
17444
  const default_slot_template = /*#slots*/ ctx[27].default;
@@ -17418,11 +17448,11 @@ function create_if_block$3(ctx) {
17418
17448
  c() {
17419
17449
  div = element("div");
17420
17450
  if (default_slot) default_slot.c();
17421
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
17451
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
17422
17452
  attr(div, "role", "dialog");
17423
17453
  attr(div, "aria-modal", "true");
17424
17454
  attr(div, "data-layer-id", /*layerId*/ ctx[2]);
17425
- attr(div, "style", div_style_value = [Array.from(/*modalStyles*/ ctx[15]).join(';'), /*style*/ ctx[9]].join(' '));
17455
+ attr(div, "style", Array.from(/*modalStyles*/ ctx[15]).join(';'));
17426
17456
  },
17427
17457
  m(target, anchor) {
17428
17458
  insert(target, div, anchor);
@@ -17452,17 +17482,13 @@ function create_if_block$3(ctx) {
17452
17482
  }
17453
17483
  }
17454
17484
 
17455
- if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
17485
+ if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
17456
17486
  attr(div, "class", div_class_value);
17457
17487
  }
17458
17488
 
17459
17489
  if (!current || dirty & /*layerId*/ 4) {
17460
17490
  attr(div, "data-layer-id", /*layerId*/ ctx[2]);
17461
17491
  }
17462
-
17463
- if (!current || dirty & /*style*/ 512 && div_style_value !== (div_style_value = [Array.from(/*modalStyles*/ ctx[15]).join(';'), /*style*/ ctx[9]].join(' '))) {
17464
- attr(div, "style", div_style_value);
17465
- }
17466
17492
  },
17467
17493
  i(local) {
17468
17494
  if (current) return;
@@ -17470,9 +17496,10 @@ function create_if_block$3(ctx) {
17470
17496
 
17471
17497
  if (!div_intro) {
17472
17498
  add_render_callback(() => {
17473
- div_intro = create_in_transition(div, customAnimation, {
17499
+ div_intro = create_in_transition(div, customAnimationV2, {
17474
17500
  transforms: /*transforms*/ ctx[3],
17475
- animationStyle: /*animation*/ ctx[1]
17501
+ animationStyle: /*animation*/ ctx[1],
17502
+ disabled: !/*isOnSite*/ ctx[14]
17476
17503
  });
17477
17504
 
17478
17505
  div_intro.start();
@@ -17505,7 +17532,7 @@ function create_fragment$d(ctx) {
17505
17532
  const if_blocks = [];
17506
17533
 
17507
17534
  function select_block_type(ctx, dirty) {
17508
- if (!/*isOnSite*/ ctx[14]) return 0;
17535
+ if (/*isCanvasPreview*/ ctx[13]) return 0;
17509
17536
  if (/*useBreakPoint*/ ctx[0]) return 1;
17510
17537
  return 2;
17511
17538
  }
@@ -17530,7 +17557,7 @@ function create_fragment$d(ctx) {
17530
17557
 
17531
17558
  if (!mounted) {
17532
17559
  dispose = listen(window, "keydown", function () {
17533
- if (is_function(/*handle_keydown*/ ctx[10])) /*handle_keydown*/ ctx[10].apply(this, arguments);
17560
+ if (is_function(/*handle_keydown*/ ctx[9])) /*handle_keydown*/ ctx[9].apply(this, arguments);
17534
17561
  });
17535
17562
 
17536
17563
  mounted = true;
@@ -17616,7 +17643,6 @@ function instance$d($$self, $$props, $$invalidate) {
17616
17643
  let backgroundClickSP;
17617
17644
  let handle_keydown;
17618
17645
  let visible;
17619
- let style;
17620
17646
  let { $$slots: slots = {}, $$scope } = $$props;
17621
17647
  let { useBreakPoint = false } = $$props;
17622
17648
  let { placement } = $$props;
@@ -17628,9 +17654,9 @@ function instance$d($$self, $$props, $$invalidate) {
17628
17654
  let { closeEventValue = null } = $$props;
17629
17655
  let { layerId = '' } = $$props;
17630
17656
  const { brandKit } = useBrandKit();
17631
-
17632
- // falseが明示的に指定されている場合以外はtrueにする
17633
- const isOnSite = (document.querySelector('#preview')?.getAttribute('data-on-site') ?? 'true') !== 'false';
17657
+ const isCanvasPreview = (document.querySelector('#preview')?.getAttribute('data-canvas-preview') ?? 'false') === 'true';
17658
+ const isOnSite = (document.querySelector('#preview')?.getAttribute('data-on-site') ?? 'true') === 'true';
17659
+ console.log('isOnSite', isOnSite);
17634
17660
 
17635
17661
  // モーダル背景の設定
17636
17662
  const isExistBackgroundOverlayValue = placement && placement.backgroundOverlay !== undefined;
@@ -17689,7 +17715,7 @@ function instance$d($$self, $$props, $$invalidate) {
17689
17715
 
17690
17716
  if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
17691
17717
  {
17692
- if (isOnSite && isExistBackgroundOverlayValue) {
17718
+ if (!isCanvasPreview && isExistBackgroundOverlayValue) {
17693
17719
  $$invalidate(4, backgroundOverlay = placement.backgroundOverlay);
17694
17720
  }
17695
17721
 
@@ -17725,7 +17751,7 @@ function instance$d($$self, $$props, $$invalidate) {
17725
17751
  }
17726
17752
 
17727
17753
  if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunction*/ 7340032) {
17728
- $$invalidate(13, backgroundClick = () => {
17754
+ $$invalidate(12, backgroundClick = () => {
17729
17755
  if (closeEventName) {
17730
17756
  send_event(closeEventName, closeEventValue);
17731
17757
  }
@@ -17735,7 +17761,7 @@ function instance$d($$self, $$props, $$invalidate) {
17735
17761
  }
17736
17762
 
17737
17763
  if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionPC*/ 11534336) {
17738
- $$invalidate(12, backgroundClickPC = () => {
17764
+ $$invalidate(11, backgroundClickPC = () => {
17739
17765
  if (closeEventName) {
17740
17766
  send_event(closeEventName, closeEventValue);
17741
17767
  }
@@ -17745,7 +17771,7 @@ function instance$d($$self, $$props, $$invalidate) {
17745
17771
  }
17746
17772
 
17747
17773
  if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionSP*/ 19922944) {
17748
- $$invalidate(11, backgroundClickSP = () => {
17774
+ $$invalidate(10, backgroundClickSP = () => {
17749
17775
  if (closeEventName) {
17750
17776
  send_event(closeEventName, closeEventValue);
17751
17777
  }
@@ -17760,7 +17786,7 @@ function instance$d($$self, $$props, $$invalidate) {
17760
17786
  // 表示位置のスタイルの設定
17761
17787
  let position = DefaultModalPlacement.position;
17762
17788
 
17763
- if (isOnSite && placement && placement.position !== null) {
17789
+ if (!isCanvasPreview && placement && placement.position !== null) {
17764
17790
  position = placement.position;
17765
17791
  }
17766
17792
 
@@ -17777,7 +17803,7 @@ function instance$d($$self, $$props, $$invalidate) {
17777
17803
  $$invalidate(3, transforms = []);
17778
17804
 
17779
17805
  DEVICE_IDS.forEach(deviceId => {
17780
- if (isOnSite && useBreakPoint) {
17806
+ if (!isCanvasPreview && useBreakPoint) {
17781
17807
  const positionWithBp = breakPoint[deviceId]?.placement?.position;
17782
17808
 
17783
17809
  transforms.push({
@@ -17802,12 +17828,12 @@ function instance$d($$self, $$props, $$invalidate) {
17802
17828
  }
17803
17829
  }
17804
17830
 
17805
- if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
17831
+ if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint, props*/ 720897) {
17806
17832
  // 表示位置の調整のスタイルを設定
17807
17833
  {
17808
17834
  let margin = DefaultModalPlacement.margin;
17809
17835
 
17810
- if (isOnSite && placement && placement.margin !== null) {
17836
+ if (!isCanvasPreview && placement && placement.margin !== null) {
17811
17837
  margin = placement.margin;
17812
17838
  }
17813
17839
 
@@ -17818,7 +17844,7 @@ function instance$d($$self, $$props, $$invalidate) {
17818
17844
  }
17819
17845
 
17820
17846
  DEVICE_IDS.forEach(deviceId => {
17821
- if (isOnSite && useBreakPoint) {
17847
+ if (!isCanvasPreview && useBreakPoint) {
17822
17848
  const marginWithBp = breakPoint[deviceId]?.placement?.margin;
17823
17849
  marginStyle = getMarginStyle(marginWithBp);
17824
17850
  }
@@ -17831,23 +17857,23 @@ function instance$d($$self, $$props, $$invalidate) {
17831
17857
 
17832
17858
  modalStyles.add(marginVariables);
17833
17859
  });
17860
+
17861
+ const propsStyle = objToStyle({
17862
+ width: props.width,
17863
+ ...toCssOverflow(props),
17864
+ ...toCssShadow(props),
17865
+ ...toCssRadius(props),
17866
+ ...toCssBackgroundImage(props),
17867
+ ...toCssBackgroundColor(props),
17868
+ ...toCssBorder(props)
17869
+ });
17870
+
17871
+ modalStyles.add(propsStyle);
17834
17872
  }
17835
17873
  }
17836
17874
 
17837
17875
  if ($$self.$$.dirty & /*close*/ 33554432) {
17838
- $$invalidate(10, handle_keydown = handleKeydown({ Escape: close }));
17839
- }
17840
-
17841
- if ($$self.$$.dirty & /*props*/ 524288) {
17842
- $$invalidate(9, style = objToStyle({
17843
- width: props.width,
17844
- ...toCssOverflow(props),
17845
- ...toCssShadow(props),
17846
- ...toCssRadius(props),
17847
- ...toCssBackgroundImage(props),
17848
- ...toCssBackgroundColor(props),
17849
- ...toCssBorder(props)
17850
- }));
17876
+ $$invalidate(9, handle_keydown = handleKeydown({ Escape: close }));
17851
17877
  }
17852
17878
  };
17853
17879
 
@@ -17866,11 +17892,11 @@ function instance$d($$self, $$props, $$invalidate) {
17866
17892
  backgroundOverlaySP,
17867
17893
  modal,
17868
17894
  visible,
17869
- style,
17870
17895
  handle_keydown,
17871
17896
  backgroundClickSP,
17872
17897
  backgroundClickPC,
17873
17898
  backgroundClick,
17899
+ isCanvasPreview,
17874
17900
  isOnSite,
17875
17901
  modalStyles,
17876
17902
  placement,
@@ -17918,7 +17944,7 @@ class Modal extends SvelteComponent {
17918
17944
  /* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
17919
17945
 
17920
17946
  function add_css$8(target) {
17921
- append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
17947
+ append_styles(target, "svelte-igivoz", ".code.svelte-igivoz{flex-grow:1;flex-shrink:0;align-self:stretch}");
17922
17948
  }
17923
17949
 
17924
17950
  function create_fragment$c(ctx) {
@@ -17928,7 +17954,7 @@ function create_fragment$c(ctx) {
17928
17954
  return {
17929
17955
  c() {
17930
17956
  div = element("div");
17931
- attr(div, "class", "code svelte-jviwnb");
17957
+ attr(div, "class", "code svelte-igivoz");
17932
17958
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
17933
17959
  },
17934
17960
  m(target, anchor) {
@@ -18010,7 +18036,7 @@ const LIST_ITEM_CONTEXT_KEY = 'ListItemContext';
18010
18036
  /* src/components-flex/list/List.svelte generated by Svelte v3.53.1 */
18011
18037
 
18012
18038
  function add_css$7(target) {
18013
- append_styles(target, "svelte-5g0mcl", ".list.svelte-5g0mcl{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;--border-width:0;--border-style:solit;--border-color:rgba(255, 255, 255, 0);border-top-width:var(--border-width);border-top-style:var(--border-style);border-top-color:var(--border-color);border-bottom-width:var(--border-width);border-bottom-style:var(--border-style);border-bottom-color:var(--border-color)}");
18039
+ append_styles(target, "svelte-v2vy6p", ".list.svelte-v2vy6p{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;--border-width:0;--border-style:solit;--border-color:rgba(255, 255, 255, 0);border-top-width:var(--border-width);border-top-style:var(--border-style);border-top-color:var(--border-color);border-bottom-width:var(--border-width);border-bottom-style:var(--border-style);border-bottom-color:var(--border-color)}");
18014
18040
  }
18015
18041
 
18016
18042
  function create_fragment$b(ctx) {
@@ -18024,7 +18050,7 @@ function create_fragment$b(ctx) {
18024
18050
  ul = element("ul");
18025
18051
  if (default_slot) default_slot.c();
18026
18052
  attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
18027
- attr(ul, "class", "list svelte-5g0mcl");
18053
+ attr(ul, "class", "list svelte-v2vy6p");
18028
18054
  attr(ul, "style", /*style*/ ctx[1]);
18029
18055
  },
18030
18056
  m(target, anchor) {
@@ -18147,7 +18173,7 @@ class List extends SvelteComponent {
18147
18173
  /* src/components-flex/list/ListItem.svelte generated by Svelte v3.53.1 */
18148
18174
 
18149
18175
  function add_css$6(target) {
18150
- append_styles(target, "svelte-1e6dn58", ".list-item.svelte-1e6dn58{margin:0;padding:0}.list-item-inner.svelte-1e6dn58{display:flex;align-items:center;width:100%;text-decoration:none;color:inherit}.list-item-inner.svelte-1e6dn58:hover{opacity:0.8}.list-item.svelte-1e6dn58:not(:first-child){border-top-width:var(--list-item-border-width);border-top-style:var(--list-item-border-style);border-top-color:var(--list-item-border-color)}");
18176
+ append_styles(target, "svelte-1223veg", ".list-item.svelte-1223veg{margin:0;padding:0}.list-item-inner.svelte-1223veg{display:flex;align-items:center;width:100%;text-decoration:none;color:inherit}.list-item-inner.svelte-1223veg:hover{opacity:0.8}.list-item.svelte-1223veg:not(:first-child){border-top-width:var(--list-item-border-width);border-top-style:var(--list-item-border-style);border-top-color:var(--list-item-border-color)}");
18151
18177
  }
18152
18178
 
18153
18179
  // (30:2) <svelte:element {...attributes} this={element} class="list-item-inner" style={innerStyle} on:click={handleClick} >
@@ -18182,7 +18208,7 @@ function create_dynamic_element$1(ctx) {
18182
18208
  set_attributes(svelte_element, svelte_element_data);
18183
18209
  }
18184
18210
 
18185
- toggle_class(svelte_element, "svelte-1e6dn58", true);
18211
+ toggle_class(svelte_element, "svelte-1223veg", true);
18186
18212
  },
18187
18213
  m(target, anchor) {
18188
18214
  insert(target, svelte_element, anchor);
@@ -18226,7 +18252,7 @@ function create_dynamic_element$1(ctx) {
18226
18252
  set_attributes(svelte_element, svelte_element_data);
18227
18253
  }
18228
18254
 
18229
- toggle_class(svelte_element, "svelte-1e6dn58", true);
18255
+ toggle_class(svelte_element, "svelte-1223veg", true);
18230
18256
  },
18231
18257
  i(local) {
18232
18258
  if (current) return;
@@ -18256,7 +18282,7 @@ function create_fragment$a(ctx) {
18256
18282
  c() {
18257
18283
  li = element("li");
18258
18284
  if (svelte_element) svelte_element.c();
18259
- attr(li, "class", "list-item svelte-1e6dn58");
18285
+ attr(li, "class", "list-item svelte-1223veg");
18260
18286
  attr(li, "data-layer-id", /*layerId*/ ctx[0]);
18261
18287
  attr(li, "style", /*style*/ ctx[2]);
18262
18288
  },
@@ -18402,7 +18428,7 @@ function splitNumberAndUnit(value) {
18402
18428
  /* src/components-flex/multi-column/MultiColumn.svelte generated by Svelte v3.53.1 */
18403
18429
 
18404
18430
  function add_css$5(target) {
18405
- append_styles(target, "svelte-1csavnh", ".list.svelte-1csavnh{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
18431
+ append_styles(target, "svelte-aoppwp", ".list.svelte-aoppwp{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
18406
18432
  }
18407
18433
 
18408
18434
  function create_fragment$9(ctx) {
@@ -18416,7 +18442,7 @@ function create_fragment$9(ctx) {
18416
18442
  ul = element("ul");
18417
18443
  if (default_slot) default_slot.c();
18418
18444
  attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
18419
- attr(ul, "class", "list svelte-1csavnh");
18445
+ attr(ul, "class", "list svelte-aoppwp");
18420
18446
  attr(ul, "style", /*style*/ ctx[1]);
18421
18447
  },
18422
18448
  m(target, anchor) {
@@ -18528,7 +18554,7 @@ class MultiColumn extends SvelteComponent {
18528
18554
  /* src/components-flex/multi-column/MultiColumnItem.svelte generated by Svelte v3.53.1 */
18529
18555
 
18530
18556
  function add_css$4(target) {
18531
- append_styles(target, "svelte-1mk0qj6", ".multi-column-item.svelte-1mk0qj6{margin:0;width:100%;padding-top:0;padding-bottom:0;padding-left:var(--multi-column-item-padding);padding-right:var(--multi-column-item-padding)}.multi-column-item-inner.svelte-1mk0qj6{display:flex;flex-direction:column;align-items:center;gap:var(--multi-column-item-gap);width:100%;text-decoration:none;color:inherit;padding-top:var(--multi-column-item-padding-top);padding-left:var(--multi-column-item-padding-left);padding-right:var(--multi-column-item-padding-right);padding-bottom:var(--multi-column-item-padding-bottom)}.multi-column-item-inner.svelte-1mk0qj6:hover{opacity:0.8}.multi-column-item.svelte-1mk0qj6:not(:first-child){border-left-width:var(--multi-column-item-border-width);border-left-style:var(--multi-column-item-border-style);border-left-color:var(--multi-column-item-border-color)}");
18557
+ append_styles(target, "svelte-1blzs1a", ".multi-column-item.svelte-1blzs1a{margin:0;width:100%;padding-top:0;padding-bottom:0;padding-left:var(--multi-column-item-padding);padding-right:var(--multi-column-item-padding)}.multi-column-item-inner.svelte-1blzs1a{display:flex;flex-direction:column;align-items:center;gap:var(--multi-column-item-gap);width:100%;text-decoration:none;color:inherit;padding-top:var(--multi-column-item-padding-top);padding-left:var(--multi-column-item-padding-left);padding-right:var(--multi-column-item-padding-right);padding-bottom:var(--multi-column-item-padding-bottom)}.multi-column-item-inner.svelte-1blzs1a:hover{opacity:0.8}.multi-column-item.svelte-1blzs1a:not(:first-child){border-left-width:var(--multi-column-item-border-width);border-left-style:var(--multi-column-item-border-style);border-left-color:var(--multi-column-item-border-color)}");
18532
18558
  }
18533
18559
 
18534
18560
  // (28:2) <svelte:element {...attributes} this={element} class="multi-column-item-inner" on:click={handleClick} >
@@ -18557,7 +18583,7 @@ function create_dynamic_element(ctx) {
18557
18583
  set_attributes(svelte_element, svelte_element_data);
18558
18584
  }
18559
18585
 
18560
- toggle_class(svelte_element, "svelte-1mk0qj6", true);
18586
+ toggle_class(svelte_element, "svelte-1blzs1a", true);
18561
18587
  },
18562
18588
  m(target, anchor) {
18563
18589
  insert(target, svelte_element, anchor);
@@ -18597,7 +18623,7 @@ function create_dynamic_element(ctx) {
18597
18623
  set_attributes(svelte_element, svelte_element_data);
18598
18624
  }
18599
18625
 
18600
- toggle_class(svelte_element, "svelte-1mk0qj6", true);
18626
+ toggle_class(svelte_element, "svelte-1blzs1a", true);
18601
18627
  },
18602
18628
  i(local) {
18603
18629
  if (current) return;
@@ -18627,7 +18653,7 @@ function create_fragment$8(ctx) {
18627
18653
  c() {
18628
18654
  li = element("li");
18629
18655
  if (svelte_element) svelte_element.c();
18630
- attr(li, "class", "multi-column-item svelte-1mk0qj6");
18656
+ attr(li, "class", "multi-column-item svelte-1blzs1a");
18631
18657
  attr(li, "data-layer-id", /*layerId*/ ctx[0]);
18632
18658
  attr(li, "style", /*style*/ ctx[1]);
18633
18659
  },
@@ -18742,7 +18768,7 @@ class MultiColumnItem extends SvelteComponent {
18742
18768
  /* src/components-flex/youtube/Youtube.svelte generated by Svelte v3.53.1 */
18743
18769
 
18744
18770
  function add_css$3(target) {
18745
- append_styles(target, "svelte-1bgnrue", ".youtube.svelte-1bgnrue{position:relative;aspect-ratio:16 / 9;width:100%;border-radius:3px}.youtube.svelte-1bgnrue iframe{position:absolute;width:100%;height:100%;object-fit:cover}");
18771
+ append_styles(target, "svelte-odfkc2", ".youtube.svelte-odfkc2{position:relative;aspect-ratio:16 / 9;width:100%;border-radius:3px}.youtube.svelte-odfkc2 iframe{position:absolute;width:100%;height:100%;object-fit:cover}");
18746
18772
  }
18747
18773
 
18748
18774
  function create_fragment$7(ctx) {
@@ -18754,7 +18780,7 @@ function create_fragment$7(ctx) {
18754
18780
  div1 = element("div");
18755
18781
  div0 = element("div");
18756
18782
  attr(div0, "class", "youtube-player");
18757
- attr(div1, "class", "youtube svelte-1bgnrue");
18783
+ attr(div1, "class", "youtube svelte-odfkc2");
18758
18784
  attr(div1, "style", /*style*/ ctx[2]);
18759
18785
  attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
18760
18786
  },
@@ -18901,7 +18927,7 @@ class Youtube extends SvelteComponent {
18901
18927
  /* src/components-flex/count-down/CountDown.svelte generated by Svelte v3.53.1 */
18902
18928
 
18903
18929
  function add_css$2(target) {
18904
- append_styles(target, "svelte-1eft5i1", ".countdown.svelte-1eft5i1{display:flex;align-items:center;gap:4px}");
18930
+ append_styles(target, "svelte-1n395il", ".countdown.svelte-1n395il{display:flex;align-items:center;gap:4px}");
18905
18931
  }
18906
18932
 
18907
18933
  const get_default_slot_changes = dirty => ({
@@ -18928,7 +18954,7 @@ function create_fragment$6(ctx) {
18928
18954
  c() {
18929
18955
  div = element("div");
18930
18956
  if (default_slot) default_slot.c();
18931
- attr(div, "class", "countdown svelte-1eft5i1");
18957
+ attr(div, "class", "countdown svelte-1n395il");
18932
18958
  attr(div, "data-layer-id", /*layerId*/ ctx[0]);
18933
18959
  },
18934
18960
  m(target, anchor) {
@@ -19223,7 +19249,7 @@ class CountDownValue extends SvelteComponent {
19223
19249
  /* src/components-flex/clip-copy/ClipCopy.svelte generated by Svelte v3.53.1 */
19224
19250
 
19225
19251
  function add_css$1(target) {
19226
- append_styles(target, "svelte-1z01gne", ".clipboard.svelte-1z01gne{position:relative;display:inline-flex}.clipboard-button.svelte-1z01gne{position:relative;display:inline-flex;align-items:center;white-space:nowrap;gap:12px;background:none;border:0;transition:0.12s;cursor:pointer}.clipboard-button.svelte-1z01gne:hover{opacity:0.8}.clipboard-button.svelte-1z01gne:active{opacity:0.6}.clipboard-tooltip.svelte-1z01gne{position:absolute;top:-8px;left:50%;display:block;transform:translate(-50%, -100%);padding:4px 10px;background-color:#333333;color:#ffffff;font-size:11px;font-weight:bold;border-radius:4px;transition:transform 0.2s ease-out;white-space:nowrap;pointer-events:none}.clipboard-tooltip.svelte-1z01gne:after{content:'';display:block;position:absolute;bottom:0;left:50%;width:8px;height:8px;background-color:#333333;border-radius:1px;transform:translate(-50%, 40%) rotate(45deg)}.clipboard-tooltip[aria-hidden=\"true\"].svelte-1z01gne{opacity:0;transform:translate(-50%, -80%)}");
19252
+ append_styles(target, "svelte-30zd8m", ".clipboard.svelte-30zd8m{position:relative;display:inline-flex}.clipboard-button.svelte-30zd8m{position:relative;display:inline-flex;align-items:center;white-space:nowrap;gap:12px;background:none;border:0;transition:0.12s;cursor:pointer}.clipboard-button.svelte-30zd8m:hover{opacity:0.8}.clipboard-button.svelte-30zd8m:active{opacity:0.6}.clipboard-tooltip.svelte-30zd8m{position:absolute;top:-8px;left:50%;display:block;transform:translate(-50%, -100%);padding:4px 10px;background-color:#333333;color:#ffffff;font-size:11px;font-weight:bold;border-radius:4px;transition:transform 0.2s ease-out;white-space:nowrap;pointer-events:none}.clipboard-tooltip.svelte-30zd8m:after{content:'';display:block;position:absolute;bottom:0;left:50%;width:8px;height:8px;background-color:#333333;border-radius:1px;transform:translate(-50%, 40%) rotate(45deg)}.clipboard-tooltip[aria-hidden=\"true\"].svelte-30zd8m{opacity:0;transform:translate(-50%, -80%)}");
19227
19253
  }
19228
19254
 
19229
19255
  function create_fragment$4(ctx) {
@@ -19247,10 +19273,10 @@ function create_fragment$4(ctx) {
19247
19273
  t0 = space();
19248
19274
  span = element("span");
19249
19275
  t1 = text("コピーしました");
19250
- attr(button, "class", "clipboard-button svelte-1z01gne");
19276
+ attr(button, "class", "clipboard-button svelte-30zd8m");
19251
19277
  attr(span, "aria-hidden", span_aria_hidden_value = !/*showTooltip*/ ctx[2]);
19252
- attr(span, "class", "clipboard-tooltip svelte-1z01gne");
19253
- attr(div, "class", "clipboard svelte-1z01gne");
19278
+ attr(span, "class", "clipboard-tooltip svelte-30zd8m");
19279
+ attr(div, "class", "clipboard svelte-30zd8m");
19254
19280
  attr(div, "data-layer-id", /*layerId*/ ctx[0]);
19255
19281
  },
19256
19282
  m(target, anchor) {
@@ -19860,7 +19886,7 @@ class State extends SvelteComponent {
19860
19886
  /* src/components-flex/state/StateItem.svelte generated by Svelte v3.53.1 */
19861
19887
 
19862
19888
  function add_css(target) {
19863
- append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
19889
+ append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
19864
19890
  }
19865
19891
 
19866
19892
  // (22:0) {#if $state === path}
@@ -19877,7 +19903,7 @@ function create_if_block$1(ctx) {
19877
19903
  t = space();
19878
19904
  if (default_slot) default_slot.c();
19879
19905
  attr(div, "data-state-path", /*path*/ ctx[0]);
19880
- attr(div, "class", "state-item svelte-1amihue");
19906
+ attr(div, "class", "state-item svelte-2qb6dm");
19881
19907
  },
19882
19908
  m(target, anchor) {
19883
19909
  insert(target, div, anchor);
@@ -20446,7 +20472,7 @@ function get_each_context(ctx, list, i) {
20446
20472
  return child_ctx;
20447
20473
  }
20448
20474
 
20449
- // (13:0) {#if component}
20475
+ // (12:0) {#if component}
20450
20476
  function create_if_block(ctx) {
20451
20477
  let switch_instance;
20452
20478
  let switch_instance_anchor;
@@ -20530,7 +20556,7 @@ function create_if_block(ctx) {
20530
20556
  };
20531
20557
  }
20532
20558
 
20533
- // (20:4) {#if option.children}
20559
+ // (19:4) {#if option.children}
20534
20560
  function create_if_block_1(ctx) {
20535
20561
  let each_1_anchor;
20536
20562
  let current;
@@ -20614,7 +20640,7 @@ function create_if_block_1(ctx) {
20614
20640
  };
20615
20641
  }
20616
20642
 
20617
- // (21:6) {#each option.children as child}
20643
+ // (20:6) {#each option.children as child}
20618
20644
  function create_each_block(ctx) {
20619
20645
  let thumbnailpreview;
20620
20646
  let current;
@@ -20648,7 +20674,7 @@ function create_each_block(ctx) {
20648
20674
  };
20649
20675
  }
20650
20676
 
20651
- // (14:2) <svelte:component this={component} props={'previewProps' in option && typeof option.previewProps !== 'undefined' ? option.previewProps : option.props} >
20677
+ // (13:2) <svelte:component this={component} props={'previewProps' in option && typeof option.previewProps !== 'undefined' ? option.previewProps : option.props} >
20652
20678
  function create_default_slot(ctx) {
20653
20679
  let if_block_anchor;
20654
20680
  let current;
@@ -20763,7 +20789,6 @@ function instance($$self, $$props, $$invalidate) {
20763
20789
  let component;
20764
20790
  let { option = {} } = $$props;
20765
20791
  let { customBrandKit = undefined } = $$props;
20766
- console.log('option', option);
20767
20792
 
20768
20793
  const getComponent = key => {
20769
20794
  return key in sdk ? sdk[key] : null;