@tap-payments/os-micro-frontend-shared 0.1.84 → 0.1.85-test.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 +21 -21
- package/README.md +12 -12
- package/build/constants/table/cell/refundTableCellWidth.d.ts +11 -1
- package/build/constants/table/cell/refundTableCellWidth.js +11 -1
- package/build/constants/table/cell/terminalsTableCellWidth.d.ts +3 -3
- package/build/constants/table/cell/terminalsTableCellWidth.js +3 -3
- package/package.json +3 -3
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
|
+
```
|
|
@@ -94,6 +94,16 @@ export declare const refundTableCellWidth: {
|
|
|
94
94
|
readonly text: "195px";
|
|
95
95
|
readonly sheet: "180px";
|
|
96
96
|
};
|
|
97
|
+
readonly payouts: {
|
|
98
|
+
readonly default: "195px";
|
|
99
|
+
readonly text: "195px";
|
|
100
|
+
readonly sheet: "300px";
|
|
101
|
+
};
|
|
102
|
+
readonly reason: {
|
|
103
|
+
readonly default: "170px";
|
|
104
|
+
readonly text: "240px";
|
|
105
|
+
readonly sheet: "160px";
|
|
106
|
+
};
|
|
97
107
|
readonly destinations: {
|
|
98
108
|
readonly default: "70px";
|
|
99
109
|
readonly text: "240px";
|
|
@@ -182,7 +192,7 @@ export declare const refundTableCellWidth: {
|
|
|
182
192
|
readonly charge_meta: {
|
|
183
193
|
readonly default: "100px";
|
|
184
194
|
readonly text: "100px";
|
|
185
|
-
readonly sheet: "
|
|
195
|
+
readonly sheet: "250px";
|
|
186
196
|
};
|
|
187
197
|
readonly brand: {
|
|
188
198
|
readonly default: "116px";
|
|
@@ -94,6 +94,16 @@ export const refundTableCellWidth = {
|
|
|
94
94
|
text: '195px',
|
|
95
95
|
sheet: '180px',
|
|
96
96
|
},
|
|
97
|
+
payouts: {
|
|
98
|
+
default: '195px',
|
|
99
|
+
text: '195px',
|
|
100
|
+
sheet: '300px',
|
|
101
|
+
},
|
|
102
|
+
reason: {
|
|
103
|
+
default: '170px',
|
|
104
|
+
text: '240px',
|
|
105
|
+
sheet: '160px',
|
|
106
|
+
},
|
|
97
107
|
destinations: {
|
|
98
108
|
default: '70px',
|
|
99
109
|
text: '240px',
|
|
@@ -182,7 +192,7 @@ export const refundTableCellWidth = {
|
|
|
182
192
|
charge_meta: {
|
|
183
193
|
default: '100px',
|
|
184
194
|
text: '100px',
|
|
185
|
-
sheet: '
|
|
195
|
+
sheet: '250px',
|
|
186
196
|
},
|
|
187
197
|
brand: {
|
|
188
198
|
default: '116px',
|
|
@@ -30,9 +30,9 @@ export declare const terminalsTableCellWidth: {
|
|
|
30
30
|
readonly sheet: "80px";
|
|
31
31
|
};
|
|
32
32
|
readonly features: {
|
|
33
|
-
readonly default: "
|
|
34
|
-
readonly text: "
|
|
35
|
-
readonly sheet: "
|
|
33
|
+
readonly default: "80px";
|
|
34
|
+
readonly text: "80px";
|
|
35
|
+
readonly sheet: "80px";
|
|
36
36
|
};
|
|
37
37
|
readonly acceptance: {
|
|
38
38
|
readonly default: "80px";
|
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.85-test.2",
|
|
5
|
+
"testVersion": 2,
|
|
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
|
+
}
|