@tap-payments/os-micro-frontend-shared 0.1.314 → 0.1.315

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.
@@ -1,2 +1,3 @@
1
1
  export { default as AuthenticationStatusCell } from './AuthenticationStatusCell';
2
2
  export type { AuthenticationStatusCellProps, AuthenticationStatusType } from './type';
3
+ export { authenticationStatusIcons } from './constant';
@@ -1 +1,2 @@
1
1
  export { default as AuthenticationStatusCell } from './AuthenticationStatusCell';
2
+ export { authenticationStatusIcons } from './constant';
@@ -9,7 +9,6 @@ export const unAuthenticatedStatuses = [
9
9
  'AUTHENTICATED_AUTHORIZE_FAILED',
10
10
  'UNDETERMINED',
11
11
  'EXEMPTED',
12
- 'REJECTED',
13
12
  'INITIATED',
14
13
  ];
15
14
  export const allAuthenticationStatuses = [...authenticationStatuses, ...unAuthenticatedStatuses];
@@ -55,7 +55,7 @@ export declare const authenticationsTableCellWidth: {
55
55
  readonly sheet: "175px";
56
56
  };
57
57
  readonly status: {
58
- readonly default: "72px";
58
+ readonly default: "86px";
59
59
  readonly text: "250px";
60
60
  readonly sheet: "250px";
61
61
  };
@@ -55,7 +55,7 @@ export const authenticationsTableCellWidth = {
55
55
  sheet: '175px',
56
56
  },
57
57
  status: {
58
- default: '72px',
58
+ default: '86px',
59
59
  text: '250px',
60
60
  sheet: '250px',
61
61
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.314",
4
+ "version": "0.1.315",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",