@tap-payments/os-micro-frontend-shared 0.1.376-test.1 → 0.1.376-test.2

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.
@@ -46,6 +46,7 @@ export declare const storedValueWalletIcon: string;
46
46
  export declare const buyNowPayLaterIcon: string;
47
47
  export declare const openBankingIcon: string;
48
48
  export declare const visaIcon: string;
49
+ export declare const redArrowDownIcon: string;
49
50
  export declare const completedIcon: string;
50
51
  export declare const chargeBackRequestedIcon: string;
51
52
  export declare const chargeBackIcon: string;
@@ -51,6 +51,7 @@ export const storedValueWalletIcon = `${lightUrl}/storedValueWallet.svg`;
51
51
  export const buyNowPayLaterIcon = `${lightUrl}/buyNowPayLater.svg`;
52
52
  export const openBankingIcon = `${lightUrl}/openBanking.svg`;
53
53
  export const visaIcon = `${lightUrl}/visa.svg`;
54
+ export const redArrowDownIcon = `${lightUrl}/redArrowDownIcon.svg`;
54
55
  export const completedIcon = `${lightUrl}/completed.svg`;
55
56
  export const chargeBackRequestedIcon = `${lightUrl}/chargebackRequested.svg`;
56
57
  export const chargeBackIcon = `${lightUrl}/chargeback.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.376-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.376-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",