@tap-payments/os-micro-frontend-shared 0.1.381-test.7 → 0.1.381-test.8
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.
|
@@ -3,7 +3,6 @@ import type { TableCellProps } from '@mui/material';
|
|
|
3
3
|
import type { Charge, TableMode } from '../../../types/index.js';
|
|
4
4
|
import { getGeographyBoxColor } from '../../../utils/index.js';
|
|
5
5
|
import type { ActionType, FlagType } from './ActionCell';
|
|
6
|
-
import { ReactNode } from 'react';
|
|
7
6
|
export type GeographyBoxVariant = keyof ReturnType<typeof getGeographyBoxColor>;
|
|
8
7
|
export type PaymentMethod = 'VISA' | 'card' | 'MASTERCARD' | 'APPLE_PAY' | 'KNET' | 'MADA';
|
|
9
8
|
export interface DateCellBaseProps extends TableCellProps {
|
|
@@ -59,7 +58,7 @@ export interface ActionCellProps extends TableCellProps {
|
|
|
59
58
|
isTextShown?: boolean;
|
|
60
59
|
showIdButton?: boolean;
|
|
61
60
|
renderDropdown?: (anchorEl: HTMLElement | null, setAnchorEl: (anchorEl: HTMLElement | null) => void) => React.ReactNode;
|
|
62
|
-
startSlot?: ReactNode;
|
|
61
|
+
startSlot?: React.ReactNode;
|
|
63
62
|
}
|
|
64
63
|
export interface DeviceCellProps extends TableCellProps {
|
|
65
64
|
deviceType?: 'DESKTOP' | 'PHONE' | 'TABLET';
|
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.381-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.381-test.8",
|
|
5
|
+
"testVersion": 8,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|