@plaidev/karte-action-sdk 1.1.186 → 1.1.187-28132692.0513fdce

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.
@@ -1652,9 +1652,6 @@ function createModal(App, options = {
1652
1652
  const trigger = event?.detail?.trigger ? event.detail.trigger : 'none';
1653
1653
  show(trigger);
1654
1654
  };
1655
- const autoShow = () => {
1656
- return show('auto');
1657
- };
1658
1655
  // ここからメインの処理
1659
1656
  initialize({ send: options.send, initialState: data.initial_state });
1660
1657
  // ActionTable APIへの非同期リクエスト
@@ -1668,9 +1665,6 @@ function createModal(App, options = {
1668
1665
  window.addEventListener(ACTION_CHANGE_STATE_EVENT, handleState);
1669
1666
  let showTriggerCleanups = [];
1670
1667
  let closeTriggerCleanups = [];
1671
- {
1672
- autoShow();
1673
- }
1674
1668
  // 旧Widget API IFの処理
1675
1669
  const { onCreateHandlers } = getInternalHandlers();
1676
1670
  if (onCreateHandlers) {
@@ -3567,7 +3561,7 @@ class Button extends SvelteComponent {
3567
3561
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3568
3562
 
3569
3563
  function add_css$q(target) {
3570
- append_styles(target, "svelte-yyiwdt", ".modal.svelte-yyiwdt{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-yyiwdt > .button{flex:auto;display:flex}.close.svelte-yyiwdt{position:absolute;top:0;right:0}.close.svelte-yyiwdt > .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-yyiwdt > .button:hover{transform:rotate(90deg)}.modal-content.svelte-yyiwdt{flex:auto;display:flex;justify-content:center;align-items:center}");
3564
+ append_styles(target, "svelte-1invh97", ".modal.svelte-1invh97{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1invh97 > .button{flex:auto;display:flex}.close.svelte-1invh97{position:absolute;top:0;right:0}.close.svelte-1invh97 > .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-1invh97 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1invh97{flex:auto;display:flex;justify-content:center;align-items:center}");
3571
3565
  }
3572
3566
 
3573
3567
  // (145:0) {#if visible}
@@ -3608,7 +3602,7 @@ function create_if_block$5(ctx) {
3608
3602
  this.h();
3609
3603
  },
3610
3604
  h() {
3611
- attr(div, "class", "modal svelte-yyiwdt");
3605
+ attr(div, "class", "modal svelte-1invh97");
3612
3606
  attr(div, "role", "dialog");
3613
3607
  attr(div, "aria-modal", "true");
3614
3608
  attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
@@ -3696,7 +3690,7 @@ function create_if_block_1$1(ctx) {
3696
3690
  this.h();
3697
3691
  },
3698
3692
  h() {
3699
- attr(div, "class", "close svelte-yyiwdt");
3693
+ attr(div, "class", "close svelte-1invh97");
3700
3694
  set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
3701
3695
  },
3702
3696
  m(target, anchor) {
@@ -3821,7 +3815,7 @@ function create_default_slot$6(ctx) {
3821
3815
  this.h();
3822
3816
  },
3823
3817
  h() {
3824
- attr(div, "class", "modal-content svelte-yyiwdt");
3818
+ attr(div, "class", "modal-content svelte-1invh97");
3825
3819
  attr(div, "style", /*_style*/ ctx[4]);
3826
3820
  },
3827
3821
  m(target, anchor) {
@@ -4017,7 +4011,7 @@ function instance$t($$self, $$props, $$invalidate) {
4017
4011
  let { clickEventValue = null } = $$props;
4018
4012
  let { placement = DefaultModalPlacement } = $$props;
4019
4013
  let { animation = 'none' } = $$props;
4020
- let { _style = '' } = $$props;
4014
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
4021
4015
  let { elasticity = 'none' } = $$props;
4022
4016
  let { onClose = { operation: 'closeApp', args: ['button'] } } = $$props;
4023
4017
  let { closeEventName = '' } = $$props;
@@ -4688,7 +4682,7 @@ class RenderText extends SvelteComponent {
4688
4682
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
4689
4683
 
4690
4684
  function add_css$o(target) {
4691
- append_styles(target, "svelte-600oh0", ".text-element-wrapper.svelte-600oh0.svelte-600oh0{position:relative;height:100%}.text-element.svelte-600oh0.svelte-600oh0{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto;margin:0px;padding:0px}.text-link-element.svelte-600oh0.svelte-600oh0{text-decoration:none;color:inherit}.text-element-inner.svelte-600oh0.svelte-600oh0{width:100%;height:auto}.text-direction-vertical.svelte-600oh0.svelte-600oh0{writing-mode:vertical-rl}.text-direction-vertical.svelte-600oh0 .text-element-inner.svelte-600oh0{width:auto;height:100%}.tooltip.svelte-600oh0.svelte-600oh0{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-600oh0.svelte-600oh0:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-600oh0.svelte-600oh0{display:block}.tooltip-error.svelte-600oh0.svelte-600oh0{background-color:#c00}.tooltip-error.svelte-600oh0.svelte-600oh0:before{border-bottom:7px solid #c00}");
4685
+ append_styles(target, "svelte-zde5p8", ".text-element-wrapper.svelte-zde5p8.svelte-zde5p8{position:relative;height:100%}.text-element.svelte-zde5p8.svelte-zde5p8{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000}.text-link-element.svelte-zde5p8.svelte-zde5p8{text-decoration:none;color:inherit}.text-element-inner.svelte-zde5p8.svelte-zde5p8{width:100%;height:auto}.text-direction-vertical.svelte-zde5p8.svelte-zde5p8{writing-mode:vertical-rl}.text-direction-vertical.svelte-zde5p8 .text-element-inner.svelte-zde5p8{width:auto;height:100%}.tooltip.svelte-zde5p8.svelte-zde5p8{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-zde5p8.svelte-zde5p8:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-zde5p8.svelte-zde5p8{display:block}.tooltip-error.svelte-zde5p8.svelte-zde5p8{background-color:#c00}.tooltip-error.svelte-zde5p8.svelte-zde5p8:before{border-bottom:7px solid #c00}");
4692
4686
  }
4693
4687
 
4694
4688
  // (86:2) {:else}
@@ -4718,8 +4712,8 @@ function create_else_block$1(ctx) {
4718
4712
  this.h();
4719
4713
  },
4720
4714
  h() {
4721
- attr(div0, "class", "text-element-inner svelte-600oh0");
4722
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-600oh0"));
4715
+ attr(div0, "class", "text-element-inner svelte-zde5p8");
4716
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"));
4723
4717
  attr(div1, "style", /*style*/ ctx[5]);
4724
4718
  },
4725
4719
  m(target, anchor) {
@@ -4733,7 +4727,7 @@ function create_else_block$1(ctx) {
4733
4727
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4734
4728
  rendertext.$set(rendertext_changes);
4735
4729
 
4736
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-600oh0"))) {
4730
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"))) {
4737
4731
  attr(div1, "class", div1_class_value);
4738
4732
  }
4739
4733
 
@@ -4808,12 +4802,12 @@ function create_if_block$3(ctx) {
4808
4802
  this.h();
4809
4803
  },
4810
4804
  h() {
4811
- attr(div0, "class", "text-element-inner svelte-600oh0");
4805
+ attr(div0, "class", "text-element-inner svelte-zde5p8");
4812
4806
  attr(a, "href", '');
4813
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-600oh0"));
4807
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"));
4814
4808
  attr(a, "style", /*style*/ ctx[5]);
4815
- attr(div1, "class", "tooltip svelte-600oh0");
4816
- attr(div2, "class", "tooltip tooltip-error svelte-600oh0");
4809
+ attr(div1, "class", "tooltip svelte-zde5p8");
4810
+ attr(div2, "class", "tooltip tooltip-error svelte-zde5p8");
4817
4811
  },
4818
4812
  m(target, anchor) {
4819
4813
  insert_hydration(target, a, anchor);
@@ -4839,7 +4833,7 @@ function create_if_block$3(ctx) {
4839
4833
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4840
4834
  rendertext.$set(rendertext_changes);
4841
4835
 
4842
- 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-600oh0"))) {
4836
+ 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-zde5p8"))) {
4843
4837
  attr(a, "class", a_class_value);
4844
4838
  }
4845
4839
 
@@ -4901,7 +4895,7 @@ function create_fragment$p(ctx) {
4901
4895
  this.h();
4902
4896
  },
4903
4897
  h() {
4904
- attr(div, "class", "text-element-wrapper svelte-600oh0");
4898
+ attr(div, "class", "text-element-wrapper svelte-zde5p8");
4905
4899
  },
4906
4900
  m(target, anchor) {
4907
4901
  insert_hydration(target, div, anchor);
@@ -4957,7 +4951,7 @@ function instance$p($$self, $$props, $$invalidate) {
4957
4951
  let { font = SYSTEM_FONT } = $$props;
4958
4952
  let { _textStyle = 'font-size:12px; line-height: 1.5;' } = $$props;
4959
4953
  let { textDirection = 'horizontal' } = $$props;
4960
- let { _style = '' } = $$props;
4954
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
4961
4955
  let { enableCopy = false } = $$props;
4962
4956
  let { eventName = '' } = $$props;
4963
4957
  let eventValue = undefined;
@@ -5177,7 +5171,7 @@ function instance$o($$self, $$props, $$invalidate) {
5177
5171
  let { eventName = '' } = $$props;
5178
5172
  let { font = SYSTEM_FONT } = $$props;
5179
5173
  let { _buttonStyle = 'color:#ffffff; font-size:14px; font-weight:bold; justify-content:center; align-items:center; padding:1px 6px 1px 6px; line-height: 1.5;' } = $$props;
5180
- let { _style = 'background-color: #000000; border-radius:4px; cursor: pointer' } = $$props;
5174
+ let { _style = 'background-color: #000000; border-radius:4px; cursor: pointer; border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5181
5175
 
5182
5176
  $$self.$$set = $$props => {
5183
5177
  if ('text' in $$props) $$invalidate(0, text = $$props.text);
@@ -5360,7 +5354,7 @@ function instance$n($$self, $$props, $$invalidate) {
5360
5354
  let { onClick = { operation: 'none', args: [] } } = $$props;
5361
5355
  let { eventName = '' } = $$props;
5362
5356
  let { _imageStyle = 'object-fit: contain;' } = $$props;
5363
- let { _style = '' } = $$props;
5357
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5364
5358
 
5365
5359
  $$self.$$set = $$props => {
5366
5360
  if ('src' in $$props) $$invalidate(0, src = $$props.src);
@@ -5402,7 +5396,7 @@ class ImageElement extends SvelteComponent {
5402
5396
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5403
5397
 
5404
5398
  function add_css$l(target) {
5405
- append_styles(target, "svelte-dfqtyx", ".list.svelte-dfqtyx{display:flex;width:100%;height:100%;overflow:hidden}");
5399
+ append_styles(target, "svelte-1gh1zvv", ".list.svelte-1gh1zvv{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
5406
5400
  }
5407
5401
 
5408
5402
  function create_fragment$m(ctx) {
@@ -5425,7 +5419,7 @@ function create_fragment$m(ctx) {
5425
5419
  this.h();
5426
5420
  },
5427
5421
  h() {
5428
- attr(div, "class", "list svelte-dfqtyx");
5422
+ attr(div, "class", "list svelte-1gh1zvv");
5429
5423
  attr(div, "style", /*style*/ ctx[0]);
5430
5424
  },
5431
5425
  m(target, anchor) {
@@ -5481,7 +5475,7 @@ function instance$m($$self, $$props, $$invalidate) {
5481
5475
  let { direction = 'vertical' } = $$props;
5482
5476
  let { separator = DefaultListSeparator } = $$props;
5483
5477
  let { background = DefaultListBackground } = $$props;
5484
- let { _style = '' } = $$props;
5478
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5485
5479
  let items = [];
5486
5480
 
5487
5481
  setContext(LIST_CONTEXT_KEY, {
@@ -5559,7 +5553,7 @@ class List extends SvelteComponent {
5559
5553
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
5560
5554
 
5561
5555
  function add_css$k(target) {
5562
- append_styles(target, "svelte-1ocqru1", ".list-item.svelte-1ocqru1{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1ocqru1 > .button{position:absolute;inset:0}");
5556
+ append_styles(target, "svelte-pd7cyv", ".list-item.svelte-pd7cyv{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-pd7cyv > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
5563
5557
  }
5564
5558
 
5565
5559
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -5642,7 +5636,7 @@ function create_fragment$l(ctx) {
5642
5636
  this.h();
5643
5637
  },
5644
5638
  h() {
5645
- attr(div, "class", "list-item svelte-1ocqru1");
5639
+ attr(div, "class", "list-item svelte-pd7cyv");
5646
5640
  attr(div, "style", /*listItemStyle*/ ctx[3]);
5647
5641
  },
5648
5642
  m(target, anchor) {
@@ -5696,7 +5690,7 @@ function instance$l($$self, $$props, $$invalidate) {
5696
5690
 
5697
5691
  let { onClick = { operation: 'none', args: [] } } = $$props;
5698
5692
  let { clickEventName = '' } = $$props;
5699
- let { _style = '' } = $$props;
5693
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5700
5694
 
5701
5695
  onDestroy$1(() => {
5702
5696
  unregisterItem(id);
@@ -5768,7 +5762,7 @@ class ListItem extends SvelteComponent {
5768
5762
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
5769
5763
 
5770
5764
  function add_css$j(target) {
5771
- append_styles(target, "svelte-1wusvum", ".embed.svelte-1wusvum{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-1wusvum iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5765
+ append_styles(target, "svelte-g5f8hw", ".embed.svelte-g5f8hw{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-g5f8hw iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000}");
5772
5766
  }
5773
5767
 
5774
5768
  function create_fragment$k(ctx) {
@@ -5786,7 +5780,7 @@ function create_fragment$k(ctx) {
5786
5780
  this.h();
5787
5781
  },
5788
5782
  h() {
5789
- attr(div, "class", "embed svelte-1wusvum");
5783
+ attr(div, "class", "embed svelte-g5f8hw");
5790
5784
  attr(div, "style", /*_style*/ ctx[1]);
5791
5785
  },
5792
5786
  m(target, anchor) {
@@ -5809,7 +5803,7 @@ function create_fragment$k(ctx) {
5809
5803
 
5810
5804
  function instance$k($$self, $$props, $$invalidate) {
5811
5805
  let { code } = $$props;
5812
- let { _style = '' } = $$props;
5806
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5813
5807
 
5814
5808
  $$self.$$set = $$props => {
5815
5809
  if ('code' in $$props) $$invalidate(0, code = $$props.code);
@@ -5829,7 +5823,7 @@ class EmbedElement extends SvelteComponent {
5829
5823
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
5830
5824
 
5831
5825
  function add_css$i(target) {
5832
- append_styles(target, "svelte-17rkg8u", ".embed.svelte-17rkg8u{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-17rkg8u iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5826
+ append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5833
5827
  }
5834
5828
 
5835
5829
  function create_fragment$j(ctx) {
@@ -5852,7 +5846,7 @@ function create_fragment$j(ctx) {
5852
5846
  },
5853
5847
  h() {
5854
5848
  attr(div0, "class", "karte-player");
5855
- attr(div1, "class", "embed svelte-17rkg8u");
5849
+ attr(div1, "class", "embed svelte-1gvn5zq");
5856
5850
  attr(div1, "style", /*_style*/ ctx[0]);
5857
5851
  },
5858
5852
  m(target, anchor) {
@@ -5911,7 +5905,7 @@ function instance$j($$self, $$props, $$invalidate) {
5911
5905
  let { start = -1 } = $$props;
5912
5906
  let { widget_referrer = '' } = $$props;
5913
5907
  let { mute = false } = $$props;
5914
- let { _style = '' } = $$props;
5908
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5915
5909
 
5916
5910
  // @ts-ignore
5917
5911
  if (!window.YT) {
@@ -6194,7 +6188,7 @@ class MovieYouTubeElement extends SvelteComponent {
6194
6188
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6195
6189
 
6196
6190
  function add_css$h(target) {
6197
- append_styles(target, "svelte-17rkg8u", ".embed.svelte-17rkg8u{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-17rkg8u iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
6191
+ append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
6198
6192
  }
6199
6193
 
6200
6194
  function create_fragment$i(ctx) {
@@ -6217,7 +6211,7 @@ function create_fragment$i(ctx) {
6217
6211
  },
6218
6212
  h() {
6219
6213
  attr(div0, "class", "karte-player");
6220
- attr(div1, "class", "embed svelte-17rkg8u");
6214
+ attr(div1, "class", "embed svelte-1gvn5zq");
6221
6215
  attr(div1, "style", /*_style*/ ctx[0]);
6222
6216
  },
6223
6217
  m(target, anchor) {
@@ -6247,7 +6241,7 @@ function instance$i($$self, $$props, $$invalidate) {
6247
6241
  let { autoplay = false } = $$props;
6248
6242
  let { loop = false } = $$props;
6249
6243
  let { mute = false } = $$props;
6250
- let { _style = "" } = $$props;
6244
+ let { _style = "border-width: 0px; border-style: solid; border-color: #000000;" } = $$props;
6251
6245
 
6252
6246
  // @ts-ignore
6253
6247
  if (!window.Vimeo) {
@@ -7993,7 +7987,7 @@ class FormRatingButtonsFace extends SvelteComponent {
7993
7987
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
7994
7988
 
7995
7989
  function add_css$a(target) {
7996
- append_styles(target, "svelte-re6e5", ".root.svelte-re6e5{width:100%;height:100%;position:relative}.container.svelte-re6e5{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box}.slide.svelte-re6e5{height:100%;position:absolute;display:flex}.transition.svelte-re6e5{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-re6e5{height:100%;flex:none}.prev-button-container.svelte-re6e5,.next-button-container.svelte-re6e5{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-re6e5{left:0}.next-button-container.svelte-re6e5{right:0}.move-button.svelte-re6e5{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-re6e5{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-re6e5{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-re6e5{border-radius:51%}");
7990
+ 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%}");
7997
7991
  }
7998
7992
 
7999
7993
  function get_each_context(ctx, list, i) {
@@ -8039,9 +8033,9 @@ function create_if_block_1(ctx) {
8039
8033
  attr(svg, "viewBox", "0 0 10 16");
8040
8034
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8041
8035
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
8042
- attr(button, "class", "move-button svelte-re6e5");
8036
+ attr(button, "class", "move-button svelte-ji1fh");
8043
8037
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
8044
- attr(div, "class", "prev-button-container svelte-re6e5");
8038
+ attr(div, "class", "prev-button-container svelte-ji1fh");
8045
8039
  },
8046
8040
  m(target, anchor) {
8047
8041
  insert_hydration(target, div, anchor);
@@ -8107,9 +8101,9 @@ function create_if_block$1(ctx) {
8107
8101
  attr(svg, "viewBox", "0 0 10 16");
8108
8102
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
8109
8103
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
8110
- attr(button, "class", "move-button svelte-re6e5");
8104
+ attr(button, "class", "move-button svelte-ji1fh");
8111
8105
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
8112
- attr(div, "class", "next-button-container svelte-re6e5");
8106
+ attr(div, "class", "next-button-container svelte-ji1fh");
8113
8107
  },
8114
8108
  m(target, anchor) {
8115
8109
  insert_hydration(target, div, anchor);
@@ -8169,9 +8163,9 @@ function create_each_block(ctx) {
8169
8163
  this.h();
8170
8164
  },
8171
8165
  h() {
8172
- attr(div, "class", "navigation-item-inner circle svelte-re6e5");
8166
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
8173
8167
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
8174
- attr(button, "class", "navigation-item svelte-re6e5");
8168
+ attr(button, "class", "navigation-item svelte-ji1fh");
8175
8169
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
8176
8170
  },
8177
8171
  m(target, anchor) {
@@ -8277,14 +8271,14 @@ function create_fragment$b(ctx) {
8277
8271
  this.h();
8278
8272
  },
8279
8273
  h() {
8280
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-re6e5"));
8274
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
8281
8275
  attr(div0, "style", /*slideStyle*/ ctx[14]);
8282
- attr(div1, "class", "container svelte-re6e5");
8276
+ attr(div1, "class", "container svelte-ji1fh");
8283
8277
  attr(div1, "style", /*_style*/ ctx[0]);
8284
- attr(div2, "class", "navigation svelte-re6e5");
8278
+ attr(div2, "class", "navigation svelte-ji1fh");
8285
8279
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
8286
8280
  set_attributes(div3, div3_data);
8287
- toggle_class(div3, "svelte-re6e5", true);
8281
+ toggle_class(div3, "svelte-ji1fh", true);
8288
8282
  },
8289
8283
  m(target, anchor) {
8290
8284
  insert_hydration(target, div3, anchor);
@@ -8326,7 +8320,7 @@ function create_fragment$b(ctx) {
8326
8320
  }
8327
8321
  }
8328
8322
 
8329
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-re6e5"))) {
8323
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
8330
8324
  attr(div0, "class", div0_class_value);
8331
8325
  }
8332
8326
 
@@ -8392,7 +8386,7 @@ function create_fragment$b(ctx) {
8392
8386
  }
8393
8387
 
8394
8388
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
8395
- toggle_class(div3, "svelte-re6e5", true);
8389
+ toggle_class(div3, "svelte-ji1fh", true);
8396
8390
  },
8397
8391
  i(local) {
8398
8392
  if (current) return;
@@ -8442,7 +8436,7 @@ function instance$b($$self, $$props, $$invalidate) {
8442
8436
  let navigationStyle;
8443
8437
  let { $$slots: slots = {}, $$scope } = $$props;
8444
8438
  let { loop = false } = $$props;
8445
- let { _style = '' } = $$props;
8439
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
8446
8440
 
8447
8441
  let { nextButton = {
8448
8442
  type: 'icon',
@@ -8904,7 +8898,7 @@ class Slide extends SvelteComponent {
8904
8898
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
8905
8899
 
8906
8900
  function add_css$9(target) {
8907
- append_styles(target, "svelte-xzo1un", ".item.svelte-xzo1un{height:100%;flex:none;position:relative}.item.svelte-xzo1un img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-xzo1un{position:absolute;inset:0}");
8901
+ append_styles(target, "svelte-1fqq17x", ".item.svelte-1fqq17x{height:100%;flex:none;position:relative}.item.svelte-1fqq17x img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1fqq17x{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
8908
8902
  }
8909
8903
 
8910
8904
  function create_fragment$a(ctx) {
@@ -8932,9 +8926,9 @@ function create_fragment$a(ctx) {
8932
8926
  this.h();
8933
8927
  },
8934
8928
  h() {
8935
- attr(div0, "class", "item-inner svelte-xzo1un");
8929
+ attr(div0, "class", "item-inner svelte-1fqq17x");
8936
8930
  attr(div0, "style", /*_style*/ ctx[0]);
8937
- attr(div1, "class", "item svelte-xzo1un");
8931
+ attr(div1, "class", "item svelte-1fqq17x");
8938
8932
  attr(div1, "style", /*itemStyle*/ ctx[1]);
8939
8933
  },
8940
8934
  m(target, anchor) {
@@ -9030,7 +9024,7 @@ function instance$a($$self, $$props, $$invalidate) {
9030
9024
  unregisterItem(id);
9031
9025
  });
9032
9026
 
9033
- let { _style = 'cursor: default;' } = $$props;
9027
+ let { _style = 'cursor: default; border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
9034
9028
  let itemWidth = null;
9035
9029
  let itemTransform = 0;
9036
9030
 
@@ -9060,7 +9054,7 @@ class SlideItem extends SvelteComponent {
9060
9054
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
9061
9055
 
9062
9056
  function add_css$8(target) {
9063
- append_styles(target, "svelte-qx7l0c", ".countdown.svelte-qx7l0c{position:relative;width:100%;height:100%}.countdown-inner.svelte-qx7l0c{position:absolute;inset:0}");
9057
+ append_styles(target, "svelte-192lor2", ".countdown.svelte-192lor2{position:relative;width:100%;height:100%}.countdown-inner.svelte-192lor2{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
9064
9058
  }
9065
9059
 
9066
9060
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -9091,9 +9085,9 @@ function create_fragment$9(ctx) {
9091
9085
  this.h();
9092
9086
  },
9093
9087
  h() {
9094
- attr(div0, "class", "countdown-inner svelte-qx7l0c");
9088
+ attr(div0, "class", "countdown-inner svelte-192lor2");
9095
9089
  attr(div0, "style", /*_style*/ ctx[0]);
9096
- attr(div1, "class", "countdown svelte-qx7l0c");
9090
+ attr(div1, "class", "countdown svelte-192lor2");
9097
9091
  },
9098
9092
  m(target, anchor) {
9099
9093
  insert_hydration(target, div1, anchor);
@@ -9164,7 +9158,7 @@ function instance$9($$self, $$props, $$invalidate) {
9164
9158
  let { $$slots: slots = {}, $$scope } = $$props;
9165
9159
  let { timeLimit = '2023/12/31 23:59:59' } = $$props;
9166
9160
  let { stateOnEnd } = $$props;
9167
- let { _style = '' } = $$props;
9161
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
9168
9162
  let remainingTime;
9169
9163
 
9170
9164
  function onEachSecond() {
@@ -9223,7 +9217,7 @@ class Countdown extends SvelteComponent {
9223
9217
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
9224
9218
 
9225
9219
  function add_css$7(target) {
9226
- append_styles(target, "svelte-1d6pgu1", ".box.svelte-1d6pgu1{position:relative;width:100%;height:100%}.box.svelte-1d6pgu1 > .button{position:absolute;inset:0}");
9220
+ append_styles(target, "svelte-6g6etj", ".box.svelte-6g6etj{position:relative;width:100%;height:100%}.box.svelte-6g6etj > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
9227
9221
  }
9228
9222
 
9229
9223
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -9306,7 +9300,7 @@ function create_fragment$8(ctx) {
9306
9300
  this.h();
9307
9301
  },
9308
9302
  h() {
9309
- attr(div, "class", "box svelte-1d6pgu1");
9303
+ attr(div, "class", "box svelte-6g6etj");
9310
9304
  },
9311
9305
  m(target, anchor) {
9312
9306
  insert_hydration(target, div, anchor);
@@ -9345,7 +9339,7 @@ function instance$8($$self, $$props, $$invalidate) {
9345
9339
  let { $$slots: slots = {}, $$scope } = $$props;
9346
9340
  let { onClick = { operation: 'none', args: [] } } = $$props;
9347
9341
  let { eventName = '' } = $$props;
9348
- let { _style = '' } = $$props;
9342
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
9349
9343
 
9350
9344
  $$self.$$set = $$props => {
9351
9345
  if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
package/dist/index.es.js CHANGED
@@ -3581,7 +3581,7 @@ class Button extends SvelteComponent {
3581
3581
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3582
3582
 
3583
3583
  function add_css$q(target) {
3584
- append_styles(target, "svelte-yyiwdt", ".modal.svelte-yyiwdt{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-yyiwdt > .button{flex:auto;display:flex}.close.svelte-yyiwdt{position:absolute;top:0;right:0}.close.svelte-yyiwdt > .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-yyiwdt > .button:hover{transform:rotate(90deg)}.modal-content.svelte-yyiwdt{flex:auto;display:flex;justify-content:center;align-items:center}");
3584
+ append_styles(target, "svelte-1invh97", ".modal.svelte-1invh97{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1invh97 > .button{flex:auto;display:flex}.close.svelte-1invh97{position:absolute;top:0;right:0}.close.svelte-1invh97 > .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-1invh97 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1invh97{flex:auto;display:flex;justify-content:center;align-items:center}");
3585
3585
  }
3586
3586
 
3587
3587
  // (145:0) {#if visible}
@@ -3606,7 +3606,7 @@ function create_if_block$5(ctx) {
3606
3606
  c() {
3607
3607
  div = element("div");
3608
3608
  create_component(button.$$.fragment);
3609
- attr(div, "class", "modal svelte-yyiwdt");
3609
+ attr(div, "class", "modal svelte-1invh97");
3610
3610
  attr(div, "role", "dialog");
3611
3611
  attr(div, "aria-modal", "true");
3612
3612
  attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
@@ -3684,7 +3684,7 @@ function create_if_block_1$1(ctx) {
3684
3684
  c() {
3685
3685
  div = element("div");
3686
3686
  create_component(button.$$.fragment);
3687
- attr(div, "class", "close svelte-yyiwdt");
3687
+ attr(div, "class", "close svelte-1invh97");
3688
3688
  set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
3689
3689
  },
3690
3690
  m(target, anchor) {
@@ -3773,7 +3773,7 @@ function create_default_slot$6(ctx) {
3773
3773
  t = space();
3774
3774
  div = element("div");
3775
3775
  if (default_slot) default_slot.c();
3776
- attr(div, "class", "modal-content svelte-yyiwdt");
3776
+ attr(div, "class", "modal-content svelte-1invh97");
3777
3777
  attr(div, "style", /*_style*/ ctx[4]);
3778
3778
  },
3779
3779
  m(target, anchor) {
@@ -3963,7 +3963,7 @@ function instance$t($$self, $$props, $$invalidate) {
3963
3963
  let { clickEventValue = null } = $$props;
3964
3964
  let { placement = DefaultModalPlacement } = $$props;
3965
3965
  let { animation = 'none' } = $$props;
3966
- let { _style = '' } = $$props;
3966
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
3967
3967
  let { elasticity = 'none' } = $$props;
3968
3968
  let { onClose = { operation: 'closeApp', args: ['button'] } } = $$props;
3969
3969
  let { closeEventName = '' } = $$props;
@@ -4585,7 +4585,7 @@ class RenderText extends SvelteComponent {
4585
4585
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
4586
4586
 
4587
4587
  function add_css$o(target) {
4588
- append_styles(target, "svelte-600oh0", ".text-element-wrapper.svelte-600oh0.svelte-600oh0{position:relative;height:100%}.text-element.svelte-600oh0.svelte-600oh0{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto;margin:0px;padding:0px}.text-link-element.svelte-600oh0.svelte-600oh0{text-decoration:none;color:inherit}.text-element-inner.svelte-600oh0.svelte-600oh0{width:100%;height:auto}.text-direction-vertical.svelte-600oh0.svelte-600oh0{writing-mode:vertical-rl}.text-direction-vertical.svelte-600oh0 .text-element-inner.svelte-600oh0{width:auto;height:100%}.tooltip.svelte-600oh0.svelte-600oh0{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-600oh0.svelte-600oh0:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-600oh0.svelte-600oh0{display:block}.tooltip-error.svelte-600oh0.svelte-600oh0{background-color:#c00}.tooltip-error.svelte-600oh0.svelte-600oh0:before{border-bottom:7px solid #c00}");
4588
+ append_styles(target, "svelte-zde5p8", ".text-element-wrapper.svelte-zde5p8.svelte-zde5p8{position:relative;height:100%}.text-element.svelte-zde5p8.svelte-zde5p8{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000}.text-link-element.svelte-zde5p8.svelte-zde5p8{text-decoration:none;color:inherit}.text-element-inner.svelte-zde5p8.svelte-zde5p8{width:100%;height:auto}.text-direction-vertical.svelte-zde5p8.svelte-zde5p8{writing-mode:vertical-rl}.text-direction-vertical.svelte-zde5p8 .text-element-inner.svelte-zde5p8{width:auto;height:100%}.tooltip.svelte-zde5p8.svelte-zde5p8{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-zde5p8.svelte-zde5p8:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-zde5p8.svelte-zde5p8{display:block}.tooltip-error.svelte-zde5p8.svelte-zde5p8{background-color:#c00}.tooltip-error.svelte-zde5p8.svelte-zde5p8:before{border-bottom:7px solid #c00}");
4589
4589
  }
4590
4590
 
4591
4591
  // (86:2) {:else}
@@ -4602,8 +4602,8 @@ function create_else_block$1(ctx) {
4602
4602
  div1 = element("div");
4603
4603
  div0 = element("div");
4604
4604
  create_component(rendertext.$$.fragment);
4605
- attr(div0, "class", "text-element-inner svelte-600oh0");
4606
- attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-600oh0"));
4605
+ attr(div0, "class", "text-element-inner svelte-zde5p8");
4606
+ attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"));
4607
4607
  attr(div1, "style", /*style*/ ctx[5]);
4608
4608
  },
4609
4609
  m(target, anchor) {
@@ -4617,7 +4617,7 @@ function create_else_block$1(ctx) {
4617
4617
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4618
4618
  rendertext.$set(rendertext_changes);
4619
4619
 
4620
- if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-600oh0"))) {
4620
+ if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"))) {
4621
4621
  attr(div1, "class", div1_class_value);
4622
4622
  }
4623
4623
 
@@ -4667,12 +4667,12 @@ function create_if_block$3(ctx) {
4667
4667
  t2 = space();
4668
4668
  div2 = element("div");
4669
4669
  div2.textContent = "コピーできませんでした";
4670
- attr(div0, "class", "text-element-inner svelte-600oh0");
4670
+ attr(div0, "class", "text-element-inner svelte-zde5p8");
4671
4671
  attr(a, "href", '');
4672
- attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-600oh0"));
4672
+ attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"));
4673
4673
  attr(a, "style", /*style*/ ctx[5]);
4674
- attr(div1, "class", "tooltip svelte-600oh0");
4675
- attr(div2, "class", "tooltip tooltip-error svelte-600oh0");
4674
+ attr(div1, "class", "tooltip svelte-zde5p8");
4675
+ attr(div2, "class", "tooltip tooltip-error svelte-zde5p8");
4676
4676
  },
4677
4677
  m(target, anchor) {
4678
4678
  insert(target, a, anchor);
@@ -4696,7 +4696,7 @@ function create_if_block$3(ctx) {
4696
4696
  if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
4697
4697
  rendertext.$set(rendertext_changes);
4698
4698
 
4699
- 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-600oh0"))) {
4699
+ 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-zde5p8"))) {
4700
4700
  attr(a, "class", a_class_value);
4701
4701
  }
4702
4702
 
@@ -4748,7 +4748,7 @@ function create_fragment$p(ctx) {
4748
4748
  c() {
4749
4749
  div = element("div");
4750
4750
  if_block.c();
4751
- attr(div, "class", "text-element-wrapper svelte-600oh0");
4751
+ attr(div, "class", "text-element-wrapper svelte-zde5p8");
4752
4752
  },
4753
4753
  m(target, anchor) {
4754
4754
  insert(target, div, anchor);
@@ -4804,7 +4804,7 @@ function instance$p($$self, $$props, $$invalidate) {
4804
4804
  let { font = SYSTEM_FONT } = $$props;
4805
4805
  let { _textStyle = 'font-size:12px; line-height: 1.5;' } = $$props;
4806
4806
  let { textDirection = 'horizontal' } = $$props;
4807
- let { _style = '' } = $$props;
4807
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
4808
4808
  let { enableCopy = false } = $$props;
4809
4809
  let { eventName = '' } = $$props;
4810
4810
  let eventValue = undefined;
@@ -5011,7 +5011,7 @@ function instance$o($$self, $$props, $$invalidate) {
5011
5011
  let { eventName = '' } = $$props;
5012
5012
  let { font = SYSTEM_FONT } = $$props;
5013
5013
  let { _buttonStyle = 'color:#ffffff; font-size:14px; font-weight:bold; justify-content:center; align-items:center; padding:1px 6px 1px 6px; line-height: 1.5;' } = $$props;
5014
- let { _style = 'background-color: #000000; border-radius:4px; cursor: pointer' } = $$props;
5014
+ let { _style = 'background-color: #000000; border-radius:4px; cursor: pointer; border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5015
5015
 
5016
5016
  $$self.$$set = $$props => {
5017
5017
  if ('text' in $$props) $$invalidate(0, text = $$props.text);
@@ -5168,7 +5168,7 @@ function instance$n($$self, $$props, $$invalidate) {
5168
5168
  let { onClick = { operation: 'none', args: [] } } = $$props;
5169
5169
  let { eventName = '' } = $$props;
5170
5170
  let { _imageStyle = 'object-fit: contain;' } = $$props;
5171
- let { _style = '' } = $$props;
5171
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5172
5172
 
5173
5173
  $$self.$$set = $$props => {
5174
5174
  if ('src' in $$props) $$invalidate(0, src = $$props.src);
@@ -5210,7 +5210,7 @@ class ImageElement extends SvelteComponent {
5210
5210
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5211
5211
 
5212
5212
  function add_css$l(target) {
5213
- append_styles(target, "svelte-dfqtyx", ".list.svelte-dfqtyx{display:flex;width:100%;height:100%;overflow:hidden}");
5213
+ append_styles(target, "svelte-1gh1zvv", ".list.svelte-1gh1zvv{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
5214
5214
  }
5215
5215
 
5216
5216
  function create_fragment$m(ctx) {
@@ -5223,7 +5223,7 @@ function create_fragment$m(ctx) {
5223
5223
  c() {
5224
5224
  div = element("div");
5225
5225
  if (default_slot) default_slot.c();
5226
- attr(div, "class", "list svelte-dfqtyx");
5226
+ attr(div, "class", "list svelte-1gh1zvv");
5227
5227
  attr(div, "style", /*style*/ ctx[0]);
5228
5228
  },
5229
5229
  m(target, anchor) {
@@ -5279,7 +5279,7 @@ function instance$m($$self, $$props, $$invalidate) {
5279
5279
  let { direction = 'vertical' } = $$props;
5280
5280
  let { separator = DefaultListSeparator } = $$props;
5281
5281
  let { background = DefaultListBackground } = $$props;
5282
- let { _style = '' } = $$props;
5282
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5283
5283
  let items = [];
5284
5284
 
5285
5285
  setContext(LIST_CONTEXT_KEY, {
@@ -5357,7 +5357,7 @@ class List extends SvelteComponent {
5357
5357
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
5358
5358
 
5359
5359
  function add_css$k(target) {
5360
- append_styles(target, "svelte-1ocqru1", ".list-item.svelte-1ocqru1{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1ocqru1 > .button{position:absolute;inset:0}");
5360
+ append_styles(target, "svelte-pd7cyv", ".list-item.svelte-pd7cyv{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-pd7cyv > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
5361
5361
  }
5362
5362
 
5363
5363
  // (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
@@ -5427,7 +5427,7 @@ function create_fragment$l(ctx) {
5427
5427
  c() {
5428
5428
  div = element("div");
5429
5429
  create_component(button.$$.fragment);
5430
- attr(div, "class", "list-item svelte-1ocqru1");
5430
+ attr(div, "class", "list-item svelte-pd7cyv");
5431
5431
  attr(div, "style", /*listItemStyle*/ ctx[3]);
5432
5432
  },
5433
5433
  m(target, anchor) {
@@ -5481,7 +5481,7 @@ function instance$l($$self, $$props, $$invalidate) {
5481
5481
 
5482
5482
  let { onClick = { operation: 'none', args: [] } } = $$props;
5483
5483
  let { clickEventName = '' } = $$props;
5484
- let { _style = '' } = $$props;
5484
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5485
5485
 
5486
5486
  onDestroy$1(() => {
5487
5487
  unregisterItem(id);
@@ -5553,7 +5553,7 @@ class ListItem extends SvelteComponent {
5553
5553
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
5554
5554
 
5555
5555
  function add_css$j(target) {
5556
- append_styles(target, "svelte-1wusvum", ".embed.svelte-1wusvum{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-1wusvum iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5556
+ append_styles(target, "svelte-g5f8hw", ".embed.svelte-g5f8hw{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-g5f8hw iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000}");
5557
5557
  }
5558
5558
 
5559
5559
  function create_fragment$k(ctx) {
@@ -5562,7 +5562,7 @@ function create_fragment$k(ctx) {
5562
5562
  return {
5563
5563
  c() {
5564
5564
  div = element("div");
5565
- attr(div, "class", "embed svelte-1wusvum");
5565
+ attr(div, "class", "embed svelte-g5f8hw");
5566
5566
  attr(div, "style", /*_style*/ ctx[1]);
5567
5567
  },
5568
5568
  m(target, anchor) {
@@ -5585,7 +5585,7 @@ function create_fragment$k(ctx) {
5585
5585
 
5586
5586
  function instance$k($$self, $$props, $$invalidate) {
5587
5587
  let { code } = $$props;
5588
- let { _style = '' } = $$props;
5588
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5589
5589
 
5590
5590
  $$self.$$set = $$props => {
5591
5591
  if ('code' in $$props) $$invalidate(0, code = $$props.code);
@@ -5605,7 +5605,7 @@ class EmbedElement extends SvelteComponent {
5605
5605
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
5606
5606
 
5607
5607
  function add_css$i(target) {
5608
- append_styles(target, "svelte-17rkg8u", ".embed.svelte-17rkg8u{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-17rkg8u iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5608
+ append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5609
5609
  }
5610
5610
 
5611
5611
  function create_fragment$j(ctx) {
@@ -5617,7 +5617,7 @@ function create_fragment$j(ctx) {
5617
5617
  div1 = element("div");
5618
5618
  div0 = element("div");
5619
5619
  attr(div0, "class", "karte-player");
5620
- attr(div1, "class", "embed svelte-17rkg8u");
5620
+ attr(div1, "class", "embed svelte-1gvn5zq");
5621
5621
  attr(div1, "style", /*_style*/ ctx[0]);
5622
5622
  },
5623
5623
  m(target, anchor) {
@@ -5676,7 +5676,7 @@ function instance$j($$self, $$props, $$invalidate) {
5676
5676
  let { start = -1 } = $$props;
5677
5677
  let { widget_referrer = '' } = $$props;
5678
5678
  let { mute = false } = $$props;
5679
- let { _style = '' } = $$props;
5679
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
5680
5680
 
5681
5681
  // @ts-ignore
5682
5682
  if (!window.YT) {
@@ -5959,7 +5959,7 @@ class MovieYouTubeElement extends SvelteComponent {
5959
5959
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
5960
5960
 
5961
5961
  function add_css$h(target) {
5962
- append_styles(target, "svelte-17rkg8u", ".embed.svelte-17rkg8u{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-17rkg8u iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5962
+ append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
5963
5963
  }
5964
5964
 
5965
5965
  function create_fragment$i(ctx) {
@@ -5971,7 +5971,7 @@ function create_fragment$i(ctx) {
5971
5971
  div1 = element("div");
5972
5972
  div0 = element("div");
5973
5973
  attr(div0, "class", "karte-player");
5974
- attr(div1, "class", "embed svelte-17rkg8u");
5974
+ attr(div1, "class", "embed svelte-1gvn5zq");
5975
5975
  attr(div1, "style", /*_style*/ ctx[0]);
5976
5976
  },
5977
5977
  m(target, anchor) {
@@ -6001,7 +6001,7 @@ function instance$i($$self, $$props, $$invalidate) {
6001
6001
  let { autoplay = false } = $$props;
6002
6002
  let { loop = false } = $$props;
6003
6003
  let { mute = false } = $$props;
6004
- let { _style = "" } = $$props;
6004
+ let { _style = "border-width: 0px; border-style: solid; border-color: #000000;" } = $$props;
6005
6005
 
6006
6006
  // @ts-ignore
6007
6007
  if (!window.Vimeo) {
@@ -7569,7 +7569,7 @@ class FormRatingButtonsFace extends SvelteComponent {
7569
7569
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
7570
7570
 
7571
7571
  function add_css$a(target) {
7572
- append_styles(target, "svelte-re6e5", ".root.svelte-re6e5{width:100%;height:100%;position:relative}.container.svelte-re6e5{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box}.slide.svelte-re6e5{height:100%;position:absolute;display:flex}.transition.svelte-re6e5{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-re6e5{height:100%;flex:none}.prev-button-container.svelte-re6e5,.next-button-container.svelte-re6e5{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-re6e5{left:0}.next-button-container.svelte-re6e5{right:0}.move-button.svelte-re6e5{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-re6e5{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-re6e5{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-re6e5{border-radius:51%}");
7572
+ 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%}");
7573
7573
  }
7574
7574
 
7575
7575
  function get_each_context(ctx, list, i) {
@@ -7598,9 +7598,9 @@ function create_if_block_1(ctx) {
7598
7598
  attr(svg, "viewBox", "0 0 10 16");
7599
7599
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
7600
7600
  attr(svg, "style", /*prevIconStyle*/ ctx[10]);
7601
- attr(button, "class", "move-button svelte-re6e5");
7601
+ attr(button, "class", "move-button svelte-ji1fh");
7602
7602
  attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
7603
- attr(div, "class", "prev-button-container svelte-re6e5");
7603
+ attr(div, "class", "prev-button-container svelte-ji1fh");
7604
7604
  },
7605
7605
  m(target, anchor) {
7606
7606
  insert(target, div, anchor);
@@ -7649,9 +7649,9 @@ function create_if_block$1(ctx) {
7649
7649
  attr(svg, "viewBox", "0 0 10 16");
7650
7650
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
7651
7651
  attr(svg, "style", /*nextIconStyle*/ ctx[8]);
7652
- attr(button, "class", "move-button svelte-re6e5");
7652
+ attr(button, "class", "move-button svelte-ji1fh");
7653
7653
  attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
7654
- attr(div, "class", "next-button-container svelte-re6e5");
7654
+ attr(div, "class", "next-button-container svelte-ji1fh");
7655
7655
  },
7656
7656
  m(target, anchor) {
7657
7657
  insert(target, div, anchor);
@@ -7699,9 +7699,9 @@ function create_each_block(ctx) {
7699
7699
  button = element("button");
7700
7700
  div = element("div");
7701
7701
  t = space();
7702
- attr(div, "class", "navigation-item-inner circle svelte-re6e5");
7702
+ attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
7703
7703
  attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
7704
- attr(button, "class", "navigation-item svelte-re6e5");
7704
+ attr(button, "class", "navigation-item svelte-ji1fh");
7705
7705
  attr(button, "style", /*navigationItemStyle*/ ctx[6]);
7706
7706
  },
7707
7707
  m(target, anchor) {
@@ -7778,14 +7778,14 @@ function create_fragment$b(ctx) {
7778
7778
  each_blocks[i].c();
7779
7779
  }
7780
7780
 
7781
- attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-re6e5"));
7781
+ attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
7782
7782
  attr(div0, "style", /*slideStyle*/ ctx[14]);
7783
- attr(div1, "class", "container svelte-re6e5");
7783
+ attr(div1, "class", "container svelte-ji1fh");
7784
7784
  attr(div1, "style", /*_style*/ ctx[0]);
7785
- attr(div2, "class", "navigation svelte-re6e5");
7785
+ attr(div2, "class", "navigation svelte-ji1fh");
7786
7786
  attr(div2, "style", /*navigationStyle*/ ctx[4]);
7787
7787
  set_attributes(div3, div3_data);
7788
- toggle_class(div3, "svelte-re6e5", true);
7788
+ toggle_class(div3, "svelte-ji1fh", true);
7789
7789
  },
7790
7790
  m(target, anchor) {
7791
7791
  insert(target, div3, anchor);
@@ -7827,7 +7827,7 @@ function create_fragment$b(ctx) {
7827
7827
  }
7828
7828
  }
7829
7829
 
7830
- if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-re6e5"))) {
7830
+ if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
7831
7831
  attr(div0, "class", div0_class_value);
7832
7832
  }
7833
7833
 
@@ -7893,7 +7893,7 @@ function create_fragment$b(ctx) {
7893
7893
  }
7894
7894
 
7895
7895
  set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
7896
- toggle_class(div3, "svelte-re6e5", true);
7896
+ toggle_class(div3, "svelte-ji1fh", true);
7897
7897
  },
7898
7898
  i(local) {
7899
7899
  if (current) return;
@@ -7943,7 +7943,7 @@ function instance$b($$self, $$props, $$invalidate) {
7943
7943
  let navigationStyle;
7944
7944
  let { $$slots: slots = {}, $$scope } = $$props;
7945
7945
  let { loop = false } = $$props;
7946
- let { _style = '' } = $$props;
7946
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
7947
7947
 
7948
7948
  let { nextButton = {
7949
7949
  type: 'icon',
@@ -8405,7 +8405,7 @@ class Slide extends SvelteComponent {
8405
8405
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
8406
8406
 
8407
8407
  function add_css$9(target) {
8408
- append_styles(target, "svelte-xzo1un", ".item.svelte-xzo1un{height:100%;flex:none;position:relative}.item.svelte-xzo1un img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-xzo1un{position:absolute;inset:0}");
8408
+ append_styles(target, "svelte-1fqq17x", ".item.svelte-1fqq17x{height:100%;flex:none;position:relative}.item.svelte-1fqq17x img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1fqq17x{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
8409
8409
  }
8410
8410
 
8411
8411
  function create_fragment$a(ctx) {
@@ -8420,9 +8420,9 @@ function create_fragment$a(ctx) {
8420
8420
  div1 = element("div");
8421
8421
  div0 = element("div");
8422
8422
  if (default_slot) default_slot.c();
8423
- attr(div0, "class", "item-inner svelte-xzo1un");
8423
+ attr(div0, "class", "item-inner svelte-1fqq17x");
8424
8424
  attr(div0, "style", /*_style*/ ctx[0]);
8425
- attr(div1, "class", "item svelte-xzo1un");
8425
+ attr(div1, "class", "item svelte-1fqq17x");
8426
8426
  attr(div1, "style", /*itemStyle*/ ctx[1]);
8427
8427
  },
8428
8428
  m(target, anchor) {
@@ -8518,7 +8518,7 @@ function instance$a($$self, $$props, $$invalidate) {
8518
8518
  unregisterItem(id);
8519
8519
  });
8520
8520
 
8521
- let { _style = 'cursor: default;' } = $$props;
8521
+ let { _style = 'cursor: default; border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
8522
8522
  let itemWidth = null;
8523
8523
  let itemTransform = 0;
8524
8524
 
@@ -8548,7 +8548,7 @@ class SlideItem extends SvelteComponent {
8548
8548
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
8549
8549
 
8550
8550
  function add_css$8(target) {
8551
- append_styles(target, "svelte-qx7l0c", ".countdown.svelte-qx7l0c{position:relative;width:100%;height:100%}.countdown-inner.svelte-qx7l0c{position:absolute;inset:0}");
8551
+ append_styles(target, "svelte-192lor2", ".countdown.svelte-192lor2{position:relative;width:100%;height:100%}.countdown-inner.svelte-192lor2{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
8552
8552
  }
8553
8553
 
8554
8554
  const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
@@ -8566,9 +8566,9 @@ function create_fragment$9(ctx) {
8566
8566
  div1 = element("div");
8567
8567
  div0 = element("div");
8568
8568
  if (default_slot) default_slot.c();
8569
- attr(div0, "class", "countdown-inner svelte-qx7l0c");
8569
+ attr(div0, "class", "countdown-inner svelte-192lor2");
8570
8570
  attr(div0, "style", /*_style*/ ctx[0]);
8571
- attr(div1, "class", "countdown svelte-qx7l0c");
8571
+ attr(div1, "class", "countdown svelte-192lor2");
8572
8572
  },
8573
8573
  m(target, anchor) {
8574
8574
  insert(target, div1, anchor);
@@ -8639,7 +8639,7 @@ function instance$9($$self, $$props, $$invalidate) {
8639
8639
  let { $$slots: slots = {}, $$scope } = $$props;
8640
8640
  let { timeLimit = '2023/12/31 23:59:59' } = $$props;
8641
8641
  let { stateOnEnd } = $$props;
8642
- let { _style = '' } = $$props;
8642
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
8643
8643
  let remainingTime;
8644
8644
 
8645
8645
  function onEachSecond() {
@@ -8702,7 +8702,7 @@ class Countdown extends SvelteComponent {
8702
8702
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
8703
8703
 
8704
8704
  function add_css$7(target) {
8705
- append_styles(target, "svelte-1d6pgu1", ".box.svelte-1d6pgu1{position:relative;width:100%;height:100%}.box.svelte-1d6pgu1 > .button{position:absolute;inset:0}");
8705
+ append_styles(target, "svelte-6g6etj", ".box.svelte-6g6etj{position:relative;width:100%;height:100%}.box.svelte-6g6etj > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
8706
8706
  }
8707
8707
 
8708
8708
  // (24:2) <Button {onClick} style={_style} {eventName}>
@@ -8772,7 +8772,7 @@ function create_fragment$8(ctx) {
8772
8772
  c() {
8773
8773
  div = element("div");
8774
8774
  create_component(button.$$.fragment);
8775
- attr(div, "class", "box svelte-1d6pgu1");
8775
+ attr(div, "class", "box svelte-6g6etj");
8776
8776
  },
8777
8777
  m(target, anchor) {
8778
8778
  insert(target, div, anchor);
@@ -8811,7 +8811,7 @@ function instance$8($$self, $$props, $$invalidate) {
8811
8811
  let { $$slots: slots = {}, $$scope } = $$props;
8812
8812
  let { onClick = { operation: 'none', args: [] } } = $$props;
8813
8813
  let { eventName = '' } = $$props;
8814
- let { _style = '' } = $$props;
8814
+ let { _style = 'border-width: 0px; border-style: solid; border-color: #000000;' } = $$props;
8815
8815
 
8816
8816
  $$self.$$set = $$props => {
8817
8817
  if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.186",
3
+ "version": "1.1.187-28132692.0513fdce",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",