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