@tap-payments/os-micro-frontend-shared 0.1.246 → 0.1.247
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.
|
@@ -354,6 +354,8 @@ export declare const authenticationSchemeIcon: string;
|
|
|
354
354
|
export declare const pinIcon: string;
|
|
355
355
|
export declare const unpinIcon: string;
|
|
356
356
|
export declare const switcherIcon: string;
|
|
357
|
+
export declare const verticalLineIcon: string;
|
|
358
|
+
export declare const previewModeIcon: string;
|
|
357
359
|
export declare const tokenSavedStatusIcon: string;
|
|
358
360
|
export declare const tokenTransactedStatusIcon: string;
|
|
359
361
|
export declare const tokenExpiredStatusIcon: string;
|
|
@@ -360,6 +360,8 @@ export const authenticationSchemeIcon = `${lightUrl}/status/authenticationScheme
|
|
|
360
360
|
export const pinIcon = `${lightUrl}/pin.svg`;
|
|
361
361
|
export const unpinIcon = `${lightUrl}/unpin.svg`;
|
|
362
362
|
export const switcherIcon = `${appBaseUrl}/switcher.svg`;
|
|
363
|
+
export const verticalLineIcon = `${lightUrl}/verticalLine.svg`;
|
|
364
|
+
export const previewModeIcon = `${lightUrl}/previewModeIcon.svg`;
|
|
363
365
|
export const tokenSavedStatusIcon = `${lightUrl}/status/table/tokensSaved.svg`;
|
|
364
366
|
export const tokenTransactedStatusIcon = `${lightUrl}/status/table/tokensTransacted.svg`;
|
|
365
367
|
export const tokenExpiredStatusIcon = `${lightUrl}/status/table/tokensExpired.svg`;
|
package/package.json
CHANGED