@plaidev/karte-action-sdk 1.1.166-28023967.badc54e9 → 1.1.166-28028338.a40453b0

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.
@@ -2674,7 +2674,7 @@ class BackgroundOverray extends SvelteComponent {
2674
2674
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
2675
2675
 
2676
2676
  function add_css$r(target) {
2677
- append_styles(target, "svelte-1kj05ao", ".button.svelte-1kj05ao{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0;cursor:initial}.button.svelte-1kj05ao:link,.button.svelte-1kj05ao:visited,.button.svelte-1kj05ao:active,.button.svelte-1kj05ao:hover{color:inherit}");
2677
+ append_styles(target, "svelte-1tg0tf", ".button.svelte-1tg0tf{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1tg0tf:link,.button.svelte-1tg0tf:visited,.button.svelte-1tg0tf:active,.button.svelte-1tg0tf:hover{color:inherit}");
2678
2678
  }
2679
2679
 
2680
2680
  // (41:0) {:else}
@@ -2700,7 +2700,7 @@ function create_else_block$2(ctx) {
2700
2700
  this.h();
2701
2701
  },
2702
2702
  h() {
2703
- attr(button, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kj05ao"));
2703
+ attr(button, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
2704
2704
  attr(button, "style", /*style*/ ctx[1]);
2705
2705
  },
2706
2706
  m(target, anchor) {
@@ -2776,7 +2776,7 @@ function create_if_block_2(ctx) {
2776
2776
  this.h();
2777
2777
  },
2778
2778
  h() {
2779
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kj05ao"));
2779
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
2780
2780
  attr(div, "style", /*style*/ ctx[1]);
2781
2781
  },
2782
2782
  m(target, anchor) {
@@ -2853,7 +2853,7 @@ function create_if_block_1$2(ctx) {
2853
2853
  this.h();
2854
2854
  },
2855
2855
  h() {
2856
- attr(a, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kj05ao"));
2856
+ attr(a, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
2857
2857
  attr(a, "style", /*style*/ ctx[1]);
2858
2858
  attr(a, "href", a_href_value = /*onClick*/ ctx[0].args[0]);
2859
2859
  attr(a, "target", a_target_value = /*onClick*/ ctx[0].args[1] === true ? '_blank' : null);
@@ -2932,7 +2932,7 @@ function create_if_block$6(ctx) {
2932
2932
  this.h();
2933
2933
  },
2934
2934
  h() {
2935
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kj05ao"));
2935
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
2936
2936
  attr(div, "style", /*style*/ ctx[1]);
2937
2937
  },
2938
2938
  m(target, anchor) {
package/dist/icons.d.ts CHANGED
@@ -1,32 +1,88 @@
1
1
  declare const ICONS: {
2
- readonly check: {
3
- readonly solid: "CheckSolid";
2
+ 'arrow-down': {
3
+ solid: string;
4
4
  };
5
- readonly 'chevron-down': {
6
- readonly solid: "ChevronDownSolid";
5
+ 'arrow-left': {
6
+ solid: string;
7
7
  };
8
- readonly 'chevron-left': {
9
- readonly solid: "ChevronLeftSolid";
8
+ 'arrow-right': {
9
+ solid: string;
10
10
  };
11
- readonly 'chevron-right': {
12
- readonly solid: "ChevronRightSolid";
11
+ 'arrow-up-right-from-square': {
12
+ solid: string;
13
13
  };
14
- readonly 'chevron-up': {
15
- readonly solid: "ChevronUpSolid";
14
+ 'arrow-up': {
15
+ solid: string;
16
16
  };
17
- readonly circle: {
18
- readonly solid: "CircleSolid";
17
+ bell: {
18
+ solid: string;
19
19
  };
20
- readonly copy: {
21
- readonly solid: "Copy";
20
+ 'cart-shopping': {
21
+ solid: string;
22
+ };
23
+ check: {
24
+ solid: string;
25
+ };
26
+ 'chevron-down': {
27
+ solid: string;
28
+ };
29
+ 'chevron-left': {
30
+ solid: string;
31
+ };
32
+ 'chevron-right': {
33
+ solid: string;
34
+ };
35
+ 'chevron-up': {
36
+ solid: string;
37
+ };
38
+ 'circle-question': {
39
+ solid: string;
40
+ };
41
+ circle: {
42
+ solid: string;
43
+ };
44
+ copy: {
45
+ solid: string;
46
+ };
47
+ 'paper-plane': {
48
+ solid: string;
49
+ };
50
+ ticket: {
51
+ solid: string;
52
+ };
53
+ truck: {
54
+ solid: string;
55
+ };
56
+ 'window-maximize': {
57
+ solid: string;
58
+ };
59
+ 'window-minimize': {
60
+ solid: string;
61
+ };
62
+ xmark: {
63
+ solid: string;
22
64
  };
23
65
  };
24
66
  declare const ICON_COMPONENT_NAMES: string[];
67
+ export { default as ArrowDownSolid } from './icons/solid/arrow-down.svg';
68
+ export { default as ArrowLeftSolid } from './icons/solid/arrow-left.svg';
69
+ export { default as ArrowRightSolid } from './icons/solid/arrow-right.svg';
70
+ export { default as ArrowUpRightFromSquareSolid } from './icons/solid/arrow-up-right-from-square.svg';
71
+ export { default as ArrowUpSolid } from './icons/solid/arrow-up.svg';
72
+ export { default as BellSolid } from './icons/solid/bell.svg';
73
+ export { default as CartShoppingSolid } from './icons/solid/cart-shopping.svg';
25
74
  export { default as CheckSolid } from './icons/solid/check.svg';
26
75
  export { default as ChevronDownSolid } from './icons/solid/chevron-down.svg';
27
76
  export { default as ChevronLeftSolid } from './icons/solid/chevron-left.svg';
28
77
  export { default as ChevronRightSolid } from './icons/solid/chevron-right.svg';
29
78
  export { default as ChevronUpSolid } from './icons/solid/chevron-up.svg';
79
+ export { default as CircleQuestionSolid } from './icons/solid/circle-question.svg';
30
80
  export { default as CircleSolid } from './icons/solid/circle.svg';
31
- export { default as Copy } from './icons/solid/copy.svg';
81
+ export { default as CopySolid } from './icons/solid/copy.svg';
82
+ export { default as PaperPlaneSolid } from './icons/solid/paper-plane.svg';
83
+ export { default as TicketSolid } from './icons/solid/ticket.svg';
84
+ export { default as TruckSolid } from './icons/solid/truck.svg';
85
+ export { default as WindowMaximizeSolid } from './icons/solid/window-maximize.svg';
86
+ export { default as WindowMinimizeSolid } from './icons/solid/window-minimize.svg';
87
+ export { default as XmarkSolid } from './icons/solid/xmark.svg';
32
88
  export { ICONS, ICON_COMPONENT_NAMES };
package/dist/icons.js CHANGED
@@ -1,51 +1,93 @@
1
- var img$6 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3e%3c/svg%3e";
1
+ var img$k = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3e%3c/svg%3e";
2
2
 
3
- var img$5 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3e%3c/svg%3e";
3
+ var img$j = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3e%3c/svg%3e";
4
4
 
5
- var img$4 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3e%3c/svg%3e";
5
+ var img$i = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3e%3c/svg%3e";
6
6
 
7
- var img$3 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath 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'/%3e%3c/svg%3e";
7
+ var img$h = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z'/%3e%3c/svg%3e";
8
8
 
9
- var img$2 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M201.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 173.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3e%3c/svg%3e";
9
+ var img$g = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3e%3c/svg%3e";
10
10
 
11
- var img$1 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z'/%3e%3c/svg%3e";
11
+ var img$f = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z'/%3e%3c/svg%3e";
12
12
 
13
- var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M224 0c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224zM64 160c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64H64V224h64V160H64z'/%3e%3c/svg%3e";
13
+ var img$e = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3e%3c/svg%3e";
14
14
 
15
- // TODO: ファイルから自動生成
15
+ var img$d = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3e%3c/svg%3e";
16
+
17
+ var img$c = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3e%3c/svg%3e";
18
+
19
+ var img$b = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3e%3c/svg%3e";
20
+
21
+ var img$a = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath 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'/%3e%3c/svg%3e";
22
+
23
+ var img$9 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M201.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 173.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3e%3c/svg%3e";
24
+
25
+ var img$8 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3e%3c/svg%3e";
26
+
27
+ var img$7 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z'/%3e%3c/svg%3e";
28
+
29
+ var img$6 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M224 0c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224zM64 160c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64H64V224h64V160H64z'/%3e%3c/svg%3e";
30
+
31
+ var img$5 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z'/%3e%3c/svg%3e";
32
+
33
+ var img$4 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V160z'/%3e%3c/svg%3e";
34
+
35
+ var img$3 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3e%3c/svg%3e";
36
+
37
+ var img$2 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32z'/%3e%3c/svg%3e";
38
+
39
+ var img$1 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z'/%3e%3c/svg%3e";
40
+
41
+ var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--! Font Awesome Free 6.3.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0%2c Fonts: SIL OFL 1.1%2c Code: MIT License) Copyright 2023 Fonticons%2c Inc. --%3e%3cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3e%3c/svg%3e";
42
+
43
+ // This file was generated by 'update-icons.ts'. Don't edit this file manually!!!!!
16
44
  // @internal
17
45
  const ICONS = {
18
- check: {
19
- solid: 'CheckSolid',
20
- },
21
- 'chevron-down': {
22
- solid: 'ChevronDownSolid',
23
- },
24
- 'chevron-left': {
25
- solid: 'ChevronLeftSolid',
26
- },
27
- 'chevron-right': {
28
- solid: 'ChevronRightSolid',
29
- },
30
- 'chevron-up': {
31
- solid: 'ChevronUpSolid',
32
- },
33
- circle: {
34
- solid: 'CircleSolid',
35
- },
36
- copy: {
37
- solid: 'Copy',
38
- },
46
+ 'arrow-down': { solid: 'ArrowDownSolid' },
47
+ 'arrow-left': { solid: 'ArrowLeftSolid' },
48
+ 'arrow-right': { solid: 'ArrowRightSolid' },
49
+ 'arrow-up-right-from-square': { solid: 'ArrowUpRightFromSquareSolid' },
50
+ 'arrow-up': { solid: 'ArrowUpSolid' },
51
+ bell: { solid: 'BellSolid' },
52
+ 'cart-shopping': { solid: 'CartShoppingSolid' },
53
+ check: { solid: 'CheckSolid' },
54
+ 'chevron-down': { solid: 'ChevronDownSolid' },
55
+ 'chevron-left': { solid: 'ChevronLeftSolid' },
56
+ 'chevron-right': { solid: 'ChevronRightSolid' },
57
+ 'chevron-up': { solid: 'ChevronUpSolid' },
58
+ 'circle-question': { solid: 'CircleQuestionSolid' },
59
+ circle: { solid: 'CircleSolid' },
60
+ copy: { solid: 'CopySolid' },
61
+ 'paper-plane': { solid: 'PaperPlaneSolid' },
62
+ ticket: { solid: 'TicketSolid' },
63
+ truck: { solid: 'TruckSolid' },
64
+ 'window-maximize': { solid: 'WindowMaximizeSolid' },
65
+ 'window-minimize': { solid: 'WindowMinimizeSolid' },
66
+ xmark: { solid: 'XmarkSolid' },
39
67
  };
40
68
  // @internal
41
69
  const ICON_COMPONENT_NAMES = [
70
+ 'ArrowDownSolid',
71
+ 'ArrowLeftSolid',
72
+ 'ArrowRightSolid',
73
+ 'ArrowUpRightFromSquareSolid',
74
+ 'ArrowUpSolid',
75
+ 'BellSolid',
76
+ 'CartShoppingSolid',
42
77
  'CheckSolid',
43
78
  'ChevronDownSolid',
44
79
  'ChevronLeftSolid',
45
80
  'ChevronRightSolid',
46
81
  'ChevronUpSolid',
82
+ 'CircleQuestionSolid',
47
83
  'CircleSolid',
48
- 'Copy',
84
+ 'CopySolid',
85
+ 'PaperPlaneSolid',
86
+ 'TicketSolid',
87
+ 'TruckSolid',
88
+ 'WindowMaximizeSolid',
89
+ 'WindowMinimizeSolid',
90
+ 'XmarkSolid',
49
91
  ];
50
92
 
51
- export { img$6 as CheckSolid, img$5 as ChevronDownSolid, img$4 as ChevronLeftSolid, img$3 as ChevronRightSolid, img$2 as ChevronUpSolid, img$1 as CircleSolid, img as Copy, ICONS, ICON_COMPONENT_NAMES };
93
+ export { img$k as ArrowDownSolid, img$j as ArrowLeftSolid, img$i as ArrowRightSolid, img$h as ArrowUpRightFromSquareSolid, img$g as ArrowUpSolid, img$f as BellSolid, img$e as CartShoppingSolid, img$d as CheckSolid, img$c as ChevronDownSolid, img$b as ChevronLeftSolid, img$a as ChevronRightSolid, img$9 as ChevronUpSolid, img$8 as CircleQuestionSolid, img$7 as CircleSolid, img$6 as CopySolid, ICONS, ICON_COMPONENT_NAMES, img$5 as PaperPlaneSolid, img$4 as TicketSolid, img$3 as TruckSolid, img$2 as WindowMaximizeSolid, img$1 as WindowMinimizeSolid, img as XmarkSolid };
package/dist/index.es.js CHANGED
@@ -2750,7 +2750,7 @@ class BackgroundOverray extends SvelteComponent {
2750
2750
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
2751
2751
 
2752
2752
  function add_css$r(target) {
2753
- append_styles(target, "svelte-1kj05ao", ".button.svelte-1kj05ao{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0;cursor:initial}.button.svelte-1kj05ao:link,.button.svelte-1kj05ao:visited,.button.svelte-1kj05ao:active,.button.svelte-1kj05ao:hover{color:inherit}");
2753
+ append_styles(target, "svelte-1tg0tf", ".button.svelte-1tg0tf{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1tg0tf:link,.button.svelte-1tg0tf:visited,.button.svelte-1tg0tf:active,.button.svelte-1tg0tf:hover{color:inherit}");
2754
2754
  }
2755
2755
 
2756
2756
  // (41:0) {:else}
@@ -2766,7 +2766,7 @@ function create_else_block$2(ctx) {
2766
2766
  c() {
2767
2767
  button = element("button");
2768
2768
  if (default_slot) default_slot.c();
2769
- attr(button, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kj05ao"));
2769
+ attr(button, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
2770
2770
  attr(button, "style", /*style*/ ctx[1]);
2771
2771
  },
2772
2772
  m(target, anchor) {
@@ -2832,7 +2832,7 @@ function create_if_block_2(ctx) {
2832
2832
  c() {
2833
2833
  div = element("div");
2834
2834
  if (default_slot) default_slot.c();
2835
- attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kj05ao"));
2835
+ attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
2836
2836
  attr(div, "style", /*style*/ ctx[1]);
2837
2837
  },
2838
2838
  m(target, anchor) {
@@ -2893,7 +2893,7 @@ function create_if_block_1$2(ctx) {
2893
2893
  c() {
2894
2894
  a = element("a");
2895
2895
  if (default_slot) default_slot.c();
2896
- attr(a, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kj05ao"));
2896
+ attr(a, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
2897
2897
  attr(a, "style", /*style*/ ctx[1]);
2898
2898
  attr(a, "href", a_href_value = /*onClick*/ ctx[0].args[0]);
2899
2899
  attr(a, "target", a_target_value = /*onClick*/ ctx[0].args[1] === true ? '_blank' : null);
@@ -2962,7 +2962,7 @@ function create_if_block$6(ctx) {
2962
2962
  c() {
2963
2963
  div = element("div");
2964
2964
  if (default_slot) default_slot.c();
2965
- attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kj05ao"));
2965
+ attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
2966
2966
  attr(div, "style", /*style*/ ctx[1]);
2967
2967
  },
2968
2968
  m(target, anchor) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.166-28023967.badc54e9",
3
+ "version": "1.1.166-28028338.a40453b0",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -129,6 +129,7 @@
129
129
  "test:ui": "vitest test --ui",
130
130
  "test:e2e": "vitest run spec",
131
131
  "test:update": "vitest -u",
132
- "coverage": "vitest run test --coverage"
132
+ "coverage": "vitest run test --coverage",
133
+ "icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts"
133
134
  }
134
135
  }