@tap-payments/os-micro-frontend-shared 0.1.11-test.1 → 0.1.11-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.
@@ -515,5 +515,6 @@ 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 greenCheck2ACE00: string;
518
519
  export declare const radioButtonChecked: string;
519
520
  export declare const radioButtonUnchecked: string;
@@ -519,5 +519,6 @@ 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 greenCheck2ACE00 = `${lightUrl}/greenCheck2ACE00.svg`;
522
523
  export const radioButtonChecked = `${lightUrl}/radioButtonChecked.svg`;
523
524
  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.11-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.11-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",