@tap-payments/os-micro-frontend-shared 0.1.76-test.6 → 0.1.76-test.7

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.
@@ -401,6 +401,7 @@ export declare const customerIcon: string;
401
401
  export declare const discountIcon: string;
402
402
  export declare const emailIcon: string;
403
403
  export declare const emailBlackIcon: string;
404
+ export declare const linkTiltedIcon: string;
404
405
  export declare const expandArrows: string;
405
406
  export declare const feeIcon: string;
406
407
  export declare const minusIcon: string;
@@ -405,6 +405,7 @@ export const customerIcon = `${lightUrl}/customerIcon.svg`;
405
405
  export const discountIcon = `${lightUrl}/discountIcon.svg`;
406
406
  export const emailIcon = `${lightUrl}/emailIcon.svg`;
407
407
  export const emailBlackIcon = `${lightUrl}/emailBlackIcon.svg`;
408
+ export const linkTiltedIcon = `${lightUrl}/linkTiltedIcon.svg`;
408
409
  export const expandArrows = `${lightUrl}/ExpandArrows.svg`;
409
410
  export const feeIcon = `${lightUrl}/feeIcon.svg`;
410
411
  export const minusIcon = `${lightUrl}/minusIcon.svg`;
package/package.json CHANGED
@@ -1,8 +1,8 @@
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.76-test.6",
5
- "testVersion": 6,
4
+ "version": "0.1.76-test.7",
5
+ "testVersion": 7,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",