@tap-payments/os-micro-frontend-shared 0.1.364-test.1 → 0.1.364-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.
|
@@ -76,6 +76,7 @@ export declare const closeIcon: string;
|
|
|
76
76
|
export declare const dashedCheckIcon: string;
|
|
77
77
|
export declare const deactivatedIcon: string;
|
|
78
78
|
export declare const topUpIcon: string;
|
|
79
|
+
export declare const AIOverviewIcon: string;
|
|
79
80
|
export declare const deMaximizeIcon: string;
|
|
80
81
|
export declare const pendingFlag: string;
|
|
81
82
|
export declare const ibanIcon: string;
|
|
@@ -81,6 +81,7 @@ export const closeIcon = `${lightUrl}/close.svg`;
|
|
|
81
81
|
export const dashedCheckIcon = `${lightUrl}/dashedCheckIcon.svg`;
|
|
82
82
|
export const deactivatedIcon = `${lightUrl}/deactivatedIcon.svg`;
|
|
83
83
|
export const topUpIcon = `${lightUrl}/topup.svg`;
|
|
84
|
+
export const AIOverviewIcon = `${lightUrl}/AIOverviewIcon.svg`;
|
|
84
85
|
export const deMaximizeIcon = `${appBaseUrl}/demaximize.svg`;
|
|
85
86
|
export const pendingFlag = `${lightUrl}/pendingFlag.svg`;
|
|
86
87
|
export const ibanIcon = `${lightUrl}/ibanIcon.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.364-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.364-test.2",
|
|
5
|
+
"testVersion": 2,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|