@tap-payments/os-micro-frontend-shared 0.1.183-test.7 → 0.1.183-test.8
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.
|
@@ -137,7 +137,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
137
137
|
readonly channels: {
|
|
138
138
|
readonly default: "94px";
|
|
139
139
|
readonly text: "120px";
|
|
140
|
-
readonly sheet: "
|
|
140
|
+
readonly sheet: "1200px";
|
|
141
141
|
};
|
|
142
142
|
readonly merchant: {
|
|
143
143
|
readonly default: "175px";
|
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.183-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.183-test.8",
|
|
5
|
+
"testVersion": 8,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|