@tap-payments/os-micro-frontend-shared 0.1.33-test.1 → 0.1.33-test.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { initiatedIcon, abandonedIcon, cancelledIcon, reportsIcon, searchIcon, chevronDownIcon, unAuthorizedIcon, settlementInitiatedIcon, unCapturedIcon, capturedIcon, authorizedIcon, openFlagIcon, closedFlagIcon, reverseActionIcon, authenticatedIcon, unauthenticatedIcon, paidOutFilterIcon, scheduledFilterIcon,
|
|
1
|
+
import { initiatedIcon, abandonedIcon, cancelledIcon, reportsIcon, searchIcon, chevronDownIcon, unAuthorizedIcon, settlementInitiatedIcon, unCapturedIcon, capturedIcon, authorizedIcon, openFlagIcon, closedFlagIcon, reverseActionIcon, authenticatedIcon, unauthenticatedIcon, paidOutFilterIcon, scheduledFilterIcon, completedBlackIcon, } from '../../constants/index.js';
|
|
2
2
|
export const statusButtonIcons = {
|
|
3
3
|
inProgress: initiatedIcon,
|
|
4
4
|
initiated: initiatedIcon,
|
|
@@ -19,5 +19,5 @@ export const statusButtonIcons = {
|
|
|
19
19
|
authenticated: authenticatedIcon,
|
|
20
20
|
paidOut: paidOutFilterIcon,
|
|
21
21
|
scheduled: scheduledFilterIcon,
|
|
22
|
-
checked:
|
|
22
|
+
checked: completedBlackIcon,
|
|
23
23
|
};
|
|
@@ -309,6 +309,7 @@ export declare const destinationSuccessTableIcon: string;
|
|
|
309
309
|
export declare const authenticationFailedTableIcon: string;
|
|
310
310
|
export declare const authenticatedIcon: string;
|
|
311
311
|
export declare const scheduledFilterIcon: string;
|
|
312
|
+
export declare const completedBlackIcon: string;
|
|
312
313
|
export declare const paidOutFilterIcon: string;
|
|
313
314
|
export declare const unauthenticatedIcon: string;
|
|
314
315
|
export declare const authenticationAttemptedIcon: string;
|
|
@@ -313,6 +313,7 @@ export const destinationSuccessTableIcon = `${appBaseUrl}/destinationSuccess.svg
|
|
|
313
313
|
export const authenticationFailedTableIcon = `${lightUrl}/status/authenticationFailed.svg`;
|
|
314
314
|
export const authenticatedIcon = `${lightUrl}/status/table/authenticated.svg`;
|
|
315
315
|
export const scheduledFilterIcon = `${lightUrl}/paidOutFilterIcon.svg`;
|
|
316
|
+
export const completedBlackIcon = `${lightUrl}/completedBlackIcon.svg`;
|
|
316
317
|
export const paidOutFilterIcon = `${lightUrl}/scheduledFilterIcon.svg`;
|
|
317
318
|
export const unauthenticatedIcon = `${lightUrl}/status/unauthenticated.svg`;
|
|
318
319
|
export const authenticationAttemptedIcon = `${lightUrl}/status/authenticationAttempted.svg`;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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.33-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.33-test.2",
|
|
5
|
+
"testVersion": 2,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|