@tap-payments/os-micro-frontend-shared 0.1.1 → 0.1.2
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
|
+
```
|
|
@@ -52,8 +52,48 @@ export declare const chargeTableCellWidth: {
|
|
|
52
52
|
readonly payment_agreement: {
|
|
53
53
|
readonly default: "50px";
|
|
54
54
|
readonly text: "150px";
|
|
55
|
+
readonly sheet: "165px";
|
|
56
|
+
};
|
|
57
|
+
readonly payment_initiated: {
|
|
58
|
+
readonly default: "150px";
|
|
59
|
+
readonly text: "150px";
|
|
55
60
|
readonly sheet: "150px";
|
|
56
61
|
};
|
|
62
|
+
readonly payment_issuer: {
|
|
63
|
+
readonly default: "150px";
|
|
64
|
+
readonly text: "150px";
|
|
65
|
+
readonly sheet: "350px";
|
|
66
|
+
};
|
|
67
|
+
readonly payment_method: {
|
|
68
|
+
readonly default: "150px";
|
|
69
|
+
readonly text: "150px";
|
|
70
|
+
readonly sheet: "145px";
|
|
71
|
+
};
|
|
72
|
+
readonly payment_type: {
|
|
73
|
+
readonly default: "150px";
|
|
74
|
+
readonly text: "150px";
|
|
75
|
+
readonly sheet: "120px";
|
|
76
|
+
};
|
|
77
|
+
readonly payment_schema: {
|
|
78
|
+
readonly default: "150px";
|
|
79
|
+
readonly text: "150px";
|
|
80
|
+
readonly sheet: "145px";
|
|
81
|
+
};
|
|
82
|
+
readonly auth_status: {
|
|
83
|
+
readonly default: "150px";
|
|
84
|
+
readonly text: "150px";
|
|
85
|
+
readonly sheet: "165px";
|
|
86
|
+
};
|
|
87
|
+
readonly auth_type: {
|
|
88
|
+
readonly default: "150px";
|
|
89
|
+
readonly text: "150px";
|
|
90
|
+
readonly sheet: "155px";
|
|
91
|
+
};
|
|
92
|
+
readonly eci: {
|
|
93
|
+
readonly default: "150px";
|
|
94
|
+
readonly text: "150px";
|
|
95
|
+
readonly sheet: "90px";
|
|
96
|
+
};
|
|
57
97
|
readonly amount: {
|
|
58
98
|
readonly default: "170px";
|
|
59
99
|
readonly text: "195px";
|
|
@@ -147,7 +187,7 @@ export declare const chargeTableCellWidth: {
|
|
|
147
187
|
readonly card_number: {
|
|
148
188
|
readonly default: "120px";
|
|
149
189
|
readonly text: "120px";
|
|
150
|
-
readonly sheet: "
|
|
190
|
+
readonly sheet: "145px";
|
|
151
191
|
};
|
|
152
192
|
readonly auth_code: {
|
|
153
193
|
readonly default: "80px";
|
|
@@ -162,7 +202,7 @@ export declare const chargeTableCellWidth: {
|
|
|
162
202
|
readonly device: {
|
|
163
203
|
readonly default: "70px";
|
|
164
204
|
readonly text: "190px";
|
|
165
|
-
readonly sheet: "
|
|
205
|
+
readonly sheet: "225px";
|
|
166
206
|
};
|
|
167
207
|
readonly card_no: {
|
|
168
208
|
readonly default: "120px";
|
|
@@ -52,8 +52,48 @@ export const chargeTableCellWidth = {
|
|
|
52
52
|
payment_agreement: {
|
|
53
53
|
default: '50px',
|
|
54
54
|
text: '150px',
|
|
55
|
+
sheet: '165px',
|
|
56
|
+
},
|
|
57
|
+
payment_initiated: {
|
|
58
|
+
default: '150px',
|
|
59
|
+
text: '150px',
|
|
55
60
|
sheet: '150px',
|
|
56
61
|
},
|
|
62
|
+
payment_issuer: {
|
|
63
|
+
default: '150px',
|
|
64
|
+
text: '150px',
|
|
65
|
+
sheet: '350px',
|
|
66
|
+
},
|
|
67
|
+
payment_method: {
|
|
68
|
+
default: '150px',
|
|
69
|
+
text: '150px',
|
|
70
|
+
sheet: '145px',
|
|
71
|
+
},
|
|
72
|
+
payment_type: {
|
|
73
|
+
default: '150px',
|
|
74
|
+
text: '150px',
|
|
75
|
+
sheet: '120px',
|
|
76
|
+
},
|
|
77
|
+
payment_schema: {
|
|
78
|
+
default: '150px',
|
|
79
|
+
text: '150px',
|
|
80
|
+
sheet: '145px',
|
|
81
|
+
},
|
|
82
|
+
auth_status: {
|
|
83
|
+
default: '150px',
|
|
84
|
+
text: '150px',
|
|
85
|
+
sheet: '165px',
|
|
86
|
+
},
|
|
87
|
+
auth_type: {
|
|
88
|
+
default: '150px',
|
|
89
|
+
text: '150px',
|
|
90
|
+
sheet: '155px',
|
|
91
|
+
},
|
|
92
|
+
eci: {
|
|
93
|
+
default: '150px',
|
|
94
|
+
text: '150px',
|
|
95
|
+
sheet: '90px',
|
|
96
|
+
},
|
|
57
97
|
amount: {
|
|
58
98
|
default: '170px',
|
|
59
99
|
text: '195px',
|
|
@@ -147,7 +187,7 @@ export const chargeTableCellWidth = {
|
|
|
147
187
|
card_number: {
|
|
148
188
|
default: '120px',
|
|
149
189
|
text: '120px',
|
|
150
|
-
sheet: '
|
|
190
|
+
sheet: '145px',
|
|
151
191
|
},
|
|
152
192
|
auth_code: {
|
|
153
193
|
default: '80px',
|
|
@@ -162,7 +202,7 @@ export const chargeTableCellWidth = {
|
|
|
162
202
|
device: {
|
|
163
203
|
default: '70px',
|
|
164
204
|
text: '190px',
|
|
165
|
-
sheet: '
|
|
205
|
+
sheet: '225px',
|
|
166
206
|
},
|
|
167
207
|
card_no: {
|
|
168
208
|
default: '120px',
|
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.2",
|
|
5
|
+
"testVersion": 52,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|