@tap-payments/os-micro-frontend-shared 0.1.29-test.1-test.2 → 0.1.29-test.1-test.2-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.
|
@@ -103,11 +103,11 @@ export declare const checkIcon: string;
|
|
|
103
103
|
export declare const closeXIcon: string;
|
|
104
104
|
export declare const dragIcon: string;
|
|
105
105
|
export declare const checkboxIcon: string;
|
|
106
|
-
export declare const RadioButtonCheckedIcon: string;
|
|
107
|
-
export declare const RadioButtonUncheckedIcon: string;
|
|
108
106
|
export declare const protectIcon: string;
|
|
109
107
|
export declare const unisoIcon: string;
|
|
110
108
|
export declare const addidasIcon: string;
|
|
109
|
+
export declare const RadioButtonCheckedIcon: string;
|
|
110
|
+
export declare const RadioButtonUncheckedIcon: string;
|
|
111
111
|
export declare const macIcon: string;
|
|
112
112
|
export declare const blueZigzagCheckIcon: string;
|
|
113
113
|
export declare const greenZigzagCheckIcon: string;
|
|
@@ -107,11 +107,11 @@ export const checkIcon = `${appBaseUrl}/check.svg`;
|
|
|
107
107
|
export const closeXIcon = `${appBaseUrl}/closeX.svg`;
|
|
108
108
|
export const dragIcon = `${appBaseUrl}/drag.svg`;
|
|
109
109
|
export const checkboxIcon = `${appBaseUrl}/checkboxIcon.svg`;
|
|
110
|
-
export const RadioButtonCheckedIcon = `${appBaseUrl}/radioButtonChecked.svg`;
|
|
111
|
-
export const RadioButtonUncheckedIcon = `${appBaseUrl}/radioButtonUnchecked.svg`;
|
|
112
110
|
export const protectIcon = `${appBaseUrl}/checkboxIcon.svg`;
|
|
113
111
|
export const unisoIcon = `${lightUrl}/Uniso.svg`;
|
|
114
112
|
export const addidasIcon = `${lightUrl}/addidas.svg`;
|
|
113
|
+
export const RadioButtonCheckedIcon = `${lightUrl}/radioButtonChecked.svg`;
|
|
114
|
+
export const RadioButtonUncheckedIcon = `${lightUrl}/radioButtonUnchecked.svg`;
|
|
115
115
|
export const macIcon = `${lightUrl}/Mac.svg`;
|
|
116
116
|
export const blueZigzagCheckIcon = `${lightUrl}/blueCheckIconZigzag.svg`;
|
|
117
117
|
export const greenZigzagCheckIcon = `${lightUrl}/greenCheckIconZigzag.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.29-test.1-test.2",
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.29-test.1-test.2-test.3",
|
|
5
|
+
"testVersion": 3,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|