@tap-payments/os-micro-frontend-shared 0.1.338 → 0.1.339
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.
|
@@ -333,6 +333,8 @@ export declare const cyberSourceProviderIcon: string;
|
|
|
333
333
|
export declare const MPGSProviderIcon: string;
|
|
334
334
|
export declare const NETCETERAProviderIcon: string;
|
|
335
335
|
export declare const TAP3DSPROVIDERIcon: string;
|
|
336
|
+
export declare const greyPlusIcon: string;
|
|
337
|
+
export declare const greyMinusIcon: string;
|
|
336
338
|
export declare const viewInvoiceIcon: string;
|
|
337
339
|
export declare const checkoutStatusIcon: string;
|
|
338
340
|
export declare const checkoutStatusBlueIcon: string;
|
|
@@ -339,6 +339,8 @@ export const cyberSourceProviderIcon = `${lightUrl}/provider/CYBERSOURCE.svg`;
|
|
|
339
339
|
export const MPGSProviderIcon = `${lightUrl}/provider/MPGS.svg`;
|
|
340
340
|
export const NETCETERAProviderIcon = `${lightUrl}/provider/NETCETERA.svg`;
|
|
341
341
|
export const TAP3DSPROVIDERIcon = `${lightUrl}/provider/TAP3DS.svg`;
|
|
342
|
+
export const greyPlusIcon = `${lightUrl}/greyPlusIcon.svg`;
|
|
343
|
+
export const greyMinusIcon = `${lightUrl}/greyMinusIcon.svg`;
|
|
342
344
|
export const viewInvoiceIcon = `${appBaseUrl}/viewInvoice.svg`;
|
|
343
345
|
export const checkoutStatusIcon = `${appBaseUrl}/checkoutStatus.svg`;
|
|
344
346
|
export const checkoutStatusBlueIcon = `${appBaseUrl}/checkStatusOutBlue.svg`;
|
package/package.json
CHANGED