@tap-payments/os-micro-frontend-shared 0.1.401-test.1 → 0.1.401-test.2

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.
@@ -67,6 +67,7 @@ export declare const mobileIcon: string;
67
67
  export declare const tabletIcon: string;
68
68
  export declare const invoiceIcon: string;
69
69
  export declare const cancelledInvoiceIcon: string;
70
+ export declare const expiredInvoiceIcon: string;
70
71
  export declare const invoiceNumberIcon: string;
71
72
  export declare const columnIcon: string;
72
73
  export declare const sortAzIcon: string;
@@ -72,6 +72,7 @@ export const mobileIcon = `${lightUrl}/mobile.svg`;
72
72
  export const tabletIcon = `${lightUrl}/tablet.svg`;
73
73
  export const invoiceIcon = `${lightUrl}/invoice.svg`;
74
74
  export const cancelledInvoiceIcon = `${lightUrl}/cancelledInvoiceIcon.svg`;
75
+ export const expiredInvoiceIcon = `${lightUrl}/expiredInvoiceIcon.svg`;
75
76
  export const invoiceNumberIcon = `${lightUrl}/invoiceNumberIcon.svg`;
76
77
  export const columnIcon = `${lightUrl}/column.svg`;
77
78
  export const sortAzIcon = `${lightUrl}/sortAz.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.401-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.401-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",