@plaidev/karte-action-sdk 1.1.263 → 1.1.264-29037816.a7f00a03

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
@@ -725,27 +725,29 @@ const Fonts = [
725
725
  'Noto Sans JP',
726
726
  'Sawarabi Gothic',
727
727
  'Zen Kaku Gothic New',
728
- 'Zen Maru Gothic',
729
- 'Shippori Mincho',
730
- 'M PLUS Rounded 1c',
731
- 'M PLUS 1p',
732
- 'Kosugi Maru',
733
- 'Kosugi',
734
728
  'BIZ UDPGothic',
729
+ 'Open Sans',
730
+ 'M PLUS 1p',
731
+ 'M PLUS Rounded 1c',
732
+ 'Kiwi Maru',
733
+ 'Zen Maru Gothic',
735
734
  'Noto Serif JP',
735
+ 'Shippori Mincho',
736
736
  'BIZ UDPMincho',
737
737
  'Roboto',
738
- 'Open Sans',
739
- 'Montserrat',
740
738
  'Lato',
741
739
  'Poppins',
740
+ 'Lora',
741
+ // 廃止予定
742
742
  'Raleway',
743
+ 'Montserrat',
743
744
  'Nunito',
744
745
  'Playfair Display',
745
746
  'Merriweather',
746
- 'Lora',
747
747
  'Libre Baskerville',
748
748
  'EB Garamond',
749
+ 'Kosugi Maru',
750
+ 'Kosugi',
749
751
  ];
750
752
  /** @internal */
751
753
  const Justifies = ['flex-start', 'center', 'flex-end'];
@@ -3363,7 +3365,7 @@ class State extends SvelteComponent {
3363
3365
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3364
3366
 
3365
3367
  function add_css$S(target) {
3366
- append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
3368
+ append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
3367
3369
  }
3368
3370
 
3369
3371
  // (22:0) {#if $state === path}
@@ -3380,7 +3382,7 @@ function create_if_block$g(ctx) {
3380
3382
  t = space();
3381
3383
  if (default_slot) default_slot.c();
3382
3384
  attr(div, "data-state-path", /*path*/ ctx[0]);
3383
- attr(div, "class", "state-item svelte-1amihue");
3385
+ attr(div, "class", "state-item svelte-2qb6dm");
3384
3386
  },
3385
3387
  m(target, anchor) {
3386
3388
  insert(target, div, anchor);
@@ -3702,7 +3704,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3702
3704
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3703
3705
 
3704
3706
  function add_css$R(target) {
3705
- 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}");
3707
+ 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}");
3706
3708
  }
3707
3709
 
3708
3710
  // (14:0) {#if backgroundOverlay}
@@ -3715,7 +3717,7 @@ function create_if_block$f(ctx) {
3715
3717
  return {
3716
3718
  c() {
3717
3719
  div = element("div");
3718
- attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
3720
+ attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
3719
3721
  },
3720
3722
  m(target, anchor) {
3721
3723
  insert(target, div, anchor);
@@ -3726,7 +3728,7 @@ function create_if_block$f(ctx) {
3726
3728
  }
3727
3729
  },
3728
3730
  p(ctx, dirty) {
3729
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
3731
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
3730
3732
  attr(div, "class", div_class_value);
3731
3733
  }
3732
3734
  },
@@ -3832,7 +3834,7 @@ function checkStopPropagation(eventName, handler) {
3832
3834
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3833
3835
 
3834
3836
  function add_css$Q(target) {
3835
- 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}");
3837
+ 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}");
3836
3838
  }
3837
3839
 
3838
3840
  // (53:0) {:else}
@@ -3861,7 +3863,7 @@ function create_else_block$5(ctx) {
3861
3863
  button = element("button");
3862
3864
  if (default_slot) default_slot.c();
3863
3865
  set_attributes(button, button_data);
3864
- toggle_class(button, "svelte-1kmu8zp", true);
3866
+ toggle_class(button, "svelte-15k4deh", true);
3865
3867
  },
3866
3868
  m(target, anchor) {
3867
3869
  insert(target, button, anchor);
@@ -3900,7 +3902,7 @@ function create_else_block$5(ctx) {
3900
3902
  dataAttrStopPropagation('click')
3901
3903
  ]));
3902
3904
 
3903
- toggle_class(button, "svelte-1kmu8zp", true);
3905
+ toggle_class(button, "svelte-15k4deh", true);
3904
3906
  },
