@tap-payments/os-micro-frontend-shared 0.1.365-test.28 → 0.1.365-test.29
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.
|
@@ -83,6 +83,7 @@ export declare const ibanIcon: string;
|
|
|
83
83
|
export declare const payoutIcon: string;
|
|
84
84
|
export declare const releasedFlag: string;
|
|
85
85
|
export declare const acceptedFlag: string;
|
|
86
|
+
export declare const clearIcon: string;
|
|
86
87
|
export declare const unCapturedIcon: string;
|
|
87
88
|
export declare const newWindowIcon: string;
|
|
88
89
|
export declare const viewAllIcon: string;
|
|
@@ -88,6 +88,7 @@ export const ibanIcon = `${lightUrl}/ibanIcon.svg`;
|
|
|
88
88
|
export const payoutIcon = `${lightUrl}/payoutIcon.svg`;
|
|
89
89
|
export const releasedFlag = `${lightUrl}/releasedFlag.svg`;
|
|
90
90
|
export const acceptedFlag = `${lightUrl}/acceptedFlag.svg`;
|
|
91
|
+
export const clearIcon = `${lightUrl}/clearIcon.svg`;
|
|
91
92
|
export const unCapturedIcon = `${lightUrl}/status/unCaptured.svg`;
|
|
92
93
|
export const newWindowIcon = `${appBaseUrl}/newWindow.svg`;
|
|
93
94
|
export const viewAllIcon = `${appBaseUrl}/viewAll.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.365-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.365-test.29",
|
|
5
|
+
"testVersion": 29,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|