@tap-payments/os-micro-frontend-shared 0.1.283 → 0.1.285
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.
|
@@ -526,6 +526,7 @@ export declare const payoutServiceIcon: string;
|
|
|
526
526
|
export declare const refundsServiceIcon: string;
|
|
527
527
|
export declare const usersServiceIcon: string;
|
|
528
528
|
export declare const walletServiceIcon: string;
|
|
529
|
+
export declare const intentsServiceIcon: string;
|
|
529
530
|
export declare const archievedOutlined: string;
|
|
530
531
|
export declare const closeOutlinedCircle: string;
|
|
531
532
|
export declare const dashedOutlinedCircle: string;
|
|
@@ -534,6 +534,7 @@ export const payoutServiceIcon = `${lightUrl}/services/payoutService.svg`;
|
|
|
534
534
|
export const refundsServiceIcon = `${lightUrl}/services/refundsService.svg`;
|
|
535
535
|
export const usersServiceIcon = `${lightUrl}/services/usersService.svg`;
|
|
536
536
|
export const walletServiceIcon = `${lightUrl}/services/walletService.svg`;
|
|
537
|
+
export const intentsServiceIcon = `${lightUrl}/services/intentsService.svg`;
|
|
537
538
|
export const archievedOutlined = `${lightUrl}/archievedOutlined.svg`;
|
|
538
539
|
export const closeOutlinedCircle = `${lightUrl}/closeOutlinedCircle.svg`;
|
|
539
540
|
export const dashedOutlinedCircle = `${lightUrl}/dashedOutlinedCircle.svg`;
|
package/package.json
CHANGED