@shopgate/pwa-common 7.29.1-beta.2 → 7.29.1-beta.4

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.
@@ -4,6 +4,6 @@ import{css}from'glamor';/**
4
4
  * @param {number} row Row index.
5
5
  * @param {number} width Width.
6
6
  * @param {number} height Height.
7
- * @param {bool} visible Visible.
7
+ * @param {boolean} visible Visible.
8
8
  * @returns {string}
9
9
  */function widgetCell(_ref){var col=_ref.col,row=_ref.row,width=_ref.width,height=_ref.height;return css({gridColumnStart:col+1,gridColumnEnd:col+width+1,gridRowStart:row+1,gridRowEnd:row+height+1}).toString();}export default{widgetCell:widgetCell};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/pwa-common",
3
- "version": "7.29.1-beta.2",
3
+ "version": "7.29.1-beta.4",
4
4
  "description": "Common library for the Shopgate Connect PWA.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Shopgate <support@shopgate.com>",
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@redux-devtools/extension": "^3.3.0",
19
19
  "@sentry/browser": "6.0.1",
20
- "@shopgate/pwa-benchmark": "7.29.1-beta.2",
20
+ "@shopgate/pwa-benchmark": "7.29.1-beta.4",
21
21
  "@virtuous/conductor": "~2.5.0",
22
22
  "@virtuous/react-conductor": "~2.5.0",
23
23
  "@virtuous/redux-persister": "1.1.0-beta.7",
@@ -43,7 +43,7 @@
43
43
  "url-search-params": "^0.10.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@shopgate/pwa-core": "7.29.1-beta.2",
46
+ "@shopgate/pwa-core": "7.29.1-beta.4",
47
47
  "@types/react-portal": "^3.0.9",
48
48
  "lodash": "^4.17.4",
49
49
  "prop-types": "~15.8.1",