@tap-payments/os-micro-frontend-shared 0.0.228-test.20 → 0.0.228-test.22
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.
|
@@ -5,7 +5,7 @@ interface StatusBarProps<IStatus extends TableHeaderStatus | TableHeaderStatus[]
|
|
|
5
5
|
status?: IStatus;
|
|
6
6
|
availableStatuses?: AvailableStatus<IStatus>[];
|
|
7
7
|
isFilteredIdsShown?: boolean;
|
|
8
|
-
onStatusChange?: (status:
|
|
8
|
+
onStatusChange?: (status: IStatus) => void;
|
|
9
9
|
}
|
|
10
10
|
declare function StatusBar<IStatus extends TableHeaderStatus | TableHeaderStatus[] = undefined>({ isFilteredIdsShown, onStatusChange, availableStatuses, status, }: StatusBarProps<IStatus>): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
declare const _default: import("react").MemoExoticComponent<typeof StatusBar>;
|
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.0.228-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.0.228-test.22",
|
|
5
|
+
"testVersion": 22,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|