@tap-payments/os-micro-frontend-shared 0.1.153-test.13 → 0.1.153
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/ConfirmDialog/context/index.d.ts +1 -1
- package/build/components/ConfirmDialog/context/index.js +1 -1
- package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +1 -1
- package/build/components/TableCells/CustomCells/AmountCell/index.js +1 -1
- package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +1 -1
- package/build/components/TableCells/CustomCells/DestinationCell/index.js +1 -1
- package/build/constants/apps.d.ts +0 -12
- package/build/constants/apps.js +1 -9
- package/package.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './context';
|
|
2
|
-
export
|
|
2
|
+
export { ConfirmDialogProvider } from './Provider';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './context';
|
|
2
|
-
export
|
|
2
|
+
export { ConfirmDialogProvider } from './Provider';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as AmountCell } from './AmountCell';
|
|
2
|
-
export
|
|
2
|
+
export { AmountConversionTooltipLabel } from './components';
|
|
3
3
|
export { default as AmountCellText } from './AmountCellText';
|
|
4
4
|
export { default as AmountCellSheet } from './AmountCellSheet';
|
|
5
5
|
export * from './style';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as AmountCell } from './AmountCell';
|
|
2
|
-
export
|
|
2
|
+
export { AmountConversionTooltipLabel } from './components';
|
|
3
3
|
export { default as AmountCellText } from './AmountCellText';
|
|
4
4
|
export { default as AmountCellSheet } from './AmountCellSheet';
|
|
5
5
|
export * from './style';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as DestinationCell } from './DestinationCell';
|
|
2
2
|
export { default as DestinationCellSheet } from './DestinationCellSheet';
|
|
3
3
|
export { default as DestinationCellText } from './DestinationCellText';
|
|
4
|
-
export
|
|
4
|
+
export { generateDestinationTooltip } from './utils';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as DestinationCell } from './DestinationCell';
|
|
2
2
|
export { default as DestinationCellSheet } from './DestinationCellSheet';
|
|
3
3
|
export { default as DestinationCellText } from './DestinationCellText';
|
|
4
|
-
export
|
|
4
|
+
export { generateDestinationTooltip } from './utils';
|
|
@@ -398,9 +398,6 @@ export declare const APP_CODES: {
|
|
|
398
398
|
statement: {
|
|
399
399
|
code: string;
|
|
400
400
|
};
|
|
401
|
-
summary: {
|
|
402
|
-
code: string;
|
|
403
|
-
};
|
|
404
401
|
view: {
|
|
405
402
|
code: string;
|
|
406
403
|
};
|
|
@@ -421,9 +418,6 @@ export declare const APP_CODES: {
|
|
|
421
418
|
statement: {
|
|
422
419
|
code: string;
|
|
423
420
|
};
|
|
424
|
-
summary: {
|
|
425
|
-
code: string;
|
|
426
|
-
};
|
|
427
421
|
view: {
|
|
428
422
|
code: string;
|
|
429
423
|
};
|
|
@@ -444,9 +438,6 @@ export declare const APP_CODES: {
|
|
|
444
438
|
statement: {
|
|
445
439
|
code: string;
|
|
446
440
|
};
|
|
447
|
-
summary: {
|
|
448
|
-
code: string;
|
|
449
|
-
};
|
|
450
441
|
view: {
|
|
451
442
|
code: string;
|
|
452
443
|
};
|
|
@@ -487,9 +478,6 @@ export declare const APP_CODES: {
|
|
|
487
478
|
paymentTechnology: {
|
|
488
479
|
code: string;
|
|
489
480
|
functions: {
|
|
490
|
-
summary: {
|
|
491
|
-
code: string;
|
|
492
|
-
};
|
|
493
481
|
view: {
|
|
494
482
|
code: string;
|
|
495
483
|
};
|
package/build/constants/apps.js
CHANGED
|
@@ -166,24 +166,18 @@ export const APP_CODES = {
|
|
|
166
166
|
code: 'BUSINESS_WALLET',
|
|
167
167
|
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
168
168
|
code: 'STATEMENT',
|
|
169
|
-
}, summary: {
|
|
170
|
-
code: 'SUMMARY',
|
|
171
169
|
} }),
|
|
172
170
|
},
|
|
173
171
|
retailers: {
|
|
174
172
|
code: 'RETAILER_WALLET',
|
|
175
173
|
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
176
174
|
code: 'STATEMENT',
|
|
177
|
-
}, summary: {
|
|
178
|
-
code: 'SUMMARY',
|
|
179
175
|
} }),
|
|
180
176
|
},
|
|
181
177
|
customers: {
|
|
182
178
|
code: 'CUSTOMER_WALLET',
|
|
183
179
|
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
184
180
|
code: 'STATEMENT',
|
|
185
|
-
}, summary: {
|
|
186
|
-
code: 'SUMMARY',
|
|
187
181
|
} }),
|
|
188
182
|
},
|
|
189
183
|
merchants: {
|
|
@@ -196,9 +190,7 @@ export const APP_CODES = {
|
|
|
196
190
|
},
|
|
197
191
|
paymentTechnology: {
|
|
198
192
|
code: 'PAYMENT_TECHNOLOGY_WALLET',
|
|
199
|
-
functions: Object.assign(
|
|
200
|
-
code: 'SUMMARY',
|
|
201
|
-
} }),
|
|
193
|
+
functions: Object.assign({}, SERVICE_COMMON_FUNCTIONS),
|
|
202
194
|
},
|
|
203
195
|
},
|
|
204
196
|
},
|
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.153
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.153",
|
|
5
|
+
"testVersion": 3,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|
|
@@ -163,4 +163,4 @@
|
|
|
163
163
|
"publishConfig": {
|
|
164
164
|
"registry": "https://registry.npmjs.org/"
|
|
165
165
|
}
|
|
166
|
-
}
|
|
166
|
+
}
|