@magento/venia-ui 11.7.1-beta3 → 11.7.2-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.
- package/lib/RootComponents/Category/__tests__/__snapshots__/category.spec.js.snap +2 -0
- package/lib/components/AccountInformationPage/__tests__/__snapshots__/editForm.spec.js.snap +8 -0
- package/lib/components/AccountInformationPage/__tests__/__snapshots__/editModal.spec.js.snap +6 -0
- package/lib/components/AddToCartDialog/__tests__/__snapshots__/addToCartDialog.spec.js.snap +2 -0
- package/lib/components/AddressBookPage/__tests__/__snapshots__/addressBookPage.spec.js.snap +6 -0
- package/lib/components/AddressBookPage/__tests__/__snapshots__/addressCard.spec.js.snap +18 -0
- package/lib/components/App/__tests__/__snapshots__/app.spec.js.snap +5 -0
- package/lib/components/App/__tests__/app.spec.js +14 -1
- package/lib/components/App/app.js +3 -0
- package/lib/components/CartPage/GiftCards/__tests__/__snapshots__/giftCard.spec.js.snap +3 -0
- package/lib/components/CartPage/GiftCards/__tests__/__snapshots__/giftCards.spec.js.snap +12 -0
- package/lib/components/CartPage/PriceAdjustments/CouponCode/__tests__/__snapshots__/couponCode.spec.js.snap +8 -0
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/__tests__/__snapshots__/shippingForm.spec.js.snap +7 -0
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/__tests__/__snapshots__/shippingMethods.spec.js.snap +2 -0
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/priceSummary.spec.js.snap +3 -0
- package/lib/components/CartPage/ProductListing/EditModal/__tests__/__snapshots__/productForm.spec.js.snap +10 -0
- package/lib/components/CartPage/ProductListing/__tests__/__snapshots__/product.spec.js.snap +8 -0
- package/lib/components/Checkout/Receipt/__tests__/__snapshots__/receipt.spec.js.snap +2 -0
- package/lib/components/Checkout/__tests__/__snapshots__/addressForm.spec.js.snap +8 -0
- package/lib/components/Checkout/__tests__/__snapshots__/checkoutButton.spec.js.snap +3 -0
- package/lib/components/Checkout/__tests__/__snapshots__/overview.spec.js.snap +9 -0
- package/lib/components/Checkout/__tests__/__snapshots__/paymentsForm.spec.js.snap +6 -0
- package/lib/components/Checkout/__tests__/__snapshots__/shippingform.spec.js.snap +8 -0
- package/lib/components/CheckoutPage/AddressBook/__tests__/__snapshots__/addressBook.spec.js.snap +10 -0
- package/lib/components/CheckoutPage/GuestSignIn/__tests__/__snapshots__/guestSignIn.spec.js.snap +6 -0
- package/lib/components/CheckoutPage/OrderConfirmationPage/__tests__/__snapshots__/createAccount.spec.js.snap +8 -0
- package/lib/components/CheckoutPage/PaymentInformation/__tests__/__snapshots__/braintreeSummary.spec.js.snap +6 -0
- package/lib/components/CheckoutPage/ShippingInformation/AddressForm/__tests__/__snapshots__/customerForm.spec.js.snap +8 -0
- package/lib/components/CheckoutPage/ShippingInformation/AddressForm/__tests__/__snapshots__/guestForm.spec.js.snap +10 -0
- package/lib/components/CheckoutPage/ShippingInformation/__tests__/__snapshots__/shippingInformation.spec.js.snap +4 -0
- package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/completedView.spec.js.snap +4 -0
- package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/shippingMethod.spec.js.snap +3 -0
- package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/updateModal.spec.js.snap +7 -0
- package/lib/components/CheckoutPage/__tests__/__snapshots__/checkoutPage.spec.js.snap +7 -0
- package/lib/components/CommunicationsPage/__tests__/__snapshots__/communicationsPage.spec.js.snap +7 -0
- package/lib/components/CreateAccount/__tests__/__snapshots__/createAccount.spec.js.snap +8 -0
- package/lib/components/Dialog/__tests__/__snapshots__/dialog.spec.js.snap +21 -0
- package/lib/components/ForgotPassword/ForgotPasswordForm/__tests__/__snapshots__/forgotPasswordForm.spec.js.snap +6 -0
- package/lib/components/Gallery/__tests__/__snapshots__/addToCartButton.spec.js.snap +5 -0
- package/lib/components/HomePage/homePage.module.css +0 -4
- package/lib/components/LegacyMiniCart/__tests__/__snapshots__/section.spec.js.snap +8 -0
- package/lib/components/MiniCart/__tests__/__snapshots__/miniCart.spec.js.snap +4 -0
- package/lib/components/MyAccount/ResetPassword/__tests__/__snapshots__/resetPassword.spec.js.snap +8 -0
- package/lib/components/OrderHistoryPage/OrderDetails/__tests__/__snapshots__/item.spec.js.snap +2 -0
- package/lib/components/OrderHistoryPage/OrderDetails/__tests__/__snapshots__/orderDetails.spec.js.snap +4 -0
- package/lib/components/OrderHistoryPage/__tests__/__snapshots__/orderHistoryPage.spec.js.snap +11 -0
- package/lib/components/Password/__tests__/__snapshots__/password.spec.js.snap +4 -0
- package/lib/components/ProductFullDetail/__tests__/__snapshots__/productFullDetail.spec.js.snap +23 -0
- package/lib/components/ProductImageCarousel/__tests__/__snapshots__/carousel.spec.js.snap +8 -0
- package/lib/components/ProductSort/__tests__/__snapshots__/productSort.spec.js.snap +2 -0
- package/lib/components/RobotsMeta/robotsMeta.gql.js +10 -0
- package/lib/components/RobotsMeta/robotsMeta.js +26 -0
- package/lib/components/SavedPaymentsPage/__tests__/__snapshots__/creditCard.spec.js.snap +9 -0
- package/lib/components/Wishlist/AddToListButton/__tests__/__snapshots__/addToListButton.ce.spec.js.snap +4 -0
- package/lib/components/Wishlist/AddToListButton/__tests__/__snapshots__/addToListButton.ee.spec.js.snap +6 -0
- package/lib/components/Wishlist/WishlistDialog/CreateWishlistForm/__tests__/__snapshots__/createWishlistForm.spec.js.snap +7 -0
- package/package.json +3 -3
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
exports[`renders button 1`] = `
|
|
4
4
|
<button
|
|
5
5
|
className="root"
|
|
6
|
+
data-react-aria-pressable={true}
|
|
6
7
|
onClick={[Function]}
|
|
7
8
|
onDragStart={[Function]}
|
|
8
9
|
onKeyDown={[Function]}
|
|
@@ -14,6 +15,7 @@ exports[`renders button 1`] = `
|
|
|
14
15
|
onTouchEnd={[Function]}
|
|
15
16
|
onTouchMove={[Function]}
|
|
16
17
|
onTouchStart={[Function]}
|
|
18
|
+
tabIndex={0}
|
|
17
19
|
type="button"
|
|
18
20
|
>
|
|
19
21
|
<span
|
|
@@ -43,6 +45,7 @@ exports[`renders button 1`] = `
|
|
|
43
45
|
exports[`renders selected button 1`] = `
|
|
44
46
|
<button
|
|
45
47
|
className="root_selected"
|
|
48
|
+
data-react-aria-pressable={true}
|
|
46
49
|
onClick={[Function]}
|
|
47
50
|
onDragStart={[Function]}
|
|
48
51
|
onKeyDown={[Function]}
|
|
@@ -54,6 +57,7 @@ exports[`renders selected button 1`] = `
|
|
|
54
57
|
onTouchEnd={[Function]}
|
|
55
58
|
onTouchMove={[Function]}
|
|
56
59
|
onTouchStart={[Function]}
|
|
60
|
+
tabIndex={0}
|
|
57
61
|
type="button"
|
|
58
62
|
>
|
|
59
63
|
<span
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
exports[`renders button 1`] = `
|
|
4
4
|
<button
|
|
5
5
|
className="root"
|
|
6
|
+
data-react-aria-pressable={true}
|
|
6
7
|
onClick={[Function]}
|
|
7
8
|
onDragStart={[Function]}
|
|
8
9
|
onKeyDown={[Function]}
|
|
@@ -14,6 +15,7 @@ exports[`renders button 1`] = `
|
|
|
14
15
|
onTouchEnd={[Function]}
|
|
15
16
|
onTouchMove={[Function]}
|
|
16
17
|
onTouchStart={[Function]}
|
|
18
|
+
tabIndex={0}
|
|
17
19
|
type="button"
|
|
18
20
|
>
|
|
19
21
|
<span
|
|
@@ -43,6 +45,7 @@ exports[`renders button 1`] = `
|
|
|
43
45
|
exports[`renders selected button 1`] = `
|
|
44
46
|
<button
|
|
45
47
|
className="root_selected"
|
|
48
|
+
data-react-aria-pressable={true}
|
|
46
49
|
onClick={[Function]}
|
|
47
50
|
onDragStart={[Function]}
|
|
48
51
|
onKeyDown={[Function]}
|
|
@@ -54,6 +57,7 @@ exports[`renders selected button 1`] = `
|
|
|
54
57
|
onTouchEnd={[Function]}
|
|
55
58
|
onTouchMove={[Function]}
|
|
56
59
|
onTouchStart={[Function]}
|
|
60
|
+
tabIndex={0}
|
|
57
61
|
type="button"
|
|
58
62
|
>
|
|
59
63
|
<span
|
|
@@ -84,6 +88,7 @@ exports[`renders wishlist dialog with modal props 1`] = `
|
|
|
84
88
|
Array [
|
|
85
89
|
<button
|
|
86
90
|
className="root"
|
|
91
|
+
data-react-aria-pressable={true}
|
|
87
92
|
onClick={[Function]}
|
|
88
93
|
onDragStart={[Function]}
|
|
89
94
|
onKeyDown={[Function]}
|
|
@@ -95,6 +100,7 @@ Array [
|
|
|
95
100
|
onTouchEnd={[Function]}
|
|
96
101
|
onTouchMove={[Function]}
|
|
97
102
|
onTouchStart={[Function]}
|
|
103
|
+
tabIndex={0}
|
|
98
104
|
type="button"
|
|
99
105
|
>
|
|
100
106
|
<span
|
|
@@ -56,6 +56,7 @@ exports[`disables save if isSaveDisabled is true 1`] = `
|
|
|
56
56
|
>
|
|
57
57
|
<button
|
|
58
58
|
className="root_lowPriority"
|
|
59
|
+
data-react-aria-pressable={true}
|
|
59
60
|
disabled={false}
|
|
60
61
|
onClick={[MockFunction]}
|
|
61
62
|
onDragStart={[Function]}
|
|
@@ -68,6 +69,7 @@ exports[`disables save if isSaveDisabled is true 1`] = `
|
|
|
68
69
|
onTouchEnd={[Function]}
|
|
69
70
|
onTouchMove={[Function]}
|
|
70
71
|
onTouchStart={[Function]}
|
|
72
|
+
tabIndex={0}
|
|
71
73
|
type="reset"
|
|
72
74
|
>
|
|
73
75
|
<span
|
|
@@ -78,6 +80,7 @@ exports[`disables save if isSaveDisabled is true 1`] = `
|
|
|
78
80
|
</button>
|
|
79
81
|
<button
|
|
80
82
|
className="root_highPriority"
|
|
83
|
+
data-react-aria-pressable={true}
|
|
81
84
|
disabled={true}
|
|
82
85
|
onClick={[MockFunction]}
|
|
83
86
|
onDragStart={[Function]}
|
|
@@ -158,6 +161,7 @@ exports[`renders the correct tree 1`] = `
|
|
|
158
161
|
>
|
|
159
162
|
<button
|
|
160
163
|
className="root_lowPriority"
|
|
164
|
+
data-react-aria-pressable={true}
|
|
161
165
|
disabled={false}
|
|
162
166
|
onClick={[MockFunction]}
|
|
163
167
|
onDragStart={[Function]}
|
|
@@ -170,6 +174,7 @@ exports[`renders the correct tree 1`] = `
|
|
|
170
174
|
onTouchEnd={[Function]}
|
|
171
175
|
onTouchMove={[Function]}
|
|
172
176
|
onTouchStart={[Function]}
|
|
177
|
+
tabIndex={0}
|
|
173
178
|
type="reset"
|
|
174
179
|
>
|
|
175
180
|
<span
|
|
@@ -180,6 +185,7 @@ exports[`renders the correct tree 1`] = `
|
|
|
180
185
|
</button>
|
|
181
186
|
<button
|
|
182
187
|
className="root_highPriority"
|
|
188
|
+
data-react-aria-pressable={true}
|
|
183
189
|
disabled={false}
|
|
184
190
|
onClick={[MockFunction]}
|
|
185
191
|
onDragStart={[Function]}
|
|
@@ -192,6 +198,7 @@ exports[`renders the correct tree 1`] = `
|
|
|
192
198
|
onTouchEnd={[Function]}
|
|
193
199
|
onTouchMove={[Function]}
|
|
194
200
|
onTouchStart={[Function]}
|
|
201
|
+
tabIndex={0}
|
|
195
202
|
type="button"
|
|
196
203
|
>
|
|
197
204
|
<span
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magento/venia-ui",
|
|
3
|
-
"version": "11.7.
|
|
3
|
+
"version": "11.7.2-alpha2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@apollo/client": "~3.5.0",
|
|
82
82
|
"@magento/babel-preset-peregrine": "~1.3.3",
|
|
83
|
-
"@magento/peregrine": "15.
|
|
84
|
-
"@magento/pwa-buildpack": "11.5.5
|
|
83
|
+
"@magento/peregrine": "15.7.2-alpha2",
|
|
84
|
+
"@magento/pwa-buildpack": "~11.5.5",
|
|
85
85
|
"apollo-cache-persist": "~0.1.1",
|
|
86
86
|
"braintree-web-drop-in": "~1.43.0",
|
|
87
87
|
"graphql": "~15.5.0",
|