@tap-payments/os-micro-frontend-shared 0.0.180-alpha.2 → 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.js +11 -11
- package/package.json +1 -1
|
@@ -497,14 +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}/
|
|
501
|
-
export const authorizationServiceIcon = `${lightUrl}/
|
|
502
|
-
export const chargebacksServiceIcon = `${lightUrl}/
|
|
503
|
-
export const chargesServiceIcon = `${lightUrl}/
|
|
504
|
-
export const destinationsServiceIcon = `${lightUrl}/
|
|
505
|
-
export const entityServiceIcon = `${lightUrl}/
|
|
506
|
-
export const invoiceServiceIcon = `${lightUrl}/
|
|
507
|
-
export const payoutServiceIcon = `${lightUrl}/
|
|
508
|
-
export const refundsServiceIcon = `${lightUrl}/
|
|
509
|
-
export const usersServiceIcon = `${lightUrl}/
|
|
510
|
-
export const walletServiceIcon = `${lightUrl}/
|
|
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",
|