@tap-payments/os-micro-frontend-shared 0.1.42 → 0.1.43

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.
@@ -336,7 +336,7 @@ export const intentExpiredStatusIcon = `${appBaseUrl}/intentExpiredStatus.svg`;
336
336
  export const intentInitiatedStatusIcon = `${appBaseUrl}/intentInitiatedStatus.svg`;
337
337
  export const intentCancelledStatusIcon = `${appBaseUrl}/intentCancelledStatus.svg`;
338
338
  export const intentTransactedStatusIcon = `${appBaseUrl}/intentTransactedStatus.svg`;
339
- export const longWordsIcon = `${appBaseUrl}/SheetViewUnionIcon.svg`;
339
+ export const longWordsIcon = `${lightUrl}/SheetViewUnionIcon.svg`;
340
340
  export const sheetViewIcon = `${lightUrl}/sheetView.svg`;
341
341
  export const abandonedNoBGIcon = `${lightUrl}/abandonedNoBG.svg`;
342
342
  export const paidOutTableIcon = `${lightUrl}/status/table/paidOut.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.42",
4
+ "version": "0.1.43",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",