@tap-payments/os-micro-frontend-shared 0.1.121-test.6 → 0.1.122-test.11
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 +21 -21
- package/README.md +12 -12
- package/build/constants/table/cell/authorizationTableCellWidth.d.ts +6 -1
- package/build/constants/table/cell/authorizationTableCellWidth.js +6 -1
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +6 -1
- package/build/constants/table/cell/chargeTableCellWidth.js +6 -1
- package/build/constants/table/cell/destinationsTableCellWidth.d.ts +5 -0
- package/build/constants/table/cell/destinationsTableCellWidth.js +5 -0
- package/build/constants/table/cell/refundTableCellWidth.d.ts +16 -1
- package/build/constants/table/cell/refundTableCellWidth.js +16 -1
- package/package.json +2 -2
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
|
+
```
|
|
@@ -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: "
|
|
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: '
|
|
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: "
|
|
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: '
|
|
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";
|
|
@@ -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: "
|
|
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";
|
|
@@ -219,4 +224,14 @@ export declare const refundTableCellWidth: {
|
|
|
219
224
|
readonly text: "116px";
|
|
220
225
|
readonly sheet: "116px";
|
|
221
226
|
};
|
|
227
|
+
readonly issuer_response: {
|
|
228
|
+
readonly default: "70px";
|
|
229
|
+
readonly text: "70px";
|
|
230
|
+
readonly sheet: "270px";
|
|
231
|
+
};
|
|
232
|
+
readonly acquirer_response: {
|
|
233
|
+
readonly default: "70px";
|
|
234
|
+
readonly text: "70px";
|
|
235
|
+
readonly sheet: "225px";
|
|
236
|
+
};
|
|
222
237
|
};
|
|
@@ -7,7 +7,7 @@ export const refundTableCellWidth = {
|
|
|
7
7
|
id: {
|
|
8
8
|
default: '225px',
|
|
9
9
|
text: '225px',
|
|
10
|
-
sheet: '
|
|
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',
|
|
@@ -219,4 +224,14 @@ export const refundTableCellWidth = {
|
|
|
219
224
|
text: '116px',
|
|
220
225
|
sheet: '116px',
|
|
221
226
|
},
|
|
227
|
+
issuer_response: {
|
|
228
|
+
default: '70px',
|
|
229
|
+
text: '70px',
|
|
230
|
+
sheet: '270px',
|
|
231
|
+
},
|
|
232
|
+
acquirer_response: {
|
|
233
|
+
default: '70px',
|
|
234
|
+
text: '70px',
|
|
235
|
+
sheet: '225px',
|
|
236
|
+
},
|
|
222
237
|
};
|
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.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.122-test.11",
|
|
5
|
+
"testVersion": 11,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|