@tap-payments/os-micro-frontend-shared 0.0.180-alpha.1 → 0.0.180-alpha.3
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.
- package/build/constants/assets.d.ts +11 -0
- package/build/constants/assets.js +11 -0
- package/package.json +1 -1
|
@@ -493,3 +493,14 @@ export declare const navigationPointerBlack: string;
|
|
|
493
493
|
export declare const addIconWhite: string;
|
|
494
494
|
export declare const greyUpArrowIcon: string;
|
|
495
495
|
export declare const greyDownArrowIcon: string;
|
|
496
|
+
export declare const brandServiceIcon: string;
|
|
497
|
+
export declare const authorizationServiceIcon: string;
|
|
498
|
+
export declare const chargebacksServiceIcon: string;
|
|
499
|
+
export declare const chargesServiceIcon: string;
|
|
500
|
+
export declare const destinationsServiceIcon: string;
|
|
501
|
+
export declare const entityServiceIcon: string;
|
|
502
|
+
export declare const invoiceServiceIcon: string;
|
|
503
|
+
export declare const payoutServiceIcon: string;
|
|
504
|
+
export declare const refundsServiceIcon: string;
|
|
505
|
+
export declare const usersServiceIcon: string;
|
|
506
|
+
export declare const walletServiceIcon: string;
|
|
@@ -497,3 +497,14 @@ export const navigationPointerBlack = `${lightUrl}/navigationPointerBlack.svg`;
|
|
|
497
497
|
export const addIconWhite = `${lightUrl}/addIconWhite.svg`;
|
|
498
498
|
export const greyUpArrowIcon = `${lightUrl}/greyUpArrow.svg`;
|
|
499
499
|
export const greyDownArrowIcon = `${lightUrl}/greyDownArrow.svg`;
|
|
500
|
+
export const brandServiceIcon = `${lightUrl}/services/brandService.svg`;
|
|
501
|
+
export const authorizationServiceIcon = `${lightUrl}/services/authorizationService.svg`;
|
|
502
|
+
export const chargebacksServiceIcon = `${lightUrl}/services/chargebacksService.svg`;
|
|
503
|
+
export const chargesServiceIcon = `${lightUrl}/services/chargesService.svg`;
|
|
504
|
+
export const destinationsServiceIcon = `${lightUrl}/services/destinationsService.svg`;
|
|
505
|
+
export const entityServiceIcon = `${lightUrl}/services/entityService.svg`;
|
|
506
|
+
export const invoiceServiceIcon = `${lightUrl}/services/invoiceService.svg`;
|
|
507
|
+
export const payoutServiceIcon = `${lightUrl}/services/payoutService.svg`;
|
|
508
|
+
export const refundsServiceIcon = `${lightUrl}/services/refundsService.svg`;
|
|
509
|
+
export const usersServiceIcon = `${lightUrl}/services/usersService.svg`;
|
|
510
|
+
export const walletServiceIcon = `${lightUrl}/services/walletService.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.180-alpha.
|
|
4
|
+
"version": "0.0.180-alpha.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/index.js",
|
|
7
7
|
"module": "build/index.js",
|