@tap-payments/os-micro-frontend-shared 0.1.121-test.6 → 0.1.122-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.
- package/build/constants/table/cell/authorizationTableCellWidth.d.ts +6 -1
- package/build/constants/table/cell/authorizationTableCellWidth.js +6 -1
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +6 -1
- package/build/constants/table/cell/chargeTableCellWidth.js +6 -1
- package/build/constants/table/cell/destinationsTableCellWidth.d.ts +5 -0
- package/build/constants/table/cell/destinationsTableCellWidth.js +5 -0
- package/build/constants/table/cell/refundTableCellWidth.d.ts +6 -1
- package/build/constants/table/cell/refundTableCellWidth.js +6 -1
- package/package.json +2 -2
|
@@ -7,7 +7,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
7
7
|
readonly id: {
|
|
8
8
|
readonly default: "225px";
|
|
9
9
|
readonly text: "225px";
|
|
10
|
-
readonly sheet: "
|
|
10
|
+
readonly sheet: "250px";
|
|
11
11
|
};
|
|
12
12
|
readonly auto: {
|
|
13
13
|
readonly default: "70px";
|
|
@@ -179,6 +179,11 @@ export declare const authorizationTableCellWidth: {
|
|
|
179
179
|
readonly text: "120px";
|
|
180
180
|
readonly sheet: "140px";
|
|
181
181
|
};
|
|
182
|
+
readonly name_on_card: {
|
|
183
|
+
readonly default: "120px";
|
|
184
|
+
readonly text: "120px";
|
|
185
|
+
readonly sheet: "270px";
|
|
186
|
+
};
|
|
182
187
|
readonly brand: {
|
|
183
188
|
readonly default: "116px";
|
|
184
189
|
readonly text: "116px";
|
|
@@ -7,7 +7,7 @@ export const authorizationTableCellWidth = {
|
|
|
7
7
|
id: {
|
|
8
8
|
default: '225px',
|
|
9
9
|
text: '225px',
|
|
10
|
-
sheet: '
|
|
10
|
+
sheet: '250px',
|
|
11
11
|
},
|
|
12
12
|
auto: {
|
|
13
13
|
default: '70px',
|
|
@@ -179,6 +179,11 @@ export const authorizationTableCellWidth = {
|
|
|
179
179
|
text: '120px',
|
|
180
180
|
sheet: '140px',
|
|
181
181
|
},
|
|
182
|
+
name_on_card: {
|
|
183
|
+
default: '120px',
|
|
184
|
+
text: '120px',
|
|
185
|
+
sheet: '270px',
|
|
186
|
+
},
|
|
182
187
|
brand: {
|
|
183
188
|
default: '116px',
|
|
184
189
|
text: '116px',
|
|
@@ -12,7 +12,7 @@ export declare const chargeTableCellWidth: {
|
|
|
12
12
|
readonly id: {
|
|
13
13
|
readonly default: "225px";
|
|
14
14
|
readonly text: "225px";
|
|
15
|
-
readonly sheet: "
|
|
15
|
+
readonly sheet: "250px";
|
|
16
16
|
};
|
|
17
17
|
readonly product: {
|
|
18
18
|
readonly default: "85px";
|
|
@@ -209,6 +209,11 @@ export declare const chargeTableCellWidth: {
|
|
|
209
209
|
readonly text: "120px";
|
|
210
210
|
readonly sheet: "155px";
|
|
211
211
|
};
|
|
212
|
+
readonly name_on_card: {
|
|
213
|
+
readonly default: "120px";
|
|
214
|
+
readonly text: "120px";
|
|
215
|
+
readonly sheet: "270px";
|
|
216
|
+
};
|
|
212
217
|
readonly auth_code: {
|
|
213
218
|
readonly default: "80px";
|
|
214
219
|
readonly text: "80px";
|
|
@@ -12,7 +12,7 @@ export const chargeTableCellWidth = {
|
|
|
12
12
|
id: {
|
|
13
13
|
default: '225px',
|
|
14
14
|
text: '225px',
|
|
15
|
-
sheet: '
|
|
15
|
+
sheet: '250px',
|
|
16
16
|
},
|
|
17
17
|
product: {
|
|
18
18
|
default: '85px',
|
|
@@ -209,6 +209,11 @@ export const chargeTableCellWidth = {
|
|
|
209
209
|
text: '120px',
|
|
210
210
|
sheet: '155px',
|
|
211
211
|
},
|
|
212
|
+
name_on_card: {
|
|
213
|
+
default: '120px',
|
|
214
|
+
text: '120px',
|
|
215
|
+
sheet: '270px',
|
|
216
|
+
},
|
|
212
217
|
auth_code: {
|
|
213
218
|
default: '80px',
|
|
214
219
|
text: '80px',
|
|
@@ -149,6 +149,11 @@ export declare const destinationsTableCellWidth: {
|
|
|
149
149
|
readonly text: "120px";
|
|
150
150
|
readonly sheet: "200px";
|
|
151
151
|
};
|
|
152
|
+
readonly name_on_card: {
|
|
153
|
+
readonly default: "120px";
|
|
154
|
+
readonly text: "120px";
|
|
155
|
+
readonly sheet: "270px";
|
|
156
|
+
};
|
|
152
157
|
readonly payment_type: {
|
|
153
158
|
readonly default: "150px";
|
|
154
159
|
readonly text: "150px";
|
|
@@ -7,7 +7,7 @@ export declare const refundTableCellWidth: {
|
|
|
7
7
|
readonly id: {
|
|
8
8
|
readonly default: "225px";
|
|
9
9
|
readonly text: "225px";
|
|
10
|
-
readonly sheet: "
|
|
10
|
+
readonly sheet: "250px";
|
|
11
11
|
};
|
|
12
12
|
readonly date: {
|
|
13
13
|
readonly default: "170px";
|
|
@@ -204,6 +204,11 @@ export declare const refundTableCellWidth: {
|
|
|
204
204
|
readonly text: "120px";
|
|
205
205
|
readonly sheet: "155px";
|
|
206
206
|
};
|
|
207
|
+
readonly name_on_card: {
|
|
208
|
+
readonly default: "120px";
|
|
209
|
+
readonly text: "120px";
|
|
210
|
+
readonly sheet: "270px";
|
|
211
|
+
};
|
|
207
212
|
readonly meta: {
|
|
208
213
|
readonly default: "52px";
|
|
209
214
|
readonly text: "52px";
|
|
@@ -7,7 +7,7 @@ export const refundTableCellWidth = {
|
|
|
7
7
|
id: {
|
|
8
8
|
default: '225px',
|
|
9
9
|
text: '225px',
|
|
10
|
-
sheet: '
|
|
10
|
+
sheet: '250px',
|
|
11
11
|
},
|
|
12
12
|
date: {
|
|
13
13
|
default: '170px',
|
|
@@ -204,6 +204,11 @@ export const refundTableCellWidth = {
|
|
|
204
204
|
text: '120px',
|
|
205
205
|
sheet: '155px',
|
|
206
206
|
},
|
|
207
|
+
name_on_card: {
|
|
208
|
+
default: '120px',
|
|
209
|
+
text: '120px',
|
|
210
|
+
sheet: '270px',
|
|
211
|
+
},
|
|
207
212
|
meta: {
|
|
208
213
|
default: '52px',
|
|
209
214
|
text: '52px',
|
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.122-test.7",
|
|
5
|
+
"testVersion": 7,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|