@tap-payments/os-micro-frontend-shared 0.1.362-test.2 → 0.1.362-test.3
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.
|
@@ -558,6 +558,7 @@ export declare const blackMobileBatteryIcon: string;
|
|
|
558
558
|
export declare const blackMobileSignalIcon: string;
|
|
559
559
|
export declare const emptyMobileWifiIcon: string;
|
|
560
560
|
export declare const deemaWithLabel: string;
|
|
561
|
+
export declare const chargeBackWhiteIcon: string;
|
|
561
562
|
export declare const blackUnLinkIcon: string;
|
|
562
563
|
export declare const sortDescArrowIcon: string;
|
|
563
564
|
export declare const sortAscArrowIcon: string;
|
|
@@ -566,6 +566,7 @@ export const blackMobileBatteryIcon = `${lightUrl}/blackMobileBatteryIcon.svg`;
|
|
|
566
566
|
export const blackMobileSignalIcon = `${lightUrl}/blackMobileSignalIcon.svg`;
|
|
567
567
|
export const emptyMobileWifiIcon = `${lightUrl}/emptyMobileWifiIcon.svg`;
|
|
568
568
|
export const deemaWithLabel = `${lightUrl}/deemaWithLabel.svg`;
|
|
569
|
+
export const chargeBackWhiteIcon = `${lightUrl}/chargeBackWhiteIcon.svg`;
|
|
569
570
|
export const blackUnLinkIcon = `${lightUrl}/blackUnLinkIcon.svg`;
|
|
570
571
|
export const sortDescArrowIcon = `${lightUrl}/sortDescArrowIcon.svg`;
|
|
571
572
|
export const sortAscArrowIcon = `${lightUrl}/sortAscArrowIcon.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.362-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.362-test.3",
|
|
5
|
+
"testVersion": 3,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|