@magento/pagebuilder 9.3.6-beta3 → 9.3.7-alpha2
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.
|
@@ -63,6 +63,7 @@ exports[`renders a BannerShimmer component with minHeight 1`] = `
|
|
|
63
63
|
>
|
|
64
64
|
<button
|
|
65
65
|
className="root_normalPriority"
|
|
66
|
+
data-react-aria-pressable={true}
|
|
66
67
|
disabled={false}
|
|
67
68
|
onClick={[Function]}
|
|
68
69
|
onDragStart={[Function]}
|
|
@@ -75,6 +76,7 @@ exports[`renders a BannerShimmer component with minHeight 1`] = `
|
|
|
75
76
|
onTouchEnd={[Function]}
|
|
76
77
|
onTouchMove={[Function]}
|
|
77
78
|
onTouchStart={[Function]}
|
|
79
|
+
tabIndex={0}
|
|
78
80
|
type="button"
|
|
79
81
|
>
|
|
80
82
|
<span
|
|
@@ -64,6 +64,7 @@ exports[`on hover displays button and overlay 1`] = `
|
|
|
64
64
|
>
|
|
65
65
|
<button
|
|
66
66
|
className="root_highPriority"
|
|
67
|
+
data-react-aria-pressable={true}
|
|
67
68
|
disabled={false}
|
|
68
69
|
onClick={[Function]}
|
|
69
70
|
onDragStart={[Function]}
|
|
@@ -76,6 +77,7 @@ exports[`on hover displays button and overlay 1`] = `
|
|
|
76
77
|
onTouchEnd={[Function]}
|
|
77
78
|
onTouchMove={[Function]}
|
|
78
79
|
onTouchStart={[Function]}
|
|
80
|
+
tabIndex={0}
|
|
79
81
|
type="button"
|
|
80
82
|
>
|
|
81
83
|
<span
|
|
@@ -153,6 +155,7 @@ exports[`on hover displays button and overlay 2`] = `
|
|
|
153
155
|
>
|
|
154
156
|
<button
|
|
155
157
|
className="root_highPriority"
|
|
158
|
+
data-react-aria-pressable={true}
|
|
156
159
|
disabled={false}
|
|
157
160
|
onClick={[Function]}
|
|
158
161
|
onDragStart={[Function]}
|
|
@@ -165,6 +168,7 @@ exports[`on hover displays button and overlay 2`] = `
|
|
|
165
168
|
onTouchEnd={[Function]}
|
|
166
169
|
onTouchMove={[Function]}
|
|
167
170
|
onTouchStart={[Function]}
|
|
171
|
+
tabIndex={0}
|
|
168
172
|
type="button"
|
|
169
173
|
>
|
|
170
174
|
<span
|
|
@@ -340,6 +344,7 @@ exports[`renders a configured collage-left Banner component on mobile 1`] = `
|
|
|
340
344
|
>
|
|
341
345
|
<button
|
|
342
346
|
className="root_highPriority"
|
|
347
|
+
data-react-aria-pressable={true}
|
|
343
348
|
disabled={false}
|
|
344
349
|
onClick={[Function]}
|
|
345
350
|
onDragStart={[Function]}
|
|
@@ -352,6 +357,7 @@ exports[`renders a configured collage-left Banner component on mobile 1`] = `
|
|
|
352
357
|
onTouchEnd={[Function]}
|
|
353
358
|
onTouchMove={[Function]}
|
|
354
359
|
onTouchStart={[Function]}
|
|
360
|
+
tabIndex={0}
|
|
355
361
|
type="button"
|
|
356
362
|
>
|
|
357
363
|
<span
|
|
@@ -533,6 +539,7 @@ exports[`renders an empty Banner component 1`] = `
|
|
|
533
539
|
>
|
|
534
540
|
<button
|
|
535
541
|
className="root_normalPriority"
|
|
542
|
+
data-react-aria-pressable={true}
|
|
536
543
|
disabled={false}
|
|
537
544
|
onClick={[Function]}
|
|
538
545
|
onDragStart={[Function]}
|
|
@@ -545,6 +552,7 @@ exports[`renders an empty Banner component 1`] = `
|
|
|
545
552
|
onTouchEnd={[Function]}
|
|
546
553
|
onTouchMove={[Function]}
|
|
547
554
|
onTouchStart={[Function]}
|
|
555
|
+
tabIndex={0}
|
|
548
556
|
type="button"
|
|
549
557
|
>
|
|
550
558
|
<span
|
|
@@ -4,6 +4,7 @@ exports[`renders a ButtonItem component 1`] = `
|
|
|
4
4
|
<div>
|
|
5
5
|
<button
|
|
6
6
|
className="root_normalPriority"
|
|
7
|
+
data-react-aria-pressable={true}
|
|
7
8
|
disabled={false}
|
|
8
9
|
onClick={[Function]}
|
|
9
10
|
onDragStart={[Function]}
|
|
@@ -33,6 +34,7 @@ exports[`renders a ButtonItem component 1`] = `
|
|
|
33
34
|
"textAlign": undefined,
|
|
34
35
|
}
|
|
35
36
|
}
|
|
37
|
+
tabIndex={0}
|
|
36
38
|
type="button"
|
|
37
39
|
>
|
|
38
40
|
<span
|
|
@@ -48,6 +50,7 @@ exports[`renders a ButtonItem component with all properties configured 1`] = `
|
|
|
48
50
|
>
|
|
49
51
|
<button
|
|
50
52
|
className="root_normalPriority"
|
|
53
|
+
data-react-aria-pressable={true}
|
|
51
54
|
disabled={false}
|
|
52
55
|
onClick={[Function]}
|
|
53
56
|
onDragStart={[Function]}
|
|
@@ -78,6 +81,7 @@ exports[`renders a ButtonItem component with all properties configured 1`] = `
|
|
|
78
81
|
"textAlign": "left",
|
|
79
82
|
}
|
|
80
83
|
}
|
|
84
|
+
tabIndex={0}
|
|
81
85
|
type="button"
|
|
82
86
|
>
|
|
83
87
|
<span
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magento/pagebuilder",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.7-alpha2",
|
|
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": "15.
|
|
38
|
-
"@magento/pwa-buildpack": "11.5.5
|
|
39
|
-
"@magento/venia-ui": "11.7.
|
|
37
|
+
"@magento/peregrine": "15.7.2-alpha2",
|
|
38
|
+
"@magento/pwa-buildpack": "~11.5.5",
|
|
39
|
+
"@magento/venia-ui": "11.7.2-alpha2",
|
|
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.5.0",
|
|
52
52
|
"@magento/babel-preset-peregrine": "~1.3.3",
|
|
53
|
-
"@magento/peregrine": "15.
|
|
54
|
-
"@magento/pwa-buildpack": "11.5.5
|
|
55
|
-
"@magento/venia-ui": "11.7.
|
|
53
|
+
"@magento/peregrine": "15.7.2-alpha2",
|
|
54
|
+
"@magento/pwa-buildpack": "~11.5.5",
|
|
55
|
+
"@magento/venia-ui": "11.7.2-alpha2",
|
|
56
56
|
"jarallax": "~1.11.1",
|
|
57
57
|
"load-google-maps-api": "~2.0.1",
|
|
58
58
|
"lodash.escape": "~4.0.1",
|