@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.
@@ -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}/service/brandService.svg`;
501
- export const authorizationServiceIcon = `${lightUrl}/service/authorizationService.svg`;
502
- export const chargebacksServiceIcon = `${lightUrl}/service/chargebacksService.svg`;
503
- export const chargesServiceIcon = `${lightUrl}/service/chargesService.svg`;
504
- export const destinationsServiceIcon = `${lightUrl}/service/destinationsService.svg`;
505
- export const entityServiceIcon = `${lightUrl}/service/entityService.svg`;
506
- export const invoiceServiceIcon = `${lightUrl}/service/invoiceService.svg`;
507
- export const payoutServiceIcon = `${lightUrl}/service/payoutService.svg`;
508
- export const refundsServiceIcon = `${lightUrl}/service/refundsService.svg`;
509
- export const usersServiceIcon = `${lightUrl}/service/usersService.svg`;
510
- export const walletServiceIcon = `${lightUrl}/service/walletService.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.2",
4
+ "version": "0.0.180-alpha.3",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",