@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 = `${
|
|
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