@tap-payments/os-micro-frontend-shared 0.1.198 → 0.1.200
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.
- package/build/components/Chip/style.d.ts +1 -0
- package/build/components/CountBadge/style.d.ts +1 -0
- package/build/components/Dialog/style.d.ts +1 -0
- package/build/components/FlippingCard/style.d.ts +1 -0
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -0
- package/build/components/JSONViewer/style.d.ts +1 -0
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +1 -0
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +1 -0
- package/build/components/SearchButton/styles.d.ts +1 -0
- package/build/components/StatusIcons/AuthIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1 -0
- package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/style.d.ts +1 -0
- package/build/components/VirtualTables/components/style.d.ts +1 -0
- package/build/constants/table/cell/merchantsTableCellWidth.d.ts +10 -10
- package/build/constants/table/cell/merchantsTableCellWidth.js +10 -10
- package/package.json +2 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
import { GetSourceAnimationFunction } from './type';
|
|
3
4
|
export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("react").RefAttributes<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
4
5
|
variant?: import("./type").ChipVariant | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
import { TableMode } from '../../../../types/index.js';
|
|
3
4
|
export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
4
5
|
tableMode?: TableMode | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
|
|
4
5
|
hidden?: boolean | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
3
4
|
export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
5
|
hidden?: boolean | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const SalesChannelsContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
4
5
|
hidden?: boolean | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const GeographyBox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
3
4
|
variant?: "Global" | "Regional" | "Local" | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -22,12 +22,12 @@ export declare const merchantsTableCellWidth: {
|
|
|
22
22
|
readonly individual_email: {
|
|
23
23
|
readonly default: "180px";
|
|
24
24
|
readonly text: "180px";
|
|
25
|
-
readonly sheet: "
|
|
25
|
+
readonly sheet: "250px";
|
|
26
26
|
};
|
|
27
27
|
readonly personal_id_type: {
|
|
28
28
|
readonly default: "180px";
|
|
29
29
|
readonly text: "180px";
|
|
30
|
-
readonly sheet: "
|
|
30
|
+
readonly sheet: "220px";
|
|
31
31
|
};
|
|
32
32
|
readonly wallet_currency: {
|
|
33
33
|
readonly default: "180px";
|
|
@@ -42,12 +42,12 @@ export declare const merchantsTableCellWidth: {
|
|
|
42
42
|
readonly wallet_id: {
|
|
43
43
|
readonly default: "180px";
|
|
44
44
|
readonly text: "180px";
|
|
45
|
-
readonly sheet: "
|
|
45
|
+
readonly sheet: "220px";
|
|
46
46
|
};
|
|
47
47
|
readonly business_id: {
|
|
48
48
|
readonly default: "180px";
|
|
49
49
|
readonly text: "180px";
|
|
50
|
-
readonly sheet: "
|
|
50
|
+
readonly sheet: "220px";
|
|
51
51
|
};
|
|
52
52
|
readonly board_id: {
|
|
53
53
|
readonly default: "180px";
|
|
@@ -67,12 +67,12 @@ export declare const merchantsTableCellWidth: {
|
|
|
67
67
|
readonly individual_phone_number: {
|
|
68
68
|
readonly default: "180px";
|
|
69
69
|
readonly text: "180px";
|
|
70
|
-
readonly sheet: "
|
|
70
|
+
readonly sheet: "180px";
|
|
71
71
|
};
|
|
72
72
|
readonly entity_legal_name: {
|
|
73
73
|
readonly default: "180px";
|
|
74
74
|
readonly text: "180px";
|
|
75
|
-
readonly sheet: "
|
|
75
|
+
readonly sheet: "250px";
|
|
76
76
|
};
|
|
77
77
|
readonly entity_id: {
|
|
78
78
|
readonly default: "180px";
|
|
@@ -82,7 +82,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
82
82
|
readonly entity: {
|
|
83
83
|
readonly default: "195px";
|
|
84
84
|
readonly text: "180px";
|
|
85
|
-
readonly sheet: "
|
|
85
|
+
readonly sheet: "250px";
|
|
86
86
|
};
|
|
87
87
|
readonly created: {
|
|
88
88
|
readonly default: "144px";
|
|
@@ -92,12 +92,12 @@ export declare const merchantsTableCellWidth: {
|
|
|
92
92
|
readonly brands: {
|
|
93
93
|
readonly default: "131px";
|
|
94
94
|
readonly text: "140px";
|
|
95
|
-
readonly sheet: "
|
|
95
|
+
readonly sheet: "250px";
|
|
96
96
|
};
|
|
97
97
|
readonly marketplace: {
|
|
98
98
|
readonly default: "110px";
|
|
99
99
|
readonly text: "110px";
|
|
100
|
-
readonly sheet: "
|
|
100
|
+
readonly sheet: "104px";
|
|
101
101
|
};
|
|
102
102
|
readonly individuals: {
|
|
103
103
|
readonly default: "165px";
|
|
@@ -147,6 +147,6 @@ export declare const merchantsTableCellWidth: {
|
|
|
147
147
|
readonly merchant: {
|
|
148
148
|
readonly default: "175px";
|
|
149
149
|
readonly text: "180px";
|
|
150
|
-
readonly sheet: "
|
|
150
|
+
readonly sheet: "169px";
|
|
151
151
|
};
|
|
152
152
|
};
|
|
@@ -22,12 +22,12 @@ export const merchantsTableCellWidth = {
|
|
|
22
22
|
individual_email: {
|
|
23
23
|
default: '180px',
|
|
24
24
|
text: '180px',
|
|
25
|
-
sheet: '
|
|
25
|
+
sheet: '250px',
|
|
26
26
|
},
|
|
27
27
|
personal_id_type: {
|
|
28
28
|
default: '180px',
|
|
29
29
|
text: '180px',
|
|
30
|
-
sheet: '
|
|
30
|
+
sheet: '220px',
|
|
31
31
|
},
|
|
32
32
|
wallet_currency: {
|
|
33
33
|
default: '180px',
|
|
@@ -42,12 +42,12 @@ export const merchantsTableCellWidth = {
|
|
|
42
42
|
wallet_id: {
|
|
43
43
|
default: '180px',
|
|
44
44
|
text: '180px',
|
|
45
|
-
sheet: '
|
|
45
|
+
sheet: '220px',
|
|
46
46
|
},
|
|
47
47
|
business_id: {
|
|
48
48
|
default: '180px',
|
|
49
49
|
text: '180px',
|
|
50
|
-
sheet: '
|
|
50
|
+
sheet: '220px',
|
|
51
51
|
},
|
|
52
52
|
board_id: {
|
|
53
53
|
default: '180px',
|
|
@@ -67,12 +67,12 @@ export const merchantsTableCellWidth = {
|
|
|
67
67
|
individual_phone_number: {
|
|
68
68
|
default: '180px',
|
|
69
69
|
text: '180px',
|
|
70
|
-
sheet: '
|
|
70
|
+
sheet: '180px',
|
|
71
71
|
},
|
|
72
72
|
entity_legal_name: {
|
|
73
73
|
default: '180px',
|
|
74
74
|
text: '180px',
|
|
75
|
-
sheet: '
|
|
75
|
+
sheet: '250px',
|
|
76
76
|
},
|
|
77
77
|
entity_id: {
|
|
78
78
|
default: '180px',
|
|
@@ -82,7 +82,7 @@ export const merchantsTableCellWidth = {
|
|
|
82
82
|
entity: {
|
|
83
83
|
default: '195px',
|
|
84
84
|
text: '180px',
|
|
85
|
-
sheet: '
|
|
85
|
+
sheet: '250px',
|
|
86
86
|
},
|
|
87
87
|
created: {
|
|
88
88
|
default: '144px',
|
|
@@ -92,12 +92,12 @@ export const merchantsTableCellWidth = {
|
|
|
92
92
|
brands: {
|
|
93
93
|
default: '131px',
|
|
94
94
|
text: '140px',
|
|
95
|
-
sheet: '
|
|
95
|
+
sheet: '250px',
|
|
96
96
|
},
|
|
97
97
|
marketplace: {
|
|
98
98
|
default: '110px',
|
|
99
99
|
text: '110px',
|
|
100
|
-
sheet: '
|
|
100
|
+
sheet: '104px',
|
|
101
101
|
},
|
|
102
102
|
individuals: {
|
|
103
103
|
default: '165px',
|
|
@@ -147,6 +147,6 @@ export const merchantsTableCellWidth = {
|
|
|
147
147
|
merchant: {
|
|
148
148
|
default: '175px',
|
|
149
149
|
text: '180px',
|
|
150
|
-
sheet: '
|
|
150
|
+
sheet: '169px',
|
|
151
151
|
},
|
|
152
152
|
};
|
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.200",
|
|
5
|
+
"testVersion": 5,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|