@shopgate/pwa-common 7.32.0-beta.6 → 7.32.0-beta.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.
@@ -49,4 +49,10 @@ Button.defaultProps = {
49
49
  onClick: null,
50
50
  testId: 'Button'
51
51
  };
52
+
53
+ /**
54
+ * @deprecated Use `ButtonBase` from `@shopgate/engage/components/v2` instead — it renders the same
55
+ * unstyled click target, adds a ripple, and accepts `component` / `href` to change the element.
56
+ * For a styled button use `Button` from the same module.
57
+ */
52
58
  export default /*#__PURE__*/memo(Button);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/pwa-common",
3
- "version": "7.32.0-beta.6",
3
+ "version": "7.32.0-beta.8",
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.32.0-beta.6",
20
+ "@shopgate/pwa-benchmark": "7.32.0-beta.8",
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",
@@ -40,7 +40,7 @@
40
40
  "swiper": "12.2.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@shopgate/pwa-core": "7.32.0-beta.6",
43
+ "@shopgate/pwa-core": "7.32.0-beta.8",
44
44
  "@types/lodash": "^4.17.24",
45
45
  "@types/react-portal": "^3.0.9",
46
46
  "lodash": "^4.17.23",