@magento/pagebuilder 7.3.0-alpha.1 → 7.4.0-alpha.1

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.
@@ -292,6 +292,13 @@ export const GET_PRODUCTS_BY_URL_KEY = gql`
292
292
  currency
293
293
  value
294
294
  }
295
+ regular_price {
296
+ currency
297
+ value
298
+ }
299
+ discount {
300
+ amount_off
301
+ }
295
302
  }
296
303
  }
297
304
  sku
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magento/pagebuilder",
3
- "version": "7.3.0-alpha.1",
3
+ "version": "7.4.0-alpha.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,9 +34,9 @@
34
34
  "homepage": "https://github.com/magento/pwa-studio/tree/main/packages/pagebuilder#readme",
35
35
  "dependencies": {},
36
36
  "devDependencies": {
37
- "@magento/peregrine": "12.4.0-alpha.1",
38
- "@magento/pwa-buildpack": "11.3.0-alpha.1",
39
- "@magento/venia-ui": "9.4.0-alpha.1",
37
+ "@magento/peregrine": "12.5.0-alpha.1",
38
+ "@magento/pwa-buildpack": "11.4.0-alpha.1",
39
+ "@magento/venia-ui": "9.5.0-alpha.1",
40
40
  "@storybook/react": "~6.3.7",
41
41
  "jarallax": "~1.11.1",
42
42
  "load-google-maps-api": "~2.0.1",
@@ -48,11 +48,11 @@
48
48
  "react-test-renderer": "~17.0.1"
49
49
  },
50
50
  "peerDependencies": {
51
- "@apollo/client": "~3.4.0",
52
- "@magento/babel-preset-peregrine": "1.2.1-alpha.1",
53
- "@magento/peregrine": "12.4.0-alpha.1",
54
- "@magento/pwa-buildpack": "11.3.0-alpha.1",
55
- "@magento/venia-ui": "9.4.0-alpha.1",
51
+ "@apollo/client": "~3.5.0",
52
+ "@magento/babel-preset-peregrine": "~1.2.1",
53
+ "@magento/peregrine": "12.5.0-alpha.1",
54
+ "@magento/pwa-buildpack": "11.4.0-alpha.1",
55
+ "@magento/venia-ui": "9.5.0-alpha.1",
56
56
  "jarallax": "~1.11.1",
57
57
  "load-google-maps-api": "~2.0.1",
58
58
  "lodash.escape": "~4.0.1",