@tap-payments/os-micro-frontend-shared 0.1.112 → 0.1.113
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.
|
@@ -544,3 +544,6 @@ export declare const deemaWithLabel: string;
|
|
|
544
544
|
export declare const blackUnLinkIcon: string;
|
|
545
545
|
export declare const sortDescArrowIcon: string;
|
|
546
546
|
export declare const sortAscArrowIcon: string;
|
|
547
|
+
export declare const closedOutlinedYellowCircle: string;
|
|
548
|
+
export declare const deactivatedOrangeCircle: string;
|
|
549
|
+
export declare const exclamationOutlinedOrangeCircle: string;
|
|
@@ -548,3 +548,6 @@ export const deemaWithLabel = `${lightUrl}/deemaWithLabel.svg`;
|
|
|
548
548
|
export const blackUnLinkIcon = `${lightUrl}/blackUnLinkIcon.svg`;
|
|
549
549
|
export const sortDescArrowIcon = `${lightUrl}/sortDescArrowIcon.svg`;
|
|
550
550
|
export const sortAscArrowIcon = `${lightUrl}/sortAscArrowIcon.svg`;
|
|
551
|
+
export const closedOutlinedYellowCircle = `${lightUrl}/closedOutlinedYellowCircle.svg`;
|
|
552
|
+
export const deactivatedOrangeCircle = `${lightUrl}/deactivatedOrangeCircle.svg`;
|
|
553
|
+
export const exclamationOutlinedOrangeCircle = `${lightUrl}/exclamationOutlinedOrangeCircle.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.113",
|
|
5
|
+
"testVersion": 0,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|