@magento/pagebuilder 7.2.0-beta.1 → 7.2.0

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.
Files changed (2) hide show
  1. package/lib/utils.js +5 -2
  2. package/package.json +7 -7
package/lib/utils.js CHANGED
@@ -194,9 +194,12 @@ export function cssToJSXStyle(style) {
194
194
  }
195
195
 
196
196
  /**
197
+ * Retrieve media queries from a master format node
197
198
  *
198
- * @param node
199
- * @returns {{mediaQueries: [{media: string, style: string}]}}
199
+ * @param node
200
+ * @param {Array} mediaQueries
201
+ *
202
+ * @returns {{mediaQueries: {media: string, style: string}}}
200
203
  */
201
204
  export function getMediaQueries(node) {
202
205
  const response = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magento/pagebuilder",
3
- "version": "7.2.0-beta.1",
3
+ "version": "7.2.0",
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.3.0-beta.1",
38
- "@magento/pwa-buildpack": "11.2.0-beta.1",
39
- "@magento/venia-ui": "9.3.0-beta.1",
37
+ "@magento/peregrine": "~12.3.0",
38
+ "@magento/pwa-buildpack": "~11.2.0",
39
+ "@magento/venia-ui": "~9.3.0",
40
40
  "@storybook/react": "~6.3.7",
41
41
  "jarallax": "~1.11.1",
42
42
  "load-google-maps-api": "~2.0.1",
@@ -50,9 +50,9 @@
50
50
  "peerDependencies": {
51
51
  "@apollo/client": "~3.4.0",
52
52
  "@magento/babel-preset-peregrine": "~1.2.0",
53
- "@magento/peregrine": "12.3.0-beta.1",
54
- "@magento/pwa-buildpack": "11.2.0-beta.1",
55
- "@magento/venia-ui": "9.3.0-beta.1",
53
+ "@magento/peregrine": "~12.3.0",
54
+ "@magento/pwa-buildpack": "~11.2.0",
55
+ "@magento/venia-ui": "~9.3.0",
56
56
  "jarallax": "~1.11.1",
57
57
  "load-google-maps-api": "~2.0.1",
58
58
  "lodash.escape": "~4.0.1",