@tap-payments/os-micro-frontend-shared 0.1.31-test.15 → 0.1.31-test.16
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.
|
@@ -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: "245px";
|
|
16
16
|
};
|
|
17
17
|
readonly product: {
|
|
18
18
|
readonly default: "85px";
|
|
@@ -152,7 +152,7 @@ export declare const chargeTableCellWidth: {
|
|
|
152
152
|
readonly receipt: {
|
|
153
153
|
readonly default: "85px";
|
|
154
154
|
readonly text: "150px";
|
|
155
|
-
readonly sheet: "
|
|
155
|
+
readonly sheet: "165px";
|
|
156
156
|
};
|
|
157
157
|
readonly fees: {
|
|
158
158
|
readonly default: "150px";
|
|
@@ -162,7 +162,7 @@ export declare const chargeTableCellWidth: {
|
|
|
162
162
|
readonly metadata: {
|
|
163
163
|
readonly default: "180px";
|
|
164
164
|
readonly text: "180px";
|
|
165
|
-
readonly sheet: "
|
|
165
|
+
readonly sheet: "275px";
|
|
166
166
|
};
|
|
167
167
|
readonly settlement: {
|
|
168
168
|
readonly default: "200px";
|
|
@@ -202,12 +202,12 @@ export declare const chargeTableCellWidth: {
|
|
|
202
202
|
readonly device: {
|
|
203
203
|
readonly default: "70px";
|
|
204
204
|
readonly text: "190px";
|
|
205
|
-
readonly sheet: "
|
|
205
|
+
readonly sheet: "235px";
|
|
206
206
|
};
|
|
207
207
|
readonly card_no: {
|
|
208
208
|
readonly default: "120px";
|
|
209
209
|
readonly text: "120px";
|
|
210
|
-
readonly sheet: "
|
|
210
|
+
readonly sheet: "200px";
|
|
211
211
|
};
|
|
212
212
|
readonly meta: {
|
|
213
213
|
readonly default: "52px";
|
|
@@ -12,7 +12,7 @@ export const chargeTableCellWidth = {
|
|
|
12
12
|
id: {
|
|
13
13
|
default: '225px',
|
|
14
14
|
text: '225px',
|
|
15
|
-
sheet: '
|
|
15
|
+
sheet: '245px',
|
|
16
16
|
},
|
|
17
17
|
product: {
|
|
18
18
|
default: '85px',
|
|
@@ -152,7 +152,7 @@ export const chargeTableCellWidth = {
|
|
|
152
152
|
receipt: {
|
|
153
153
|
default: '85px',
|
|
154
154
|
text: '150px',
|
|
155
|
-
sheet: '
|
|
155
|
+
sheet: '165px',
|
|
156
156
|
},
|
|
157
157
|
fees: {
|
|
158
158
|
default: '150px',
|
|
@@ -162,7 +162,7 @@ export const chargeTableCellWidth = {
|
|
|
162
162
|
metadata: {
|
|
163
163
|
default: '180px',
|
|
164
164
|
text: '180px',
|
|
165
|
-
sheet: '
|
|
165
|
+
sheet: '275px',
|
|
166
166
|
},
|
|
167
167
|
settlement: {
|
|
168
168
|
default: '200px',
|
|
@@ -202,12 +202,12 @@ export const chargeTableCellWidth = {
|
|
|
202
202
|
device: {
|
|
203
203
|
default: '70px',
|
|
204
204
|
text: '190px',
|
|
205
|
-
sheet: '
|
|
205
|
+
sheet: '235px',
|
|
206
206
|
},
|
|
207
207
|
card_no: {
|
|
208
208
|
default: '120px',
|
|
209
209
|
text: '120px',
|
|
210
|
-
sheet: '
|
|
210
|
+
sheet: '200px',
|
|
211
211
|
},
|
|
212
212
|
meta: {
|
|
213
213
|
default: '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.31-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.31-test.16",
|
|
5
|
+
"testVersion": 16,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|