@tap-payments/os-micro-frontend-shared 0.1.238 → 0.1.239
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.
|
@@ -557,3 +557,5 @@ export declare const terminalLinkVideo: string;
|
|
|
557
557
|
export declare const bluePlusIcon: string;
|
|
558
558
|
export declare const blackSettingsVariant2Icon: string;
|
|
559
559
|
export declare const exclamationWhiteIcon: string;
|
|
560
|
+
export declare const paymentTechnologySubSegmentIcon: string;
|
|
561
|
+
export declare const paymentGatewayProviderSubSegmentIcon: string;
|
|
@@ -565,3 +565,5 @@ export const terminalLinkVideo = `${videosUrl}/terminal_link.mp4`;
|
|
|
565
565
|
export const bluePlusIcon = `${lightUrl}/bluePlusIcon.svg`;
|
|
566
566
|
export const blackSettingsVariant2Icon = `${lightUrl}/blackSettingsVariant2Icon.svg`;
|
|
567
567
|
export const exclamationWhiteIcon = `${lightUrl}/exclamationWhite.svg`;
|
|
568
|
+
export const paymentTechnologySubSegmentIcon = `${appBaseUrl}/paymentTechnology.svg`;
|
|
569
|
+
export const paymentGatewayProviderSubSegmentIcon = `${appBaseUrl}/paymentGatewayProvider.svg`;
|
package/package.json
CHANGED