@magento/pagebuilder 9.2.1-beta.1 → 9.3.1-alpha.2
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.
|
@@ -68,7 +68,6 @@ exports[`on hover displays button and overlay 1`] = `
|
|
|
68
68
|
onClick={[Function]}
|
|
69
69
|
onDragStart={[Function]}
|
|
70
70
|
onKeyDown={[Function]}
|
|
71
|
-
onKeyUp={[Function]}
|
|
72
71
|
onMouseDown={[Function]}
|
|
73
72
|
onMouseEnter={[Function]}
|
|
74
73
|
onMouseLeave={[Function]}
|
|
@@ -158,7 +157,6 @@ exports[`on hover displays button and overlay 2`] = `
|
|
|
158
157
|
onClick={[Function]}
|
|
159
158
|
onDragStart={[Function]}
|
|
160
159
|
onKeyDown={[Function]}
|
|
161
|
-
onKeyUp={[Function]}
|
|
162
160
|
onMouseDown={[Function]}
|
|
163
161
|
onMouseEnter={[Function]}
|
|
164
162
|
onMouseLeave={[Function]}
|
|
@@ -346,7 +344,6 @@ exports[`renders a configured collage-left Banner component on mobile 1`] = `
|
|
|
346
344
|
onClick={[Function]}
|
|
347
345
|
onDragStart={[Function]}
|
|
348
346
|
onKeyDown={[Function]}
|
|
349
|
-
onKeyUp={[Function]}
|
|
350
347
|
onMouseDown={[Function]}
|
|
351
348
|
onMouseEnter={[Function]}
|
|
352
349
|
onMouseLeave={[Function]}
|
|
@@ -540,7 +537,6 @@ exports[`renders an empty Banner component 1`] = `
|
|
|
540
537
|
onClick={[Function]}
|
|
541
538
|
onDragStart={[Function]}
|
|
542
539
|
onKeyDown={[Function]}
|
|
543
|
-
onKeyUp={[Function]}
|
|
544
540
|
onMouseDown={[Function]}
|
|
545
541
|
onMouseEnter={[Function]}
|
|
546
542
|
onMouseLeave={[Function]}
|
|
@@ -8,7 +8,6 @@ exports[`renders a ButtonItem component 1`] = `
|
|
|
8
8
|
onClick={[Function]}
|
|
9
9
|
onDragStart={[Function]}
|
|
10
10
|
onKeyDown={[Function]}
|
|
11
|
-
onKeyUp={[Function]}
|
|
12
11
|
onMouseDown={[Function]}
|
|
13
12
|
onMouseEnter={[Function]}
|
|
14
13
|
onMouseLeave={[Function]}
|
|
@@ -53,7 +52,6 @@ exports[`renders a ButtonItem component with all properties configured 1`] = `
|
|
|
53
52
|
onClick={[Function]}
|
|
54
53
|
onDragStart={[Function]}
|
|
55
54
|
onKeyDown={[Function]}
|
|
56
|
-
onKeyUp={[Function]}
|
|
57
55
|
onMouseDown={[Function]}
|
|
58
56
|
onMouseEnter={[Function]}
|
|
59
57
|
onMouseLeave={[Function]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magento/pagebuilder",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.1-alpha.2",
|
|
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": "14.
|
|
38
|
-
"@magento/pwa-buildpack": "
|
|
39
|
-
"@magento/venia-ui": "11.
|
|
37
|
+
"@magento/peregrine": "14.3.1-alpha.2",
|
|
38
|
+
"@magento/pwa-buildpack": "11.5.3-alpha.2",
|
|
39
|
+
"@magento/venia-ui": "11.4.0-alpha.2",
|
|
40
40
|
"@storybook/react": "~6.3.7",
|
|
41
41
|
"jarallax": "~1.11.1",
|
|
42
42
|
"load-google-maps-api": "~2.0.1",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@apollo/client": "~3.5.0",
|
|
52
|
-
"@magento/babel-preset-peregrine": "
|
|
53
|
-
"@magento/peregrine": "14.
|
|
54
|
-
"@magento/pwa-buildpack": "
|
|
55
|
-
"@magento/venia-ui": "11.
|
|
52
|
+
"@magento/babel-preset-peregrine": "1.3.3-alpha.2",
|
|
53
|
+
"@magento/peregrine": "14.3.1-alpha.2",
|
|
54
|
+
"@magento/pwa-buildpack": "11.5.3-alpha.2",
|
|
55
|
+
"@magento/venia-ui": "11.4.0-alpha.2",
|
|
56
56
|
"jarallax": "~1.11.1",
|
|
57
57
|
"load-google-maps-api": "~2.0.1",
|
|
58
58
|
"lodash.escape": "~4.0.1",
|