@tap-payments/os-micro-frontend-shared 0.1.353 → 0.1.354

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.
@@ -78,6 +78,8 @@ export declare const deactivatedIcon: string;
78
78
  export declare const topUpIcon: string;
79
79
  export declare const deMaximizeIcon: string;
80
80
  export declare const pendingFlag: string;
81
+ export declare const ibanIcon: string;
82
+ export declare const payoutIcon: string;
81
83
  export declare const releasedFlag: string;
82
84
  export declare const acceptedFlag: string;
83
85
  export declare const unCapturedIcon: string;
@@ -83,6 +83,8 @@ export const deactivatedIcon = `${lightUrl}/deactivatedIcon.svg`;
83
83
  export const topUpIcon = `${lightUrl}/topup.svg`;
84
84
  export const deMaximizeIcon = `${appBaseUrl}/demaximize.svg`;
85
85
  export const pendingFlag = `${lightUrl}/pendingFlag.svg`;
86
+ export const ibanIcon = `${lightUrl}/ibanIcon.svg`;
87
+ export const payoutIcon = `${lightUrl}/payoutIcon.svg`;
86
88
  export const releasedFlag = `${lightUrl}/releasedFlag.svg`;
87
89
  export const acceptedFlag = `${lightUrl}/acceptedFlag.svg`;
88
90
  export const unCapturedIcon = `${lightUrl}/status/unCaptured.svg`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.353",
4
+ "version": "0.1.354",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",