@tap-payments/os-micro-frontend-shared 0.1.96-test.5-test.6 → 0.1.96-test.5-test.6-test.7
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { StatusChipWithCopyProps } from '../StatusChipWithCopy';
|
|
3
3
|
export interface AmountStatusChipProps extends StatusChipWithCopyProps {
|
|
4
|
-
amount
|
|
4
|
+
amount?: number;
|
|
5
5
|
currency?: string;
|
|
6
6
|
}
|
|
7
7
|
declare function AmountStatusChip({ amount, currency, ...rest }: AmountStatusChipProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -107,4 +107,3 @@ export { default as WindowBackdrop } from './WindowBackdrop';
|
|
|
107
107
|
export { default as LazyImage } from './LazyImage';
|
|
108
108
|
export { default as AmountStatusChip, type AmountStatusChipProps } from './AmountStatusChip';
|
|
109
109
|
export * from './LazyImage';
|
|
110
|
-
export * from './AmountStatusChip';
|
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.96-test.5-test.6",
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.96-test.5-test.6-test.7",
|
|
5
|
+
"testVersion": 7,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|