@tap-payments/os-micro-frontend-shared 0.1.422 → 0.1.423

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.
@@ -84,4 +84,44 @@ export declare const authenticationsTableCellWidth: {
84
84
  readonly text: "100px";
85
85
  readonly sheet: "100px";
86
86
  };
87
+ readonly date: {
88
+ readonly default: "150px";
89
+ readonly text: "170px";
90
+ readonly sheet: "130px";
91
+ };
92
+ readonly payment_issuers: {
93
+ readonly default: "150px";
94
+ readonly text: "150px";
95
+ readonly sheet: "430px";
96
+ };
97
+ readonly payment_type: {
98
+ readonly default: "150px";
99
+ readonly text: "150px";
100
+ readonly sheet: "120px";
101
+ };
102
+ readonly payment_method: {
103
+ readonly default: "150px";
104
+ readonly text: "150px";
105
+ readonly sheet: "145px";
106
+ };
107
+ readonly payment_scheme: {
108
+ readonly default: "150px";
109
+ readonly text: "150px";
110
+ readonly sheet: "145px";
111
+ };
112
+ readonly auth_status: {
113
+ readonly default: "150px";
114
+ readonly text: "150px";
115
+ readonly sheet: "165px";
116
+ };
117
+ readonly auth_type: {
118
+ readonly default: "150px";
119
+ readonly text: "150px";
120
+ readonly sheet: "155px";
121
+ };
122
+ readonly eci: {
123
+ readonly default: "150px";
124
+ readonly text: "150px";
125
+ readonly sheet: "72px";
126
+ };
87
127
  };
@@ -84,4 +84,44 @@ export const authenticationsTableCellWidth = {
84
84
  text: '100px',
85
85
  sheet: '100px',
86
86
  },
87
+ date: {
88
+ default: '150px',
89
+ text: '170px',
90
+ sheet: '130px',
91
+ },
92
+ payment_issuers: {
93
+ default: '150px',
94
+ text: '150px',
95
+ sheet: '430px',
96
+ },
97
+ payment_type: {
98
+ default: '150px',
99
+ text: '150px',
100
+ sheet: '120px',
101
+ },
102
+ payment_method: {
103
+ default: '150px',
104
+ text: '150px',
105
+ sheet: '145px',
106
+ },
107
+ payment_scheme: {
108
+ default: '150px',
109
+ text: '150px',
110
+ sheet: '145px',
111
+ },
112
+ auth_status: {
113
+ default: '150px',
114
+ text: '150px',
115
+ sheet: '165px',
116
+ },
117
+ auth_type: {
118
+ default: '150px',
119
+ text: '150px',
120
+ sheet: '155px',
121
+ },
122
+ eci: {
123
+ default: '150px',
124
+ text: '150px',
125
+ sheet: '72px',
126
+ },
87
127
  };
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.422",
4
+ "version": "0.1.423",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",