3905
3907
  i(local) {
3906
3908
  if (current) return;
@@ -3931,7 +3933,7 @@ function create_if_block_2$2(ctx) {
3931
3933
  c() {
3932
3934
  div = element("div");
3933
3935
  if (default_slot) default_slot.c();
3934
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
3936
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
3935
3937
  attr(div, "style", /*style*/ ctx[1]);
3936
3938
  },
3937
3939
  m(target, anchor) {
@@ -4015,7 +4017,7 @@ function create_if_block_1$4(ctx) {
4015
4017
  a = element("a");
4016
4018
  if (default_slot) default_slot.c();
4017
4019
  set_attributes(a, a_data);
4018
- toggle_class(a, "svelte-1kmu8zp", true);
4020
+ toggle_class(a, "svelte-15k4deh", true);
4019
4021
  },
4020
4022
  m(target, anchor) {
4021
4023
  insert(target, a, anchor);
@@ -4057,7 +4059,7 @@ function create_if_block_1$4(ctx) {
4057
4059
  dataAttrStopPropagation('click')
4058
4060
  ]));
4059
4061
 
4060
- toggle_class(a, "svelte-1kmu8zp", true);
4062
+ toggle_class(a, "svelte-15k4deh", true);
4061
4063
  },
4062
4064
  i(local) {
4063
4065
  if (current) return;
@@ -4088,7 +4090,7 @@ function create_if_block$e(ctx) {
4088
4090
  c() {
4089
4091
  div = element("div");
4090
4092
  if (default_slot) default_slot.c();
4091
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
4093
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
4092
4094
  attr(div, "style", /*style*/ ctx[1]);
4093
4095
  },
4094
4096
  m(target, anchor) {
@@ -4297,7 +4299,7 @@ let Button$1 = class Button extends SvelteComponent {
4297
4299
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
4298
4300
 
4299
4301
  function add_css$P(target) {
4300
- 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}}");
4302
+ 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}}");
4301
4303
  }
4302
4304
 
4303
4305
  // (278:0) {:else}
@@ -4447,7 +4449,7 @@ function create_if_block$d(ctx) {
4447
4449
  c() {
4448
4450
  div = element("div");
4449
4451
  create_component(button.$$.fragment);
4450
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
4452
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
4451
4453
  attr(div, "role", "dialog");
4452
4454
  attr(div, "aria-modal", "true");
4453
4455
  attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
@@ -4471,7 +4473,7 @@ function create_if_block$d(ctx) {
4471
4473
 
4472
4474
  button.$set(button_changes);
4473
4475
 
4474
- if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
4476
+ if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
4475
4477
  attr(div, "class", div_class_value);
4476
4478
  }
4477
4479
  },
@@ -4526,7 +4528,7 @@ function create_if_block_1$3(ctx) {
4526
4528
  c() {
4527
4529
  div = element("div");
4528
4530
  create_component(button.$$.fragment);
4529
- attr(div, "class", "close svelte-1i2vo31");
4531
+ attr(div, "class", "close svelte-1ijkyzl");
4530
4532
  set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
4531
4533
  },
4532
4534
  m(target, anchor) {
@@ -4615,7 +4617,7 @@ function create_default_slot$7(ctx) {
4615
4617
  t = space();
4616
4618
  div = element("div");
4617
4619
  if (default_slot) default_slot.c();
4618
- attr(div, "class", "modal-content svelte-1i2vo31");
4620
+ attr(div, "class", "modal-content svelte-1ijkyzl");
4619
4621
  attr(div, "style", /*_style*/ ctx[5]);
4620
4622
  },
4621
4623
  m(target, anchor) {
@@ -5266,7 +5268,7 @@ class Grid extends SvelteComponent {
5266
5268
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
5267
5269
 
5268
5270
  function add_css$O(target) {
5269
- append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
5271
+ append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
5270
5272
  }
5271
5273
 
5272
5274
  function create_fragment$1l(ctx) {
@@ -5281,8 +5283,8 @@ function create_fragment$1l(ctx) {
5281
5283
  div1 = element("div");
5282
5284
  div0 = element("div");
5283
5285
  if (default_slot) default_slot.c();
5284
- attr(div0, "class", "grid-item-inner svelte-1cryhmb");
5285
- attr(div1, "class", "grid-item svelte-1cryhmb");
5286
+ attr(div0, "class", "grid-item-inner svelte-n7kdl3");
5287
+ attr(div1, "class", "grid-item svelte-n7kdl3");
5286
5288
  attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
5287
5289
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
5288
5290
  attr(div1, "style", /*_style*/ ctx[1]);
@@ -5587,7 +5589,7 @@ class RenderText extends SvelteComponent {
5587
5589
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5588
5590
 
5589
5591
  function add_css$N(target) {
5590
- 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}");
5592
+ 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}");
5591
5593
  }
5592
5594
 
5593
5595
  // (92:2) {:else}
@@ -5604,8 +5606,8 @@ function create_else_block$2(ctx) {
5604
5606
  div1 = element("div");
5605
5607
  div0 = element("div");
5606
5608
  create_component(rendertext.$$.fragment);
5607
- attr(div0, "class", "text-element-inner svelte-vz6867");
5608
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5609
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5610
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5609
5611
  attr(div1, "style", /*style*/ ctx[5]);
5610
5612
  },
5611
5613
  m(target, anchor) {
@@ -5619,7 +5621,7 @@ function create_else_block$2(ctx) {
5619
5621
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5620
5622
  rendertext.$set(rendertext_changes);
5621
5623
 
5622
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
5624
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
5623
5625
  attr(div1, "class", div1_class_value);
5624
5626
  }
5625
5627
 
@@ -5669,12 +5671,12 @@ function create_if_block$b(ctx) {
5669
5671
  t2 = space();
5670
5672
  div2 = element("div");
5671
5673
  div2.textContent = "コピーできませんでした";
5672
- attr(div0, "class", "text-element-inner svelte-vz6867");
5674
+ attr(div0, "class", "text-element-inner svelte-9ixs0b");
5673
5675
  attr(a, "href", '');
5674
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
5676
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
5675
5677
  attr(a, "style", /*style*/ ctx[5]);
5676
- attr(div1, "class", "tooltip svelte-vz6867");
5677
- attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
5678
+ attr(div1, "class", "tooltip svelte-9ixs0b");
5679
+ attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
5678
5680
  },
5679
5681
  m(target, anchor) {
5680
5682
  insert(target, a, anchor);
@@ -5698,7 +5700,7 @@ function create_if_block$b(ctx) {
5698
5700
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
5699
5701
  rendertext.$set(rendertext_changes);
5700
5702
 
5701
- 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"))) {
5703
+ 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"))) {
5702
5704
  attr(a, "class", a_class_value);
5703
5705
  }
5704
5706
 
@@ -5750,7 +5752,7 @@ function create_fragment$1j(ctx) {
5750
5752
  c() {
5751
5753
  div = element("div");
5752
5754
  if_block.c();
5753
- attr(div, "class", "text-element-wrapper svelte-vz6867");
5755
+ attr(div, "class", "text-element-wrapper svelte-9ixs0b");
5754
5756
  },
5755
5757
  m(target, anchor) {
5756
5758
  insert(target, div, anchor);
@@ -5916,7 +5918,7 @@ class TextElement extends SvelteComponent {
5916
5918
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5917
5919
 
5918
5920
  function add_css$M(target) {
5919
- 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)}");
5921
+ 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)}");
5920
5922
  }
5921
5923
 
5922
5924
  // (48:2) <Button {onClick} {style} {eventName}>
@@ -5972,7 +5974,7 @@ function create_fragment$1i(ctx) {
5972
5974
  c() {
5973
5975
  div = element("div");
5974
5976
  create_component(button.$$.fragment);
5975
- attr(div, "class", "text-button-element svelte-ujdxfc");
5977
+ attr(div, "class", "text-button-element svelte-1vg84sc");
5976
5978
  },
5977
5979
  m(target, anchor) {
5978
5980
  insert(target, div, anchor);
@@ -6064,7 +6066,7 @@ class TextButtonElement extends SvelteComponent {
6064
6066
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
6065
6067
 
6066
6068
  function add_css$L(target) {
6067
- 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%}");
6069
+ 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%}");
6068
6070
  }
6069
6071
 
6070
6072
  // (44:2) <Button {onClick} style={_style} {eventName}>
@@ -6076,7 +6078,7 @@ function create_default_slot$5(ctx) {
6076
6078
  return {
6077
6079
  c() {
6078
6080
  img = element("img");
6079
- attr(img, "class", "image svelte-1alkh1m");
6081
+ attr(img, "class", "image svelte-t6tu0e");
6080
6082
  attr(img, "loading", "lazy");
6081
6083
  attr(img, "width", "auto");
6082
6084
  attr(img, "height", "auto");
@@ -6138,7 +6140,7 @@ function create_fragment$1h(ctx) {
6138
6140
  c() {
6139
6141
  div = element("div");
6140
6142
  create_component(button.$$.fragment);
6141
- attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
6143
+ attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
6142
6144
  },
6143
6145
  m(target, anchor) {
6144
6146
  insert(target, div, anchor);
@@ -6157,7 +6159,7 @@ function create_fragment$1h(ctx) {
6157
6159
 
6158
6160
  button.$set(button_changes);
6159
6161
 
6160
- if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
6162
+ if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
6161
6163
  attr(div, "class", div_class_value);
6162
6164
  }
6163
6165
  },
@@ -6229,7 +6231,7 @@ class ImageElement extends SvelteComponent {
6229
6231
  /* src/components/List.svelte generated by Svelte v3.53.1 */
6230
6232
 
6231
6233
  function add_css$K(target) {
6232
- 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}");
6234
+ 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}");
6233
6235
  }
6234
6236
 
6235
6237
  function create_fragment$1g(ctx) {
@@ -6242,7 +6244,7 @@ function create_fragment$1g(ctx) {
6242
6244
  c() {
6243
6245
  div = element("div");
6244
6246
  if (default_slot) default_slot.c();
6245
- attr(div, "class", "list svelte-1t8r9z");
6247
+ attr(div, "class", "list svelte-aquv6z");
6246
6248
  attr(div, "style", /*style*/ ctx[0]);
6247
6249
  },
6248
6250
  m(target, anchor) {
@@ -6376,7 +6378,7 @@ let List$1 = class List extends SvelteComponent {
6376
6378
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6377
6379
 
6378
6380
  function add_css$J(target) {
6379
- 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}");
6381
+ 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}");
6380
6382
  }
6381
6383
 
6382
6384
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -6446,7 +6448,7 @@ function create_fragment$1f(ctx) {
6446
6448
  c() {
6447
6449
  div = element("div");
6448
6450
  create_component(button.$$.fragment);
6449
- attr(div, "class", "list-item svelte-1lbw8v2");
6451
+ attr(div, "class", "list-item svelte-9n97pe");
6450
6452
  attr(div, "style", /*listItemStyle*/ ctx[3]);
6451
6453
  },
6452
6454
  m(target, anchor) {
@@ -6572,7 +6574,7 @@ let ListItem$1 = class ListItem extends SvelteComponent {
6572
6574
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6573
6575
 
6574
6576
  function add_css$I(target) {
6575
- 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}");
6577
+ 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}");
6576
6578
  }
6577
6579
 
6578
6580
  function create_fragment$1e(ctx) {
@@ -6581,7 +6583,7 @@ function create_fragment$1e(ctx) {
6581
6583
  return {
6582
6584
  c() {
6583
6585
  div = element("div");
6584
- attr(div, "class", "embed svelte-w6jkzh");
6586
+ attr(div, "class", "embed svelte-wocq4p");
6585
6587
  attr(div, "style", /*_style*/ ctx[1]);
6586
6588
  },
6587
6589
  m(target, anchor) {
@@ -6624,7 +6626,7 @@ class EmbedElement extends SvelteComponent {
6624
6626
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6625
6627
 
6626
6628
  function add_css$H(target) {
6627
- 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%}");
6629
+ 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%}");
6628
6630
  }
6629
6631
 
6630
6632
  function create_fragment$1d(ctx) {
@@ -6636,7 +6638,7 @@ function create_fragment$1d(ctx) {
6636
6638
  div1 = element("div");
6637
6639
  div0 = element("div");
6638
6640
  attr(div0, "class", "karte-player");
6639
- attr(div1, "class", "embed svelte-ljxq7x");
6641
+ attr(div1, "class", "embed svelte-vikz49");
6640
6642
  attr(div1, "style", /*_style*/ ctx[0]);
6641
6643
  },
6642
6644
  m(target, anchor) {
@@ -6978,7 +6980,7 @@ class MovieYouTubeElement extends SvelteComponent {
6978
6980
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6979
6981
 
6980
6982
  function add_css$G(target) {
6981
- 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%}");
6983
+ 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%}");
6982
6984
  }
6983
6985
 
6984
6986
  function create_fragment$1c(ctx) {
@@ -6990,7 +6992,7 @@ function create_fragment$1c(ctx) {
6990
6992
  div1 = element("div");
6991
6993
  div0 = element("div");
6992
6994
  attr(div0, "class", "karte-player");
6993
- attr(div1, "class", "embed svelte-ljxq7x");
6995
+ attr(div1, "class", "embed svelte-vikz49");
6994
6996
  attr(div1, "style", /*_style*/ ctx[0]);
6995
6997
  },
6996
6998
  m(target, anchor) {
@@ -7174,7 +7176,7 @@ class MovieVimeoElement extends SvelteComponent {
7174
7176
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
7175
7177
 
7176
7178
  function add_css$F(target) {
7177
- 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}");
7179
+ 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}");
7178
7180
  }
7179
7181
 
7180
7182
  function create_fragment$1b(ctx) {
@@ -7187,12 +7189,12 @@ function create_fragment$1b(ctx) {
7187
7189
  c() {
7188
7190
  div = element("div");
7189
7191
  textarea = element("textarea");
7190
- attr(textarea, "class", "textarea svelte-1fjy5oo");
7192
+ attr(textarea, "class", "textarea svelte-zxvkkc");
7191
7193
  textarea.value = /*$value*/ ctx[4];
7192
7194
  textarea.required = /*required*/ ctx[1];
7193
7195
  attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
7194
7196
  attr(textarea, "style", /*style*/ ctx[3]);
7195
- attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
7197
+ attr(div, "class", "textarea-wrapper svelte-zxvkkc");
7196
7198
  attr(div, "style", /*styleVariables*/ ctx[2]);
7197
7199
  },
7198
7200
  m(target, anchor) {
@@ -7344,7 +7346,7 @@ class FormTextarea extends SvelteComponent {
7344
7346
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7345
7347
 
7346
7348
  function add_css$E(target) {
7347
- 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}");
7349
+ 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}");
7348
7350
  }
7349
7351
 
7350
7352
  function get_each_context$7(ctx, list, i) {
@@ -7378,14 +7380,14 @@ function create_each_block$7(ctx) {
7378
7380
  t1 = text(t1_value);
7379
7381
  t2 = space();
7380
7382
  attr(input, "type", "radio");
7381
- attr(input, "class", "radio-button-input svelte-1ntb6j8");
7383
+ attr(input, "class", "radio-button-input svelte-17s08g");
7382
7384
  attr(input, "style", /*buttonStyle*/ ctx[5]);
7383
7385
  attr(input, "name", /*name*/ ctx[0]);
7384
7386
  input.value = input_value_value = /*option*/ ctx[17];
7385
7387
  input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
7386
- attr(span, "class", "radio-button-text svelte-1ntb6j8");
7388
+ attr(span, "class", "radio-button-text svelte-17s08g");
7387
7389
  attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
7388
- attr(label, "class", "radio-button svelte-1ntb6j8");
7390
+ attr(label, "class", "radio-button svelte-17s08g");
7389
7391
  },
7390
7392
  m(target, anchor) {
7391
7393
  insert(target, label, anchor);
@@ -7450,7 +7452,7 @@ function create_fragment$1a(ctx) {
7450
7452
  each_blocks[i].c();
7451
7453
  }
7452
7454
 
7453
- attr(div, "class", "radio-buttons svelte-1ntb6j8");
7455
+ attr(div, "class", "radio-buttons svelte-17s08g");
7454
7456
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
7455
7457
  },
7456
7458
  m(target, anchor) {
@@ -7619,7 +7621,7 @@ class FormRadioButtons extends SvelteComponent {
7619
7621
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7620
7622
 
7621
7623
  function add_css$D(target) {
7622
- 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}");
7624
+ 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}");
7623
7625
  }
7624
7626
 
7625
7627
  function get_each_context$6(ctx, list, i) {
@@ -7753,10 +7755,10 @@ function create_fragment$19(ctx) {
7753
7755
 
7754
7756
  t = space();
7755
7757
  div0 = element("div");
7756
- attr(select, "class", "select-select svelte-iejizj");
7758
+ attr(select, "class", "select-select svelte-t9ynyj");
7757
7759
  attr(select, "style", /*style*/ ctx[3]);
7758
- attr(div0, "class", "select-icon svelte-iejizj");
7759
- attr(div1, "class", "select svelte-iejizj");
7760
+ attr(div0, "class", "select-icon svelte-t9ynyj");
7761
+ attr(div1, "class", "select svelte-t9ynyj");
7760
7762
  attr(div1, "style", /*styleVariables*/ ctx[2]);
7761
7763
  },
7762
7764
  m(target, anchor) {
@@ -7958,7 +7960,7 @@ class FormSelect extends SvelteComponent {
7958
7960
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7959
7961
 
7960
7962
  function add_css$C(target) {
7961
- 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}");
7963
+ 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}");
7962
7964
  }
7963
7965
 
7964
7966
  function get_each_context$5(ctx, list, i) {
@@ -7997,19 +7999,19 @@ function create_each_block$5(ctx) {
7997
7999
  span2 = element("span");
7998
8000
  t2 = text(t2_value);
7999
8001
  t3 = space();
8000
- attr(input, "class", "check-box-input svelte-2pz1us");
8002
+ attr(input, "class", "check-box-input svelte-1p65cg8");
8001
8003
  attr(input, "type", "checkbox");
8002
8004
  attr(input, "name", /*name*/ ctx[0]);
8003
8005
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
8004
- attr(span0, "class", "check-box-icon svelte-2pz1us");
8006
+ attr(span0, "class", "check-box-icon svelte-1p65cg8");
8005
8007
 
8006
8008
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
8007
8009
  ? ' _checked'
8008
- : ''}`) + " svelte-2pz1us"));
8010
+ : ''}`) + " svelte-1p65cg8"));
8009
8011
 
8010
- attr(span2, "class", "check-box-text svelte-2pz1us");
8012
+ attr(span2, "class", "check-box-text svelte-1p65cg8");
8011
8013
  attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
8012
- attr(label, "class", "check-box svelte-2pz1us");
8014
+ attr(label, "class", "check-box svelte-1p65cg8");
8013
8015
  attr(label, "style", /*styleVariables*/ ctx[5]);
8014
8016
  },
8015
8017
  m(target, anchor) {
@@ -8041,7 +8043,7 @@ function create_each_block$5(ctx) {
8041
8043
 
8042
8044
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
8043
8045
  ? ' _checked'
8044
- : ''}`) + " svelte-2pz1us"))) {
8046
+ : ''}`) + " svelte-1p65cg8"))) {
8045
8047
  attr(span1, "class", span1_class_value);
8046
8048
  }
8047
8049
 
@@ -8080,7 +8082,7 @@ function create_fragment$18(ctx) {
8080
8082
  each_blocks[i].c();
8081
8083
  }
8082
8084
 
8083
- attr(div, "class", "check-boxes svelte-2pz1us");
8085
+ attr(div, "class", "check-boxes svelte-1p65cg8");
8084
8086
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
8085
8087
  },
8086
8088
  m(target, anchor) {
@@ -8255,7 +8257,7 @@ class FormCheckBoxes extends SvelteComponent {
8255
8257
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
8256
8258
 
8257
8259
  function add_css$B(target) {
8258
- 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}");
8260
+ 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}");
8259
8261
  }
8260
8262
 
8261
8263
  function get_each_context$4(ctx, list, i) {
@@ -8279,7 +8281,7 @@ function create_each_block$4(ctx) {
8279
8281
  button = element("button");
8280
8282
  t0 = text(t0_value);
8281
8283
  t1 = space();
8282
- attr(button, "class", "rating-button svelte-9idbf1");
8284
+ attr(button, "class", "rating-button svelte-1iqf36p");
8283
8285
  attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
8284
8286
  },
8285
8287
  m(target, anchor) {
@@ -8328,7 +8330,7 @@ function create_fragment$17(ctx) {
8328
8330
  each_blocks[i].c();
8329
8331
  }
8330
8332
 
8331
- attr(div, "class", "rating-buttons svelte-9idbf1");
8333
+ attr(div, "class", "rating-buttons svelte-1iqf36p");
8332
8334
  },
8333
8335
  m(target, anchor) {
8334
8336
  insert(target, div, anchor);
@@ -8472,7 +8474,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
8472
8474
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8473
8475
 
8474
8476
  function add_css$A(target) {
8475
- 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%)}");
8477
+ 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%)}");
8476
8478
  }
8477
8479
 
8478
8480
  function get_each_context$3(ctx, list, i) {
@@ -8497,9 +8499,9 @@ function create_each_block$3(ctx) {
8497
8499
  img = element("img");
8498
8500
  t = space();
8499
8501
  if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
8500
- attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
8502
+ attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
8501
8503
  attr(img, "alt", "rate" + /*i*/ ctx[10]);
8502
- attr(button, "class", "rating-button svelte-1b5dvzw");
8504
+ attr(button, "class", "rating-button svelte-tbunko");
8503
8505
  attr(button, "style", /*buttonStyle*/ ctx[0]);
8504
8506
  },
8505
8507
  m(target, anchor) {
@@ -8515,7 +8517,7 @@ function create_each_block$3(ctx) {
8515
8517
  p(new_ctx, dirty) {
8516
8518
  ctx = new_ctx;
8517
8519
 
8518
- 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"))) {
8520
+ 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"))) {
8519
8521
  attr(img, "class", img_class_value);
8520
8522
  }
8521
8523
 
@@ -8548,7 +8550,7 @@ function create_fragment$16(ctx) {
8548
8550
  each_blocks[i].c();
8549
8551
  }
8550
8552
 
8551
- attr(div, "class", "rating-buttons svelte-1b5dvzw");
8553
+ attr(div, "class", "rating-buttons svelte-tbunko");
8552
8554
  },
8553
8555
  m(target, anchor) {
8554
8556
  insert(target, div, anchor);
@@ -8656,7 +8658,7 @@ class FormRatingButtonsFace extends SvelteComponent {
8656
8658
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8657
8659
 
8658
8660
  function add_css$z(target) {
8659
- 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}");
8661
+ 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}");
8660
8662
  }
8661
8663
 
8662
8664
  function create_fragment$15(ctx) {
@@ -8670,13 +8672,13 @@ function create_fragment$15(ctx) {
8670
8672
  c() {
8671
8673
  div = element("div");
8672
8674
  input = element("input");
8673
- attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
8675
+ attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
8674
8676
  attr(input, "type", "text");
8675
8677
  input.value = /*$value*/ ctx[2];
8676
8678
  input.required = /*required*/ ctx[0];
8677
8679
  attr(input, "placeholder", /*placeholder*/ ctx[1]);
8678
8680
  attr(input, "style", /*style*/ ctx[5]);
8679
- attr(div, "class", "input-wrapper svelte-f14zo5");
8681
+ attr(div, "class", "input-wrapper svelte-h8fqwx");
8680
8682
  attr(div, "style", /*styleVariables*/ ctx[4]);
8681
8683
  },
8682
8684
  m(target, anchor) {
@@ -8689,7 +8691,7 @@ function create_fragment$15(ctx) {
8689
8691
  }
8690
8692
  },
8691
8693
  p(ctx, [dirty]) {
8692
- if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
8694
+ if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
8693
8695
  attr(input, "class", input_class_value);
8694
8696
  }
8695
8697
 
@@ -8877,7 +8879,7 @@ class FormIdentifyInput extends SvelteComponent {
8877
8879
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8878
8880
 
8879
8881
  function add_css$y(target) {
8880
- 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}");
8882
+ 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}");
8881
8883
  }
8882
8884
 
8883
8885
  function create_fragment$14(ctx) {
@@ -8915,20 +8917,20 @@ function create_fragment$14(ctx) {
8915
8917
  span1 = element("span");
8916
8918
  t4 = text("いいえ");
8917
8919
  attr(input0, "type", "radio");
8918
- attr(input0, "class", "radio-button-input svelte-pzrwlo");
8920
+ attr(input0, "class", "radio-button-input svelte-8zbmyo");
8919
8921
  attr(input0, "style", /*buttonStyle*/ ctx[2]);
8920
8922
  input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
8921
- attr(span0, "class", "radio-button-text svelte-pzrwlo");
8923
+ attr(span0, "class", "radio-button-text svelte-8zbmyo");
8922
8924
  attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8923
- attr(label0, "class", "radio-button svelte-pzrwlo");
8925
+ attr(label0, "class", "radio-button svelte-8zbmyo");
8924
8926
  attr(input1, "type", "radio");
8925
- attr(input1, "class", "radio-button-input svelte-pzrwlo");
8927
+ attr(input1, "class", "radio-button-input svelte-8zbmyo");
8926
8928
  attr(input1, "style", /*buttonStyle*/ ctx[2]);
8927
8929
  input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
8928
- attr(span1, "class", "radio-button-text svelte-pzrwlo");
8930
+ attr(span1, "class", "radio-button-text svelte-8zbmyo");
8929
8931
  attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
8930
- attr(label1, "class", "radio-button svelte-pzrwlo");
8931
- attr(div, "class", "radio-buttons svelte-pzrwlo");
8932
+ attr(label1, "class", "radio-button svelte-8zbmyo");
8933
+ attr(div, "class", "radio-buttons svelte-8zbmyo");
8932
8934
  attr(div, "style", /*_layoutStyle*/ ctx[0]);
8933
8935
  },
8934
8936
  m(target, anchor) {
@@ -9096,7 +9098,7 @@ class FormIdentifyChoices extends SvelteComponent {
9096
9098
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
9097
9099
 
9098
9100
  function add_css$x(target) {
9099
- 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%}");
9101
+ 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%}");
9100
9102
  }
9101
9103
 
9102
9104
  function get_each_context$2(ctx, list, i) {
@@ -9125,9 +9127,9 @@ function create_if_block_1$2(ctx) {
9125
9127
  attr(svg, "viewBox", "0 0 10 16");
9126
9128
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
9127
9129
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
9128
- attr(button, "class", "move-button svelte-1qfq79t");
9130
+ attr(button, "class", "move-button svelte-ji1fh");
9129
9131
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
9130
- attr(div, "class", "prev-button-container svelte-1qfq79t");
9132
+ attr(div, "class", "prev-button-container svelte-ji1fh");
9131
9133
  },
9132
9134
  m(target, anchor) {
9133
9135
  insert(target, div, anchor);
@@ -9176,9 +9178,9 @@ function create_if_block$9(ctx) {
9176
9178
  attr(svg, "viewBox", "0 0 10 16");
9177
9179
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
9178
9180
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
9179
- attr(button, "class", "move-button svelte-1qfq79t");
9181
+ attr(button, "class", "move-button svelte-ji1fh");
9180
9182
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
9181
- attr(div, "class", "next-button-container svelte-1qfq79t");
9183
+ attr(div, "class", "next-button-container svelte-ji1fh");
9182
9184
  },
9183
9185
  m(target, anchor) {
9184
9186
  insert(target, div, anchor);
@@ -9226,9 +9228,9 @@ function create_each_block$2(ctx) {
9226
9228
  button = element("button");
9227
9229
  div = element("div");
9228
9230
  t = space();
9229
- attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
9231
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
9230
9232
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
9231
- attr(button, "class", "navigation-item svelte-1qfq79t");
9233
+ attr(button, "class", "navigation-item svelte-ji1fh");
9232
9234
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
9233
9235
  },
9234
9236
  m(target, anchor) {
@@ -9305,14 +9307,14 @@ function create_fragment$13(ctx) {
9305
9307
  each_blocks[i].c();
9306
9308
  }
9307
9309
 
9308
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
9310
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
9309
9311
  attr(div0, "style", /*slideStyle*/ ctx[14]);
9310
- attr(div1, "class", "container svelte-1qfq79t");
9312
+ attr(div1, "class", "container svelte-ji1fh");
9311
9313
  attr(div1, "style", /*_style*/ ctx[0]);
9312
- attr(div2, "class", "navigation svelte-1qfq79t");
9314
+ attr(div2, "class", "navigation svelte-ji1fh");
9313
9315
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
9314
9316
  set_attributes(div3, div3_data);
9315
- toggle_class(div3, "svelte-1qfq79t", true);
9317
+ toggle_class(div3, "svelte-ji1fh", true);
9316
9318
  },
9317
9319
  m(target, anchor) {
9318
9320
  insert(target, div3, anchor);
@@ -9354,7 +9356,7 @@ function create_fragment$13(ctx) {
9354
9356
  }
9355
9357
  }
9356
9358
 
9357
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
9359
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
9358
9360
  attr(div0, "class", div0_class_value);
9359
9361
  }
9360
9362
 
@@ -9420,7 +9422,7 @@ function create_fragment$13(ctx) {
9420
9422
  }
9421
9423
 
9422
9424
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
9423
- toggle_class(div3, "svelte-1qfq79t", true);
9425
+ toggle_class(div3, "svelte-ji1fh", true);
9424
9426
  },
9425
9427
  i(local) {
9426
9428
  if (current) return;
@@ -9932,7 +9934,7 @@ class Slide extends SvelteComponent {
9932
9934
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
9933
9935
 
9934
9936
  function add_css$w(target) {
9935
- 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}");
9937
+ 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}");
9936
9938
  }
9937
9939
 
9938
9940
  function create_fragment$12(ctx) {
@@ -9947,9 +9949,9 @@ function create_fragment$12(ctx) {
9947
9949
  div1 = element("div");
9948
9950
  div0 = element("div");
9949
9951
  if (default_slot) default_slot.c();
9950
- attr(div0, "class", "item-inner svelte-1rv0qgo");
9952
+ attr(div0, "class", "item-inner svelte-9ygf1w");
9951
9953
  attr(div0, "style", /*_style*/ ctx[0]);
9952
- attr(div1, "class", "item svelte-1rv0qgo");
9954
+ attr(div1, "class", "item svelte-9ygf1w");
9953
9955
  attr(div1, "style", /*itemStyle*/ ctx[1]);
9954
9956
  },
9955
9957
  m(target, anchor) {
@@ -10075,7 +10077,7 @@ class SlideItem extends SvelteComponent {
10075
10077
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
10076
10078
 
10077
10079
  function add_css$v(target) {
10078
- 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}");
10080
+ 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}");
10079
10081
  }
10080
10082
 
10081
10083
  const get_default_slot_changes$1 = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -10093,9 +10095,9 @@ function create_fragment$11(ctx) {
10093
10095
  div1 = element("div");
10094
10096
  div0 = element("div");
10095
10097
  if (default_slot) default_slot.c();
10096
- attr(div0, "class", "countdown-inner svelte-t87l6f");
10098
+ attr(div0, "class", "countdown-inner svelte-rroxiz");
10097
10099
  attr(div0, "style", /*_style*/ ctx[0]);
10098
- attr(div1, "class", "countdown svelte-t87l6f");
10100
+ attr(div1, "class", "countdown svelte-rroxiz");
10099
10101
  },
10100
10102
  m(target, anchor) {
10101
10103
  insert(target, div1, anchor);
@@ -10229,7 +10231,7 @@ class Countdown extends SvelteComponent {
10229
10231
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
10230
10232
 
10231
10233
  function add_css$u(target) {
10232
- 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}");
10234
+ 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}");
10233
10235
  }
10234
10236
 
10235
10237
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -10299,7 +10301,7 @@ function create_fragment$10(ctx) {
10299
10301
  c() {
10300
10302
  div = element("div");
10301
10303
  create_component(button.$$.fragment);
10302
- attr(div, "class", "box svelte-1c91vpe");
10304
+ attr(div, "class", "box svelte-1ccydfy");
10303
10305
  },
10304
10306
  m(target, anchor) {
10305
10307
  insert(target, div, anchor);
@@ -10360,7 +10362,7 @@ class Box extends SvelteComponent {
10360
10362
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10361
10363
 
10362
10364
  function add_css$t(target) {
10363
- 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)}");
10365
+ 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)}");
10364
10366
  }
10365
10367
 
10366
10368
  // (56:4) {#if svg}
@@ -10442,7 +10444,7 @@ function create_fragment$$(ctx) {
10442
10444
  c() {
10443
10445
  div = element("div");
10444
10446
  create_component(button.$$.fragment);
10445
- attr(div, "class", "icon svelte-1mk6wi4");
10447
+ attr(div, "class", "icon svelte-1mkvcuo");
10446
10448
  },
10447
10449
  m(target, anchor) {
10448
10450
  insert(target, div, anchor);
@@ -10551,7 +10553,7 @@ class IconElement extends SvelteComponent {
10551
10553
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10552
10554
 
10553
10555
  function add_css$s(target) {
10554
- append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10556
+ append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10555
10557
  }
10556
10558
 
10557
10559
  function create_fragment$_(ctx) {
@@ -10577,7 +10579,7 @@ function create_fragment$_(ctx) {
10577
10579
  c() {
10578
10580
  div = element("div");
10579
10581
  if (switch_instance) create_component(switch_instance.$$.fragment);
10580
- attr(div, "class", "codeElement svelte-1ng2n51");
10582
+ attr(div, "class", "codeElement svelte-ymsb9l");
10581
10583
  attr(div, "style", /*style*/ ctx[3]);
10582
10584
  },
10583
10585
  m(target, anchor) {
@@ -10666,7 +10668,7 @@ class CodeElement extends SvelteComponent {
10666
10668
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10667
10669
 
10668
10670
  function add_css$r(target) {
10669
- append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
10671
+ append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10670
10672
  }
10671
10673
 
10672
10674
  function create_fragment$Z(ctx) {
@@ -10680,7 +10682,7 @@ function create_fragment$Z(ctx) {
10680
10682
  c() {
10681
10683
  div = element("div");
10682
10684
  if (default_slot) default_slot.c();
10683
- attr(div, "class", "flex svelte-9v2qdg");
10685
+ attr(div, "class", "flex svelte-1e71ejc");
10684
10686
  attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
10685
10687
  },
10686
10688
  m(target, anchor) {
@@ -10777,7 +10779,7 @@ class Flex extends SvelteComponent {
10777
10779
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
10778
10780
 
10779
10781
  function add_css$q(target) {
10780
- append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10782
+ append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10781
10783
  }
10782
10784
 
10783
10785
  function create_fragment$Y(ctx) {
@@ -10790,7 +10792,7 @@ function create_fragment$Y(ctx) {
10790
10792
  c() {
10791
10793
  div = element("div");
10792
10794
  if (default_slot) default_slot.c();
10793
- attr(div, "class", "flex-item svelte-164ah5d");
10795
+ attr(div, "class", "flex-item svelte-1p0bk1x");
10794
10796
  attr(div, "style", /*style*/ ctx[0]);
10795
10797
  },
10796
10798
  m(target, anchor) {
@@ -11198,7 +11200,7 @@ class GridModalState extends SvelteComponent {
11198
11200
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
11199
11201
 
11200
11202
  function add_css$p(target) {
11201
- 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%}");
11203
+ 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%}");
11202
11204
  }
11203
11205
 
11204
11206
  function create_fragment$W(ctx) {
@@ -11214,8 +11216,8 @@ function create_fragment$W(ctx) {
11214
11216
  div1 = element("div");
11215
11217
  div0 = element("div");
11216
11218
  create_component(rendertext.$$.fragment);
11217
- attr(div0, "class", "text-block-inner svelte-akic2e");
11218
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
11219
+ attr(div0, "class", "text-block-inner svelte-15pej1m");
11220
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
11219
11221
  attr(div1, "style", /*style*/ ctx[2]);
11220
11222
  },
11221
11223
  m(target, anchor) {
@@ -11229,7 +11231,7 @@ function create_fragment$W(ctx) {
11229
11231
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
11230
11232
  rendertext.$set(rendertext_changes);
11231
11233
 
11232
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
11234
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
11233
11235
  attr(div1, "class", div1_class_value);
11234
11236
  }
11235
11237
 
@@ -11307,7 +11309,7 @@ class TextBlock extends SvelteComponent {
11307
11309
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11308
11310
 
11309
11311
  function add_css$o(target) {
11310
- 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)}");
11312
+ 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)}");
11311
11313
  }
11312
11314
 
11313
11315
  function create_fragment$V(ctx) {
@@ -11324,9 +11326,9 @@ function create_fragment$V(ctx) {
11324
11326
  div = element("div");
11325
11327
  button = element("button");
11326
11328
  create_component(rendertext.$$.fragment);
11327
- attr(button, "class", "text-button svelte-1c34p4n");
11329
+ attr(button, "class", "text-button svelte-ff0k6r");
11328
11330
  attr(button, "style", /*_buttonStyle*/ ctx[1]);
11329
- attr(div, "class", "text-button-block svelte-1c34p4n");
11331
+ attr(div, "class", "text-button-block svelte-ff0k6r");
11330
11332
  attr(div, "style", /*_style*/ ctx[2]);
11331
11333
  },
11332
11334
  m(target, anchor) {
@@ -11432,7 +11434,7 @@ class TextButtonBlock extends SvelteComponent {
11432
11434
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11433
11435
 
11434
11436
  function add_css$n(target) {
11435
- 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)}");
11437
+ 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)}");
11436
11438
  }
11437
11439
 
11438
11440
  function create_fragment$U(ctx) {
@@ -11448,14 +11450,14 @@ function create_fragment$U(ctx) {
11448
11450
  c() {
11449
11451
  div = element("div");
11450
11452
  img = element("img");
11451
- attr(img, "class", "image svelte-1jus6sx");
11453
+ attr(img, "class", "image svelte-1pdw891");
11452
11454
  attr(img, "loading", "lazy");
11453
11455
  attr(img, "width", "auto");
11454
11456
  attr(img, "height", "auto");
11455
11457
  attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
11456
11458
  if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
11457
11459
  attr(img, "alt", /*alt*/ ctx[1]);
11458
- attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
11460
+ attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
11459
11461
  attr(div, "style", /*_style*/ ctx[5]);
11460
11462
  },
11461
11463
  m(target, anchor) {
@@ -11480,7 +11482,7 @@ function create_fragment$U(ctx) {
11480
11482
  attr(img, "alt", /*alt*/ ctx[1]);
11481
11483
  }
11482
11484
 
11483
- if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
11485
+ if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
11484
11486
  attr(div, "class", div_class_value);
11485
11487
  }
11486
11488
 
@@ -11686,14 +11688,13 @@ const FONT_FAMILY_VARIANT = {
11686
11688
  noto_sans_jp: createFontVariant('Noto Sans JP', 'ja', 'kaku'),
11687
11689
  sawarabi_gothic: createFontVariant('Sawarabi Gothic', 'ja', 'kaku'),
11688
11690
  zen_kaku_gothic: createFontVariant('Zen Kaku Gothic', 'ja', 'kaku'),
11689
- kosugi: createFontVariant('Kosugi', 'ja', 'kaku'),
11690
11691
  biz_udp_gothic: createFontVariant('BIZ UDPGothic', 'ja', 'kaku'),
11691
11692
  open_sans: createFontVariant('Open Sans', 'ja', 'kaku'),
11692
11693
  sans_serif: createFontVariant('sans-serif', 'ja', 'kaku'),
11693
- m_plus_rounded_1c: createFontVariant('M PLUS Rounded 1c', 'ja', 'maru'),
11694
11694
  m_plus_1p: createFontVariant('M PLUS 1p', 'ja', 'maru'),
11695
+ m_plus_rounded_1c: createFontVariant('M PLUS Rounded 1c', 'ja', 'maru'),
11696
+ kiwi_maru: createFontVariant('Kiwi Maru', 'ja', 'maru'),
11695
11697
  zen_maru_gothic: createFontVariant('Zen Maru Gothic', 'ja', 'maru'),
11696
- kosugi_maru: createFontVariant('Kosugi Maru', 'ja', 'maru'),
11697
11698
  noto_serif_jp: createFontVariant('Noto Serif JP', 'ja', 'min'),
11698
11699
  shippori_micho: createFontVariant('Shippori Mincho', 'ja', 'min'),
11699
11700
  biz_udp_micho: createFontVariant('BIZ UDPMincho', 'ja', 'min'),
@@ -11701,11 +11702,11 @@ const FONT_FAMILY_VARIANT = {
11701
11702
  roboto: createFontVariant('Roboto', 'en', 'kaku'),
11702
11703
  lato: createFontVariant('Lato', 'en', 'kaku'),
11703
11704
  poppins: createFontVariant('Poppins', 'en', 'kaku'),
11704
- raleway: createFontVariant('Raleway', 'en', 'kaku'),
11705
- nunito: createFontVariant('Nunito', 'en', 'kaku'),
11706
11705
  lora: createFontVariant('Lora', 'en', 'kaku'),
11707
11706
  monospace: createFontVariant('monospace', 'en', 'kaku'),
11708
11707
  system_ui: createFontVariant('system-ui', 'en', 'kaku'),
11708
+ // raleway: createFontVariant('Raleway', 'en', 'kaku'),
11709
+ // nunito: createFontVariant('Nunito', 'en', 'kaku'),
11709
11710
  };
11710
11711
  const FONT_FAMILY_VARIANTS = toVariantArray(FONT_FAMILY_VARIANT);
11711
11712
  const FONT_FAMILY_VARIANT_GROUPS = [
@@ -11934,7 +11935,7 @@ const AVATAR_SIZE_STYLES = {
11934
11935
  /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
11935
11936
 
11936
11937
  function add_css$m(target) {
11937
- append_styles(target, "svelte-apww0t", ".avatar.svelte-apww0t{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0}");
11938
+ append_styles(target, "svelte-1krsdyx", ".avatar.svelte-1krsdyx{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0}");
11938
11939
  }
11939
11940
 
11940
11941
  // (42:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -11964,7 +11965,7 @@ function create_dynamic_element$b(ctx) {
11964
11965
  svelte_element = element(/*element*/ ctx[5]);
11965
11966
  img = element("img");
11966
11967
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
11967
- attr(img, "class", "avatar-image svelte-apww0t");
11968
+ attr(img, "class", "avatar-image svelte-1krsdyx");
11968
11969
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
11969
11970
  attr(img, "style", /*imgStyle*/ ctx[2]);
11970
11971
 
@@ -11974,7 +11975,7 @@ function create_dynamic_element$b(ctx) {
11974
11975
  set_attributes(svelte_element, svelte_element_data);
11975
11976
  }
11976
11977
 
11977
- toggle_class(svelte_element, "svelte-apww0t", true);
11978
+ toggle_class(svelte_element, "svelte-1krsdyx", true);
11978
11979
  },
11979
11980
  m(target, anchor) {
11980
11981
  insert(target, svelte_element, anchor);
@@ -12011,7 +12012,7 @@ function create_dynamic_element$b(ctx) {
12011
12012
  set_attributes(svelte_element, svelte_element_data);
12012
12013
  }
12013
12014
 
12014
- toggle_class(svelte_element, "svelte-apww0t", true);
12015
+ toggle_class(svelte_element, "svelte-1krsdyx", true);
12015
12016
  },
12016
12017
  d(detaching) {
12017
12018
  if (detaching) detach(svelte_element);
@@ -13816,7 +13817,7 @@ const ICON_VARIANTS = {
13816
13817
  /* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
13817
13818
 
13818
13819
  function add_css$l(target) {
13819
- append_styles(target, "svelte-mut6o2", ".icon.svelte-mut6o2{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13820
+ append_styles(target, "svelte-19rssou", ".icon.svelte-19rssou{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
13820
13821
  }
13821
13822
 
13822
13823
  // (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -13864,7 +13865,7 @@ function create_dynamic_element$a(ctx) {
13864
13865
  set_attributes(svelte_element, svelte_element_data);
13865
13866
  }
13866
13867
 
13867
- toggle_class(svelte_element, "svelte-mut6o2", true);
13868
+ toggle_class(svelte_element, "svelte-19rssou", true);
13868
13869
  },
13869
13870
  m(target, anchor) {
13870
13871
  insert(target, svelte_element, anchor);
@@ -13917,7 +13918,7 @@ function create_dynamic_element$a(ctx) {
13917
13918
  set_attributes(svelte_element, svelte_element_data);
13918
13919
  }
13919
13920
 
13920
- toggle_class(svelte_element, "svelte-mut6o2", true);
13921
+ toggle_class(svelte_element, "svelte-19rssou", true);
13921
13922
  },
13922
13923
  i(local) {
13923
13924
  if (current) return;
@@ -14037,7 +14038,7 @@ const getPropStyles = (callback) => {
14037
14038
  };
14038
14039
  };
14039
14040
 
14040
- const getButtonThemeStyles = getPropStyles(({ brandKit }) => ({
14041
+ const callback$4 = ({ brandKit }) => ({
14041
14042
  default: {
14042
14043
  variant: 'normal',
14043
14044
  backgroundColor: brandKit.color_brand,
@@ -14103,7 +14104,8 @@ const getButtonThemeStyles = getPropStyles(({ brandKit }) => ({
14103
14104
  backgroundColor: 'rgba(255, 255, 255, 0)',
14104
14105
  color: brandKit.color_danger,
14105
14106
  },
14106
- }));
14107
+ });
14108
+ const getButtonThemeStyles = getPropStyles(callback$4);
14107
14109
  const BUTTON_SIZE_STYLES = {
14108
14110
  extra_small: {
14109
14111
  height: '32px',
@@ -14138,13 +14140,22 @@ const BUTTON_SIZE_STYLES = {
14138
14140
  };
14139
14141
  const BUTTON_ROUND_STYLES = {
14140
14142
  none: {
14141
- borderRadius: 0,
14143
+ borderTopLeftRadius: 0,
14144
+ borderTopRightRadius: 0,
14145
+ borderBottomLeftRadius: 0,
14146
+ borderBottomRightRadius: 0,
14142
14147
  },
14143
14148
  default: {
14144
- borderRadius: '4px',
14149
+ borderTopLeftRadius: '4px',
14150
+ borderTopRightRadius: '4px',
14151
+ borderBottomLeftRadius: '4px',
14152
+ borderBottomRightRadius: '4px',
14145
14153
  },
14146
14154
  fulled: {
14147
- borderRadius: '56px',
14155
+ borderTopLeftRadius: '9999px',
14156
+ borderTopRightRadius: '9999px',
14157
+ borderBottomLeftRadius: '9999px',
14158
+ borderBottomRightRadius: '9999px',
14148
14159
  },
14149
14160
  };
14150
14161
  const BUTTON_WRAP_STYLES = {
@@ -14205,10 +14216,10 @@ function darkenColor(color, percent) {
14205
14216
  /* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
14206
14217
 
14207
14218
  function add_css$k(target) {
14208
- 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}");
14219
+ 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}");
14209
14220
  }
14210
14221
 
14211
- // (86:2) {#if props.isIcon && props.iconVariant}
14222
+ // (91:2) {#if props.isIcon && props.iconVariant}
14212
14223
  function create_if_block$7(ctx) {
14213
14224
  let div;
14214
14225
  let icon;
@@ -14229,7 +14240,7 @@ function create_if_block$7(ctx) {
14229
14240
  c() {
14230
14241
  div = element("div");
14231
14242
  create_component(icon.$$.fragment);
14232
- attr(div, "class", "button-icon svelte-brd6e9");
14243
+ attr(div, "class", "button-icon svelte-o2gomt");
14233
14244
  },
14234
14245
  m(target, anchor) {
14235
14246
  insert(target, div, anchor);
@@ -14264,7 +14275,7 @@ function create_if_block$7(ctx) {
14264
14275
  };
14265
14276
  }
14266
14277
 
14267
- // (77:0) <svelte:element {...attributes} this={element} class="button" style={style} data-layer-id={layerId} data-variant={variant} on:click={handleClick} >
14278
+ // (82:0) <svelte:element {...attributes} this={element} class="button" style={style} data-layer-id={layerId} data-variant={variant} on:click={handleClick} >
14268
14279
  function create_dynamic_element$9(ctx) {
14269
14280
  let svelte_element;
14270
14281
  let t0;
@@ -14305,7 +14316,7 @@ function create_dynamic_element$9(ctx) {
14305
14316
  set_attributes(svelte_element, svelte_element_data);
14306
14317
  }
14307
14318
 
14308
- toggle_class(svelte_element, "svelte-brd6e9", true);
14319
+ toggle_class(svelte_element, "svelte-o2gomt", true);
14309
14320
  },
14310
14321
  m(target, anchor) {
14311
14322
  insert(target, svelte_element, anchor);
@@ -14360,7 +14371,7 @@ function create_dynamic_element$9(ctx) {
14360
14371
  set_attributes(svelte_element, svelte_element_data);
14361
14372
  }
14362
14373
 
14363
- toggle_class(svelte_element, "svelte-brd6e9", true);
14374
+ toggle_class(svelte_element, "svelte-o2gomt", true);
14364
14375
  },
14365
14376
  i(local) {
14366
14377
  if (current) return;
@@ -14490,7 +14501,14 @@ function instance$m($$self, $$props, $$invalidate) {
14490
14501
  width: props.width,
14491
14502
  fontWeight: props.fontWeight ?? 'bold',
14492
14503
  ...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
14493
- ...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
14504
+ ...props.borderTopLeftRadius
14505
+ ? {
14506
+ borderTopLeftRadius: props.borderTopLeftRadius,
14507
+ borderTopRightRadius: props.borderTopRightRadius,
14508
+ borderBottomLeftRadius: props.borderBottomLeftRadius,
14509
+ borderBottomRightRadius: props.borderBottomRightRadius
14510
+ }
14511
+ : BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
14494
14512
  ...props.iconAngle
14495
14513
  ? { flexDirection: props.iconAngle }
14496
14514
  : {},
@@ -14567,7 +14585,7 @@ const BUTTON_OUTLINED_SIZE_STYLES = {
14567
14585
  fontSize: '16px',
14568
14586
  },
14569
14587
  };
14570
- const getButtonOutlinedThemeStyles = getPropStyles(({ brandKit }) => ({
14588
+ const callback$3 = ({ brandKit }) => ({
14571
14589
  default: {
14572
14590
  color: brandKit.color_brand,
14573
14591
  borderColor: brandKit.color_brand,
@@ -14603,7 +14621,8 @@ const getButtonOutlinedThemeStyles = getPropStyles(({ brandKit }) => ({
14603
14621
  borderColor: '#FFFFFF',
14604
14622
  backgroundColor: '#000000',
14605
14623
  },
14606
- }));
14624
+ });
14625
+ const getButtonOutlinedThemeStyles = getPropStyles(callback$3);
14607
14626
  const BUTTON_OUTLINED_ROUND_STYLES = {
14608
14627
  none: {
14609
14628
  borderRadius: 0,
@@ -14627,7 +14646,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
14627
14646
  /* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
14628
14647
 
14629
14648
  function add_css$j(target) {
14630
- 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}");
14649
+ 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}");
14631
14650
  }
14632
14651
 
14633
14652
  // (53:2) {#if props.isIcon && props.iconVariant}
@@ -14651,7 +14670,7 @@ function create_if_block$6(ctx) {
14651
14670
  c() {
14652
14671
  div = element("div");
14653
14672
  create_component(icon.$$.fragment);
14654
- attr(div, "class", "button-outlined-icon svelte-ypshn1");
14673
+ attr(div, "class", "button-outlined-icon svelte-38fju1");
14655
14674
  },
14656
14675
  m(target, anchor) {
14657
14676
  insert(target, div, anchor);
@@ -14718,7 +14737,7 @@ function create_dynamic_element$8(ctx) {
14718
14737
  t0 = space();
14719
14738
  span = element("span");
14720
14739
  t1 = text(t1_value);
14721
- attr(span, "class", "button-outlined-label svelte-ypshn1");
14740
+ attr(span, "class", "button-outlined-label svelte-38fju1");
14722
14741
 
14723
14742
  if ((/-/).test(/*element*/ ctx[4])) {
14724
14743
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -14726,7 +14745,7 @@ function create_dynamic_element$8(ctx) {
14726
14745
  set_attributes(svelte_element, svelte_element_data);
14727
14746
  }
14728
14747
 
14729
- toggle_class(svelte_element, "svelte-ypshn1", true);
14748
+ toggle_class(svelte_element, "svelte-38fju1", true);
14730
14749
  },
14731
14750
  m(target, anchor) {
14732
14751
  insert(target, svelte_element, anchor);
@@ -14780,7 +14799,7 @@ function create_dynamic_element$8(ctx) {
14780
14799
  set_attributes(svelte_element, svelte_element_data);
14781
14800
  }
14782
14801
 
14783
- toggle_class(svelte_element, "svelte-ypshn1", true);
14802
+ toggle_class(svelte_element, "svelte-38fju1", true);
14784
14803
  },
14785
14804
  i(local) {
14786
14805
  if (current) return;
@@ -14933,7 +14952,7 @@ const BUTTON_TEXT_SIZE_STYLES = {
14933
14952
  fontSize: '16px',
14934
14953
  },
14935
14954
  };
14936
- const getButtonTextThemeStyles = getPropStyles(({ brandKit }) => ({
14955
+ const callback$2 = ({ brandKit }) => ({
14937
14956
  default: {
14938
14957
  backgroundColor: '#f3f4f6',
14939
14958
  color: brandKit.color_brand,
@@ -14966,12 +14985,13 @@ const getButtonTextThemeStyles = getPropStyles(({ brandKit }) => ({
14966
14985
  backgroundColor: '#f3f4f6',
14967
14986
  color: brandKit.color_white,
14968
14987
  },
14969
- }));
14988
+ });
14989
+ const getButtonTextThemeStyles = getPropStyles(callback$2);
14970
14990
 
14971
14991
  /* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
14972
14992
 
14973
14993
  function add_css$i(target) {
14974
- 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}");
14994
+ 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}");
14975
14995
  }
14976
14996
 
14977
14997
  // (49:2) {#if props.isIcon && props.iconVariant}
@@ -14995,7 +15015,7 @@ function create_if_block$5(ctx) {
14995
15015
  c() {
14996
15016
  div = element("div");
14997
15017
  create_component(icon.$$.fragment);
14998
- attr(div, "class", "button-text-icon svelte-lted9r");
15018
+ attr(div, "class", "button-text-icon svelte-1xgvp8r");
14999
15019
  },
15000
15020
  m(target, anchor) {
15001
15021
  insert(target, div, anchor);
@@ -15062,7 +15082,7 @@ function create_dynamic_element$7(ctx) {
15062
15082
  t0 = space();
15063
15083
  span = element("span");
15064
15084
  t1 = text(t1_value);
15065
- attr(span, "class", "button-text-label svelte-lted9r");
15085
+ attr(span, "class", "button-text-label svelte-1xgvp8r");
15066
15086
 
15067
15087
  if ((/-/).test(/*element*/ ctx[4])) {
15068
15088
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -15070,7 +15090,7 @@ function create_dynamic_element$7(ctx) {
15070
15090
  set_attributes(svelte_element, svelte_element_data);
15071
15091
  }
15072
15092
 
15073
- toggle_class(svelte_element, "svelte-lted9r", true);
15093
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
15074
15094
  },
15075
15095
  m(target, anchor) {
15076
15096
  insert(target, svelte_element, anchor);
@@ -15124,7 +15144,7 @@ function create_dynamic_element$7(ctx) {
15124
15144
  set_attributes(svelte_element, svelte_element_data);
15125
15145
  }
15126
15146
 
15127
- toggle_class(svelte_element, "svelte-lted9r", true);
15147
+ toggle_class(svelte_element, "svelte-1xgvp8r", true);
15128
15148
  },
15129
15149
  i(local) {
15130
15150
  if (current) return;
@@ -15269,29 +15289,13 @@ const BUTTON_TEXT_THEME = {
15269
15289
  white: 'White',
15270
15290
  };
15271
15291
 
15272
- const CLOSE_BUTTON_PLACEMENT = {
15273
- topRight: 'topRight',
15274
- topLeft: 'topLeft',
15275
- bottomRight: 'bottomRight',
15276
- bottomLeft: 'bottomLeft',
15277
- };
15278
- const CLOSE_BUTTON_ROUND = {
15279
- default: 'デフォルト',
15280
- none: 'なし',
15281
- fulled: '円形',
15282
- };
15283
- const CLOSE_BUTTON_LABEL_PLACEMENT = {
15284
- right: 'right',
15285
- left: 'left',
15286
- };
15287
-
15288
15292
  /* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
15289
15293
 
15290
15294
  function add_css$h(target) {
15291
- 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}");
15295
+ 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}");
15292
15296
  }
15293
15297
 
15294
- // (91:2) {#if hasLabel}
15298
+ // (90:2) {#if hasLabel}
15295
15299
  function create_if_block$4(ctx) {
15296
15300
  let span;
15297
15301
  let t;
@@ -15304,7 +15308,7 @@ function create_if_block$4(ctx) {
15304
15308
 
15305
15309
  attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
15306
15310
  ? 'close-button-order-one'
15307
- : '') + " svelte-3133h2");
15311
+ : '') + " svelte-3mvsv6");
15308
15312
  },
15309
15313
  m(target, anchor) {
15310
15314
  insert(target, span, anchor);
@@ -15321,7 +15325,7 @@ function create_if_block$4(ctx) {
15321
15325
  };
15322
15326
  }
15323
15327
 
15324
- // (72:0) <svelte:element {...attributes} this={element} class="close-button {isLeftLabelPlacement ? 'close-button-order-two' : ''}" data-layer-id={layerId} style={style} on:click={handleClick} >
15328
+ // (71:0) <svelte:element {...attributes} this={element} class="close-button {isLeftLabelPlacement ? 'close-button-order-two' : ''}" data-layer-id={layerId} style={style} on:click={handleClick} >
15325
15329
  function create_dynamic_element$6(ctx) {
15326
15330
  let svelte_element;
15327
15331
  let span;
@@ -15364,7 +15368,7 @@ function create_dynamic_element$6(ctx) {
15364
15368
  set_style(svg, "width", "100%");
15365
15369
  set_style(svg, "height", "100%");
15366
15370
  attr(svg, "fill", /*color*/ ctx[8]);
15367
- attr(svg, "class", "svelte-3133h2");
15371
+ attr(svg, "class", "svelte-3mvsv6");
15368
15372
  attr(span, "style", /*iconStyle*/ ctx[1]);
15369
15373
 
15370
15374
  if ((/-/).test(/*element*/ ctx[6])) {
@@ -15373,7 +15377,7 @@ function create_dynamic_element$6(ctx) {
15373
15377
  set_attributes(svelte_element, svelte_element_data);
15374
15378
  }
15375
15379
 
15376
- toggle_class(svelte_element, "svelte-3133h2", true);
15380
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
15377
15381
  },
15378
15382
  m(target, anchor) {
15379
15383
  insert(target, svelte_element, anchor);
@@ -15419,7 +15423,7 @@ function create_dynamic_element$6(ctx) {
15419
15423
  set_attributes(svelte_element, svelte_element_data);
15420
15424
  }
15421
15425
 
15422
- toggle_class(svelte_element, "svelte-3133h2", true);
15426
+ toggle_class(svelte_element, "svelte-3mvsv6", true);
15423
15427
  },
15424
15428
  d(detaching) {
15425
15429
  if (detaching) detach(svelte_element);
@@ -15585,6 +15589,22 @@ class CloseButton extends SvelteComponent {
15585
15589
  }
15586
15590
  }
15587
15591
 
15592
+ const CLOSE_BUTTON_PLACEMENT = {
15593
+ topRight: 'topRight',
15594
+ topLeft: 'topLeft',
15595
+ bottomRight: 'bottomRight',
15596
+ bottomLeft: 'bottomLeft',
15597
+ };
15598
+ const CLOSE_BUTTON_ROUND = {
15599
+ default: 'デフォルト',
15600
+ none: 'なし',
15601
+ fulled: '円形',
15602
+ };
15603
+ const CLOSE_BUTTON_LABEL_PLACEMENT = {
15604
+ right: 'right',
15605
+ left: 'left',
15606
+ };
15607
+
15588
15608
  const ICON_SIZE_STYLES = {
15589
15609
  x_small: {
15590
15610
  width: '12px',
@@ -15619,7 +15639,7 @@ const ICON_SIZE_STYLES = {
15619
15639
  /* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
15620
15640
 
15621
15641
  function add_css$g(target) {
15622
- 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}");
15642
+ append_styles(target, "svelte-gzaieg", ".image.svelte-gzaieg{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.image-img.svelte-gzaieg{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
15623
15643
  }
15624
15644
 
15625
15645
  // (33:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
@@ -15650,7 +15670,7 @@ function create_dynamic_element$5(ctx) {
15650
15670
  img = element("img");
15651
15671
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
15652
15672
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
15653
- attr(img, "class", "image-img svelte-1y7kpsc");
15673
+ attr(img, "class", "image-img svelte-gzaieg");
15654
15674
 
15655
15675
  if ((/-/).test(/*element*/ ctx[4])) {
15656
15676
  set_custom_element_data_map(svelte_element, svelte_element_data);
@@ -15658,7 +15678,7 @@ function create_dynamic_element$5(ctx) {
15658
15678
  set_attributes(svelte_element, svelte_element_data);
15659
15679
  }
15660
15680
 
15661
- toggle_class(svelte_element, "svelte-1y7kpsc", true);
15681
+ toggle_class(svelte_element, "svelte-gzaieg", true);
15662
15682
  },
15663
15683
  m(target, anchor) {
15664
15684
  insert(target, svelte_element, anchor);
@@ -15691,7 +15711,7 @@ function create_dynamic_element$5(ctx) {
15691
15711
  set_attributes(svelte_element, svelte_element_data);
15692
15712
  }
15693
15713
 
15694
- toggle_class(svelte_element, "svelte-1y7kpsc", true);
15714
+ toggle_class(svelte_element, "svelte-gzaieg", true);
15695
15715
  },
15696
15716
  d(detaching) {
15697
15717
  if (detaching) detach(svelte_element);
@@ -15810,7 +15830,7 @@ const IMAGE_ASPECT_VARIANTS = {
15810
15830
  /* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
15811
15831
 
15812
15832
  function add_css$f(target) {
15813
- 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}");
15833
+ 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}");
15814
15834
  }
15815
15835
 
15816
15836
  // (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
@@ -15846,7 +15866,7 @@ function create_dynamic_element$4(ctx) {
15846
15866
  set_attributes(svelte_element, svelte_element_data);
15847
15867
  }
15848
15868
 
15849
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15869
+ toggle_class(svelte_element, "svelte-139vx15", true);
15850
15870
  },
15851
15871
  m(target, anchor) {
15852
15872
  insert(target, svelte_element, anchor);
@@ -15891,7 +15911,7 @@ function create_dynamic_element$4(ctx) {
15891
15911
  set_attributes(svelte_element, svelte_element_data);
15892
15912
  }
15893
15913
 
15894
- toggle_class(svelte_element, "svelte-1tjo4al", true);
15914
+ toggle_class(svelte_element, "svelte-139vx15", true);
15895
15915
  },
15896
15916
  i(local) {
15897
15917
  if (current) return;
@@ -16015,7 +16035,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
16015
16035
  /* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
16016
16036
 
16017
16037
  function add_css$e(target) {
16018
- append_styles(target, "svelte-1k4xkut", ".slider-list.svelte-1k4xkut{-webkit-user-drag:none;margin:0;padding:0;list-style:none}");
16038
+ append_styles(target, "svelte-1slel1d", ".slider-list.svelte-1slel1d{-webkit-user-drag:none;margin:0;padding:0;list-style:none}");
16019
16039
  }
16020
16040
 
16021
16041
  function get_each_context$1(ctx, list, i) {
@@ -16117,12 +16137,12 @@ function create_fragment$g(ctx) {
16117
16137
  each_blocks[i].c();
16118
16138
  }
16119
16139
 
16120
- attr(ul, "class", "slider-list svelte-1k4xkut");
16140
+ attr(ul, "class", "slider-list svelte-1slel1d");
16121
16141
  attr(ul, "style", ul_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
16122
16142
  attr(div0, "style", /*indicatorListStyle*/ ctx[4]);
16123
16143
  attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
16124
16144
  attr(div1, "style", /*style*/ ctx[6]);
16125
- attr(div1, "class", "slider svelte-1k4xkut");
16145
+ attr(div1, "class", "slider svelte-1slel1d");
16126
16146
  },
16127
16147
  m(target, anchor) {
16128
16148
  insert(target, div1, anchor);
@@ -16474,7 +16494,7 @@ class Slider extends SvelteComponent {
16474
16494
  /* src/components-flex/slider/SliderItem.svelte generated by Svelte v3.53.1 */
16475
16495
 
16476
16496
  function add_css$d(target) {
16477
- 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}");
16497
+ 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}");
16478
16498
  }
16479
16499
 
16480
16500
  // (10:2) <svelte:element {...attributes} this={element} class="slider-item-inner" on:click={handleClick} >
@@ -16503,7 +16523,7 @@ function create_dynamic_element$3(ctx) {
16503
16523
  set_attributes(svelte_element, svelte_element_data);
16504
16524
  }
16505
16525
 
16506
- toggle_class(svelte_element, "svelte-j5pon4", true);
16526
+ toggle_class(svelte_element, "svelte-1amglxo", true);
16507
16527
  },
16508
16528
  m(target, anchor) {
16509
16529
  insert(target, svelte_element, anchor);
@@ -16543,7 +16563,7 @@ function create_dynamic_element$3(ctx) {
16543
16563
  set_attributes(svelte_element, svelte_element_data);
16544
16564
  }
16545
16565
 
16546
- toggle_class(svelte_element, "svelte-j5pon4", true);
16566
+ toggle_class(svelte_element, "svelte-1amglxo", true);
16547
16567
  },
16548
16568
  i(local) {
16549
16569
  if (current) return;
@@ -16574,7 +16594,7 @@ function create_fragment$f(ctx) {
16574
16594
  li = element("li");
16575
16595
  if (svelte_element) svelte_element.c();
16576
16596
  attr(li, "data-layer-id", /*layerId*/ ctx[0]);
16577
- attr(li, "class", "slider-item svelte-j5pon4");
16597
+ attr(li, "class", "slider-item svelte-1amglxo");
16578
16598
  },
16579
16599
  m(target, anchor) {
16580
16600
  insert(target, li, anchor);
@@ -16645,7 +16665,7 @@ class SliderItem extends SvelteComponent {
16645
16665
  }
16646
16666
  }
16647
16667
 
16648
- const getTextThemeStyles = getPropStyles(({ brandKit }) => ({
16668
+ const callback$1 = ({ brandKit }) => ({
16649
16669
  default: {
16650
16670
  color: brandKit.color_text_primary,
16651
16671
  },
@@ -16670,7 +16690,8 @@ const getTextThemeStyles = getPropStyles(({ brandKit }) => ({
16670
16690
  white: {
16671
16691
  color: brandKit.color_white,
16672
16692
  },
16673
- }));
16693
+ });
16694
+ const getTextThemeStyles = getPropStyles(callback$1);
16674
16695
 
16675
16696
  const TEXT_VARIANTS = {
16676
16697
  size: {
@@ -16730,7 +16751,7 @@ const TEXT_VARIANTS = {
16730
16751
  /* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
16731
16752
 
16732
16753
  function add_css$c(target) {
16733
- append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
16754
+ append_styles(target, "svelte-vifn7y", ".text.svelte-vifn7y{margin:0;word-break:break-all;text-decoration:none}");
16734
16755
  }
16735
16756
 
16736
16757
  function create_fragment$e(ctx) {
@@ -16739,7 +16760,7 @@ function create_fragment$e(ctx) {
16739
16760
  return {
16740
16761
  c() {
16741
16762
  p = element("p");
16742
- attr(p, "class", "text svelte-14kt34i");
16763
+ attr(p, "class", "text svelte-vifn7y");
16743
16764
  attr(p, "data-layer-id", /*layerId*/ ctx[0]);
16744
16765
  attr(p, "style", /*style*/ ctx[1]);
16745
16766
  },
@@ -16857,7 +16878,7 @@ class Text extends SvelteComponent {
16857
16878
  /* src/components-flex/rich-text/RichText.svelte generated by Svelte v3.53.1 */
16858
16879
 
16859
16880
  function add_css$b(target) {
16860
- 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}");
16881
+ 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}");
16861
16882
  }
16862
16883
 
16863
16884
  function create_fragment$d(ctx) {
@@ -16867,7 +16888,7 @@ function create_fragment$d(ctx) {
16867
16888
  return {
16868
16889
  c() {
16869
16890
  div = element("div");
16870
- attr(div, "class", "rich-text svelte-mq7h73");
16891
+ attr(div, "class", "rich-text svelte-dxr423");
16871
16892
  attr(div, "style", /*style*/ ctx[2]);
16872
16893
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
16873
16894
  },
@@ -17015,7 +17036,7 @@ const TEXT_LINK_SIZE_STYLES = {
17015
17036
  fontSize: '16px',
17016
17037
  },
17017
17038
  };
17018
- const getTextLinkThemeStyles = getPropStyles(({ brandKit }) => ({
17039
+ const callback = ({ brandKit }) => ({
17019
17040
  default: {
17020
17041
  color: brandKit.color_text_primary,
17021
17042
  },
@@ -17034,12 +17055,13 @@ const getTextLinkThemeStyles = getPropStyles(({ brandKit }) => ({
17034
17055
  white: {
17035
17056
  color: brandKit.color_white,
17036
17057
  },
17037
- }));
17058
+ });
17059
+ const getTextLinkThemeStyles = getPropStyles(callback);
17038
17060
 
17039
17061
  /* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
17040
17062
 
17041
17063
  function add_css$a(target) {
17042
- 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}");
17064
+ 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}");
17043
17065
  }
17044
17066
 
17045
17067
  // (81:2) {#if props.isIcon && props.iconVariant}
@@ -17132,7 +17154,7 @@ function create_dynamic_element$2(ctx) {
17132
17154
  set_attributes(svelte_element, svelte_element_data);
17133
17155
  }
17134
17156
 
17135
- toggle_class(svelte_element, "svelte-1qyhpm7", true);
17157
+ toggle_class(svelte_element, "svelte-dc9m5n", true);
17136
17158
  },
17137
17159
  m(target, anchor) {
17138
17160
  insert(target, svelte_element, anchor);
@@ -17185,7 +17207,7 @@ function create_dynamic_element$2(ctx) {
17185
17207
  set_attributes(svelte_element, svelte_element_data);
17186
17208
  }
17187
17209
 
17188
- toggle_class(svelte_element, "svelte-1qyhpm7", true);
17210
+ toggle_class(svelte_element, "svelte-dc9m5n", true);
17189
17211
  },
17190
17212
  i(local) {
17191
17213
  if (current) return;
@@ -17368,7 +17390,7 @@ const TEXT_LINK_UNDERLINE = {
17368
17390
  /* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
17369
17391
 
17370
17392
  function add_css$9(target) {
17371
- 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}");
17393
+ 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}");
17372
17394
  }
17373
17395
 
17374
17396
  // (14:0) {#if backgroundOverlay}
@@ -17381,7 +17403,7 @@ function create_if_block$2(ctx) {
17381
17403
  return {
17382
17404
  c() {
17383
17405
  div = element("div");
17384
- attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
17406
+ attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
17385
17407
  },
17386
17408
  m(target, anchor) {
17387
17409
  insert(target, div, anchor);
@@ -17392,7 +17414,7 @@ function create_if_block$2(ctx) {
17392
17414
  }
17393
17415
  },
17394
17416
  p(ctx, dirty) {
17395
- if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
17417
+ if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
17396
17418
  attr(div, "class", div_class_value);
17397
17419
  }
17398
17420
  },
@@ -17464,7 +17486,7 @@ class BackgroundOverlay extends SvelteComponent {
17464
17486
  /* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
17465
17487
 
17466
17488
  function add_css$8(target) {
17467
- 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}}");
17489
+ 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}}");
17468
17490
  }
17469
17491
 
17470
17492
  // (225:0) {:else}
@@ -17605,7 +17627,7 @@ function create_if_block$1(ctx) {
17605
17627
  c() {
17606
17628
  div = element("div");
17607
17629
  if (default_slot) default_slot.c();
17608
- attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
17630
+ attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
17609
17631
  attr(div, "role", "dialog");
17610
17632
  attr(div, "aria-modal", "true");
17611
17633
  attr(div, "data-layer-id", /*layerId*/ ctx[2]);
@@ -17639,7 +17661,7 @@ function create_if_block$1(ctx) {
17639
17661
  }
17640
17662
  }
17641
17663
 
17642
- if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
17664
+ if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
17643
17665
  attr(div, "class", div_class_value);
17644
17666
  }
17645
17667
 
@@ -18107,7 +18129,7 @@ class Modal extends SvelteComponent {
18107
18129
  /* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
18108
18130
 
18109
18131
  function add_css$7(target) {
18110
- append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
18132
+ append_styles(target, "svelte-igivoz", ".code.svelte-igivoz{flex-grow:1;flex-shrink:0;align-self:stretch}");
18111
18133
  }
18112
18134
 
18113
18135
  function create_fragment$9(ctx) {
@@ -18117,7 +18139,7 @@ function create_fragment$9(ctx) {
18117
18139
  return {
18118
18140
  c() {
18119
18141
  div = element("div");
18120
- attr(div, "class", "code svelte-jviwnb");
18142
+ attr(div, "class", "code svelte-igivoz");
18121
18143
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
18122
18144
  },
18123
18145
  m(target, anchor) {
@@ -18199,7 +18221,7 @@ const LIST_ITEM_CONTEXT_KEY = 'ListItemContext';
18199
18221
  /* src/components-flex/list/List.svelte generated by Svelte v3.53.1 */
18200
18222
 
18201
18223
  function add_css$6(target) {
18202
- 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)}");
18224
+ 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)}");
18203
18225
  }
18204
18226
 
18205
18227
  function create_fragment$8(ctx) {
@@ -18213,7 +18235,7 @@ function create_fragment$8(ctx) {
18213
18235
  ul = element("ul");
18214
18236
  if (default_slot) default_slot.c();
18215
18237
  attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
18216
- attr(ul, "class", "list svelte-5g0mcl");
18238
+ attr(ul, "class", "list svelte-v2vy6p");
18217
18239
  attr(ul, "style", /*style*/ ctx[1]);
18218
18240
  },
18219
18241
  m(target, anchor) {
@@ -18325,7 +18347,7 @@ class List extends SvelteComponent {
18325
18347
  /* src/components-flex/list/ListItem.svelte generated by Svelte v3.53.1 */
18326
18348
 
18327
18349
  function add_css$5(target) {
18328
- 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)}");
18350
+ 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)}");
18329
18351
  }
18330
18352
 
18331
18353
  // (29:2) <svelte:element {...attributes} this={element} class="list-item-inner" style={innerStyle} on:click={handleClick} >
@@ -18360,7 +18382,7 @@ function create_dynamic_element$1(ctx) {
18360
18382
  set_attributes(svelte_element, svelte_element_data);
18361
18383
  }
18362
18384
 
18363
- toggle_class(svelte_element, "svelte-1e6dn58", true);
18385
+ toggle_class(svelte_element, "svelte-1223veg", true);
18364
18386
  },
18365
18387
  m(target, anchor) {
18366
18388
  insert(target, svelte_element, anchor);
@@ -18404,7 +18426,7 @@ function create_dynamic_element$1(ctx) {
18404
18426
  set_attributes(svelte_element, svelte_element_data);
18405
18427
  }
18406
18428
 
18407
- toggle_class(svelte_element, "svelte-1e6dn58", true);
18429
+ toggle_class(svelte_element, "svelte-1223veg", true);
18408
18430
  },
18409
18431
  i(local) {
18410
18432
  if (current) return;
@@ -18434,7 +18456,7 @@ function create_fragment$7(ctx) {
18434
18456
  c() {
18435
18457
  li = element("li");
18436
18458
  if (svelte_element) svelte_element.c();
18437
- attr(li, "class", "list-item svelte-1e6dn58");
18459
+ attr(li, "class", "list-item svelte-1223veg");
18438
18460
  attr(li, "data-layer-id", /*layerId*/ ctx[0]);
18439
18461
  attr(li, "style", /*style*/ ctx[2]);
18440
18462
  },
@@ -18577,7 +18599,7 @@ function splitNumberAndUnit(value) {
18577
18599
  /* src/components-flex/multi-column/MultiColumn.svelte generated by Svelte v3.53.1 */
18578
18600
 
18579
18601
  function add_css$4(target) {
18580
- append_styles(target, "svelte-1csavnh", ".list.svelte-1csavnh{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
18602
+ append_styles(target, "svelte-aoppwp", ".list.svelte-aoppwp{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
18581
18603
  }
18582
18604
 
18583
18605
  function create_fragment$6(ctx) {
@@ -18591,7 +18613,7 @@ function create_fragment$6(ctx) {
18591
18613
  ul = element("ul");
18592
18614
  if (default_slot) default_slot.c();
18593
18615
  attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
18594
- attr(ul, "class", "list svelte-1csavnh");
18616
+ attr(ul, "class", "list svelte-aoppwp");
18595
18617
  attr(ul, "style", /*style*/ ctx[1]);
18596
18618
  },
18597
18619
  m(target, anchor) {
@@ -18703,7 +18725,7 @@ class MultiColumn extends SvelteComponent {
18703
18725
  /* src/components-flex/multi-column/MultiColumnItem.svelte generated by Svelte v3.53.1 */
18704
18726
 
18705
18727
  function add_css$3(target) {
18706
- 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)}");
18728
+ 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)}");
18707
18729
  }
18708
18730
 
18709
18731
  // (29:2) <svelte:element {...attributes} this={element} class="multi-column-item-inner" on:click={handleClick} >
@@ -18732,7 +18754,7 @@ function create_dynamic_element(ctx) {
18732
18754
  set_attributes(svelte_element, svelte_element_data);
18733
18755
  }
18734
18756
 
18735
- toggle_class(svelte_element, "svelte-1mk0qj6", true);
18757
+ toggle_class(svelte_element, "svelte-1blzs1a", true);
18736
18758
  },
18737
18759
  m(target, anchor) {
18738
18760
  insert(target, svelte_element, anchor);
@@ -18772,7 +18794,7 @@ function create_dynamic_element(ctx) {
18772
18794
  set_attributes(svelte_element, svelte_element_data);
18773
18795
  }
18774
18796
 
18775
- toggle_class(svelte_element, "svelte-1mk0qj6", true);
18797
+ toggle_class(svelte_element, "svelte-1blzs1a", true);
18776
18798
  },
18777
18799
  i(local) {
18778
18800
  if (current) return;
@@ -18802,7 +18824,7 @@ function create_fragment$5(ctx) {
18802
18824
  c() {
18803
18825
  li = element("li");
18804
18826
  if (svelte_element) svelte_element.c();
18805
- attr(li, "class", "multi-column-item svelte-1mk0qj6");
18827
+ attr(li, "class", "multi-column-item svelte-1blzs1a");
18806
18828
  attr(li, "data-layer-id", /*layerId*/ ctx[0]);
18807
18829
  attr(li, "style", /*style*/ ctx[1]);
18808
18830
  },
@@ -18918,7 +18940,7 @@ class MultiColumnItem extends SvelteComponent {
18918
18940
  /* src/components-flex/youtube/Youtube.svelte generated by Svelte v3.53.1 */
18919
18941
 
18920
18942
  function add_css$2(target) {
18921
- 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}");
18943
+ 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}");
18922
18944
  }
18923
18945
 
18924
18946
  function create_fragment$4(ctx) {
@@ -18930,7 +18952,7 @@ function create_fragment$4(ctx) {
18930
18952
  div1 = element("div");
18931
18953
  div0 = element("div");
18932
18954
  attr(div0, "class", "youtube-player");
18933
- attr(div1, "class", "youtube svelte-1bgnrue");
18955
+ attr(div1, "class", "youtube svelte-odfkc2");
18934
18956
  attr(div1, "style", /*style*/ ctx[2]);
18935
18957
  attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
18936
18958
  },
@@ -18984,8 +19006,8 @@ function instance$4($$self, $$props, $$invalidate) {
18984
19006
 
18985
19007
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
18986
19008
  function onPlayerReady() {
18987
- if (props.mute) {
18988
- player.mute();
19009
+ if (props.mute || props.autoplay) {
19010
+ player.setVolume(0);
18989
19011
  }
18990
19012
  }
18991
19013
 
@@ -19002,6 +19024,7 @@ function instance$4($$self, $$props, $$invalidate) {
19002
19024
  autoplay: boolToNumber(props.autoplay),
19003
19025
  controls: boolToNumber(props.controls),
19004
19026
  cc_load_policy: boolToNumber(props.showSubtitle),
19027
+ // TODO: appの場合はフルスクリーンにすると、画面境界の変化を検知し画面遷移が発生 -> 接客自体が消えてしまうため強制OFFにする
19005
19028
  fs: boolToNumber(props.showFullScreen),
19006
19029
  loop: boolToNumber(props.loop),
19007
19030
  playlist: props.videoId
@@ -19076,7 +19099,7 @@ class Youtube extends SvelteComponent {
19076
19099
  /* src/components-flex/count-down/CountDown.svelte generated by Svelte v3.53.1 */
19077
19100
 
19078
19101
  function add_css$1(target) {
19079
- append_styles(target, "svelte-1eft5i1", ".countdown.svelte-1eft5i1{display:flex;align-items:center;gap:4px}");
19102
+ append_styles(target, "svelte-1n395il", ".countdown.svelte-1n395il{display:flex;align-items:center;gap:4px}");
19080
19103
  }
19081
19104
 
19082
19105
  const get_default_slot_changes = dirty => ({
@@ -19103,7 +19126,7 @@ function create_fragment$3(ctx) {
19103
19126
  c() {
19104
19127
  div = element("div");
19105
19128
  if (default_slot) default_slot.c();
19106
- attr(div, "class", "countdown svelte-1eft5i1");
19129
+ attr(div, "class", "countdown svelte-1n395il");
19107
19130
  attr(div, "data-layer-id", /*layerId*/ ctx[0]);
19108
19131
  },
19109
19132
  m(target, anchor) {
@@ -19408,7 +19431,7 @@ class CountDownValue extends SvelteComponent {
19408
19431
  /* src/components-flex/clip-copy/ClipCopy.svelte generated by Svelte v3.53.1 */
19409
19432
 
19410
19433
  function add_css(target) {
19411
- 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%)}");
19434
+ 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%)}");
19412
19435
  }
19413
19436
 
19414
19437
  function create_fragment$1(ctx) {
@@ -19432,10 +19455,10 @@ function create_fragment$1(ctx) {
19432
19455
  t0 = space();
19433
19456
  span = element("span");
19434
19457
  t1 = text("コピーしました");
19435
- attr(button, "class", "clipboard-button svelte-1z01gne");
19458
+ attr(button, "class", "clipboard-button svelte-30zd8m");
19436
19459
  attr(span, "aria-hidden", span_aria_hidden_value = !/*showTooltip*/ ctx[2]);
19437
- attr(span, "class", "clipboard-tooltip svelte-1z01gne");
19438
- attr(div, "class", "clipboard svelte-1z01gne");
19460
+ attr(span, "class", "clipboard-tooltip svelte-30zd8m");
19461
+ attr(div, "class", "clipboard svelte-30zd8m");
19439
19462
  attr(div, "data-layer-id", /*layerId*/ ctx[0]);
19440
19463
  },
19441
19464
  m(target, anchor) {