@tap-payments/os-micro-frontend-shared 0.0.168 → 0.0.169

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.
@@ -489,5 +489,7 @@ export declare const terminalDeviceFrame: string;
489
489
  export declare const blackBrushIcon: string;
490
490
  export declare const mutedOutlinedCheckIcon: string;
491
491
  export declare const outlinedPlatformIcon: string;
492
+ export declare const navigationPointerBlack: string;
493
+ export declare const addIconWhite: string;
492
494
  export declare const greyUpArrowIcon: string;
493
495
  export declare const greyDownArrowIcon: string;
@@ -493,5 +493,7 @@ export const terminalDeviceFrame = `${lightUrl}/terminalDeviceFrame.svg`;
493
493
  export const blackBrushIcon = `${lightUrl}/blackBrushIcon.svg`;
494
494
  export const mutedOutlinedCheckIcon = `${lightUrl}/mutedOutlinedCheckIcon.svg`;
495
495
  export const outlinedPlatformIcon = `${lightUrl}/outlinedPlatformIcon.svg`;
496
+ export const navigationPointerBlack = `${lightUrl}/navigationPointerBlack.svg`;
497
+ export const addIconWhite = `${lightUrl}/addIconWhite.svg`;
496
498
  export const greyUpArrowIcon = `${lightUrl}/greyUpArrow.svg`;
497
499
  export const greyDownArrowIcon = `${lightUrl}/greyDownArrow.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.0.168",
4
+ "version": "0.0.169",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",