@tap-payments/os-micro-frontend-shared 0.1.258 → 0.1.259
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.
|
@@ -577,3 +577,4 @@ export declare const commercePlatformSubSegmentIcon: string;
|
|
|
577
577
|
export declare const billingPlatformSubSegmentIcon: string;
|
|
578
578
|
export declare const authenticationGatewaySubSegmentIcon: string;
|
|
579
579
|
export declare const retailerSubSegmentIcon: string;
|
|
580
|
+
export declare const blueCircleWithWhiteCheckIcon: string;
|
|
@@ -585,3 +585,4 @@ export const commercePlatformSubSegmentIcon = `${appBaseUrl}/commercePlatform.sv
|
|
|
585
585
|
export const billingPlatformSubSegmentIcon = `${appBaseUrl}/billingPlatform.svg`;
|
|
586
586
|
export const authenticationGatewaySubSegmentIcon = `${appBaseUrl}/authenticationGateway.svg`;
|
|
587
587
|
export const retailerSubSegmentIcon = `${appBaseUrl}/retailer.svg`;
|
|
588
|
+
export const blueCircleWithWhiteCheckIcon = `${appBaseUrl}/blueCircleWithWhiteCheck.svg`;
|
package/package.json
CHANGED