@tap-payments/os-micro-frontend-shared 0.1.381-test.2 → 0.1.381-test.3

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.
@@ -54,6 +54,7 @@ export declare const disputeResolvedIcon: string;
54
54
  export declare const reversePayoutIcon: string;
55
55
  export declare const ellipsisHorizontalIcon: string;
56
56
  export declare const threeDsIcon: string;
57
+ export declare const invoiceIdIcon: string;
57
58
  export declare const idIcon: string;
58
59
  export declare const copyIcon: string;
59
60
  export declare const codeIcon: string;
@@ -59,6 +59,7 @@ export const disputeResolvedIcon = `${lightUrl}/disputeResolved.svg`;
59
59
  export const reversePayoutIcon = `${lightUrl}/reversePayout.svg`;
60
60
  export const ellipsisHorizontalIcon = `${lightUrl}/ellipsisHorizontal.svg`;
61
61
  export const threeDsIcon = `${lightUrl}/3ds.svg`;
62
+ export const invoiceIdIcon = `${lightUrl}/invoiceId.svg`;
62
63
  export const idIcon = `${lightUrl}/id.svg`;
63
64
  export const copyIcon = `${appBaseUrl}/copyIcon.svg`;
64
65
  export const codeIcon = `${appBaseUrl}/codeIcon.svg`;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.381-test.2",
5
- "testVersion": 2,
4
+ "version": "0.1.381-test.3",
5
+ "testVersion": 3,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",