@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
@@ -1,7 +1,7 @@
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.238",
4
+ "version": "0.1.239",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",