@plaidev/karte-action-sdk 1.1.249-28756003.d2de3054 → 1.1.249-28765727.0b93c1aa

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
@@ -2929,7 +2929,7 @@ function create_if_block$h(ctx) {
2929
2929
  };
2930
2930
  }
2931
2931
 
2932
- function create_fragment$1f(ctx) {
2932
+ function create_fragment$1g(ctx) {
2933
2933
  let head;
2934
2934
  let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$h(ctx);
2935
2935
 
@@ -2965,7 +2965,7 @@ function create_fragment$1f(ctx) {
2965
2965
  };
2966
2966
  }
2967
2967
 
2968
- function instance$1f($$self, $$props, $$invalidate) {
2968
+ function instance$1g($$self, $$props, $$invalidate) {
2969
2969
  let $fonts;
2970
2970
  component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
2971
2971
  let googleFontUrl = '';
@@ -2994,13 +2994,13 @@ function instance$1f($$self, $$props, $$invalidate) {
2994
2994
  class Header extends SvelteComponent {
2995
2995
  constructor(options) {
2996
2996
  super();
2997
- init(this, options, instance$1f, create_fragment$1f, safe_not_equal, {});
2997
+ init(this, options, instance$1g, create_fragment$1g, safe_not_equal, {});
2998
2998
  }
2999
2999
  }
3000
3000
 
3001
3001
  /* src/components/State.svelte generated by Svelte v3.53.1 */
3002
3002
 
3003
- function create_fragment$1e(ctx) {
3003
+ function create_fragment$1f(ctx) {
3004
3004
  let header;
3005
3005
  let t;
3006
3006
  let current;
@@ -3059,7 +3059,7 @@ function create_fragment$1e(ctx) {
3059
3059
  };
3060
3060
  }
3061
3061
 
3062
- function instance$1e($$self, $$props, $$invalidate) {
3062
+ function instance$1f($$self, $$props, $$invalidate) {
3063
3063
  let { $$slots: slots = {}, $$scope } = $$props;
3064
3064
 
3065
3065
  $$self.$$set = $$props => {
@@ -3072,7 +3072,7 @@ function instance$1e($$self, $$props, $$invalidate) {
3072
3072
  class State extends SvelteComponent {
3073
3073
  constructor(options) {
3074
3074
  super();
3075
- init(this, options, instance$1e, create_fragment$1e, safe_not_equal, {});
3075
+ init(this, options, instance$1f, create_fragment$1f, safe_not_equal, {});
3076
3076
  }
3077
3077
  }
3078
3078
 
@@ -3145,7 +3145,7 @@ function create_if_block$g(ctx) {
3145
3145
  };
3146
3146
  }
3147
3147
 
3148
- function create_fragment$1d(ctx) {
3148
+ function create_fragment$1e(ctx) {
3149
3149
  let if_block_anchor;
3150
3150
  let current;
3151
3151
  let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$g(ctx);
@@ -3206,7 +3206,7 @@ function getStateItemContext() {
3206
3206
  return getContext(STATE_ITEM_CONTEXT_KEY);
3207
3207
  }
3208
3208
 
3209
- function instance$1d($$self, $$props, $$invalidate) {
3209
+ function instance$1e($$self, $$props, $$invalidate) {
3210
3210
  let $state;
3211
3211
  component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
3212
3212
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -3232,7 +3232,7 @@ function instance$1d($$self, $$props, $$invalidate) {
3232
3232
  class StateItem extends SvelteComponent {
3233
3233
  constructor(options) {
3234
3234
  super();
3235
- init(this, options, instance$1d, create_fragment$1d, safe_not_equal, { path: 0 }, add_css$F);
3235
+ init(this, options, instance$1e, create_fragment$1e, safe_not_equal, { path: 0 }, add_css$F);
3236
3236
  }
3237
3237
  }
3238
3238
 
@@ -3454,7 +3454,7 @@ function create_if_block$f(ctx) {
3454
3454
  };
3455
3455
  }
3456
3456
 
3457
- function create_fragment$1c(ctx) {
3457
+ function create_fragment$1d(ctx) {
3458
3458
  let if_block_anchor;
3459
3459
  let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$f(ctx);
3460
3460
 
@@ -3490,7 +3490,7 @@ function create_fragment$1c(ctx) {
3490
3490
  };
3491
3491
  }
3492
3492
 
3493
- function instance$1c($$self, $$props, $$invalidate) {
3493
+ function instance$1d($$self, $$props, $$invalidate) {
3494
3494
  let { backgroundOverlay = false } = $$props;
3495
3495
  let { class: className = undefined } = $$props;
3496
3496
  const dispatch = createEventDispatcher();
@@ -3507,7 +3507,7 @@ function instance$1c($$self, $$props, $$invalidate) {
3507
3507
  let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
3508
3508
  constructor(options) {
3509
3509
  super();
3510
- init(this, options, instance$1c, create_fragment$1c, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
3510
+ init(this, options, instance$1d, create_fragment$1d, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
3511
3511
  }
3512
3512
  };
3513
3513
 
@@ -3852,7 +3852,7 @@ function create_if_block$e(ctx) {
3852
3852
  };
3853
3853
  }
3854
3854
 
3855
- function create_fragment$1b(ctx) {
3855
+ function create_fragment$1c(ctx) {
3856
3856
  let current_block_type_index;
3857
3857
  let if_block;
3858
3858
  let if_block_anchor;
@@ -3925,7 +3925,7 @@ function create_fragment$1b(ctx) {
3925
3925
 
3926
3926
  const BUTTON_CLASS = 'button';
3927
3927
 
3928
- function instance$1b($$self, $$props, $$invalidate) {
3928
+ function instance$1c($$self, $$props, $$invalidate) {
3929
3929
  let disabled;
3930
3930
  let $valuesAreValid;
3931
3931
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -3991,8 +3991,8 @@ let Button$1 = class Button extends SvelteComponent {
3991
3991
  init(
3992
3992
  this,
3993
3993
  options,
3994
- instance$1b,
3995
- create_fragment$1b,
3994
+ instance$1c,
3995
+ create_fragment$1c,
3996
3996
  safe_not_equal,
3997
3997
  {
3998
3998
  onClick: 0,
@@ -4402,7 +4402,7 @@ function create_default_slot$d(ctx) {
4402
4402
  };
4403
4403
  }
4404
4404
 
4405
- function create_fragment$1a(ctx) {
4405
+ function create_fragment$1b(ctx) {
4406
4406
  let show_if;
4407
4407
  let current_block_type_index;
4408
4408
  let if_block0;
@@ -4520,7 +4520,7 @@ function create_fragment$1a(ctx) {
4520
4520
  };
4521
4521
  }
4522
4522
 
4523
- function instance$1a($$self, $$props, $$invalidate) {
4523
+ function instance$1b($$self, $$props, $$invalidate) {
4524
4524
  let close;
4525
4525
  let closable;
4526
4526
  let backgroundClick;
@@ -4832,8 +4832,8 @@ let Modal$1 = class Modal extends SvelteComponent {
4832
4832
  init(
4833
4833
  this,
4834
4834
  options,
4835
- instance$1a,
4836
- create_fragment$1a,
4835
+ instance$1b,
4836
+ create_fragment$1b,
4837
4837
  safe_not_equal,
4838
4838
  {
4839
4839
  onClick: 0,
@@ -4859,7 +4859,7 @@ let Modal$1 = class Modal extends SvelteComponent {
4859
4859
 
4860
4860
  /* src/components/Grid.svelte generated by Svelte v3.53.1 */
4861
4861
 
4862
- function create_fragment$19(ctx) {
4862
+ function create_fragment$1a(ctx) {
4863
4863
  let div;
4864
4864
  let current;
4865
4865
  const default_slot_template = /*#slots*/ ctx[8].default;
@@ -4917,7 +4917,7 @@ function create_fragment$19(ctx) {
4917
4917
  };
4918
4918
  }
4919
4919
 
4920
- function instance$19($$self, $$props, $$invalidate) {
4920
+ function instance$1a($$self, $$props, $$invalidate) {
4921
4921
  let _style;
4922
4922
  let { $$slots: slots = {}, $$scope } = $$props;
4923
4923
  let { width = '512px' } = $$props;
@@ -4962,7 +4962,7 @@ class Grid extends SvelteComponent {
4962
4962
  constructor(options) {
4963
4963
  super();
4964
4964
 
4965
- init(this, options, instance$19, create_fragment$19, safe_not_equal, {
4965
+ init(this, options, instance$1a, create_fragment$1a, safe_not_equal, {
4966
4966
  width: 1,
4967
4967
  height: 2,
4968
4968
  rows: 3,
@@ -4979,7 +4979,7 @@ function add_css$B(target) {
4979
4979
  append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
4980
4980
  }
4981
4981
 
4982
- function create_fragment$18(ctx) {
4982
+ function create_fragment$19(ctx) {
4983
4983
  let div1;
4984
4984
  let div0;
4985
4985
  let current;
@@ -5053,7 +5053,7 @@ function create_fragment$18(ctx) {
5053
5053
 
5054
5054
  const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
5055
5055
 
5056
- function instance$18($$self, $$props, $$invalidate) {
5056
+ function instance$19($$self, $$props, $$invalidate) {
5057
5057
  let _style;
5058
5058
  let { $$slots: slots = {}, $$scope } = $$props;
5059
5059
  let { x1 } = $$props;
@@ -5102,8 +5102,8 @@ class GridItem extends SvelteComponent {
5102
5102
  init(
5103
5103
  this,
5104
5104
  options,
5105
- instance$18,
5106
- create_fragment$18,
5105
+ instance$19,
5106
+ create_fragment$19,
5107
5107
  safe_not_equal,
5108
5108
  {
5109
5109
  x1: 2,
@@ -5210,7 +5210,7 @@ function create_each_block$7(ctx) {
5210
5210
  };
5211
5211
  }
5212
5212
 
5213
- function create_fragment$17(ctx) {
5213
+ function create_fragment$18(ctx) {
5214
5214
  let each_1_anchor;
5215
5215
  let each_value = /*items*/ ctx[0];
5216
5216
  let each_blocks = [];
@@ -5269,7 +5269,7 @@ function create_fragment$17(ctx) {
5269
5269
 
5270
5270
  const regexp = /(\r?\n)/;
5271
5271
 
5272
- function instance$17($$self, $$props, $$invalidate) {
5272
+ function instance$18($$self, $$props, $$invalidate) {
5273
5273
  let items;
5274
5274
  let { text = 'サンプルSample' } = $$props;
5275
5275
 
@@ -5290,7 +5290,7 @@ function instance$17($$self, $$props, $$invalidate) {
5290
5290
  class RenderText extends SvelteComponent {
5291
5291
  constructor(options) {
5292
5292
  super();
5293
- init(this, options, instance$17, create_fragment$17, safe_not_equal, { text: 1 });
5293
+ init(this, options, instance$18, create_fragment$18, safe_not_equal, { text: 1 });
5294
5294
  }
5295
5295
  }
5296
5296
 
@@ -5440,7 +5440,7 @@ function create_if_block$b(ctx) {
5440
5440
  };
5441
5441
  }
5442
5442
 
5443
- function create_fragment$16(ctx) {
5443
+ function create_fragment$17(ctx) {
5444
5444
  let div;
5445
5445
  let current_block_type_index;
5446
5446
  let if_block;
@@ -5510,7 +5510,7 @@ function create_fragment$16(ctx) {
5510
5510
  };
5511
5511
  }
5512
5512
 
5513
- function instance$16($$self, $$props, $$invalidate) {
5513
+ function instance$17($$self, $$props, $$invalidate) {
5514
5514
  let style;
5515
5515
  let { text = 'テキストのコンテンツ' } = $$props;
5516
5516
  let { font = SYSTEM_FONT } = $$props;
@@ -5606,8 +5606,8 @@ class TextElement extends SvelteComponent {
5606
5606
  init(
5607
5607
  this,
5608
5608
  options,
5609
- instance$16,
5610
- create_fragment$16,
5609
+ instance$17,
5610
+ create_fragment$17,
5611
5611
  safe_not_equal,
5612
5612
  {
5613
5613
  text: 0,
@@ -5663,7 +5663,7 @@ function create_default_slot$c(ctx) {
5663
5663
  };
5664
5664
  }
5665
5665
 
5666
- function create_fragment$15(ctx) {
5666
+ function create_fragment$16(ctx) {
5667
5667
  let div;
5668
5668
  let button;
5669
5669
  let current;
@@ -5717,7 +5717,7 @@ function create_fragment$15(ctx) {
5717
5717
  };
5718
5718
  }
5719
5719
 
5720
- function instance$15($$self, $$props, $$invalidate) {
5720
+ function instance$16($$self, $$props, $$invalidate) {
5721
5721
  let style;
5722
5722
  let { text = 'ボタンのラベル' } = $$props;
5723
5723
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -5755,8 +5755,8 @@ class TextButtonElement extends SvelteComponent {
5755
5755
  init(
5756
5756
  this,
5757
5757
  options,
5758
- instance$15,
5759
- create_fragment$15,
5758
+ instance$16,
5759
+ create_fragment$16,
5760
5760
  safe_not_equal,
5761
5761
  {
5762
5762
  text: 0,
@@ -5828,7 +5828,7 @@ function create_default_slot$b(ctx) {
5828
5828
  };
5829
5829
  }
5830
5830
 
5831
- function create_fragment$14(ctx) {
5831
+ function create_fragment$15(ctx) {
5832
5832
  let div;
5833
5833
  let button;
5834
5834
  let div_class_value;
@@ -5887,7 +5887,7 @@ function create_fragment$14(ctx) {
5887
5887
  };
5888
5888
  }
5889
5889
 
5890
- function instance$14($$self, $$props, $$invalidate) {
5890
+ function instance$15($$self, $$props, $$invalidate) {
5891
5891
  let { src = '' } = $$props;
5892
5892
  let { alt = '画像の説明' } = $$props;
5893
5893
  let { transport = false } = $$props;
@@ -5918,8 +5918,8 @@ class ImageElement extends SvelteComponent {
5918
5918
  init(
5919
5919
  this,
5920
5920
  options,
5921
- instance$14,
5922
- create_fragment$14,
5921
+ instance$15,
5922
+ create_fragment$15,
5923
5923
  safe_not_equal,
5924
5924
  {
5925
5925
  src: 0,
@@ -5942,7 +5942,7 @@ function add_css$x(target) {
5942
5942
  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}");
5943
5943
  }
5944
5944
 
5945
- function create_fragment$13(ctx) {
5945
+ function create_fragment$14(ctx) {
5946
5946
  let div;
5947
5947
  let current;
5948
5948
  const default_slot_template = /*#slots*/ ctx[6].default;
@@ -6002,7 +6002,7 @@ function create_fragment$13(ctx) {
6002
6002
 
6003
6003
  const LIST_CONTEXT_KEY = Symbol();
6004
6004
 
6005
- function instance$13($$self, $$props, $$invalidate) {
6005
+ function instance$14($$self, $$props, $$invalidate) {
6006
6006
  let style;
6007
6007
  let { $$slots: slots = {}, $$scope } = $$props;
6008
6008
  let { direction = 'vertical' } = $$props;
@@ -6069,8 +6069,8 @@ class List extends SvelteComponent {
6069
6069
  init(
6070
6070
  this,
6071
6071
  options,
6072
- instance$13,
6073
- create_fragment$13,
6072
+ instance$14,
6073
+ create_fragment$14,
6074
6074
  safe_not_equal,
6075
6075
  {
6076
6076
  direction: 1,
@@ -6137,7 +6137,7 @@ function create_default_slot$a(ctx) {
6137
6137
  };
6138
6138
  }
6139
6139
 
6140
- function create_fragment$12(ctx) {
6140
+ function create_fragment$13(ctx) {
6141
6141
  let div;
6142
6142
  let button;
6143
6143
  let current;
@@ -6196,7 +6196,7 @@ function create_fragment$12(ctx) {
6196
6196
  };
6197
6197
  }
6198
6198
 
6199
- function instance$12($$self, $$props, $$invalidate) {
6199
+ function instance$13($$self, $$props, $$invalidate) {
6200
6200
  let listItemStyle;
6201
6201
  let { $$slots: slots = {}, $$scope } = $$props;
6202
6202
  const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
@@ -6275,7 +6275,7 @@ function instance$12($$self, $$props, $$invalidate) {
6275
6275
  class ListItem extends SvelteComponent {
6276
6276
  constructor(options) {
6277
6277
  super();
6278
- init(this, options, instance$12, create_fragment$12, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
6278
+ init(this, options, instance$13, create_fragment$13, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
6279
6279
  }
6280
6280
  }
6281
6281
 
@@ -6285,7 +6285,7 @@ function add_css$v(target) {
6285
6285
  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}");
6286
6286
  }
6287
6287
 
6288
- function create_fragment$11(ctx) {
6288
+ function create_fragment$12(ctx) {
6289
6289
  let div;
6290
6290
 
6291
6291
  return {
@@ -6312,7 +6312,7 @@ function create_fragment$11(ctx) {
6312
6312
  };
6313
6313
  }
6314
6314
 
6315
- function instance$11($$self, $$props, $$invalidate) {
6315
+ function instance$12($$self, $$props, $$invalidate) {
6316
6316
  let { code } = $$props;
6317
6317
  let { _style = '' } = $$props;
6318
6318
 
@@ -6327,7 +6327,7 @@ function instance$11($$self, $$props, $$invalidate) {
6327
6327
  class EmbedElement extends SvelteComponent {
6328
6328
  constructor(options) {
6329
6329
  super();
6330
- init(this, options, instance$11, create_fragment$11, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
6330
+ init(this, options, instance$12, create_fragment$12, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
6331
6331
  }
6332
6332
  }
6333
6333
 
@@ -6337,7 +6337,7 @@ function add_css$u(target) {
6337
6337
  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%}");
6338
6338
  }
6339
6339
 
6340
- function create_fragment$10(ctx) {
6340
+ function create_fragment$11(ctx) {
6341
6341
  let div1;
6342
6342
  let div0;
6343
6343
 
@@ -6378,7 +6378,7 @@ function _setValue(obj, key, value) {
6378
6378
  }
6379
6379
  }
6380
6380
 
6381
- function instance$10($$self, $$props, $$invalidate) {
6381
+ function instance$11($$self, $$props, $$invalidate) {
6382
6382
  let $system;
6383
6383
  component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
6384
6384
  let { videoId = 'wt0OjOeX-JA' } = $$props;
@@ -6649,8 +6649,8 @@ class MovieYouTubeElement extends SvelteComponent {
6649
6649
  init(
6650
6650
  this,
6651
6651
  options,
6652
- instance$10,
6653
- create_fragment$10,
6652
+ instance$11,
6653
+ create_fragment$11,
6654
6654
  safe_not_equal,
6655
6655
  {
6656
6656
  videoId: 2,
@@ -6691,7 +6691,7 @@ function add_css$t(target) {
6691
6691
  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%}");
6692
6692
  }
6693
6693
 
6694
- function create_fragment$$(ctx) {
6694
+ function create_fragment$10(ctx) {
6695
6695
  let div1;
6696
6696
  let div0;
6697
6697
 
@@ -6722,7 +6722,7 @@ function create_fragment$$(ctx) {
6722
6722
  };
6723
6723
  }
6724
6724
 
6725
- function instance$$($$self, $$props, $$invalidate) {
6725
+ function instance$10($$self, $$props, $$invalidate) {
6726
6726
  let $system;
6727
6727
  component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
6728
6728
  let { videoId = "201239468" } = $$props;
@@ -6865,8 +6865,8 @@ class MovieVimeoElement extends SvelteComponent {
6865
6865
  init(
6866
6866
  this,
6867
6867
  options,
6868
- instance$$,
6869
- create_fragment$$,
6868
+ instance$10,
6869
+ create_fragment$10,
6870
6870
  safe_not_equal,
6871
6871
  {
6872
6872
  videoId: 2,
@@ -6887,7 +6887,7 @@ function add_css$s(target) {
6887
6887
  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}");
6888
6888
  }
6889
6889
 
6890
- function create_fragment$_(ctx) {
6890
+ function create_fragment$$(ctx) {
6891
6891
  let div;
6892
6892
  let textarea;
6893
6893
  let mounted;
@@ -6945,7 +6945,7 @@ function create_fragment$_(ctx) {
6945
6945
  };
6946
6946
  }
6947
6947
 
6948
- function instance$_($$self, $$props, $$invalidate) {
6948
+ function instance$$($$self, $$props, $$invalidate) {
6949
6949
  let style;
6950
6950
  let styleVariables;
6951
6951
  let $value;
@@ -7033,8 +7033,8 @@ class FormTextarea extends SvelteComponent {
7033
7033
  init(
7034
7034
  this,
7035
7035
  options,
7036
- instance$_,
7037
- create_fragment$_,
7036
+ instance$$,
7037
+ create_fragment$$,
7038
7038
  safe_not_equal,
7039
7039
  {
7040
7040
  name: 7,
@@ -7143,7 +7143,7 @@ function create_each_block$6(ctx) {
7143
7143
  };
7144
7144
  }
7145
7145
 
7146
- function create_fragment$Z(ctx) {
7146
+ function create_fragment$_(ctx) {
7147
7147
  let div;
7148
7148
  let each_value = /*_options*/ ctx[4];
7149
7149
  let each_blocks = [];
@@ -7207,7 +7207,7 @@ function create_fragment$Z(ctx) {
7207
7207
  };
7208
7208
  }
7209
7209
 
7210
- function instance$Z($$self, $$props, $$invalidate) {
7210
+ function instance$_($$self, $$props, $$invalidate) {
7211
7211
  let _options;
7212
7212
  let buttonStyle;
7213
7213
  let _value;
@@ -7307,8 +7307,8 @@ class FormRadioButtons extends SvelteComponent {
7307
7307
  init(
7308
7308
  this,
7309
7309
  options,
7310
- instance$Z,
7311
- create_fragment$Z,
7310
+ instance$_,
7311
+ create_fragment$_,
7312
7312
  safe_not_equal,
7313
7313
  {
7314
7314
  name: 0,
@@ -7438,7 +7438,7 @@ function create_each_block$5(ctx) {
7438
7438
  };
7439
7439
  }
7440
7440
 
7441
- function create_fragment$Y(ctx) {
7441
+ function create_fragment$Z(ctx) {
7442
7442
  let div1;
7443
7443
  let select;
7444
7444
  let t;
@@ -7528,7 +7528,7 @@ function create_fragment$Y(ctx) {
7528
7528
  };
7529
7529
  }
7530
7530
 
7531
- function instance$Y($$self, $$props, $$invalidate) {
7531
+ function instance$Z($$self, $$props, $$invalidate) {
7532
7532
  let _options;
7533
7533
  let style;
7534
7534
  let styleVariables;
@@ -7644,8 +7644,8 @@ class FormSelect extends SvelteComponent {
7644
7644
  init(
7645
7645
  this,
7646
7646
  options,
7647
- instance$Y,
7648
- create_fragment$Y,
7647
+ instance$Z,
7648
+ create_fragment$Z,
7649
7649
  safe_not_equal,
7650
7650
  {
7651
7651
  name: 7,
@@ -7773,7 +7773,7 @@ function create_each_block$4(ctx) {
7773
7773
  };
7774
7774
  }
7775
7775
 
7776
- function create_fragment$X(ctx) {
7776
+ function create_fragment$Y(ctx) {
7777
7777
  let div;
7778
7778
  let each_value = /*_options*/ ctx[3];
7779
7779
  let each_blocks = [];
@@ -7837,7 +7837,7 @@ function create_fragment$X(ctx) {
7837
7837
  };
7838
7838
  }
7839
7839
 
7840
- function instance$X($$self, $$props, $$invalidate) {
7840
+ function instance$Y($$self, $$props, $$invalidate) {
7841
7841
  let _options;
7842
7842
  let styleVariables;
7843
7843
  let isCheckedArray;
@@ -7943,8 +7943,8 @@ class FormCheckBoxes extends SvelteComponent {
7943
7943
  init(
7944
7944
  this,
7945
7945
  options,
7946
- instance$X,
7947
- create_fragment$X,
7946
+ instance$Y,
7947
+ create_fragment$Y,
7948
7948
  safe_not_equal,
7949
7949
  {
7950
7950
  name: 0,
@@ -8021,7 +8021,7 @@ function create_each_block$3(ctx) {
8021
8021
  };
8022
8022
  }
8023
8023
 
8024
- function create_fragment$W(ctx) {
8024
+ function create_fragment$X(ctx) {
8025
8025
  let div;
8026
8026
  let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
8027
8027
  let each_blocks = [];
@@ -8080,7 +8080,7 @@ function create_fragment$W(ctx) {
8080
8080
  };
8081
8081
  }
8082
8082
 
8083
- function instance$W($$self, $$props, $$invalidate) {
8083
+ function instance$X($$self, $$props, $$invalidate) {
8084
8084
  let _value;
8085
8085
  let $value;
8086
8086
  let { name = '' } = $$props;
@@ -8162,8 +8162,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
8162
8162
  init(
8163
8163
  this,
8164
8164
  options,
8165
- instance$W,
8166
- create_fragment$W,
8165
+ instance$X,
8166
+ create_fragment$X,
8167
8167
  safe_not_equal,
8168
8168
  {
8169
8169
  name: 6,
@@ -8241,7 +8241,7 @@ function create_each_block$2(ctx) {
8241
8241
  };
8242
8242
  }
8243
8243
 
8244
- function create_fragment$V(ctx) {
8244
+ function create_fragment$W(ctx) {
8245
8245
  let div;
8246
8246
  let each_value = [...Array(count).keys()].reverse().map(func);
8247
8247
  let each_blocks = [];
@@ -8303,7 +8303,7 @@ function create_fragment$V(ctx) {
8303
8303
  const count = 5;
8304
8304
  const func = i => i + 1;
8305
8305
 
8306
- function instance$V($$self, $$props, $$invalidate) {
8306
+ function instance$W($$self, $$props, $$invalidate) {
8307
8307
  let _value;
8308
8308
  let buttonStyle;
8309
8309
  let $value;
@@ -8359,7 +8359,7 @@ function instance$V($$self, $$props, $$invalidate) {
8359
8359
  class FormRatingButtonsFace extends SvelteComponent {
8360
8360
  constructor(options) {
8361
8361
  super();
8362
- init(this, options, instance$V, create_fragment$V, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
8362
+ init(this, options, instance$W, create_fragment$W, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
8363
8363
  }
8364
8364
  }
8365
8365
 
@@ -8369,7 +8369,7 @@ function add_css$m(target) {
8369
8369
  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}");
8370
8370
  }
8371
8371
 
8372
- function create_fragment$U(ctx) {
8372
+ function create_fragment$V(ctx) {
8373
8373
  let div;
8374
8374
  let input;
8375
8375
  let input_class_value;
@@ -8433,7 +8433,7 @@ function create_fragment$U(ctx) {
8433
8433
  };
8434
8434
  }
8435
8435
 
8436
- function instance$U($$self, $$props, $$invalidate) {
8436
+ function instance$V($$self, $$props, $$invalidate) {
8437
8437
  let style;
8438
8438
  let styleVariables;
8439
8439
  let isValidForUI;
@@ -8564,8 +8564,8 @@ class FormIdentifyInput extends SvelteComponent {
8564
8564
  init(
8565
8565
  this,
8566
8566
  options,
8567
- instance$U,
8568
- create_fragment$U,
8567
+ instance$V,
8568
+ create_fragment$V,
8569
8569
  safe_not_equal,
8570
8570
  {
8571
8571
  field: 9,
@@ -8590,7 +8590,7 @@ function add_css$l(target) {
8590
8590
  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}");
8591
8591
  }
8592
8592
 
8593
- function create_fragment$T(ctx) {
8593
+ function create_fragment$U(ctx) {
8594
8594
  let div;
8595
8595
  let label0;
8596
8596
  let input0;
@@ -8703,7 +8703,7 @@ function create_fragment$T(ctx) {
8703
8703
  };
8704
8704
  }
8705
8705
 
8706
- function instance$T($$self, $$props, $$invalidate) {
8706
+ function instance$U($$self, $$props, $$invalidate) {
8707
8707
  let buttonStyle;
8708
8708
  let $value;
8709
8709
  let { field = 'subscription' } = $$props;
@@ -8785,8 +8785,8 @@ class FormIdentifyChoices extends SvelteComponent {
8785
8785
  init(
8786
8786
  this,
8787
8787
  options,
8788
- instance$T,
8789
- create_fragment$T,
8788
+ instance$U,
8789
+ create_fragment$U,
8790
8790
  safe_not_equal,
8791
8791
  {
8792
8792
  field: 6,
@@ -8970,7 +8970,7 @@ function create_each_block$1(ctx) {
8970
8970
  };
8971
8971
  }
8972
8972
 
8973
- function create_fragment$S(ctx) {
8973
+ function create_fragment$T(ctx) {
8974
8974
  let div3;
8975
8975
  let div1;
8976
8976
  let div0;
@@ -9165,7 +9165,7 @@ function calcPositionIndex(shift, index, length) {
9165
9165
  }
9166
9166
  }
9167
9167
 
9168
- function instance$S($$self, $$props, $$invalidate) {
9168
+ function instance$T($$self, $$props, $$invalidate) {
9169
9169
  let slideStyle;
9170
9170
  let slideClass;
9171
9171
  let _loop;
@@ -9618,8 +9618,8 @@ class Slide extends SvelteComponent {
9618
9618
  init(
9619
9619
  this,
9620
9620
  options,
9621
- instance$S,
9622
- create_fragment$S,
9621
+ instance$T,
9622
+ create_fragment$T,
9623
9623
  safe_not_equal,
9624
9624
  {
9625
9625
  loop: 18,
@@ -9645,7 +9645,7 @@ function add_css$j(target) {
9645
9645
  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}");
9646
9646
  }
9647
9647
 
9648
- function create_fragment$R(ctx) {
9648
+ function create_fragment$S(ctx) {
9649
9649
  let div1;
9650
9650
  let div0;
9651
9651
  let current;
@@ -9712,7 +9712,7 @@ function create_fragment$R(ctx) {
9712
9712
  };
9713
9713
  }
9714
9714
 
9715
- function instance$R($$self, $$props, $$invalidate) {
9715
+ function instance$S($$self, $$props, $$invalidate) {
9716
9716
  let itemStyle;
9717
9717
  let { $$slots: slots = {}, $$scope } = $$props;
9718
9718
  const { registerItem, unregisterItem } = getContext('SLIDE');
@@ -9778,7 +9778,7 @@ function instance$R($$self, $$props, $$invalidate) {
9778
9778
  class SlideItem extends SvelteComponent {
9779
9779
  constructor(options) {
9780
9780
  super();
9781
- init(this, options, instance$R, create_fragment$R, safe_not_equal, { _style: 0 }, add_css$j);
9781
+ init(this, options, instance$S, create_fragment$S, safe_not_equal, { _style: 0 }, add_css$j);
9782
9782
  }
9783
9783
  }
9784
9784
 
@@ -9791,7 +9791,7 @@ function add_css$i(target) {
9791
9791
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
9792
9792
  const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
9793
9793
 
9794
- function create_fragment$Q(ctx) {
9794
+ function create_fragment$R(ctx) {
9795
9795
  let div1;
9796
9796
  let div0;
9797
9797
  let current;
@@ -9871,7 +9871,7 @@ function formatTimeDiff(ms) {
9871
9871
  };
9872
9872
  }
9873
9873
 
9874
- function instance$Q($$self, $$props, $$invalidate) {
9874
+ function instance$R($$self, $$props, $$invalidate) {
9875
9875
  let countdown;
9876
9876
  let { $$slots: slots = {}, $$scope } = $$props;
9877
9877
  let { timeLimit = '2023/12/31 23:59:59' } = $$props;
@@ -9932,7 +9932,7 @@ function instance$Q($$self, $$props, $$invalidate) {
9932
9932
  class Countdown extends SvelteComponent {
9933
9933
  constructor(options) {
9934
9934
  super();
9935
- init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
9935
+ init(this, options, instance$R, create_fragment$R, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
9936
9936
  }
9937
9937
  }
9938
9938
 
@@ -9990,7 +9990,7 @@ function create_default_slot$9(ctx) {
9990
9990
  };
9991
9991
  }
9992
9992
 
9993
- function create_fragment$P(ctx) {
9993
+ function create_fragment$Q(ctx) {
9994
9994
  let div;
9995
9995
  let button;
9996
9996
  let current;
@@ -10044,7 +10044,7 @@ function create_fragment$P(ctx) {
10044
10044
  };
10045
10045
  }
10046
10046
 
10047
- function instance$P($$self, $$props, $$invalidate) {
10047
+ function instance$Q($$self, $$props, $$invalidate) {
10048
10048
  let { $$slots: slots = {}, $$scope } = $$props;
10049
10049
  let { onClick = { operation: 'none', args: [] } } = $$props;
10050
10050
  let { eventName = '' } = $$props;
@@ -10063,7 +10063,7 @@ function instance$P($$self, $$props, $$invalidate) {
10063
10063
  class Box extends SvelteComponent {
10064
10064
  constructor(options) {
10065
10065
  super();
10066
- init(this, options, instance$P, create_fragment$P, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
10066
+ init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
10067
10067
  }
10068
10068
  }
10069
10069
 
@@ -10133,7 +10133,7 @@ function create_default_slot$8(ctx) {
10133
10133
  };
10134
10134
  }
10135
10135
 
10136
- function create_fragment$O(ctx) {
10136
+ function create_fragment$P(ctx) {
10137
10137
  let div;
10138
10138
  let button;
10139
10139
  let current;
@@ -10194,7 +10194,7 @@ function parseData(dataUrl) {
10194
10194
  return decodeURIComponent(data).replaceAll('\'', '"');
10195
10195
  }
10196
10196
 
10197
- function instance$O($$self, $$props, $$invalidate) {
10197
+ function instance$P($$self, $$props, $$invalidate) {
10198
10198
  let svg;
10199
10199
  let styleVariables;
10200
10200
  let style;
@@ -10242,8 +10242,8 @@ class IconElement extends SvelteComponent {
10242
10242
  init(
10243
10243
  this,
10244
10244
  options,
10245
- instance$O,
10246
- create_fragment$O,
10245
+ instance$P,
10246
+ create_fragment$P,
10247
10247
  safe_not_equal,
10248
10248
  {
10249
10249
  icon: 4,
@@ -10264,7 +10264,7 @@ function add_css$f(target) {
10264
10264
  append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10265
10265
  }
10266
10266
 
10267
- function create_fragment$N(ctx) {
10267
+ function create_fragment$O(ctx) {
10268
10268
  let div;
10269
10269
  let switch_instance;
10270
10270
  let current;
@@ -10344,7 +10344,7 @@ function create_fragment$N(ctx) {
10344
10344
  };
10345
10345
  }
10346
10346
 
10347
- function instance$N($$self, $$props, $$invalidate) {
10347
+ function instance$O($$self, $$props, $$invalidate) {
10348
10348
  let $data,
10349
10349
  $$unsubscribe_data = noop,
10350
10350
  $$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
@@ -10369,7 +10369,7 @@ function instance$N($$self, $$props, $$invalidate) {
10369
10369
  class CodeElement extends SvelteComponent {
10370
10370
  constructor(options) {
10371
10371
  super();
10372
- init(this, options, instance$N, create_fragment$N, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
10372
+ init(this, options, instance$O, create_fragment$O, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
10373
10373
  }
10374
10374
  }
10375
10375
 
@@ -10379,7 +10379,7 @@ function add_css$e(target) {
10379
10379
  append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10380
10380
  }
10381
10381
 
10382
- function create_fragment$M(ctx) {
10382
+ function create_fragment$N(ctx) {
10383
10383
  let div;
10384
10384
  let div_style_value;
10385
10385
  let current;
@@ -10444,7 +10444,7 @@ function getFlexContext() {
10444
10444
  return getContext(FlexContextKey);
10445
10445
  }
10446
10446
 
10447
- function instance$M($$self, $$props, $$invalidate) {
10447
+ function instance$N($$self, $$props, $$invalidate) {
10448
10448
  let { $$slots: slots = {}, $$scope } = $$props;
10449
10449
  let { direction = 'row' } = $$props;
10450
10450
  let { width = '100%' } = $$props;
@@ -10470,8 +10470,8 @@ class Flex extends SvelteComponent {
10470
10470
  init(
10471
10471
  this,
10472
10472
  options,
10473
- instance$M,
10474
- create_fragment$M,
10473
+ instance$N,
10474
+ create_fragment$N,
10475
10475
  safe_not_equal,
10476
10476
  {
10477
10477
  direction: 0,
@@ -10490,7 +10490,7 @@ function add_css$d(target) {
10490
10490
  append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10491
10491
  }
10492
10492
 
10493
- function create_fragment$L(ctx) {
10493
+ function create_fragment$M(ctx) {
10494
10494
  let div;
10495
10495
  let current;
10496
10496
  const default_slot_template = /*#slots*/ ctx[4].default;
@@ -10548,7 +10548,7 @@ function create_fragment$L(ctx) {
10548
10548
  };
10549
10549
  }
10550
10550
 
10551
- function instance$L($$self, $$props, $$invalidate) {
10551
+ function instance$M($$self, $$props, $$invalidate) {
10552
10552
  let { $$slots: slots = {}, $$scope } = $$props;
10553
10553
  let { length } = $$props;
10554
10554
  let { _style = '' } = $$props;
@@ -10591,7 +10591,7 @@ function instance$L($$self, $$props, $$invalidate) {
10591
10591
  class FlexItem extends SvelteComponent {
10592
10592
  constructor(options) {
10593
10593
  super();
10594
- init(this, options, instance$L, create_fragment$L, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
10594
+ init(this, options, instance$M, create_fragment$M, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
10595
10595
  }
10596
10596
  }
10597
10597
 
@@ -10766,7 +10766,7 @@ function create_default_slot$7(ctx) {
10766
10766
  };
10767
10767
  }
10768
10768
 
10769
- function create_fragment$K(ctx) {
10769
+ function create_fragment$L(ctx) {
10770
10770
  let stateitem;
10771
10771
  let current;
10772
10772
 
@@ -10811,7 +10811,7 @@ function create_fragment$K(ctx) {
10811
10811
  };
10812
10812
  }
10813
10813
 
10814
- function instance$K($$self, $$props, $$invalidate) {
10814
+ function instance$L($$self, $$props, $$invalidate) {
10815
10815
  let { $$slots: slots = {}, $$scope } = $$props;
10816
10816
  let { path } = $$props;
10817
10817
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -10882,7 +10882,7 @@ class GridModalState extends SvelteComponent {
10882
10882
  constructor(options) {
10883
10883
  super();
10884
10884
 
10885
- init(this, options, instance$K, create_fragment$K, safe_not_equal, {
10885
+ init(this, options, instance$L, create_fragment$L, safe_not_equal, {
10886
10886
  path: 0,
10887
10887
  onClick: 1,
10888
10888
  clickEventName: 2,
@@ -10911,7 +10911,7 @@ function add_css$c(target) {
10911
10911
  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%}");
10912
10912
  }
10913
10913
 
10914
- function create_fragment$J(ctx) {
10914
+ function create_fragment$K(ctx) {
10915
10915
  let div1;
10916
10916
  let div0;
10917
10917
  let rendertext;
@@ -10963,7 +10963,7 @@ function create_fragment$J(ctx) {
10963
10963
  };
10964
10964
  }
10965
10965
 
10966
- function instance$J($$self, $$props, $$invalidate) {
10966
+ function instance$K($$self, $$props, $$invalidate) {
10967
10967
  let style;
10968
10968
  let { text = 'サンプルSample' } = $$props;
10969
10969
  let { font = SYSTEM_FONT } = $$props;
@@ -10999,8 +10999,8 @@ class TextBlock extends SvelteComponent {
10999
10999
  init(
11000
11000
  this,
11001
11001
  options,
11002
- instance$J,
11003
- create_fragment$J,
11002
+ instance$K,
11003
+ create_fragment$K,
11004
11004
  safe_not_equal,
11005
11005
  {
11006
11006
  text: 0,
@@ -11020,7 +11020,7 @@ function add_css$b(target) {
11020
11020
  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)}");
11021
11021
  }
11022
11022
 
11023
- function create_fragment$I(ctx) {
11023
+ function create_fragment$J(ctx) {
11024
11024
  let div;
11025
11025
  let button;
11026
11026
  let rendertext;
@@ -11081,7 +11081,7 @@ function create_fragment$I(ctx) {
11081
11081
  };
11082
11082
  }
11083
11083
 
11084
- function instance$I($$self, $$props, $$invalidate) {
11084
+ function instance$J($$self, $$props, $$invalidate) {
11085
11085
  let { text = 'ボタンラベル' } = $$props;
11086
11086
  let { onClick = { operation: 'none', args: [] } } = $$props;
11087
11087
 
@@ -11123,8 +11123,8 @@ class TextButtonBlock extends SvelteComponent {
11123
11123
  init(
11124
11124
  this,
11125
11125
  options,
11126
- instance$I,
11127
- create_fragment$I,
11126
+ instance$J,
11127
+ create_fragment$J,
11128
11128
  safe_not_equal,
11129
11129
  {
11130
11130
  text: 0,
@@ -11145,7 +11145,7 @@ function add_css$a(target) {
11145
11145
  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)}");
11146
11146
  }
11147
11147
 
11148
- function create_fragment$H(ctx) {
11148
+ function create_fragment$I(ctx) {
11149
11149
  let div;
11150
11150
  let img;
11151
11151
  let img_style_value;
@@ -11208,7 +11208,7 @@ function create_fragment$H(ctx) {
11208
11208
  };
11209
11209
  }
11210
11210
 
11211
- function instance$H($$self, $$props, $$invalidate) {
11211
+ function instance$I($$self, $$props, $$invalidate) {
11212
11212
  let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
11213
11213
  let { alt = 'No Image' } = $$props;
11214
11214
  let { transport = false } = $$props;
@@ -11248,8 +11248,8 @@ class ImageBlock extends SvelteComponent {
11248
11248
  init(
11249
11249
  this,
11250
11250
  options,
11251
- instance$H,
11252
- create_fragment$H,
11251
+ instance$I,
11252
+ create_fragment$I,
11253
11253
  safe_not_equal,
11254
11254
  {
11255
11255
  src: 0,
@@ -11626,7 +11626,7 @@ function create_if_block$7(ctx) {
11626
11626
  };
11627
11627
  }
11628
11628
 
11629
- function create_fragment$G(ctx) {
11629
+ function create_fragment$H(ctx) {
11630
11630
  let current_block_type_index;
11631
11631
  let if_block;
11632
11632
  let if_block_anchor;
@@ -11698,7 +11698,7 @@ function create_fragment$G(ctx) {
11698
11698
 
11699
11699
  const CLICKABLE_CLASS = 'clickable';
11700
11700
 
11701
- function instance$G($$self, $$props, $$invalidate) {
11701
+ function instance$H($$self, $$props, $$invalidate) {
11702
11702
  let fixedClass;
11703
11703
  let { $$slots: slots = {}, $$scope } = $$props;
11704
11704
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -11753,8 +11753,8 @@ class Clickable extends SvelteComponent {
11753
11753
  init(
11754
11754
  this,
11755
11755
  options,
11756
- instance$G,
11757
- create_fragment$G,
11756
+ instance$H,
11757
+ create_fragment$H,
11758
11758
  safe_not_equal,
11759
11759
  {
11760
11760
  onClick: 0,
@@ -11805,7 +11805,7 @@ function create_default_slot$6(ctx) {
11805
11805
  };
11806
11806
  }
11807
11807
 
11808
- function create_fragment$F(ctx) {
11808
+ function create_fragment$G(ctx) {
11809
11809
  let clickable;
11810
11810
  let current;
11811
11811
 
@@ -11858,7 +11858,7 @@ function create_fragment$F(ctx) {
11858
11858
  };
11859
11859
  }
11860
11860
 
11861
- function instance$F($$self, $$props, $$invalidate) {
11861
+ function instance$G($$self, $$props, $$invalidate) {
11862
11862
  let style;
11863
11863
  let imgStyle;
11864
11864
  let { props = {} } = $$props;
@@ -11907,7 +11907,7 @@ function instance$F($$self, $$props, $$invalidate) {
11907
11907
  class Avatar extends SvelteComponent {
11908
11908
  constructor(options) {
11909
11909
  super();
11910
- init(this, options, instance$F, create_fragment$F, safe_not_equal, { props: 0, layerId: 1 });
11910
+ init(this, options, instance$G, create_fragment$G, safe_not_equal, { props: 0, layerId: 1 });
11911
11911
  }
11912
11912
  }
11913
11913
 
@@ -11965,7 +11965,7 @@ const buttonPropsDefault = {
11965
11965
 
11966
11966
  /* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
11967
11967
 
11968
- function create_fragment$E(ctx) {
11968
+ function create_fragment$F(ctx) {
11969
11969
  let svg;
11970
11970
  let path;
11971
11971
 
@@ -11997,7 +11997,7 @@ function create_fragment$E(ctx) {
11997
11997
  };
11998
11998
  }
11999
11999
 
12000
- function instance$E($$self, $$props, $$invalidate) {
12000
+ function instance$F($$self, $$props, $$invalidate) {
12001
12001
  let { color } = $$props;
12002
12002
 
12003
12003
  $$self.$$set = $$props => {
@@ -12010,13 +12010,13 @@ function instance$E($$self, $$props, $$invalidate) {
12010
12010
  class IconArrowDown extends SvelteComponent {
12011
12011
  constructor(options) {
12012
12012
  super();
12013
- init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
12013
+ init(this, options, instance$F, create_fragment$F, safe_not_equal, { color: 0 });
12014
12014
  }
12015
12015
  }
12016
12016
 
12017
12017
  /* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
12018
12018
 
12019
- function create_fragment$D(ctx) {
12019
+ function create_fragment$E(ctx) {
12020
12020
  let svg;
12021
12021
  let path;
12022
12022
 
@@ -12048,7 +12048,7 @@ function create_fragment$D(ctx) {
12048
12048
  };
12049
12049
  }
12050
12050
 
12051
- function instance$D($$self, $$props, $$invalidate) {
12051
+ function instance$E($$self, $$props, $$invalidate) {
12052
12052
  let { color } = $$props;
12053
12053
 
12054
12054
  $$self.$$set = $$props => {
@@ -12061,13 +12061,13 @@ function instance$D($$self, $$props, $$invalidate) {
12061
12061
  class IconArrowUp extends SvelteComponent {
12062
12062
  constructor(options) {
12063
12063
  super();
12064
- init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
12064
+ init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
12065
12065
  }
12066
12066
  }
12067
12067
 
12068
12068
  /* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
12069
12069
 
12070
- function create_fragment$C(ctx) {
12070
+ function create_fragment$D(ctx) {
12071
12071
  let svg;
12072
12072
  let path;
12073
12073
 
@@ -12099,7 +12099,7 @@ function create_fragment$C(ctx) {
12099
12099
  };
12100
12100
  }
12101
12101
 
12102
- function instance$C($$self, $$props, $$invalidate) {
12102
+ function instance$D($$self, $$props, $$invalidate) {
12103
12103
  let { color } = $$props;
12104
12104
 
12105
12105
  $$self.$$set = $$props => {
@@ -12112,13 +12112,13 @@ function instance$C($$self, $$props, $$invalidate) {
12112
12112
  class IconUsers extends SvelteComponent {
12113
12113
  constructor(options) {
12114
12114
  super();
12115
- init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
12115
+ init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
12116
12116
  }
12117
12117
  }
12118
12118
 
12119
12119
  /* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
12120
12120
 
12121
- function create_fragment$B(ctx) {
12121
+ function create_fragment$C(ctx) {
12122
12122
  let svg;
12123
12123
  let path;
12124
12124
 
@@ -12150,7 +12150,7 @@ function create_fragment$B(ctx) {
12150
12150
  };
12151
12151
  }
12152
12152
 
12153
- function instance$B($$self, $$props, $$invalidate) {
12153
+ function instance$C($$self, $$props, $$invalidate) {
12154
12154
  let { color } = $$props;
12155
12155
 
12156
12156
  $$self.$$set = $$props => {
@@ -12163,13 +12163,13 @@ function instance$B($$self, $$props, $$invalidate) {
12163
12163
  class IconArrowLeft extends SvelteComponent {
12164
12164
  constructor(options) {
12165
12165
  super();
12166
- init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
12166
+ init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
12167
12167
  }
12168
12168
  }
12169
12169
 
12170
12170
  /* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
12171
12171
 
12172
- function create_fragment$A(ctx) {
12172
+ function create_fragment$B(ctx) {
12173
12173
  let svg;
12174
12174
  let path;
12175
12175
 
@@ -12201,7 +12201,7 @@ function create_fragment$A(ctx) {
12201
12201
  };
12202
12202
  }
12203
12203
 
12204
- function instance$A($$self, $$props, $$invalidate) {
12204
+ function instance$B($$self, $$props, $$invalidate) {
12205
12205
  let { color } = $$props;
12206
12206
 
12207
12207
  $$self.$$set = $$props => {
@@ -12214,13 +12214,13 @@ function instance$A($$self, $$props, $$invalidate) {
12214
12214
  class IconArrowRight extends SvelteComponent {
12215
12215
  constructor(options) {
12216
12216
  super();
12217
- init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
12217
+ init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
12218
12218
  }
12219
12219
  }
12220
12220
 
12221
12221
  /* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
12222
12222
 
12223
- function create_fragment$z(ctx) {
12223
+ function create_fragment$A(ctx) {
12224
12224
  let svg;
12225
12225
  let path;
12226
12226
 
@@ -12252,7 +12252,7 @@ function create_fragment$z(ctx) {
12252
12252
  };
12253
12253
  }
12254
12254
 
12255
- function instance$z($$self, $$props, $$invalidate) {
12255
+ function instance$A($$self, $$props, $$invalidate) {
12256
12256
  let { color } = $$props;
12257
12257
 
12258
12258
  $$self.$$set = $$props => {
@@ -12265,13 +12265,13 @@ function instance$z($$self, $$props, $$invalidate) {
12265
12265
  class IconBell extends SvelteComponent {
12266
12266
  constructor(options) {
12267
12267
  super();
12268
- init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
12268
+ init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
12269
12269
  }
12270
12270
  }
12271
12271
 
12272
12272
  /* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
12273
12273
 
12274
- function create_fragment$y(ctx) {
12274
+ function create_fragment$z(ctx) {
12275
12275
  let svg;
12276
12276
  let path;
12277
12277
 
@@ -12303,7 +12303,7 @@ function create_fragment$y(ctx) {
12303
12303
  };
12304
12304
  }
12305
12305
 
12306
- function instance$y($$self, $$props, $$invalidate) {
12306
+ function instance$z($$self, $$props, $$invalidate) {
12307
12307
  let { color } = $$props;
12308
12308
 
12309
12309
  $$self.$$set = $$props => {
@@ -12316,13 +12316,13 @@ function instance$y($$self, $$props, $$invalidate) {
12316
12316
  class IconArrowUpFromSquare extends SvelteComponent {
12317
12317
  constructor(options) {
12318
12318
  super();
12319
- init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
12319
+ init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
12320
12320
  }
12321
12321
  }
12322
12322
 
12323
12323
  /* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
12324
12324
 
12325
- function create_fragment$x(ctx) {
12325
+ function create_fragment$y(ctx) {
12326
12326
  let svg;
12327
12327
  let path;
12328
12328
 
@@ -12354,7 +12354,7 @@ function create_fragment$x(ctx) {
12354
12354
  };
12355
12355
  }
12356
12356
 
12357
- function instance$x($$self, $$props, $$invalidate) {
12357
+ function instance$y($$self, $$props, $$invalidate) {
12358
12358
  let { color } = $$props;
12359
12359
 
12360
12360
  $$self.$$set = $$props => {
@@ -12367,13 +12367,13 @@ function instance$x($$self, $$props, $$invalidate) {
12367
12367
  class IconTicket extends SvelteComponent {
12368
12368
  constructor(options) {
12369
12369
  super();
12370
- init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
12370
+ init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
12371
12371
  }
12372
12372
  }
12373
12373
 
12374
12374
  /* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
12375
12375
 
12376
- function create_fragment$w(ctx) {
12376
+ function create_fragment$x(ctx) {
12377
12377
  let svg;
12378
12378
  let path;
12379
12379
 
@@ -12405,7 +12405,7 @@ function create_fragment$w(ctx) {
12405
12405
  };
12406
12406
  }
12407
12407
 
12408
- function instance$w($$self, $$props, $$invalidate) {
12408
+ function instance$x($$self, $$props, $$invalidate) {
12409
12409
  let { color } = $$props;
12410
12410
 
12411
12411
  $$self.$$set = $$props => {
@@ -12418,13 +12418,13 @@ function instance$w($$self, $$props, $$invalidate) {
12418
12418
  class IconTrack extends SvelteComponent {
12419
12419
  constructor(options) {
12420
12420
  super();
12421
- init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
12421
+ init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
12422
12422
  }
12423
12423
  }
12424
12424
 
12425
12425
  /* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
12426
12426
 
12427
- function create_fragment$v(ctx) {
12427
+ function create_fragment$w(ctx) {
12428
12428
  let svg;
12429
12429
  let path;
12430
12430
 
@@ -12456,7 +12456,7 @@ function create_fragment$v(ctx) {
12456
12456
  };
12457
12457
  }
12458
12458
 
12459
- function instance$v($$self, $$props, $$invalidate) {
12459
+ function instance$w($$self, $$props, $$invalidate) {
12460
12460
  let { color } = $$props;
12461
12461
 
12462
12462
  $$self.$$set = $$props => {
@@ -12469,13 +12469,13 @@ function instance$v($$self, $$props, $$invalidate) {
12469
12469
  class IconCartShopping extends SvelteComponent {
12470
12470
  constructor(options) {
12471
12471
  super();
12472
- init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
12472
+ init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
12473
12473
  }
12474
12474
  }
12475
12475
 
12476
12476
  /* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
12477
12477
 
12478
- function create_fragment$u(ctx) {
12478
+ function create_fragment$v(ctx) {
12479
12479
  let svg;
12480
12480
  let path;
12481
12481
 
@@ -12507,7 +12507,7 @@ function create_fragment$u(ctx) {
12507
12507
  };
12508
12508
  }
12509
12509
 
12510
- function instance$u($$self, $$props, $$invalidate) {
12510
+ function instance$v($$self, $$props, $$invalidate) {
12511
12511
  let { color } = $$props;
12512
12512
 
12513
12513
  $$self.$$set = $$props => {
@@ -12520,13 +12520,13 @@ function instance$u($$self, $$props, $$invalidate) {
12520
12520
  class IconCircle extends SvelteComponent {
12521
12521
  constructor(options) {
12522
12522
  super();
12523
- init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
12523
+ init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
12524
12524
  }
12525
12525
  }
12526
12526
 
12527
12527
  /* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
12528
12528
 
12529
- function create_fragment$t(ctx) {
12529
+ function create_fragment$u(ctx) {
12530
12530
  let svg;
12531
12531
  let path;
12532
12532
 
@@ -12558,7 +12558,7 @@ function create_fragment$t(ctx) {
12558
12558
  };
12559
12559
  }
12560
12560
 
12561
- function instance$t($$self, $$props, $$invalidate) {
12561
+ function instance$u($$self, $$props, $$invalidate) {
12562
12562
  let { color } = $$props;
12563
12563
 
12564
12564
  $$self.$$set = $$props => {
@@ -12571,13 +12571,13 @@ function instance$t($$self, $$props, $$invalidate) {
12571
12571
  class IconCircleQuestion extends SvelteComponent {
12572
12572
  constructor(options) {
12573
12573
  super();
12574
- init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
12574
+ init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
12575
12575
  }
12576
12576
  }
12577
12577
 
12578
12578
  /* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
12579
12579
 
12580
- function create_fragment$s(ctx) {
12580
+ function create_fragment$t(ctx) {
12581
12581
  let svg;
12582
12582
  let path;
12583
12583
 
@@ -12609,7 +12609,7 @@ function create_fragment$s(ctx) {
12609
12609
  };
12610
12610
  }
12611
12611
 
12612
- function instance$s($$self, $$props, $$invalidate) {
12612
+ function instance$t($$self, $$props, $$invalidate) {
12613
12613
  let { color } = $$props;
12614
12614
 
12615
12615
  $$self.$$set = $$props => {
@@ -12622,13 +12622,13 @@ function instance$s($$self, $$props, $$invalidate) {
12622
12622
  class IconCheck extends SvelteComponent {
12623
12623
  constructor(options) {
12624
12624
  super();
12625
- init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
12625
+ init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
12626
12626
  }
12627
12627
  }
12628
12628
 
12629
12629
  /* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
12630
12630
 
12631
- function create_fragment$r(ctx) {
12631
+ function create_fragment$s(ctx) {
12632
12632
  let svg;
12633
12633
  let path;
12634
12634
 
@@ -12660,7 +12660,7 @@ function create_fragment$r(ctx) {
12660
12660
  };
12661
12661
  }
12662
12662
 
12663
- function instance$r($$self, $$props, $$invalidate) {
12663
+ function instance$s($$self, $$props, $$invalidate) {
12664
12664
  let { color } = $$props;
12665
12665
 
12666
12666
  $$self.$$set = $$props => {
@@ -12673,13 +12673,13 @@ function instance$r($$self, $$props, $$invalidate) {
12673
12673
  class IconXMark extends SvelteComponent {
12674
12674
  constructor(options) {
12675
12675
  super();
12676
- init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
12676
+ init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
12677
12677
  }
12678
12678
  }
12679
12679
 
12680
12680
  /* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
12681
12681
 
12682
- function create_fragment$q(ctx) {
12682
+ function create_fragment$r(ctx) {
12683
12683
  let svg;
12684
12684
  let path;
12685
12685
 
@@ -12711,7 +12711,7 @@ function create_fragment$q(ctx) {
12711
12711
  };
12712
12712
  }
12713
12713
 
12714
- function instance$q($$self, $$props, $$invalidate) {
12714
+ function instance$r($$self, $$props, $$invalidate) {
12715
12715
  let { color } = $$props;
12716
12716
 
12717
12717
  $$self.$$set = $$props => {
@@ -12724,13 +12724,13 @@ function instance$q($$self, $$props, $$invalidate) {
12724
12724
  class IconPaperPlane extends SvelteComponent {
12725
12725
  constructor(options) {
12726
12726
  super();
12727
- init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
12727
+ init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
12728
12728
  }
12729
12729
  }
12730
12730
 
12731
12731
  /* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
12732
12732
 
12733
- function create_fragment$p(ctx) {
12733
+ function create_fragment$q(ctx) {
12734
12734
  let svg;
12735
12735
  let path;
12736
12736
 
@@ -12762,7 +12762,7 @@ function create_fragment$p(ctx) {
12762
12762
  };
12763
12763
  }
12764
12764
 
12765
- function instance$p($$self, $$props, $$invalidate) {
12765
+ function instance$q($$self, $$props, $$invalidate) {
12766
12766
  let { color } = $$props;
12767
12767
 
12768
12768
  $$self.$$set = $$props => {
@@ -12775,13 +12775,13 @@ function instance$p($$self, $$props, $$invalidate) {
12775
12775
  class IconCopy extends SvelteComponent {
12776
12776
  constructor(options) {
12777
12777
  super();
12778
- init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
12778
+ init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
12779
12779
  }
12780
12780
  }
12781
12781
 
12782
12782
  /* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
12783
12783
 
12784
- function create_fragment$o(ctx) {
12784
+ function create_fragment$p(ctx) {
12785
12785
  let svg;
12786
12786
  let path;
12787
12787
 
@@ -12813,7 +12813,7 @@ function create_fragment$o(ctx) {
12813
12813
  };
12814
12814
  }
12815
12815
 
12816
- function instance$o($$self, $$props, $$invalidate) {
12816
+ function instance$p($$self, $$props, $$invalidate) {
12817
12817
  let { color } = $$props;
12818
12818
 
12819
12819
  $$self.$$set = $$props => {
@@ -12826,13 +12826,13 @@ function instance$o($$self, $$props, $$invalidate) {
12826
12826
  class IconCircleXMark extends SvelteComponent {
12827
12827
  constructor(options) {
12828
12828
  super();
12829
- init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
12829
+ init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
12830
12830
  }
12831
12831
  }
12832
12832
 
12833
12833
  /* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
12834
12834
 
12835
- function create_fragment$n(ctx) {
12835
+ function create_fragment$o(ctx) {
12836
12836
  let svg;
12837
12837
  let path;
12838
12838
 
@@ -12864,7 +12864,7 @@ function create_fragment$n(ctx) {
12864
12864
  };
12865
12865
  }
12866
12866
 
12867
- function instance$n($$self, $$props, $$invalidate) {
12867
+ function instance$o($$self, $$props, $$invalidate) {
12868
12868
  let { color } = $$props;
12869
12869
 
12870
12870
  $$self.$$set = $$props => {
@@ -12877,13 +12877,13 @@ function instance$n($$self, $$props, $$invalidate) {
12877
12877
  class IconHeart extends SvelteComponent {
12878
12878
  constructor(options) {
12879
12879
  super();
12880
- init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
12880
+ init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
12881
12881
  }
12882
12882
  }
12883
12883
 
12884
12884
  /* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
12885
12885
 
12886
- function create_fragment$m(ctx) {
12886
+ function create_fragment$n(ctx) {
12887
12887
  let svg;
12888
12888
  let path;
12889
12889
 
@@ -12915,7 +12915,7 @@ function create_fragment$m(ctx) {
12915
12915
  };
12916
12916
  }
12917
12917
 
12918
- function instance$m($$self, $$props, $$invalidate) {
12918
+ function instance$n($$self, $$props, $$invalidate) {
12919
12919
  let { color } = $$props;
12920
12920
 
12921
12921
  $$self.$$set = $$props => {
@@ -12928,13 +12928,13 @@ function instance$m($$self, $$props, $$invalidate) {
12928
12928
  class IconMagnifyingGrass extends SvelteComponent {
12929
12929
  constructor(options) {
12930
12930
  super();
12931
- init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
12931
+ init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
12932
12932
  }
12933
12933
  }
12934
12934
 
12935
12935
  /* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
12936
12936
 
12937
- function create_fragment$l(ctx) {
12937
+ function create_fragment$m(ctx) {
12938
12938
  let svg;
12939
12939
  let path;
12940
12940
 
@@ -12966,7 +12966,7 @@ function create_fragment$l(ctx) {
12966
12966
  };
12967
12967
  }
12968
12968
 
12969
- function instance$l($$self, $$props, $$invalidate) {
12969
+ function instance$m($$self, $$props, $$invalidate) {
12970
12970
  let { color } = $$props;
12971
12971
 
12972
12972
  $$self.$$set = $$props => {
@@ -12979,13 +12979,13 @@ function instance$l($$self, $$props, $$invalidate) {
12979
12979
  class IconStar extends SvelteComponent {
12980
12980
  constructor(options) {
12981
12981
  super();
12982
- init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
12982
+ init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
12983
12983
  }
12984
12984
  }
12985
12985
 
12986
12986
  /* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
12987
12987
 
12988
- function create_fragment$k(ctx) {
12988
+ function create_fragment$l(ctx) {
12989
12989
  let svg;
12990
12990
  let path;
12991
12991
 
@@ -13017,7 +13017,7 @@ function create_fragment$k(ctx) {
13017
13017
  };
13018
13018
  }
13019
13019
 
13020
- function instance$k($$self, $$props, $$invalidate) {
13020
+ function instance$l($$self, $$props, $$invalidate) {
13021
13021
  let { color } = $$props;
13022
13022
 
13023
13023
  $$self.$$set = $$props => {
@@ -13030,13 +13030,13 @@ function instance$k($$self, $$props, $$invalidate) {
13030
13030
  class IconCircleInfo extends SvelteComponent {
13031
13031
  constructor(options) {
13032
13032
  super();
13033
- init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
13033
+ init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
13034
13034
  }
13035
13035
  }
13036
13036
 
13037
13037
  /* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
13038
13038
 
13039
- function create_fragment$j(ctx) {
13039
+ function create_fragment$k(ctx) {
13040
13040
  let svg;
13041
13041
  let path;
13042
13042
 
@@ -13068,7 +13068,7 @@ function create_fragment$j(ctx) {
13068
13068
  };
13069
13069
  }
13070
13070
 
13071
- function instance$j($$self, $$props, $$invalidate) {
13071
+ function instance$k($$self, $$props, $$invalidate) {
13072
13072
  let { color } = $$props;
13073
13073
 
13074
13074
  $$self.$$set = $$props => {
@@ -13081,13 +13081,13 @@ function instance$j($$self, $$props, $$invalidate) {
13081
13081
  class IconEnvelope extends SvelteComponent {
13082
13082
  constructor(options) {
13083
13083
  super();
13084
- init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
13084
+ init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
13085
13085
  }
13086
13086
  }
13087
13087
 
13088
13088
  /* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
13089
13089
 
13090
- function create_fragment$i(ctx) {
13090
+ function create_fragment$j(ctx) {
13091
13091
  let svg;
13092
13092
  let path;
13093
13093
 
@@ -13119,7 +13119,7 @@ function create_fragment$i(ctx) {
13119
13119
  };
13120
13120
  }
13121
13121
 
13122
- function instance$i($$self, $$props, $$invalidate) {
13122
+ function instance$j($$self, $$props, $$invalidate) {
13123
13123
  let { color } = $$props;
13124
13124
 
13125
13125
  $$self.$$set = $$props => {
@@ -13132,13 +13132,13 @@ function instance$i($$self, $$props, $$invalidate) {
13132
13132
  class IconGift extends SvelteComponent {
13133
13133
  constructor(options) {
13134
13134
  super();
13135
- init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
13135
+ init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
13136
13136
  }
13137
13137
  }
13138
13138
 
13139
13139
  /* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
13140
13140
 
13141
- function create_fragment$h(ctx) {
13141
+ function create_fragment$i(ctx) {
13142
13142
  let svg;
13143
13143
  let path;
13144
13144
 
@@ -13170,7 +13170,7 @@ function create_fragment$h(ctx) {
13170
13170
  };
13171
13171
  }
13172
13172
 
13173
- function instance$h($$self, $$props, $$invalidate) {
13173
+ function instance$i($$self, $$props, $$invalidate) {
13174
13174
  let { color } = $$props;
13175
13175
 
13176
13176
  $$self.$$set = $$props => {
@@ -13183,13 +13183,13 @@ function instance$h($$self, $$props, $$invalidate) {
13183
13183
  class IconPaperclip extends SvelteComponent {
13184
13184
  constructor(options) {
13185
13185
  super();
13186
- init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
13186
+ init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
13187
13187
  }
13188
13188
  }
13189
13189
 
13190
13190
  /* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
13191
13191
 
13192
- function create_fragment$g(ctx) {
13192
+ function create_fragment$h(ctx) {
13193
13193
  let svg;
13194
13194
  let path;
13195
13195
 
@@ -13221,7 +13221,7 @@ function create_fragment$g(ctx) {
13221
13221
  };
13222
13222
  }
13223
13223
 
13224
- function instance$g($$self, $$props, $$invalidate) {
13224
+ function instance$h($$self, $$props, $$invalidate) {
13225
13225
  let { color } = $$props;
13226
13226
 
13227
13227
  $$self.$$set = $$props => {
@@ -13234,13 +13234,13 @@ function instance$g($$self, $$props, $$invalidate) {
13234
13234
  class IconFire extends SvelteComponent {
13235
13235
  constructor(options) {
13236
13236
  super();
13237
- init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
13237
+ init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
13238
13238
  }
13239
13239
  }
13240
13240
 
13241
13241
  /* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
13242
13242
 
13243
- function create_fragment$f(ctx) {
13243
+ function create_fragment$g(ctx) {
13244
13244
  let svg;
13245
13245
  let path;
13246
13246
 
@@ -13272,7 +13272,7 @@ function create_fragment$f(ctx) {
13272
13272
  };
13273
13273
  }
13274
13274
 
13275
- function instance$f($$self, $$props, $$invalidate) {
13275
+ function instance$g($$self, $$props, $$invalidate) {
13276
13276
  let { color } = $$props;
13277
13277
 
13278
13278
  $$self.$$set = $$props => {
@@ -13285,13 +13285,13 @@ function instance$f($$self, $$props, $$invalidate) {
13285
13285
  class IconLink extends SvelteComponent {
13286
13286
  constructor(options) {
13287
13287
  super();
13288
- init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
13288
+ init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
13289
13289
  }
13290
13290
  }
13291
13291
 
13292
13292
  /* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
13293
13293
 
13294
- function create_fragment$e(ctx) {
13294
+ function create_fragment$f(ctx) {
13295
13295
  let svg;
13296
13296
  let path;
13297
13297
 
@@ -13323,7 +13323,7 @@ function create_fragment$e(ctx) {
13323
13323
  };
13324
13324
  }
13325
13325
 
13326
- function instance$e($$self, $$props, $$invalidate) {
13326
+ function instance$f($$self, $$props, $$invalidate) {
13327
13327
  let { color } = $$props;
13328
13328
 
13329
13329
  $$self.$$set = $$props => {
@@ -13336,13 +13336,13 @@ function instance$e($$self, $$props, $$invalidate) {
13336
13336
  class IconBuildings extends SvelteComponent {
13337
13337
  constructor(options) {
13338
13338
  super();
13339
- init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
13339
+ init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
13340
13340
  }
13341
13341
  }
13342
13342
 
13343
13343
  /* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
13344
13344
 
13345
- function create_fragment$d(ctx) {
13345
+ function create_fragment$e(ctx) {
13346
13346
  let svg;
13347
13347
  let path;
13348
13348
 
@@ -13374,7 +13374,7 @@ function create_fragment$d(ctx) {
13374
13374
  };
13375
13375
  }
13376
13376
 
13377
- function instance$d($$self, $$props, $$invalidate) {
13377
+ function instance$e($$self, $$props, $$invalidate) {
13378
13378
  let { color } = $$props;
13379
13379
 
13380
13380
  $$self.$$set = $$props => {
@@ -13385,6 +13385,57 @@ function instance$d($$self, $$props, $$invalidate) {
13385
13385
  }
13386
13386
 
13387
13387
  class IconChevronsRight extends SvelteComponent {
13388
+ constructor(options) {
13389
+ super();
13390
+ init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
13391
+ }
13392
+ }
13393
+
13394
+ /* src/components-flex/icon/variants/IconChevronRight.svelte generated by Svelte v3.53.1 */
13395
+
13396
+ function create_fragment$d(ctx) {
13397
+ let svg;
13398
+ let path;
13399
+
13400
+ return {
13401
+ c() {
13402
+ svg = svg_element("svg");
13403
+ path = svg_element("path");
13404
+ attr(path, "fill", /*color*/ ctx[0]);
13405
+ attr(path, "d", "M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z");
13406
+ attr(svg, "xmlns", "http://www.w3.org/2000/svg");
13407
+ set_style(svg, "width", "100%");
13408
+ set_style(svg, "height", "100%");
13409
+ attr(svg, "viewBox", "0 0 320 512");
13410
+ },
13411
+ m(target, anchor) {
13412
+ insert(target, svg, anchor);
13413
+ append(svg, path);
13414
+ },
13415
+ p(ctx, [dirty]) {
13416
+ if (dirty & /*color*/ 1) {
13417
+ attr(path, "fill", /*color*/ ctx[0]);
13418
+ }
13419
+ },
13420
+ i: noop,
13421
+ o: noop,
13422
+ d(detaching) {
13423
+ if (detaching) detach(svg);
13424
+ }
13425
+ };
13426
+ }
13427
+
13428
+ function instance$d($$self, $$props, $$invalidate) {
13429
+ let { color } = $$props;
13430
+
13431
+ $$self.$$set = $$props => {
13432
+ if ('color' in $$props) $$invalidate(0, color = $$props.color);
13433
+ };
13434
+
13435
+ return [color];
13436
+ }
13437
+
13438
+ class IconChevronRight extends SvelteComponent {
13388
13439
  constructor(options) {
13389
13440
  super();
13390
13441
  init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
@@ -13534,6 +13585,7 @@ const ICON_VARIANTS = {
13534
13585
  cart_shopping: IconCartShopping,
13535
13586
  check: IconCheck,
13536
13587
  chevrons_right: IconChevronsRight,
13588
+ chevron_right: IconChevronRight,
13537
13589
  circle: IconCircle,
13538
13590
  circle_info: IconCircleInfo,
13539
13591
  circle_question: IconCircleQuestion,