@tap-payments/os-micro-frontend-shared 0.1.121 → 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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Tap Payments
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Tap Payments
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # os-micro-frontend-shared
2
-
3
- ## Publishing Workflow
4
-
5
- 1. Update version in package.json
6
- 2. Commit changes
7
- 3. Create and push a tag:
8
-
9
- ```bash
10
- npm version patch # or minor, major
11
- git push origin main --tags
12
- ```
1
+ # os-micro-frontend-shared
2
+
3
+ ## Publishing Workflow
4
+
5
+ 1. Update version in package.json
6
+ 2. Commit changes
7
+ 3. Create and push a tag:
8
+
9
+ ```bash
10
+ npm version patch # or minor, major
11
+ git push origin main --tags
12
+ ```
@@ -15,7 +15,7 @@ import StatusChipWithCopy from '../StatusChipWithCopy';
15
15
  import { chipAuthenticationTypes } from './constants';
16
16
  function AuthenticationTypeChip(_a) {
17
17
  var { title, ref } = _a, rest = __rest(_a, ["title", "ref"]);
18
- const { text, styles } = chipAuthenticationTypes[title];
19
- return (_jsx(StatusChipWithCopy, Object.assign({ chipStyles: styles, ref: ref }, rest, { children: text })));
18
+ const chipAuthenticationType = chipAuthenticationTypes[title];
19
+ return (_jsx(StatusChipWithCopy, Object.assign({ chipStyles: chipAuthenticationType === null || chipAuthenticationType === void 0 ? void 0 : chipAuthenticationType.styles, ref: ref }, rest, { children: (chipAuthenticationType === null || chipAuthenticationType === void 0 ? void 0 : chipAuthenticationType.text) || title })));
20
20
  }
21
21
  export default memo(AuthenticationTypeChip);
@@ -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: "250x";
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: '250x',
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: "245px";
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: '245px',
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";
@@ -149,6 +149,11 @@ export const destinationsTableCellWidth = {
149
149
  text: '120px',
150
150
  sheet: '200px',
151
151
  },
152
+ name_on_card: {
153
+ default: '120px',
154
+ text: '120px',
155
+ sheet: '270px',
156
+ },
152
157
  payment_type: {
153
158
  default: '150px',
154
159
  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: "245px";
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: '245px',
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.121",
5
- "testVersion": 5,
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",
@@ -136,4 +136,4 @@
136
136
  "publishConfig": {
137
137
  "registry": "https://registry.npmjs.org/"
138
138
  }
139
- }
139
+ }