@tap-payments/os-micro-frontend-shared 0.1.10 → 0.1.11-test.1
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.
|
@@ -515,4 +515,5 @@ export declare const dashedOutlinedCircle: string;
|
|
|
515
515
|
export declare const deactivatedCircle: string;
|
|
516
516
|
export declare const exclamationOutlinedCircle: string;
|
|
517
517
|
export declare const outlinedCircle: string;
|
|
518
|
-
export declare const
|
|
518
|
+
export declare const radioButtonChecked: string;
|
|
519
|
+
export declare const radioButtonUnchecked: string;
|
|
@@ -519,4 +519,5 @@ export const dashedOutlinedCircle = `${lightUrl}/dashedOutlinedCircle.svg`;
|
|
|
519
519
|
export const deactivatedCircle = `${lightUrl}/deactivatedCircle.svg`;
|
|
520
520
|
export const exclamationOutlinedCircle = `${lightUrl}/exclamationOutlinedCircle.svg`;
|
|
521
521
|
export const outlinedCircle = `${lightUrl}/outlinedCircle.svg`;
|
|
522
|
-
export const
|
|
522
|
+
export const radioButtonChecked = `${lightUrl}/radioButtonChecked.svg`;
|
|
523
|
+
export const radioButtonUnchecked = `${lightUrl}/radioButtonUnchecked.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.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.11-test.1",
|
|
5
|
+
"testVersion": 1,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|
|
@@ -131,4 +131,4 @@
|
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"registry": "https://registry.npmjs.org/"
|
|
133
133
|
}
|
|
134
|
-
}
|
|
134
|
+
}
|