@tap-payments/os-micro-frontend-shared 0.1.393 → 0.1.394

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.
@@ -81,6 +81,7 @@ export declare const outstandingIcon: string;
81
81
  export declare const cancelledNoBgIcon: string;
82
82
  export declare const expiredNoBgIcon: string;
83
83
  export declare const paidNoBgIcon: string;
84
+ export declare const refunededNoBgIcon: string;
84
85
  export declare const deactivatedIcon: string;
85
86
  export declare const topUpIcon: string;
86
87
  export declare const deMaximizeIcon: string;
@@ -86,6 +86,7 @@ export const outstandingIcon = `${lightUrl}/outstandingIcon.svg`;
86
86
  export const cancelledNoBgIcon = `${lightUrl}/cancelledStatusIcon.svg`;
87
87
  export const expiredNoBgIcon = `${lightUrl}/expiredStatusIcon.svg`;
88
88
  export const paidNoBgIcon = `${lightUrl}/paidStatusIcon.svg`;
89
+ export const refunededNoBgIcon = `${lightUrl}/refundedStatusIcon.svg`;
89
90
  export const deactivatedIcon = `${lightUrl}/deactivatedIcon.svg`;
90
91
  export const topUpIcon = `${lightUrl}/topup.svg`;
91
92
  export const deMaximizeIcon = `${appBaseUrl}/demaximize.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.393",
4
+ "version": "0.1.394",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",